Skip to content

Commit 8169654

Browse files
committed
Better
1 parent e6b4a78 commit 8169654

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ gemspec
55
gem "mutant-rspec"
66
gem "rspec"
77
gem "rake"
8-
gem "benchmark"
9-
gem "msgpack"

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.3)
11-
benchmark (0.4.0)
1211
diff-lcs (1.6.2)
1312
google-protobuf (3.25.7)
14-
msgpack (1.8.0)
1513
mutant (0.13.1)
1614
diff-lcs (~> 1.3)
1715
parser (~> 3.3.0)
@@ -50,8 +48,6 @@ PLATFORMS
5048
x86_64-linux
5149

5250
DEPENDENCIES
53-
benchmark
54-
msgpack
5551
mutant-rspec
5652
protobuf_nested_struct!
5753
rake

bin/benchmark

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
#!/usr/bin/env ruby
22

3+
require "bundler/inline"
4+
5+
gemfile do
6+
gem "msgpack"
7+
gem "benchmark"
8+
gem "protobuf_nested_struct", path: ".."
9+
end
10+
311
require "securerandom"
4-
require "benchmark"
5-
require "msgpack"
612
require "yaml"
713
require "json"
8-
require "protobuf_nested_struct"
914

1015
BIG_NUMBER = 100_000
1116
AVG_NUMBER = 10_000

0 commit comments

Comments
 (0)