ncteisen
9e3eedb6af
Remove old header benchmark
7 years ago
ncteisen
6bf4bcef04
Fix bm_diff
7 years ago
Yuchen Zeng
6a0874b405
Fix bm_chttp2_transport
7 years ago
yang-g
83085aa74f
Add a microbm, seeing 195ns with current impl and 162ns with new impl
7 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
7 years ago
Craig Tiller
25b037fe9d
Fix benchmark crash
7 years ago
Craig Tiller
f83b6ce151
Fix compilation
7 years ago
yang-g
c010d1d18a
Update benchmark according to new encoding method
7 years ago
yang-g
c94c7cc5b5
restore existing fixtures
7 years ago
yang-g
377636f4d2
Make hpack micro bm more representative
7 years ago
Craig Tiller
3273648a87
flow control fixes
7 years ago
Craig Tiller
2145d2cee4
clang-format
7 years ago
Craig Tiller
4048569477
Fix compilation
7 years ago
Craig Tiller
99fafa17a3
Fix compilation
7 years ago
Craig Tiller
710334577c
Fix sanity
7 years ago
Craig Tiller
f7225eb5f6
Fix some stalling in bm_fullstack_trickle, also switch to synthetic time
7 years ago
Alok Kumar
6b84005651
Add independent library targets for newly added .h files for microbenchmarks. Also fix includes in fullstack_fixtures.h
7 years ago
Craig Tiller
8e87c74fe9
Fix compilation for C++
7 years ago
Craig Tiller
ed26a49b2c
Add annotation
7 years ago
Craig Tiller
c1453ca8c2
Revert "Annotate benign race"
...
This reverts commit 6869da4d65
.
7 years ago
David Garcia Quintas
0822d331df
s/load_reporting/server_load_reporting
7 years ago
Alok Kumar
1b6f4fc79f
Clang format modified files
7 years ago
Alok Kumar
dd9916d364
Fix microbenchmarks BUILD file
7 years ago
Alok Kumar
e0399c29c5
Partition microbenchmarks to be easily sharable for google specific transports
7 years ago
Craig Tiller
6869da4d65
Annotate benign race
7 years ago
Craig Tiller
b675e0a0af
Annotate benign race
7 years ago
Mark D. Roth
764cf04a13
Revert "Revert "Implement call combiner""
...
This reverts commit bf19961d0a
.
7 years ago
Craig Tiller
5489d41c15
Expose histograms via microbenchmarks
7 years ago
Nicolas "Pixel" Noble
2bc5e3ac40
Moving visibility and package creation to the build system.
7 years ago
Mark D. Roth
bf19961d0a
Revert "Implement call combiner"
7 years ago
Mark D. Roth
76e264b8df
Implement call combiner.
7 years ago
ncteisen
c302eb9840
Microbenchmarks work with bazel
7 years ago
Vijay Pai
81522c8ebe
Add unsecure libraries to bazel build targets
7 years ago
jiangtaoli2016
3aaa5ea028
minor fix
7 years ago
yang-g
7d6b914f98
Change return type to bool
7 years ago
yang-g
0eaf7debd2
Allow adding events to cq after shutdown is called.
7 years ago
Vijay Pai
6abd20020b
Revert "Separate internal-only and public parts of C++ API"
7 years ago
Craig Tiller
4c0ac4a9f5
Fix fix fix chttp2_transport
7 years ago
Craig Tiller
cbb384007e
Fix bm_chttp2_transport
7 years ago
Craig Tiller
b4bb1cdce4
Add counters, fix race
7 years ago
Craig Tiller
b89304652b
Build simplification
7 years ago
Craig Tiller
89c1428a60
Propagate grpc_millis further
7 years ago
ncteisen
3c909d55fd
Pull out flow control objects
7 years ago
ncteisen
06f052b35d
Get rid of local window, fix qps worker
7 years ago
ncteisen
268a82398c
Pull flow control into one module
7 years ago
Yuchen Zeng
9968c253cd
Update bm_pollset with the fd_orphan change
7 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
7 years ago
Sree Kuchibhotla
a69878a217
fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads
7 years ago
Vijay Pai
c0baec60a1
Internalize structs and methods meant for being exposed through codegen
...
or that interface with core and are only for internal use
7 years ago
ncteisen
131d2f19a1
Few more bm trickle fixes
8 years ago