com.netflix.atlas.json

Members list

Type members

Classlikes

class CaseClasses

Check performance of json deserialization.

Check performance of json deserialization.

> jmh:run -prof jmh.extras.JFR -wi 10 -i 10 -f1 -t1 .*CaseClasses.*
...
[info] Benchmark                      Mode  Cnt      Score      Error  Units
[info] CaseClasses.deserDecoder      thrpt   10  36798.050 ± 1732.801  ops/s
[info] CaseClasses.deserJson         thrpt   10  36432.024 ±  867.252  ops/s

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object CaseClasses

Attributes

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

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

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

Supertypes
class Object
trait Matchable
class Any