1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00

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.
This commit is contained in:
Ryan Dahl 2018-10-01 11:40:45 -04:00
parent eba58b7188
commit 545109cf2d

View file

@ -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,