File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 25
25
dotnet-version : |
26
26
6.0.x
27
27
8.0.x
28
+ 9.0.x
28
29
- name : Install dependencies
29
30
run : dotnet restore
30
31
- name : Build
43
44
run : splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
44
45
shell : cmd
45
46
- name : Publish Results
46
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
47
48
with :
48
49
name : Benchmark Artifacts (Windows)
49
50
path : BenchmarkDotNet.Artifacts
@@ -60,14 +61,15 @@ jobs:
60
61
dotnet-version : |
61
62
6.0.x
62
63
8.0.x
64
+ 9.0.x
63
65
- name : Install dependencies
64
66
run : dotnet restore
65
67
- name : Build
66
68
run : dotnet build --configuration Release --no-restore
67
69
- name : Benchmark
68
70
run : dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
69
71
- name : Publish Results
70
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@v4
71
73
with :
72
74
name : Benchmark Artifacts (Linux)
73
75
path : BenchmarkDotNet.Artifacts
@@ -84,14 +86,15 @@ jobs:
84
86
dotnet-version : |
85
87
6.0.x
86
88
8.0.x
89
+ 9.0.x
87
90
- name : Install dependencies
88
91
run : dotnet restore
89
92
- name : Build
90
93
run : dotnet build --configuration Release --no-restore
91
94
- name : Benchmark
92
95
run : dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
93
96
- name : Publish Results
94
- uses : actions/upload-artifact@v3
97
+ uses : actions/upload-artifact@v4
95
98
with :
96
99
name : Benchmark Artifacts (MacOs)
97
100
path : BenchmarkDotNet.Artifacts
You can’t perform that action at this time.
0 commit comments