From 545109cf2df4548aae754734cc7b0852485d4edd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 1 Oct 2018 11:40:45 -0400 Subject: Add fetch_deps to syscall count. The benchmark was added in b7fd6e but was not surfaced in the UI. TODO: The tests should have failed and caught this situation. --- website/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/app.js b/website/app.js index da29797a8..c058829a1 100644 --- a/website/app.js +++ b/website/app.js @@ -66,7 +66,7 @@ export function createThreadCountColumns(data) { ]); } -const syscallCountNames = ["hello"]; +const syscallCountNames = ["hello", "fetch_deps"]; export function createSyscallCountColumns(data) { return syscallCountNames.map(name => [ name, -- cgit v1.2.3