New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 617636 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocking:
issue 617117



Sign in to add a comment

Delete non-average values from memory-infra and system-health benchmarks

Project Member Reported by petrcermak@chromium.org, Jun 6 2016

Issue description

Please 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?
 
memory.top_10_mobile_tbmv2
18.0 KB Download
memory.dual_browser_test
59.1 KB Download
system_health.memory_mobile
38.9 KB Download
system_health.memory_desktop
24.7 KB Download
Blocking: 617117
Owner: sullivan@chromium.org
lgtm, thanks Petr!
Annie: This delete can be safely executed now (it's not blocked on anything).
Status: Fixed (was: Assigned)
This is done.

Sign in to add a comment