Laravel benchmark workspace 2026-05-05 08:30:39

Benchmark endpoints served the Laravel way.

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.

Available Benchmarks

/bench

Complex Server-Rendered Benchmark

Prime generation, Fibonacci sequences, nested section payloads, and large server-rendered markup.

Open benchmark

/slower-bench

Slower Server-Rendered Benchmark

A larger version of the SSR workload with more sections, more samples, and extra per-item math.

Open benchmark

/realistic-math-bench

Realistic Math Benchmark

Mixed integer arithmetic, array sorting, string hashing, and prime counting.

Open benchmark

/shitty-sine-bench

Sine Benchmark

Repeated sine and cosine operations intended to stress floating-point throughput.

Open benchmark