You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/13 04:30:20 UTC

[incubator-zipkin] branch bytebuffer updated (a775378 -> 1ebab4b)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a change to branch bytebuffer
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.


    from a775378  bug
     add 1ebab4b  Adds json comparison benchmarks

No new revisions were added by this update.

Summary of changes:
 benchmarks/pom.xml                                 |  7 ++
 ...decBenchmarks.java => JsonCodecBenchmarks.java} | 44 ++++------
 .../main/java/zipkin2/codec/MoshiSpanDecoder.java  | 95 ++++++++++++++++++++++
 .../zipkin2/elasticsearch/ElasticsearchAccess.java | 12 +--
 .../java/zipkin2/codec/MoshiSpanDecoderTest.java   | 27 +++---
 5 files changed, 136 insertions(+), 49 deletions(-)
 copy benchmarks/src/main/java/zipkin2/codec/{ProtoCodecBenchmarks.java => JsonCodecBenchmarks.java} (73%)
 create mode 100644 benchmarks/src/main/java/zipkin2/codec/MoshiSpanDecoder.java
 copy zipkin/src/main/java/zipkin2/storage/SpanConsumer.java => benchmarks/src/main/java/zipkin2/elasticsearch/ElasticsearchAccess.java (80%)
 copy zipkin/src/test/java/zipkin2/AnnotationTest.java => benchmarks/src/test/java/zipkin2/codec/MoshiSpanDecoderTest.java (59%)