Conversation
|
Note how far apart my baselines are.. yeah.. |
| the implementation. Integration tests run TLS clients (curl, Chromium, uTLS) to | ||
| connect to haproxy containers and provide end-to-end validation. | ||
|
|
||
| You will need to have `just` >=2.0.0 and `busted` installed. |
There was a problem hiding this comment.
Unless I'm going crazy, I don't think just >= 2.0.0 exists?
There was a problem hiding this comment.
Ah, I spotted I'm using a feature that was introduced in 1.46.0.
-- String concatenation is faster than string.format in LuaJITHaproxy doesn't use LuaJIT, but string concat should still be faster than
Still, I think the code looks nicer with string concat instead of |
I believe this is faster.. but who knows, benchmarks on my device are all over the place as my environment isn't consistent at all 😅 - so do give it a run yourself!
Using string concat (new)
Using string formatting (old)