Add release build to bench vfs in makefile to ensure there is an exec target

This commit is contained in:
PThorpe92
2025-04-21 12:31:38 -04:00
parent f180de4d95
commit 2e33ce6896

View File

@@ -110,6 +110,7 @@ test-update: limbo uv-sync
.PHONY: test-update
bench-vfs: uv-sync
cargo build --release
uv run --project limbo_test bench-vfs "$(SQL)" "$(N)"
clickbench: