2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-01-31 20:52:17 +00:00
Files
Catch2/include
Neal Coombes dcab8a5971 Performance improvement in AssertionInfo.
By using char const * instead of std::string we avoid significant
copying per assertion.  In a simple loop with 10000000 CHECKS on
my system, this reduces the run time from 9.8s to 6s.
2017-06-22 18:03:47 +02:00
..