Skip to content

Add benchmark for Express.js repo #28

Description

@rajkumarsakthivel

Run the CCE benchmark suite against Express and publish results.

Why: Express is JavaScript, testing that tree-sitter JS chunking and retrieval work well on a real-world Node.js project. Different language, different file structure from our current FastAPI benchmark.

Steps:

  1. Run python benchmarks/run_benchmark.py --repo https://github.com/expressjs/express.git --source-dir lib
  2. Write 15-20 realistic coding queries for Express (middleware, routing, error handling, etc.)
  3. Save results to benchmarks/results/express.md
  4. Note any retrieval quality differences vs Python repos

Expected output: A markdown file with per-query token savings, recall@10, and latency stats.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions