Skip to content

Commit bb44c96

Browse files
committed
Benchmark with GC info
Signed-off-by: Kakadu <Kakadu@pm.me>
1 parent 08109a4 commit bb44c96

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "cps/ocaml/ocaml-benchmark"]
2+
path = cps/ocaml/ocaml-benchmark
3+
url = https://github.com/c-cube/ocaml-benchmark.git
4+
branch = wip-add-gc-stats

cps/ocaml/bench_fib.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ let () =
9494
("fib monadic cps", fib_cps_m, num_count);
9595
]
9696
in
97-
tabulate res
97+
tabulate res;
98+
print_gc res

cps/ocaml/ocaml-benchmark

Submodule ocaml-benchmark added at 1f72597

0 commit comments

Comments
 (0)