mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
712 B
712 B
Performance Testing
Mobibench
- Clone the source repository of Mobibench fork for Limbo:
git clone git@github.com:penberg/Mobibench.git
-
Change
LIBSinshell/Makefileto point to your Limbo source repository. -
Build Mobibench:
cd shell && make
- Run Mobibench:
./mobibench -p <benchmark-directory> -n 1000 -d 0
Clickbench
We have a modified version of the Clickbench benchmark script that can be run with:
make clickbench
This will build Limbo in release mode, create a database, and run the benchmarks with a small subset of the Clickbench dataset. It will run the queries for both Limbo and SQLite, and print the results.