Commit Graph

8 Commits

Author SHA1 Message Date
LepilkinaElena f1c7d9a728 Returned compiler options and made system possible to get reports with different flags (#3424) 2019-10-08 10:01:14 +03:00
LepilkinaElena 8e0e346492 CLI library rework (#3215) 2019-09-06 17:49:12 +03:00
Ilya Matveev 48a75e9a07 Perf: Don't include kliopt sources into benchmarks 2019-08-20 17:38:23 +07:00
LepilkinaElena e363746717 Fix in analyzer + debug mode for compile only benchmarks (#3210) 2019-07-25 14:28:18 +03:00
LepilkinaElena 3c2a5b0392 New CLI tool (#3085) 2019-07-22 15:55:38 +03:00
Ilya Matveev 127ba155c7 Build: Replace buildSrc with a separate included build (#3104)
Gradle doesn't allow us to substitute dependencies of buildSrc
with artifacts provided by a composite build. But our buildSrc
depends on kotlin-native-utils provided by the Big Kotlin repo.
Thus we cannot make changes in kotlin-native-utils and use them
in buildSrc during a development process.

This patch fixes the issue by transforming buildSrc into a separate
included build.
2019-06-27 17:20:53 +07:00
LepilkinaElena 69fd55656d Objective c interop benchmarks migration (#3004) 2019-06-03 16:32:14 +03:00
LepilkinaElena 87c852fb1d Added framework benchmark collecting code size and compile time (#2839) 2019-04-05 12:20:23 +03:00