@remnic/bench 9.15.3 → 9.16.1

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -7111,7 +7111,7 @@ function createAdapterFactory(mode) {
7111
7111
  await waitForAllBenchCoreReplay();
7112
7112
  const orchestrator = state.orchestrator;
7113
7113
  orchestrator.abortDeferredInit();
7114
- orchestrator.maintenanceScheduler?.dispose();
7114
+ await orchestrator.maintenanceScheduler?.dispose();
7115
7115
  await Promise.race([
7116
7116
  orchestrator.deferredReady.catch(() => void 0),
7117
7117
  new Promise(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/bench",
3
- "version": "9.15.3",
3
+ "version": "9.16.1",
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.3",
44
- "@remnic/core": "^9.15.3"
43
+ "@remnic/coding-graph": "^9.16.1",
44
+ "@remnic/core": "^9.16.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.5.1",