Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Исследовать возможность ухода от Boost.Test #93

Closed
izvolov opened this issue Nov 8, 2019 · 1 comment
Closed
Assignees

Comments

@izvolov
Copy link
Owner

izvolov commented Nov 8, 2019

  1. Надоели сложности с компоновкой;
  2. Хочется нормально описывать требования.
@izvolov
Copy link
Owner Author

izvolov commented Nov 13, 2019

Хорошие результаты показал doctest. В среднем ускорение сборки в 1.7 раз:

clang + doctest: 47 с.
clang + boost: 80 с.
gcc + doctest: 83 с.
gcc + boost: 140 с.

Ускорение выполнения примерно такое же.

Catch теоретически тоже неплох, но к нему, в отличие от doctest, слишком накладно адаптировать существующие тесты.

Вывод — переход на doctest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant