From 5fc09a63a88602da13c5a65bfbbdf48e58baa402 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 14 Nov 2021 00:42:12 +0300 Subject: [PATCH 1/2] Comparison between EBS and EFS --- .../hardware/results/efs_vs_ebs.json | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 website/benchmark/hardware/results/efs_vs_ebs.json diff --git a/website/benchmark/hardware/results/efs_vs_ebs.json b/website/benchmark/hardware/results/efs_vs_ebs.json new file mode 100644 index 00000000000..8cbc89f58da --- /dev/null +++ b/website/benchmark/hardware/results/efs_vs_ebs.json @@ -0,0 +1,107 @@ +[ + { + "system": "t3.xlarge, EBS", + "system_full": "t3.xlarge, EBS 1 TiB gp2, 3000 IOPS", + "time": "2021-11-08 00:00:00", + "kind": "cloud", + "result": + [ +[0.001,0.002,0.001], +[0.053,0.04,0.038], +[0.254,0.136,0.121], +[0.524,0.194,0.174], +[0.71,0.375,0.376], +[1.575,1.27,1.225], +[0.088,0.076,0.075], +[0.082,0.031,0.032], +[2.326,1.976,1.973], +[2.751,2.244,2.183], +[0.953,0.704,0.669], +[1.284,0.831,0.771], +[3.409,2.972,3.072], +[4.786,4.218,4.286], +[4.686,4.061,4.058], +[3.539,3.287,3.191], +[12.088,11.476,11.371], +[8.679,7.746,7.719], +[24.023,22.915,22.783], +[0.777,0.489,0.238], +[8.885,4.196,4.088], +[10.116,4.387,4.215], +[19.825,9.816,9.468], +[15.399,4.741,4.668], +[2.502,1.261,1.121], +[1.358,0.972,0.982], +[1.865,1.136,1.132], +[8.788,3.68,3.472], +[9.6,5.466,5.405], +[4.733,4.742,4.798], +[3.531,2.568,2.431], +[5.217,3.306,3.327], +[21.862,21.028,20.748], +[19.793,15.297,15.241], +[19.678,15.219,15.316], +[5.943,5.372,5.428], +[0.284,0.256,0.213], +[0.102,0.085,0.1], +[0.115,0.095,0.079], +[0.602,0.549,0.722], +[0.063,0.023,0.023], +[0.064,0.02,0.02], +[0.008,0.005,0.004] + ] + }, + + { + "system": "t3.xlarge, EFS", + "system_full": "t3.xlarge, EFS 1 TiB gp, prov. at 1000 MiB/s", + "time": "2021-11-08 00:00:00", + "kind": "cloud", + "result": + [ +[0.001,0.001,0.001], +[0.074,0.036,0.043], +[0.482,0.13,0.142], +[1.623,0.205,0.209], +[1.823,0.425,0.361], +[3.075,1.274,1.237], +[0.11,0.076,0.076], +[0.152,0.039,0.037], +[3.837,1.944,1.959], +[4.251,2.517,2.168], +[2.232,0.835,0.711], +[2.263,0.936,0.802], +[4.947,3.078,3.026], +[7.207,4.084,4.07], +[6.074,4.452,3.919], +[5.349,3.191,3.12], +[14.559,11.097,11.063], +[11.058,8.01,7.762], +[28.227,22.692,22.459], +[1.688,0.35,0.259], +[16.214,4.229,4.039], +[18.284,4.339,4.233], +[31.926,9.819,9.475], +[30.797,5.062,5.247], +[4.744,1.308,1.122], +[2.785,1.022,0.957], +[4.473,1.235,1.135], +[15.194,3.561,3.443], +[15.267,5.481,5.387], +[5.145,4.8,4.686], +[5.523,2.581,2.531], +[9.329,3.263,3.452], +[25.753,20.411,20.543], +[26.907,14.767,14.783], +[26.541,15.051,14.838], +[6.637,5.235,5.491], +[0.493,0.237,0.217], +[0.171,0.095,0.094], +[0.298,0.091,0.085], +[0.901,0.555,0.547], +[0.171,0.042,0.035], +[0.12,0.035,0.033], +[0.032,0.014,0.015] + ] + } +] From e56504dacfb77d149eb4c2692bd497188ed6a09c Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 14 Nov 2021 00:43:23 +0300 Subject: [PATCH 2/2] Credits --- website/benchmark/hardware/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/website/benchmark/hardware/index.html b/website/benchmark/hardware/index.html index 6dc12890ef4..84764403766 100644 --- a/website/benchmark/hardware/index.html +++ b/website/benchmark/hardware/index.html @@ -78,6 +78,7 @@ Results for 2x AMD EPYC 7742 (128 physical cores, 1 TB DDR4-3200 RAM) from Ye Results for ASUS A15 (Ryzen laptop) are from Kimmo Linna.
Results for MacBook Air M1 are from Denis Glazachev.
Results for Xeon Gold 6140 are from Shiv Iyer (ChistaDATA Labs).
+Comparison of EBS and EFS is from Ramazan Polat.