Class RpcV2CborMarshallBenchmark

java.lang.Object
software.amazon.awssdk.benchmark.serde.RpcV2CborMarshallBenchmark
Direct Known Subclasses:
RpcV2CborMarshallBenchmark_jmhType_B1

public class RpcV2CborMarshallBenchmark extends Object
JMH benchmark for RPC v2 CBOR 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

    • RpcV2CborMarshallBenchmark

      public RpcV2CborMarshallBenchmark()
  • Method Details

    • setup

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

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