Add completion benchmark to check completion speed

This commit is contained in:
Simon Ogorodnik
2017-07-08 02:56:26 +03:00
parent dfef1f4921
commit bc5872dd8f
9 changed files with 422 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="kotlinx-coroutines-core">
<CLASSES>
<root url="jar://$PROJECT_DIR$/../dependencies/kotlinx-coroutines-core.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/../dependencies/kotlinx-coroutines-core-sources.jar!/" />
</SOURCES>
</library>
</component>
+1
View File
@@ -31,5 +31,6 @@
<orderEntry type="library" name="idea-full" level="project" />
<orderEntry type="library" name="protobuf" level="project" />
<orderEntry type="library" name="javaslang" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
</component>
</module>