add benchmarks for tiny_rope in bench folder

This commit is contained in:
2024-05-28 08:01:10 +01:00
parent 9728a1ca25
commit 1f3736e690
18 changed files with 585 additions and 49 deletions

View File

@@ -5,7 +5,5 @@ sig
val insert: int * string * t -> t
val delete: int * int * t -> t
val toString: t -> string
val title : string
val txns : (int * int * string) vector
end