mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
7 lines
308 B
Bash
7 lines
308 B
Bash
#!/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
|