Add read-update-write benchmarks

Add benchmarks for parsing, updating, and serializing in Rust and C.
Update the fork instructions in AGENTS.md.
This commit is contained in:
2026-05-04 23:13:53 -07:00
parent ea68537f0b
commit a0c2747583
3 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ If you are writing code, write tests first. The tests must pass for your work to
If the users asks you to fork off and work on something, this means that you should:
1. Create a temporary directory using `mktemp -d`
2. Create a new branch to work on
2. Create a new branch to work on `git branch xyz`
3. Use git worktree to extract that branch to the temporary directory (i.e., `git worktree add $TMP_DIR -- $BRANCH)
4. Work from that directory (i.e., `cd $TMP_DIR`)