mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-09 20:32:26 +08:00
Run benchmark at tag to track performances (#6035)
This commit is contained in:

committed by
techknowlogick

parent
353282e658
commit
9eb00fed13
36
.drone.yml
36
.drone.yml
@ -195,6 +195,42 @@ pipeline:
|
||||
when:
|
||||
event: [ push, tag, pull_request ]
|
||||
|
||||
bench-sqlite:
|
||||
image: golang:1.11
|
||||
pull: true
|
||||
group: bench
|
||||
commands:
|
||||
- make bench-sqlite
|
||||
when:
|
||||
event: [ tag ]
|
||||
|
||||
bench-mysql:
|
||||
image: golang:1.11
|
||||
pull: true
|
||||
group: bench
|
||||
commands:
|
||||
- make bench-mysql
|
||||
when:
|
||||
event: [ tag ]
|
||||
|
||||
bench-mssql:
|
||||
image: golang:1.11
|
||||
pull: true
|
||||
group: bench
|
||||
commands:
|
||||
- make bench-mssql
|
||||
when:
|
||||
event: [ tag ]
|
||||
|
||||
bench-pgsql:
|
||||
image: golang:1.11
|
||||
pull: true
|
||||
group: bench
|
||||
commands:
|
||||
- make bench-pgsql
|
||||
when:
|
||||
event: [ tag ]
|
||||
|
||||
generate-coverage:
|
||||
image: golang:1.11
|
||||
pull: true
|
||||
|
Reference in New Issue
Block a user