diff --git a/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj b/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj index d55d9ad8..1b8fddca 100644 --- a/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj +++ b/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj @@ -42,6 +42,9 @@ PreserveNewest + + PreserveNewest + diff --git a/BitFaster.Caching.ThroughputAnalysis/SizeExec.bat b/BitFaster.Caching.ThroughputAnalysis/SizeExec.bat index 6b9fb6de..a31c2342 100644 --- a/BitFaster.Caching.ThroughputAnalysis/SizeExec.bat +++ b/BitFaster.Caching.ThroughputAnalysis/SizeExec.bat @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/BitFaster.Caching.ThroughputAnalysis/SizeExec.sh b/BitFaster.Caching.ThroughputAnalysis/SizeExec.sh index 611521d8..899d2925 100644 --- a/BitFaster.Caching.ThroughputAnalysis/SizeExec.sh +++ b/BitFaster.Caching.ThroughputAnalysis/SizeExec.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file