You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,8 +63,8 @@ List classpath entries for dependencies in a file `/path/to/corpus/deps.txt`.
63
63
- Replace `jmh/run` with `jmh:runMain scala.bench.UploadingRunner`
64
64
65
65
Results will be uploading into an [InfluxDB]() instance at `https://scala-ci.typesafe.com/influx/`. An quick introduction to InfluxDB is [here](https://github.com/scala/compiler-benchmark/wiki/InfluxDB-101).
66
-
67
-
These results will be plotted in our [Grafana dashboard](https://scala-ci.typesafe.com/grafana/dashboard/db/scala-benchmark)
66
+
67
+
These results will be plotted in our [Grafana dashboard](https://scala-ci.typesafe.com/grafana/dashboard/db/scala-benchmark)
68
68
69
69
The [https://github.com/scala/compiler-benchq](scala/compiler-benchq) project triggers benchmarks
70
70
for merges and sets of commits that we're backtesting (UI on https://scala-ci.typesafe.com/benchq).
@@ -75,21 +75,23 @@ for merges and sets of commits that we're backtesting (UI on https://scala-ci.ty
[Install](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html) GraalVM for you operating system.
81
+
82
+
To run benchmarks on Linux:
79
83
80
-
[Install](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html) Graal VM and JDK8 with [JVMCI](http://openjdk.java.net/jeps/243).
0 commit comments