Skip to content

Commit 5dd9f13

Browse files
committed
chore(orderby-bp): fix the benchmark code and add jquery support
1 parent 821da26 commit 5dd9f13

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

benchmarks/orderby-bp/bp.conf.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
module.exports = function(config) {
22
config.set({
3-
scripts: [{
3+
scripts: [
4+
{
5+
"id": "jquery",
6+
"src": "jquery-noop.js"
7+
},{
48
id: 'angular',
59
src: '/build/angular.js'
610
},{
711
src: 'app.js',
812
}]
913
});
10-
};
14+
};

benchmarks/orderby-bp/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="container-fluid" ng-app="filtersBenchmark">
1+
<div class="container-fluid" ng-app="orderByBenchmark">
22
<div class="row" ng-controller="DataController as ctrl">
33
<div class="col-lg-8">
44
<p>Filters</p>
@@ -79,4 +79,4 @@
7979

8080
</div>
8181
</div>
82-
</div>
82+
</div>

0 commit comments

Comments
 (0)