added perf tests for new FastLayer

This commit is contained in:
Eric Rowell
2014-03-09 13:15:01 -07:00
parent a9ecfd74a2
commit 852ef7056d
6 changed files with 28 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
suite('FastLayer', function() {
// ======================================================
test('basic render', function() {
test.only('basic render', function() {
var stage = addStage();
var layer = new Kinetic.FastLayer();