Skip to content

Commit

Permalink
Small adjustment to rust/difference-of-squares
Browse files Browse the repository at this point in the history
Include something to copy-paste for the benchmark results of the
student's solution.

Signed-off-by: Paul Mabileau <[email protected]>
  • Loading branch information
PaulDance committed Nov 20, 2020
1 parent a9fcaa3 commit f48e6c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notes/rust/difference-of-squares.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ test test_difference_range ... bench: 21,937 ns/iter (+/- 826)
test test_square_of_sum_range ... bench: 13,693 ns/iter (+/- 957)
test test_sum_of_squares_range ... bench: 16,999 ns/iter (+/- 625)
```

Your solution:

```rust

```

0 comments on commit f48e6c5

Please sign in to comment.