File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 55 - main
66 - " releases/*"
77
8+ permissions :
9+ contents : read
10+ actions : write
11+
812jobs :
913 build-platform-gems :
1014 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 - main
77 - " releases/*"
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 build-lint-test :
1114 strategy :
Original file line number Diff line number Diff line change 11name : Run Bench
2- on :
3- workflow_call :
4- workflow_dispatch :
5-
6- jobs :
7- run-bench :
2+ on :
3+ workflow_call :
4+ workflow_dispatch :
5+
6+ permissions :
7+ contents : read
8+
9+ jobs :
10+ run-bench :
811 runs-on : ubuntu-latest-4-cores
912 defaults :
1013 run :
4750 - run : bundle exec ruby extra/simple_bench.rb --workflow-count 10000 --max-cached-workflows 10000 --max-concurrent 10000
4851
4952 - run : bundle exec ruby extra/simple_bench.rb --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000
50- - run : bundle exec ruby extra/simple_bench.rb --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000
53+ - run : bundle exec ruby extra/simple_bench.rb --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000
You can’t perform that action at this time.
0 commit comments