/bench
Complex Server-Rendered Benchmark
Prime generation, Fibonacci sequences, nested section payloads, and large server-rendered markup.
The standalone router script has been replaced with normal framework concerns: routes in the router, request handling in a controller, benchmark generation in a service, and HTML in Blade templates.
/bench
Prime generation, Fibonacci sequences, nested section payloads, and large server-rendered markup.
/slower-bench
A larger version of the SSR workload with more sections, more samples, and extra per-item math.
/realistic-math-bench
Mixed integer arithmetic, array sorting, string hashing, and prime counting.
/shitty-sine-bench
Repeated sine and cosine operations intended to stress floating-point throughput.