Benchmarking : Same process multiple times, only one warmup?

后端 未结 1 415
-上瘾入骨i
-上瘾入骨i 2021-01-19 08:16

I am currently working on a Java application (Benchmark) that has for purpose to mesure some processes relative to a database.

My application is supposed to run has

相关标签:
1条回答
  • 2021-01-19 08:42

    One warmup is needed. If you covered those articles and doing a proper warmup (enough iterations, making sure your warmup code doesn't get eliminated etc.) then your warmup will be sufficient and you won't get any extra benefits of running it prior to each test.

    0 讨论(0)
提交回复
热议问题