From ab1ad4aef27bca73dd7592cbb64f904649ef60ad Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 17 Dec 2019 01:34:34 +0300 Subject: [metrics] Add "real-world" metrics These tests will render a bigger map that will give a more stable metric for memory baselines. --- .../static/real-world/sanfrancisco/metrics.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 metrics/next-linux-clang8-release/static/real-world/sanfrancisco/metrics.json (limited to 'metrics/next-linux-clang8-release/static/real-world/sanfrancisco/metrics.json') diff --git a/metrics/next-linux-clang8-release/static/real-world/sanfrancisco/metrics.json b/metrics/next-linux-clang8-release/static/real-world/sanfrancisco/metrics.json new file mode 100644 index 0000000000..5e6f0a87f6 --- /dev/null +++ b/metrics/next-linux-clang8-release/static/real-world/sanfrancisco/metrics.json @@ -0,0 +1,47 @@ +{ + "memory": [ + [ + "probeMemory - default - end", + 8165272, + 220829 + ], + [ + "probeMemory - default - start", + 31, + 1 + ] + ], + "network": [ + [ + "probeNetwork - default - end", + 7, + 419683 + ], + [ + "probeNetwork - default - start", + 0, + 0 + ] + ], + "gfx": [ + [ + "probeGFX - default - end", + 54, + 14, + 95, + 1, + [ + 229064, + 229064 + ], + [ + 504898, + 504898 + ], + [ + 393444, + 393444 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1