Skip to content

Commit

Permalink
test: fix perf test with broken API usage (#1363)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
junr03 authored and jpsim committed Nov 28, 2022
1 parent 3104fa3 commit 2bcf617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/test/performance/test_binary_size.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// This binary is used to perform stripped down binary size investigations of the Envoy codebase.
// Please refer to the development docs for more information:
// https://envoy-mobile.github.io/docs/envoy-mobile/latest/development/performance/binary_size.html
int main() { return run_engine(0, {}, nullptr, nullptr); }
int main() { return run_engine(0, {}, {}, nullptr, nullptr); }

0 comments on commit 2bcf617

Please sign in to comment.