add benchmark files for line_gap.sml and adjust the Makefile in /bench/ directory to use them
This commit is contained in:
13
bench/line_gap_seph.sml
Normal file
13
bench/line_gap_seph.sml
Normal file
@@ -0,0 +1,13 @@
|
||||
structure LineGapSeph: TRANSACTION =
|
||||
struct
|
||||
type t = LineGap.t
|
||||
val empty = LineGap.empty
|
||||
val insert = LineGap.insert
|
||||
val delete = LineGap.delete
|
||||
val toString = LineGap.toString
|
||||
val txns = SephBlog.txns
|
||||
end
|
||||
|
||||
structure Main = Run(LineGapSeph)
|
||||
|
||||
val _ = Main.run ()
|
||||
Reference in New Issue
Block a user