Skip to content

Commit

Permalink
Merge pull request #42510 from HindujaB/profiler-test-fix
Browse files Browse the repository at this point in the history
[2201.9.x] Fix failing Profiler integration test
  • Loading branch information
LakshanWeerasinghe authored Apr 9, 2024
2 parents 2073c9a + d5ee742 commit e75f1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private List<LogLeecher> getProfilerLogLeechers(String htmlFilePath) {
new LogLeecher(" Instrumented function count: "),
new LogLeecher("[5/6] Running executable..."),
new LogLeecher("[6/6] Generating output..."),
new LogLeecher(" Execution time: [1-5] seconds ", true, LogLeecher.LeecherType.INFO),
new LogLeecher(" Execution time: [1-9] seconds ", true, LogLeecher.LeecherType.INFO),
new LogLeecher(" Output: "),
new LogLeecher(htmlFilePath));
}
Expand Down

0 comments on commit e75f1c8

Please sign in to comment.