Sree Kuchibhotla
3abacfbc47
Fix a typo
10 years ago
sreek
bfe37a8213
Address code review comments
10 years ago
Sree Kuchibhotla
7b73966ee7
Helper functions for creating/destroying Pods and Services in GKE/Kubernetes
10 years ago
Jan Tattermusch
d67b35635e
Merge pull request #3905 from vjpai/protosplit
...
Overhaul benchmark control protos and tests themselves
10 years ago
Craig Tiller
afa0b2f652
Merge pull request #4053 from dgquintas/bb_readall
...
Removed consts to make MSVC happy
10 years ago
David Garcia Quintas
c76ff107b6
Removed consts to make MSVC happy
10 years ago
vjpai
fba20c987d
Address some review comments about signal and restoring qps_test_with_poll
...
Make payloads respect the new defaults
10 years ago
vjpai
1f6f02a6f4
Merge branch 'master' into protosplit
10 years ago
vjpai
3affdddf5b
Add secure testing to sweep
10 years ago
vjpai
f8603adba1
Secure performance testing for C++ is in the hizzouse!
10 years ago
Craig Tiller
10cb14c87e
Merge pull request #4042 from adelez/separate_reporting
...
Define resultset.
10 years ago
Adele Zhou
7cf7211fc7
Define resultset.
10 years ago
Craig Tiller
6c4ec787e6
Merge pull request #4013 from dgquintas/bb_readall
...
Added grpc_byte_buffer_reader_readall
10 years ago
Nicolas Noble
52541439e4
Merge pull request #4039 from ctiller/covrep
...
Coverage improvements
10 years ago
vjpai
454074369e
Better reasonable default
10 years ago
vjpai
783c144afa
Fix up single run test
...
Enable reasonable default if resp size not specified
10 years ago
Craig Tiller
187c4b36d9
Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition
...
Move static value grpc::string_ref::npos definition to cc file
10 years ago
Craig Tiller
5dd93dae93
Coverage improvements
10 years ago
Vijay Pai
ce84670628
clang-format
10 years ago
vjpai
780a7f205d
Add in security support, make payload protos configurable
...
Have not yet added tests with security support, coming soon
10 years ago
Sree Kuchibhotla
241a5ad3cb
Merge pull request #4030 from nicolasnoble/targets-can-have-protos-too
...
Fixing proto dependencies for targets that aren't libraries.
10 years ago
Yang Gao
392a1707c0
Merge pull request #4021 from vjpai/mock
...
Mark a method with GRPC_OVERRIDE to avoid compiler warning
10 years ago
adelez
786a031b5d
Merge pull request #4008 from adelez/separate_reporting
...
Create a separate utility for reporting.
10 years ago
Adele Zhou
d01cbe324c
Move string filter to report_utils
10 years ago
Nicolas "Pixel" Noble
472bb6849c
Fixing proto dependencies for targets that aren't libraries.
10 years ago
Adele Zhou
a30f829e62
Renamed report_utils.py.
10 years ago
Adele Zhou
2271ab5aea
Create a separate utility for reporting.
10 years ago
Michael Lumish
e146e0c7dc
Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation
...
Add simple profiling instrumentation for C#
10 years ago
vjpai
d08a738166
Cleanup some names
...
Remove some unused options and make server_threads relevant
Start stubbing out better qps/core calculations
10 years ago
Jan Tattermusch
452ca9b912
add profiling support
10 years ago
vjpai
9b14e15165
Merge commit '6bf1de9' into protosplit
10 years ago
vjpai
6bf1de9ab2
Mark a method with GRPC_OVERRIDE to avoid compiler warning
10 years ago
vjpai
aa39192d70
Cleanup directory and make minor changes
10 years ago
vjpai
b8024dd0af
Merge branch 'master' into protosplit
10 years ago
Vijay Pai
6b43ac41b9
Merge pull request #4018 from ctiller/latent-see
...
Fix nap condition for pollset wakeup
10 years ago
vjpai
11537dc71c
Merge remote-tracking branch 'upstream/master' into protosplit
10 years ago
Craig Tiller
66197ca25d
Fix nap condition for pollset wakeup
...
If:
- one thread issues a kick forcing pollset re-evaluation
- concurrently with a second thread forcing a specific poller to be awoken
And:
- both threads kicks are processed as a single wakeup
Then:
- since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack
Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible.
10 years ago
David Garcia Quintas
6eb3925a70
Added grpc_byte_buffer_reader_readall
10 years ago
Craig Tiller
89ea0c7815
Merge pull request #4006 from dgquintas/fix-lb-test
...
Fixed potential stack corruption
10 years ago
Michael Lumish
a16f88b65b
Merge pull request #4012 from grpc/release-0_11
...
Bring to master the ObjC documentation changes made for the release.
10 years ago
Michael Lumish
e745ff2c3f
Merge pull request #4011 from jcanizales/make-xctool-work-on-release-too
...
Make xctool work on the release branch too.
10 years ago
Jorge Canizales
d76f1467d2
Prevent XCode 7 from showing spurious warnings
...
This will hopefully make xctool work on Travis too (cross fingers!)
10 years ago
Michael Lumish
785d8aec36
Merge pull request #4009 from jtattermusch/add_badges
...
Add npm, gem and cocoapods badges
10 years ago
Jan Tattermusch
d6c0415e94
Add cocoapods badge
10 years ago
Jan Tattermusch
a9b933eee3
Add gem badge
10 years ago
Jan Tattermusch
c8a5cc586d
Add npm badge
10 years ago
Tim Emiola
4cca1a5699
Merge pull request #3886 from murgatroid99/node_file_comments
...
Added some file-level comments to Node source files
10 years ago
Tim Emiola
8b162cd41f
Merge pull request #3981 from jtattermusch/add_nuget_badge
...
Add nuget pkg version badge for C#
10 years ago
David Garcia Quintas
93c65aeb59
Fixed potential stack corruption
10 years ago
Craig Tiller
ad7aefd052
Merge pull request #3974 from adelez/bazel-like-output
...
Bazel like output
10 years ago