Skip to content

Commit 6c8e8b0

Browse files
committed
docs: fix section title marks
1 parent 8725d38 commit 6c8e8b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/testing/benchmark.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ sending the output to the user, enabling a very accurate timing of the entire sy
1414
:local:
1515
:depth: 2
1616

17-
===============
17+
***************
1818
Using the Timer
19-
===============
19+
***************
2020

2121
With the Timer, you can measure the time between two moments in the execution of your application. This makes
2222
it simple to measure the performance of different aspects of your application. All measurement is done using
@@ -63,9 +63,9 @@ the timer to display. The second is the number of decimal places to display. Thi
6363

6464
.. literalinclude:: benchmark/006.php
6565

66-
==================
66+
******************
6767
Using the Iterator
68-
==================
68+
******************
6969

7070
The Iterator is a simple tool that is designed to allow you to try out multiple variations on a solution to
7171
see the speed differences and different memory usage patterns. You can add any number of "tasks" for it to

0 commit comments

Comments
 (0)