Skip to content

Commit 40d9544

Browse files
committed
fix: time command call
1 parent 9f42770 commit 40d9544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
working-directory: benchmarks
4444
run: |
4545
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
5050
bundle exec ruby large_bytes.rb

0 commit comments

Comments
 (0)