Skip to content

Commit b0eb5b4

Browse files
committed
Add new community integration: WebPageTest Gauntlet
1 parent 0a89c0f commit b0eb5b4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/_data/integrations.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,12 @@
5454
"ownerLink": "https://screenspan.net/",
5555
"description": "Sifty is a simple web app that lets you parse WebPageTest and Google Lighthouse JSON test results files so you can “sift through” network requests by URL, filter them by their render-blocking status or sort them. You can save all or selected requests as a CSV file so you can compare the requests from multiple test results. That can help you answer questions such as: Exactly which requests were removed? How many bytes or requests did we save? How many stylesheets, scripts, images, etc. did we have before and after?",
5656
"link": "https://screenspan.net/sifty/"
57+
},
58+
{
59+
"name": "WebPageTest Gauntlet",
60+
"owner": "Josh Nelson",
61+
"ownerLink": "https://twitter.com/nelsonjoshpaul",
62+
"description": "Run a single page through WebPageTest many times for benchmarking purposes. Extract full chrome traces, or summary data.",
63+
"link": "https://github.com/jpnelson/wpt-gauntlet"
5764
}
5865
]

0 commit comments

Comments
 (0)