Skip to content

Commit 662e297

Browse files
authored
Merge pull request #64 from OudomMunint/feature
PR: feature => master
2 parents 2b80129 + 9b449db commit 662e297

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@ jobs:
3535
- name: Restore dependencies
3636
run: dotnet restore Benchmark.csproj
3737

38-
- name: Build Proj
39-
run: dotnet build Benchmark.csproj -c Release -f net8.0
40-
4138
- name: Build sln
4239
run: dotnet build Benchmark.sln -c Release -f net8.0
4340

4441
- name: Create Release
4542
if: matrix.os == 'windows-latest'
4643
uses: ncipollo/release-action@v1.14.0
4744
with:
48-
tag: v1.4.9.5
45+
tag: v1.4.9.6

MyBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private void DoWork(int index)
119119
}
120120
}
121121

122-
public class GpuBenchmark
122+
public class GpuBenchmark
123123
{
124124
private const int NumIterations = 1000;
125125
private Device? device;

0 commit comments

Comments
 (0)