randomizeOrder property

bool randomizeOrder
final

Whether to randomize the order of variants between samples.

When true (default), variants are measured in random order for each sample, reducing systematic bias from:

  • CPU frequency scaling
  • Thermal throttling
  • Memory pressure changes over time

Set to false only when you need reproducible ordering for debugging.

Implementation

final bool randomizeOrder;