Skip to content

Commit

Permalink
add execution benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Dec 20, 2024
1 parent 138536f commit 50500ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautilus/test/benchmark/TracingBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ static auto tests = std::vector<std::tuple<std::string, std::function<void()>>>
{"staticLoop", details::createFunctionWrapper(staticLoop)},
{"fibonacci", details::createFunctionWrapper(fibonacci)},
{"gcd", details::createFunctionWrapper(gcd)},
{"forBreak", details::createFunctionWrapper(forBreak)},
};

TEST_CASE("Tracing Benchmark") {
Expand Down

0 comments on commit 50500ac

Please sign in to comment.