From e70b5ade5c59748f349f4ae9c35849d7b2406f56 Mon Sep 17 00:00:00 2001 From: puffyCid <16283453+puffyCid@users.noreply.github.com> Date: Sat, 21 Dec 2024 16:37:36 -0500 Subject: [PATCH] update --- BUILDING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 2fd4c0d..7bd9807 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -11,17 +11,17 @@ # Running test suite 1. Follow steps above -2. Download `tests.zip` from Github releases -3. Copy/move `tests.zip` to clone repo -4. Decompress `tests.zip` +2. Download `test_data.zip` from Github releases +3. Copy/move `test_data.zip` to clone repo `tests` directory +4. Decompress `test_data.zip` 5. Execute `cargo test --release` to run tests * You can also just use `cargo test` to run tests but it will be slower # Running benchmarks -1. Download `tests.zip` from Github releases -2. Copy/move `tests.zip` to clone repo -3. Decompress `tests.zip` +1. Download `test_data.zip` from Github releases +2. Copy/move `test_data.zip` to clone repo `tests` directory +3. Decompress `test_data.zip` 4. Run `cargo bench` or 4. Install criterion, `cargo install cargo-criterion`