enso/tools/performance/benchmark-analysis/README.md
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

6 lines
195 B
Markdown

# Analysing benchmarks
This workflow is prepared mostly to analyse the output of benchmarks from
`test/Exploratory_Benchmarks`. See `test/Exploratory_Benchmarks/README.md` for
more information.