Skip to content

Commit

Permalink
fix: bundle install in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringMT committed Apr 23, 2024
1 parent 2959fc9 commit 8d8239c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ 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
run: bundle exec rspec
- 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
Expand Down

0 comments on commit 8d8239c

Please sign in to comment.