Skip to content

Commit

Permalink
Fix throughput params (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfaster committed Jun 14, 2024
1 parent fb787c1 commit 275b9b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
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

0 comments on commit 275b9b0

Please sign in to comment.