# b2gperf
b2gperf is a tool for testing the performance of
[Firefox OS](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS).
## Prerequisites
You will need a
[Marionette enabled Firefox build](https://developer.mozilla.org/en-US/docs/Marionette/Builds)
that you can
[successfully connect to](https://developer.mozilla.org/en-US/docs/Marionette/Connecting_to_B2G).
## Installation
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
## Running
Usage: b2gperf [options] app_name [app_name] ...
For full usage details run `b2gperf --help`.
## Test Variables
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"
}
}
b2gperf is a tool for testing the performance of
[Firefox OS](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS).
## Prerequisites
You will need a
[Marionette enabled Firefox build](https://developer.mozilla.org/en-US/docs/Marionette/Builds)
that you can
[successfully connect to](https://developer.mozilla.org/en-US/docs/Marionette/Connecting_to_B2G).
## Installation
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
## Running
Usage: b2gperf [options] app_name [app_name] ...
For full usage details run `b2gperf --help`.
## Test Variables
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"
}
}
Release files for b2gperf 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| b2gperf-0.1.tar.gz | 5.4 kB | Details |
Release files / b2gperf-0.1.tar.gz
| Download URL | b2gperf-0.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc50d574972f6287474f16f2abc59c0f06bd21c4ecc79d8ef39bf603b2c40cec
|
|
BLAKE2b-256 checksum How to use checksums |
2336e76cd58aa4a4922ad60ebb913ae58f9ecc4409ce75db8456b87751692104
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |