Add more perf tests and boards in the perf capture config

BUG=None
TEST=Ran locally

Change-Id: I8dd98fbc18e86444245c0b0e9fde18e1283b72aa
Reviewed-on: https://chromium-review.googlesource.com/264853
Reviewed-by: Keith Haddow <haddowk@chromium.org>
Commit-Queue: Rohit Makasana <rohitbm@chromium.org>
Tested-by: Rohit Makasana <rohitbm@chromium.org>
diff --git a/provingground/cros_perf/perf.json b/provingground/cros_perf/perf.json
index 4cc585c..f3b4121 100644
--- a/provingground/cros_perf/perf.json
+++ b/provingground/cros_perf/perf.json
@@ -7,7 +7,10 @@
         {"device_name": "cros-link"},
         {"device_name": "cros-peach_pit"},
         {"device_name": "cros-squawks"},
-        {"device_name": "cros-nyan_big"}
+        {"device_name": "cros-nyan_big"},
+        {"device_name": "cros-veyron_jerry"},
+        {"device_name": "cros-auron_paine"},
+        {"device_name": "cros-samus"}
     ],
     "tests": [
         {
@@ -57,6 +60,26 @@
         {
             "test_name": "platform_Pkcs11LoadPerf/Key_Ready",
             "masters": "ChromeOSPerf"
+        },
+        {
+            "test_name": "page_cycler.typical_25/cold_times/page_load_time",
+            "masters": "ChromeOSPerf"
+        },
+        {
+            "test_name": "octane/Total/Score",
+            "masters": "ChromeOSPerf"
+        },
+        {
+            "test_name": "kraken/Total",
+            "masters": "ChromeOSPerf"
+        },
+        {
+            "test_name": "speedometer/Total/Total",
+            "masters": "ChromeOSPerf"
+        },
+        {
+            "test_name": "smoothness.top_25_smooth/percentage_smooth/percentage_smooth",
+            "masters": "ChromeOSPerf"
         }
     ]
 }