Commit 54372571 authored by Nikita Kudrin's avatar Nikita Kudrin Committed by intellij-monorepo-bot
Browse files

[unit perf tests] AT-617 Add projectName = full qualified method name in metrics to IJ Perf

GitOrigin-RevId: 945daba9ed1eabf5439108b98ef63ee9677d6389
parent 695cf3d1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -66,7 +66,7 @@ class IJPerfMetricsPublisherImpl : MetricsPublisher {
)
return PerformanceMetricsDto.create(
projectName = "",
projectName = fullQualifiedTestMethodName,
projectURL = "",
projectDescription = "",
methodName = fullQualifiedTestMethodName,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment