File tree Expand file tree Collapse file tree 3 files changed +6
-104
lines changed
xtask/benchmark/benches/groups Expand file tree Collapse file tree 3 files changed +6
-104
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7777 run : pnpm run build:js
7878
7979 - name : Run benchmark
80- uses : ./. github/actions/codspeed
80+ uses : CodSpeedHQ/action@0700edb451d0e9f2426f99bd6977027e550fb2a6 # https:// github.com/CodSpeedHQ/action/releases/tag/v4.7.0
8181 timeout-minutes : 30
82+ env :
83+ RAYON_NUM_THREADS : 1
8284 with :
85+ mode : ' simulation'
8386 run : pnpm run bench:ci
8487 token : ${{ secrets.CODSPEED_TOKEN }}
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ fn bundle_benchmark(c: &mut Criterion) {
2222
2323 // Codspeed can only handle to up to 500 threads by default
2424 let rt = runtime:: Builder :: new_multi_thread ( )
25- . max_blocking_threads ( 256 )
25+ . worker_threads ( 8 )
26+ . max_blocking_threads ( 8 )
2627 . build ( )
2728 . unwrap ( ) ;
2829
You can’t perform that action at this time.
0 commit comments