Add task to put jmh benchmarks results to teamcity statistics (#1568)

diff --git a/build.gradle b/build.gradle
index 87db50b..9440300 100644
--- a/build.gradle
+++ b/build.gradle
@@ -173,3 +173,4 @@
 
 apply from: rootProject.file('gradle/compiler-version.gradle')
 apply from: rootProject.file("gradle/dokka.gradle")
+apply from: rootProject.file("gradle/benchmark-parsing.gradle")