Code Monkey home page Code Monkey logo

eric's Introduction

Eric

A benchmark result repository for tracking performance over time.

Database

Benchmark results are stored in a database with the following entities/relationships:

benchmark
benchmark id
suite
name
tags

config
config id
jvm/jdk
command line parameters
configuration files
build number

machine
machine id
hostname
OS

run
run id
benchmark id
machine id
config id
time

result
result id
run id
type
score

regression
regression id
since result id until result id
link to issue system
acceptable

What the data means

The bulk of the data in the Eric database will be runs and results. A run will capture a single execution of the experiment/benchmark including it's configuration data, versions and execution environments. The scheme should be expanded to support further relevant variables. Each run will have 1 or more results which will be used to compare the run with other runs.

Making useful comparisons

Eric will provide reporting capabilities on top of the data:

  • Compare the results of several benchmarks representing alternative implementations of same/similar functionality.
  • Compare the results of same benchmark over time.
  • Compare benchmark results across JVM/OS/Machine/Configuration.
  • Report results as percentage of some baseline measurement/target

Detecting regressions

Eric will provide regression detection capabilites:

  • Is a given run better/worse than 'last' run within some margin?
  • Establish 'normal' result variance based on data
  • Better/worse depending on result type (e.g time/throughput/histogram/footprint/cpu-usage)
  • Detect slow regressions over time

Tracking regressions

Tracking regressions across a large benchmark suite requires the ability to report on the following benchmark states:

  • Improved - on occassion, things get better, it nice to know when and why.
  • Stable - most runs should show no regression/improvement. Small incremental changes...
  • New regression - we stumbled somewhere between A and B, sound the bells
  • Ongoing regression - maybe we're still looking into it, but this benchmark is broken. Ongoing regressions can get worse too, changing state to new regression.
  • Resolved - we went from regression to previously observed stable result. Or maybe we just accepted the regression (perhaps the fast solution was due to a bug).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.