Skip to content

Commit 991b00d

Browse files
committed
wip: vibe code some GC benchmark
1 parent ff6002d commit 991b00d

File tree

3 files changed

+727
-1
lines changed

3 files changed

+727
-1
lines changed

dune

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
memory_jemalloc
3737
test
3838
test_gzip
39-
test_httpev)
39+
test_httpev
40+
htmlStream_bench)
4041
(preprocess
4142
(per_module
4243
((pps lwt_ppx)
@@ -80,3 +81,12 @@
8081
(rule
8182
(alias runtest)
8283
(action (run ./test.exe)))
84+
85+
(executable
86+
(name htmlStream_bench)
87+
(libraries devkit extlib unix)
88+
(modules htmlStream_bench))
89+
90+
(rule
91+
(alias bench)
92+
(action (run ./htmlStream_bench.exe)))

0 commit comments

Comments
 (0)