From 8f181744e62f9a395ac4661c05bfa8f28737253e Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Thu, 13 Jun 2024 17:12:24 -0700 Subject: [PATCH 1/2] fix params --- .../BitFaster.Caching.ThroughputAnalysis.csproj | 3 +++ BitFaster.Caching.ThroughputAnalysis/SizeExec.bat | 12 ++++++------ BitFaster.Caching.ThroughputAnalysis/SizeExec.sh | 12 ++++++------ 3 files changed, 15 insertions(+), 12 deletions(-) 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 From 5c1046b613716039f6b4c7c0abde2527acae3aac Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Fri, 14 Jun 2024 11:41:31 -0700 Subject: [PATCH 2/2] baseline dir --- .../BitFaster.Caching.ThroughputAnalysis.csproj | 3 +++ BitFaster.Caching.ThroughputAnalysis/baseline.bat | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 BitFaster.Caching.ThroughputAnalysis/baseline.bat diff --git a/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj b/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj index 1b8fddca..7a05e1af 100644 --- a/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj +++ b/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj @@ -36,6 +36,9 @@ + + PreserveNewest + PreserveNewest diff --git a/BitFaster.Caching.ThroughputAnalysis/baseline.bat b/BitFaster.Caching.ThroughputAnalysis/baseline.bat new file mode 100644 index 00000000..25d53949 --- /dev/null +++ b/BitFaster.Caching.ThroughputAnalysis/baseline.bat @@ -0,0 +1,3 @@ +if not exist "baseline" mkdir baseline + +move Results_*.* baseline \ No newline at end of file