cleanup, add bench

This commit is contained in:
jackjohn7 2025-10-30 04:26:49 -05:00
parent 99e619d733
commit 10de749e1d
7 changed files with 678 additions and 8 deletions

View file

@ -220,7 +220,6 @@ mod tests {
}
println!("\n=== All tests completed ===");
panic!();
Ok(())
}
}