We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8452ee6 commit 12dd993Copy full SHA for 12dd993
.github/workflows/build-and-benchmark.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
name: BFS
38
tool: 'benchmarkdotnet'
39
- output-file-path: BenchmarkDotNet.Artifacts/results/GraphBLAS.FSharp.Benchmarks.BFSWithoutTransferBenchmarkInt32-report-brief.json
+ output-file-path: BenchmarkDotNet.Artifacts/results/GraphBLAS.FSharp.Benchmarks.Algorithms.BFS.BFSWithoutTransferBenchmarkInt32-report-brief.json
40
# Access token to deploy GitHub Pages branch
41
github-token: ${{ secrets._GITHUB_TOKEN }}
42
# Push and deploy GitHub pages branch automatically
0 commit comments