Skip to content

Commit

Permalink
Added some more whitespace, code example not rendered correctly and a…
Browse files Browse the repository at this point in the history
…dded TOC
  • Loading branch information
jonasbn committed Jan 24, 2017
1 parent 64cabbe commit 628fbd4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@

<!-- MarkdownTOC autoanchor=false -->

- [NAME](#name)
- [VERSION](#version)
- [SYNOPSIS](#synopsis)
- [DESCRIPTION](#description)
- [EXPORT](#export)
- [SUBROUTINES/METHODS](#subroutinesmethods)
- [time\_ok](#time\ok)
- [time\_nok](#time\nok)
- [time\_atmost](#time\atmost)
- [time\_atleast](#time\atleast)
- [time\_between](#time\between)
- [PRIVATE FUNCTIONS](#private-functions)
- [\_runtest](#\runtest)
- [\_runtest\_atleast](#\runtest\atleast)
- [\_benchmark](#\benchmark)
- [\_timestring2time](#\timestring2time)
- [import](#import)
- [DIAGNOSTICS](#diagnostics)
- [CONFIGURATION AND ENVIRONMENT](#configuration-and-environment)
- [DEPENDENCIES](#dependencies)
- [INCOMPATIBILITIES](#incompatibilities)
- [BUGS AND LIMITATIONS](#bugs-and-limitations)
- [TEST AND QUALITY](#test-and-quality)
- [CONTINUOUS INTEGRATION](#continuous-integration)
- [SEE ALSO](#see-also)
- [ISSUE REPORTING](#issue-reporting)
- [SUPPORT](#support)
- [DEVELOPMENT](#development)
- [AUTHOR](#author)
- [ACKNOWLEDGEMENTS](#acknowledgements)
- [LICENSE AND COPYRIGHT](#license-and-copyright)

<!-- /MarkdownTOC -->

# NAME
Expand Down Expand Up @@ -71,6 +103,7 @@ Takes the following parameters:
- a threshold specified as a integer indicating a number of seconds
- a string specifying a test name


time_ok( sub { doYourStuffButBeQuickAboutIt(); }, 1, 'threshold of one second');

If the execution of the code exceeds the threshold the test fails
Expand Down

0 comments on commit 628fbd4

Please sign in to comment.