From 1956d6846c0ef716455f3cf6b1d5caa6cee09a08 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 25 Sep 2018 04:28:56 -0400 Subject: Also plot cold start time. --- website/app.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'website/app.js') diff --git a/website/app.js b/website/app.js index ba8dbac36..ab9dbb8a4 100644 --- a/website/app.js +++ b/website/app.js @@ -4,7 +4,12 @@ export async function getJson(path) { return (await fetch(path)).json(); } -const benchmarkNames = ["hello", "relative_import"]; +const benchmarkNames = [ + "hello", + "relative_import", + "cold_hello", + "cold_relative_import" +]; export function createExecTimeColumns(data) { return benchmarkNames.map(name => [ name, -- cgit v1.2.3