Skip to content

Optimize using precomputed lookup table for BMP characters #55

Optimize using precomputed lookup table for BMP characters

Optimize using precomputed lookup table for BMP characters #55

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
run: node benchmark/grapheme/codspeed.js
token: ${{ secrets.CODSPEED_TOKEN }}