Skip to content

Instantly share code, notes, and snippets.

@coderek
Last active March 16, 2017 15:12
Show Gist options
  • Save coderek/e04d3c26ef753044a6592ca7956d7f82 to your computer and use it in GitHub Desktop.
Save coderek/e04d3c26ef753044a6592ca7956d7f82 to your computer and use it in GitHub Desktop.
var s = new BouncingCanvasShapesStage();
var option = {
particleWidth: 10,
particleHeight: 10,
};
var benchmark = new BouncingCanvasShapesBenchmark(
{
// controller: 'adaptive',
// "test-interval": 1000,
complexity: 200,
"test-interval": 30,
"display": "minimal",
"tiles": "big",
"controller": "ramp",
"kalman-process-error": 1,
"kalman-measurement-error": 4,
"time-measurement": "performance"
});
s.initialize(benchmark, option);
s.tune(200);
// s._benchmark.run();
benchmark.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment