Skip to content

Commit

Permalink
driver.mld: Benchmark building 'core'
Browse files Browse the repository at this point in the history
Currently, the benchmarks are running the driver with no extra work.
  • Loading branch information
Julow committed Oct 31, 2023
1 parent 63be0f2 commit f7a695d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test :

.PHONY : bench
bench:
@dune build @bench
@ODOC_BENCHMARK=true dune build @bench

.PHONY : coverage
coverage :
Expand Down
9 changes: 1 addition & 8 deletions doc/driver.mld
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,7 @@ let dep_libraries_core = [
];;

let extra_deps = [
"base";
"core_kernel";
"bin_prot";
"sexplib";
"sexplib0";
"base_quickcheck";
"ppx_sexp_conv";
"ppx_hash";
"core";
]

let dep_libraries =
Expand Down
1 change: 1 addition & 0 deletions doc/library_mlds/core.mld
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{0 core}
1 change: 1 addition & 0 deletions odoc-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ depends: [
"bos"
"yojson" {>= "1.6.0"}
"mdx" {>= "2.3.0"}
"core"
]

0 comments on commit f7a695d

Please sign in to comment.