Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnorthrup/ffeb96d236ed9a157b6dae76b696b577 to your computer and use it in GitHub Desktop.
Save jnorthrup/ffeb96d236ed9a157b6dae76b696b577 to your computer and use it in GitHub Desktop.
/usr/lib/jvm/java-12-openjdk-amd64/bin/java -ea -Didea.test.cyclic.buffer.size=1048576 -javaagent:/home/jim/.local/share/JetBrains/Toolbox/apps/IDEA-JDK11/ch-0/191.7479.19/lib/idea_rt.jar=35803:/home/jim/.local/share/JetBrains/Toolbox/apps/IDEA-JDK11/ch-0/191.7479.19/bin -Dfile.encoding=UTF-8 -classpath /home/jim/.local/share/JetBrains/Toolbox/apps/IDEA-JDK11/ch-0/191.7479.19/lib/idea_rt.jar:/home/jim/.local/share/JetBrains/Toolbox/apps/IDEA-JDK11/ch-0/191.7479.19/plugins/junit/lib/junit-rt.jar:/home/jim/.local/share/JetBrains/Toolbox/apps/IDEA-JDK11/ch-0/191.7479.19/plugins/junit/lib/junit5-rt.jar:/home/jim/work/json-lazy-autobean/target/test-classes:/home/jim/work/json-lazy-autobean/target/classes:/home/jim/.m2/repository/com/google/gwt/gwt-dev/2.6.0/gwt-dev-2.6.0.jar:/home/jim/.m2/repository/org/json/json/20090211/json-20090211.jar:/home/jim/.m2/repository/com/google/gwt/gwt-user/2.6.0/gwt-user-2.6.0.jar:/home/jim/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/home/jim/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar:/home/jim/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/jim/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jim/.m2/repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 @w@/tmp/idea_working_dirs_junit.tmp @/tmp/idea_junit.tmp -socket42563
{"obj":{"a":[{}, 1, "abc", true, {"foo":2}]}}
[0, {"moreitems":[false, {}, 0]}, 1, true, "a"]
ByteBufferSplittable on https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
3.26189992E8 bytes in 1.0 seconds, 311.07901763916016mb/second
Gson's JsonParser on https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
0.0 bytes in 1.0 seconds, 0.0mb/second
ShallowSplittable on https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
6.50958915E8 bytes in 1.0 seconds, 620.8027982711792mb/second
Placebo on https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
5.75970197E8 bytes in 1.0 seconds, 549.2879838943481mb/second
ByteBufferSplittable on (heap)https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
2.96675482E8 bytes in 1.0 seconds, 282.9317874908447mb/second
Gson's JsonParser on (heap)https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
0.0 bytes in 1.0 seconds, 0.0mb/second
ShallowSplittable on (heap)https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
4.51353377E8 bytes in 1.0 seconds, 430.44412326812744mb/second
Placebo on (heap)https://raw.githubusercontent.com/automenta/traytention/master/data/climateviewer.json
5.12350031E8 bytes in 1.0 seconds, 488.615065574646mb/second
ByteBufferSplittable on target/test-classes/5k
2.44251099E8 bytes in 1.0 seconds, 232.9359998703003mb/second
ByteBufferSplittable on target/test-classes/5k+whitespace
2.45048034E8 bytes in 1.0 seconds, 233.6960163116455mb/second
ByteBufferSplittable on target/test-classes/20k
2.51704572E8 bytes in 1.0 seconds, 240.04418563842773mb/second
ByteBufferSplittable on target/test-classes/20k+whitespace
2.5128755E8 bytes in 1.0 seconds, 239.64648246765137mb/second
Gson's JsonParser on target/test-classes/5k
1.41908022E8 bytes in 1.0 seconds, 135.3340358734131mb/second
Gson's JsonParser on target/test-classes/5k+whitespace
2.08957056E8 bytes in 1.0 seconds, 199.2769775390625mb/second
Gson's JsonParser on target/test-classes/20k
1.39801431E8 bytes in 1.0 seconds, 133.32503414154053mb/second
Gson's JsonParser on target/test-classes/20k+whitespace
2.05834575E8 bytes in 1.0 seconds, 196.299147605896mb/second
ShallowSplittable on target/test-classes/5k
3.34159479E8 bytes in 1.0 seconds, 318.67931270599365mb/second
ShallowSplittable on target/test-classes/5k+whitespace
3.55394655E8 bytes in 1.0 seconds, 338.93075466156006mb/second
ShallowSplittable on target/test-classes/20k
3.23310183E8 bytes in 1.0 seconds, 308.3326177597046mb/second
ShallowSplittable on target/test-classes/20k+whitespace
3.3700875E8 bytes in 1.0 seconds, 321.3965892791748mb/second
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment