Hi.
I'm migrating off of google benchmark, and there are a few things
that are currently seem to be missing from criterion that are generally useful.
The list isn't meant to be exhaustive, but these are the ones i've spotted so far.
Let me know if there is any interest in these, in which case i'd be interested in contributing.
- log2 axis scaling in addition to log10:
- Separate Axis scales:
- Generic custom user counters, in addition to/as generalization of the current throughtput measure
- Big-O computation, probably needs to be generic enough to support custom complexities
- Ability to embed some custom JSON-serializable data into a JSON output, just one global field (i don't need this, but i know this is useful)
- Automatic ASLR disablement:
- ???
Thanks,
Roman.
Hi.
I'm migrating off of google benchmark, and there are a few things
that are currently seem to be missing from criterion that are generally useful.
The list isn't meant to be exhaustive, but these are the ones i've spotted so far.
Let me know if there is any interest in these, in which case i'd be interested in contributing.
Thanks,
Roman.