Add a Framework to HttpArena
Adding a framework to HttpArena takes a few steps: create a Dockerfile, add metadata, implement the required endpoints, and open a PR.
Directory StructureHow to organize your framework's files - Dockerfile, meta.json, and source code.Test ProfilesAll HTTP endpoints your framework must implement, organized by test profile.meta.jsonFramework metadata - display name, language, type, and which tests to participate in.Implementation RulesRules for keeping benchmarks realistic - use framework APIs, production settings only, standard libraries.