From b641a7e392d56ea5e5755eb25a7786f615b7b6ec Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Sun, 30 Jun 2024 19:15:53 +0300 Subject: [PATCH] fix typo; decrease frequency --- .github/workflows/run_cirun_graviton.yml | 2 +- analyze.results.example.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_cirun_graviton.yml b/.github/workflows/run_cirun_graviton.yml index 935f1ac0..eb13de63 100644 --- a/.github/workflows/run_cirun_graviton.yml +++ b/.github/workflows/run_cirun_graviton.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: "0 */6 * * *" + - cron: "0 3 * * *" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/analyze.results.example.ipynb b/analyze.results.example.ipynb index 481baa43..0fec4794 100644 --- a/analyze.results.example.ipynb +++ b/analyze.results.example.ipynb @@ -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",