diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-07-01 13:45:06 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-07-01 13:45:06 +0200 |
| commit | 51310acce858b34b8131c560cb430d86cd7624b4 (patch) | |
| tree | 0a71daf1c49cd583092fb367b58ce82e02147b47 /src/allocators/hoard.py | |
| parent | 589f45bd6e4058658ed0c86b7387802ee0be37d8 (diff) | |
| download | allocbench-51310acce858b34b8131c560cb430d86cd7624b4.tar.gz allocbench-51310acce858b34b8131c560cb430d86cd7624b4.zip | |
add default colors to included allocators
Diffstat (limited to 'src/allocators/hoard.py')
| -rw-r--r-- | src/allocators/hoard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/hoard.py b/src/allocators/hoard.py index ded28e4..d3c42de 100644 --- a/src/allocators/hoard.py +++ b/src/allocators/hoard.py @@ -19,4 +19,4 @@ class Hoard (src.allocator.Allocator): super().__init__(name, **kwargs) -hoard = Hoard("Hoard") +hoard = Hoard("Hoard", color="xkcd:brown") |
