fix balancing errors

This commit is contained in:
Humza Shahid
2023-11-13 06:05:36 +00:00
parent 26cfc01f5c
commit 6cd3db9104
9 changed files with 220318 additions and 14 deletions

View File

@@ -33,3 +33,13 @@ fun run_txns_time title arr =
in
time_func title f
end
val _ =
let
val _ = run_txns_time "svelte" svelte_arr
val _ = run_txns_time "rust" rust_arr
val _ = run_txns_time "seph" seph_arr
val _ = run_txns_time "automerge" automerge_arr
in
()
end