diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-09-18 07:48:30 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-09-18 07:48:30 +0000 |
commit | 7e5a7b84418a27b828c0b8ef10ddf8162df15cda (patch) | |
tree | 1717c0e954a30e074162505ec8ec5371768239c5 /src/ats-tests | |
parent | ac8e69c86c9997e4ddd6afa1f9d01ffdaab74165 (diff) |
new config files
Diffstat (limited to 'src/ats-tests')
-rw-r--r-- | src/ats-tests/perf_ats_mlp_none.conf | 4 | ||||
-rw-r--r-- | src/ats-tests/perf_ats_proportional_none.conf | 4 | ||||
-rw-r--r-- | src/ats-tests/perf_ats_ril_none.conf | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/src/ats-tests/perf_ats_mlp_none.conf b/src/ats-tests/perf_ats_mlp_none.conf new file mode 100644 index 0000000000..175521c87a --- /dev/null +++ b/src/ats-tests/perf_ats_mlp_none.conf @@ -0,0 +1,4 @@ +@INLINE@ template_perf_ats.conf + +[ats] +MODE = MLP
\ No newline at end of file diff --git a/src/ats-tests/perf_ats_proportional_none.conf b/src/ats-tests/perf_ats_proportional_none.conf new file mode 100644 index 0000000000..dc2f47313d --- /dev/null +++ b/src/ats-tests/perf_ats_proportional_none.conf @@ -0,0 +1,4 @@ +@INLINE@ template_perf_ats.conf + +[ats] +MODE = PROPORTIONAL diff --git a/src/ats-tests/perf_ats_ril_none.conf b/src/ats-tests/perf_ats_ril_none.conf new file mode 100644 index 0000000000..14eb9f68de --- /dev/null +++ b/src/ats-tests/perf_ats_ril_none.conf @@ -0,0 +1,4 @@ +@INLINE@ template_perf_ats.conf + +[ats] +MODE = RIL
\ No newline at end of file |