Skip to content

Instantly share code, notes, and snippets.

View nikitawootten-nist's full-sized avatar
✈️
This account is no longer active

nikitawootten-nist

✈️
This account is no longer active
View GitHub Profile
@nikitawootten-nist
nikitawootten-nist / oscal_run_lighthouse.sh
Last active February 9, 2023 22:10
Lighthouse performance test harness
#!/usr/bin/env bash
# OSCAL Performance Test Scipt
#
# The following packages are required for this script to work:
# - jq <https://stedolan.github.io/jq/>
# - Lighthouse <https://www.npmjs.com/package/lighthouse>
#
# NOTE: on MacOS, you may get a dialog box asking if "node can make external web requests"
set -Eeuo pipefail