mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
4464a15035
While trying to speed `MetadataStorage` up - #8324 - I felt the need to have an independent (on my computer) measurement of startup time. Here is a benchmark that measures how long execution of two simple hello world programs take. # Important Notes There are two benchmarks: - `empty_startup` measures the time needed to boot without using any `Standard` library - basically _an overhead of the JVM and engine_ - `hello_world_startup` measures the use of `IO.println` - it shall take longer than `empty_startup` and show the overhead we have while processing the standard library |
||
---|---|---|
.. | ||
src | ||
package.yaml | ||
README.md |
This is a set of tests for the Examples
library for Enso.