This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 766ea5e69445c43a02c79005e2f8337937561486 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 0159b6803a..c5a285533c 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -570,7 +570,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]
