File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -932,7 +932,7 @@ jobs:
932932 tool : cargo-codspeed
933933
934934 - name : " Build benchmarks"
935- run : cargo codspeed build --features "codspeed,instrumented" --no-default-features -p ruff_benchmark formatter lexer linter parser
935+ run : cargo codspeed build --features "codspeed,instrumented" --no-default-features -p ruff_benchmark --bench formatter --bench lexer --bench linter --bench parser
936936
937937 - name : " Run benchmarks"
938938 uses : CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
@@ -967,7 +967,7 @@ jobs:
967967 tool : cargo-codspeed
968968
969969 - name : " Build benchmarks"
970- run : cargo codspeed build --features "codspeed,instrumented" --no-default-features -p ruff_benchmark ty
970+ run : cargo codspeed build --features "codspeed,instrumented" --no-default-features -p ruff_benchmark --bench ty
971971
972972 - name : " Run benchmarks"
973973 uses : CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
You can’t perform that action at this time.
0 commit comments