Skip to content

Commit 69c660c

Browse files
committed
Restore the protoc incantation for the working tree
1 parent f50e2ac commit 69c660c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Performance/perf_runner.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ echo
351351

352352
build_swift_packages "$script_dir/.." "ForWorkTree"
353353

354+
${PROTOC} --plugin="$script_dir/../.build/release/protoc-gen-swift" \
355+
--swift_out=FileNaming=DropPath:"$GIT_WORKTREE/Performance/_generated" \
356+
--proto_path=`dirname $gen_message_path` \
357+
"$gen_message_path"
358+
354359
harness_swift="$script_dir/_generated/harness_swift"
355360
results_trace="$script_dir/_results/$report_type (swift)"
356361
display_results_trace="$results_trace"

0 commit comments

Comments
 (0)