Commit 6a0023c
authored
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.1 parent 8332ae9 commit 6a0023c
1 file changed
+50
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
0 commit comments