From a76ffccdff60b4dfd707e894482bed87e448a6a4 Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Fri, 18 Oct 2024 08:11:36 +0200 Subject: [PATCH] Update app/benchmarks/README.md Co-authored-by: Rootul P --- app/benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/benchmarks/README.md b/app/benchmarks/README.md index 9ee513f9f7..b53fba34c0 100644 --- a/app/benchmarks/README.md +++ b/app/benchmarks/README.md @@ -24,4 +24,4 @@ We decided to softly limit the number of messages contained in a block, via intr This way, the default block construction mechanism will only propose blocks that respect these limitations. And if a block that doesn't respect them reached consensus, it will still be accepted since this rule is not consensus breaking. -As specified in [results](results.md) documents, those results were generated on 16 core 48GM RAM machine, and gave us certain thresholds. However, when we run the same experiments on the recommended validator setup, 4 cores 16GB RAM, the numbers were lower. These low numbers are what we used in the limits. +As specified in [results](results.md) document, those results were generated on 16 core 48GB RAM machine, and gave us certain thresholds. However, when we run the same experiments on the recommended validator setup, 4 cores 16GB RAM, the numbers were lower. These low numbers are what we used in the limits.