@remnic/bench 9.15.1 → 9.15.3

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -16775,10 +16775,6 @@ async function resolveBenchRuntimeProfile(options) {
16775
16775
  const fileConfig = options.remnicConfigPath ? await loadRemnicConfigFile(options.remnicConfigPath) : {};
16776
16776
  const realProfileOverrides = {
16777
16777
  lcmEnabled: true,
16778
- // Read-time faithfulness is on by default for the full-feature profile.
16779
- // An explicit config value (including false-like strings) remains
16780
- // authoritative so benchmark operators can perform reversible ablations.
16781
- ...fileConfig.answerSupportGate === void 0 ? { answerSupportGate: true } : {},
16782
16778
  ...options.modelSource ? { modelSource: options.modelSource } : {},
16783
16779
  ...options.gatewayAgentId ? { gatewayAgentId: options.gatewayAgentId } : {},
16784
16780
  ...options.fastGatewayAgentId ? { fastGatewayAgentId: options.fastGatewayAgentId } : {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/bench",
3
- "version": "9.15.1",
3
+ "version": "9.15.3",
4
4
  "description": "Retrieval latency ladder benchmarks + CI regression gates for @remnic/core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -40,8 +40,8 @@
40
40
  "hyparquet": "^1.25.7",
41
41
  "yaml": "^2.4.2",
42
42
  "zod": "^3.24.0",
43
- "@remnic/coding-graph": "^9.15.1",
44
- "@remnic/core": "^9.15.1"
43
+ "@remnic/coding-graph": "^9.15.3",
44
+ "@remnic/core": "^9.15.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.5.1",