Skip to content

Commit 967836b

Browse files
committed
fix stress-test invocation
It's a bit unclear how it could break in the first place.
1 parent f54eabd commit 967836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CARGO = $(shell command -v cargo)
77
##@ Development
88

99
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
10+
GITOXIDE_PACK_CACHE_MEMORY=1g GITOXIDE_OBJECT_CACHE_MEMORY=3g RUST_BACKTRACE=1 cargo test --test baseline-atomic --release --features max-performance -- --nocapture
1111

1212
test: ## run all tests with cargo
1313
RUST_BACKTRACE=1 cargo test --test crates-index-diff

0 commit comments

Comments
 (0)