aboutsummaryrefslogtreecommitdiffstats
path: root/experiments/bench_ops.py
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-15 11:16:52 +0200
committerblasty <peter@haxx.in>2026-08-15 11:16:52 +0200
commit96ce4ccb2433600e710929a48b55238721ecb061 (patch)
treece60a8043ab8167b57dbb5dd42b17793726c0ac0 /experiments/bench_ops.py
parentdocs: drop the triskel evaluation artifacts (diff)
downloadida-tui-96ce4ccb2433600e710929a48b55238721ecb061.tar.gz
ida-tui-96ce4ccb2433600e710929a48b55238721ecb061.tar.xz
ida-tui-96ce4ccb2433600e710929a48b55238721ecb061.zip
docs: be honest that the triskel fork is unpublished
The install instructions pointed at ~/dev/triskel, a path only I have, so a reader could not act on them. Say plainly that the patched pytriskel is not released yet and that native is the supported default. Also drops the .fastfeedback/SPEED.md references and refreshes a stale branch name and commit hash in bench_ops.py.
Diffstat (limited to 'experiments/bench_ops.py')
-rw-r--r--experiments/bench_ops.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/experiments/bench_ops.py b/experiments/bench_ops.py
index 6ed64e0..178b4bc 100644
--- a/experiments/bench_ops.py
+++ b/experiments/bench_ops.py
@@ -18,14 +18,14 @@ replace or delete it::
PYTHONPATH=. ~/ida-venv/bin/python /tmp/bench_ops.py
# A: the client as it SHIPPED on the old library, workarounds and all
- git checkout d74b6f5 # the commit before the workaround removal
+ git checkout 8550474 # the commit before the workaround removal
PYTHONPATH=. ~/ida-venv/bin/python /tmp/bench_ops.py
- git checkout master && git -C ~/dev/ida-codemode checkout main # ALWAYS restore
+ git checkout main && git -C ~/dev/ida-codemode checkout main # ALWAYS restore
ida-codemode is installed **editable** into both venvs, so checking that repo out
swaps the backend under the TUI with no reinstall -- which is what makes this A/B
-cheap. Results for 0.3.1 vs 0.3.2 are in `.fastfeedback/SPEED.md`.
+cheap.
"""
from __future__ import annotations