enso/test/Examples_Tests
Jaroslav Tulach 4464a15035
Benchmark to measure startup time (#8378)
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
2023-11-23 21:31:01 +00:00
..
src Benchmark to measure startup time (#8378) 2023-11-23 21:31:01 +00:00
package.yaml Change layout of local library search path in order to be able to move Round_Spec.enso back to Tests (#7634) 2023-09-01 20:20:04 +00:00
README.md Removing old functions and tidy up of Table types (#3519) 2022-06-14 13:37:20 +00:00

This is a set of tests for the Examples library for Enso.