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
3f98eb02
Commit
3f98eb02
authored
Nov 22, 2021
by
Florian Fischer
Browse files
bench/emper.py: remove and fix some io-stealing variants
parent
d67434e2
Pipeline
#72518
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bench/emper.py
View file @
3f98eb02
...
...
@@ -86,10 +86,6 @@ FLAVORS: Flavors = {
'io-stealing'
:
{
'meson_options'
:
'-Dio_stealing=true'
,
},
'io-stealing-hard-lock'
:
{
'meson_options'
:
'-Dio_stealing=true'
,
'patches'
:
[
'hard-cq-lock.patch'
],
},
'io-stealing-lockless'
:
{
'meson_options'
:
'-Dio_stealing=true -Dio_lockless_cq=true'
,
},
...
...
@@ -107,7 +103,7 @@ FLAVORS: Flavors = {
'io-stealing-pipe-no-comp-lockless'
:
{
'meson_options'
:
(
'-Dio_stealing=true -Dworker_sleep_strategy=pipe'
'-Dio_completer_behavior=none -Dio_lockless_cq=false'
),
'
-Dio_completer_behavior=none -Dio_lockless_cq=false'
),
},
'no-stats'
:
{
'meson_options'
:
'-Dstats=False'
...
...
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