Skip to content

Commit b641a7e

Browse files
committed
fix typo; decrease frequency
1 parent 0b13117 commit b641a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_cirun_graviton.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: "0 */6 * * *"
8+
- cron: "0 3 * * *"
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

analyze.results.example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"source": [
2121
"# Load and analyze bare benchmark results\n",
2222
"\n",
23-
"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",
23+
"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",
2424
"\n",
2525
"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",
2626
"\n",

0 commit comments

Comments
 (0)