Skip to content
  • Andreas Klebinger's avatar
    Use proper RTS flags when collecting residency in perf tests. · 45a1d493
    Andreas Klebinger authored and Marge Bot's avatar Marge Bot committed
    Replace options like collect_stats(['peak_megabytes_allocated'],4) with
    collect_runtime_residency(4) and so forth. Reason being that the later
    also supplies some default RTS arguments which make sure residency does
    not fluctuate too much.
    
    The new flags mean we get new (hopefully more accurate) baselines so
    accept the stat changes.
    
    -------------------------
    Metric Decrease:
         T4029
         T4334
         T7850
    Metric Increase:
         T13218
         T7436
    -------------------------
    45a1d493