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 9273f58 commit 38914faCopy full SHA for 38914fa
Gemfile
@@ -11,6 +11,7 @@ gem "rake-compiler"
11
gem "rubocop"
12
gem "rubocop-minitest"
13
gem "toxiproxy"
14
+gem "benchmark"
15
16
group :benchmark do
17
gem "benchmark-ips"
Gemfile.lock
@@ -8,13 +8,14 @@ GEM
8
remote: https://rubygems.org/
9
specs:
10
ast (2.4.2)
+ benchmark (0.4.0)
benchmark-ips (2.14.0)
byebug (11.1.3)
connection_pool (2.4.1)
hiredis (0.6.3)
hiredis (0.6.3-java)
- json (2.7.1)
- json (2.7.1-java)
+ json (2.9.0)
18
+ json (2.9.0-java)
19
megatest (0.2.0)
20
parallel (1.24.0)
21
parser (3.3.0.5)
@@ -55,6 +56,7 @@ PLATFORMS
55
56
x86_64-linux
57
58
DEPENDENCIES
59
+ benchmark
60
benchmark-ips
61
byebug
62
hiredis
0 commit comments