From 4836ee3f22f2904f509098c0bf2881ee43c834c9 Mon Sep 17 00:00:00 2001 From: zmiao Date: Thu, 23 Jan 2020 21:46:17 +0200 Subject: [test-runner] Add ios probe metrics --- metrics/ignores/platform-ios.json | 4 --- metrics/next-ios-render-test-runner-metrics.json | 7 +--- .../probes/gfx/pass-double-probe/metrics.json | 42 ++++++++++++++++++++++ .../probes/gfx/pass-probe-reset/metrics.json | 42 ++++++++++++++++++++++ .../probes/gfx/pass/metrics.json | 23 ++++++++++++ 5 files changed, 108 insertions(+), 10 deletions(-) create mode 100644 metrics/next-ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json create mode 100644 metrics/next-ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json create mode 100644 metrics/next-ios-render-test-runner/probes/gfx/pass/metrics.json diff --git a/metrics/ignores/platform-ios.json b/metrics/ignores/platform-ios.json index 00ac6bfbe7..1dce0e9f79 100644 --- a/metrics/ignores/platform-ios.json +++ b/metrics/ignores/platform-ios.json @@ -1,8 +1,4 @@ { - "probes/gfx/pass": "Needs to be investigated and fixed.", - "probes/gfx/pass-double-probe": "Needs to be investigated and fixed.", - "probes/gfx/pass-probe-reset": "Needs to be investigated and fixed.", - "probes/network/pass": "Needs to be investigated and fixed.", "render-tests/icon-text-fit/enlargen-both": "Needs to be investigated and fixed.", "render-tests/line-pattern/overscaled": "Needs to be investigated and fixed.", "render-tests/runtime-styling/image-update-pattern": "Needs to be investigated and fixed.", diff --git a/metrics/next-ios-render-test-runner-metrics.json b/metrics/next-ios-render-test-runner-metrics.json index 6aa8567ca8..042e9ec445 100644 --- a/metrics/next-ios-render-test-runner-metrics.json +++ b/metrics/next-ios-render-test-runner-metrics.json @@ -10,10 +10,5 @@ "ignores/platform-macos.json", "ignores/platform-ios.json" ], - "metric_path": "next-ios-render-test-runner", - "probes": [ - "probeGFX", - "probeMemory", - "probeNetwork" - ] + "metric_path": "next-ios-render-test-runner" } \ No newline at end of file diff --git a/metrics/next-ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json b/metrics/next-ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json new file mode 100644 index 0000000000..274d5cd7c8 --- /dev/null +++ b/metrics/next-ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json @@ -0,0 +1,42 @@ +{ + "gfx": [ + [ + "gfx 0", + 36, + 13, + 63, + 1, + [ + 240136, + 240136 + ], + [ + 68598, + 68598 + ], + [ + 79296, + 79296 + ] + ], + [ + "gfx 1", + 32, + 17, + 85, + 1, + [ + 325008, + 325008 + ], + [ + 84926, + 84926 + ], + [ + 107104, + 107104 + ] + ] + ] +} \ No newline at end of file diff --git a/metrics/next-ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json b/metrics/next-ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json new file mode 100644 index 0000000000..50f2a2721a --- /dev/null +++ b/metrics/next-ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json @@ -0,0 +1,42 @@ +{ + "gfx": [ + [ + "gfx 0", + 36, + 13, + 63, + 1, + [ + 240136, + 240136 + ], + [ + 68598, + 68598 + ], + [ + 79296, + 79296 + ] + ], + [ + "gfx 1", + 32, + 17, + 85, + 1, + [ + 325008, + 84872 + ], + [ + 84926, + 16328 + ], + [ + 107104, + 27808 + ] + ] + ] +} \ No newline at end of file diff --git a/metrics/next-ios-render-test-runner/probes/gfx/pass/metrics.json b/metrics/next-ios-render-test-runner/probes/gfx/pass/metrics.json new file mode 100644 index 0000000000..930d8dcf50 --- /dev/null +++ b/metrics/next-ios-render-test-runner/probes/gfx/pass/metrics.json @@ -0,0 +1,23 @@ +{ + "gfx": [ + [ + "gfx 0", + 36, + 13, + 63, + 1, + [ + 240136, + 240136 + ], + [ + 68598, + 68598 + ], + [ + 79296, + 79296 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1