Skip to content

Commit 275b9b0

Browse files
authored
Fix throughput params (#609)
1 parent fb787c1 commit 275b9b0

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<None Update="SizeExec.bat">
4343
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4444
</None>
45+
<None Update="SizeExec.sh">
46+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47+
</None>
4548
</ItemGroup>
4649

4750
</Project>

BitFaster.Caching.ThroughputAnalysis/SizeExec.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ call BitFaster.Caching.ThroughputAnalysis.exe 2 100000
1313
call BitFaster.Caching.ThroughputAnalysis.exe 2 10000000
1414
call BitFaster.Caching.ThroughputAnalysis.exe 2 100000000
1515

16-
call BitFaster.Caching.ThroughputAnalysis.exe 3 100
17-
call BitFaster.Caching.ThroughputAnalysis.exe 3 10000
18-
call BitFaster.Caching.ThroughputAnalysis.exe 3 1000000
19-
call BitFaster.Caching.ThroughputAnalysis.exe 3 10000000
20-
2116
call BitFaster.Caching.ThroughputAnalysis.exe 4 100
2217
call BitFaster.Caching.ThroughputAnalysis.exe 4 10000
2318
call BitFaster.Caching.ThroughputAnalysis.exe 4 1000000
24-
call BitFaster.Caching.ThroughputAnalysis.exe 4 10000000
19+
call BitFaster.Caching.ThroughputAnalysis.exe 4 10000000
20+
21+
call BitFaster.Caching.ThroughputAnalysis.exe 8 100
22+
call BitFaster.Caching.ThroughputAnalysis.exe 8 10000
23+
call BitFaster.Caching.ThroughputAnalysis.exe 8 1000000
24+
call BitFaster.Caching.ThroughputAnalysis.exe 8 10000000

BitFaster.Caching.ThroughputAnalysis/SizeExec.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dotnet BitFaster.Caching.ThroughputAnalysis.dll 2 100000
1010
dotnet BitFaster.Caching.ThroughputAnalysis.dll 2 10000000
1111
dotnet BitFaster.Caching.ThroughputAnalysis.dll 2 100000000
1212

13-
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 100
14-
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 10000
15-
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 1000000
16-
dotnet BitFaster.Caching.ThroughputAnalysis.dll 3 10000000
17-
1813
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 100
1914
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 10000
2015
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 1000000
21-
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 10000000
16+
dotnet BitFaster.Caching.ThroughputAnalysis.dll 4 10000000
17+
18+
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 100
19+
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 10000
20+
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 1000000
21+
dotnet BitFaster.Caching.ThroughputAnalysis.dll 8 10000000

0 commit comments

Comments
 (0)