Class Benchmark


  • public class Benchmark
    extends Object
    Run the pipeline on generated synthetic flows and drop the results.

    See the CmdLineArgsProcessor class for a details description of the possible command line arguments.

    • Method Detail

      • devNull

        public static <T> org.apache.beam.sdk.transforms.ParDo.SingleOutput<T,​Void> devNull​(String name)
        Return a transform to count and discard each element.