Skip to content

Instantly share code, notes, and snippets.

View jvican's full-sized avatar

Jorge jvican

View GitHub Profile
This file has been truncated, but you can view the full file.
[info] Loading global plugins from /home/jvican/.sbt/0.13/plugins
[info] Loading project definition from /data/rw/code/scala/compiler-benchmark/project
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Setting version to 2.12.4-bin-042895b-SNAPSHOT
[info] Reapplying settings...
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Updating {file:/data/rw/code/scala/compiler-benchmark/}infrastructure...
[info] Resolving pl.project13.scala#sbt-jmh-extras;0.2.25 ...
[info] Resolving org.openjdk.jmh#jmh-core;1.19 ...
[info] Resolving net.sf.jopt-simple#jopt-simple;4.6 ...
This file has been truncated, but you can view the full file.
[info] Loading global plugins from /home/jvican/.sbt/0.13/plugins
[info] Loading project definition from /data/rw/code/scala/compiler-benchmark/project
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Setting version to 2.12.4-bin-1866d1b-SNAPSHOT
[info] Reapplying settings...
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Updating {file:/data/rw/code/scala/compiler-benchmark/}infrastructure...
[info] Resolving pl.project13.scala#sbt-jmh-extras;0.2.25 ...
[info] Resolving org.openjdk.jmh#jmh-core;1.19 ...
[info] Resolving net.sf.jopt-simple#jopt-simple;4.6 ...
This file has been truncated, but you can view the full file.
[info] Loading global plugins from /home/jvican/.sbt/0.13/plugins
[info] Loading project definition from /data/rw/code/scala/compiler-benchmark/project
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Setting version to 2.12.4-bin-347d589-SNAPSHOT
[info] Reapplying settings...
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Updating {file:/data/rw/code/scala/compiler-benchmark/}infrastructure...
[info] Resolving pl.project13.scala#sbt-jmh-extras;0.2.25 ...
[info] Resolving org.openjdk.jmh#jmh-core;1.19 ...
[info] Resolving net.sf.jopt-simple#jopt-simple;4.6 ...
/src/test/scala/io/circe/JsonObjectSuite.scala,line-175,offset=6328 -> 2,
[info] RangePosition(/drone/.sbt/0.13/staging/68df90514d79f6b3216a/circe/modules/tests/shared/src/test/scala/io/circe/JsonSuite.scala, 7495, 7542, 7544) -> 1,
[info] source-/drone/.sbt/0.13/staging/68df90514d79f6b3216a/circe/modules/tests/shared/src/test/scala/io/circe/JsonObjectSuite.scala,line-248,offset=8997 -> 1,
[info] source-/drone/.sbt/0.13/staging/68df90514d79f6b3216a/circe/modules/tests/shared/src/test/scala/io/circe/JsonObjectSuite.scala,line-106,offset=4034 -> 26,
[info] source-/drone/.sbt/0.13/staging/68df90514d79f6b3216a/circe/modules/tests/jvm/target/scala-2.12/src_managed/test/io/circe/TupleCodecSuite.scala,line-22,offset=1736 -> 34,
[info] source-/drone/.sbt/0.13/staging/68df90514d79f6b3216a/circe/modules/tests/jvm/src/test/scala/io/circe/jawn/JawnParserSuite.scala,line-24,offset=729 -> 2,
[info] source-/drone/.sbt/0.13/staging/68df90514d79f6b3216a/circe/modules/tests/shared/src/test/scala/io/circe/JsonSuite.
@jvican
jvican / A.scala
Last active October 11, 2017 10:59
Reproduction for Zinc issue 417 and PR https://github.com/sbt/zinc/pull/424
abstract class A
@jvican
jvican / case-app-scalac-profiling-sbt-plugin.log
Created January 21, 2018 23:35
Logs for case-app using the scalac-profiling sbt plugin
jvican in /data/rw/code/scala/case-app [0:17:21]
> $ sbt [±master ●]
[info] Loading settings from plugins.sbt ...
[info] Loading global plugins from /home/jvican/.sbt/1.0/plugins
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from /data/rw/code/scala/case-app/project/project
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from /data/rw/code/scala/case-app/project
[info] Loading settings from version.sbt,build.sbt ...
[info] Resolving key references (13255 settings) ...
benchmarks@lamppc8:~/experiments/compiler-benchmark$ for args_file in /home/benchmarks/experiments/circe/modules/tests/js/target/test.args /home/benchmarks/experiments/circe/modules/tests/js/target/test-with-classes-dir.args /home/benchmarks/experiments/circe/modules/tests/jvm/target/test.args /home/benchmarks/experiments/circe/modules/tests/jvm/target/test-with-classes-dir.args; do \
> for v in 2.12.5-bin-dbd90495c2-SNAPSHOT 2.12.5-bin-f18e3c59fd-SNAPSHOT 2.12.5-bin-0417fcf133-SNAPSHOT; do \
> /usr/bin/sbt "set scalaVersion in compilation := \"$v\"" "hot -f1 -wi 10 -i 8 -p source=@$args_file" || break; \
> done
> done
[info] Loading global plugins from /home/benchmarks/.sbt/0.13/plugins
[info] Loading project definition from /home/benchmarks/experiments/compiler-benchmark/project
[info] Set current project to compiler-benchmark (in build file:/home/benchmarks/experiments/compiler-benchmark/)
[info] Defining compilation/*:scalaVersion
> $ for i in 2.12.5--bin-dbd90495c2-SNAPSHOT 2.12.5-bin-f18e3c59fd-SNAPSHOT; do \ [±84a3854 ●]
sbt "set scalaVersion in compilation := \"$i\"" 'hot -f1 -wi 10 -i 8 -p source=@/data/rw/code/scala/upickle/upickle/js/target/test.args' || break; \
done
Starting sbt with output filtering enabled.
[info] Loading global plugins from /home/jvican/.sbt/0.13/plugins
[info] Loading project definition from /data/rw/code/scala/compiler-benchmark/project
[info] Set current project to compiler-benchmark (in build file:/data/rw/code/scala/compiler-benchmark/)
[info] Defining compilation/*:scalaVersion
[info] The new value will be used by compilation/*:allDependencies, compilation/*:crossScalaVersions and 32 others.
@jvican
jvican / flamegraph-scalatest-master.flamegraph
Last active February 19, 2018 10:10
Logs of Scalatest master benchmarks.
This file has been truncated, but you can view the full file.
(() => Nothing) => (AsyncAssertionsSpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (FailNestedSuite.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (MySpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (MySuite.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (StatusSpec.this.FixtureParam => Any) [total 20] 0
(() => Nothing) => (TestNGSuiteSuite.this.FixtureParam => Any) [total 5] 0
(() => Nothing) => (TestSpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (WaitersSpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (this.FixtureParam => Any) [total 1] 1
((=> org.scalatest.Outcome) => org.scalatest.Outcome) => org.scalatest.Outcome [total 11] 1
@jvican
jvican / flamegraph-scalatest-no-position-macro.flamegraph
Created February 19, 2018 12:51
Logs of Scalatest master without position macro.
This file has been truncated, but you can view the full file.
(() => Nothing) => (AsyncAssertionsSpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (FailNestedSuite.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (MySpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (MySuite.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (StatusSpec.this.FixtureParam => Any) [total 20] 0
(() => Nothing) => (TestNGSuiteSuite.this.FixtureParam => Any) [total 5] 0
(() => Nothing) => (TestSpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (WaitersSpec.this.FixtureParam => Any) [total 1] 0
(() => Nothing) => (this.FixtureParam => Any) [total 1] 1
((=> org.scalatest.Outcome) => org.scalatest.Outcome) => org.scalatest.Outcome [total 11] 1