enso/tools/performance
Radosław Waśko 56635c9a88
Add benchmarks comparing performance of Table operations 'vectorized' in Java vs performed in Enso (#7270)
The added benchmark is a basis for a performance investigation.

We compare the performance of the same operation run in Java vs Enso to see what is the overhead and try to get the Enso operations closer to the pure-Java performance.
2023-07-21 17:25:02 +00:00
..
benchmark-analysis Add benchmarks comparing performance of Table operations 'vectorized' in Java vs performed in Enso (#7270) 2023-07-21 17:25:02 +00:00
comparative-benchmark Map Implementation (#1222) 2020-10-20 13:43:04 +02:00
engine-benchmarks Engine benchmarks download tool is able to plot multiple branches (#7257) 2023-07-13 17:25:58 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Performance Utilities

This subfolder contains utilities dedicated to testing the performance of the Enso language implementation, but that are not part of the benchmark suites for the component libraries of the project.