mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@15353 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bead37087d
commit
dc23d485c1
4 changed files with 96 additions and 8 deletions
|
|
@ -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");
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue