diff --git a/performance/frameworks/kendo-ui.js b/performance/frameworks/kendo-ui.js new file mode 100644 index 0000000..3148aa0 --- /dev/null +++ b/performance/frameworks/kendo-ui.js @@ -0,0 +1,38 @@ +module.exports = { + css: [ "//cdn.kendostatic.com/2014.1.318/styles/kendo.common.min.css", + "//cdn.kendostatic.com/2014.1.318/styles/kendo.default.min.css", + "//cdn.kendostatic.com/2014.1.318/styles/kendo.dataviz.min.css", + "//cdn.kendostatic.com/2014.1.318/styles/kendo.dataviz.default.min.css", + "//cdn.kendostatic.com/2012.1.318/styles/kendo.mobile.all.min.css" + ], + button: { + generator: function( options ) { + var button = ""; + }, + variations: { + type: [ + "k-button", + "km-button" + ], + state: [ + "", + "k-primary" + ], + disabled: [ + "", + "k-state-disabled" + ], + icon: [ + false, + "k-i-funnel", + "k-i-funnel-clear", + "k-i-refresh" + ] + } + } +}; diff --git a/tasks/options/perfjankie.js b/tasks/options/perfjankie.js index 6f44de5..29c9955 100644 --- a/tasks/options/perfjankie.js +++ b/tasks/options/perfjankie.js @@ -36,7 +36,9 @@ module.exports = { "http://localhost:4200/framework/semantic-ui/component/button/count/1000/" + "semantic-ui:button", "http://localhost:4200/framework/dojo/component/button/count/1000/" + - "dojo:button" + "dojo:button", + "http://localhost:4200/framework/kendo-ui/component/button/count/1000/" + + "kendo-ui:button" ] } }