svn commit: r786631 - /tomcat/trunk/test/org/apache/catalina/valves/Benchmarks.java

2009-06-19 Thread kkolinko
Author: kkolinko Date: Fri Jun 19 18:57:59 2009 New Revision: 786631 URL: http://svn.apache.org/viewvc?rev=786631view=rev Log: Add two more implementations for the second test. a) using a single ThreadLocal instead of multiple ones b) also using StringBuilder instead of StringBuffer Also,

Re: svn commit: r786631 - /tomcat/trunk/test/org/apache/catalina/valves/Benchmarks.java

2009-06-19 Thread sebb
On 19/06/2009, kkoli...@apache.org kkoli...@apache.org wrote: Author: kkolinko Date: Fri Jun 19 18:57:59 2009 New Revision: 786631 URL: http://svn.apache.org/viewvc?rev=786631view=rev Log: Add two more implementations for the second test. a) using a single ThreadLocal instead of