diff --git a/docs/performance.md b/docs/performance.md index 6e5dc7bc..b69eeb52 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -106,8 +106,8 @@ To reproduce, run `sbt bench` (this will take a while). RscNativeSchedule - 134.118 ms - 121.640 ms + 84.909 ms + 51.713 ms RscSchedule @@ -133,8 +133,8 @@ To reproduce, run `sbt bench` (this will take a while). RscNativeTypecheck - 302.570 ms - 284.908 ms + 299.959 ms + 239.156 ms RscTypecheck @@ -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