Skip to content

Update Vietnamese numeral reading and optimize configuration #71

Update Vietnamese numeral reading and optimize configuration

Update Vietnamese numeral reading and optimize configuration #71

Workflow file for this run

name: CodSpeed
on:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup toolchains
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
- name: Install Dependencies
run: pnpm install
- name: Run Benchmarks
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 # v4.3.1
with:
run: pnpm vitest bench
mode: 'instrumentation'