Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / perf / test-info.json
index 4276042..93a1810 100644 (file)
       "chrome/src/tools/perf/benchmark/scirra.py"
     ]
   },
+  "service_worker.service_worker":{
+    "description":"This test measures the performance of pages using ServiceWorker. As a page set, two benchamrk page(many registration, many concurrent fetching) and one application (Trained-to-thrill: https://jakearchibald.github.io/trained-to-thrill/) are included. Execution time of these pages will be shown as Speed Index, and TRACE_EVENTs are subsidiary information to know more detail performance regression.",
+    "code":[
+      "chrome/src/tools/perf/benchmarks/service_worker.py"
+    ]
+  },
   "sizes":{
     "description":"Tracks binary sizes and number of static initializers.",
     "code":[
   },
   "tab_switching.top_10":{
     "description":"This test records the MPArch.RWH_TabSwitchPaintDuration histogram, which is a measure of the time between when a tab was requested to be shown, and when first paint occurred. The script opens 10 pages in different tabs, waits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites."
+  },
+  "task_execution_time.key_mobile_sites":{
+    "description":"This benchmark measures the runtimes of various tasks on the renderer main thread while scrolling on key mobile sites. It is used for tracking and guiding optimizations in the Blink scheduler project."
+  },
+  "task_execution_time.tough_scheduling_cases":{
+    "description":"This benchmark measures the runtimes of various tasks on the renderer main thread while scrolling on synthetic pages with challenging scheduling properties. It is used for tracking and guiding optimizations in the Blink scheduler project."
   }
 }