Skip to content

Commit 49547f2

Browse files
Reinstated as part of output.
1 parent dfcd5d1 commit 49547f2

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/java-on-azure

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/java-on-azure/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Each iteration shows how many times per second your `benchmarkHttpResponse()` me
203203
REMEMBER: The numbers below are just data. To gain reusable insights, you need to follow up on
204204
why the numbers are the way they are. Use profilers (see -prof, -lprof), design factorial
205205
experiments, perform baseline and negative tests that provide experimental control, make sure
206-
the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts.
206+
the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts. Do not assume the numbers tell you what you want them to tell.
207207
208208
NOTE: Current JVM experimentally supports Compiler Blackholes, and they are in use. Please exercise
209209
extra caution when trusting the results, look into the generated code to check the benchmark still

0 commit comments

Comments
 (0)