-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
1 lines (1 loc) · 2.87 KB
/
index.json
1
{"project": "sgkit", "project_url": "https://pystatgen.github.io/sgkit/", "show_commit_url": "http://github.com/pystatgen/sgkit/commit/", "hash_length": 8, "revision_to_hash": {"402": "712f2cf1e5bba0812bf5990eafc61a3d570e940f", "535": "890cb35f0d6d44fe6ff0c9767c9cc95818bf419e"}, "revision_to_date": {"402": 1605018150000, "535": 1615804704000}, "params": {"machine": ["github-actions"], "python": ["3.8"], "branch": ["HEAD"]}, "graph_param_list": [{"machine": "github-actions", "python": "3.8", "branch": "HEAD"}], "benchmarks": {"benchmarks_stats.TimeSuite.time_count_call_alleles": {"code": "class TimeSuite:\n def time_count_call_alleles(self) -> None:\n count_call_alleles(self.count_call_alleles_ds)\n\n def setup(self) -> None:\n self.count_call_alleles_ds = simulate_genotype_call_dataset(\n n_variant=100_000, n_sample=1000\n )\n self.count_cohort_alleles_ds = simulate_genotype_call_dataset(\n n_variant=100_000, n_sample=1000\n )\n sample_cohort = np.repeat(\n [0, 1], self.count_cohort_alleles_ds.dims[\"samples\"] // 2\n )\n self.count_cohort_alleles_ds[\"sample_cohort\"] = xr.DataArray(\n sample_cohort, dims=\"samples\"\n )", "min_run_count": 2, "name": "benchmarks_stats.TimeSuite.time_count_call_alleles", "number": 0, "param_names": [], "params": [], "processes": 2, "repeat": 0, "sample_time": 0.01, "timeout": 60.0, "type": "time", "unit": "seconds", "version": "99097810ae6b766dfae46c4f296762848ccf073c2fd2f01204786c3957ae8c42", "warmup_time": -1}, "benchmarks_stats.TimeSuite.time_count_cohort_alleles": {"code": "class TimeSuite:\n def time_count_cohort_alleles(self) -> None:\n count_cohort_alleles(self.count_cohort_alleles_ds)\n\n def setup(self) -> None:\n self.count_call_alleles_ds = simulate_genotype_call_dataset(\n n_variant=100_000, n_sample=1000\n )\n self.count_cohort_alleles_ds = simulate_genotype_call_dataset(\n n_variant=100_000, n_sample=1000\n )\n sample_cohort = np.repeat(\n [0, 1], self.count_cohort_alleles_ds.dims[\"samples\"] // 2\n )\n self.count_cohort_alleles_ds[\"sample_cohort\"] = xr.DataArray(\n sample_cohort, dims=\"samples\"\n )", "min_run_count": 2, "name": "benchmarks_stats.TimeSuite.time_count_cohort_alleles", "number": 0, "param_names": [], "params": [], "processes": 2, "repeat": 0, "sample_time": 0.01, "timeout": 60.0, "type": "time", "unit": "seconds", "version": "fb11db6a5b627835f0a682aa2ce1c793f9156522529ddfde2938933cc2278ff3", "warmup_time": -1}}, "machines": {"github-actions": {"machine": "github-actions", "version": 1}}, "tags": {"0.1.0a1": 402}, "pages": [["", "Grid view", "Display as a agrid"], ["summarylist", "List view", "Display as a list"], ["regressions", "Show regressions", "Display information about recent regressions"]]}