Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / tests / benchmarks / strings.cpp
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2008-10-13  Vadim Zeitlinmake the default value of numeric parameter 0, not...
2008-08-29  Vadim Zeitlinmake the length of string proportional to the parameter...
2008-08-28  Vadim Zeitlinadd the possibility to pass numeric parameters to bench...
2008-08-13  Václav Slavíkadded wxString benchmark using 2.8's HTML parser
2008-08-11  Václav Slavíkadded microbenchmark for wxCharBuffer performance
2008-08-06  Vadim Zeitlinpass asciistr, not utf8str, to FromAscii
2008-07-30  Vadim Zeitlinadded another Replace() test
2008-07-30  Vadim Zeitlinadded some Replace() benchmarks (#9802)
2008-07-26  Vadim Zeitlinadded a simple benchmarking suite