Skip to content

Commit

Permalink
fix typo; decrease frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 30, 2024
1 parent 0b13117 commit b641a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "0 */6 * * *"
- cron: "0 3 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion analyze.results.example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source": [
"# Load and analyze bare benchmark results\n",
"\n",
"ASV web display is rich but does not do everythin. When you need to run some analysis it does not provide, you can load the raw benchmark data, which are stored in the `results` folder of the `gh-pages` branch of the repository.\n",
"ASV web display is rich but does not do everything. When you need to run some analysis it does not provide, you can load the raw benchmark data, which are stored in the `results` folder of the `gh-pages` branch of the repository.\n",
"\n",
"Consider an example: let's check how the matrix-multiply routine `gemm` scales with the array size and compare to the expected cubic scaling, $\\sim N^3$.\n",
"\n",
Expand Down

0 comments on commit b641a7e

Please sign in to comment.