Bo
Bo
P.S. I removed Ulib from `premake5.lua` and the benchmarks built correctly. I'm leaving the issue open because Ulib might be causing a real issue. I'm not sure that the fact...
> I tentatively propose TLS versions of two existing test types: Plaintext and Fortunes. Tentatively, TLS-Plaintext and TLS-Fortunes. The TLS-Plaintext will hardly test the handshake and mostly test the encoding...
I believe **the JSON test would be a better choice than the plaintext test when testing TLS**. As [I mentioned here](https://groups.google.com/forum/#!topic/framework-benchmarks/3U4-UdaIzq4), the plaintext pipelining approach exposes servers to DoS attacks...
@lpereira , An faster solution might be to re-add the lwan application to the benchmark and either: 1) Add a short bash script that downloads a specific commit version of...
:+1:
Hi @oldmoe , Thank you for opening this issue. I'm still on Ruby 3.0 so didn't notice that `rb_cData` was deprecated in the C API already. I'll push a fix...
Hi @oldmoe, Sorry for the delay. I am still struggling to install Ruby 3.2.0-preview2 as I am getting an error related to a supposedly missing `libyaml`... once I pass the...
Late to the party, but I would add that C improves memory usage over time, not just speed (AFAIK). This is related to the fact that the C parser doesn't...
I wrote a Ruby gem, called [combine_pdf](https://github.com/boazsegev/combine_pdf), that takes PDF files apart and puts them back together (usually after injecting more data such as pages, watermarks etc' into the PDF)....
I wrote this for you, look at the code and the output and tell me what you might need to use it. Please notice that there is limited inflation support...