Skip to content
Snippets Groups Projects
Commit a0b5f212 authored by Markus Blatt's avatar Markus Blatt
Browse files

remove dumb ass assertio which must not hold.

Please merge to release.

[[Imported from SVN: r5478]]
parent 3a335a73
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ int main ( int argc, char **argv )
std :: cout << "Result: pool allocator is " << (timeB / timeB2) << " times faster than SmallObject." << std :: endl;
// we require a speedup due to SmallObject
assert((timeA / timeB) > 1.0);
//assert((timeA / timeB) > 1.0);
// we require the speed of the poolallocator
// assert((timeB2 / timeB) > 1.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment