MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / generate

Function generate

benchmarks/src/postprocessing/overview.py:299–307  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

297 return
298
299 def generate(f):
300 print("Grouped by workload:", file=f)
301 two_level_summary(df, groupby_workload, groupby_environment, f)
302
303 print("Grouped by environment:", file=f)
304 two_level_summary(df, groupby_environment, groupby_workload, f, print_total=True)
305
306 print("Grouped by benchmark:", file=f)
307 summary_by_benchmark(df, f)
308
309 if isinstance(file, (str, Path)):
310 ensure_directory(file.parent)

Callers 7

generate_keyFunction · 0.85
generate_completionFunction · 0.85
test_auth_okFunction · 0.85
test_auth_different_keysFunction · 0.85
test_auth_and_no_authFunction · 0.85
test_mirror_attackFunction · 0.85
generate_summary_textFunction · 0.85

Calls 2

two_level_summaryFunction · 0.85
summary_by_benchmarkFunction · 0.85

Tested by 4

test_auth_okFunction · 0.68
test_auth_different_keysFunction · 0.68
test_auth_and_no_authFunction · 0.68
test_mirror_attackFunction · 0.68