This note does not have a description yet.
Links to this note
-
Benchmarking Results Can Be Very Different When Run in CI Tools
Most CI (continuous integration) tools run inside VMs in the cloud sometimes nested in other VMs. This causes pauses in execution as the VM may be applying different techniques to manage multi-tenency—throttling, pausing execution, and so on. Benchmarking code can have different results compared to running locally on your machine for this reason.