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: ```