We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fb260 commit d0defddCopy full SHA for d0defdd
.github/workflows/pr-benchmarks.yml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
benchmark:
12
name: Run Benchmarks
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
14
steps:
15
- name: Checkout source code
16
uses: actions/checkout@v4
@@ -25,11 +25,9 @@ jobs:
25
uses: Swatinem/rust-cache@v2
26
27
- name: Install benchmarking tools
28
- if: ${{ startsWith(matrix.os, 'ubuntu-') }}
29
uses: bencherdev/bencher@main
30
31
- name: Run benchmarks
32
33
env:
34
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
35
BENCHER_PROJECT: theseus-rs-postgresql-embedded
0 commit comments