Delete non-average values from memory-infra and system-health benchmarks |
|||
Issue descriptionPlease DELETE retrospectively all values matching the following regular expression: # The dollar sign '$' is important! re.compile(r'_(std|count|max|min|sum)$') in the following benchmarks: memory.top_10_mobile_tbmv2 memory.dual_browser_test system_health.memory_mobile system_health.memory_desktop As far as I understand, this translates to removing all result matching the following paths: */*/memory.top_10_mobile_tbmv2/*_std */*/memory.top_10_mobile_tbmv2/*_min */*/memory.top_10_mobile_tbmv2/*_max */*/memory.top_10_mobile_tbmv2/*_sum */*/memory.top_10_mobile_tbmv2/*_count */*/memory.dual_browser_test/*_std */*/memory.dual_browser_test/*_min */*/memory.dual_browser_test/*_max */*/memory.dual_browser_test/*_sum */*/memory.dual_browser_test/*_count */*/system_health.memory_mobile/*_std */*/system_health.memory_mobile/*_min */*/system_health.memory_mobile/*_max */*/system_health.memory_mobile/*_sum */*/system_health.memory_mobile/*_count */*/system_health.memory_desktop/*_std */*/system_health.memory_desktop/*_min */*/system_health.memory_desktop/*_max */*/system_health.memory_desktop/*_sum */*/system_health.memory_desktop/*_count For completeness, I attached lists enumerating all values that should be removed for each benchmark. perezju: Could you please double check that this is correct and then re-assign to Annie?
,
Jun 7 2016
lgtm, thanks Petr!
,
Jun 7 2016
Annie: This delete can be safely executed now (it's not blocked on anything).
,
Jun 7 2016
This is done. |
|||
►
Sign in to add a comment |
|||
Comment 1 by petrcermak@chromium.org
, Jun 6 2016