fizzboom
fizzboom copied to clipboard
Benchmark to compare async web server + interpreter + web client implementations across various languages
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.30 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @alex in sfackler/rust-openssl#1851 Skip a test that...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.4.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
FSharp and Rust get to use all the cores on the machine - OCaml does not. In practice, we'd run a bunch of OCaml processes and put a load balancer...
These lines need to be uncommented: https://github.com/darklang/fizzboom/blob/main/rust-hyper-async/execution-engine/src/eval.rs#L88
Change the request to `/fizzbuzz/:`, then use that as the parameter to fizzbuzzes. Happy to do this in parts: make the requests use `/fizzbuzz/100` first and then change the implementations...