We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3e8fb commit e76dfebCopy full SHA for e76dfeb
modules/performance/include/performance.hpp
@@ -64,7 +64,7 @@ class Perf {
64
task_->Run();
65
task_->PostProcessing();
66
}
67
- // Pint results for automation checkers
+ // Print results for automation checkers
68
void PrintPerfStatistic(const std::string& test_id) const {
69
std::string type_test_name;
70
if (perf_results_.type_of_running == PerfResults::TypeOfRunning::kTaskRun) {
0 commit comments