Skip to content

Commit 531d264

Browse files
Clarify computation elision
1 parent 5ae3504 commit 531d264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ See the [Chairmarks documentation](https://chairmarks.lilithhafner.com/) for mor
8585
For better visualization, [PrettyChairmarks.jl](https://github.com/astrozot/PrettyChairmarks.jl) shows performance histograms alongside the numerical results.
8686

8787
\advanced{
88-
Certain computations may be [optimized away by the compiler]((https://juliaci.github.io/BenchmarkTools.jl/stable/manual/#Understanding-compiler-optimizations)) before the benchmark takes place.
88+
No matter the benchmarking tool used, certain computations may be [optimized away by the compiler]((https://juliaci.github.io/BenchmarkTools.jl/stable/manual/#Understanding-compiler-optimizations)) before the benchmark takes place.
8989
If you observe suspiciously fast performance, especially below the nanosecond scale, this is very likely to have happened.
9090
}
9191

0 commit comments

Comments
 (0)