Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#3082 from yingxia2020:add_no_p…
Browse files Browse the repository at this point in the history
…roxy

PiperOrigin-RevId: 388821775
  • Loading branch information
copybara-github committed Aug 5, 2021
2 parents c0b1fe8 + a75f0ae commit 66ac33c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@
- Added --ycsb_fail_on_incomplete_loading flag to allow the test to fail fast
in the case of table loading failures.
- Enable the aggregation for "Return=NOT_FOUND" errors.
- Added no_proxy flag for proxy settings
3 changes: 3 additions & 0 deletions perfkitbenchmarker/pkb.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ def GetCurrentUser():
flags.DEFINE_string('ftp_proxy', '',
'Specify a proxy for FTP in the form '
'[user:passwd@]proxy.server:port.')
flags.DEFINE_string('no_proxy', '',
'Specify host(s) to exclude from proxy, e.g. '
'--no_proxy=localhost,.example.com,192.168.0.1')
flags.DEFINE_bool('randomize_run_order', False,
'When running with more than one benchmarks, '
'randomize order of the benchmarks.')
Expand Down

0 comments on commit 66ac33c

Please sign in to comment.