No description
- OCaml 51.3%
- Makefile 30.9%
- JavaScript 9.5%
- Dune 8.3%
| lib | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| dune | ||
| dune-project | ||
| env.ml | ||
| Makefile | ||
| README.md | ||
| test-http-ocaml.opam | ||
| test-http-ocaml.opam.template | ||
| test_blink.ml | ||
| test_cohttp.ml | ||
| test_piaf.ml | ||
$ 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