From 3be3d8da6b219dde13b1c76cc30b78c372ca72c6 Mon Sep 17 00:00:00 2001 From: SpringMT Date: Wed, 24 Apr 2024 10:53:38 +0900 Subject: [PATCH] fix: bekchmark formats --- .github/workflows/ruby.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 1519148..c939480 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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