fix which function was mentioned in testing exercise challenge

This commit is contained in:
Nathan Stocks
2021-12-19 14:00:25 -07:00
committed by GitHub
parent 7e6ce960ab
commit 2129073c03

View File

@@ -38,6 +38,6 @@ mod test {
//
// `cargo test` should run your `more_tests.rs` file and pass
// Challenge: Create a benchmark that measures the speed of splish(8, 9, 10)
// - Speed up the implementation of splish(8, 9, 10) without breaking the other tests.
// Challenge: Create a benchmark that measures the speed of sploosh(8, 9, 10)
// - Speed up the implementation of sploosh(8, 9, 10) without breaking the other tests.
// - Hint: See Cargo.toml to get you started