aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar Aaron Patterson <aaron.patterson@gmail.com>2018-09-17 15:32:57 -0700
committerGravatar Aaron Patterson <aaron.patterson@gmail.com>2018-09-17 15:32:57 -0700
commitd374ee9a4f2bf6945f296fe9894aecbbed496f45 (patch)
treef221b47687ad6269f60f0b15f666827e10532d48 /tools/run_tests/run_performance_tests.py
parent14610176e3b34e0459b84e8e8d7e6f9e4ea0fa29 (diff)
Switch to `send` instead of `method(...).call`
This commit switches `method(...).call` to `send`. The call sites I changed were all immediately calling `call` on the method object, then throwing the method object away. Using `send` should be equivalent and will not allocate the intermediate `method` object.
Diffstat (limited to 'tools/run_tests/run_performance_tests.py')
0 files changed, 0 insertions, 0 deletions