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: