This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 5d417cc4da4b60e19aa8f38cdd86e1a7fc0b338e 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 d4f2a10037..f748854fce 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -579,7 +579,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]
