updated llm.txt and agent benchmark with agents per minute

pull/1051/head
Kye Gomez 6 days ago
parent 820c067488
commit 01c670f687

File diff suppressed because it is too large Load Diff

@ -118,6 +118,10 @@ def benchmark_multiple_agents(num_agents=100):
"Throughput", "Throughput",
f"{(num_agents/total_elapsed_time) * 1000:.2f} agents/second", f"{(num_agents/total_elapsed_time) * 1000:.2f} agents/second",
) )
time_table.add_row(
"Agents per Minute",
f"{(num_agents/total_elapsed_time) * 60000:.0f} agents/minute",
)
# Add memory measurements # Add memory measurements
memory_table.add_row( memory_table.add_row(
Loading…
Cancel
Save