This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
27
unikernel/duniverse/dune_/bench/dune
Normal file
27
unikernel/duniverse/dune_/bench/dune
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
(executable
|
||||
(name bench)
|
||||
(modules bench metrics)
|
||||
(libraries
|
||||
dune_stats
|
||||
dune_console
|
||||
chrome_trace
|
||||
stdune
|
||||
fiber
|
||||
dune_lang
|
||||
dune_engine
|
||||
dune_util))
|
||||
|
||||
(rule
|
||||
(alias bench)
|
||||
(action
|
||||
(run ./bench.exe %{bin:dune})))
|
||||
|
||||
(executable
|
||||
(modules gen_synthetic)
|
||||
(libraries unix)
|
||||
(name gen_synthetic))
|
||||
|
||||
(executable
|
||||
(modules gen_synthetic_dune_watch)
|
||||
(libraries unix)
|
||||
(name gen_synthetic_dune_watch))
|
||||
Loading…
Add table
Add a link
Reference in a new issue