Skip to content

Commit

Permalink
Can't use placeholders in histogram path prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckerruebe committed May 2, 2024
1 parent f44242a commit c6395ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
compare_args=$(test -d .benchmarks && echo \
--benchmark-compare \
--benchmark-compare-fail=mean:5% \
--benchmark-histogram='test-results/benchmark_<date>_<time>')
--benchmark-histogram='test-results/benchmark/histogram')
pytest test \
--cov=src \
--cov-report=html:test-results/coverage \
Expand Down

0 comments on commit c6395ad

Please sign in to comment.