
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
b2gperf is a tool for testing the performance of Firefox OS.
You will need a Marionette enabled Firefox build that you can successfully connect to.
Installation is simple:
pip install b2gperf
If you anticipate modifying b2gperf, you can instead:
git clone git://github.com/mozilla/b2gperf.git
cd b2gperf
python setup.py develop
Usage: b2gperf [options] app_name [app_name] ...
For full usage details run `b2gperf --help`.
Currently the only test variable support is for a wifi network. If you want to connect to wifi before measuring performance, please specify a path to a JSON file that describes the network. For example:
{
"wifi": {
"ssid": "MyNetwork",
"keyManagement": "WPA-PSK",
"psk": "SecurePassword"
}
}
FAQs
App startup tests for B2G
We found that b2gperf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.