From 59328f906cc03dad8c8324028b0ce1366cdc2565 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 15 Feb 2019 15:24:10 +0100 Subject: update loop description --- src/loop.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/loop.py b/src/loop.py index 0a30f6b..7e23cd7 100644 --- a/src/loop.py +++ b/src/loop.py @@ -6,9 +6,8 @@ from src.benchmark import Benchmark class Benchmark_Loop(Benchmark): def __init__(self): self.name = "loop" - self.descrition = """This benchmark makes n allocations in t concurrent - threads. How allocations are freed can be changed - with the benchmark version""", + self.descrition = """This benchmark allocates and frees n blocks in t concurrent + threads.""" self.cmd = "loop{binary_suffix} {nthreads} 1000000 {maxsize}" -- cgit v1.2.3