No description
  • OCaml 51.3%
  • Makefile 30.9%
  • JavaScript 9.5%
  • Dune 8.3%
Find a file
2024-05-03 20:02:27 +02:00
lib Make it stop working when reaching end, push leaky.mjs 2024-05-03 14:44:23 +02:00
.gitattributes commit 2024-05-02 20:04:14 +02:00
.gitignore commit 2024-05-02 20:04:14 +02:00
.ocamlformat commit 2024-05-02 20:04:14 +02:00
dune Extract env 2024-05-03 20:02:27 +02:00
dune-project Make it stop working when reaching end, push leaky.mjs 2024-05-03 14:44:23 +02:00
env.ml Extract env 2024-05-03 20:02:27 +02:00
Makefile Extract env 2024-05-03 20:02:27 +02:00
README.md Extract env 2024-05-03 20:02:27 +02:00
test-http-ocaml.opam break everything, but everything was 2024-05-03 14:19:15 +02:00
test-http-ocaml.opam.template more stuff 2024-05-03 01:14:47 +02:00
test_blink.ml Extract env 2024-05-03 20:02:27 +02:00
test_cohttp.ml Extract env 2024-05-03 20:02:27 +02:00
test_piaf.ml Extract env 2024-05-03 20:02:27 +02:00

$ make create_switch
$ make install
$ make serve # in one terminal (requires `bun` to be installed globally)

# open another terminal to run the different tests
$ make test_piaf
$ make test_cohttp
$ make test_blink

# optionally can change BATCH, TIMES and DELAY
$ BATCH="30" TIMES="100" SERVER="" make test_cohttp