Skip to content

Commit

Permalink
fix: bekchmark formats
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringMT committed Apr 24, 2024
1 parent 95166dd commit 3be3d8d
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
THREADS=4 /usr/bin/time -f "command %C\nreal %e\nuser %U\nsys %S" bundle exec ruby multi_thread_comporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\nreal %e\nuser %U\nsys %S" bundle exec ruby multi_thread_decomporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\nreal %e\nuser %U\nsys %S" bundle exec ruby multi_thread_streaming_comporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\nreal %e\nuser %U\nsys %S" bundle exec ruby multi_thread_streaming_decomporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\treal %e\tuser %U\tsys %S\tCPU %P %" bundle exec ruby multi_thread_comporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\treal %e\tuser %U\tsys %S\tCPU %P %" bundle exec ruby multi_thread_decomporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\treal %e\tuser %U\tsys %S\tCPU %P %" bundle exec ruby multi_thread_streaming_comporess.rb city.json
THREADS=4 /usr/bin/time -f "command %C\treal %e\tuser %U\tsys %S\tCPU %P %" bundle exec ruby multi_thread_streaming_decomporess.rb city.json
bundle exec ruby large_bytes.rb

0 comments on commit 3be3d8d

Please sign in to comment.