Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Koniew committed Aug 24, 2014
1 parent f32ace2 commit d14bf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is built with:

#### Configuration options

- **action** *Supplier\<Observable\<?\>\>* action to be tested. Execution time will be tested. Execution is measured from [subscription](https://github.com/ReactiveX/RxJava/wiki/Observable-Utility-Operators#doonsubscribe) to [completion](https://github.com/ReactiveX/RxJava/wiki/Observable-Utility-Operators#dooncompleted).
- **action** *[Supplier\<Observable\<?\>\>](http://download.java.net/lambda/b78/docs/api/java/util/function/Supplier.html)* action to be tested. Execution time will be tested. Execution is measured from [subscription](https://github.com/ReactiveX/RxJava/wiki/Observable-Utility-Operators#doonsubscribe) to [completion](https://github.com/ReactiveX/RxJava/wiki/Observable-Utility-Operators#dooncompleted).
- **threads** number of threads *action* will be executed simultaneously.
- **testTimeInSeconds** total time test will be run.
- **histogram** should generate histogram? (See example report).
Expand Down

0 comments on commit d14bf0b

Please sign in to comment.