LwcMessagesParse

com.netflix.atlas.eval.model.LwcMessagesParse
> 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

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def parseDatapoint(bh: Blackhole): Unit
def parseDatapointBatch(bh: Blackhole): Unit
def parseDatapointByteString(bh: Blackhole): Unit
def parseDatapointByteStringUTF8(bh: Blackhole): Unit