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 7
7
concurrency : benchmark_pr
8
8
9
9
jobs :
10
- build :
10
+ bench :
11
11
12
12
runs-on : windows-latest
13
13
21
21
run : dotnet restore
22
22
- name : Build
23
23
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
24
32
- name : Benchmark
25
33
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
26
37
- name : Publish Results
27
38
uses : actions/upload-artifact@v1
28
39
with :
You can’t perform that action at this time.
0 commit comments