mirror of
https://github.com/gomods/athens
synced 2026-02-10 08:48:11 +00:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
.PHONY: benchmark.txt
|
|
|
|
benchmark.txt:
|
|
go test -test.run='^$$' -test.bench='.*' -test.benchmem > $@ 2>&1
|
|
cat $@
|