0.245 2022-08-24 Released-By: PERLANCAR; Urgency: medium - Replace dep PERLANCAR::Module::List with Module::Tiny::Tiny. 0.244 2021-07-23 Released-By: PERLANCAR; Urgency: high - Merge release 0.243 and 0.243.1. 0.243.1 2021-07-23 Released-By: PERLANCAR; Urgency: medium - [cli format-bencher-result] Add option --as to allow formatting as Benchmark.pm result. - UPDATE: rename release from 0.243 to 0.243.1 due to conflict. 0.243 2021-01-20 Released-By: PERLANCAR; Urgency: medium - Add CLI: gen-bencher-scenario-from-cpanmodules. 0.242 2019-08-08 Released-By: PERLANCAR; Urgency: high - No functional changes. - Adjust to renamed dep: Data::Clean::JSON -> Data::Clean::ForJSON. 0.241 2018-04-03 Released-By: PERLANCAR - bencher-module-startup-overhead: Allow imports. 0.240 2018-02-18 Released-By: PERLANCAR - Add utility: bencher-for. 0.23 2017-08-02 Released-By: PERLANCAR - bencher-code: Tweak Rinci metadata. 0.22 2017-07-13 Released-By: PERLANCAR - bencher-code: Add --precision option. 0.21 2017-07-13 Released-By: PERLANCAR - Add --without-process-size option to bencher-code & bencher-module-startup-overhead. - Add --startup option to bencher-code to benchmark in code startup overhead mode. 0.20 2017-06-20 Released-By: PERLANCAR - Add utility: bencher-code. - Switch from Log::Any to Log::ger. 0.19 2016-10-27 Released-By: PERLANCAR - Add utility: bencher-module-startup-overhead. - Tweak Rinci metadata: give summary to format-bencher-result. - list-bencher-scenario-modules: Add result field 'participant_types'. 0.18 2016-10-20 Released-By: PERLANCAR - list-bencher-scenario-modules: Accept --detail (-l) to show detail of each scenario module. 0.17 2016-07-13 Released-By: PERLANCAR - Add utility: chart-bencher-result. 0.16 2016-07-13 Released-By: PERLANCAR - Add utility: format-bencher-result. 0.15 2016-06-26 Released-By: PERLANCAR - Avoid a couple more of undef warnings when a bench result doesn't have meta (cpu). 0.14 2016-06-23 Released-By: PERLANCAR - cleanup-old-bencher-results: add --num-keep option. - cleanup-old-bencher-results: return a detailed result and warn on unlink failure. - Avoid 'once' warning. 0.13 2016-06-23 Released-By: PERLANCAR - Add utility: cleanup-old-bencher-results. 0.12 2016-05-24 Released-By: PERLANCAR - [Removed] Remove bencher-all and bencher-all-under-lib, now that bencher can also save result to JSON file (--save-result), bencher-all* can be replaced with a single loop over bencher. - Enable utf8 output to avoid 'Wide character in print'. - Add CLI: list-bencher-scenario-modules. - [Bugfix] We should clean first, then encode to JSON. 0.11 2016-03-15 Released-By: PERLANCAR - Adjust to Bencher 0.38 (backend split to Bencher::Backend). 0.10 2016-03-10 Released-By: PERLANCAR - No functional changes. - Replace JSON with JSON::MaybeXS. 0.09 2016-01-22 Released-By: PERLANCAR - [Bugfix] list-bencher-results: Forgot to adjust to Bencher 0.30+ (format_result() now returns formatted string) causing --fmt to break. 0.08 2016-01-22 Released-By: PERLANCAR - [Bugfix] Forgot to pass note to bencher, derp. 0.07 2016-01-22 Released-By: PERLANCAR - bencher-all: Add option --note (passed to bencher). 0.06 2016-01-21 Released-By: PERLANCAR - No functional changes. - [build] Rebuild to fix POD (related to multiple config filenames). 0.05 2016-01-20 Released-By: PERLANCAR - Clean JSON so it's safe to write to file. - list-bencher-reulsts: Add a couple of examples. 0.04 2016-01-11 Released-By: PERLANCAR - list-bencher-results: Add option --latest (and --no-latest too). - Normalize Module/SubModule into Module::SubModule. 0.03 2016-01-08 Released-By: PERLANCAR - Rename module/dist from App-BencherAll to App-BencherUtils. - Add script: list-bencher-results. - [Incompatible change] option 'log_dir' is now renamed to 'results_dir'. - Add option --precision-limit (passed to bencher). - [Bugfix] Reorder: we now bench first to let all the hooks properly executed the first time. - [ux] bencher-all*: Add completion for --include & --exclude. 0.02 2016-01-07 Released-By: PERLANCAR - Trap when bencher dies, so we can continue to the next scenario. - [build] Rebuild with updated DZP:GenPericmdScript which now properly adds prereq to Log::Any. - Other small fixes. 0.01 2016-01-07 Released-By: PERLANCAR - First release.