Skip to content

Commit 04d74fc

Browse files
committed
fix: benchmark scripts
1 parent 82780e2 commit 04d74fc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

benchmarks/multi_thread_streaming_comporess.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
require 'benchmark/ips'
21
$LOAD_PATH.unshift '../lib'
3-
require 'json'
4-
require 'objspace'
52
require 'zstd-ruby'
63
require 'thread'
74

benchmarks/multi_thread_streaming_decomporess.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
require 'benchmark/ips'
21
$LOAD_PATH.unshift '../lib'
3-
require 'json'
4-
require 'objspace'
52
require 'zstd-ruby'
63
require 'thread'
74

0 commit comments

Comments
 (0)