File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
if : ${{ startsWith(matrix.os, 'ubuntu-') }}
115
115
uses : bencherdev/bencher@main
116
116
117
- - name : Run archive benchmarks
117
+ - name : Run benchmarks
118
118
if : ${{ startsWith(matrix.os, 'ubuntu-') }}
119
119
env :
120
120
BENCHER_API_TOKEN : ${{ secrets.BENCHER_API_TOKEN }}
@@ -124,18 +124,8 @@ jobs:
124
124
cargo bench --bench archive --features blocking -- --output-format criterion | \
125
125
bencher run \
126
126
--ci-number '${{ env.PR_NUMBER }}' \
127
- --github-actions "${{ secrets.GITHUB_TOKEN }}" \
128
- --err
129
-
130
- - name : Run embedded benchmarks
131
- if : ${{ startsWith(matrix.os, 'ubuntu-') }}
132
- env :
133
- BENCHER_API_TOKEN : ${{ secrets.BENCHER_API_TOKEN }}
134
- BENCHER_PROJECT : theseus-rs-postgresql-embedded
135
- BENCHER_ADAPTER : rust_criterion
136
- run : |
127
+ --github-actions '${{ secrets.GITHUB_TOKEN }}'
137
128
cargo bench --bench embedded --features blocking -- --output-format criterion | \
138
129
bencher run \
139
130
--ci-number '${{ env.PR_NUMBER }}' \
140
- --github-actions "${{ secrets.GITHUB_TOKEN }}" \
141
- --err
131
+ --github-actions '${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 10
10
[ ![ License] ( https://img.shields.io/crates/l/postgresql_embedded )] ( https://github.com/theseus-rs/postgresql-embedded#license )
11
11
[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
12
12
13
-
14
-
15
-
16
13
Install and run a PostgreSQL database locally on Linux, MacOS or Windows. PostgreSQL can be
17
14
bundled with your application, or downloaded on demand.
18
15
You can’t perform that action at this time.
0 commit comments