OvermindDL1 / protocol_ex

Elixir Extended Protocol
https://hex.pm/packages/protocol_ex
48 stars 5 forks source link

Bump benchee from 0.14.0 to 1.0.0 #31

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps benchee from 0.14.0 to 1.0.0.

Release notes *Sourced from [benchee's releases](https://github.com/PragTob/benchee/releases).* > ## 0.99.0 > The "we're almost 1.0!" release - all the last small features, a bag of polish and deprecation warnings. If you run this release succesfully without deprecation warnings you should be safe to upgrade to 1.0.0, if not - it's a bug :) > > ### Breaking Changes (User Facing) > * changed official Elixir compatibility to `~> 1.6`, 1.4+ should still work but aren't guaranteed or tested against. > > ### Features (User Facing) > * the console comparison now also displays the absolute difference in the average (like +12 ms) so that you have an idea to how much time that translates to in your applications not just that it's 100x faster > * Overhaul of README, documentation, update samples etc. - a whole lot of things have also been marked `[@​doc](https://github.com/doc) false` as they're considered internal > > ### Bugfixes (User Facing) > * Remove double empty line after configuration display > * Fix some wrong type specs > > ### Breaking Changes (Plugins) > * `Scenario` made it to the big leagues, it's no longer `Benchee.Benchmark.Scenario` but `Benchee.Scenario` - as it is arguably one of our most important data structures. > * The `Scenario` struct had some keys changed (last time before 2.0 I promise!) - instead of `:run_times`/`:run_time_statistics` you now have one `run_time_data` key that contains `Benchee.CollectionData` which has the keys `:samples` and `:statistics`. Same for `memory_usage`. This was done to be able to handle different kinds of measurements more uniformly as we will add more of them. > > ### Features (Plugins) > * `Benchee.Statistics` comes with 3 new values: `:relative_more`, `:relative_less`, `:absolute_difference` so that you don't have to calculate these relative values yourself :)
Changelog *Sourced from [benchee's changelog](https://github.com/bencheeorg/benchee/blob/master/CHANGELOG.md).* > ## 1.0.0 (2019-03-28) > > It's 0.99.0 without the deprecation warnings. Specifically: > > * Old way of passing formatters (`:formatter_options`) vs. new `:formatters` with modules, tuples or functions with one arg > * The configuration needs to be passed as the second argument to `Benchee.run/2` > * `Benchee.collect/1` replaces `Benchee.measure/1` > * `unit_scaling` is a top level configuration option, not for the console formatter > * the warning for memory measurements not working on OTP <= 18 will also be dropped (we already officially dropped OTP 18 support in 0.14.0) > > We're aiming to follow Semantic Versioning as we go forward. That means formatters should be safe to use `~> 1.0` (or even `>= 0.99.0 and < 2.0.0`). > > ## 0.99.0 (2019-03-28) > > The "we're almost 1.0!" release - all the last small features, a bag of polish and deprecation warnings. If you run this release succesfully without deprecation warnings you should be safe to upgrade to 1.0.0, if not - it's a bug :) > > ### Breaking Changes (User Facing) > * changed official Elixir compatibility to `~> 1.6`, 1.4+ should still work but aren't guaranteed or tested against. > > ### Features (User Facing) > * the console comparison now also displays the absolute difference in the average (like +12 ms) so that you have an idea to how much time that translates to in your applications not just that it's 100x faster > * Overhaul of README, documentation, update samples etc. - a whole lot of things have also been marked `[@​doc](https://github.com/doc) false` as they're considered internal > > ### Bugfixes (User Facing) > * Remove double empty line after configuration display > * Fix some wrong type specs > > ### Breaking Changes (Plugins) > * `Scenario` made it to the big leagues, it's no longer `Benchee.Benchmark.Scenario` but `Benchee.Scenario` - as it is arguably one of our most important data structures. > * The `Scenario` struct had some keys changed (last time before 2.0 I promise!) - instead of `:run_times`/`:run_time_statistics` you now have one `run_time_data` key that contains `Benchee.CollectionData` which has the keys `:samples` and `:statistics`. Same for `memory_usage`. This was done to be able to handle different kinds of measurements more uniformly as we will add more of them. > > ### Features (Plugins) > * `Benchee.Statistics` comes with 3 new values: `:relative_more`, `:relative_less`, `:absolute_difference` so that you don't have to calculate these relative values yourself :)
Commits - [`f27168b`](https://github.com/bencheeorg/benchee/commit/f27168bf8f4d8958022a40f591fe551e99358b67) And this shall be 1.0 :tada: - [`7a5f2a1`](https://github.com/bencheeorg/benchee/commit/7a5f2a10080a13c2c3537874dedac1662c890bac) no more unit_scaling warning - [`da7d933`](https://github.com/bencheeorg/benchee/commit/da7d933fc78f4225fb8f33bf14709a96f154eea3) No more warning about unsupported Erlangs - [`504a6c6`](https://github.com/bencheeorg/benchee/commit/504a6c6eedeb7aa6fe3f4e0912744ec1e854dc09) Remove all deprecated functionality - [`f85e3db`](https://github.com/bencheeorg/benchee/commit/f85e3db06769500dea9fc99e0ddc52aec6a8ef90) ugh there was documentation missing :scream: - [`0a4b5fd`](https://github.com/bencheeorg/benchee/commit/0a4b5fd5aba3d5ef3921fdd71005a2445a38f38c) adjust suggested version requirement - [`31c2fbd`](https://github.com/bencheeorg/benchee/commit/31c2fbdb1f1ec37fa0405793839f9a79a5e0ff0c) um yeah only 1.6 and forward for elixir - [`9c9e5ef`](https://github.com/bencheeorg/benchee/commit/9c9e5ef9f3d9a7f8b2aa5ea1947c78068e0723f2) 0.99 & 1.0 changelog - [`9351312`](https://github.com/bencheeorg/benchee/commit/9351312910165db820d312d5f1a5435045aa47d4) Improve our chances of actually having memory measurements - [`c66633d`](https://github.com/bencheeorg/benchee/commit/c66633d6b2b3326655d83eddcb2cfc8fa1cfcc18) IPS count doesnt always have a .\d+ - Additional commits viewable in [compare view](https://github.com/PragTob/benchee/compare/0.14.0...1.0.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #35.