Skip to content

Commit

Permalink
Update performance.md after rerunning benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno-by committed Nov 25, 2017
1 parent 263273d commit 5632ff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ To reproduce, run `sbt bench` (this will take a while).
</th>
<tr>
<td width="208px">RscNativeSchedule</td>
<td width="208px">134.118 ms</td>
<td width="208px">121.640 ms</td>
<td width="208px">84.909 ms</td>
<td width="208px">51.713 ms</td>
</tr>
<tr>
<td>RscSchedule</td>
Expand All @@ -133,8 +133,8 @@ To reproduce, run `sbt bench` (this will take a while).
</th>
<tr>
<td width="208px">RscNativeTypecheck</td>
<td width="208px">302.570 ms</td>
<td width="208px">284.908 ms</td>
<td width="208px">299.959 ms</td>
<td width="208px">239.156 ms</td>
</tr>
<tr>
<td>RscTypecheck</td>
Expand Down Expand Up @@ -184,7 +184,7 @@ To reproduce, run `sbt bench` (this will take a while).
* Scala Native has clearly succeeded in its goal of speeding
up startup time of Scala applications. In cold benchmarks that are
representative of running programs in command line, Rsc Native has a
up to a ~2.5x edge over vanilla Rsc.
up to a ~4x edge over vanilla Rsc.
* In the benchmarks above, all compilers are run in single-threaded mode.
However, unlike Scalac and Javac that are inherently single-threaded,
[Rsc was designed to enable massive parallelism](compiler.md). In the near
Expand Down

0 comments on commit 5632ff7

Please sign in to comment.