aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-10 18:24:37 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-10 18:24:37 +0200
commitf03f91596267d96b3d16973d04f7f9426fd6fbe6 (patch)
tree08232339c7e635872bfa8bcec4fc3e9b37544455
parentca4de66821b097dc6a43c0384f75a7ab5a292be1 (diff)
downloadallocbench-f03f91596267d96b3d16973d04f7f9426fd6fbe6.tar.gz
allocbench-f03f91596267d96b3d16973d04f7f9426fd6fbe6.zip
[speedymalloc] bump version
-rw-r--r--allocbench/allocators/speedymalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/allocators/speedymalloc.py b/allocbench/allocators/speedymalloc.py
index fc3e27e..a23a98e 100644
--- a/allocbench/allocators/speedymalloc.py
+++ b/allocbench/allocators/speedymalloc.py
@@ -24,7 +24,7 @@ memory in speeds favor. Memory is mmapped per thread and never freed.
from allocbench.artifact import GitArtifact
from allocbench.allocator import Allocator
-VERSION = "b685e17ef0181e1164b61c4a159e4ee0b45b2b1f"
+VERSION = "65312883f5e0a35b66b45824d581d72338ac5a05"
class Speedymalloc(Allocator):