File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
working-directory : benchmarks
44
44
run : |
45
45
bundle install
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
46
+ THREADS=4 /usr/bin/ time -f "command %C\nreal % e\nuser %U\nsys %S" bundle exec ruby multi_thread_comporess.rb city.json
47
+ THREADS=4 /usr/bin/ time -f "command %C\nreal % e\nuser %U\nsys %S" bundle exec ruby multi_thread_decomporess.rb city.json
48
+ THREADS=4 /usr/bin/ time -f "command %C\nreal % e\nuser %U\nsys %S" bundle exec ruby multi_thread_streaming_comporess.rb city.json
49
+ THREADS=4 /usr/bin/ time -f "command %C\nreal % e\nuser %U\nsys %S" bundle exec ruby multi_thread_streaming_decomporess.rb city.json
50
50
bundle exec ruby large_bytes.rb
You can’t perform that action at this time.
0 commit comments