register_test_case
Register a test case to benchmark algorithms by specifying input data, size, type, and expected output for validation.
Instructions
Register a test case for benchmarking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Test case name | |
| input | Yes | Test input data | |
| inputSize | Yes | Input size | |
| inputType | Yes | Input type | |
| description | No | Test case description | |
| expectedOutput | No | Expected output for validation |