mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 00:19:19 +01:00
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
![]() |
#!/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
|