feat: Add benchmark for Create and related utilities

This commit is contained in:
Felix Pojtinger
2022-01-09 23:43:04 +01:00
parent d3a43b4adb
commit abd9d54435
2 changed files with 87 additions and 34 deletions
+4
View File
@@ -35,6 +35,10 @@ $(addprefix run/,$(obj)):
test:
go test ./... -parallel $(shell nproc)
# Benchmark
benchmark:
go test -bench=./... ./...
# Clean
clean:
rm -rf out internal/db