-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdns-load-test.vcxproj.user
19 lines (19 loc) · 1.77 KB
/
dns-load-test.vcxproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>"C:\GitHub\dns-load-test\x64\Release\dns-load-test.exe" server=10.2.0.4/32:53 client=10.5.0.0/32 SendPerAddress=1 RunTimeSecond=15 NumSendCQs=4 NumReceiveCQs=4 MaxSendCount=50000</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerCommandArguments>"C:\GitHub\dns-load-test\x64\Release\dns-load-test.exe" server=10.2.0.4/32:53 client=10.5.0.0/32 SendPerAddress=1024 RunTimeSecond=15 NumSendCQs=1 NumReceiveCQs=1 MaxSendCount=65535</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>server=10.2.0.4/32:53 client=10.5.0.0/30 SendPerAddress=1024 MaxOutstandingReceive=1024 MaxOutstandingSend=1024 GlobalSendBufferSize=65536 RunTimeSecond=30 NumSendCQs=4 NumReceiveCQs=4 SendCQSize=1024 RecvCQSize=1024</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>server=10.2.0.4/32:53 client=10.5.0.0/30 SendPerAddress=1024 MaxOutstandingReceive=1024 MaxOutstandingSend=1024 GlobalSendBufferSize=65536 RunTimeSecond=30 NumSendCQs=4 NumReceiveCQs=4 SendCQSize=1024 RecvCQSize=1024</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>