Skip to content

Commit c748cd0

Browse files
committed
deploy: 5338371
1 parent 9fcf73f commit c748cd0

11 files changed

Lines changed: 9 additions & 11 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[201, 58863616.0]]
1+
[[203, 56987648.0]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[201, 0.6728163839999866]]
1+
[[203, 0.6626450699999964]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"name": "bench_pipeline.PipelineSuite.peakmem_process_all", "idx": null, "pretty_name": "bench_pipeline.PipelineSuite.peakmem_process_all", "last_rev": 201, "last_value": 58863616.0, "last_err": 0.0, "prev_value": null, "change_rev": null}, {"name": "bench_pipeline.PipelineSuite.time_process_all", "idx": null, "pretty_name": "bench_pipeline.PipelineSuite.time_process_all", "last_rev": 201, "last_value": 0.6728163839999866, "last_err": 0.0, "prev_value": null, "change_rev": null}]
1+
[{"name": "bench_pipeline.PipelineSuite.peakmem_process_all", "idx": null, "pretty_name": "bench_pipeline.PipelineSuite.peakmem_process_all", "last_rev": 203, "last_value": 56987648.0, "last_err": 0.0, "prev_value": null, "change_rev": null}, {"name": "bench_pipeline.PipelineSuite.time_process_all", "idx": null, "pretty_name": "bench_pipeline.PipelineSuite.time_process_all", "last_rev": 203, "last_value": 0.6626450699999964, "last_err": 0.0, "prev_value": null, "change_rev": null}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[201, 58863616.0]]
1+
[[203, 56987648.0]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[201, 0.6728163839999866]]
1+
[[203, 0.6626450699999964]]

index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"project": "microbiorust", "project_url": "https://github.com/LCrossman/microBioRust/microbiorust-py", "show_commit_url": "https://github.com/LCrossman/microBioRust/microbiorust-py/commit/", "hash_length": 8, "revision_to_hash": {"196": "cc6992d1dbd2ab00eb070d931675244392a0699c", "198": "0dc48c1e9b7325e0ae6e7f0c4ea04cf7b1a57d2e", "201": "31adb4c533f43d3a4f8db9695c52674a56d5a851"}, "revision_to_date": {"196": 1763467600000, "198": 1763476706000, "201": 1763477212000}, "params": {"machine": ["github-runner"], "python": ["3.12"], "branch": ["main"]}, "graph_param_list": [{"machine": "github-runner", "python": "3.12", "branch": "main"}], "benchmarks": {"bench_pipeline.PipelineSuite.peakmem_process_all": {"code": "class PipelineSuite:\n def peakmem_process_all(self):\n \n _ = microbiorust.gbk_to_faa_count(self.filepath)\n\n def setup(self):\n bench_dir = os.path.dirname(__file__)\n \n # 2. Join it with the test filename\n self.filepath = os.path.join(bench_dir, \"Rhiz3841.gbk.gb\")\n \n # Check if it exists just to be safe (helps debugging)\n if not os.path.exists(self.filepath):\n raise FileNotFoundError(f\"Could not find benchmark file at: {self.filepath}\")", "name": "bench_pipeline.PipelineSuite.peakmem_process_all", "param_names": [], "params": [], "type": "peakmemory", "unit": "bytes", "version": "2bc01aab81b57636e9d1a496a4d4c8c5679c276c8df8399d6607f93caccc652c"}, "bench_pipeline.PipelineSuite.time_process_all": {"code": "class PipelineSuite:\n def time_process_all(self):\n # This calls the microBioRust function that returns a count of protein fasta per file\n \n _ = microbiorust.gbk_to_faa_count(self.filepath)\n\n def setup(self):\n bench_dir = os.path.dirname(__file__)\n \n # 2. Join it with the test filename\n self.filepath = os.path.join(bench_dir, \"Rhiz3841.gbk.gb\")\n \n # Check if it exists just to be safe (helps debugging)\n if not os.path.exists(self.filepath):\n raise FileNotFoundError(f\"Could not find benchmark file at: {self.filepath}\")", "min_run_count": 2, "name": "bench_pipeline.PipelineSuite.time_process_all", "number": 0, "param_names": [], "params": [], "repeat": 0, "rounds": 2, "sample_time": 0.01, "type": "time", "unit": "seconds", "version": "e39df251e3db676723d001ec967e5ab9d047c3112f8cf870155877d0f9df3f0a", "warmup_time": -1}}, "machines": {"github-runner": {"machine": "github-runner", "version": 1}}, "tags": {}, "pages": [["", "Grid view", "Display as a agrid"], ["summarylist", "List view", "Display as a list"], ["regressions", "Show regressions", "Display information about recent regressions"]]}
1+
{"project": "microbiorust", "project_url": "https://github.com/LCrossman/microBioRust/microbiorust-py", "show_commit_url": "https://github.com/LCrossman/microBioRust/microbiorust-py/commit/", "hash_length": 8, "revision_to_hash": {"203": "53383716ce944a3a1d14dfc1e49c74b113a7711e"}, "revision_to_date": {"203": 1763478601000}, "params": {"machine": ["github-runner"], "python": ["3.12"], "branch": ["main"]}, "graph_param_list": [{"machine": "github-runner", "python": "3.12", "branch": "main"}], "benchmarks": {"bench_pipeline.PipelineSuite.peakmem_process_all": {"code": "class PipelineSuite:\n def peakmem_process_all(self):\n \n _ = microbiorust.gbk_to_faa_count(self.filepath)\n\n def setup(self):\n bench_dir = os.path.dirname(__file__)\n \n # 2. Join it with the test filename\n self.filepath = os.path.join(bench_dir, \"Rhiz3841.gbk.gb\")\n \n # Check if it exists just to be safe (helps debugging)\n if not os.path.exists(self.filepath):\n raise FileNotFoundError(f\"Could not find benchmark file at: {self.filepath}\")", "name": "bench_pipeline.PipelineSuite.peakmem_process_all", "param_names": [], "params": [], "type": "peakmemory", "unit": "bytes", "version": "2bc01aab81b57636e9d1a496a4d4c8c5679c276c8df8399d6607f93caccc652c"}, "bench_pipeline.PipelineSuite.time_process_all": {"code": "class PipelineSuite:\n def time_process_all(self):\n # This calls the microBioRust function that returns a count of protein fasta per file\n \n _ = microbiorust.gbk_to_faa_count(self.filepath)\n\n def setup(self):\n bench_dir = os.path.dirname(__file__)\n \n # 2. Join it with the test filename\n self.filepath = os.path.join(bench_dir, \"Rhiz3841.gbk.gb\")\n \n # Check if it exists just to be safe (helps debugging)\n if not os.path.exists(self.filepath):\n raise FileNotFoundError(f\"Could not find benchmark file at: {self.filepath}\")", "min_run_count": 2, "name": "bench_pipeline.PipelineSuite.time_process_all", "number": 0, "param_names": [], "params": [], "repeat": 0, "rounds": 2, "sample_time": 0.01, "type": "time", "unit": "seconds", "version": "e39df251e3db676723d001ec967e5ab9d047c3112f8cf870155877d0f9df3f0a", "warmup_time": -1}}, "machines": {"github-runner": {"machine": "github-runner", "version": 1}}, "tags": {}, "pages": [["", "Grid view", "Display as a agrid"], ["summarylist", "List view", "Display as a list"], ["regressions", "Show regressions", "Display information about recent regressions"]]}

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"asv-version": "0.6.5",
3-
"timestamp": 1763477369298
3+
"timestamp": 1763478753922
44
}

regressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:microbiorust.asv,1970-01-01:/6a4627b220006ed990bff7f89d38a9b8b28d835aa1bdb166987b4449068ba2fd</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">microbiorust performance regressions</title><updated>2025-11-18T14:49:29Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:microbiorust.asv,1970-01-01:/6a4627b220006ed990bff7f89d38a9b8b28d835aa1bdb166987b4449068ba2fd</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">microbiorust performance regressions</title><updated>2025-11-18T15:12:33Z</updated></feed>

results/github-runner/0dc48c1e-virtualenv-py3.12.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"commit_hash": "31adb4c533f43d3a4f8db9695c52674a56d5a851", "env_name": "virtualenv-py3.12", "date": 1763477212000, "params": {"machine": "github-runner", "python": "3.12"}, "python": "3.12", "requirements": {}, "env_vars": {}, "result_columns": ["result", "params", "version", "started_at", "duration", "stats_ci_99_a", "stats_ci_99_b", "stats_q_25", "stats_q_75", "stats_number", "stats_repeat", "samples", "profile"], "results": {"bench_pipeline.PipelineSuite.time_process_all": [[0.6728163839999866], [], "e39df251e3db676723d001ec967e5ab9d047c3112f8cf870155877d0f9df3f0a", 1763477364839, 8.1188, [0.6622], [0.68959], [0.66805], [0.67865], [1], [10]], "bench_pipeline.PipelineSuite.peakmem_process_all": [[58863616], [], "2bc01aab81b57636e9d1a496a4d4c8c5679c276c8df8399d6607f93caccc652c", 1763477364130, 0.70967]}, "durations": {}, "version": 2}
1+
{"commit_hash": "53383716ce944a3a1d14dfc1e49c74b113a7711e", "env_name": "virtualenv-py3.12", "date": 1763478601000, "params": {"machine": "github-runner", "python": "3.12"}, "python": "3.12", "requirements": {}, "env_vars": {}, "result_columns": ["result", "params", "version", "started_at", "duration", "stats_ci_99_a", "stats_ci_99_b", "stats_q_25", "stats_q_75", "stats_number", "stats_repeat", "samples", "profile"], "results": {"bench_pipeline.PipelineSuite.time_process_all": [[0.6626450699999964], [], "e39df251e3db676723d001ec967e5ab9d047c3112f8cf870155877d0f9df3f0a", 1763478749488, 8.0171, [0.65806], [0.6743], [0.66021], [0.66449], [1], [10]], "bench_pipeline.PipelineSuite.peakmem_process_all": [[56987648], [], "2bc01aab81b57636e9d1a496a4d4c8c5679c276c8df8399d6607f93caccc652c", 1763478748806, 0.68144]}, "durations": {}, "version": 2}

0 commit comments

Comments
 (0)