Skip to content

Commit

Permalink
Run the benchmarks nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 23, 2024
1 parent b3506d5 commit 51dd6be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/asv_benchmark_main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Benchmark

on:
push:
branches: [main]
schedule:
- cron: "0 0 * * *" # Run daily at midnight UTC
workflow_dispatch: # Allow manual trigger

env:
PYTHON_VERSION: "3.10"
WORKING_DIR: ${{ github.workspace }}/src
Expand Down

0 comments on commit 51dd6be

Please sign in to comment.