Benchmark.

This commit is contained in:
Nuno Cruces
2025-04-06 10:10:37 +01:00
parent 3bd11a0a86
commit 2043d5fca4
5 changed files with 75 additions and 21 deletions

20
.github/workflows/libc.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Benchmark libc
on:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with: { go-version: stable }
- name: Benchmark
shell: bash
run: sqlite3/libc/benchmark.sh