Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add perf-guard github workflow (#345)
* Add perf-guard github workflow * Fix typo * Switch to GITHUB_OUTPUT * Fix typo * Log performance * Temporarily reduce baseline for testing * Revert "Temporarily reduce baseline for testing" This reverts commit 769bd71. * Compare SNIFF PROCESSING TIME * Add comment for fromJSON usage * Remove unnecessary fromJSON * Refactor to print output of phpcs alone * Replace WP copy of PHPMailer with tagged official version * Remove set x * Move parsing performance to own step * Try quoting phpcs output * Use multi-line output to set var * Try to parse with heredoc * Revert "Try to parse with heredoc" This reverts commit 5f016c1. * Revert "Use multi-line output to set var" This reverts commit 22fb0ca. * Revert "Try quoting phpcs output" This reverts commit 29a2be7. * Revert "Move parsing performance to own step" This reverts commit f45a26a. * Temporarily decrease MAX_PHPCS_PERF_SECS * Decrease it further * Revert "Decrease it further" This reverts commit 7d2a170. * Revert "Temporarily decrease MAX_PHPCS_PERF_SECS" This reverts commit ded6e9e. * Set MAX_PHPCS_PERF_SECS to 0.4 since 0.2 seems average * Try using a file to pass perf report * Fix escaping of env vars * Also output performance report * Temporarily break phpcs output to see what happens * Revert "Temporarily break phpcs output to see what happens" This reverts commit ed540b8.
- Loading branch information