Skip to content

Add test for shadow host #193

Add test for shadow host

Add test for shadow host #193

Workflow file for this run

name: benchmark
on:
pull_request:
branches: [ main ]
release:
types: [ created ]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js lts/*
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm run bench
- run: npm run bench-sizzle