benchmark: update TLS reference speed

We are now faster with recent patches.
This commit is contained in:
Dietmar Maurer 2020-09-10 12:55:43 +02:00
parent cf9ea3c4c7
commit 139bcedc53
1 changed files with 1 additions and 1 deletions

View File

@ -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,