aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/realloc.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-12-11 21:31:38 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-12-11 21:43:33 +0100
commitc9d168d6d45d57304c7dcbe4c5cbaf949385764c (patch)
tree6a73e1c5dddb2c9a74f8c1582a535fa8ca046b81 /src/benchmarks/realloc.py
parent372a5366458c88a3571b4b7a19db538bbf947c3d (diff)
downloadallocbench-c9d168d6d45d57304c7dcbe4c5cbaf949385764c.tar.gz
allocbench-c9d168d6d45d57304c7dcbe4c5cbaf949385764c.zip
fmt benchmark definitions with yapf
Diffstat (limited to 'src/benchmarks/realloc.py')
-rw-r--r--src/benchmarks/realloc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py
index ca954d0..952913f 100644
--- a/src/benchmarks/realloc.py
+++ b/src/benchmarks/realloc.py
@@ -14,7 +14,6 @@
#
# You should have received a copy of the GNU General Public License
# along with allocbench. If not, see <http://www.gnu.org/licenses/>.
-
"""Definition of the realloc micro benchmark"""
from src.benchmark import Benchmark