ci: Add temporary database setup for performance tests (#4469)
Add temporary database setup for performance tests and assertions for database URL
This commit is contained in:
parent
1138869d0f
commit
7114cc4799
3 changed files with 36 additions and 1 deletions
6
.github/workflows/codspeed.yml
vendored
6
.github/workflows/codspeed.yml
vendored
|
|
@ -2,9 +2,15 @@ name: Run benchmarks
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "src/backend/base/**"
|
||||
- "src/backend/tests/performance/**"
|
||||
branches:
|
||||
- "main" # or "master"
|
||||
pull_request:
|
||||
paths:
|
||||
- "src/backend/base/**"
|
||||
- "src/backend/tests/performance/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue