Skip to content

Commit bb304f5

Browse files
committed
chore: try to run with monotonic clock
1 parent 9e9d98e commit bb304f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ jobs:
114114
cargo codspeed build -p ${{ matrix.package }}
115115
116116
- name: Run the benchmarks
117-
uses: CodSpeedHQ/action@main
117+
uses: CodSpeedHQ/action@chore/runner-branch
118118
env:
119119
MY_ENV_VAR: "YES"
120120
CODSPEED_PERF_ENABLED: true
121121
with:
122+
runner-branch: cod-1344-investigate-benchmark-time-in-drop_in_place-and-perf
122123
mode: walltime
123124
run: cargo codspeed run
124125
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)