Skip to content

Commit

Permalink
chore(bench): do not re-run memory benchmarks (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg authored Oct 14, 2024
1 parent a708e89 commit 65a61d6
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 65a61d6

Please sign in to comment.