Skip to content

Commit

Permalink
Merge pull request #42514 from HindujaB/profiler-test-fix-master
Browse files Browse the repository at this point in the history
[master] Fix failing Profiler integration test
  • Loading branch information
HindujaB committed Apr 10, 2024
2 parents 4196e06 + cb1c7ad commit e72d652
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 e72d652

Please sign in to comment.