From 68f1eb18fa726e9243f720c0ee2275b45ef17ee7 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Sun, 4 Jun 2017 13:07:38 +0200 Subject: [PATCH] correct CPU model used for perforance tests in documentation --- doc/performance.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/performance.qbk b/doc/performance.qbk index de73e2ae..0e585d75 100644 --- a/doc/performance.qbk +++ b/doc/performance.qbk @@ -11,7 +11,7 @@ Performance measurements were taken using `std::chrono::highresolution_clock`, with overhead corrections. The code was compiled with gcc-6.3.1, using build options: variant = release, optimization = speed. -Tests were executed on dual Intel XEON E5 2620 2.2GHz, 16C/32T, 64GB RAM, +Tests were executed on dual Intel XEON E5 2620v4 2.2GHz, 16C/32T, 64GB RAM, running Linux (x86_64). Measurements headed 1C/1T were run in a single-threaded process.