File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ bug-reports: "https://github.com/PLTools/JGS/issues"
66depends: [
77 "dune" {>= "3.3"}
88 "ocaml" {= "4.14.2"}
9+ "mtime" {>= "2.0.0"}
10+ "benchmark"
11+ "ppx_yojson_conv" {= "v0.16.0"}
912 "ocamlformat" {with-test & >= "0.26.1" & < "0.27"}
1013 "odoc" {with-doc}
1114]
Original file line number Diff line number Diff line change 1616.PHONY : deps
1717deps :
1818 opam install -y \
19- benchmark ppx_yojson_conv yojson ocamlformat ocaml-lsp-server mtime.1.4.0 mtime.1.4.0
19+ benchmark ppx_yojson_conv yojson ocamlformat ocaml-lsp-server mtime.1.4.0
2020
2121
2222RUN_EXAMPLE = OCAMLRUNPARAM='s=2200M,h=2200M,bt=0' dune exec jsons/run_json2.exe --profile=release -- \
@@ -96,4 +96,3 @@ bench_LOPSTR: bench_LOPSTR_prepare bench_LOPSTR_run
9696bench_LOPSTR_prepare :
9797 sudo cpupower -c 0 frequency-set --governor performance
9898 dune b jsons/run_json2.exe --profile=release
99-
Original file line number Diff line number Diff line change 1313 ( depends
1414 ( ocaml
1515 ( = " 4.14.2" ) )
16+ ( mtime
17+ ( >= " 2.0.0" ) )
18+ benchmark
19+ ( ppx_yojson_conv
20+ ( = " v0.16.0" ) )
1621 ( ocamlformat
1722 ( and
1823 :with -test
You can’t perform that action at this time.
0 commit comments