mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
8 lines
322 B
Bash
8 lines
322 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 ../target/msgpack*.jar thrift-protobuf-compare-base/tpc/lib/msgpack.jar
|
|
cd thrift-protobuf-compare-base/tpc/
|
|
ant compile
|
|
./run-benchmark.sh
|