-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.4.0 #496
Version 0.4.0 #496
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f013a5d - Browse repository at this point
Copy the full SHA f013a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef6c82 - Browse repository at this point
Copy the full SHA 0ef6c82View commit details -
Honor optional feature flags. (#497)
* Disable warnings about HTML reports and standalone support. * Include 'html_reports' in the set of stable features. * Suppress html and csv if the feature flags are missing. * Make the CSV dependency optional. * Group optional dependencies in cargo manifest. * Test both with all features and no features.
Configuration menu - View commit details
-
Copy full SHA for 6355148 - Browse repository at this point
Copy the full SHA 6355148View commit details -
Changes error messages output to stderr (#412)
Some tools (e.g., rhysd/github-actions-benchmark) that parse the output of criterion do not correctly parse the standard output if it contains an unexpected string, such as an error message. The fix in this commit ensures that the tool will work correctly in environments where gnuplot is not installed (e.g., GitHub Actions runners). Also, from the conventions of the command line interface, it is preferable that such error messages be output to stderr.
Configuration menu - View commit details
-
Copy full SHA for e7c08b3 - Browse repository at this point
Copy the full SHA e7c08b3View commit details -
Basic support for targeting wasm32-wasi (#498)
* Make the plotters dependency optional. * Turn rayon into an optional dependency. * Add cli flag for discarding baselines rather than saving them to disk. * Disable plotting if html_reports is disabled. * Support testing with and without the html_reports flag.
Configuration menu - View commit details
-
Copy full SHA for 09efa53 - Browse repository at this point
Copy the full SHA 09efa53View commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8bb66d - Browse repository at this point
Copy the full SHA e8bb66dView commit details -
Use terminal code, send results to stdout, and messages to stderr. (#500
Configuration menu - View commit details
-
Copy full SHA for 4b80187 - Browse repository at this point
Copy the full SHA 4b80187View commit details -
Accept subsecond durations from the command line. (#501)
* Accept subsecond durations from the command line. * Replace 'to_nanos' with 'as_nanos'. 'as_nanos' stabilized in 1.33.
Configuration menu - View commit details
-
Copy full SHA for 43f9751 - Browse repository at this point
Copy the full SHA 43f9751View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b3466 - Browse repository at this point
Copy the full SHA c1b3466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3161e - Browse repository at this point
Copy the full SHA 6d3161eView commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f862a1b - Browse repository at this point
Copy the full SHA f862a1bView commit details
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 791a97f - Browse repository at this point
Copy the full SHA 791a97fView commit details -
Add --quiet flag for printing a single line per benchmark. (#510)
* Add --quiet flag. When enabled, only a single line is printed per benchmark. * Print warnings and errors to stderr.
Configuration menu - View commit details
-
Copy full SHA for 7b8030b - Browse repository at this point
Copy the full SHA 7b8030bView commit details
Commits on Oct 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db880ab - Browse repository at this point
Copy the full SHA db880abView commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 77f1b38 - Browse repository at this point
Copy the full SHA 77f1b38View commit details
Commits on Jan 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d4eff5 - Browse repository at this point
Copy the full SHA 6d4eff5View commit details -
* Enable --quick mode. * Add basic user guide for the new 'quick mode'.
Configuration menu - View commit details
-
Copy full SHA for 412591e - Browse repository at this point
Copy the full SHA 412591eView commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a9c42f0 - Browse repository at this point
Copy the full SHA a9c42f0View commit details -
* Document WASM support with wasmer, wasmtime, nodejs, and browsers.
Configuration menu - View commit details
-
Copy full SHA for 08bdb9a - Browse repository at this point
Copy the full SHA 08bdb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6929f48 - Browse repository at this point
Copy the full SHA 6929f48View commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b37d8a - Browse repository at this point
Copy the full SHA 4b37d8aView commit details
Commits on Jul 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4593f4 - Browse repository at this point
Copy the full SHA d4593f4View commit details -
Clap v3 is a new major version of clap with several deprecations and breaking changes, all of which are addressed within this commit.
Configuration menu - View commit details
-
Copy full SHA for a00c592 - Browse repository at this point
Copy the full SHA a00c592View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73aebb - Browse repository at this point
Copy the full SHA f73aebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c334339 - Browse repository at this point
Copy the full SHA c334339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a66bb7 - Browse repository at this point
Copy the full SHA 1a66bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb91ab - Browse repository at this point
Copy the full SHA 5cb91abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6127032 - Browse repository at this point
Copy the full SHA 6127032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e4ae2 - Browse repository at this point
Copy the full SHA 77e4ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758b324 - Browse repository at this point
Copy the full SHA 758b324View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfd1d1 - Browse repository at this point
Copy the full SHA ecfd1d1View commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2934163 - Browse repository at this point
Copy the full SHA 2934163View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a18d080 - Browse repository at this point
Copy the full SHA a18d080View commit details -
Remove critcmp code (it belongs in cargo-criterion) (#610)
* Delete critcmp code (it belongs in cargo-criterion) * Bump MSRV to 1.57 due to os_str_bytes. * Mention MSRV bump in CHANGELOG.
Configuration menu - View commit details
-
Copy full SHA for f82ce59 - Browse repository at this point
Copy the full SHA f82ce59View commit details
Commits on Sep 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 935c632 - Browse repository at this point
Copy the full SHA 935c632View commit details