aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/qps/qps.vcxproj
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-01-13 11:15:49 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-01-13 11:15:49 -0800
commit0e66efdaddf096f9833ca37e7eee958b2316242f (patch)
treea5b58da72a12291036705e34ce1e933ce4514a8f /vsprojects/vcxproj/qps/qps.vcxproj
parent0ade2d415ff5dbc9fca7b942809ef7179db08ef7 (diff)
Make core limitation work for both client and server so that we can run tests on the same
machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers.
Diffstat (limited to 'vsprojects/vcxproj/qps/qps.vcxproj')
-rw-r--r--vsprojects/vcxproj/qps/qps.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj
index 0b017e71c1..a9baccde42 100644
--- a/vsprojects/vcxproj/qps/qps.vcxproj
+++ b/vsprojects/vcxproj/qps/qps.vcxproj
@@ -148,6 +148,7 @@
<ItemGroup>
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\client.h" />
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\qps\coresched.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\driver.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\histogram.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\interarrival.h" />
@@ -212,6 +213,8 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\qps\client_sync.cc">
</ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\qps\coresched.cc">
+ </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\qps\driver.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\qps\perf_db_client.cc">