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
d67434e2
Commit
d67434e2
authored
Nov 22, 2021
by
Florian Fischer
Browse files
emper/bench.py: make format
parent
a0a6a204
Pipeline
#72492
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bench/emper.py
View file @
d67434e2
...
...
@@ -97,13 +97,17 @@ FLAVORS: Flavors = {
'meson_options'
:
'-Dio_stealing=true -Dworker_sleep_strategy=pipe'
,
},
'io-stealing-pipe-lockless'
:
{
'meson_options'
:
'-Dio_stealing=true -Dworker_sleep_strategy=pipe -Dio_lockless_cq=true'
,
'meson_options'
:
'-Dio_stealing=true -Dworker_sleep_strategy=pipe -Dio_lockless_cq=true'
,
},
'io-stealing-pipe-no-comp'
:
{
'meson_options'
:
'-Dio_stealing=true -Dworker_sleep_strategy=pipe -Dio_completer_behavior=none'
,
'meson_options'
:
'-Dio_stealing=true -Dworker_sleep_strategy=pipe -Dio_completer_behavior=none'
,
},
'io-stealing-pipe-no-comp-lockless'
:
{
'meson_options'
:
(
'-Dio_stealing=true -Dworker_sleep_strategy=pipe'
'-Dio_completer_behavior=none -Dio_lockless_cq=false'
),
'meson_options'
:
(
'-Dio_stealing=true -Dworker_sleep_strategy=pipe'
'-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