| Index: benchmark/data/index.dart
|
| diff --git a/benchmark/data/index.dart b/benchmark/data/index.dart
|
| index 8996286f615ca6bad2cace4a57504847e94471be..b48265e334f03ae544f1aa4cc8ad7d3a3ff0d7a7 100644
|
| --- a/benchmark/data/index.dart
|
| +++ b/benchmark/data/index.dart
|
| @@ -15,5 +15,7 @@ const String hostfileName = "hostname.txt";
|
| List<String> allReportNames = const [
|
| latestVMReportName,
|
| "skybrian5/0.4.2/json_chrome.pb.json",
|
| - "skybrian5/0.4.2/json_vm.pb.json"
|
| + "skybrian5/0.4.2/json_vm.pb.json",
|
| + "skybrian-macbookpro/0.4.2/json_chrome.pb.json",
|
| + "skybrian-macbookpro/0.4.2/json_vm.pb.json",
|
| ];
|
|
|