Goktug Gokdogan has uploaded a new change for review.

  https://gwt-review.googlesource.com/1900


Change subject: Deprecates com.google.gwt.benchmark.*.
......................................................................

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 enviroment soon
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
---
M user/src/com/google/gwt/benchmarks/BenchmarkShell.java
M user/src/com/google/gwt/benchmarks/client/Benchmark.java
2 files changed, 2 insertions(+), 0 deletions(-)



diff --git a/user/src/com/google/gwt/benchmarks/BenchmarkShell.java b/user/src/com/google/gwt/benchmarks/BenchmarkShell.java
index 1607464..f886aba 100644
--- a/user/src/com/google/gwt/benchmarks/BenchmarkShell.java
+++ b/user/src/com/google/gwt/benchmarks/BenchmarkShell.java
@@ -31,6 +31,7 @@
  *
  * @see JUnitShell
  */
+@Deprecated
 public class BenchmarkShell {

   /**
diff --git a/user/src/com/google/gwt/benchmarks/client/Benchmark.java b/user/src/com/google/gwt/benchmarks/client/Benchmark.java
index b0b2db6..33bfc41 100644
--- a/user/src/com/google/gwt/benchmarks/client/Benchmark.java
+++ b/user/src/com/google/gwt/benchmarks/client/Benchmark.java
@@ -93,6 +93,7 @@
  *
  * {@example com.google.gwt.examples.benchmarks.ArrayListBenchmark}
  */
+@Deprecated
 public abstract class Benchmark extends GWTTestCase {

   /**

--
To view, visit https://gwt-review.googlesource.com/1900
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51fe1c9e73e39df745e71bf1fbf459fd6cc78f7f
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Goktug Gokdogan <gok...@google.com>

--
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to