diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-12-13 16:14:37 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-12-14 01:06:24 +0100 |
| commit | 0980de3da64e273a363dace79e56345bc4ed2dbc (patch) | |
| tree | 731e4790728176038c70cd6a409540182969f5b1 /src/globalvars.py | |
| parent | abc685736453ae866a7dd450a4ef4f30528f845f (diff) | |
| download | allocbench-0980de3da64e273a363dace79e56345bc4ed2dbc.tar.gz allocbench-0980de3da64e273a363dace79e56345bc4ed2dbc.zip | |
move allocbench_version to facter and make the facts a global variable of facter.py
Diffstat (limited to 'src/globalvars.py')
| -rw-r--r-- | src/globalvars.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globalvars.py b/src/globalvars.py index c1ec6b0..bcb722b 100644 --- a/src/globalvars.py +++ b/src/globalvars.py @@ -17,7 +17,6 @@ """Global variables for allocbench -facts: Dict holding facts about the current benchmark run verbosity: Verbosity level -1: quiet, 0: status, 1: info, 2: stdout of subcommands, 3: debug info allocators: Dict holding the allocators to compare benchmarks: List of available benchmarks @@ -35,8 +34,6 @@ import inspect import os -facts = {} - verbosity = 0 allocators = {} |
