Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/performance/include/performance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Perf {
task_->Run();
task_->PostProcessing();
}
// Pint results for automation checkers
// Print results for automation checkers
void PrintPerfStatistic(const std::string& test_id) const {
std::string type_test_name;
if (perf_results_.type_of_running == PerfResults::TypeOfRunning::kTaskRun) {
Expand Down
Loading