Skip to content

Commit

Permalink
Merge pull request #19 from scalar-labs/fix/update_doc
Browse files Browse the repository at this point in the history
update doc
  • Loading branch information
feeblefakie authored Jul 13, 2020
2 parents febd709 + 1abce12 commit e7b68d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public final void execute() {
* Execute an operation. This method is invoked repeatedly in {@link #execute()} by {@code
* num_operations}. If a failure which you don't want to record its latency happens, this method
* should throw an exception. The exception will be caught in {@link #execute()}.
*
* @throws Exception This exception will be caught in {@link #execute()}
*/
protected abstract void executeEach() throws Exception;
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public final void execute() {
* Execute an operation. This method is invoked repeatedly in {@link #execute()} for {@code
* run_for_sec}. If a failure which you don't want to record its latency happens, this method
* should throw an exception. The exception will be caught in {@link #execute()}.
*
* @throws Exception This exception will be caught in {@link #execute()}
*/
protected abstract void executeEach() throws Exception;
}

0 comments on commit e7b68d7

Please sign in to comment.