Class RestJsonMarshallBenchmark

java.lang.Object
software.amazon.awssdk.benchmark.serde.RestJsonMarshallBenchmark
Direct Known Subclasses:
RestJsonMarshallBenchmark_jmhType_B1

public class RestJsonMarshallBenchmark extends Object
JMH benchmark for REST JSON marshalling (serialization).

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

  • Constructor Details

    • RestJsonMarshallBenchmark

      public RestJsonMarshallBenchmark()
  • Method Details

    • setup

      public void setup() throws Exception
      Throws:
      Exception
    • marshall

      public void marshall(org.openjdk.jmh.infra.Blackhole bh)