Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
front-end: update default selection. benchmaker slave is dead
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm committed Jan 31, 2017
1 parent a68456f commit b040a99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front-end/src/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class Controller {
this.initialRunSetIds = selection;
if (machineName === undefined && configName === undefined && metric === undefined) {
this.initialSelectionNames = [
{ machineName: 'benchmarker', configName: 'auto-sgen-noturbo', metric: 'time' },
{ machineName: 'benchmarker', configName: 'auto-sgen-noturbo-binary', metric: 'time' },
{ machineName: 'poweredge1', configName: 'auto-sgen-conc-binary', metric: 'time' },
];
this.initialZoom = true;
} else {
Expand Down

0 comments on commit b040a99

Please sign in to comment.