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:
parent
eba58b7188
commit
545109cf2d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue