SeqDeser

com.netflix.atlas.json.SeqDeser
class SeqDeser

Check performance of json deserialization for array vs list of strings.

> jmh:run -prof jmh.extras.JFR -wi 10 -i 10 -f1 -t1 .*SeqDeser.*
...
[info] Benchmark                 Mode  Cnt      Score     Error  Units
[info] SeqDeser.jsonArray       thrpt   10  14684.845 ± 972.393  ops/s
[info] SeqDeser.jsonList        thrpt   10  13132.211 ± 790.534  ops/s
[info] SeqDeser.smileArray      thrpt   10  24153.852 ± 934.886  ops/s
[info] SeqDeser.smileList       thrpt   10  18320.118 ± 520.709  ops/s

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def jsonArray(bh: Blackhole): Unit
def jsonList(bh: Blackhole): Unit
def smileArray(bh: Blackhole): Unit
def smileList(bh: Blackhole): Unit