From 845e7aef02deb7aca1474175b57df92a75c773bc Mon Sep 17 00:00:00 2001 From: hitesh Date: Mon, 22 Aug 2022 15:22:52 +0530 Subject: [PATCH] #31 Readme add benchmark speed without anjuna --- protocolAggregator/anjunaEnclave/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/protocolAggregator/anjunaEnclave/README.md b/protocolAggregator/anjunaEnclave/README.md index 5b02838..e1dc96c 100644 --- a/protocolAggregator/anjunaEnclave/README.md +++ b/protocolAggregator/anjunaEnclave/README.md @@ -15,8 +15,16 @@ After serialization approximated size of avro file is 123 MB Number of serialised avro records in file: 5704247 or ~ 5.5 Mn -* Azure SGx VM with specs: With SGx chip, 16G RAM, Standard DC4s v2, Quod core +* Azure SGx VM with specs: With SGx chip, with Anjuna Runtime , 16G RAM, Standard DC4s v2, Quod core Performance: Approx time to deserialize recrods: ~ 25 Min Number of serialised avro records in file: 5704247 or ~ 5.5 Mn - Note: With SGx Anjuna decryption also included in process. + Note: With SGx Anjuna decryption also included in process. + + + +* Azure SGx VM with specs: With SGx chip, without Anjuna Runtime , 16G RAM, Standard DC4s v2, Quod core + Performance: + Approx time to deserialize recrods: ~ 24 Min + Number of serialised avro records in file: 5704247 or ~ 5.5 Mn + Note: With SGx Anjuna decryption also included in process.