This commit is contained in:
2026-04-01 10:53:51 +03:00
parent 281af49d27
commit c1890216c5
16 changed files with 722 additions and 62 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
UNITY_ASSETS := benchmarks/unity/Assets
.PHONY: bench-image generate bench size gen-unity
.PHONY: test bench-image generate bench size gen-unity
IMAGE := arpack-bench
test:
go test ./...
bench-image:
docker build -f Dockerfile.bench -t $(IMAGE) .