Skip to content

Commit

Permalink
Fix error on warning msg (#4279)
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvv committed Sep 18, 2024
1 parent 8d59da9 commit 465e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/compare/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default class ComparePlugin extends SitespeedioPlugin {
)
log.warning(
'The baseline test has %s runs and you current have %s. You should make sure you test the same amount of runs',
baseline.timestamps.length,
baseline.browsertime.timestamps.length,
this.options.browsertime.iterations
);
log.info('Got a baseline:' + id + '-' + this.page);
Expand Down

0 comments on commit 465e054

Please sign in to comment.