Perform GC between performance test runs, add geometric mean calculation and close stats in the end
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package org.jetbrains.annotations
|
||||
|
||||
import org.jetbrains.annotations.PropertyKey
|
||||
|
||||
fun message(@PropertyKey(resourceBundle = "MessageBundle1.dependency") key: String) = key
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.jetbrains.annotations
|
||||
|
||||
import org.jetbrains.annotations.PropertyKey
|
||||
|
||||
fun message(@PropertyKey(resourceBundle = "MessageBundle1.dependency") key: String) = key
|
||||
|
||||
Reference in New Issue
Block a user