Skip to content

Commit

Permalink
chore(bench): do not re-run memory benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Oct 14, 2024
1 parent a708e89 commit c23c0f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmarks/memory.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ let benchmarks =
let len = Int.min (String.length str) len in
ignore (Re.execp ~pos:0 ~len re str))))
;;

let () = Command_unix.run (Bench.make_command benchmarks)

0 comments on commit c23c0f0

Please sign in to comment.