Add Milestone 4 adapter benchmark gate
This commit is contained in:
parent
ecbf94d14a
commit
e525efd2fc
2 changed files with 509 additions and 2 deletions
13
Makefile
13
Makefile
|
|
@ -5,7 +5,7 @@ NPM := npm
|
|||
PYTHONPYCACHEPREFIX := /tmp/docforge-quality-pycache
|
||||
PYTEST_BASETEMP := /tmp/docforge-quality-pytest
|
||||
|
||||
.PHONY: accessibility benchmark benchmark-m1 benchmark-m1-smoke benchmark-m2 benchmark-m2-smoke benchmark-m3 benchmark-m3-full benchmark-m3-smoke benchmark-smoke build compile contract dependencies format-check gate lint lock test type
|
||||
.PHONY: accessibility benchmark benchmark-m1 benchmark-m1-smoke benchmark-m2 benchmark-m2-smoke benchmark-m3 benchmark-m3-full benchmark-m3-smoke benchmark-m4 benchmark-m4-full benchmark-m4-smoke benchmark-smoke build compile contract dependencies format-check gate lint lock test type
|
||||
|
||||
accessibility:
|
||||
$(NPM) run test:accessibility
|
||||
|
|
@ -89,4 +89,13 @@ benchmark-m3:
|
|||
|
||||
benchmark-m3-full: benchmark-m3
|
||||
|
||||
gate: format-check lint type compile contract test accessibility lock dependencies build benchmark-smoke benchmark-m1-smoke benchmark-m2-smoke benchmark-m3-smoke
|
||||
benchmark-m4-smoke:
|
||||
$(PYTHON) tools/milestone4_benchmark.py --mode smoke \
|
||||
--output /tmp/docforge-milestone4-smoke.json > /dev/null
|
||||
|
||||
benchmark-m4:
|
||||
$(PYTHON) tools/milestone4_benchmark.py --mode full
|
||||
|
||||
benchmark-m4-full: benchmark-m4
|
||||
|
||||
gate: format-check lint type compile contract test accessibility lock dependencies build benchmark-smoke benchmark-m1-smoke benchmark-m2-smoke benchmark-m3-smoke benchmark-m4-smoke
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue