Skip to content

Commit 91b2e42

Browse files
l0rincgithub-actions
authored andcommitted
Ignore speedup of instrumented runs
1 parent e3e9e84 commit 91b2e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-results.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ jobs:
262262
// Set outputs for use in PR comment
263263
const resultUrl = `https://${context.repo.owner}.github.io/${context.repo.name}/results/pr-${prNumber}/${runId}/index.html`;
264264
const speedupString = Object.entries(combinedResults.speedups)
265+
.filter(([network]) => network.includes('uninstrumented'))
265266
.map(([network, speedup]) => `${network}: ${speedup}%`)
266267
.join(', ');
267268

0 commit comments

Comments
 (0)