Reve
Reve
@tr1ckydev I made some changes
Here's an example of how the compilation result should look like: ```tsx const text = Math.random() < 0.5 ? 'Hi' : 'Hello'; const element = {text}; ``` And an option...
You can see these benchmarks - bunsvr/benchmark - SaltyAom/bun-http-framework-benchmark
For simple benchmarking, wrk or wrk2 should be fine. It provides a Lua API for you to work with and wrk is the most performant benchmarking tools. The result mentioned...
WSL may have some impact on the result as it has some limitation as a virtual machine. Idk if Deno has improved or not, but still. I suggest you wrap...
@icetbr test on MacOS or other distro than Linux Mint Bun seems to be performing bad in Linux Mint for some reasons? (I suggest using Ubuntu)
@icetbr bunsvr/benchmark is mine
@icetbr Can you give me a framework code because I don't want to install Deno lint
@eliassjogreen Why are benchmark results flunctuating on every single update? You should check the benchmarking tool again or use `wrk2`.
@icetbr Bun performs better in Ubuntu than in Linux Mint