test: 4-way slice benchmark (with cache save)

This commit is contained in:
ethernet 2026-05-22 15:49:52 -04:00 committed by Teknium
parent b689624aee
commit 510df6eaf4

View file

@ -2,7 +2,7 @@ name: Tests
on:
push:
branches: [main]
branches: [main, ethie/slice-test-4]
paths-ignore:
- '**/*.md'
- 'docs/**'
@ -109,7 +109,7 @@ jobs:
# (including PRs) get balanced slicing.
save-durations:
needs: test
if: always() && github.ref == 'refs/heads/main'
if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/ethie/slice-test-'))
runs-on: ubuntu-latest
steps:
- name: Download all slice durations
@ -178,4 +178,4 @@ jobs:
env:
OPENROUTER_API_KEY: ""
OPENAI_API_KEY: ""
NOUS_API_KEY: ""
NOUS_API_KEY: ""