This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
35
unikernel/duniverse/ocaml-re/benchmarks/dune
Normal file
35
unikernel/duniverse/ocaml-re/benchmarks/dune
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
(env
|
||||
(dev
|
||||
(flags
|
||||
(:standard -w -58))))
|
||||
|
||||
(executables
|
||||
(enabled_if
|
||||
(not %{env:CI=false}))
|
||||
(libraries
|
||||
re
|
||||
core
|
||||
base
|
||||
stdio
|
||||
threads
|
||||
core_bench
|
||||
core_unix.command_unix
|
||||
memtrace)
|
||||
(modules :standard \ compare)
|
||||
(names benchmark))
|
||||
|
||||
(executable
|
||||
(enabled_if
|
||||
(not %{env:CI=false}))
|
||||
(name compare)
|
||||
(modules compare)
|
||||
(libraries
|
||||
core
|
||||
csv
|
||||
base
|
||||
core_unix
|
||||
core_unix.command_unix
|
||||
core_unix.filename_unix
|
||||
spawn
|
||||
stdio
|
||||
sexplib))
|
||||
Loading…
Add table
Add a link
Reference in a new issue