Skip to content

Commit 2499cda

Browse files
committed
feat(tests): update binary trees benchmark to use closures
1 parent 27ea9ae commit 2499cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/benchmarks/resources/runtime/binary_trees.ark

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
item
3939
(- (+ item (check_tree_closure left)) (check_tree_closure right))) }))
4040

41-
(let make_tree make_tree_list)
42-
(let check_tree check_tree_list)
41+
(let make_tree make_tree_closure)
42+
(let check_tree check_tree_closure)
4343

4444
(let min_depth 4)
4545
(let max_depth 12)

0 commit comments

Comments
 (0)