This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 2089597da1 Cleanup connector names in json
new 366587e51b Refactor absolute performance tests so they do not run by
default
new c9e9751622 Add additional comment to existing absolute performance
tests
new cc1a544498 Refactor so these relative performance tests generate
pass/fail results
new b655e6e4e6 Add additional comment to this relative performance test
new f7bea44391 Comment this absolute performance test with an upper limit
new e506ebe20a This test is very timing sensitive. Add some test specific
margins.
new bb1e1bbfed Update the docs for running the tests
new 3d31aab77e Don't test lazy vs full as they can be quite close
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
BUILDING.txt | 17 ++++++--
...a => TesterCompositeELResolverPerformance.java} | 6 ++-
.../jakarta/el/TesterImportHandlerPerformance.java | 4 ++
...ance.java => TesterHttpServletPerformance.java} | 6 +--
...esterScopedAttributeELResolverPerformance.java} | 6 ++-
.../TesterContainerProviderPerformance.java | 4 ++
.../TesterDigestAuthenticatorPerformance.java | 4 ++
.../connector/TestResponsePerformance.java | 8 +++-
...formance.java => TesterRequestPerformance.java} | 6 ++-
...> TesterApplicationHttpRequestPerformance.java} | 6 ++-
...> TesterDefaultInstanceManagerPerformance.java} | 9 +++--
.../catalina/mapper/TestMapperPerformance.java | 3 ++
... TesterAbstractFileResourceSetPerformance.java} | 6 ++-
.../apache/el/parser/TestELParserPerformance.java | 10 +++++
...e.java => TesterTagHandlerPoolPerformance.java} | 7 +++-
.../juli/TestOneLineFormatterPerformance.java | 31 +++++++++-----
...> TesterOneLineFormatterMillisPerformance.java} | 6 ++-
.../tomcat/unittest/TesterThreadedPerformance.java | 3 ++
.../apache/tomcat/util/bcel/TesterPerformance.java | 6 +++
.../util/buf/TestCharsetCachePerformance.java | 31 +++++++-------
.../tomcat/util/http/TesterCookiesPerformance.java | 4 ++
...va => TesterFastHttpDateFormatPerformance.java} | 6 ++-
.../util/http/TesterParametersPerformance.java | 4 ++
....java => TesterConnectionLimitPerformance.java} | 6 ++-
.../server/TestAsyncMessagesPerformance.java | 47 +++++++++++++++++-----
25 files changed, 190 insertions(+), 56 deletions(-)
rename test/jakarta/el/{TestCompositeELResolverPerformance.java =>
TesterCompositeELResolverPerformance.java} (88%)
rename test/jakarta/servlet/http/{TestHttpServletPerformance.java =>
TesterHttpServletPerformance.java} (90%)
rename
test/jakarta/servlet/jsp/el/{TestScopedAttributeELResolverPerformance.java =>
TesterScopedAttributeELResolverPerformance.java} (87%)
rename test/org/apache/catalina/connector/{TestRequestPerformance.java =>
TesterRequestPerformance.java} (87%)
rename
test/org/apache/catalina/core/{TestApplicationHttpRequestPerformance.java =>
TesterApplicationHttpRequestPerformance.java} (88%)
rename
test/org/apache/catalina/core/{TestDefaultInstanceManagerPerformance.java =>
TesterDefaultInstanceManagerPerformance.java} (92%)
rename
test/org/apache/catalina/webresources/{TestAbstractFileResourceSetPerformance.java
=> TesterAbstractFileResourceSetPerformance.java} (93%)
rename test/org/apache/jasper/runtime/{TestTagHandlerPoolPerformance.java =>
TesterTagHandlerPoolPerformance.java} (92%)
rename test/org/apache/juli/{TestOneLineFormatterMillisPerformance.java =>
TesterOneLineFormatterMillisPerformance.java} (92%)
rename
test/org/apache/tomcat/util/http/{TestFastHttpDateFormatPerformance.java =>
TesterFastHttpDateFormatPerformance.java} (89%)
rename test/org/apache/tomcat/websocket/{TestConnectionLimitPerformance.java
=> TesterConnectionLimitPerformance.java} (93%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]