Skip to content

Commit 575050d

Browse files
Change default bench branch to master (#420)
1 parent a9e6b71 commit 575050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/bench-cmp-branch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const simpleGit = require('simple-git')
99
const git = simpleGit(process.cwd())
1010

1111
const COMMAND = 'npm run bench'
12-
const DEFAULT_BRANCH = 'main'
12+
const DEFAULT_BRANCH = 'master'
1313
const PERCENT_THRESHOLD = 5
1414

1515
async function selectBranchName (message, branches) {

0 commit comments

Comments
 (0)