2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-02 20:52:21 +00:00

correct CPU model used for perforance tests in documentation

This commit is contained in:
Oliver Kowalke
2017-06-04 13:07:38 +02:00
parent 81be60064d
commit 68f1eb18fa

View File

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