Skip to content

Commit

Permalink
removed testing hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 26, 2012
1 parent cce6448 commit e693509
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1021,18 +1021,6 @@ choice.

Fun hacks you might not use very often but that might come in handy some day.

=head2 Faster tests

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=j9 make test
...

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

By now you've propably used many of the built-in commands described in
Expand Down

0 comments on commit e693509

Please sign in to comment.