aboutsummaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Collapse)Author
2022-08-10UPDATE_KOTLIN_VERSION: 1.8.0-dev-1390 for benchmarksTing-Yuan Huang
2022-03-31Add script to upload benchmark data.Mads Ager
Minor tweaks to runner and benchmark data build scripts. Benchmark runner can now be used in the ksp repo with just the benchmark name as the argument: `./benchmark/runner/runner.sh TachiyomiExhaustive`
2022-03-30Benchmark script fixes.Mads Ager
To build the benchmark runner and ksp: `./benchmark/build.sh` To build the TachiyomiExhaustive benchmark libs: `ANDROID_SDK_ROOT=<path to root> ./benchmark/TachiyomiExhaustive/build.sh` To run the benchmark: `./benchmark/runner/runner.sh TachiyomiExhaustive ..` The second argument to runner.sh is the relative path from the script directory to where the Tachiyomi source and libs is located. This will be different on the benchmark runners, so needs to be passed in.
2022-03-29* Dump compile time dependenciesJiaxiang Chen
* Run benchmark from command line
2022-03-29add KSP benchmarkJiaxiang Chen
* add an exhaustive processor that visits all files and invokes APIs * apply a patch to Tachiyomi for applying exhaustive processor.