Skip to content

Commit

Permalink
Fix: benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent fce9e0a commit ec9ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/benchmark.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { By, Key } = require('selenium-webdriver')
const { withFixtures } = require('./helpers')
const { PAGES } = require('./webdriver/driver')

const DEFAULT_NUM_SAMPLES = 20
const DEFAULT_NUM_SAMPLES = 5
const ALL_PAGES = Object.values(PAGES)

async function measurePage (pageName) {
Expand Down

0 comments on commit ec9ad67

Please sign in to comment.