diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-10-01 16:56:35 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:09 -0500 |
commit | 11ca9d9f43e7e741b3138a06a6c6ab34be436dd8 (patch) | |
tree | 3fd73cb940e34998666917b4cb1593d2e432eefd /benchmark | |
parent | d356b057aa38ea088cedfe26f562b981171239fc (diff) |
Add generated protobuf implementations.
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/pip-requirements.txt | 1 | ||||
-rwxr-xr-x | benchmark/proto/generate.sh | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/benchmark/pip-requirements.txt b/benchmark/pip-requirements.txt deleted file mode 100644 index 7f147d9..0000000 --- a/benchmark/pip-requirements.txt +++ /dev/null @@ -1 +0,0 @@ -protobuf==2.5.0 diff --git a/benchmark/proto/generate.sh b/benchmark/proto/generate.sh deleted file mode 100755 index 09400a3..0000000 --- a/benchmark/proto/generate.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -protoc -I ../.. --python_out=. ../../openxc.proto |