Revision 21846ec1a45953acd12a460c5f9b911f9462d879 authored by Antonio Locascio on 07 September 2023, 06:52:59 UTC, committed by Antonio Locascio on 05 December 2023, 08:59:21 UTC
The script didn't work well with LTerm. This commit
uses node-pty in the benchmarking script to fix it.
1 parent 4d542b2
Raw File
dune-workspace
(lang dune 3.7)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-58-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top