From 0d6fcee5e40bb03e205fbe3eccb78de28a5bebce Mon Sep 17 00:00:00 2001 From: Oliver Rumbelow Date: Fri, 22 Jul 2016 23:17:23 +0100 Subject: [PATCH] Add SauceLabs banner to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ccbe68e..13194a3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ barometer is a very small `2.4KB` script that will automatically generate browser-side performance metrics and forward them in an efficient manner to a collection service. +![https://saucelabs.com/browser-matrix/theninj4.svg](https://saucelabs.com/browser-matrix/theninj4.svg) + ### Motivation / Justification / Rationale Every website monitoring tool I've seen that is said to work with single page applications latches in to various frameworks in order to generate metrics. The approach taken with this project is to measure end user experience rather than the performance of functions within any particular framework. This enables us to ship a tiny script in the head of our webpages to collect rich data across any type of web page or application.