mirror of
https://github.com/h2non/imaginary.git
synced 2026-02-28 19:07:35 +01:00
17 lines
222 B
Makefile
17 lines
222 B
Makefile
test:
|
|
go test
|
|
|
|
bench:
|
|
go test -bench=.
|
|
|
|
test-load:
|
|
bash bench.sh
|
|
|
|
docker-build:
|
|
docker build --no-cache=true -t h2non/imaginary:$(VERSION) .
|
|
|
|
docker-push:
|
|
docker push h2non/imaginary
|
|
|
|
docker: docker-build docker-push
|