Skip to content

Instantly share code, notes, and snippets.

@devinrsmith
Last active November 6, 2019 01:30
Show Gist options
  • Select an option

  • Save devinrsmith/dd899dd5c515ab90a985b58a8677b799 to your computer and use it in GitHub Desktop.

Select an option

Save devinrsmith/dd899dd5c515ab90a985b58a8677b799 to your computer and use it in GitHub Desktop.

Revisions

  1. devinrsmith renamed this gist Nov 6, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. devinrsmith renamed this gist Nov 6, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.txt → gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    ```
    $ ./build/install/classgraph-benchmark/invoke.sh
    Running a classgraph benchmark focused on startup speed
    For more information, see https://github.com/devinrsmith/classgraph-benchmark
    @@ -36,4 +37,5 @@ sys 0.02
    classgraph io/grpc/netty/shaded/io/netty/channel/ChannelPromise.class 1 231c0ade 126 166
    real 0.21
    user 0.66
    sys 0.05
    sys 0.05
    ```
  3. devinrsmith created this gist Nov 6, 2019.
    39 changes: 39 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,39 @@
    $ ./build/install/classgraph-benchmark/invoke.sh
    Running a classgraph benchmark focused on startup speed
    For more information, see https://github.com/devinrsmith/classgraph-benchmark

    classloader META-INF/maven/com.google.guava/guava/pom.xml 2 84a3ee12 17 56
    real 0.10
    user 0.13
    sys 0.03
    classgraph META-INF/maven/com.google.guava/guava/pom.xml 2 84a3ee12 122 162
    real 0.22
    user 0.60
    sys 0.05

    classloader META-INF/services/io.grpc.ServerProvider 1 5bb29cd1 13 53
    real 0.10
    user 0.13
    sys 0.02
    classgraph META-INF/services/io.grpc.ServerProvider 1 5bb29cd1 120 159
    real 0.22
    user 0.60
    sys 0.04

    classloader META-INF/MANIFEST.MF 25 2184deb5 14 54
    real 0.10
    user 0.16
    sys 0.01
    classgraph META-INF/MANIFEST.MF 25 43ecd70c 146 189
    real 0.25
    user 0.75
    sys 0.05

    classloader io/grpc/netty/shaded/io/netty/channel/ChannelPromise.class 1 231c0ade 14 53
    real 0.10
    user 0.13
    sys 0.02
    classgraph io/grpc/netty/shaded/io/netty/channel/ChannelPromise.class 1 231c0ade 126 166
    real 0.21
    user 0.66
    sys 0.05