Skip to content

Commit fdd0b3b

Browse files
committed
py-benchmark only run complete benchmarks
1 parent dd32acf commit fdd0b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ test:
8282
.PHONY: py-benchmark
8383
py-benchmark: BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
8484
py-benchmark: build-prod
85-
@echo "running py-benchmark, saving to: $(BRANCH)"
86-
pytest tests/benchmarks/ --benchmark-enable --benchmark-save=$(BRANCH)
85+
@echo "running the \"complete\" python benchmarks, saving to: $(BRANCH)"
86+
pytest tests/benchmarks/test_complete_benchmark.py --benchmark-enable --benchmark-save=$(BRANCH)
8787

8888
.PHONY: rust-benchmark
8989
rust-benchmark:

0 commit comments

Comments
 (0)