Skip to content

Commit

Permalink
Explicitly sort the results table by plugin id.
Browse files Browse the repository at this point in the history
For some reason chrome was putting an lzma result first…
  • Loading branch information
nemequ committed Sep 21, 2015
1 parent 1006257 commit 761e548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions squash-benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ squashBenchmarkApp.controller("SquashBenchmarkCtrl", function ($scope, squashBen

$scope.datasetSort = 'id';
$scope.machineSort = 'name';
$scope.rawSort = 'plugin';

$scope.data_points_per_machine = 0;
$scope.codec_plugin_map = {};
Expand Down

0 comments on commit 761e548

Please sign in to comment.