diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-08-22 10:35:35 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:09 -0500 |
commit | f85bc9eb9a932988bdab198f9da20c2fea55bac2 (patch) | |
tree | 277e761e04bad7b3aa647e9e403d9230bff2d7f7 /benchmark/proto/generate.sh | |
parent | e9788f71fb5a4be6bc69605539b0135f0ba1829a (diff) |
Add benchmarking tests for binary encoding (moved from cantranslator).
Diffstat (limited to 'benchmark/proto/generate.sh')
-rwxr-xr-x | benchmark/proto/generate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/proto/generate.sh b/benchmark/proto/generate.sh new file mode 100755 index 00000000..576b7b13 --- /dev/null +++ b/benchmark/proto/generate.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +protoc -I . --python_out=. openxc.proto |