Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix mac build | 2017-03-09 | |
| | |||
* | Merge pull request #9977 from ctiller/fssplit | 2017-03-08 | |
|\ | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks | ||
| * | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplit | 2017-03-06 | |
| |\ | |||
| * | | Resolve sanity failures | 2017-03-06 | |
| | | | |||
* | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | 2017-03-03 | |
|\ \ \ | |||
| | | * | Fix mac build | 2017-03-03 | |
| | |/ | |||
* | | | Merge pull request #9939 from ctiller/stream_owned_slice | 2017-03-03 | |
|\ \ \ | | | | | | | | | Add a slice type that shares a refcount with a transport stream | ||
| | | * | Get back trickle | 2017-03-03 | |
| | | | | |||
| | | * | Further splitting | 2017-03-03 | |
| | | | | |||
| | | * | Split bm_fullstack unary ping pong out | 2017-03-03 | |
| | | | | |||
| | | * | Prep for splitting bm_fullstack | 2017-03-03 | |
| | | | | |||
| | | * | Move helpers to a common place, use them everywhere | 2017-03-03 | |
| |_|/ |/| | | |||
* | | | Revert "Enable lto for performance testing" | 2017-03-01 | |
| | | | |||
* | | | Merge github.com:grpc/grpc into lto | 2017-03-01 | |
|\ \ \ | |||
| | | * | Boost grpc version to v1.1.4 | 2017-03-01 | |
| | | | | |||
| * | | | Merge pull request #9769 from ctiller/always-use-port-server | 2017-03-01 | |
| |\ \ \ | | | | | | | | | | | Always use port server | ||
* | | | | | Reserve opt for external builds, use lto for profiling | 2017-03-01 | |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into lto | 2017-03-01 | |
|\| | | | | |||
| | | * | | Merge github.com:grpc/grpc into stream_owned_slice | 2017-03-01 | |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | * | | Add a slice type that shares a refcount with a transport stream | 2017-03-01 | |
| | | | | | |||
* | | | | | Enable lto | 2017-03-01 | |
| |_|/ / |/| | | | |||
| * | | | Merge pull request #9773 from dgquintas/build_files | 2017-02-28 | |
|/| | | | | | | | | | | | Test BUILD file assortment | ||
| | * | | Merge github.com:grpc/grpc into always-use-port-server | 2017-02-28 | |
| | |\ \ | |||
* | | \ \ | Merge github.com:grpc/grpc into spinlock | 2017-02-27 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| | | | * | Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix | 2017-02-27 | |
| | | | |\ | | | | | | | | | | | | | Preserve ipv6 scope id in grpc_channel_args | ||
| * | | | \ | Merge pull request #9857 from murgatroid99/merge_1.1.x_master | 2017-02-27 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Upmerge 1.1.x into master | ||
* | | | | | | | Add a spinlock type. | 2017-02-27 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | ||
* | | | | | | Merge github.com:grpc/grpc into bm_meta | 2017-02-24 | |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge branch 'bm_chttp2' into bm_meta | 2017-02-24 | |
|\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge pull request #9747 from ctiller/splitsies | 2017-02-24 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Increase timeout for bm_fullstack | ||
| | * | | | | | | | Fix load_reporting linker error | 2017-02-24 | |
| | | | | | | | | | |||
| | | | * | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | 2017-02-23 | |
| | | |/| | | | | | | |/| | | | | | | |||
| | | | | | | * | | Bump version to v1.1.3 | 2017-02-23 | |
| | | | | |_|/ / | | | | |/| | | | |||
| * | | | | | | | Refine to just be a HPACK benchmark | 2017-02-23 | |
| | | | | | | | | |||
| | | | | | * | | Merge github.com:grpc/grpc into always-use-port-server | 2017-02-23 | |
| | | | | | |\ \ | |||
| | | | | | | | * | Add parse_address_test | 2017-02-22 | |
| | | | | | | | | | |||
| * | | | | | | | | Initial http2 benchmarks | 2017-02-22 | |
| |/ / / / / / / | |||
| * | | | | | | | Merge branch 'bm_call_create' into bm_error | 2017-02-22 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||
| | | | * | | | | Fix segfault in Node server destructor | 2017-02-22 | |
| | | | | | | | | |||
| | | * | | | | | Exclude poll, poll-cv for bm_fullstack (its not interesting) | 2017-02-22 | |
| | | | | | | | | |||
| | | * | | | | | Merge github.com:grpc/grpc into splitsies | 2017-02-22 | |
| | | |\ \ \ \ \ | |||
| | * | \ \ \ \ \ | Merge github.com:grpc/grpc into bm_call_create | 2017-02-21 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | |||
| | | * | | | | | | Merge pull request #9708 from ctiller/bm_cq | 2017-02-21 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add microbenchmark of single-threaded CQ operations | ||
| | | * \ \ \ \ \ \ | Merge pull request #9770 from ctiller/this-was-a-good-idea-that-wasnt | 2017-02-21 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Remove internal api canaries: they have never solved anything for us | ||
| | | | | | | | * | | | Reintroduced golden_file_test | 2017-02-21 | |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Add counters for rmw atomic operations to microbenchmarks | 2017-02-21 | |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Merge pull request #9765 from dgquintas/disable_lb_policies_test | 2017-02-20 | |
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily disable lb policies test | ||
| | | | | * \ \ \ \ \ \ | Merge github.com:grpc/grpc into this-was-a-good-idea-that-wasnt | 2017-02-18 | |
| | | | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | | | |||
| | | | | | | | | * | | | Removed useless cpp/codegen/golden_file_test | 2017-02-17 | |
| | | | | | | | | | | | | |||
| | | | | * | | | | | | | Remove internal api canaries: they have never solved anything for us | 2017-02-17 | |
| | | | | | | | | | | | |