Skip to content

Commit

Permalink
Merge pull request #1439 from buildtesters/add_docs
Browse files Browse the repository at this point in the history
docs on assert less than
  • Loading branch information
shahzebsiddiqui authored Apr 17, 2023
2 parents 5945658 + ca5e85e commit e22c689
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/writing_buildspecs/performance_checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ is compared with a reference value that can be useful when running performance c
- :ref:`assert_ge`
- :ref:`assert_gt`
- :ref:`assert_le`
- :ref:`assert_lt`
- :ref:`assert_eq`
- :ref:`assert_ne`
- :ref:`assert_range`
Expand Down Expand Up @@ -174,6 +175,18 @@ In this example, we perform a **<=** operation, this can be done via ``assert_le
:emphasize-lines: 37-46
:linenos:

.. _assert_lt:

Less Than
~~~~~~~~~~~

In this example, we perform a **<** operation, this can be done via ``assert_lt`` property

.. literalinclude:: ../tutorials/perf_checks/assert_lt.yml
:language: yaml
:emphasize-lines: 37-46
:linenos:

.. _assert_eq:

Assert Equal
Expand Down

0 comments on commit e22c689

Please sign in to comment.