From f01cbeaf94a93da3e6d34f2109bc5fa961f11c26 Mon Sep 17 00:00:00 2001 From: 2045castor <280941374+2045castor@users.noreply.github.com> Date: Wed, 27 May 2026 01:15:11 +0800 Subject: [PATCH] docs: fix retbleed benchmark results table --- pocs/cpus/retbleed/benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pocs/cpus/retbleed/benchmark/README.md b/pocs/cpus/retbleed/benchmark/README.md index 291586b72..aacb5b7fe 100644 --- a/pocs/cpus/retbleed/benchmark/README.md +++ b/pocs/cpus/retbleed/benchmark/README.md @@ -48,6 +48,6 @@ We execute the benchmark 10 times on each host configuration. | Configuration | Runs | MEAN | MEDIAN | STDDEV | Overhead | | :------------ | :--- | :----------- | :------------- | :----------- | :------- | -| retbleed=off (A) | 10 | 38619.000 | 38649.500 | 99.936 | 0 | +| retbleed=off (A) | 10 | 91385.800 | 91393.500 | 119.416 | 0 | | retbleed=auto (B) | 10 | 86271.600 | 86296.500 | 270.602 | 5.59% | -| retbleed=ibpb (C) | 10 | 91385.800 | 91393.500 | 119.416 | 57.74% | +| retbleed=ibpb (C) | 10 | 38619.000 | 38649.500 | 99.936 | 57.74% |