From 9d693232b49d71f3dc5ddefe0ea4468b09a43f2c Mon Sep 17 00:00:00 2001 From: Hwang In Tak Date: Sat, 25 Jan 2025 14:50:27 +0000 Subject: [PATCH] docs: Update benchmarks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05d8a1a..9a4fe6a 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,8 @@ All benchmarks were measured on a machine equipped with Intel Xeon Platinum 8268 |Operation|TFHE-go|TFHE-rs (v0.11.0)| |---------|-------|-------| -|Gate Bootstrapping|9.27ms|14.17ms| -|Programmable Bootstrapping (6 bits)|21.65ms|107.96ms| +|Gate Bootstrapping|9.30ms|14.17ms| +|Programmable Bootstrapping (6 bits)|21.74ms|107.96ms| You can use the standard go test tool to reproduce benchmarks: ```