160
edits
(Basic description of TestStandardURL microbenchmark tests) |
(Docs for PerfStrip tests suite) |
||
Line 1,366: | Line 1,366: | ||
TestStandardURL.NormalizePerfFails - Runs 20K x 5 iterations on nsStandardURL::NormalizeIPv4 on input that is not valid IPv4 | TestStandardURL.NormalizePerfFails - Runs 20K x 5 iterations on nsStandardURL::NormalizeIPv4 on input that is not valid IPv4 | ||
==== Possible regression causes ==== | |||
* None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | |||
=== PerfStrip Tests === | |||
* contact: :milan | |||
* source: https://dxr.mozilla.org/mozilla-central/source/xpcom/tests/gtest/TestStrings.cpp | |||
* type: Microbench | |||
* reporting: execution time in ms (lower is better) for 100k function calls | |||
* data: each test run and measured 5 times | |||
* summarization: | |||
PerfStripWhitespace - call StripWhitespace() on 5 different test cases 20k times (each) | |||
PerfStripCharsWhitespace - call StripChars("\f\t\r\n") on 5 different test cases 20k times (each) | |||
PerfStripCRLF - call StripCRLF() on 5 different test cases 20k times (each) | |||
PerfStripCharsCRLF() - call StripChars("\r\n") on 5 different test cases 20k times (each) | |||
==== Possible regression causes ==== | ==== Possible regression causes ==== | ||
* None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. |
edits