Skip to content

Commit

Permalink
fix: Benchmark CI
Browse files Browse the repository at this point in the history
Nereuxofficial committed Sep 7, 2023
1 parent 4b8140a commit 12b90a5
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 12b90a5

Please sign in to comment.