Skip to content

Commit 4123693

Browse files
Deprecates com.google.gwt.benchmark.*.
This didn't get enough adaption externally or internally. The way it's implemented requires special support from GWTTestCase infrastructure. Also, we are not going have an environment to automate benchmarks written on this any time soon. If there is enough demand later, parts of this code can be resurrected to build a new benchmark system. Change-Id: I51fe1c9e73e39df745e71bf1fbf459fd6cc78f7f Review-Link: https://gwt-review.googlesource.com/#/c/1900/ Review by: [email protected] git-svn-id: http://google-web-toolkit.googlecode.com/svn/trunk@11508 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 parent 4804fd2 commit 4123693

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

user/src/com/google/gwt/benchmarks/BenchmarkShell.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
* This class is responsible for hosting BenchMarks test case execution.
3131
*
3232
* @see JUnitShell
33+
* @deprecated This class is scheduled to be removed in the next GWT release.
3334
*/
35+
@Deprecated
3436
public class BenchmarkShell {
3537

3638
/**

user/src/com/google/gwt/benchmarks/client/Benchmark.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@
9292
* test methods, parameterized test methods, and time limits.
9393
*
9494
* {@example com.google.gwt.examples.benchmarks.ArrayListBenchmark}
95+
*
96+
* @deprecated This class is scheduled to be removed in the next GWT release.
9597
*/
98+
@Deprecated
9699
public abstract class Benchmark extends GWTTestCase {
97100

98101
/**

0 commit comments

Comments
 (0)