Skip to content

chore(zero-cache): make logs and otel metrics for advance take yielding into account #13220

chore(zero-cache): make logs and otel metrics for advance take yielding into account

chore(zero-cache): make logs and otel metrics for advance take yielding into account #13220

Workflow file for this run

name: Perf Tests Smoke
on:
pull_request:
branches: [main]
merge_group:
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
benchmark-smoke:
name: Performance runner smoke test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22.x
cache: 'npm'
- run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run benchmark
shell: bash
working-directory: packages/replicache-perf
run: |
npm run build
npx tsx src/runner.ts --format=json --run='populate 1024x1000 \(clean, indexes: 0\)'