Conversation
…io, baseline dual-run
- Aggregate: add median_score, stddev, error_count fields with correct N=0/N=1 edge cases
- Scenario: replace prompt: String with turns: Vec<Turn>, add Role enum, Scenario::single()
constructor, primary_prompt() -> Result<&str, BenchError>
- RunOptions: add memory_mode: MemoryMode field (Off by default)
- BenchRunner: add with_memory_params(), wire SemanticMemory via with_sqlite_backend when On
- bench run --baseline: dual-pass (memory-off/on) writing to <output>/baseline/{memory-off,memory-on}/
+ comparison.json; gated to longmemeval/locomo; tool datasets return an error
- All 5 loaders migrated from struct literals to Scenario::single()
Closes spec 034 gaps: §Data Model NFR-008, §Scenario multi-turn, §FR-006 baseline dual-run
…ate_dir_all for nested output dirs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aggregateextended withmedian_score,stddev,error_count(spec 034 §NFR-008)Scenariomigrated fromprompt: Stringtoturns: Vec<Turn>withRoleenum,Scenario::single()constructor, andprimary_prompt() -> Result<&str, BenchError>(§multi-turn)--baselinedual-run (memory-off / memory-on): writes results to<output>/baseline/{memory-off,memory-on}/+comparison.json; scoped tolongmemevalandlocomo(§FR-006)Scenario::single()Test plan
cargo nextest run -p zeph-bench— 111/111 passcargo nextest run --workspace --lib --bins— 8 520/8 520 passcargo test --doc -p zeph-bench— 58/58 passcargo +nightly fmt --check— cleancargo clippy --workspace --lib --bins -- -D warnings— clean