Skip to content

Commit

Permalink
Update asv config
Browse files Browse the repository at this point in the history
  • Loading branch information
not522 committed May 14, 2021
1 parent abefe5b commit dfcada4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/speed-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Speed benchmarks

on:
push:
branches:
- asv
schedule:
- cron: '0 23 * * SUN-THU'

Expand All @@ -12,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

# Not intended for forks.
# if: github.repository == 'optuna/optuna'
if: github.repository == 'optuna/optuna'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "default" (for mercurial).
"branches": ["asv"], // for git
// "branches": ["master"], // for git
// "branches": ["default"], // for mercurial

// The DVCS being used. If not set, it will be automatically
Expand Down

0 comments on commit dfcada4

Please sign in to comment.