fix(ci): add dedicated bench scripts for codspeed cpu and memory modes
CodSpeed memory profiling requires specific V8 flags
(--expose-gc, --no-opt, --predictable, etc.). Add bench:memory
with the required flags and bench:cpu as an explicit alias for
simulation mode. Update the workflow to use the new scripts.
Co-authored-by: Claude <noreply@anthropic.com>