in src/main/kotlin/com/intellij/indexing/shared/short.kt [10:14]
fun short1() {
// Runs project opening twice (without shared indexes and with shared indexes provided through local server)
// and prints measured times.
measureSharedIndexesBoost(PROJECT_HOME, IJ_HOME)
}