diff --git a/examples/bare2.rs b/examples/bare2.rs index a20bbafec2874e378543678b1e2b2ecb8b67791b..abc9af637a9ffc55aa46aa0288aaee3641ba50b8 100644 --- a/examples/bare2.rs +++ b/examples/bare2.rs @@ -47,17 +47,21 @@ fn main() { // // estimate the frequency of the output, give freq in hz // -// >> 0.9 Hz +// >> 0.8 Hz // ** your answer here ** // // commit your answers (bare2_1) // // 2. rebuild and run in release mode // estimate the frequency of the output, give freq in hz +// +// >> 93.5 Hz // ** your answer here ** // // estimate the ratio between debug/release optimized code // (speedup) +// +// >> ~93x faster in release // ** your answer here ** // // commit your answers (bare2_2)