From 9eb00fed13393a3239ef8f6db18a4714d2557065 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Mon, 11 Feb 2019 18:09:50 +0100 Subject: Run benchmark at tag to track performances (#6035) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a7d0c33e6..c1c87ef93a 100644 --- a/Makefile +++ b/Makefile @@ -252,6 +252,10 @@ bench-sqlite: integrations.sqlite.test bench-mysql: integrations.test generate-ini GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench . +.PHONY: bench-mssql +bench-mssql: integrations.test generate-ini + GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mssql.ini ./integrations.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench . + .PHONY: bench-pgsql bench-pgsql: integrations.test generate-ini GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench . -- cgit v1.2.3