From ce544b93170d18cb50f30697a748edd0c59130a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 10 Dec 2020 22:16:47 +0100 Subject: [PATCH] README: mention D3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd6f4f..a130f9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# helper scripts for NBC benchmarking +# helper scripts for Nimbus-eth2 benchmarking process\_benchmark\_output.pl - takes NBC benchmark output and converts it into a JSON file suitable for the [Jenkins Benchmark -plugin](https://plugins.jenkins.io/benchmark/). +plugin](https://plugins.jenkins.io/benchmark/) or into HTML charts using D3 and Dimple. run\_nbc\_benchmarks.sh - builds and runs benchmarks, then calls process\_benchmark\_output.pl on their outputs.