For developers

BNL evaluator-atom capture

Archived · non-reproduciblePerformance evidence · undatedarchived

An undated GammaLoop 0.3.3 evaluator-atom output capture retained as non-reproducible BNL performance evidence, with its missing controls made explicit.

View the source note

Lifecycle
archived
Owner
Ownership decision required
Review
No review record
Freshness
frozen-evidence
Evidence
capture date unavailable
Verified scopes
No verified code scopes recorded

Lifecycle: Archived, non-reproducible evidence

Provenance gap: The original capture recorded neither a source revision nor a date, machine description, fixture digest, or Symbolica version. Its shell prompt reports GammaLoop 0.3.3, Python 3.13.12, Rust 1.93.1, and an impure Nix environment. Preserve the output as historical diagnostic evidence; do not use its timings or memory sizes as a current benchmark.

The retained command exercises the BNL evaluator-atom example with scalar aliasing enabled. A future reproducible comparison must name the revision, hash the input fixture, capture the Nix flake revision and hardware, and state the expected result before comparing against this record. The companion BNL scalar-alias capture preserves the four threshold-4096 expression payloads from the same input atom as a hashed ANSI data artifact.

gammaloop/workspaces/dev is 📦 v0.3.3 via 🐍 v3.13.12 via 🦀 v1.93.1 via ❄️  impure (nix-shell-env)
❯ cargo run -p gammalooprs --example bnl_evaluator_atom_mwe --profile dev-optim -- examples/cli/BNL/profiling/bnl_integrated_evaluator_atom_unfiltered_pre_network.sym --alias-scalars 8
    Finished `dev-optim` profile [optimized + debuginfo] target(s) in 0.31s
     Running `target/dev-optim/examples/bnl_evaluator_atom_mwe examples/cli/BNL/profiling/bnl_integrated_evaluator_atom_unfiltered_pre_network.sym --alias-scalars 8`
input
╭────────┬─────────────────────────────────────────────────────────────────────────────────────╮
│ metric │ value                                                                               │
├────────┼─────────────────────────────────────────────────────────────────────────────────────┤
│ path   │ examples/cli/BNL/profiling/bnl_integrated_evaluator_atom_unfiltered_pre_network.sym │
│ bytes  │ 2038141                                                                             │
╰────────┴─────────────────────────────────────────────────────────────────────────────────────╯
symbolica_parse
╭─────────┬─────────────╮
│ metric  │ value       │
├─────────┼─────────────┤
│ elapsed │ 46.742583ms │
│ terms   │ 1           │
│ bytes   │ 1410951     │
╰─────────┴─────────────╯
network_parse
╭────────┬───────╮
│ metric │ value │
├────────┼───────┤
│ status │ start │
╰────────┴───────╯
network_parse
╭─────────┬─────────────╮
│ metric  │ value       │
├─────────┼─────────────┤
│ status  │ done        │
│ elapsed │ 174.06925ms │
│ nodes   │ 98          │
│ edges   │ 179         │
│ tensors │ 24          │
╰─────────┴─────────────╯
scalar_store
╭────────────────┬─────────╮
│ metric         │ value   │
├────────────────┼─────────┤
│ count          │ 23      │
│ top_level_sums │ 0       │
│ total_terms    │ 23      │
│ max_terms      │ 1       │
│ total_bytes    │ 1408133 │
│ max_bytes      │ 953984  │
╰────────────────┴─────────╯
scalar_aliases
╭─────────────────┬─────────╮
│ metric          │ value   │
├─────────────────┼─────────┤
│ threshold_bytes │ 8       │
│ created         │ 14      │
│ terms           │ 14      │
│ bytes           │ 1408099 │
│ max_bytes       │ 953984  │
╰─────────────────┴─────────╯
network_execute
╭────────┬───────╮
│ metric │ value │
├────────┼───────┤
│ status │ start │
╰────────┴───────╯
network_execute
╭─────────┬──────────────╮
│ metric  │ value        │
├─────────┼──────────────┤
│ status  │ done         │
│ elapsed │ 445.382458ms │
╰─────────┴──────────────╯
result_scalar
╭─────────┬─────────╮
│ metric  │ value   │
├─────────┼─────────┤
│ status  │ ok      │
│ elapsed │ 1.041µs │
╰─────────┴─────────╯
result_aliased_root
╭─────────┬───────────╮
│ metric  │ value     │
├─────────┼───────────┤
│ aliases │ 14        │
│ terms   │ 1         │
│ bytes   │ 102572537 │
╰─────────┴───────────╯
result_alias_resolve
╭─────────┬───────╮
│ metric  │ value │
├─────────┼───────┤
│ skipped │ true  │
╰─────────┴───────╯
summary
╭──────────────────────┬─────────┬──────────────┬───────┬───────────┬──────────────────────────────────────────────────────────────────────────────────────────╮
│ stage                │ status  │ elapsed      │ terms │ bytes     │ details                                                                                  │
├──────────────────────┼─────────┼──────────────┼───────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────┤
│ input                │ read    │ -            │ -     │ 2038141   │ path=examples/cli/BNL/profiling/bnl_integrated_evaluator_atom_unfiltered_pre_network.sym │
│ symbolica_parse      │ done    │ 46.742583ms  │ 1     │ 1410951   │ -                                                                                        │
│ selection            │ all     │ 28.5µs       │ 1     │ 1410951   │ -                                                                                        │
│ network_parse        │ done    │ 174.06925ms  │ -     │ -         │ nodes=98 edges=179 tensors=24                                                            │
│ scalar_store         │ done    │ -            │ 23    │ 1408133   │ count=23 top_level_sums=0 max_terms=1 max_bytes=953984                                   │
│ scalar_aliases       │ enabled │ -            │ 14    │ 1408099   │ threshold_bytes=8 created=14 max_bytes=953984                                            │
│ network_execute      │ done    │ 445.382458ms │ -     │ -         │ -                                                                                        │
│ result_scalar        │ ok      │ 1.041µs      │ -     │ -         │ -                                                                                        │
│ result_aliased_root  │ done    │ -            │ 1     │ 102572537 │ aliases=14                                                                               │
│ result_alias_resolve │ skipped │ -            │ -     │ -         │ -                                                                                        │
╰──────────────────────┴─────────┴──────────────┴───────┴───────────┴──────────────────────────────────────────────────────────────────────────────────────────╯