enso/docs/debugger
Pavel Marek 8e49255d92
Invoke all Enso benchmarks via JMH (#7101)
# Important Notes
#### The Plot

- there used to be two kinds of benchmarks: in Java and in Enso
- those in Java got quite a good treatment
- there even are results updated daily: https://enso-org.github.io/engine-benchmark-results/
- the benchmarks written in Enso used to be 2nd class citizen

#### The Revelation
This PR has the potential to fix it all!
- It designs new [Bench API](88fd6fb988) ready for non-batch execution
- It allows for _single benchmark in a dedicated JVM_ execution
- It provides a simple way to wrap such an Enso benchmark as a Java benchmark
- thus the results of Enso and Java benchmarks are [now unified](https://github.com/enso-org/enso/pull/7101#discussion_r1257504440)

Long live _single benchmarking infrastructure for Java and Enso_!
2023-08-07 12:39:01 +00:00
..
chrome-devtools.md Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00
mixed-debugging.md Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00
protocol.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
README.md Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00
runtime-debugging.md Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00

layout title category tags order
section-summary Debugger debugger
debugger
repl
readme
0

Enso Debugger

This folder contains all documentation pertaining to the debugging facilities used by Enso, broken up as follows: