From 5a74fe95aea94a77f2d4b6a9ba0e53b92c9ee90f Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:40:28 +0100 Subject: [PATCH] chore: add link to the benchmarks repo (#15) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9665c3..194aabf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ and report on node performance by executing transactions and measuring response- - 📊 Detailed statistics calculation - 📈 Output cycle run results to a file +## Results + +To view the results of the stress tests, visit the [benchmarks reports for supernova](https://github.com/gnolang/benchmarks/tree/main/reports/supernova). + ## Usage Example To run a stress test with `supernova`, you will need to have `go 1.19` or greater.