I'd like to use Benchmark to benchmark within an Lwt main loop.
I can't just benchmark a function that calls Lwt_main.run because I have some expensive initialisation done within the Lwt monad, so I need to add the functionality to Benchmark itself.
Feel free to come up with advice if you want.
I'd like to use Benchmark to benchmark within an Lwt main loop.
I can't just benchmark a function that calls Lwt_main.run because I have some expensive initialisation done within the Lwt monad, so I need to add the functionality to Benchmark itself.
Feel free to come up with advice if you want.