diff options
Diffstat (limited to 'config/config.py')
-rw-r--r-- | config/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.py b/config/config.py index a6edece..75130fd 100644 --- a/config/config.py +++ b/config/config.py | |||
@@ -25,6 +25,7 @@ FILES = {'ft_data' : 'ft.bin', | |||
25 | PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps | 25 | PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps |
26 | 'dur' : 'duration', # Duration of tests in run_exps | 26 | 'dur' : 'duration', # Duration of tests in run_exps |
27 | 'kernel' : 'uname', # Regex of required OS name in run_exps | 27 | 'kernel' : 'uname', # Regex of required OS name in run_exps |
28 | 'copts' : 'config-options', # Required kernel configuration options | ||
28 | 'cycles' : 'clock-frequency', # Frequency run_exps was run with | 29 | 'cycles' : 'clock-frequency', # Frequency run_exps was run with |
29 | 'tasks' : 'tasks', # Number of tasks | 30 | 'tasks' : 'tasks', # Number of tasks |
30 | 'trial' : 'trial' # For multiple exps with same config | 31 | 'trial' : 'trial' # For multiple exps with same config |