blob: 30889e3157f4749bc9a285b61756ae087cf0c1e1 [file] [log] [blame]
hardlyb1e7e142014-08-06 00:43:51 +03001Machine:
2 intel i7 3770k
3 16g ram
4 ssd
5OS:
6 windows 7 x64
7 ubuntu 14.04
8Compilers:
9 MinGW:
10 gcc (x86_64-posix-seh-rev1, Built by MinGW-W64 project) 4.9.0
11 MSVC:
12 MSVC 2013
13 Linux GCC:
14 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
15
16Test consists of: 10k doctests in each of the 2 cpp files.
17
18gcc (mingw/linux): "-std=c++98 -m64"
19
20debug build:
21 mingw: 121 sec (~100 sec link time)
22 msvc: 11 sec
23 linux: 11 sec (~1 sec link time)
24release build:
25 mingw: 148 sec
26 msvc: 21 sec
27 linux: 24 sec