core-agent-ide/codex-rs/tui
Jeremy Rose bbf42f4e12
improve performance of 'cargo test -p codex-tui' (#2593)
before:

```
$ time cargo test -p codex-tui -q
[...]
cargo test -p codex-tui -q  39.89s user 10.77s system 98% cpu 51.328 total
```

after:

```
$ time cargo test -p codex-tui -q
[...]
cargo test -p codex-tui -q  1.37s user 0.64s system 29% cpu 6.699 total
```

the major offenders were the textarea fuzz test and the custom_terminal
doctests. (i think the doctests were being recompiled every time which
made them extra slow?)
2025-08-22 14:03:58 -07:00
..
src improve performance of 'cargo test -p codex-tui' (#2593) 2025-08-22 14:03:58 -07:00
tests hide CoT by default; show headers in status indicator (#2316) 2025-08-20 16:58:56 -07:00
Cargo.toml ctrl+v image + @file accepts images (#1695) 2025-08-22 17:05:43 +00:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00
styles.md fix: stop using ANSI blue (#2421) 2025-08-18 16:02:25 +00:00