Skip to content

Commit

Permalink
doc: fix cli for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed Dec 4, 2017
1 parent 5147327 commit e57df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ You can also try to execute the `instrumentation` plugin the same way,
which will measure the time taken by every block to compute, useful to
detect bottlenecks::

blocks.py -f wordcount.yml -p debug -p instrumentation
blocks.py -f wordcount.yml -p debug instrumentation

Unsurprisingly, the `cat` block should be the slowest, because it
requires to read a file on disk.

0 comments on commit e57df2e

Please sign in to comment.