TCP/TLS connection pooling for Eio
0
fork

Configure Feed

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

ocaml-conpool: Gate stress tests behind STRESS_TESTS env var

+4
+4
test/dune
··· 3 3 (modules stress_test) 4 4 (libraries conpool eio eio_main unix)) 5 5 6 + ; Stress tests are slow - only run when STRESS_TESTS=1 7 + 6 8 (rule 7 9 (alias runtest) 8 10 (deps stress_test.exe) 11 + (enabled_if 12 + (= %{env:STRESS_TESTS=} "1")) 9 13 (action 10 14 (run ./stress_test.exe --all -o stress_test_results.json)))