From c9d1b2ae2989c0dcfa50e0bef8961db5cb4e9694 Mon Sep 17 00:00:00 2001 From: Quarkside <86346103+pferdy@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:27:47 +0100 Subject: [PATCH] Update performance.md NGI performance chart --- docs/overview/performance.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/overview/performance.md b/docs/overview/performance.md index c73eef6..69ee9c4 100644 --- a/docs/overview/performance.md +++ b/docs/overview/performance.md @@ -9,6 +9,9 @@ We care primarily about two different measurements of performance: Convex performance is based around a key idea: We implement consensus using a **CRDT** (conflict-free replicated data type) where the Peers achieve consensus by simply sharing a Belief data structure which is repeatedly merged with other Beliefs to form consensus. CRDTs are guaranteed to eventually converge to a consistent value under reasonable assumptions, which gives the desired properties of safety and liveness to the network. Peers, therefore, have a simple primary task: merge and propagate new beliefs to the network as quickly as possible. +Here are some performance figured validated in the EU's Next Generation Internet (NGI) OntoChain Project. +![CompareETH2](https://github.com/user-attachments/assets/0ed23d0b-85dc-4aa6-91f7-8fc6903bcf40) + ## Latency