Skip to content

Commit 9317b96

Browse files
committed
link to the rust performance book
1 parent e30ae0a commit 9317b96

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/testing/benchmarking.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Benchmarking
22

3-
TODO: This section has to be improved.
4-
For now I'm just linking to issue #27 where
5-
I described a bit how to start with benchmarking.
3+
Performance optimization is a tedious but very rewarding practice if done right.
4+
It requires rigor and sometime arcane knowledge of lol level details.
5+
If you are interested in performance optimization for pubgrub,
6+
we suggest reading first [The Rust Performance Book][perf-book]
67

7-
## Performance analysis
8+
[perf-book]: https://nnethercote.github.io/perf-book/
89

9-
## Profiling
10-
11-
## Effect of code layout on performance
10+
## Side note about code layout and performance
1211

1312
Changing your username has an impact on the performances of your code.
1413
This is not clickbait I promess, but simply an effect of layout changes.

0 commit comments

Comments
 (0)