Skip to content

Commit

Permalink
Merge pull request #1337 from kuzudb/change-benchmark-threads
Browse files Browse the repository at this point in the history
Bump benchmark threads to 10
  • Loading branch information
mewim committed Mar 9, 2023
2 parents 1ce7ebf + 3d087e1 commit 0167def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
run: make benchmark NUM_THREADS=30

- name: Benchmark
run: python3 benchmark/benchmark_runner.py --dataset ldbc-sf100 --thread 1
run: python3 benchmark/benchmark_runner.py --dataset ldbc-sf100 --thread 10

0 comments on commit 0167def

Please sign in to comment.