Skip to content
  • Sylvain Henry's avatar
    Fix spurious failures of T16916 on CI (#16966) · 9c87f97e
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    * disable idle GC which has a big impact on time measures
    
    * use average measures (before and after event registration)
    
    * use warmup measures (for some reason the first measure of a batch
      seems to be often quite different from the others)
    
    * drop the division by monotonic clock time: this clock is impacted by
      the load of the runner.  We only want to measure the time spent in the
      RTS while the mutator is idle so I don't understand why it was used.
    9c87f97e