Skip to content

Other benchmarks link #15

Other benchmarks link

Other benchmarks link #15

Workflow file for this run

name: Benchmark
on:
push:
branches: ["main"]
permissions:
contents: read
jobs:
benchmark:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno bench --allow-env
- run: go test -bench .
- run: dotnet run --configuration Release