Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ benchmarks/cases/**/*.o
/test_output.txt
/test_stale_reason.txt
/osprey_http_state_levels.db
# `osprey test <dir>` runs each program from its own directory, so the same two
# files also land beside the test. Fully anchored for the reason above: these
# exact paths, never a bare name that could hide a real fixture elsewhere.
/tests/regressions/basics/files/test_output.txt
/tests/regressions/basics/files/test_stale_reason.txt
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zsh benchmarks/run.sh primes # direct, single case
> column on a machine with a few GB free, or skip it with `BENCH_FILTER`.
>
> <!-- binarytrees-results:start -->
> Current measured peaks: default **2.53 GB**, `--memory=arc` **2.98 MB**, and `--memory=gc` **19.1 MB**.
> Current measured peaks: default **1.9 GB**, `--memory=arc` **3.03 MB**, and `--memory=gc` **21.3 MB**.
> <!-- binarytrees-results:end -->

Results are written to `benchmarks/results/`. The measured outputs below are
Expand Down
406 changes: 214 additions & 192 deletions benchmarks/results/raw.jsonl

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions benchmarks/results/results.html

Large diffs are not rendered by default.

Loading
Loading