Class QueryMarshallBenchmark

java.lang.Object
software.amazon.awssdk.benchmark.serde.QueryMarshallBenchmark
Direct Known Subclasses:
QueryMarshallBenchmark_jmhType_B1

public class QueryMarshallBenchmark extends Object
JMH benchmark for AWS Query 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

    • QueryMarshallBenchmark

      public QueryMarshallBenchmark()
  • Method Details

    • setup

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

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