We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb8bce commit c898557Copy full SHA for c898557
History.md
@@ -1,3 +1,9 @@
1
+### 2.10.0 / 2022-02-17
2
+
3
+* Feature
4
+ * Adds :order option to compare, with new `:baseline` order which compares all
5
+ variations against the first option benchmarked.
6
7
### 2.9.3 / 2022-01-25
8
9
* Bug fix
lib/benchmark/ips.rb
@@ -18,10 +18,10 @@ module Benchmark
18
module IPS
19
20
# Benchmark-ips Gem version.
21
- VERSION = "2.9.3"
+ VERSION = "2.10.0"
22
23
# CODENAME of current version.
24
- CODENAME = "Sleepy Sasquatch"
+ CODENAME = "Watashi Wa Genki"
25
26
# Measure code in block, each code's benchmarked result will display in
27
# iteration per second with standard deviation in given time.
0 commit comments