Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc984c8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Jun 13, 2024
1 parent b1f951b commit b868f8d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 3408.0], [1, 1408.0], [2, 2192.0], [4, 952.0]]
[[0, 3408.0], [1, 1408.0], [2, 2192.0], [3, 952.0], [5, 4096.0]]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [4, 2.6406906039999853]]
[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [3, 2.6406906039999853], [5, 2.527464925999979]]
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": 4, "last_value": 1800.0, "last_err": 810.0, "prev_value": null, "change_rev": null}, {"name": "benchmarks.time_computation", "idx": null, "pretty_name": "benchmarks.time_computation", "last_rev": 4, "last_value": 2.6406906039999853, "last_err": 0.0, "prev_value": 2.1488537259999987, "change_rev": [2, 4]}]
[{"name": "benchmarks.mem_list", "idx": null, "pretty_name": "benchmarks.mem_list", "last_rev": 5, "last_value": 2192.0, "last_err": 1028.8, "prev_value": null, "change_rev": null}, {"name": "benchmarks.time_computation", "idx": null, "pretty_name": "benchmarks.time_computation", "last_rev": 5, "last_value": 2.527464925999979, "last_err": 0.22892717914647703, "prev_value": null, "change_rev": null}]
2 changes: 1 addition & 1 deletion graphs/summary/benchmarks.mem_list.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 3408.0], [1, 1408.0], [2, 2192.0], [4, 952.0]]
[[0, 3408.0], [1, 1408.0], [2, 2192.0], [3, 952.0], [5, 4096.0]]
2 changes: 1 addition & 1 deletion graphs/summary/benchmarks.time_computation.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [4, 2.6406906039999853]]
[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [3, 2.6406906039999853], [5, 2.527464925999979]]
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"project": "mapals", "project_url": "https://github.com/lincc-frameworks/mapals", "show_commit_url": "https://github.com/lincc-frameworks/mapals/commit/", "hash_length": 8, "revision_to_hash": {"0": "35812e91010bf77233890adc1f13220e52dac28a", "1": "28f05bc3d52d6c810cc3c0104e5107e8378b7c1b", "2": "53f3f4cf11d55b82c9f294c58b816b53c846ce80", "4": "7cfb2ca9f1eb907dda690926dd22bb135cff7e9d"}, "revision_to_date": {"0": 1718165776000, "1": 1718167029000, "2": 1718167431000, "4": 1718250918000}, "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": "mapals", "project_url": "https://github.com/lincc-frameworks/mapals", "show_commit_url": "https://github.com/lincc-frameworks/mapals/commit/", "hash_length": 8, "revision_to_hash": {"0": "35812e91010bf77233890adc1f13220e52dac28a", "1": "28f05bc3d52d6c810cc3c0104e5107e8378b7c1b", "2": "53f3f4cf11d55b82c9f294c58b816b53c846ce80", "3": "7cfb2ca9f1eb907dda690926dd22bb135cff7e9d", "5": "bc984c8628beab43bd6087c2573f7aaa30d87573"}, "revision_to_date": {"0": 1718165776000, "1": 1718167029000, "2": 1718167431000, "3": 1718250918000, "5": 1718251160000}, "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"]]}
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"asv-version": "0.6.1",
"timestamp": 1718250998650
"timestamp": 1718251239914
}
2 changes: 1 addition & 1 deletion regressions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"regressions": [["benchmarks.time_computation", "graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json", {}, null, 2.6406906039999853, 2.008789721999989, [[null, 4, 2.1488537259999987, 2.6406906039999853]]]]}
{"regressions": []}
5 changes: 1 addition & 4 deletions regressions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
<?xml version='1.0' encoding='utf-8'?>
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:mapals.asv,1970-01-01:/8ab89f21e8f2de4bcd46078f1233f3e3594e130b33d63bc0629a90a4ab3707bf</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">mapals performance regressions</title><updated>2024-06-13T03:56:23Z</updated><entry><id>tag:mapals.asv,2024-06-13:/91ae4594fd30723104ea3c841d96c11389cd3b678f14924a7691690ec2575624</id><title xml:lang="en">22.89% benchmarks.time_computation</title><updated>2024-06-13T03:56:23Z</updated><link href="index.html#benchmarks.time_computation?commits=7cfb2ca9f1eb907dda690926dd22bb135cff7e9d" /><content xml:lang="en" type="html">&lt;a href="index.html#benchmarks.time_computation?commits=7cfb2ca9f1eb907dda690926dd22bb135cff7e9d"&gt;22.89% regression&lt;/a&gt; on 2024-06-13 03:55:18 in commit &lt;a href="https://github.com/lincc-frameworks/mapals/commit/7cfb2ca9f1eb907dda690926dd22bb135cff7e9d"&gt;7cfb2ca9&lt;/a&gt;.&lt;br&gt;
New value: 2.64s, old value: 2.15s.&lt;br&gt;
Latest value: 2.64s (31.46% worse
than best value 2.01s).</content></entry></feed>
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:mapals.asv,1970-01-01:/8ab89f21e8f2de4bcd46078f1233f3e3594e130b33d63bc0629a90a4ab3707bf</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">mapals performance regressions</title><updated>2024-06-13T04:00:39Z</updated></feed>

0 comments on commit b868f8d

Please sign in to comment.