Runtime results each time different?

Okay,so apparently if you submit the same code a couple of times it gives different runtimes.
For example:

  • 40 ms 14 MB python3
  • 36 ms 13.8 MB python3
  • 44 ms 14 MB python3

This 3 results are repeating.

My question is, why the results aren't calculated like, run untill it gives all the different runtime results,then average them?

Comments (1)