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 dd32acf commit fdd0b3bCopy full SHA for fdd0b3b
Makefile
@@ -82,8 +82,8 @@ test:
82
.PHONY: py-benchmark
83
py-benchmark: BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
84
py-benchmark: build-prod
85
- @echo "running py-benchmark, saving to: $(BRANCH)"
86
- pytest tests/benchmarks/ --benchmark-enable --benchmark-save=$(BRANCH)
+ @echo "running the \"complete\" python benchmarks, saving to: $(BRANCH)"
+ pytest tests/benchmarks/test_complete_benchmark.py --benchmark-enable --benchmark-save=$(BRANCH)
87
88
.PHONY: rust-benchmark
89
rust-benchmark:
0 commit comments