fix(deps): update dependency benchee to v1.4.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| benchee (source) | dev | minor |
1.3.1 -> 1.4.0
|
Release Notes
bencheeorg/benchee (benchee)
v1.4.0
Some nice features (pre_check: :all_same is cool) along with adding support for some new stuff (tprof) and fixing some bugs.
Features (User Facing)
-
pre_checknow accepts the option:all_same- which raises if any job returns a value different from another for the same input. Useful when benchmarking multiple variants of the same function. Thanks to @sabiwara! - Enable the
tprofprofiler that shipped with OTP 27, requires OTP 27+ and elixir 1.17+.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.