Skip to content

Commit

Permalink
Switch benchsuite to the index archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Apr 3, 2023
1 parent 0e474cf commit 610cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/benchsuite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl Fixtures {
} else {
fs::create_dir_all(&index).unwrap();
git("init --bare");
git("remote add origin https://github.com/rust-lang/crates.io-index");
git("remote add origin https://github.com/rust-lang/crates.io-index-archive");
}
git(&format!("fetch origin {}", CRATES_IO_COMMIT));
git("branch -f master FETCH_HEAD");
Expand Down

0 comments on commit 610cc5c

Please sign in to comment.