From 429292fb9898cbcf3f2a0b644e01277473124252 Mon Sep 17 00:00:00 2001 From: zmiao Date: Fri, 24 Jan 2020 15:45:47 +0200 Subject: [test-runner] Add iOS RenderTestRunner test metrics (#16139) * [test-runner] Add iOS RenderTestRunner test metrics * [test-runner] Add ios probe metrics --- .../metrics.json | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metrics/next-ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json (limited to 'metrics/next-ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json') diff --git a/metrics/next-ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/next-ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json new file mode 100644 index 0000000000..2b08c32c8f --- /dev/null +++ b/metrics/next-ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -0,0 +1,35 @@ +{ + "network": [ + [ + "probeNetwork - default - end", + 0, + 0 + ], + [ + "probeNetwork - default - start", + 0, + 0 + ] + ], + "gfx": [ + [ + "probeGFX - default - end", + 0, + 2, + 5, + 1, + [ + 16384, + 16384 + ], + [ + 22, + 22 + ], + [ + 64, + 64 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1