Skip to content

Releases: tamnd/graph-bench

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:01
v0.2.0
1c512d9

Changelog

  • 1f65f90 Add generate curate subcommand and --curate-seed flag to run (#39)
  • 62c74eb Add generate pin subcommand and update SNB SF1 pin metadata (#35)
  • 8bc9000 Fix default warmup: change from 5s to 0 for count-based runs (#36)
  • 18b5c80 Fix go vet: append with no values in renderCSV (#30)
  • f8a552d Fix gofmt formatting in exec.go, gate_cmd.go, main_test.go (#29)
  • 3b545f9 Fix gofmt in run_cmd.go (#41)
  • e001c8f Fix goreleaser skip flag: brew -> homebrew for v2.16 (#42)
  • 67563ae Implement gate regression check via --baseline flag (#40)
  • e71432f Migrate goreleaser config to non-deprecated fields (#33)
  • 3dac753 Publish first lineage record: gr micro-grid SF1 (darwin/arm64) (#37)
  • 0018560 Register bolt adapters (neo4j, memgraph, gr-bolt) via -tags bolt (#34)
  • b97a6a0 Skip absolute latency assertions in TestSmokeGate on CI runners (#31)
  • 6aea640 Skip brew/scoop publish when tokens are not configured (#32)
  • c12fc8d Switch Docker release from dockers_v2 to dockers + docker_manifests
  • 5374d8d Wire curated param pools into micro workload queries at run time (#38)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 16:36
v0.1.0
f3ff1df

Changelog

  • c323c68 Add Bolt plane: driver/bolt, setup containers, neo4j/memgraph/gr-bolt adapters (#17)
  • 8e3347d Add GoReleaser config, release workflow, and Dockerfile (#26)
  • 0715d71 Add budget package with per-class latency ceiling table (#14)
  • a83c9ad Add cold-versus-warm orchestration hook (#13)
  • 28f8d46 Add concurrency sweep and isolated-run path (#12)
  • 1193e12 Add dataset/ldbc: fetch-and-verify flow for pinned LDBC SNB datasets (#18)
  • 46ed8e7 Add gate package and workload.Bounded for the smoke gate (#16)
  • 69f97f3 Add measure.Result schema and five-metric output contract (#9)
  • 5b2097f Add open-model load generator with coordinated-omission correction (#10)
  • 7d75959 Add parameter curation and the micro workload read catalog (#7)
  • 1153dce Add reference oracle and normalized answer comparison (#6)
  • 8b3dd4e Add report package: comparison matrix, four output formats, lineage, plane overhead
  • 0491f6e Add slo package: Check, Flatness, and Regression verdicts (#15)
  • 648ed78 Add the Target SPI and the gr in-process adapter (#2)
  • e01c7eb Add the dataset layer and synthetic generators (#3)
  • c2b7846 Add the workload model and registry (#5)
  • 3ed03a8 Add warmup detection and steady-state criterion (#11)
  • 634e94e Add workload/lsqb: nine LSQB subgraph queries Q1-Q9
  • 4c1c91d Add workload/snb complex reads: IC1/IC2/IC6/IC8/IC9/IC11 as snb-complex
  • 9bae019 Add workload/snb write stream and snb-mix
  • 18fd87c Add workload/snb: SNB Interactive IS1-IS7 short reads
  • 2d10e9f Add write queries and the F1 validation proof (#8)
  • df614ca Extend measure: per-query stats, mixed schedule, interference reporting
  • 91cc17a Initialize repository
  • 47f5c30 Load file-backed datasets through gr's bulk loader (#4)
  • 007c5a2 Scaffold the graph-bench module and command tree (#1)
  • 0dcd6ad Update README: reflect M1-M7 complete, add install instructions (#27)
  • 2c65d4d Wire list, run, compare, report, gate commands (#25)
  • f3ff1df Wire run command to gr adapter; fix nil Params panic in BuildIsolatedOps (#28)