Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/benchpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: dotnet build splitasm --configuration Release
- name: Benchmark
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
- name: Plot results
run: dotnet run --project "Tools\BenchPlot\Benchplot.csproj" --configuration Release "BenchmarkDotNet.Artifacts"
- name: Post process disassembly
run: splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
shell: cmd
Expand Down Expand Up @@ -68,8 +66,6 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Benchmark
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
- name: Plot results
run: dotnet run --project Tools/BenchPlot/BenchPlot.csproj --configuration Release "BenchmarkDotNet.Artifacts"
- name: Publish Results
uses: actions/upload-artifact@v3
with:
Expand All @@ -94,8 +90,6 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Benchmark
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
- name: Plot results
run: dotnet run --project "Tools\BenchPlot\BenchPlot.csproj" --configuration Release "BenchmarkDotNet.Artifacts"
- name: Publish Results
uses: actions/upload-artifact@v3
with:
Expand Down
16 changes: 0 additions & 16 deletions Tools/BenchPlot/BenchPlot.csproj

This file was deleted.

29 changes: 0 additions & 29 deletions Tools/BenchPlot/BenchmarkData.cs

This file was deleted.

36 changes: 0 additions & 36 deletions Tools/BenchPlot/PlotExt.cs

This file was deleted.

104 changes: 0 additions & 104 deletions Tools/BenchPlot/Program.cs

This file was deleted.

43 changes: 0 additions & 43 deletions Tools/BenchPlot/TimeParser.cs

This file was deleted.

6 changes: 0 additions & 6 deletions Tools/Tools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HashTableSize", "HashTableSize\HashTableSize.csproj", "{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchPlot", "BenchPlot\BenchPlot.csproj", "{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -17,10 +15,6 @@ Global
{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{127B7B6D-ECE7-4056-87D2-5C2A4477BAEC}.Release|Any CPU.Build.0 = Release|Any CPU
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3AA1ECB-E753-4E73-B2A8-09434FAF2664}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 0 additions & 2 deletions Tools/benchrunner.cmd

This file was deleted.

Loading