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 b49053c commit fc97d87Copy full SHA for fc97d87
.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:postgres@127.0.0.1:5432/postgres
389
cargo run --bin collector bench_local `rustup +nightly which rustc` --include syn --id version2 \
0 commit comments