We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1cd58 commit 76de19bCopy full SHA for 76de19b
2 files changed
.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.BFSBenchmarksWithoutDataTransfer-report-brief.json
+ output-file-path: BenchmarkDotNet.Artifacts/results/GraphBLAS.FSharp.Benchmarks.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
benchmarks/GraphBLAS-sharp.Benchmarks/BenchmarksTranspose.fs
0 commit comments