From 139bcedc5300065e4e63b944fdb493ffe994017a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 10 Sep 2020 12:55:43 +0200 Subject: [PATCH] benchmark: update TLS reference speed We are now faster with recent patches. --- src/bin/proxmox_backup_client/benchmark.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/proxmox_backup_client/benchmark.rs b/src/bin/proxmox_backup_client/benchmark.rs index b7c67e7f..159b0c18 100644 --- a/src/bin/proxmox_backup_client/benchmark.rs +++ b/src/bin/proxmox_backup_client/benchmark.rs @@ -82,7 +82,7 @@ struct BenchmarkResult { static BENCHMARK_RESULT_2020_TOP: BenchmarkResult = BenchmarkResult { tls: Speed { speed: None, - top: 1_000_000.0 * 590.0, // TLS to localhost, AMD Ryzen 7 2700X + top: 1_000_000.0 * 690.0, // TLS to localhost, AMD Ryzen 7 2700X }, sha256: Speed { speed: None,