@remnic/bench 9.3.607 → 9.3.609

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 +4 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -23544,6 +23544,10 @@ function collectEvidenceTimestamps(page) {
23544
23544
  const timestamp = parseTimelineEntry(entry);
23545
23545
  if (timestamp !== null) timestamps.add(timestamp);
23546
23546
  }
23547
+ for (const entry of page.timeline) {
23548
+ const timestamp = parseTimelineEntry(entry);
23549
+ if (timestamp !== null) timestamps.add(timestamp);
23550
+ }
23547
23551
  return [...timestamps];
23548
23552
  }
23549
23553
  function parseTimestamp(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/bench",
3
- "version": "9.3.607",
3
+ "version": "9.3.609",
4
4
  "description": "Retrieval latency ladder benchmarks + CI regression gates for @remnic/core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "hyparquet": "^1.25.7",
36
36
  "yaml": "^2.4.2",
37
- "@remnic/core": "^9.3.607"
37
+ "@remnic/core": "^9.3.609"
38
38
  },
39
39
  "devDependencies": {
40
40
  "tsup": "^8.5.1",