This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 72430c2072 Add license
     new 0b72ad2b00 Refactor absolute performance tests so they do not run by 
default
     new 7a03eb4970 Add additional comment to existing absolute performance 
tests
     new 32a57904e4 Refactor so these relative performance tests generate 
pass/fail results
     new a574b5af78 Add additional comment to this relative performance test
     new 6be9e259d6 Comment this absolute performance test with an upper limit
     new 7a2352969b This test is very timing sensitive. Add some test specific 
margins.
     new 8e05a017af Update the docs for running the tests
     new d24302cb12 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to