Start your journey on BenchFlow!
Install the benchflow sdk
Select your benchmarks
Implement your call_api
call_api
is used to call your intelligence (LLM, Agent …)Run your benchmark
Install the benchflow sdk
Make your benchmark a client
Containerize your benchmark
Extend BaseBench to Run Your Benchmarks
benchflow_interface.py
and upload it to benchmark Hub.
There are 6 methods to be implemented. get_result
method.Upload your benchmark to Benchmark Hub
prepare_input method
from Step 2, along with detailed descriptions.