Skip to content

Commit

Permalink
make test recipe a little more future proof :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 21, 2011
1 parent 3bdec34 commit 7e764ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

2.32 2011-11-21 00:00:00
2.32 2011-11-22 00:00:00
- Improved documentation.

2.31 2011-11-21 00:00:00
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -651,10 +651,10 @@ Don't you hate waiting for C<make test> to finally finish?
In newer Perl versions you can set the C<HARNESS_OPTIONS> environment
variable to take advantage of multiple cpu cores and run tests parallel.

$ HARNESS_OPTIONS=j5 make test
$ HARNESS_OPTIONS=j9 make test
...

The C<j5> allows 5 tests to run at the same time, which makes for example the
The C<j9> allows 9 tests to run at the same time, which makes for example the
L<Mojolicious> test suite finish 3 times as fast on a dual core laptop!

=head2 Adding commands to Mojolicious
Expand Down

0 comments on commit 7e764ad

Please sign in to comment.