Skip to content

Commit

Permalink
PerfTests: fix for HAVE_PODIO
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 7, 2023
1 parent 3c12d58 commit 51af011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/programs/perf_tests/PerfTests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ int main() {
auto logger = app.GetService<JLoggingService>()->get_logger("PerfTests");
// TODO: Add Podio sources, processors, and factories just like JTest
LOG_INFO(logger) << "Running PODIO stress test" << LOG_END;
benchmark(app);
JBenchmarker benchmarker(&app);
benchmarker.RunUntilFinished();
}
#endif

Expand Down

0 comments on commit 51af011

Please sign in to comment.