This commit is contained in:
Dmitry Vasilev
2022-12-23 02:14:38 +08:00
parent 4dbc7c26e2
commit 5be750b424
6 changed files with 61 additions and 75 deletions

View File

@@ -84,4 +84,7 @@ const run = root.children[0]
assert_equal(root_calltree_node(state).ok, true)
// Assert that run children are tests
assert_equal(run.children.length > 100, true)
console.timeEnd('run')