blob: 26fdcb4e8ff9ec7f3ff5420bfc2314475abbd8e9 [file] [log] [blame]
//adds the profiles active in the reactor as buildScan tags
session.getRequest().activeProfiles.stream().forEach { it->
buildScan.tag("P"+it)
}
buildScan.value('parallel', session.parallel as String)
buildScan.tag("T"+session.getRequest().getDegreeOfConcurrency())