Class RestJsonUnmarshallBenchmark

java.lang.Object
software.amazon.awssdk.benchmark.serde.RestJsonUnmarshallBenchmark
Direct Known Subclasses:
RestJsonUnmarshallBenchmark_jmhType_B1

public class RestJsonUnmarshallBenchmark extends Object
JMH benchmark for REST JSON unmarshalling (deserialization).

SampleTime mode is used (instead of AverageTime) to enable percentile collection (p50, p90, p95, p99) for the cross-language output schema.

  • Constructor Details

    • RestJsonUnmarshallBenchmark

      public RestJsonUnmarshallBenchmark()
  • Method Details