Skip to content

Commit c5d7d2c

Browse files
committed
Use the SwiftProtobuf library from the branch being tested
1 parent ca8f10b commit c5d7d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Performance/perf_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ EOF
123123

124124
echo "Running $language test harness alone..."
125125
sleep 3
126-
DYLD_LIBRARY_PATH="$script_dir/_generated" "$harness" "$partial_results"
126+
DYLD_LIBRARY_PATH=`dirname $harness` "$harness" "$partial_results"
127127
sleep 3
128128

129129
cp "$harness" "${harness}_stripped"

0 commit comments

Comments
 (0)