Skip to content

Commit

Permalink
Fix whitespace [av skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Apr 23, 2015
1 parent d1c1cc7 commit c56c03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/performance-tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following example illustrates good working style::
julia> @time f(1)
elapsed time: 0.004710563 seconds (93504 bytes allocated)
0.5

julia> @time f(10^6)
elapsed time: 0.04123202 seconds (32002136 bytes allocated)
2.5000025e11
Expand All @@ -92,7 +92,7 @@ an order of magnitude faster execution after the first call::
julia> @time f_improved(1) # first call
elapsed time: 0.003702172 seconds (78944 bytes allocated)
0.5

julia> @time f_improved(10^6)
elapsed time: 0.004313644 seconds (112 bytes allocated)
2.5000025e11
Expand Down

0 comments on commit c56c03f

Please sign in to comment.