Skip to content

Commit

Permalink
Deploying to gh-pages from @ 908235f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jan 19, 2024
1 parent 0fb50da commit 95f043f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 20023080.0]]
[[0, 19958214.285714287]]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, [15005.379613208346, 13033194700.000002]]]
[[0, [14742.63002114165, 12944563100.0]]]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name": "HasNonZeroNonNegativeVector.track_time", "idx": null, "pretty_name": "HasNonZeroNonNegativeVector.track_time", "last_rev": 0, "last_value": 20023080.0, "last_err": 0.0, "prev_value": null, "change_rev": null}, {"name": "Induction\u27e8int\u27e9.track_time", "idx": 0, "pretty_name": "Induction\u27e8int\u27e9.track_time('8')", "last_rev": 0, "last_value": 15005.379613208346, "last_err": 0.0, "prev_value": null, "change_rev": null}, {"name": "Induction\u27e8int\u27e9.track_time", "idx": 1, "pretty_name": "Induction\u27e8int\u27e9.track_time('34')", "last_rev": 0, "last_value": 13033194700.000002, "last_err": 0.0, "prev_value": null, "change_rev": null}]
[{"name": "HasNonZeroNonNegativeVector.track_time", "idx": null, "pretty_name": "HasNonZeroNonNegativeVector.track_time", "last_rev": 0, "last_value": 19958214.285714287, "last_err": 0.0, "prev_value": null, "change_rev": null}, {"name": "Induction\u27e8int\u27e9.track_time", "idx": 0, "pretty_name": "Induction\u27e8int\u27e9.track_time('8')", "last_rev": 0, "last_value": 14742.63002114165, "last_err": 0.0, "prev_value": null, "change_rev": null}, {"name": "Induction\u27e8int\u27e9.track_time", "idx": 1, "pretty_name": "Induction\u27e8int\u27e9.track_time('34')", "last_rev": 0, "last_value": 12944563100.0, "last_err": 0.0, "prev_value": null, "change_rev": null}]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 20023080.0]]
[[0, 19958214.285714287]]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[0, 13984564.13501526]]
[[0, 13814373.115296343]]
2 changes: 1 addition & 1 deletion asv/index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"project": "intervalxt", "project_url": "https://github.com/flatsurf/intervalxt", "show_commit_url": "https://github.com/flatsurf/intervalxt/commit/", "hash_length": 8, "revision_to_hash": {"0": "42ef91fa4c3a831759ad6ae2c4f389f12724ffe5"}, "revision_to_date": {"0": 1705603437000}, "params": {"arch": ["x86_64"], "cpu": ["Standard_DS2_v2"], "machine": ["Azure"], "os": ["Linux"], "ram": ["61830880"], "python": ["3.9"], "automake": [""], "benchmark==1.5.0": [""], "boost-cpp": [""], "ccache": [""], "coreutils": [""], "flatsurf::cppasv": [""], "cppyy": [""], "cppyythonizations": [""], "cxx-compiler": [""], "fmt": [""], "gmp": [""], "gmpxxll": [""], "gmpxxyy": [""], "libeantic": [""], "libexactreal": [""], "libflint": [""], "libtool": [""], "make": [""], "ppl": [""], "pyeantic": [""], "pyexactreal>=3,<4": [""], "pytest": [""], "setuptools": [""], "cppasv": ["", null], "e-antic": ["", null], "pyexactreal>=2.0.0,<3": ["", null], "branch": ["master"]}, "graph_param_list": [{"arch": "x86_64", "cpu": "Standard_DS2_v2", "machine": "Azure", "os": "Linux", "ram": "61830880", "python": "3.9", "automake": "", "benchmark==1.5.0": "", "boost-cpp": "", "ccache": "", "coreutils": "", "flatsurf::cppasv": "", "cppyy": "", "cppyythonizations": "", "cxx-compiler": "", "fmt": "", "gmp": "", "gmpxxll": "", "gmpxxyy": "", "libeantic": "", "libexactreal": "", "libflint": "", "libtool": "", "make": "", "ppl": "", "pyeantic": "", "pyexactreal>=3,<4": "", "pytest": "", "setuptools": "", "branch": "master", "cppasv": null, "e-antic": null, "pyexactreal>=2.0.0,<3": null}], "benchmarks": {"HasNonZeroNonNegativeVector.track_time": {"code": "class <locals>:\n def run_benchmark(self, params=None):\n filter = f\"{name}\"\n if params:\n filter = f\"{name}/{params.replace(', ', '/')}\"\n out = subprocess.check_output([benchmark, f\"--benchmark_filter={filter}\", \"--benchmark_format=json\"])\n \n import json\n out = json.loads(out)\n \n assert(len(out[\"benchmarks\"]) == 1)\n time = out[\"benchmarks\"][0][\"cpu_time\"]\n unit = out[\"benchmarks\"][0][\"time_unit\"]\n \n if unit == \"s\":\n time *= 1000\n unit = \"ms\"\n if unit == \"ms\":\n time *= 1000\n unit = \"us\"\n if unit == \"us\":\n time *= 1000\n unit = \"ns\"\n \n assert(unit == \"ns\")\n \n return time", "name": "HasNonZeroNonNegativeVector.track_time", "param_names": [], "params": [], "type": "track", "unit": "ns", "version": "0"}, "Induction\u27e8int\u27e9.track_time": {"code": "class <locals>:\n def run_benchmark(self, params=None):\n filter = f\"{name}\"\n if params:\n filter = f\"{name}/{params.replace(', ', '/')}\"\n out = subprocess.check_output([benchmark, f\"--benchmark_filter={filter}\", \"--benchmark_format=json\"])\n \n import json\n out = json.loads(out)\n \n assert(len(out[\"benchmarks\"]) == 1)\n time = out[\"benchmarks\"][0][\"cpu_time\"]\n unit = out[\"benchmarks\"][0][\"time_unit\"]\n \n if unit == \"s\":\n time *= 1000\n unit = \"ms\"\n if unit == \"ms\":\n time *= 1000\n unit = \"us\"\n if unit == \"us\":\n time *= 1000\n unit = \"ns\"\n \n assert(unit == \"ns\")\n \n return time", "name": "Induction\u27e8int\u27e9.track_time", "param_names": ["param1"], "params": [["'8'", "'34'"]], "type": "track", "unit": "ns", "version": "0"}}, "machines": {"Azure": {"arch": "x86_64", "cpu": "Standard_DS2_v2", "machine": "Azure", "os": "Linux", "ram": "61830880", "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": "intervalxt", "project_url": "https://github.com/flatsurf/intervalxt", "show_commit_url": "https://github.com/flatsurf/intervalxt/commit/", "hash_length": 8, "revision_to_hash": {"0": "908235fff810ffe3909d75035ebf0c235bcce696"}, "revision_to_date": {"0": 1705642300000}, "params": {"arch": ["x86_64"], "cpu": ["Standard_DS2_v2"], "machine": ["Azure"], "os": ["Linux"], "ram": ["61830880"], "python": ["3.9"], "automake": [""], "benchmark==1.5.0": [""], "boost-cpp": [""], "ccache": [""], "coreutils": [""], "flatsurf::cppasv": [""], "cppyy": [""], "cppyythonizations": [""], "cxx-compiler": [""], "fmt": [""], "gmp": [""], "gmpxxll": [""], "gmpxxyy": [""], "libeantic": [""], "libexactreal": [""], "libflint": [""], "libtool": [""], "make": [""], "ppl": [""], "pyeantic": [""], "pyexactreal>=3,<4": [""], "pytest": [""], "setuptools": [""], "cppasv": ["", null], "e-antic": ["", null], "pyexactreal>=2.0.0,<3": ["", null], "branch": ["master"]}, "graph_param_list": [{"arch": "x86_64", "cpu": "Standard_DS2_v2", "machine": "Azure", "os": "Linux", "ram": "61830880", "python": "3.9", "automake": "", "benchmark==1.5.0": "", "boost-cpp": "", "ccache": "", "coreutils": "", "flatsurf::cppasv": "", "cppyy": "", "cppyythonizations": "", "cxx-compiler": "", "fmt": "", "gmp": "", "gmpxxll": "", "gmpxxyy": "", "libeantic": "", "libexactreal": "", "libflint": "", "libtool": "", "make": "", "ppl": "", "pyeantic": "", "pyexactreal>=3,<4": "", "pytest": "", "setuptools": "", "branch": "master", "cppasv": null, "e-antic": null, "pyexactreal>=2.0.0,<3": null}], "benchmarks": {"HasNonZeroNonNegativeVector.track_time": {"code": "class <locals>:\n def run_benchmark(self, params=None):\n filter = f\"{name}\"\n if params:\n filter = f\"{name}/{params.replace(', ', '/')}\"\n out = subprocess.check_output([benchmark, f\"--benchmark_filter={filter}\", \"--benchmark_format=json\"])\n \n import json\n out = json.loads(out)\n \n assert(len(out[\"benchmarks\"]) == 1)\n time = out[\"benchmarks\"][0][\"cpu_time\"]\n unit = out[\"benchmarks\"][0][\"time_unit\"]\n \n if unit == \"s\":\n time *= 1000\n unit = \"ms\"\n if unit == \"ms\":\n time *= 1000\n unit = \"us\"\n if unit == \"us\":\n time *= 1000\n unit = \"ns\"\n \n assert(unit == \"ns\")\n \n return time", "name": "HasNonZeroNonNegativeVector.track_time", "param_names": [], "params": [], "type": "track", "unit": "ns", "version": "0"}, "Induction\u27e8int\u27e9.track_time": {"code": "class <locals>:\n def run_benchmark(self, params=None):\n filter = f\"{name}\"\n if params:\n filter = f\"{name}/{params.replace(', ', '/')}\"\n out = subprocess.check_output([benchmark, f\"--benchmark_filter={filter}\", \"--benchmark_format=json\"])\n \n import json\n out = json.loads(out)\n \n assert(len(out[\"benchmarks\"]) == 1)\n time = out[\"benchmarks\"][0][\"cpu_time\"]\n unit = out[\"benchmarks\"][0][\"time_unit\"]\n \n if unit == \"s\":\n time *= 1000\n unit = \"ms\"\n if unit == \"ms\":\n time *= 1000\n unit = \"us\"\n if unit == \"us\":\n time *= 1000\n unit = \"ns\"\n \n assert(unit == \"ns\")\n \n return time", "name": "Induction\u27e8int\u27e9.track_time", "param_names": ["param1"], "params": [["'8'", "'34'"]], "type": "track", "unit": "ns", "version": "0"}}, "machines": {"Azure": {"arch": "x86_64", "cpu": "Standard_DS2_v2", "machine": "Azure", "os": "Linux", "ram": "61830880", "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 asv/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"asv-version": "0.6.1",
"timestamp": 1705603635275
"timestamp": 1705642528303
}
2 changes: 1 addition & 1 deletion asv/regressions.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version='1.0' encoding='utf-8'?>
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:intervalxt.asv,1970-01-01:/c60318c46c8f3bcea0da620ede646bb292e846b7d59f2d3b92f1d921030c9c8b</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">intervalxt performance regressions</title><updated>2024-01-18T18:47:15Z</updated></feed>
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:intervalxt.asv,1970-01-01:/c60318c46c8f3bcea0da620ede646bb292e846b7d59f2d3b92f1d921030c9c8b</id><author><name>Airspeed Velocity</name></author><title xml:lang="en">intervalxt performance regressions</title><updated>2024-01-19T05:35:28Z</updated></feed>

0 comments on commit 95f043f

Please sign in to comment.