test(benchmark): add jQuery no-op script to large table benchmark

This commit is contained in:
Jeff Cross
2014-08-18 10:51:21 -07:00
parent 65ec0ab70a
commit 22bece7311
3 changed files with 11 additions and 2 deletions

View File

@@ -1,9 +1,14 @@
module.exports = function(config) {
config.set({
scripts: [{
id: 'jquery',
src: 'jquery-noop.js'
},
{
id: 'angular',
src: '/build/angular.js'
},{
},
{
src: 'app.js',
}]
});

View File

@@ -0,0 +1 @@
//Override me with ?jquery=/bower_components/jquery/dist/jquery.js

View File

@@ -1,4 +1,7 @@
<div ng-app="largetableBenchmark">
<style>
[ng-cloak] { display: none; }
</style>
<div ng-app="largetableBenchmark" ng-cloak>
<div ng-controller="DataController">
<div class="container-fluid">
<p>