Skip to content

Benchmark

Benchmark #10

name: Benchmark
on:
workflow_dispatch:
workflow_call:
jobs:
benchmark:
name: benchmark
env:
NUM_THREADS: 30
GEN: ninja
runs-on: kuzu-self-hosted-benchmarking
steps:
- uses: actions/checkout@v3
- name: Build
run: make benchmark
- name: Benchmark
run: python3 benchmark/benchmark_runner.py --dataset ldbc-sf100 --thread 10
- name: Upload comparison results
uses: actions/upload-artifact@v3
with:
name: comparison-results
path: benchmark/compare_result.md