.benchmarks

git-svn-id: svn://ultimatepp.org/upp/trunk@15353 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-11-04 09:00:00 +00:00
parent bead37087d
commit dc23d485c1
4 changed files with 96 additions and 8 deletions

View file

@ -84,7 +84,7 @@ CONSOLE_APP_MAIN
double t = tm.Seconds();
RLOG(n << " " << t << " s");
}
/*
Buffer<int> aq(N);
RLOG("Generating antiqsort");
antiqsort(N, aq);
@ -96,4 +96,5 @@ CONSOLE_APP_MAIN
Sort(h);
double t = tm.Seconds();
RLOG("antiqsort " << t << " s");
*/
}