#492 test failure: dune-common/common/test/smallobject
Metadata
| Property | Value |
|---|---|
| Reported by | Elias Pipping (elias.pipping@fu-berlin.de) |
| Reported at | Feb 5, 2009 20:08 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Linux 64bit |
| Last edited by | Markus Blatt (markus@dr-blatt.de) |
| Last edited at | Sep 18, 2009 14:07 |
| Closed by | Markus Blatt (markus@dr-blatt.de) |
| Closed at | Sep 18, 2009 14:07 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | assertion was removed |
Description
Performing 2147483648 iterations. Time without SmallObject: 155.768 Time with SmallObject: 202.602 Result: SmallObject is 0.768838 times faster. Time with pool allocator: 177.436 Result: pool allocator is 0.877884 times faster. Result: pool allocator is 1.14183 times faster than SmallObject. smallobject: smallobject.cc:78: int main(int, char**): Assertion `(timeA / timeB) > 1.0' failed. Aborted