Gabriela Soria

Results 4 comments of Gabriela Soria

I've been working in the benchmark tests related to this issue. The source code for the number 1 - single-threaded Java application is located [here](https://github.com/gsoria/jmh-examples/tree/master/jmh-simple-java-examples). [This](http://jmh.morethan.io/?source=https://raw.githubusercontent.com/gsoria/jmh-examples/master/jmh-simple-java-examples/results/jmh-2018-12-19-23-43-16.json) is a result of...

Hi @felixbarny Thank for your comments! :) I want to test the performance of creating spans, and I wanted to start with a simple example. I modified the benchmarks with...

I've been improving the benchmark tests: [1 - Single-threaded Java application ](https://github.com/gsoria/jmh-examples/tree/master/jmh-simple-java-examples) Measuring the different ways to concatenate strings and comparing all of these ways but with the aggregation of...

Hi @objectiser thanks for your review! :) The configuration used for Jaeger was reporting spans via UDP as you can see in the [code](https://github.com/gsoria/jmh-examples/blob/d34b10f1277cd993e742f431daebc2aab326b045/jmh-examples-spring-boot/src/main/java/org/sample/billing/config/TracerConfiguration.java#L23). To be sure about the %...