google / google/caliper

Curve fitting for numerical parameter

Open
#119 0 comments 0 reactions 0 assignees View on GitHub
component: web ui P4 status: accepted type=enhancement
Dominant language
Java
Stars
818
Forks
112
Avg merge
12m
Merged PRs (30d)
5

Description

```
Caliper should support an estimate of complexity in Big O notation. Maybe done
through a particular runner, caliper could display what it guesses the
performance of your algorithm will be e.g.

O(1)
O(N)
O(N^2)

It could do this by looking using a parameter of size of the dataset instead of
just number of repetitions.
```

Original issue reported on code.google.com by `yuri.sch...@gmail.com` on 24 Feb 2011 at 9:05

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.