File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,15 +289,15 @@ bench-sqlite: integrations.sqlite.test
289
289
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/sqlite.ini ./integrations.sqlite.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
290
290
291
291
.PHONY : bench-mysql
292
- bench-mysql : integrations.mysql.test generate-ini
292
+ bench-mysql : integrations.mysql.test generate-ini-mysql
293
293
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.mysql.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
294
294
295
295
.PHONY : bench-mssql
296
- bench-mssql : integrations.mssql.test generate-ini
296
+ bench-mssql : integrations.mssql.test generate-ini-mssql
297
297
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mssql.ini ./integrations.mssql.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
298
298
299
299
.PHONY : bench-pgsql
300
- bench-pgsql : integrations.pgsql.test generate-ini
300
+ bench-pgsql : integrations.pgsql.test generate-ini-pgsql
301
301
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.pgsql.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
302
302
303
303
You can’t perform that action at this time.
0 commit comments