diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-05 19:28:26 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-05 19:28:26 +0100 |
| commit | 639cfeb56d8c2928d820e6a3fa4cd86a2f2acb53 (patch) | |
| tree | 49e93bced2c034c67deaaefd7631f495844540e7 /src/globalvars.py | |
| parent | b32c14b548e1e0476a4ba5ad5da2c504f3cdd4d9 (diff) | |
| download | allocbench-639cfeb56d8c2928d820e6a3fa4cd86a2f2acb53.tar.gz allocbench-639cfeb56d8c2928d820e6a3fa4cd86a2f2acb53.zip | |
rework rebuild mechanism to use timestamps instead of pickle strings
Diffstat (limited to 'src/globalvars.py')
| -rw-r--r-- | src/globalvars.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/globalvars.py b/src/globalvars.py index 1949816..afc8bf6 100644 --- a/src/globalvars.py +++ b/src/globalvars.py @@ -1 +1,3 @@ -verbosity = 0
\ No newline at end of file +verbosity = 0 + +allocators_file = None |
