Logging, runtime tracing, and the obs performance profiler for OCaml
0

Configure Feed

Select the types of activity you want to include in your feed.

observe: clean up benchmark diagnostics

+1 -1
+1 -1
test/bench/test_observe_bench.ml
··· 52 52 Alcotest.(check bool) "function really ran" true (!hits >= iters) 53 53 54 54 let suite = 55 - ( "bench", 55 + ( "observe_bench", 56 56 [ 57 57 Alcotest.test_case "time runs n applications" `Quick test_time_runs_n; 58 58 Alcotest.test_case "burn calibrates" `Quick test_burn_calibrates;