@remnic/bench 9.65.7 → 9.66.0
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/bench",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.66.0",
|
|
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.
|
|
45
|
-
"@remnic/core": "^9.
|
|
44
|
+
"@remnic/coding-graph": "^9.66.0",
|
|
45
|
+
"@remnic/core": "^9.66.0"
|
|
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,
|