Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0784977

Browse files
committed
chore(benchmarks): fix order-by benchmark
1 parent 912d5b9 commit 0784977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: benchmarks/orderby-bp/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app.controller('DataController', function DataController($rootScope, $scope) {
77
this.rows = [];
88
var self = this;
99

10-
$scope.benchmarkType = 'basic';
10+
$scope.benchmarkType = 'baseline';
1111

1212
$scope.rawProperty = function(key) {
1313
return function(item) {

Diff for: benchmarks/orderby-bp/jquery-noop.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Override me with ?jquery=/bower_components/jquery/dist/jquery.js

0 commit comments

Comments
 (0)