You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it takes hours to reproduce the same stack that are used to produce the benchmark results. This demotivates others from reproducing the benchmarks on their own servers / workstations, causing the results to be biased towards a particular benchmarking environment.
By sharing underlying software stacks, the benchmark results vary only according to the host machine's hardware specs and differing code implementations.
Also, it simplifies contribution to php-framework-benchmark, since it makes it easier to test PR:s locally before submitting them.