Skip to content
Snippets Groups Projects
Commit 33b88c42 authored by DevDoggo's avatar DevDoggo
Browse files

Okay, figured out why stuff broke

parent b3d44b8d
No related branches found
No related tags found
No related merge requests found
...@@ -47,17 +47,21 @@ fn main() { ...@@ -47,17 +47,21 @@ fn main() {
// //
// estimate the frequency of the output, give freq in hz // estimate the frequency of the output, give freq in hz
// //
// >> 0.9 Hz // >> 0.8 Hz
// ** your answer here ** // ** your answer here **
// //
// commit your answers (bare2_1) // commit your answers (bare2_1)
// //
// 2. rebuild and run in release mode // 2. rebuild and run in release mode
// estimate the frequency of the output, give freq in hz // estimate the frequency of the output, give freq in hz
//
// >> 93.5 Hz
// ** your answer here ** // ** your answer here **
// //
// estimate the ratio between debug/release optimized code // estimate the ratio between debug/release optimized code
// (speedup) // (speedup)
//
// >> ~93x faster in release
// ** your answer here ** // ** your answer here **
// //
// commit your answers (bare2_2) // commit your answers (bare2_2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment