retro-httpaf-bench icon indicating copy to clipboard operation
retro-httpaf-bench copied to clipboard

Test with 5.1

Open Sudha247 opened this issue 1 year ago • 1 comments

It's been a while since we've run these benchmarks. It will be useful to run these with the latest Eio on OCaml 5.1. 5.1.0~rc3 is out at the time of writing this.

Sudha247 avatar Sep 11 '23 10:09 Sudha247

I did, cohttpd-eio works. httpaf-eio fails to compile because result is not available and after added RUN opam install result and updating submodule, I still have

File "vendor/httpaf/eio/httpaf_eio.mli", line 45, characters 24-40:
45 |     -> (sw:Switch.t -> #Eio.Flow.two_way -> Eio.Net.Sockaddr.stream -> unit)
                             ^^^^^^^^^^^^^^^^
Error: Unbound class type Eio.Flow.two_way

craff avatar Feb 26 '24 22:02 craff