Skip to content

Add stub database as control group in case needed. #10

Add stub database as control group in case needed.

Add stub database as control group in case needed. #10

Workflow file for this run

name: Performance Test - CI
on:
push:
branches: ["main"]
jobs:
performance-CI:
name: Performance Test - CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup environment
run: ./setup.sh
- name: Build
run: |
npm ci
npm run build
- name: Run benchmark
run: npm run start