diff options
Diffstat (limited to 'src')
| -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 |
