File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 working-directory : benchmarks
4444 run : |
4545 bundle install
46- time THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json
47- time THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json
48- time THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json
49- time THREADS=4 bundle exec ruby multi_thread_streaming_decomporess.rb city.json
46+ time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json
47+ time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json
48+ time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json
49+ time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_streaming_decomporess.rb city.json
5050 bundle exec ruby large_bytes.rb
Original file line number Diff line number Diff line change 44
55# source_data = ""
66# 512.times { source_data += SecureRandom.uuid }
7- source_data = Random . bytes ( 1 <<17 + 15 )
7+ source_data = Random . bytes ( 1 <<16 + 15 )
88
99puts "source_data.size:#{ source_data . size } "
1010
You can’t perform that action at this time.
0 commit comments