public class org.openjdk.jmh.results.RunResult implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.openjdk.jmh.results.RunResult
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6467912427356048369

  private final java.util.Collection<org.openjdk.jmh.results.BenchmarkResult> benchmarkResults;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lorg/openjdk/jmh/results/BenchmarkResult;>;

  private final org.openjdk.jmh.infra.BenchmarkParams params;
    descriptor: Lorg/openjdk/jmh/infra/BenchmarkParams;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.util.Comparator<org.openjdk.jmh.results.RunResult> DEFAULT_SORT_COMPARATOR;
    descriptor: Ljava/util/Comparator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Lorg/openjdk/jmh/results/RunResult;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 95
            new org.openjdk.jmh.results.RunResult$1
            dup
            invokespecial org.openjdk.jmh.results.RunResult$1.<init>:()V
            putstatic org.openjdk.jmh.results.RunResult.DEFAULT_SORT_COMPARATOR:Ljava/util/Comparator;
         1: .line 100
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.openjdk.jmh.infra.BenchmarkParams, java.util.Collection<org.openjdk.jmh.results.BenchmarkResult>);
    descriptor: (Lorg/openjdk/jmh/infra/BenchmarkParams;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.openjdk.jmh.results.RunResult this
        start local 1 // org.openjdk.jmh.infra.BenchmarkParams params
        start local 2 // java.util.Collection data
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 2 /* data */
            putfield org.openjdk.jmh.results.RunResult.benchmarkResults:Ljava/util/Collection;
         2: .line 48
            aload 0 /* this */
            aload 1 /* params */
            putfield org.openjdk.jmh.results.RunResult.params:Lorg/openjdk/jmh/infra/BenchmarkParams;
         3: .line 49
            return
        end local 2 // java.util.Collection data
        end local 1 // org.openjdk.jmh.infra.BenchmarkParams params
        end local 0 // org.openjdk.jmh.results.RunResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/openjdk/jmh/results/RunResult;
            0    4     1  params  Lorg/openjdk/jmh/infra/BenchmarkParams;
            0    4     2    data  Ljava/util/Collection<Lorg/openjdk/jmh/results/BenchmarkResult;>;
    Signature: (Lorg/openjdk/jmh/infra/BenchmarkParams;Ljava/util/Collection<Lorg/openjdk/jmh/results/BenchmarkResult;>;)V
    MethodParameters:
        Name  Flags
      params  
      data    

  public java.util.Collection<org.openjdk.jmh.results.BenchmarkResult> getBenchmarkResults();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.results.RunResult this
         0: .line 52
            aload 0 /* this */
            getfield org.openjdk.jmh.results.RunResult.benchmarkResults:Ljava/util/Collection;
            areturn
        end local 0 // org.openjdk.jmh.results.RunResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/results/RunResult;
    Signature: ()Ljava/util/Collection<Lorg/openjdk/jmh/results/BenchmarkResult;>;

  public org.openjdk.jmh.results.Result getPrimaryResult();
    descriptor: ()Lorg/openjdk/jmh/results/Result;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.results.RunResult this
         0: .line 56
            aload 0 /* this */
            invokevirtual org.openjdk.jmh.results.RunResult.getAggregatedResult:()Lorg/openjdk/jmh/results/BenchmarkResult;
            invokevirtual org.openjdk.jmh.results.BenchmarkResult.getPrimaryResult:()Lorg/openjdk/jmh/results/Result;
            areturn
        end local 0 // org.openjdk.jmh.results.RunResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/results/RunResult;

  public java.util.Map<java.lang.String, org.openjdk.jmh.results.Result> getSecondaryResults();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.results.RunResult this
         0: .line 60
            aload 0 /* this */
            invokevirtual org.openjdk.jmh.results.RunResult.getAggregatedResult:()Lorg/openjdk/jmh/results/BenchmarkResult;
            invokevirtual org.openjdk.jmh.results.BenchmarkResult.getSecondaryResults:()Ljava/util/Map;
            areturn
        end local 0 // org.openjdk.jmh.results.RunResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/results/RunResult;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/openjdk/jmh/results/Result;>;

  public org.openjdk.jmh.results.BenchmarkResult getAggregatedResult();
    descriptor: ()Lorg/openjdk/jmh/results/BenchmarkResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.openjdk.jmh.results.RunResult this
         0: .line 70
            aload 0 /* this */
            getfield org.openjdk.jmh.results.RunResult.benchmarkResults:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 2
         1: .line 71
            aconst_null
            areturn
         2: .line 74
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* results */
        start local 1 // java.util.Collection results
         3: .line 75
            aload 0 /* this */
            getfield org.openjdk.jmh.results.RunResult.benchmarkResults:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.openjdk.jmh.results.BenchmarkResult
            astore 2 /* r */
        start local 2 // org.openjdk.jmh.results.BenchmarkResult r
         5: .line 76
            aload 2 /* r */
            invokevirtual org.openjdk.jmh.results.BenchmarkResult.getIterationResults:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection org.openjdk.jmh.results.BenchmarkResult java.util.Iterator top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.openjdk.jmh.results.IterationResult
            astore 4 /* ir */
        start local 4 // org.openjdk.jmh.results.IterationResult ir
         7: .line 77
            aload 1 /* results */
            aload 4 /* ir */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.openjdk.jmh.results.IterationResult ir
         8: .line 76
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // org.openjdk.jmh.results.BenchmarkResult r
         9: .line 75
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 80
            new org.openjdk.jmh.results.BenchmarkResult
            dup
            aload 0 /* this */
            getfield org.openjdk.jmh.results.RunResult.params:Lorg/openjdk/jmh/infra/BenchmarkParams;
            aload 1 /* results */
            invokespecial org.openjdk.jmh.results.BenchmarkResult.<init>:(Lorg/openjdk/jmh/infra/BenchmarkParams;Ljava/util/Collection;)V
            astore 2 /* result */
        start local 2 // org.openjdk.jmh.results.BenchmarkResult result
        11: .line 81
            aload 0 /* this */
            getfield org.openjdk.jmh.results.RunResult.benchmarkResults:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 20
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection org.openjdk.jmh.results.BenchmarkResult top java.util.Iterator
      StackMap stack:
        12: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.openjdk.jmh.results.BenchmarkResult
            astore 3 /* br */
        start local 3 // org.openjdk.jmh.results.BenchmarkResult br
        13: .line 82
            aload 3 /* br */
            invokevirtual org.openjdk.jmh.results.BenchmarkResult.getBenchmarkResults:()Lorg/openjdk/jmh/util/Multimap;
            invokeinterface org.openjdk.jmh.util.Multimap.keys:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 19
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection org.openjdk.jmh.results.BenchmarkResult org.openjdk.jmh.results.BenchmarkResult java.util.Iterator top java.util.Iterator
      StackMap stack:
        14: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* k */
        start local 5 // java.lang.String k
        15: .line 83
            aload 3 /* br */
            invokevirtual org.openjdk.jmh.results.BenchmarkResult.getBenchmarkResults:()Lorg/openjdk/jmh/util/Multimap;
            aload 5 /* k */
            invokeinterface org.openjdk.jmh.util.Multimap.get:(Ljava/lang/Object;)Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 8
            goto 18
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection org.openjdk.jmh.results.BenchmarkResult org.openjdk.jmh.results.BenchmarkResult java.util.Iterator java.lang.String java.util.Iterator top java.util.Iterator
      StackMap stack:
        16: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.openjdk.jmh.results.Result
            astore 7 /* r */
        start local 7 // org.openjdk.jmh.results.Result r
        17: .line 84
            aload 2 /* result */
            aload 7 /* r */
            invokevirtual org.openjdk.jmh.results.BenchmarkResult.addBenchmarkResult:(Lorg/openjdk/jmh/results/Result;)V
        end local 7 // org.openjdk.jmh.results.Result r
        18: .line 83
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        end local 5 // java.lang.String k
        19: .line 82
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection org.openjdk.jmh.results.BenchmarkResult org.openjdk.jmh.results.BenchmarkResult java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        end local 3 // org.openjdk.jmh.results.BenchmarkResult br
        20: .line 81
      StackMap locals: org.openjdk.jmh.results.RunResult java.util.Collection org.openjdk.jmh.results.BenchmarkResult top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        21: .line 88
            aload 2 /* result */
            areturn
        end local 2 // org.openjdk.jmh.results.BenchmarkResult result
        end local 1 // java.util.Collection results
        end local 0 // org.openjdk.jmh.results.RunResult this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lorg/openjdk/jmh/results/RunResult;
            3   22     1  results  Ljava/util/Collection<Lorg/openjdk/jmh/results/IterationResult;>;
            5    9     2        r  Lorg/openjdk/jmh/results/BenchmarkResult;
            7    8     4       ir  Lorg/openjdk/jmh/results/IterationResult;
           11   22     2   result  Lorg/openjdk/jmh/results/BenchmarkResult;
           13   20     3       br  Lorg/openjdk/jmh/results/BenchmarkResult;
           15   19     5        k  Ljava/lang/String;
           17   18     7        r  Lorg/openjdk/jmh/results/Result;

  public org.openjdk.jmh.infra.BenchmarkParams getParams();
    descriptor: ()Lorg/openjdk/jmh/infra/BenchmarkParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.results.RunResult this
         0: .line 92
            aload 0 /* this */
            getfield org.openjdk.jmh.results.RunResult.params:Lorg/openjdk/jmh/infra/BenchmarkParams;
            areturn
        end local 0 // org.openjdk.jmh.results.RunResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/results/RunResult;
}
SourceFile: "RunResult.java"
NestMembers:
  org.openjdk.jmh.results.RunResult$1
InnerClasses:
  org.openjdk.jmh.results.RunResult$1