Skip to content

Commit

Permalink
add compilation time benchmarks (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich authored Sep 27, 2024
1 parent e38e016 commit 93d23eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus/test/benchmark/TracingBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TEST_CASE("Backend Compilation Benchmark") {
auto func = std::get<1>(test);
auto name = std::get<0>(test);

Catch::Benchmark::Benchmark("backend_compilation_" + backend + "_" + name).operator=([&func, &registry](Catch::Benchmark::Chronometer meter) {
Catch::Benchmark::Benchmark("comp_" + backend + "_" + name).operator=([&func, &registry](Catch::Benchmark::Chronometer meter) {
std::shared_ptr<tracing::ExecutionTrace> trace = tracing::TraceContext::trace(func);
auto ssaCreationPhase = tracing::SSACreationPhase();
trace = ssaCreationPhase.apply(trace);
Expand Down

0 comments on commit 93d23eb

Please sign in to comment.