Skip to content

Commit

Permalink
fix: time command call
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringMT committed Apr 23, 2024
1 parent 9f42770 commit d4692ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
working-directory: benchmarks
run: |
bundle install
time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json
time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json
time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json
time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_streaming_decomporess.rb city.json
/usr/bin/time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json
/usr/bin/time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json
/usr/bin/time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json
/usr/bin/time -f "real %e\nuser %U\nsys %S" THREADS=4 bundle exec ruby multi_thread_streaming_decomporess.rb city.json
bundle exec ruby large_bytes.rb

0 comments on commit d4692ff

Please sign in to comment.