Skip to content

Commit 8d8239c

Browse files
committed
fix: bundle install in benchmarks
1 parent 2959fc9 commit 8d8239c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ jobs:
3535
with:
3636
ruby-version: ${{ matrix.ruby-version }}
3737
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38-
- name: Install dependencies
39-
run: bundle install
4038
- name: Compile
4139
run: bundle exec rake compile
4240
- name: Run tests
4341
run: bundle exec rspec
4442
- name: Run benchmarks
4543
working-directory: benchmarks
4644
run: |
45+
bundle install
4746
time THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json
4847
time THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json
4948
time THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json

0 commit comments

Comments
 (0)