aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2016-03-15Synchronize benchmarking protos with grpc/grpcLouis Ryan
2016-03-04Add missing override annotation to generated protosCarl Mastrangelo
2016-03-03Remove static initializer blocksCarl Mastrangelo
2016-03-01Inlcude the file that was used to generate service descriptorsCarl Mastrangelo
2016-02-11pauseCarl Mastrangelo
2016-01-27Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5Kun Zhang
2016-01-26Optimize blocking calls to avoid app thread poolEric Anderson
2016-01-19Make Benchmark Client terminate after runningCarl Mastrangelo
2016-01-15Reduce number of codegen'd classes needed for ServicesEric Anderson
2015-11-19Add directExecutor() to Channel and Server Builders. Fixes #368.buchgr
2015-11-18Upgrading to Netty 4.1.0.Beta8nmittler
2015-11-12Switch to use Executor instead of ExecutorService where we don't need itLouis Ryan
2015-09-24Fixing benchmarks.nmittler
2015-09-11Deprecate OkHttpChannelBuilder#overrideHostForAuthorityKun Zhang
2015-09-11Private ServerMethodDefinition constructor; avoid create() in codegenEric Anderson
2015-09-10Enable license header checking in checkstyleEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-10Reduce API surface of AbstractStubEric Anderson
2015-09-03Avoid Parser for normal protobufEric Anderson
2015-09-03Refactoring channel API.nmittler
2015-09-02Fix generated code reference for intellij projects.Xudong Ma
2015-09-02Extract the fully-qualified service name into a public static final field on ...David P. Baker
2015-08-31Annotate method descritpor files in the generated code with ExperimentalApiKun Zhang
2015-08-31Upgrade to protobuf-3.0.0-beta-1Kun Zhang
2015-08-26Rename onValue to onNext in StreamObserver to align with the naming in Rx & t...Louis Ryan
2015-08-26Fixing the benchmarksnmittler
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-20Remove the first MethodDescriptor constructor.Kun Zhang
2015-08-14Adding support for NPN fallback.nmittler
2015-08-13Remove TrailersCarl Mastrangelo
2015-08-11Move Marshaller into MethodDescriptorKun Zhang
2015-08-10Reorganize packages.Kun Zhang
2015-08-07Make serverInterceptor use MethodDescriptorCarl Mastrangelo
2015-08-06Change awaitTerminated to awaitTerminationCarl Mastrangelo
2015-08-05Renamed Server payload to messageCarl Mastrangelo
2015-08-05Rename Duplex to BidiCarl Mastrangelo
2015-08-05OkHttp should use plaintext in TransportBenchmarkEric Anderson
2015-07-22Benchmark: Enable/Disable TLS for okhttp accordinglyXudong Ma
2015-07-22Add transport benchmark using JMHEric Anderson
2015-07-20Replace DeferredInputStream with interface Drainable.Kun Zhang
2015-07-17Get rid of AbstractServiceDescriptor as it is no longer usefulKun Zhang
2015-07-16Rename unaryFutureCall to futureUnaryCallKun Zhang
2015-07-15Sanitize ClientCalls.Kun Zhang
2015-07-15Migrate from PARSER to parser() as a way of getting the parser of a protobuf ...Kun Zhang
2015-07-14Separate ServerCall binding utilities per method type.Kun Zhang
2015-07-14Support TLS for okhttp benchmark.Xudong Ma
2015-07-09Change AbstractServiceDescriptor.methods() to Collection. Resolves #573Kun Zhang
2015-07-09Remove Method and switch its users to MethodDescriptor.Kun Zhang
2015-07-08Upgrade to protobuf-gradle-plugin 0.5.0Kun Zhang
2015-07-08Simplifying flow control window config for Netty.nmittler