Skip to content

Benchmarks of C#

Benchmarks of C# #13

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