com.netflix.atlas.eval.model

Members list

Type members

Classlikes

Throughput:

> jmh:run -prof gc -wi 10 -i 10 -f1 -t1 .*LwcDatapointEncode.*

Throughput:

Benchmark                          Mode  Cnt       Score       Error   Units
customEncode                      thrpt   10  778092.834 ± 39878.875   ops/s
defaultEncode                     thrpt   10  679355.101 ± 27340.720   ops/s

Allocations:

Benchmark                          Mode  Cnt       Score       Error   Units
customEncode         gc.alloc.rate.norm   10    2136.000 ±     0.001    B/op
defaultEncode        gc.alloc.rate.norm   10    3000.000 ±     0.001    B/op

Attributes

Supertypes
class Object
trait Matchable
class Any

Throughput:

> jmh:run -prof gc -wi 10 -i 10 -f1 -t1 .*LwcMessagesParse.*

Throughput:

Benchmark                          Mode  Cnt        Score        Error   Units
parseDatapoint                    thrpt   10  1138229.827 ±  24986.495   ops/s
parseDatapointBatch               thrpt   10  2151771.057 ±  54618.924   ops/s
parseDatapointByteString          thrpt   10  1334170.515 ±   9543.687   ops/s
parseDatapointByteStringUTF8      thrpt   10  1026735.084 ±   6455.626   ops/s

Allocations:

Benchmark                          Mode  Cnt        Score        Error   Units
parseDatapoint                    alloc   10     1680.000 ±      0.001    B/op
parseDatapointBatch               alloc   10     1528.000 ±      0.001    B/op
parseDatapointByteString          alloc   10     1976.000 ±      0.001    B/op
parseDatapointByteStringUTF8      alloc   10     2176.000 ±      0.001    B/op

Attributes

Supertypes
class Object
trait Matchable
class Any