Compare code mode vs traditional tool calling performance to validate improvements.
/plugin marketplace add mcfearsome/claude-code-accelerator/plugin install mcfearsome-claude-code-accelerator@mcfearsome/claude-code-accelerator# /code:benchmark - Performance Comparison Compare code mode vs traditional tool calling performance to validate improvements. ## Overview The `/code:benchmark` command runs side-by-side comparisons of the same operation using traditional sequential tool calls vs code mode execution, measuring time, tokens, and resource usage. ## Usage ## Options - `--operation`, `-o` - Operation to benchmark (required) - `--files`, `-f` - Number of files to test (default: `10`) - `--iterations`, `-i` - Number of test iterations (default: `3`) - `--output`, `-out` - Output format: `table`, `json`, `...