History log of /PHP-8.3/benchmark/benchmark.php (Results 1 – 3 of 3)
Revision Date Author Comments
# ee6f9e29 01-Sep-2023 Ilija Tovilo

Include branch in benchmarking information

This allows https://nielsdos.github.io/php-benchmark-visualisation/ to only
show commits from master (or a specific branch). Otherwise we get c

Include branch in benchmarking information

This allows https://nielsdos.github.io/php-benchmark-visualisation/ to only
show commits from master (or a specific branch). Otherwise we get confusing,
undulating commits from different branches, with potentially wildly different
performance.

Closes GH-12101

show more ...


# 24cc4020 15-Apr-2023 Ilija Tovilo

Benchmarking mean (#11085)

* Use 50 runs and calculate mean

* Don't validate timestamps

* Don't profile PHP startup and shutdown in cgi with valgrind


# afbc71d8 06-Apr-2023 Ilija Tovilo

Add benchmarking to CI

Closes GH-11068