This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 1ad0a9c0e8418346b866f122d5206a62c8d9b37c Author: Dimitris Soumis <[email protected]> AuthorDate: Tue Mar 24 13:26:29 2026 +0200 Fix naming convention of performance tests in BUILDING.txt --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 5043c0a469..775c7efb28 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -580,7 +580,7 @@ NOTE: Cobertura is licensed under GPL v2 with parts of it being under Where there is no benefit in running an absolute performance test as part of a standard test run, the test will be excluded by naming it - Tester*Performance.java. + Test*Performance.java. The relative tests are included as part of a standard test run however, where the assumptions made about host capabilities are not true (e.g. on --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
