remove unused scripts (#814)

This commit is contained in:
Alessandro Ros
2025-06-30 09:42:17 +02:00
committed by GitHub
parent bee7cc4d6b
commit ef77b9d587
2 changed files with 0 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ help:
@echo " test-32 run tests on a 32-bit system"
@echo " test-e2e run end-to-end tests"
@echo " lint run linter"
@echo " bench run benchmarks"
@echo ""
blank :=

View File

@@ -1,10 +0,0 @@
bench:
echo "$$DOCKERFILE_TEST" | docker build -q . -f - -t temp
docker run --rm -it \
--network=host \
--name temp \
temp \
make bench-nodocker
bench-nodocker:
go test -bench=. -run=^a -v ./pkg/...