diff --git a/eval.py b/eval.py index b445edaf3c25b7076bafb2518903ec369a82a12c..589596f89a65e8b2af0c3c420a5c10d581723080 100755 --- a/eval.py +++ b/eval.py @@ -207,6 +207,12 @@ EMPER_FLAVORS = { 'meson_options': '-Dio_cq_lock_implementation=mutex', 'server_cmd_suffix': '100' }, + 'simple-arch': { + 'meson_options': '-Dio_single_uring=true', + }, + 'simple-arch-try-syscall': { + 'meson_options': '-Dio_single_uring=true -Dio_try_syscall=true', + }, 'first': { 'checkout': EMPER_FIRST_CHECKOUT, 'patches': ['fix_free_vs_delete.patch', 'wakeup-condvar.patch'],