File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 77concurrency : benchmark_pr
88
99jobs :
10- build :
10+ bench :
1111
1212 runs-on : windows-latest
1313
2121 run : dotnet restore
2222 - name : Build
2323 run : dotnet build --configuration Release --no-restore
24+ - name : Clone splitasm repo
25+ uses : actions/checkout@v2
26+ with :
27+ repository : bitfaster/splitasm
28+ path : splitasm
29+ ref : ' '
30+ - name : Build split asm
31+ run : dotnet build splitasm --configuration Release
2432 - name : Benchmark
2533 run : dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter *Lru*
34+ - name : Post process disassembly
35+ run : splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
36+ shell : cmd
2637 - name : Publish Results
2738 uses : actions/upload-artifact@v1
2839 with :
You can’t perform that action at this time.
0 commit comments