Skip to content

Commit

Permalink
Fix matching pattern typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Jul 6, 2023
1 parent fecc1a0 commit 4a394d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plugin/commands/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ async function runPerformanceTests( branches, options ) {
for ( const branch of branches ) {
const resultsRounds = resultFiles
.filter( ( file ) =>
file.includes( `${ testSuite }__${ branch }__round-` )
file.includes( `${ testSuite }_${ branch }_round-` )
)
.map( ( file ) =>
curateResults( testSuite, readJSONFile( file ) )
Expand Down

0 comments on commit 4a394d8

Please sign in to comment.