Skip to content

Commit

Permalink
add backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jprendes committed Feb 22, 2025
1 parent fc0873c commit d83b188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ test-doc:
test/stress-%: dist-%
# Do not use trace logging as that negatively impacts performance.
# Do not use cross (always use cargo) to avoid the qemu environment.
cargo run -p stress-test $(TARGET_FLAG) $(RELEASE_FLAG) -- \
RUST_BACKTRACE=1 cargo run -p stress-test $(TARGET_FLAG) $(RELEASE_FLAG) -- \
$(PWD)/dist/bin/containerd-shim-$*-v1 \
--count=$(STRESS_TEST_COUNT) \
--parallel=$(STRESS_TEST_PARALLEL) \
Expand All @@ -160,7 +160,7 @@ test/stress-%: dist-%
test/stress-c8d-%: dist-%
# Do not use trace logging as that negatively impacts performance.
# Do not use cross (always use cargo) to avoid the qemu environment.
cargo run -p stress-test $(TARGET_FLAG) $(RELEASE_FLAG) -- \
RUST_BACKTRACE=1 cargo run -p stress-test $(TARGET_FLAG) $(RELEASE_FLAG) -- \
--containerd \
$(PWD)/dist/bin/containerd-shim-$*-v1 \
--count=$(STRESS_TEST_COUNT) \
Expand Down

0 comments on commit d83b188

Please sign in to comment.