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 f50e2ac commit 69c660cCopy full SHA for 69c660c
Performance/perf_runner.sh
@@ -351,6 +351,11 @@ echo
351
352
build_swift_packages "$script_dir/.." "ForWorkTree"
353
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
+
359
harness_swift="$script_dir/_generated/harness_swift"
360
results_trace="$script_dir/_results/$report_type (swift)"
361
display_results_trace="$results_trace"
0 commit comments