summaryrefslogtreecommitdiff
path: root/opendc/opendc-experiments-sc20/build.gradle.kts
AgeCommit message (Collapse)Author
2020-05-15refactor: Move entirely to ParquetFabian Mastenbroek
2020-05-14perf: Use PostgreSQL bulk data inserterFabian Mastenbroek
2020-05-13feat: Add experiment orchestrator in KotlinFabian Mastenbroek
2020-05-12refactor: Restructure experiment setupFabian Mastenbroek
2020-05-07feat: Add initial version of Postgres reporterFabian Mastenbroek
2020-05-07refactor: Migrate to Clikt for argument parsingFabian Mastenbroek
This change migrates the experiment runner to Clikt for parsing command line arguments, since it provides functionality that we need for having multiple types of reporters (e.g. postgres and parquet), not offered by the current parser.
2020-05-07feat: Add support for more sophisticated loggingFabian Mastenbroek
2020-05-06test: Add initial integration test for SC20 experimentsFabian Mastenbroek
2020-04-16bug: Fix issues related to early terminationFabian Mastenbroek
2020-04-16perf: Convert traces to Parquet formatFabian Mastenbroek
2020-04-15perf: Optimize trace loading for memory usageFabian Mastenbroek
2020-04-15perf: Convert output format to parquetFabian Mastenbroek
2020-03-26feat: Implement correlated failures for individual clustersFabian Mastenbroek
2020-03-11Fix main file in gradle setupGeorgios Andreadis
2020-03-11feat: Pass all relevant SC20 parameters as argumentsGeorgios Andreadis
This also includes a list of selected VMs, with the aim of only running those (for workload intensity sampling).
2020-02-20feat: Implement VM supportGeorgios Andreadis
This change adds support for virtual machines and hypervisors to the _opendc-compute_ module. Moreover, this change also includes VM trace reading capabilities.