We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b80129 + 9b449db commit 662e297Copy full SHA for 662e297
2 files changed
.github/workflows/main.yml
@@ -35,14 +35,11 @@ jobs:
35
- name: Restore dependencies
36
run: dotnet restore Benchmark.csproj
37
38
- - name: Build Proj
39
- run: dotnet build Benchmark.csproj -c Release -f net8.0
40
-
41
- name: Build sln
42
run: dotnet build Benchmark.sln -c Release -f net8.0
43
44
- name: Create Release
45
if: matrix.os == 'windows-latest'
46
uses: ncipollo/release-action@v1.14.0
47
with:
48
- tag: v1.4.9.5
+ tag: v1.4.9.6
MyBenchmark.cs
@@ -119,7 +119,7 @@ private void DoWork(int index)
119
}
120
121
122
-public class GpuBenchmark
+ public class GpuBenchmark
123
{
124
private const int NumIterations = 1000;
125
private Device? device;
0 commit comments