diff --git a/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json b/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json index ac66ce5..e65132d 100644 --- a/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json +++ b/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.mem_list.json @@ -1 +1 @@ -[[0, 3408.0], [1, 1408.0], [2, 2192.0], [4, 952.0]] \ No newline at end of file +[[0, 3408.0], [1, 1408.0], [2, 2192.0], [3, 952.0], [5, 4096.0]] \ No newline at end of file diff --git a/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json b/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json index e1e7971..aab906e 100644 --- a/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json +++ b/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/benchmarks.time_computation.json @@ -1 +1 @@ -[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [4, 2.6406906039999853]] \ No newline at end of file +[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [3, 2.6406906039999853], [5, 2.527464925999979]] \ No newline at end of file diff --git a/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/summary.json b/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/summary.json index 6018784..cbc416c 100644 --- a/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/summary.json +++ b/graphs/Cython/branch-HEAD/build/machine-gh-runner/packaging/python-3.10/summary.json @@ -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]}] \ No newline at end of file +[{"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}] \ No newline at end of file diff --git a/graphs/summary/benchmarks.mem_list.json b/graphs/summary/benchmarks.mem_list.json index ac66ce5..e65132d 100644 --- a/graphs/summary/benchmarks.mem_list.json +++ b/graphs/summary/benchmarks.mem_list.json @@ -1 +1 @@ -[[0, 3408.0], [1, 1408.0], [2, 2192.0], [4, 952.0]] \ No newline at end of file +[[0, 3408.0], [1, 1408.0], [2, 2192.0], [3, 952.0], [5, 4096.0]] \ No newline at end of file diff --git a/graphs/summary/benchmarks.time_computation.json b/graphs/summary/benchmarks.time_computation.json index e1e7971..aab906e 100644 --- a/graphs/summary/benchmarks.time_computation.json +++ b/graphs/summary/benchmarks.time_computation.json @@ -1 +1 @@ -[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [4, 2.6406906039999853]] \ No newline at end of file +[[0, 2.6212476420000144], [1, 2.008789721999989], [2, 2.1488537259999987], [3, 2.6406906039999853], [5, 2.527464925999979]] \ No newline at end of file diff --git a/index.json b/index.json index 90d83b6..c86c68c 100644 --- a/index.json +++ b/index.json @@ -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"]]} \ No newline at end of file +{"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"]]} \ No newline at end of file diff --git a/info.json b/info.json index 212cf31..37c394c 100644 --- a/info.json +++ b/info.json @@ -1,4 +1,4 @@ { "asv-version": "0.6.1", - "timestamp": 1718250998650 + "timestamp": 1718251239914 } \ No newline at end of file diff --git a/regressions.json b/regressions.json index e338164..37090c9 100644 --- a/regressions.json +++ b/regressions.json @@ -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]]]]} \ No newline at end of file +{"regressions": []} \ No newline at end of file diff --git a/regressions.xml b/regressions.xml index 3ee7d8a..1ec3de6 100644 --- a/regressions.xml +++ b/regressions.xml @@ -1,5 +1,2 @@ -tag:mapals.asv,1970-01-01:/8ab89f21e8f2de4bcd46078f1233f3e3594e130b33d63bc0629a90a4ab3707bfAirspeed Velocitymapals performance regressions2024-06-13T03:56:23Ztag:mapals.asv,2024-06-13:/91ae4594fd30723104ea3c841d96c11389cd3b678f14924a7691690ec257562422.89% benchmarks.time_computation2024-06-13T03:56:23Z<a href="index.html#benchmarks.time_computation?commits=7cfb2ca9f1eb907dda690926dd22bb135cff7e9d">22.89% regression</a> on 2024-06-13 03:55:18 in commit <a href="https://github.com/lincc-frameworks/mapals/commit/7cfb2ca9f1eb907dda690926dd22bb135cff7e9d">7cfb2ca9</a>.<br> - New value: 2.64s, old value: 2.15s.<br> - Latest value: 2.64s (31.46% worse - than best value 2.01s). \ No newline at end of file +tag:mapals.asv,1970-01-01:/8ab89f21e8f2de4bcd46078f1233f3e3594e130b33d63bc0629a90a4ab3707bfAirspeed Velocitymapals performance regressions2024-06-13T04:00:39Z \ No newline at end of file