Skip to content
Snippets Groups Projects
Commit aebdcd75 authored by Florian Fischer's avatar Florian Fischer
Browse files

add no-sleep emper variant and move baseline benchmarks

parent 09b9b19c
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,18 @@ EMPER_ROOT = ROOT_DIR / 'emper'
ARTIFACT_DESC = subprocess.check_output(
'git describe --dirty --always'.split(), cwd=ROOT_DIR, text=True)[:-1]
TARGETS = {}
EMPER_VARIANTS = {
TARGETS = {
'baseline': {
'cmd': f'{EMPER_ROOT}/build-vanilla/eval/io_latency --data baseline'
},
'iouring': {
'cmd': f'{EMPER_ROOT}/build-vanilla/eval/io_latency --data iouring'
},
}
EMPER_VARIANTS = {
'vanilla': {},
'no-sleep': {},
'pipe': {},
'pipe-no-hint': {},
'pipe-no-completer': {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment