Here:

---

I've added this test to GAE TCK:
https://github.com/GoogleCloudPlatform/appengine-tck/blob/master/core/benchmark/src/test/java/com/google/appengine/tck/benchmark/ObjectifyBenchmarkTest.java

You need CapeDwarf 2.0.0.CR2:
http://capedwarf.org/downloads/

And clone GAE TCK:
https://github.com/GoogleCloudPlatform/appengine-tck

Run CapeDwarf:
https://github.com/capedwarf/capedwarf-blue/blob/master/README.md (see (5))

Then run the ObjectifyBenchmarkTest:
* cd <GAE_TCK_HOME>
* mvn clean install
* cd core/benchmark
* mvn clean install -Pcapedwarf,benchmark

Ping me for any issues.

Thanks!

-Ales

On 03 Jun 2014, at 17:40, Sanne Grinovero <sanne@infinispan.org> wrote:

Hi Ales,
I don't have CD installed anymore but will try it out. Do you have
some pointers to set up and run this benchmark?

Sanne