Skip to content

Commit 836281f

Browse files
authored
remove plot utility (#637)
1 parent 96bdf24 commit 836281f

File tree

8 files changed

+0
-242
lines changed

8 files changed

+0
-242
lines changed

.github/workflows/benchpr.yml

-6
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
run: dotnet build splitasm --configuration Release
4040
- name: Benchmark
4141
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
42-
- name: Plot results
43-
run: dotnet run --project "Tools\BenchPlot\Benchplot.csproj" --configuration Release "BenchmarkDotNet.Artifacts"
4442
- name: Post process disassembly
4543
run: splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
4644
shell: cmd
@@ -68,8 +66,6 @@ jobs:
6866
run: dotnet build --configuration Release --no-restore
6967
- name: Benchmark
7068
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
71-
- name: Plot results
72-
run: dotnet run --project Tools/BenchPlot/BenchPlot.csproj --configuration Release "BenchmarkDotNet.Artifacts"
7369
- name: Publish Results
7470
uses: actions/upload-artifact@v3
7571
with:
@@ -94,8 +90,6 @@ jobs:
9490
run: dotnet build --configuration Release --no-restore
9591
- name: Benchmark
9692
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
97-
- name: Plot results
98-
run: dotnet run --project "Tools\BenchPlot\BenchPlot.csproj" --configuration Release "BenchmarkDotNet.Artifacts"
9993
- name: Publish Results
10094
uses: actions/upload-artifact@v3
10195
with:

Tools/BenchPlot/BenchPlot.csproj

-16
This file was deleted.

Tools/BenchPlot/BenchmarkData.cs

-29
This file was deleted.

Tools/BenchPlot/PlotExt.cs

-36
This file was deleted.

Tools/BenchPlot/Program.cs

-104
This file was deleted.

Tools/BenchPlot/TimeParser.cs

-43
This file was deleted.

Tools/Tools.sln

-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 17.7.34202.233
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HashTableSize", "HashTableSize\HashTableSize.csproj", "{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchPlot", "BenchPlot\BenchPlot.csproj", "{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

Tools/benchrunner.cmd

-2
This file was deleted.

0 commit comments

Comments
 (0)