From 12b90a53d26d505380db422ec6cc11e12d8bc97c Mon Sep 17 00:00:00 2001 From: Nereuxofficial <37740907+Nereuxofficial@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:32:23 +0200 Subject: [PATCH] fix: Benchmark CI --- .github/workflows/bench.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 480bd1b..9a545db 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -54,7 +54,7 @@ jobs: # What benchmark tool the output.txt came from tool: 'cargo' # Where the output from the benchmark tool is stored - output-file-path: markov_model_bench.txt + output-file-path: lib/markov_model_bench.txt # GitHub API token to make a commit comment github-token: ${{ secrets.GITHUB_TOKEN }} # Leave a job summary with benchmark result comparison diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41b6a6b..d08c3b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: env: CARGO_TERM_COLOR: always -# TODO: Add benchmarking in CI(see https://github.com/benchmark-action/github-action-benchmark/pull/138) + jobs: build: strategy: