-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 9ff6cbf 🚀
- Loading branch information
1 parent
1fd7ec0
commit 3d1ed19
Showing
9 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[0, 184.0], [7, 440.0], [9, 3168.0], [10, 2224.0]] | ||
[[0, 184.0], [7, 440.0], [8, 3168.0], [9, 2224.0], [15, 3136.0]] |
2 changes: 1 addition & 1 deletion
2
...ranch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[0, 3.6382353509999916], [7, 2.847460679500017], [9, 2.9769257639999864], [10, 3.1802797149999833]] | ||
[[0, 3.6382353509999916], [7, 2.847460679500017], [8, 2.9769257639999864], [9, 3.1802797149999833], [15, 2.578042901999993]] |
2 changes: 1 addition & 1 deletion
2
graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/summary.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"name": "benchmarks.mem_list", "idx": null, "pretty_name": "benchmarks.mem_list", "last_rev": 10, "last_value": 2224.0, "last_err": 0.0, "prev_value": 3168.0, "change_rev": [null, 10]}, {"name": "benchmarks.time_computation", "idx": null, "pretty_name": "benchmarks.time_computation", "last_rev": 10, "last_value": 3.1802797149999833, "last_err": 0.0, "prev_value": 2.9769257639999864, "change_rev": [null, 10]}] | ||
[{"name": "benchmarks.mem_list", "idx": null, "pretty_name": "benchmarks.mem_list", "last_rev": 15, "last_value": 3136.0, "last_err": 0.0, "prev_value": 2224.0, "change_rev": [9, 15]}, {"name": "benchmarks.time_computation", "idx": null, "pretty_name": "benchmarks.time_computation", "last_rev": 15, "last_value": 2.9769257639999864, "last_err": 0.339438355140512, "prev_value": null, "change_rev": null}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[0, 184.0], [7, 440.0], [9, 3168.0], [10, 2224.0]] | ||
[[0, 184.0], [7, 440.0], [8, 3168.0], [9, 2224.0], [15, 3136.0]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[0, 3.6382353509999916], [7, 2.847460679500017], [9, 2.9769257639999864], [10, 3.1802797149999833]] | ||
[[0, 3.6382353509999916], [7, 2.847460679500017], [8, 2.9769257639999864], [9, 3.1802797149999833], [15, 2.578042901999993]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"project": "corrgi", "project_url": "https://github.com/lincc-frameworks-mask-incubator/corrgi", "show_commit_url": "https://github.com/lincc-frameworks-mask-incubator/corrgi/commit/", "hash_length": 8, "revision_to_hash": {"0": "2ad9775e156134e1b8e0bd56b769321f55e18b6b", "7": "b09b4a64f05af6bd6627b51948332645100e2db1", "9": "b8f4217ebbaa4a3c99c6f7016a001f5de0c65dd2", "10": "fc85aa21bae7ccb22365a224aa881da0e1b3d78f"}, "revision_to_date": {"0": 1718206391000, "7": 1718292061000, "9": 1718374763000, "10": 1718374784000}, "params": {"machine": ["gh-runner"], "python": ["3.10"], "Cython": [""], "build": [""], "packaging": [""], "branch": ["HEAD"]}, "graph_param_list": [{"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": "", "branch": "HEAD"}], "benchmarks": {"benchmarks.mem_list": {"code": "def mem_list():\n \"\"\"Memory computations are prefixed with 'mem' or 'peakmem'.\"\"\"\n return example_benchmarks.memory_computation()", "name": "benchmarks.mem_list", "param_names": [], "params": [], "type": "memory", "unit": "bytes", "version": "a31e7e31a99db6599fc29032ea5a3cb9782922117f13e122a69c2745a93c3d32"}, "benchmarks.time_computation": {"code": "def time_computation():\n \"\"\"Time computations are prefixed with 'time'.\"\"\"\n example_benchmarks.runtime_computation()", "min_run_count": 2, "name": "benchmarks.time_computation", "number": 0, "param_names": [], "params": [], "repeat": 0, "rounds": 2, "sample_time": 0.01, "type": "time", "unit": "seconds", "version": "089635b7375b19f5c790c7337625b200db3327a27d63c756ac5dbb4c1fc25b62", "warmup_time": -1}}, "machines": {"gh-runner": {"machine": "gh-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"]]} | ||
{"project": "corrgi", "project_url": "https://github.com/lincc-frameworks-mask-incubator/corrgi", "show_commit_url": "https://github.com/lincc-frameworks-mask-incubator/corrgi/commit/", "hash_length": 8, "revision_to_hash": {"0": "2ad9775e156134e1b8e0bd56b769321f55e18b6b", "7": "b09b4a64f05af6bd6627b51948332645100e2db1", "8": "b8f4217ebbaa4a3c99c6f7016a001f5de0c65dd2", "9": "fc85aa21bae7ccb22365a224aa881da0e1b3d78f", "15": "9ff6cbf1d948203f1cc3378a8c786985effad6ff"}, "revision_to_date": {"0": 1718206391000, "7": 1718292061000, "8": 1718374763000, "9": 1718374784000, "15": 1718647245000}, "params": {"machine": ["gh-runner"], "python": ["3.10"], "Cython": [""], "build": [""], "packaging": [""], "branch": ["HEAD"]}, "graph_param_list": [{"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": "", "branch": "HEAD"}], "benchmarks": {"benchmarks.mem_list": {"code": "def mem_list():\n \"\"\"Memory computations are prefixed with 'mem' or 'peakmem'.\"\"\"\n return example_benchmarks.memory_computation()", "name": "benchmarks.mem_list", "param_names": [], "params": [], "type": "memory", "unit": "bytes", "version": "a31e7e31a99db6599fc29032ea5a3cb9782922117f13e122a69c2745a93c3d32"}, "benchmarks.time_computation": {"code": "def time_computation():\n \"\"\"Time computations are prefixed with 'time'.\"\"\"\n example_benchmarks.runtime_computation()", "min_run_count": 2, "name": "benchmarks.time_computation", "number": 0, "param_names": [], "params": [], "repeat": 0, "rounds": 2, "sample_time": 0.01, "type": "time", "unit": "seconds", "version": "089635b7375b19f5c790c7337625b200db3327a27d63c756ac5dbb4c1fc25b62", "warmup_time": -1}}, "machines": {"gh-runner": {"machine": "gh-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"]]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"asv-version": "0.6.1", | ||
"timestamp": 1718374939648 | ||
"timestamp": 1718647368919 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"regressions": [["benchmarks.mem_list", "graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json", {}, null, 2224.0, 184.0, [[null, 7, 184.0, 440.0], [null, 9, 440.0, 2224.0]]], ["benchmarks.time_computation", "graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json", {}, null, 3.1802797149999833, 2.847460679500017, [[null, 10, 2.9769257639999864, 3.1802797149999833]]]]} | ||
{"regressions": [["benchmarks.mem_list", "graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json", {}, null, 3136.0, 184.0, [[null, 7, 184.0, 440.0], [null, 8, 440.0, 2224.0]]]]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:corrgi.asv,1970-01-01:/90a5198d986f368bde0df74affe8ffe31a124841000293e2f249d16a520b7dbe</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">corrgi performance regressions</title><updated>2024-06-14T14:22:06Z</updated><entry><id>tag:corrgi.asv,2024-06-14:/8dc7d927e93f649f79f51c51e7c53981fd20fbaaf96e8bed6292357dfc58909f</id><title xml:lang="en">405.45% benchmarks.mem_list</title><updated>2024-06-14T14:22:06Z</updated><link href="index.html#benchmarks.mem_list?commits=b8f4217ebbaa4a3c99c6f7016a001f5de0c65dd2" /><content xml:lang="en" type="html"><a href="index.html#benchmarks.mem_list?commits=b8f4217ebbaa4a3c99c6f7016a001f5de0c65dd2">405.45% regression</a> on 2024-06-14 14:19:23 in commit <a href="https://github.com/lincc-frameworks-mask-incubator/corrgi/commit/b8f4217ebbaa4a3c99c6f7016a001f5de0c65dd2">b8f4217e</a>.<br> | ||
New value: 2.22k, old value: 440.<br> | ||
Latest value: 2.22k (1108.70% worse | ||
than best value 184).</content></entry><entry><id>tag:corrgi.asv,2024-06-14:/f9d50dbea99e82eda2380a6c477a50d60de57f331cd5313b2b41192d0d719c3d</id><title xml:lang="en">6.83% benchmarks.time_computation</title><updated>2024-06-14T14:21:37Z</updated><link href="index.html#benchmarks.time_computation?commits=fc85aa21bae7ccb22365a224aa881da0e1b3d78f" /><content xml:lang="en" type="html"><a href="index.html#benchmarks.time_computation?commits=fc85aa21bae7ccb22365a224aa881da0e1b3d78f">6.83% regression</a> on 2024-06-14 14:19:44 in commit <a href="https://github.com/lincc-frameworks-mask-incubator/corrgi/commit/fc85aa21bae7ccb22365a224aa881da0e1b3d78f">fc85aa21</a>.<br> | ||
New value: 3.18s, old value: 2.98s.<br> | ||
Latest value: 3.18s (11.69% worse | ||
than best value 2.85s).</content></entry><entry><id>tag:corrgi.asv,2024-06-13:/3936295a651517f1386275dfa12ad9c8c33f5d4d93a7797b52fb3cce0cfeb25e</id><title xml:lang="en">139.13% benchmarks.mem_list</title><updated>2024-06-13T15:22:40Z</updated><link href="index.html#benchmarks.mem_list?commits=b09b4a64f05af6bd6627b51948332645100e2db1" /><content xml:lang="en" type="html"><a href="index.html#benchmarks.mem_list?commits=b09b4a64f05af6bd6627b51948332645100e2db1">139.13% regression</a> on 2024-06-13 15:21:01 in commit <a href="https://github.com/lincc-frameworks-mask-incubator/corrgi/commit/b09b4a64f05af6bd6627b51948332645100e2db1">b09b4a64</a>.<br> | ||
Latest value: 3.14k (1604.35% worse | ||
than best value 184).</content></entry><entry><id>tag:corrgi.asv,2024-06-13:/3936295a651517f1386275dfa12ad9c8c33f5d4d93a7797b52fb3cce0cfeb25e</id><title xml:lang="en">139.13% benchmarks.mem_list</title><updated>2024-06-13T15:22:40Z</updated><link href="index.html#benchmarks.mem_list?commits=b09b4a64f05af6bd6627b51948332645100e2db1" /><content xml:lang="en" type="html"><a href="index.html#benchmarks.mem_list?commits=b09b4a64f05af6bd6627b51948332645100e2db1">139.13% regression</a> on 2024-06-13 15:21:01 in commit <a href="https://github.com/lincc-frameworks-mask-incubator/corrgi/commit/b09b4a64f05af6bd6627b51948332645100e2db1">b09b4a64</a>.<br> | ||
New value: 440, old value: 184.<br> | ||
Latest value: 2.22k (1108.70% worse | ||
Latest value: 3.14k (1604.35% worse | ||
than best value 184).</content></entry></feed> |