MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / main

Function main

benchmarking/vllm/collect_results.py:114–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113
114def main():
115 results_dir = Path(sys.argv[1])
116
117 print_summary(results_dir)
118 for variant_key, _ in VARIANTS:
119 variant_dir = results_dir / variant_key
120 if not variant_dir.exists():
121 continue
122 print()
123 print_per_run(results_dir, variant_key)
124
125
126if __name__ == "__main__":

Callers 1

collect_results.pyFile · 0.70

Calls 2

print_summaryFunction · 0.85
print_per_runFunction · 0.85

Tested by

no test coverage detected