Skip to content

Try with 2 replicas #456

Try with 2 replicas

Try with 2 replicas #456

Workflow file for this run

name: Run Benchmarks
on:
workflow_dispatch:
push:
branches:
- master
- vitest-failures
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install
run: yarn install --immutable
- name: Run
run: |
yarn workspace vitest test --poolOptions.threads.isolate=false