The state of benchmarking in #Nodejs
👉 https://www.webpro.nl/articles/the-state-of-benchmarking-in-nodejs
The state of benchmarking in #Nodejs
👉 https://www.webpro.nl/articles/the-state-of-benchmarking-in-nodejs
@ihor IMO Mermaid is a solid choice because it has many integrations (https://mermaid.js.org/ecosystem/integrations-community.html).
For sure, it requires Javascript to render the graphs. But you can do the rendering of the graph on backend side or at building time.
Also, for simple graph or to illustrate simple stuffs , ASCII diagrams is a good option too. You can draw them using https://asciiflow.com/
Hope it helps