Compare commits

...

2 Commits

Author SHA1 Message Date
Joonas Koivunen
49e72c8564 kick ci with label 2024-09-06 21:05:43 +00:00
Joonas Koivunen
42524a19b8 bench: sync before benchies
the first benchmark repeatedly fails:
<https://neon-github-public-dev.s3.amazonaws.com/reports/main/10743838300/index.html#behaviors/b1a8273437954620fa374b796ffaacdd/6e88523163820fdd/>
2024-09-06 21:04:29 +00:00

View File

@@ -271,6 +271,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: sync(1)
shell: bash -euxo pipefail {0}
run: sync
- name: Pytest benchmarks
uses: ./.github/actions/run-python-test-set
with: