@@ -61,41 +61,41 @@ jobs:
61
61
run : |
62
62
bundle install --jobs 4 --retry 3
63
63
bundle exec rake
64
- compare_allocation :
65
- defaults :
66
- run :
67
- working-directory : sentry-rails
68
- name : Compare memory allocation with ${{ matrix.ruby_version }} and rails ${{ matrix.rails_version }}
69
- runs-on : ${{ matrix.os }}
70
- needs : test
71
- env :
72
- RAILS_VERSION : ${{ matrix.rails_version }}
73
- strategy :
74
- matrix :
75
- rails_version : [5.2, 6.1.0]
76
- ruby_version : [2.7]
77
- os : [ubuntu-latest]
78
- steps :
79
- - name : Set up Ruby ${{ matrix.ruby_version }}
80
- uses : ruby/setup-ruby@v1
81
- with :
82
- bundler : 1
83
- ruby-version : ${{ matrix.ruby_version }}
64
+ # compare_allocation:
65
+ # defaults:
66
+ # run:
67
+ # working-directory: sentry-rails
68
+ # name: Compare memory allocation with ${{ matrix.ruby_version }} and rails ${{ matrix.rails_version }}
69
+ # runs-on: ${{ matrix.os }}
70
+ # needs: test
71
+ # env:
72
+ # RAILS_VERSION: ${{ matrix.rails_version }}
73
+ # strategy:
74
+ # matrix:
75
+ # rails_version: [5.2, 6.1.0]
76
+ # ruby_version: [2.7]
77
+ # os: [ubuntu-latest]
78
+ # steps:
79
+ # - name: Set up Ruby ${{ matrix.ruby_version }}
80
+ # uses: ruby/setup-ruby@v1
81
+ # with:
82
+ # bundler: 1
83
+ # ruby-version: ${{ matrix.ruby_version }}
84
84
85
- - uses : actions/checkout@v2
86
- with :
87
- ref : master
85
+ # - uses: actions/checkout@v2
86
+ # with:
87
+ # ref: master
88
88
89
- - name : Build and run allocation report on master
90
- run : |
91
- bundle install --jobs 4 --retry 3
92
- bundle exec ruby benchmarks/allocation_comparison.rb
89
+ # - name: Build and run allocation report on master
90
+ # run: |
91
+ # bundle install --jobs 4 --retry 3
92
+ # bundle exec ruby benchmarks/allocation_comparison.rb
93
93
94
- - uses : actions/checkout@v1
94
+ # - uses: actions/checkout@v1
95
95
96
- - name : Rebuild on the branch
97
- run : |
98
- bundle install --jobs 4 --retry 3
99
- - name : Run allocation report on the branch
100
- run : |
101
- bundle exec ruby benchmarks/allocation_comparison.rb
96
+ # - name: Rebuild on the branch
97
+ # run: |
98
+ # bundle install --jobs 4 --retry 3
99
+ # - name: Run allocation report on the branch
100
+ # run: |
101
+ # bundle exec ruby benchmarks/allocation_comparison.rb
0 commit comments