Skip to content

Commit

Permalink
Restore some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Feb 21, 2023
1 parent d36691b commit 3e3665e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ describe( 'Site Editor Performance', () => {
} );

describe( 'Loading', () => {
// Number of measurements to take.
const samples = 3;
// Number of throwaway measurements to perform before recording samples.
// Having at least one helps ensure that caching quirks don't manifest
// in the results.
const throwaway = 1;
const iterations = Array.from(
{ length: samples + throwaway },
Expand Down

0 comments on commit 3e3665e

Please sign in to comment.