mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
Add bench-vfs command to makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user