Minor cleanup in the benchmarking tests

This commit is contained in:
Martin Hořeňovský 2019-11-15 11:55:56 +01:00
parent 2945b80f61
commit 2788897051
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 8 deletions

View File

@ -28,14 +28,6 @@ TEST_CASE("Benchmark factorial", "[benchmark]") {
BENCHMARK("factorial 14") {
return factorial(14);
};
//
// BENCHMARK("factorial 20") {
// return factorial(20);
// };
//
// BENCHMARK("factorial 35") {
// return factorial(35);
// };
}
TEST_CASE("Benchmark containers", "[.][benchmark]") {