.benchmarks

git-svn-id: svn://ultimatepp.org/upp/trunk@14478 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-05-15 08:09:07 +00:00
parent a6acbee67a
commit 04330dfc7b

View file

@ -6,6 +6,8 @@ dword qqq;
CONSOLE_APP_MAIN
{
StdLogSetup(LOG_COUT|LOG_FILE);
String s;
for(int i = 0; i < 1000000; i++)
s.Cat(i);