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:
932
932
tool : cargo-codspeed
933
933
934
934
- 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
936
936
937
937
- name : " Run benchmarks"
938
938
uses : CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
@@ -967,7 +967,7 @@ jobs:
967
967
tool : cargo-codspeed
968
968
969
969
- 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
971
971
972
972
- name : " Run benchmarks"
973
973
uses : CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
You can’t perform that action at this time.
0 commit comments