Craig Tiller
|
94fad8119e
|
Tune down number of channels for qps_test
|
2015-07-30 07:55:02 -07:00 |
Yang Gao
|
2a31304d7f
|
Merge pull request #2647 from vjpai/deepend
Dynamic-sized thread pool
|
2015-07-24 23:08:27 -07:00 |
Vijay Pai
|
d2a9b6da13
|
Isolate nullptr to grpc namespace when we must define it ourselves
Change the one non-namespace use of nullptr to NULL (used as an
argument to a C function anyway)
|
2015-07-25 00:56:33 +00:00 |
Vijay Pai
|
1f3e6c1ebe
|
Start switching everything to dynamic pool
|
2015-07-23 16:18:21 -07:00 |
Craig Tiller
|
0dc5e6cf16
|
User agent string support
|
2015-07-18 20:39:34 -07:00 |
Vijay Pai
|
f87a0984ab
|
Merge pull request #2470 from ctiller/i-want-to-wait-free
Lock free requested call fulfillment path
|
2015-07-17 16:05:28 -07:00 |
Craig Tiller
|
c9fef6f521
|
Merge github.com:grpc/grpc into no-worries-i-can-wait
|
2015-07-17 14:41:12 -07:00 |
Craig Tiller
|
af26143b6f
|
Merge github.com:grpc/grpc into i-want-to-wait-free
|
2015-07-17 14:36:45 -07:00 |
vjpai
|
a2e1bb1577
|
Change name of thread_pool files to fixed_size_thread_pool when
appropriate
|
2015-07-15 16:49:49 -07:00 |
Vijay Pai
|
69f2410086
|
Make thread_pool.h a public header
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
|
2015-07-15 12:33:37 -07:00 |
Craig Tiller
|
ca83dc8109
|
Adjust oustanding request count to meet new server algorithm
|
2015-07-15 11:43:26 -07:00 |
Craig Tiller
|
677c50c92a
|
Update C++ impl
|
2015-07-13 10:49:06 -07:00 |
Vijay Pai
|
d1c9254029
|
Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
Introduce multiple clocks to GPR
|
2015-07-10 16:43:58 -07:00 |
Craig Tiller
|
2c3a35e5cf
|
Make naming a little more consistent
|
2015-07-10 14:06:00 -07:00 |
Craig Tiller
|
547fed4e8b
|
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
Conflicts:
src/core/channel/client_setup.c
src/core/surface/init.c
|
2015-07-07 13:52:53 -07:00 |
Yang Gao
|
d426864934
|
Merge pull request #2279 from vjpai/openleaks
qps_test memory leak elimination: delete spare contexts lying around at the end of test
|
2015-07-06 13:34:25 -07:00 |
Craig Tiller
|
a368bd26d1
|
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
|
2015-07-06 11:04:14 -07:00 |
Craig Tiller
|
20b5fe9282
|
Fixup C++
|
2015-07-06 10:43:50 -07:00 |
Vijay Pai
|
775eaec770
|
Merge pull request #2151 from sidrakesh93/master
Changes required for reporting metrics to performance database server
|
2015-07-06 10:13:59 -07:00 |
Craig Tiller
|
27df2cf69c
|
Pluck some low hanging concurrency fruit
Make the shutdown flag on servers be per thread to save contention on
the lock that must guard it.
|
2015-07-01 15:11:29 -07:00 |
Vijay Pai
|
13735d5d7e
|
if->while
|
2015-07-01 14:00:08 -07:00 |
Vijay Pai
|
5606199585
|
Delete spare contexts lying around at the end of the test to avoid
showing up as memory leaks
Also reduce the rate of the openloop test - this may be an issue with
sanitizers particularly because of issue #2278
|
2015-07-01 13:39:48 -07:00 |
Vijay Pai
|
e2980cd0b3
|
Eliminate data-race caused by specialization in vector<bool>
|
2015-07-01 09:38:20 -07:00 |
Siddharth Rakesh
|
a90c81ea61
|
Removing this pointers
|
2015-06-30 20:29:35 -07:00 |
Siddharth Rakesh
|
fd1a20a667
|
Changes introduced for passing hashed user id instead of access token
|
2015-06-30 16:38:32 -07:00 |
Siddharth Rakesh
|
872e8187c2
|
Adding required changes
|
2015-06-29 13:06:25 -07:00 |
Siddharth Rakesh
|
268e59063a
|
Adding required changes
|
2015-06-29 12:20:43 -07:00 |
Vijay Pai
|
d4bfa95d3c
|
Merge pull request #2169 from ctiller/no-spam-for-you
Remove spammy line (this is obfuscating testing logs)
|
2015-06-29 10:26:48 -07:00 |
Craig Tiller
|
f75fc12e3a
|
Add a test that headers are properly in build.json
Clean up anything that failed
|
2015-06-25 06:58:00 -07:00 |
Siddharth Rakesh
|
7b34d3afa7
|
Merge branch 'master' of https://github.com/sidrakesh93/grpc
|
2015-06-23 16:35:18 -07:00 |
Siddharth Rakesh
|
df77c580dc
|
Added support for passing a tag with the test
|
2015-06-23 16:34:18 -07:00 |
Craig Tiller
|
0960875b06
|
Remove spammy line (this is obfuscating testing logs)
|
2015-06-22 14:32:31 -07:00 |
sidrakesh93
|
ca241639c6
|
Update perf_db_client.cc
|
2015-06-22 14:26:41 -07:00 |
Siddharth Rakesh
|
a4de070c69
|
Further corrections to syntax
|
2015-06-22 13:05:26 -07:00 |
Siddharth Rakesh
|
60111c0df8
|
updated syntax based errors
|
2015-06-22 13:02:33 -07:00 |
Siddharth Rakesh
|
4364546668
|
Applied required modifications
|
2015-06-22 12:21:57 -07:00 |
Siddharth Rakesh
|
f39e7c0a0f
|
Merge branch 'master' of https://github.com/grpc/grpc
|
2015-06-22 11:36:30 -07:00 |
Siddharth Rakesh
|
373ad4d0d0
|
edited report
|
2015-06-22 11:36:17 -07:00 |
Vijay Pai
|
40c9481e4a
|
Merge pull request #2136 from dgquintas/unconst-reporter
Removed const-ness from Reporter interface methods
|
2015-06-22 09:08:05 -07:00 |
Siddharth Rakesh
|
c3cd4780df
|
minor commented code removal
|
2015-06-19 17:05:19 -07:00 |
Siddharth Rakesh
|
64967d4fac
|
removed dependency on python_gflags, using argparse instead
|
2015-06-19 16:58:26 -07:00 |
Siddharth Rakesh
|
31014d26aa
|
flags handled using python_gflags
|
2015-06-19 15:24:19 -07:00 |
Siddharth Rakesh
|
12c65b1a7e
|
slightly updated tool script
|
2015-06-19 11:16:12 -07:00 |
David Garcia Quintas
|
96e12defaf
|
Removed const-ness from Reporter interface methods
|
2015-06-18 23:14:47 -07:00 |
Siddharth Rakesh
|
cc5857b624
|
Fixed hanging client declaration, server address can be passed now
|
2015-06-18 16:45:55 -07:00 |
Siddharth Rakesh
|
a31c9d27e0
|
Merge branch 'we-dont-need-no-backup' of git://github.com/ctiller/grpc
|
2015-06-18 15:59:55 -07:00 |
sidrakesh93
|
e74a458813
|
Update report.cc
|
2015-06-18 11:22:06 -07:00 |
Siddharth Rakesh
|
bfa67ddbd4
|
changed access tokens folder position
|
2015-06-18 10:37:41 -07:00 |
Siddharth Rakesh
|
929191b4be
|
edited test script
|
2015-06-18 09:13:53 -07:00 |
Siddharth Rakesh
|
e2902dee31
|
commented
|
2015-06-17 15:01:43 -07:00 |