Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 467 Bytes

A simple benchmark running library

Build Status

Goals:

  • Simplify creating benchmarks
  • Provide consistent results structure
  • Provide extendable results structure (later)
  • Figure out how to enable publishing results to a server (ala Dart Performance)
  • Compose suites of benchmarks
  • Integrate with development/testing loop for performance related work