btt_plot.py: Use sum() instead of open-coding it to compute list average
authorVincent Legoll <vincent.legoll@gmail.com>
Fri, 20 Mar 2020 21:44:50 +0000 (22:44 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 20 Mar 2020 21:53:50 +0000 (15:53 -0600)
commit86c6ec280c38df9a68a2061eed2ec659e0a0f7c7
treec6ee4b4bab421a7a909a4db10f6776a820bb4600
parentf4f8ef7cdea138cfaa2f3ca0ee31fa23d3bcf1cc
btt_plot.py: Use sum() instead of open-coding it to compute list average

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
btt/btt_plot.py