diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-06 13:48:50 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-06 13:48:50 +0100 |
| commit | 10b5cf36b30f3aefdf441a8b62f96218294c5fdc (patch) | |
| tree | e0a89f7b75dad0c12a447ccf0f59c391199cc575 /src/globalvars.py | |
| parent | 8fde3923932fa55979661572b82ffd25b1c33f87 (diff) | |
| download | allocbench-10b5cf36b30f3aefdf441a8b62f96218294c5fdc.tar.gz allocbench-10b5cf36b30f3aefdf441a8b62f96218294c5fdc.zip | |
save facts and rstore them on load
Diffstat (limited to 'src/globalvars.py')
| -rw-r--r-- | src/globalvars.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globalvars.py b/src/globalvars.py index 0dcfd2c..c897786 100644 --- a/src/globalvars.py +++ b/src/globalvars.py @@ -15,3 +15,6 @@ allocators_file = None """Path of the build directory""" builddir = os.path.join(os.getcwd(), "build") + +"""Directory were the benchmark results are stored""" +resdir = None |
