@remnic/bench 9.69.38 → 9.69.40

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/dist/index.d.ts CHANGED
@@ -7663,6 +7663,7 @@ declare const H6BenchmarkDatasetSchema: z.ZodObject<{
7663
7663
  }>;
7664
7664
  }, "strip", z.ZodTypeAny, {
7665
7665
  version: 1;
7666
+ seed: number;
7666
7667
  tasks: {
7667
7668
  title: string;
7668
7669
  split: "dev" | "main" | "pilot";
@@ -7754,7 +7755,6 @@ declare const H6BenchmarkDatasetSchema: z.ZodObject<{
7754
7755
  noTrapRevisionSha: string;
7755
7756
  }[];
7756
7757
  }[];
7757
- seed: number;
7758
7758
  createdAt: string;
7759
7759
  inventoryHash: string;
7760
7760
  supportArtifactHashes: {
@@ -7780,6 +7780,7 @@ declare const H6BenchmarkDatasetSchema: z.ZodObject<{
7780
7780
  };
7781
7781
  }, {
7782
7782
  version: 1;
7783
+ seed: number;
7783
7784
  tasks: {
7784
7785
  title: string;
7785
7786
  split: "dev" | "main" | "pilot";
@@ -7871,7 +7872,6 @@ declare const H6BenchmarkDatasetSchema: z.ZodObject<{
7871
7872
  noTrapRevisionSha: string;
7872
7873
  }[];
7873
7874
  }[];
7874
- seed: number;
7875
7875
  createdAt: string;
7876
7876
  inventoryHash: string;
7877
7877
  supportArtifactHashes: {