mirror of
https://github.com/go-gitea/gitea
synced 2025-08-01 07:08:36 +00:00
Run benchmark at tag to track performances (#6035)
This commit is contained in:
committed by
techknowlogick
parent
353282e658
commit
9eb00fed13
4
Makefile
4
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 .
|
||||
|
Reference in New Issue
Block a user