diff --git a/benchmarks/results/benchmarks.json b/benchmarks/results/benchmarks.json deleted file mode 100644 index c129b31..0000000 --- a/benchmarks/results/benchmarks.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "benchmarks.MemSuite.mem_list": { - "code": "class MemSuite:\n def mem_list(self):\n return [0] * 255", - "name": "benchmarks.MemSuite.mem_list", - "param_names": [], - "params": [], - "timeout": 60.0, - "type": "memory", - "unit": "bytes", - "version": "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893" - }, - "benchmarks.TimeSuite.time_iterkeys": { - "code": "class TimeSuite:\n def time_iterkeys(self):\n time.sleep(0.25)\n\n def setup(self):\n self.d = {}\n for x in range(500):\n self.d[x] = None", - "min_run_count": 2, - "name": "benchmarks.TimeSuite.time_iterkeys", - "number": 0, - "param_names": [], - "params": [], - "repeat": 0, - "rounds": 2, - "sample_time": 0.01, - "timeout": 60.0, - "type": "time", - "unit": "seconds", - "version": "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", - "warmup_time": -1 - }, - "benchmarks.TimeSuite.time_keys": { - "code": "class TimeSuite:\n def time_keys(self):\n time.sleep(1)\n\n def setup(self):\n self.d = {}\n for x in range(500):\n self.d[x] = None", - "min_run_count": 2, - "name": "benchmarks.TimeSuite.time_keys", - "number": 0, - "param_names": [], - "params": [], - "repeat": 0, - "rounds": 2, - "sample_time": 0.01, - "timeout": 60.0, - "type": "time", - "unit": "seconds", - "version": "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", - "warmup_time": -1 - }, - "benchmarks.TimeSuite.time_range": { - "code": "class TimeSuite:\n def time_range(self):\n time.sleep(0.08)\n\n def setup(self):\n self.d = {}\n for x in range(500):\n self.d[x] = None", - "min_run_count": 2, - "name": "benchmarks.TimeSuite.time_range", - "number": 0, - "param_names": [], - "params": [], - "repeat": 0, - "rounds": 2, - "sample_time": 0.01, - "timeout": 60.0, - "type": "time", - "unit": "seconds", - "version": "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", - "warmup_time": -1 - }, - "benchmarks.TimeSuite.time_xrange": { - "code": "class TimeSuite:\n def time_xrange(self):\n time.sleep(0.5)\n\n def setup(self):\n self.d = {}\n for x in range(500):\n self.d[x] = None", - "min_run_count": 2, - "name": "benchmarks.TimeSuite.time_xrange", - "number": 0, - "param_names": [], - "params": [], - "repeat": 0, - "rounds": 2, - "sample_time": 0.01, - "timeout": 60.0, - "type": "time", - "unit": "seconds", - "version": "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", - "warmup_time": -1 - }, - "version": 2 -} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/068b45c8-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/068b45c8-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 193b5d7..0000000 --- a/benchmarks/results/gh-runner/068b45c8-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "068b45c81497ae58670ab1b4b87309fe8e48e194", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690834093000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.0501155985000139], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005308079, 0.80742, [0.050085], [0.050184], [0.050094], [0.050135], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6006713415000036], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005308483, 7.278, [0.60008], [0.6008], [0.60065], [0.60073], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13018171550001512], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005312097, 1.6102, [0.13017], [0.13021], [0.13018], [0.13019], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9009631845000001], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005312902, 10.838, [0.90072], [0.90105], [0.90095], [0.90103], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005308026, 0.052745]}, "durations": {"": 10.593778133392334}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/11218368-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/11218368-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index d8123ca..0000000 --- a/benchmarks/results/gh-runner/11218368-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "1121836880e7cf18eedb582ee07da1aab5367a4c", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691003855000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.05014003100000508], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691003927327, 0.80698, [0.050134], [0.050197], [0.050137], [0.050184], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6007022479999975], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691003927731, 7.2282, [0.60063], [0.60075], [0.60069], [0.60072], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.1302220979999973], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691003931345, 1.6098, [0.13017], [0.13028], [0.13022], [0.13023], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9010035859999945], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691003932150, 10.841, [0.90095], [0.90107], [0.901], [0.90101], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691003927274, 0.052901]}, "durations": {}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/1e8d4ccb-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/1e8d4ccb-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 098a457..0000000 --- a/benchmarks/results/gh-runner/1e8d4ccb-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "1e8d4ccb0a637e55025606d8705be4d2cf831e50", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690551930000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.25037668149997216], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691006066035, 3.1166, [0.25017], [0.2504], [0.25037], [0.25039], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.0011381374999928], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691006067594, 12.047, [1.0011], [1.0012], [1.0011], [1.0012], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08019901749997871], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691006073618, 1.21, [0.080191], [0.080274], [0.080197], [0.080211], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.5006174950000286], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691006074224, 6.1271, [0.50056], [0.50072], [0.50062], [0.50064], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691006065982, 0.052957]}, "durations": {"": 9.886561632156372}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/2e15cfd1-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/2e15cfd1-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index fdd694c..0000000 --- a/benchmarks/results/gh-runner/2e15cfd1-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "2e15cfd1ed4cc854706ae12050895a9ee3444dbc", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690569578000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.050119549499981986], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005339335, 0.80772, [0.050094], [0.05018], [0.050106], [0.050176], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.600697917500014], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005339739, 7.2777, [0.60028], [0.60075], [0.60068], [0.60072], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13021469449998335], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005343354, 1.6092, [0.13018], [0.13026], [0.13021], [0.13024], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9010063174999914], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005344159, 10.84, [0.90098], [0.90104], [0.90098], [0.90103], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005339282, 0.052456]}, "durations": {"": 10.441156148910522}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/2e8a5720-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/2e8a5720-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 102d1c7..0000000 --- a/benchmarks/results/gh-runner/2e8a5720-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "2e8a5720a78f95433699924803866523dded8ebd", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691001128000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.05012501050001106], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005276614, 0.80784, [0.050086], [0.050181], [0.050112], [0.05017], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6006854329999953], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005277019, 7.2795, [0.60065], [0.60075], [0.60066], [0.60073], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13021130699998196], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005280683, 1.6096, [0.13018], [0.13027], [0.13018], [0.13024], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9009851164999816], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005281489, 10.841, [0.90071], [0.90106], [0.90096], [0.90104], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005276562, 0.052388]}, "durations": {"": 10.479940176010132}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/624027da-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/624027da-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 8462624..0000000 --- a/benchmarks/results/gh-runner/624027da-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "624027da56a1a4df51f2dac9e3105d8aca4be4bf", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690551904000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.05016550100000927], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005464469, 0.80799, [0.050091], [0.050228], [0.050109], [0.050185], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6007272489999878], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005464873, 7.2771, [0.60067], [0.60074], [0.60069], [0.60073], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13020834450000507], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005468487, 1.6097, [0.13019], [0.13025], [0.13021], [0.13021], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9009666424999807], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005469292, 10.839, [0.90095], [0.90103], [0.90096], [0.901], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005464416, 0.052472]}, "durations": {"": 10.559348583221436}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/6c901b6e-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/6c901b6e-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 54b6a1c..0000000 --- a/benchmarks/results/gh-runner/6c901b6e-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "6c901b6e8e8a215fb2c39b2c319745665827f98d", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690997779000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.2503663930000073], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691005902847, 3.1169, [0.25029], [0.25041], [0.25036], [0.25037], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.0011171145000048], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691005904406, 12.045, [1.0011], [1.0011], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08019913449999194], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691005910430, 1.2087, [0.080193], [0.080235], [0.080196], [0.080201], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.500619183000012], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691005911035, 6.1264, [0.50054], [0.50066], [0.50061], [0.50062], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005902794, 0.053046]}, "durations": {"": 9.80098009109497}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/75f38499-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/75f38499-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 901fe69..0000000 --- a/benchmarks/results/gh-runner/75f38499-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "75f38499adc4aa75eca8fe5862e0b8be3fe545f1", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690560783000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.2503491060000158], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691006000714, 3.1168, [0.2503], [0.25038], [0.25032], [0.25037], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.001134565000001], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691006002272, 12.049, [1.0011], [1.0012], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08019883999998001], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691006008297, 1.2096, [0.080147], [0.080232], [0.08019], [0.080213], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.5006375310000237], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691006008903, 6.0782, [0.50056], [0.50068], [0.50062], [0.50065], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691006000660, 0.052923]}, "durations": {"": 9.90271520614624}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/7c7638c6-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/7c7638c6-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index da275c5..0000000 --- a/benchmarks/results/gh-runner/7c7638c6-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "7c7638c6a792e5d10fd9c825e887c3431181eeaa", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691002154000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.0501148765000039], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005245358, 0.80875, [0.050096], [0.050181], [0.050107], [0.050147], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6006550544999953], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005245762, 7.2281, [0.60063], [0.60074], [0.60065], [0.60067], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13022673800000462], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005249378, 1.6094, [0.13018], [0.13028], [0.13019], [0.13025], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9009771099999995], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005250183, 10.842, [0.90035], [0.90104], [0.90096], [0.90098], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005245305, 0.052594]}, "durations": {"": 11.112481355667114}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/86e543ab-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/86e543ab-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 63121d7..0000000 --- a/benchmarks/results/gh-runner/86e543ab-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "86e543ab075b9109d1e6ffe0c0fad48d4fbf4d1d", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690554694000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.050165547500000685], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005433085, 0.80807, [0.050086], [0.050205], [0.050101], [0.050178], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6007241350000072], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005433490, 7.2798, [0.60064], [0.60075], [0.60065], [0.60073], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13022087649997616], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005437106, 1.6112, [0.13018], [0.13026], [0.13019], [0.13026], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9010163865000038], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005437911, 10.845, [0.90052], [0.90108], [0.90098], [0.90104], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005433033, 0.052451]}, "durations": {"": 10.547030687332153}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/88e1f0f6-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/88e1f0f6-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 839889a..0000000 --- a/benchmarks/results/gh-runner/88e1f0f6-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "88e1f0f6497af8af16c8e1d975c6328ddd5aadd6", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691005127000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.05017616150000492], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005213476, 0.80739, [0.050125], [0.050198], [0.050167], [0.050185], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.600722706500008], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005213879, 7.2788, [0.60064], [0.60077], [0.6007], [0.60073], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13024995400000705], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005217494, 1.6091, [0.13018], [0.13029], [0.1302], [0.13027], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9010181679999931], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005218299, 10.839, [0.90097], [0.90105], [0.90098], [0.90103], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005213422, 0.053056]}, "durations": {}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/8f350065-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/8f350065-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 5d79647..0000000 --- a/benchmarks/results/gh-runner/8f350065-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "8f3500651cf24d28020f751fdc1d762b03394b72", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690561268000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.050098654500004614], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005370415, 0.80809, [0.050083], [0.050219], [0.050095], [0.050145], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6007327679999719], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005370820, 7.2293, [0.60065], [0.60079], [0.60069], [0.60075], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13023925299998496], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005374435, 1.6095, [0.13019], [0.13029], [0.13021], [0.13027], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9009975324999857], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005375240, 10.84, [0.90096], [0.90103], [0.90098], [0.90101], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005370362, 0.052779]}, "durations": {"": 10.311256170272827}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/8fa80bda-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/8fa80bda-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index fdd5a93..0000000 --- a/benchmarks/results/gh-runner/8fa80bda-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "8fa80bda10453a1db00b6394d228da31cb2c9f0e", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691005758000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.25036523899998997], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691005837636, 3.1167, [0.25036], [0.25041], [0.25036], [0.25038], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.001141405999988], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691005839194, 12.047, [1.0003], [1.0011], [1.001], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08021170999998617], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691005845219, 1.2093, [0.080073], [0.080227], [0.080197], [0.080217], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.5006335764999932], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691005845824, 6.0773, [0.50054], [0.50068], [0.50061], [0.50065], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005837531, 0.10485]}, "durations": {}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/9ad7cdf7-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/9ad7cdf7-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 96dd0da..0000000 --- a/benchmarks/results/gh-runner/9ad7cdf7-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "9ad7cdf769f50caec64558c2017deebdb4b0d339", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691003176000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.01016696449998733], [], "7acb4b5c1e1f3aff39b611f21185ad607ec791530d0256e22a9d64281fb18ea0", 1691003263504, 0.40613, [0.010086], [0.010186], [0.010101], [0.010169], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.5006245529999944], [], "69cfa2346cb49fe5fafebca141c8abae9182145d4cdcad8bdf0f3006910ae90a", 1691003263707, 6.1241, [0.50054], [0.50065], [0.50061], [0.50063], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.250365979999998], [], "3fec4ccdc44a14aa19d8e49d3d7a1f69ba468e88b993d9c393a4f3360f0f3d46", 1691003266770, 3.115, [0.25031], [0.25057], [0.25036], [0.25039], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[1.0011286774999917], [], "5499fb7abe3cb03eb8155190cb14acddcde902a45b161317d36cc6465a961482", 1691003268328, 12.043, [1.0011], [1.0011], [1.0011], [1.0011], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691003263400, 0.10373]}, "durations": {}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/9d7ec778-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/9d7ec778-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index f768d77..0000000 --- a/benchmarks/results/gh-runner/9d7ec778-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "9d7ec7789f75bb9d2faceb906076195c12275125", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690555016000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.2503884550000066], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691006033363, 3.1157, [0.25034], [0.25041], [0.25037], [0.25039], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.0010900919999983], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691006034921, 12.048, [1.001], [1.0011], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08019698550000953], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691006040945, 1.209, [0.080125], [0.080221], [0.080195], [0.080202], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.5006205244999933], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691006041549, 6.1281, [0.50054], [0.50068], [0.50059], [0.50063], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691006033310, 0.052952]}, "durations": {"": 9.860084056854248}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/bdb0c55d-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/bdb0c55d-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index ce8a650..0000000 --- a/benchmarks/results/gh-runner/bdb0c55d-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "bdb0c55d9bfab683e470f565f0587d52b3179bef", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690557531000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.05011278050002943], [], "860e3afe599063e28a4c87a04d64a3250bdfe92b50f9737e29c1b1f8b654298d", 1691005401714, 0.80813, [0.050083], [0.050176], [0.05011], [0.050122], [1], [10]], "benchmarks.TimeSuite.time_keys": [[0.6007029484999862], [], "df14588996858cd44df56d188e325f1cea95f429c5fed2425c71ee7acc5a4b0b", 1691005402119, 7.2764, [0.60067], [0.60074], [0.60069], [0.60073], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.13020640449997245], [], "ca6590e62bd21be3130ca25ca758be5179feb0a313cd50292d47c29462aa7b22", 1691005405733, 1.6085, [0.13018], [0.13028], [0.1302], [0.13024], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.9009810589999745], [], "6f479c717f7ac41b01a8b8b1f124d92b7bc68d83d3a10dbd7b1a1e24be06cd34", 1691005406538, 10.841, [0.9004], [0.90106], [0.90097], [0.90102], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005401662, 0.052387]}, "durations": {"": 10.47964358329773}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/d1e87f8c-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/d1e87f8c-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 671e6d2..0000000 --- a/benchmarks/results/gh-runner/d1e87f8c-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "d1e87f8ce3e15048d4f3eea4d409875dd92cd690", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690561912000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.2503385425000033], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691005968075, 3.116, [0.2503], [0.25042], [0.25031], [0.25037], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.0011155390000113], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691005969633, 12.045, [1.001], [1.0012], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08019492449997756], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691005975656, 1.2093, [0.08013], [0.08022], [0.080191], [0.080201], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.500620830999992], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691005976261, 6.1273, [0.50029], [0.50065], [0.50062], [0.50062], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005968022, 0.052852]}, "durations": {"": 9.842203617095947}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/dc0b583a-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/dc0b583a-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 175eb26..0000000 --- a/benchmarks/results/gh-runner/dc0b583a-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "dc0b583ae58f7c939ab0eb3b3fe1f126056a70e9", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1690570076000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.25038536799999633], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691005935443, 3.1169, [0.2501], [0.25039], [0.25037], [0.25039], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.0011117610000042], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691005937002, 12.05, [1.0011], [1.0012], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08016688250000925], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691005943027, 1.209, [0.08012], [0.080252], [0.080135], [0.080208], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.5005983629999946], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691005943632, 6.078, [0.50054], [0.50065], [0.50057], [0.50062], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005935390, 0.053008]}, "durations": {"": 9.855136156082153}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/e518c251-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/e518c251-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 182babd..0000000 --- a/benchmarks/results/gh-runner/e518c251-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "e518c25138c3c54e15d84f5e7676f13b0292a2fb", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691003425000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.15025256950001165], [], "a43b052ab3a481f0254dd9ce35dddd23f89ae9063e99ce8250da54837c5c0f63", 1691003502170, 1.9105, [0.1502], [0.15031], [0.15025], [0.15026], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.001116445000008], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691003503126, 12.044, [1.0002], [1.0011], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.10019116549999296], [], "231ccf74f63caae20cab90895e1b59a2696b16fa951ba302f3eb88d616beac7e", 1691003509148, 1.3083, [0.10013], [0.10023], [0.10015], [0.1002], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.7007664995000056], [], "a38004ef72b8f7f71051ed7a98521d62c15acae4e56e78cdc564d4b064eceb55", 1691003509802, 8.4309, [0.70028], [0.70082], [0.70074], [0.70081], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691003502117, 0.052738]}, "durations": {}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/f83cebb1-virtualenv-py3.10-Cython-build-packaging.json b/benchmarks/results/gh-runner/f83cebb1-virtualenv-py3.10-Cython-build-packaging.json deleted file mode 100644 index 05b1d4a..0000000 --- a/benchmarks/results/gh-runner/f83cebb1-virtualenv-py3.10-Cython-build-packaging.json +++ /dev/null @@ -1 +0,0 @@ -{"commit_hash": "f83cebb1f2fa34d521b24eae170c8a24c4ff45fa", "env_name": "virtualenv-py3.10-Cython-build-packaging", "date": 1691001476000, "params": {"machine": "gh-runner", "python": "3.10", "Cython": "", "build": "", "packaging": ""}, "python": "3.10", "requirements": {"Cython": "", "build": "", "packaging": ""}, "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": {"benchmarks.TimeSuite.time_iterkeys": [[0.2503548199999983], [], "e3884fe8693878184b97403814bcdd716ebe11c60ae72ce20feb978ad6100bc7", 1691005870260, 3.1168, [0.2503], [0.25039], [0.25031], [0.25037], [1], [10]], "benchmarks.TimeSuite.time_keys": [[1.0011283850000012], [], "ce87343e673ea327b7d509ef92363fb104513e9e6a23c61b23b6a1cfd6f747ba", 1691005871819, 12.048, [1.0011], [1.0012], [1.0011], [1.0011], [1], [10]], "benchmarks.TimeSuite.time_range": [[0.08019589399999916], [], "bde783d0215ea55a7e68130422404840a8e8e97697dcd7f4b275ad49c61e4cf3", 1691005877844, 1.2093, [0.080125], [0.080243], [0.080138], [0.080198], [1], [10]], "benchmarks.TimeSuite.time_xrange": [[0.5006248025000133], [], "e3e49a26c6acc3e090ccf6920fc97fe6b8b98bff484896a9f02c073f90706781", 1691005878449, 6.1282, [0.50061], [0.50066], [0.50062], [0.50063], [1], [10]], "benchmarks.MemSuite.mem_list": [[2096], [], "7181d0f7683edda0db60ad450e89449ca4451f3d0ce2271c39e23b08a7aa5893", 1691005870207, 0.053031]}, "durations": {"": 9.884657621383667}, "version": 2} \ No newline at end of file diff --git a/benchmarks/results/gh-runner/machine.json b/benchmarks/results/gh-runner/machine.json deleted file mode 100644 index d95a8eb..0000000 --- a/benchmarks/results/gh-runner/machine.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "machine": "gh-runner", - "version": 1 -} \ No newline at end of file