Skip to content

Improvement ideas

Ábel Hegedüs edited this page May 31, 2017 · 6 revisions

Benchmark results repository structure

Location e.g. github.com/viatra/viatra-cps-benchmark-results

Files are in italic, folders in regular case.

  • ReadMe.md: Link to config index files and general information on repository
  • m2m
  • m2m-reduced
  • <config-name>
    • config-name.md: List of results (linking to details) with basic info (date, execution environment, VIATRA repo URL, VIATRA revision)
    • 201704251200-build67
    • 201705051600-build91
    • <date>-build<build-number> (or other unique identification)
      • result files without diagrams (or maybe only PDF, if vector graphic), including logs, separate JSON files, combined JSON and CSV
    • trend-20170505-dred-performance-optimization
    • trend-<date>-<id>
      • Store derived results from trend reports (comparison of different runs)

It would be nice to use Github Pages for browsing the results, but that can wait.

Clone this wiki locally