spcl/serverless-benchmarks

Batched requests for 411.image-recognition

Open

#296 opened on Apr 20, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (99 forks)auto 404
benchmarkenhancementgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the benchmark 411.image-recognition has only a single input class - one image. Since each image taskes roughly the same amount of time, we should generate different classes of input size like small and large by creating a batch of requests to be processed by the function.

Contributor guide