We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661f6cd commit 1c8c99aCopy full SHA for 1c8c99a
.github/workflows/bench-pr.yml
@@ -48,7 +48,7 @@ jobs:
48
--exclude pyvortex \
49
--exclude xtask \
50
--workspace \
51
- --profile release
+ --profile bench
52
53
- name: Run benchmarks
54
uses: CodSpeedHQ/action@v3
.github/workflows/bench.yml
@@ -54,7 +54,8 @@ jobs:
--exclude vortex-fuzz \
55
56
57
- --workspace --profile release
+ --workspace \
58
59
60
61
0 commit comments