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
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<None Update="SizeExec.bat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="SizeExec.sh">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions BitFaster.Caching.ThroughputAnalysis/SizeExec.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ call BitFaster.Caching.ThroughputAnalysis.exe 2 100000
call BitFaster.Caching.ThroughputAnalysis.exe 2 10000000
call BitFaster.Caching.ThroughputAnalysis.exe 2 100000000

call BitFaster.Caching.ThroughputAnalysis.exe 3 100
call BitFaster.Caching.ThroughputAnalysis.exe 3 10000
call BitFaster.Caching.ThroughputAnalysis.exe 3 1000000
call BitFaster.Caching.ThroughputAnalysis.exe 3 10000000

call BitFaster.Caching.ThroughputAnalysis.exe 4 100
call BitFaster.Caching.ThroughputAnalysis.exe 4 10000
call BitFaster.Caching.ThroughputAnalysis.exe 4 1000000
call BitFaster.Caching.ThroughputAnalysis.exe 4 10000000
call BitFaster.Caching.ThroughputAnalysis.exe 4 10000000

call BitFaster.Caching.ThroughputAnalysis.exe 8 100
call BitFaster.Caching.ThroughputAnalysis.exe 8 10000
call BitFaster.Caching.ThroughputAnalysis.exe 8 1000000
call BitFaster.Caching.ThroughputAnalysis.exe 8 10000000
12 changes: 6 additions & 6 deletions BitFaster.Caching.ThroughputAnalysis/SizeExec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ dotnet BitFaster.Caching.ThroughputAnalysis.dll 2 100000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 2 10000000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 2 100000000

dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 100
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 10000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 1000000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 10000000

dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 100
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 10000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 1000000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 10000000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 10000000

dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 100
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 10000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 1000000
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 10000000