We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523e77a commit d27f960Copy full SHA for d27f960
Performance/perf_runner.sh
@@ -46,7 +46,7 @@ readonly script_dir=`pwd`
46
# Change this if your checkout of github.com/protocolbuffers/protobuf is in a
47
# different location.
48
readonly GOOGLE_PROTOBUF_CHECKOUT=${GOOGLE_PROTOBUF_CHECKOUT:-"$script_dir/../../protobuf"}
49
-readonly PROTOC=${PROTOC:-"${GOOGLE_PROTOBUF_CHECKOUT}/src/protoc"}
+readonly PROTOC=${PROTOC:-"${GOOGLE_PROTOBUF_CHECKOUT}/protoc"}
50
51
function usage() {
52
cat >&2 <<EOF
0 commit comments