@remnic/bench 9.65.6 → 9.65.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ import {
11
11
  runRepeatedFailureCliCommand,
12
12
  runRepeatedFailureSuite,
13
13
  verifyPreregistrationBinding
14
- } from "./chunk-S4BYVSDS.js";
14
+ } from "./chunk-VJ4YENME.js";
15
15
  export {
16
16
  baseEvidence,
17
17
  buildDesign,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/bench",
3
- "version": "9.65.6",
3
+ "version": "9.65.8",
4
4
  "description": "Retrieval latency ladder benchmarks + CI regression gates for @remnic/core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "hyparquet": "^1.25.7",
42
42
  "yaml": "^2.4.2",
43
43
  "zod": "^3.24.0",
44
- "@remnic/coding-graph": "^9.65.6",
45
- "@remnic/core": "^9.65.6"
44
+ "@remnic/coding-graph": "^9.65.8",
45
+ "@remnic/core": "^9.65.8"
46
46
  },
47
47
  "devDependencies": {
48
48
  "tsup": "^8.5.1",
@@ -16732,6 +16732,10 @@ export {
16732
16732
  getRemnicVersion,
16733
16733
  getGitSha,
16734
16734
  captureBenchmarkExecutionProvenance,
16735
+ createSeededRandom,
16736
+ randomInt,
16737
+ pickOne,
16738
+ shuffled,
16735
16739
  H6_TRAP_IDS,
16736
16740
  GATE_STATUSES,
16737
16741
  STATE_CLASSIFICATIONS,
@@ -16787,10 +16791,6 @@ export {
16787
16791
  parseRepeatedFailureEpisodeRow,
16788
16792
  writeRepeatedFailureRunMetadata,
16789
16793
  RepeatedFailureRowStore,
16790
- createSeededRandom,
16791
- randomInt,
16792
- pickOne,
16793
- shuffled,
16794
16794
  REPEATED_FAILURE_STATISTICS_DRAWS,
16795
16795
  REPEATED_FAILURE_CONFIDENCE_LEVEL,
16796
16796
  holmAdjust,