aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-09 22:20:59 +0200
committerblasty <peter@haxx.in>2026-08-09 22:20:59 +0200
commit9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a (patch)
treefc02003fdadcea9b784200034bc20ed5e2bc4439 /README.md
parentDocs: mark the two upstream perf findings fixed in 0.3.2 (diff)
downloadida-tui-9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a.tar.gz
ida-tui-9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a.tar.xz
ida-tui-9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a.zip
Docs: correct the stale --fast check counts (302/257 -> 380)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bee852d..d301c2f 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ test is empty while the protocol works fine).
## Tests
```sh
-python3 tests/run.py --fast # 302 checks, <1s, any python3 — between edits
+python3 tests/run.py --fast # 380 checks, <1s, any python3 — between edits
python3 tests/run.py --list # what runs, and what needs IDA
python3 tests/run.py # 788 checks, ~2m — before a commit
```