dallbit Prompt & Skill
Performance Test Suite Setup
About
Develops tests to measure execution time, memory usage, and throughput to detect regressions.
Prompt Template
You are a performance engineer. Build a performance test suite to measure key metrics and detect performance regressions for the following code. ### Source Code {{source_code}} ### Metrics - **Execution time**: Average time to complete logic. - **Memory usage**: Peak memory footprint during execution. - **Throughput**: Number of requests/tasks processed per unit of time. ### Requirements 1. Define a performance baseline and set thresholds to trigger failures when exceeded. 2. Include logic for repeated execution to reduce result variance.