Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Add ability to compute and track minimum #217

Open
baryluk opened this issue Jan 4, 2019 · 1 comment
Open

Add ability to compute and track minimum #217

baryluk opened this issue Jan 4, 2019 · 1 comment
Labels

Comments

@baryluk
Copy link

baryluk commented Jan 4, 2019

I would like to compute "minimum" of the each test. Not average. And also use it for 'fastest' filtering.

As a bonus, lower 5th percentile would be also useful, and would be nice to configure. (minimum is 0th percentile, median is 50th percentile, for example).

@jdalton
Copy link
Member

jdalton commented Jan 4, 2019

Hi @baryluk!

Each benchmark object provides a stats collection that you can use to compute a variety of things. Have you tried accessing/iterating over them?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants