diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index b39f0e6..da80feb 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -35,8 +35,6 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Install dependencies - run: bundle install - name: Compile run: bundle exec rake compile - name: Run tests @@ -44,6 +42,7 @@ jobs: - name: Run benchmarks working-directory: benchmarks run: | + bundle install time THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json time THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json time THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json