Commit 561b2a02 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: disable checkpointing for memcache exp

parent a1025960
...@@ -77,7 +77,7 @@ for host_type in host_types: ...@@ -77,7 +77,7 @@ for host_type in host_types:
host_class = qemu_timing host_class = qemu_timing
elif host_type == 'gem5': elif host_type == 'gem5':
host_class = sim.Gem5Host host_class = sim.Gem5Host
e.checkpoint = True e.checkpoint = False
else: else:
raise NameError(host_type) raise NameError(host_type)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment