commit | de92d8f394c49dc13386c1e289cc907c44144129 | [log] [tgz] |
---|---|---|
author | Mark Hansen <markhansen@google.com> | Mon Aug 30 01:40:45 2021 +0000 |
committer | Mark Hansen <markhansen@google.com> | Mon Aug 30 01:42:34 2021 +0000 |
tree | ae99e99915cda7532fe1f01ae02db2764e553e15 | |
parent | 55c3b615d6cb879c72e964546006f42a2d6e428b [diff] |
Fix: stop rounding off perf times at the second boundary This broke during the python2 to python3 migration where the definition of division changed. Now / is floating point division and // is flooring division. Change-Id: I769b52ada12bb999c1c5032cd2899abc644a3f0a BUG=198098440