diff --git a/History.md b/History.md index 24fe3bd..f9920e4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +### 2.10.0 / 2022-02-17 + +* Feature + * Adds :order option to compare, with new `:baseline` order which compares all + variations against the first option benchmarked. + ### 2.9.3 / 2022-01-25 * Bug fix diff --git a/lib/benchmark/ips.rb b/lib/benchmark/ips.rb index b4baaba..4bc6119 100644 --- a/lib/benchmark/ips.rb +++ b/lib/benchmark/ips.rb @@ -18,10 +18,10 @@ module Benchmark module IPS # Benchmark-ips Gem version. - VERSION = "2.9.3" + VERSION = "2.10.0" # CODENAME of current version. - CODENAME = "Sleepy Sasquatch" + CODENAME = "Watashi Wa Genki" # Measure code in block, each code's benchmarked result will display in # iteration per second with standard deviation in given time.