Cassio Neri
Results
2
issues of
Cassio Neri
**Does the feature exist in the most recent commit?** No. See https://github.com/google/googletest/blob/main/googletest/include/gtest/internal/gtest-internal.h#L1527 **Why do we need this feature?** The following approach to naming tests is very reasonable: ``` TEST(MyClass, Default_constructor_zero_initialises_all_members)...
enhancement
Local tests pass and I get a performance boost of ~6% for double to string conversion. It's difficult to pinpoint exactly what makes the performance better. Here are some clues....