Skip to content
Snippets Groups Projects
Commit 77b2d1dd authored by Florian Fischer's avatar Florian Fischer
Browse files

use bumpptr in loop benchmark

parent f0d35eb3
Branches
No related tags found
No related merge requests found
from src.allocator import bumpptr
from src.benchmark import Benchmark from src.benchmark import Benchmark
...@@ -15,6 +16,9 @@ class Benchmark_Loop(Benchmark): ...@@ -15,6 +16,9 @@ class Benchmark_Loop(Benchmark):
self.requirements = ["loop"] self.requirements = ["loop"]
super().__init__() super().__init__()
# add bumpptr alloc
self.allocators["bumpptr"] = bumpptr.build()
def summary(self): def summary(self):
# Speed # Speed
self.plot_fixed_arg("perm.nthreads / ({task-clock}/1000)", self.plot_fixed_arg("perm.nthreads / ({task-clock}/1000)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment