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.
2 parents b49053c + fc97d87 commit b0a7633Copy full SHA for b0a7633
.github/workflows/ci.yml
@@ -383,7 +383,7 @@ jobs:
383
384
- name: Gather data
385
run: |
386
- cargo run --bin collector bench_local `which rustc` --include syn --id version1 \
+ cargo run --bin collector bench_local `rustup which rustc` --include syn --id version1 \
387
--self-profile \
388
--db postgresql://postgres:[email protected]:5432/postgres
389
cargo run --bin collector bench_local `rustup +nightly which rustc` --include syn --id version2 \
0 commit comments