Updated readme to include run command with and without ignoreWatts
This commit is contained in:
parent
f548f06f2d
commit
57b2756fc6
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ How to run (Use the --help option to get information about other command-line op
|
||||||
|
|
||||||
`./electron -workload <workload json>`
|
`./electron -workload <workload json>`
|
||||||
|
|
||||||
|
To run electron with ignoreWatts, run the following command,
|
||||||
|
|
||||||
|
`./electron -workload <workload json> -ignoreWatts`
|
||||||
|
|
||||||
|
|
||||||
Workload schema:
|
Workload schema:
|
||||||
|
|
||||||
|
|
Reference in a new issue