testName property

String testName
final

For Flutter devicelab, this is the task name (e.g., 'flutter_gallery__transition_perf'); for Google benchmark, this is the benchmark name (e.g., 'BM_ShellShutdown').

In Skia perf web dashboard, this value can be queried and filtered by "test".

Implementation

final String testName;