Add bench-vfs command to makefile

This commit is contained in:
PThorpe92
2025-04-21 12:22:40 -04:00
parent 7f170756ae
commit 2037fbeba5

View File

@@ -70,7 +70,6 @@ test: limbo uv-sync test-compat test-vector test-sqlite3 test-shell test-extensi
.PHONY: test
test-extensions: limbo uv-sync
cargo build --package limbo_regexp
uv run --project limbo_test test-extensions
.PHONY: test-extensions
@@ -110,6 +109,9 @@ test-update: limbo uv-sync
SQLITE_EXEC=$(SQLITE_EXEC) uv run --project limbo_test test-update
.PHONY: test-update
bench-vfs: uv-sync
uv run --project limbo_test bench-vfs "$(SQL)" "$(N)"
clickbench:
./perf/clickbench/benchmark.sh
.PHONY: clickbench