diff --git a/.config/nextest.toml b/.config/nextest.toml new file mode 100644 index 0000000..6a1b75e --- /dev/null +++ b/.config/nextest.toml @@ -0,0 +1 @@ +experimental = [ "benchmarks" ] \ No newline at end of file diff --git a/justfile b/justfile index 70baf47..081da7f 100644 --- a/justfile +++ b/justfile @@ -21,6 +21,8 @@ clean: cargo clean test: cargo nextest run +bench: + cargo nextest bench profile: samply record cargo run --release -- {{verbose}} {{ui}} diff --git a/test.db-shm b/test.db-shm deleted file mode 100644 index e80df7b..0000000 Binary files a/test.db-shm and /dev/null differ diff --git a/test.db-wal b/test.db-wal deleted file mode 100644 index a8247e6..0000000 Binary files a/test.db-wal and /dev/null differ