Skip to content

measure GC impact on mitata benchmark #90

measure GC impact on mitata benchmark

measure GC impact on mitata benchmark #90

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
permissions:
contents: read # required for actions/checkout
id-token: write # required for OIDC authentication with CodSpeed
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: node benchmark/grapheme/codspeed.js