We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2959fc9 commit 8d8239cCopy full SHA for 8d8239c
.github/workflows/ruby.yml
@@ -35,15 +35,14 @@ jobs:
35
with:
36
ruby-version: ${{ matrix.ruby-version }}
37
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38
- - name: Install dependencies
39
- run: bundle install
40
- name: Compile
41
run: bundle exec rake compile
42
- name: Run tests
43
run: bundle exec rspec
44
- name: Run benchmarks
45
working-directory: benchmarks
46
run: |
+ bundle install
47
time THREADS=4 bundle exec ruby multi_thread_comporess.rb city.json
48
time THREADS=4 bundle exec ruby multi_thread_decomporess.rb city.json
49
time THREADS=4 bundle exec ruby multi_thread_streaming_comporess.rb city.json
0 commit comments