diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-01-08 17:34:14 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-01-08 17:34:14 +0900 |
| commit | d76093b148c1082a1465041263810595f3fd5b3b (patch) | |
| tree | 136328cc3e4a877445d7bebbb8898e78fd812fe3 /java/test/README | |
| parent | 7873e41e00d3edc9cef567762c1e44a1627cab15 (diff) | |
| download | msgpack-python-d76093b148c1082a1465041263810595f3fd5b3b.tar.gz | |
import MessagePack for Java
Diffstat (limited to 'java/test/README')
| -rw-r--r-- | java/test/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/test/README b/java/test/README new file mode 100644 index 0000000..4e16454 --- /dev/null +++ b/java/test/README @@ -0,0 +1,7 @@ +#!/bin/sh +svn checkout -r114 http://thrift-protobuf-compare.googlecode.com/svn/trunk/ thrift-protobuf-compare-base +cp -rf thrift-protobuf-compare/tpc thrift-protobuf-compare-base +cp ../dist/msgpack.jar thrift-protobuf-compare-base/tpc/lib/ +cd thrift-protobuf-compare-base/tpc/ +ant compile +./run-benchmark.sh |
