com.netflix.atlas.pekko

Members list

Type members

Classlikes

Results:

Results:

Benchmark                        Mode  Cnt          Score          Error   Units
toArray                         thrpt   10          9.092 ±        0.540   ops/s
inputStream                     thrpt   10        159.626 ±       21.220   ops/s

Benchmark                        Mode  Cnt          Score          Error   Units
toArray            gc.alloc.rate.norm   10  104857658.225 ±       64.153    B/op
inputStream        gc.alloc.rate.norm   10       4185.017 ±        3.531    B/op

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class UriParsing

Compare different ways to adjust path for a URI.

Compare different ways to adjust path for a URI.

> jmh:run -prof stack -prof gc -wi 5 -i 10 -f1 -t1 .*UriParsing.*
...
Benchmark                            Mode  Cnt         Score        Error   Units
addPath                             thrpt   10   6430310.311 ± 108825.698   ops/s
addSegment                          thrpt   10   9973181.589 ± 280533.182   ops/s
parse                               thrpt   10    567621.328 ±   8144.481   ops/s

Benchmark                            Mode  Cnt         Score        Error   Units
addPath                gc.alloc.rate.norm   10       296.060 ±      0.003    B/op
addSegment             gc.alloc.rate.norm   10       240.040 ±      0.002    B/op
parse                  gc.alloc.rate.norm   10      5680.749 ±      0.019    B/op

Attributes

Supertypes
class Object
trait Matchable
class Any