This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Trace Benchmarks#1833
Merged
dinooliva merged 11 commits intocensus-instrumentation:masterfrom Apr 5, 2019
dinooliva:trace-benchmarks
Merged
Trace Benchmarks#1833dinooliva merged 11 commits intocensus-instrumentation:masterfrom dinooliva:trace-benchmarks
dinooliva merged 11 commits intocensus-instrumentation:masterfrom
dinooliva:trace-benchmarks
Conversation
…ts files according to style guide.
… BasicOperationsBenchmark.
rghetia
reviewed
Apr 4, 2019
| @Benchmark | ||
| @BenchmarkMode(Mode.AverageTime) | ||
| @OutputTimeUnit(TimeUnit.NANOSECONDS) | ||
| public byte[] encodeSpanBinary(Data data) { |
Contributor
There was a problem hiding this comment.
encode and decode will vary based on number of attributes, links and annotations. Will that be covered later?
Contributor
Author
There was a problem hiding this comment.
Encoding/Decoding only apply to the span context - tracestate will get added eventually but we don't support that at the moment.
rghetia
approved these changes
Apr 5, 2019
Contributor
Author
|
Thanks! |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds microbenchmarks for OpenCensus Trace.