Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
af0aeef8
Commit
af0aeef8
authored
Aug 23, 2021
by
Florian Fischer
Browse files
[eval.py] add simple architecture variants
parent
08d79646
Pipeline
#67393
failed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
eval.py
View file @
af0aeef8
...
...
@@ -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'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment