Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 838 Bytes

bsbench

A benchmarking suite for Roku's BrightScript runtime (written in brighterscript)

Steps to install:

git clone https://github.com/rokucommunity/bsbench
cd bsbench
npm install

Running

Through VSCode (recommended)

Open vscode, and start a new debug session to watch it run. Image

Image

Through the CLI

You can run the benchmark library from the cli as well. From within the project directory, run the following command (yes, the extra -- is intentional):

npm run benchmark -- --host ROKU_IP_ADDRESS --password ROKU_DEV_PASSWORD

Image