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 f54eabd commit 967836bCopy full SHA for 967836b
Makefile
@@ -7,7 +7,7 @@ CARGO = $(shell command -v cargo)
7
##@ Development
8
9
baseline-atomic: ## run very slow tests that single-step through all commits
10
- GITOXIDE_PACK_CACHE_MEMORY=1g GITOXIDE_OBJECT_CACHE_MEMORY=3g RUST_BACKTRACE=1 cargo test --test baseline_atomic --release --features max-performance -- --nocapture
+ GITOXIDE_PACK_CACHE_MEMORY=1g GITOXIDE_OBJECT_CACHE_MEMORY=3g RUST_BACKTRACE=1 cargo test --test baseline-atomic --release --features max-performance -- --nocapture
11
12
test: ## run all tests with cargo
13
RUST_BACKTRACE=1 cargo test --test crates-index-diff
0 commit comments