Merge pull request #2380 from ctiller/slartiwhatfast

Make naming a little more consistent
pull/2388/head
Vijay Pai 10 years ago
commit 5c3eea3307
  1. 48
      Makefile
  2. 8
      build.json
  3. 0
      test/cpp/qps/qps_openloop_test.cc
  4. 8
      tools/run_tests/sources_and_headers.json
  5. 4
      tools/run_tests/tests.json

File diff suppressed because one or more lines are too long

@ -2295,11 +2295,11 @@
]
},
{
"name": "qps_test",
"name": "qps_openloop_test",
"build": "test",
"language": "c++",
"src": [
"test/cpp/qps/qps_test.cc"
"test/cpp/qps/qps_openloop_test.cc"
],
"deps": [
"qps",
@ -2313,11 +2313,11 @@
]
},
{
"name": "qps_test_openloop",
"name": "qps_test",
"build": "test",
"language": "c++",
"src": [
"test/cpp/qps/qps_test_openloop.cc"
"test/cpp/qps/qps_test.cc"
],
"deps": [
"qps",

@ -1437,9 +1437,9 @@
],
"headers": [],
"language": "c++",
"name": "qps_test",
"name": "qps_openloop_test",
"src": [
"test/cpp/qps/qps_test.cc"
"test/cpp/qps/qps_openloop_test.cc"
]
},
{
@ -1455,9 +1455,9 @@
],
"headers": [],
"language": "c++",
"name": "qps_test_openloop",
"name": "qps_test",
"src": [
"test/cpp/qps/qps_test_openloop.cc"
"test/cpp/qps/qps_test.cc"
]
},
{

@ -705,7 +705,7 @@
{
"flaky": false,
"language": "c++",
"name": "qps_test",
"name": "qps_openloop_test",
"platforms": [
"windows",
"posix"
@ -714,7 +714,7 @@
{
"flaky": false,
"language": "c++",
"name": "qps_test_openloop",
"name": "qps_test",
"platforms": [
"windows",
"posix"

Loading…
Cancel
Save