Skip to content

Commit 8ae6976

Browse files
committed
Merge remote-tracking branch 'origin/geo_scale_checks' into geo_scale_checks
2 parents 000fc75 + 32de317 commit 8ae6976

File tree

2 files changed

+144
-0
lines changed

2 files changed

+144
-0
lines changed

docs/dqx/docs/reference/benchmarks.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ sidebar_position: 13
5151
| test_benchmark_foreach_sql_expression[n_rows_100000000_n_columns_5] | 0.895489 | 0.888982 | 0.853895 | 0.950998 | 0.041479 | 0.071722 | 0.858589 | 0.930311 | 5 | 0 | 2 | 1.12 |
5252
| test_benchmark_foreach_sql_query[n_rows_100000000_n_columns_5] | 4.578799 | 4.602143 | 4.442396 | 4.644892 | 0.083901 | 0.113694 | 4.530776 | 4.644470 | 5 | 0 | 1 | 0.22 |
5353
| test_benchmark_foreign_key | 31.784272 | 31.787610 | 31.414708 | 32.123221 | 0.269713 | 0.386951 | 31.597198 | 31.984149 | 5 | 0 | 2 | 0.03 |
54+
| test_benchmark_has_area_greater_than | 0.171868 | 0.166867 | 0.161877 | 0.204155 | 0.015957 | 0.003194 | 0.164123 | 0.167316 | 6 | 1 | 1 | 5.82 |
55+
| test_benchmark_has_area_less_than | 0.177230 | 0.179352 | 0.161536 | 0.190875 | 0.010356 | 0.013261 | 0.169503 | 0.182763 | 6 | 0 | 2 | 5.64 |
5456
| test_benchmark_has_dimension | 0.215338 | 0.213285 | 0.210530 | 0.223131 | 0.005056 | 0.007086 | 0.211819 | 0.218905 | 5 | 0 | 1 | 4.64 |
57+
| test_benchmark_has_num_points_greater_than | 0.159204 | 0.157405 | 0.151457 | 0.175503 | 0.008775 | 0.008935 | 0.152260 | 0.161195 | 6 | 1 | 1 | 6.28 |
58+
| test_benchmark_has_num_points_less_than | 0.162069 | 0.161908 | 0.149400 | 0.178192 | 0.010833 | 0.014197 | 0.154168 | 0.168365 | 5 | 0 | 2 | 6.17 |
5559
| test_benchmark_has_valid_schema | 0.172078 | 0.172141 | 0.163793 | 0.181081 | 0.006715 | 0.009295 | 0.167010 | 0.176305 | 6 | 0 | 2 | 5.81 |
5660
| test_benchmark_has_x_coordinate_between | 0.217192 | 0.213656 | 0.209310 | 0.236233 | 0.011150 | 0.012638 | 0.209410 | 0.222048 | 5 | 0 | 1 | 4.60 |
5761
| test_benchmark_has_y_coordinate_between | 0.218497 | 0.219630 | 0.209352 | 0.234111 | 0.010103 | 0.013743 | 0.209584 | 0.223327 | 5 | 0 | 1 | 4.58 |

tests/perf/.benchmarks/baseline.json

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,76 @@
15411541
"iterations": 1
15421542
}
15431543
},
1544+
{
1545+
"group": null,
1546+
"name": "test_benchmark_has_area_greater_than",
1547+
"fullname": "tests/perf/test_apply_checks.py::test_benchmark_has_area_greater_than",
1548+
"params": null,
1549+
"param": null,
1550+
"extra_info": {},
1551+
"options": {
1552+
"disable_gc": false,
1553+
"timer": "perf_counter",
1554+
"min_rounds": 5,
1555+
"max_time": 1.0,
1556+
"min_time": 0.000005,
1557+
"warmup": false
1558+
},
1559+
"stats": {
1560+
"min": 0.1618769249998877,
1561+
"max": 0.20415533100003813,
1562+
"mean": 0.17186761033334128,
1563+
"stddev": 0.01595667793818366,
1564+
"rounds": 6,
1565+
"median": 0.16686740499994812,
1566+
"iqr": 0.0031935699998939526,
1567+
"q1": 0.16412251300016578,
1568+
"q3": 0.16731608300005973,
1569+
"iqr_outliers": 1,
1570+
"stddev_outliers": 1,
1571+
"outliers": "1;1",
1572+
"ld15iqr": 0.1618769249998877,
1573+
"hd15iqr": 0.20415533100003813,
1574+
"ops": 5.818431978314451,
1575+
"total": 1.0312056620000476,
1576+
"iterations": 1
1577+
}
1578+
},
1579+
{
1580+
"group": null,
1581+
"name": "test_benchmark_has_area_less_than",
1582+
"fullname": "tests/perf/test_apply_checks.py::test_benchmark_has_area_less_than",
1583+
"params": null,
1584+
"param": null,
1585+
"extra_info": {},
1586+
"options": {
1587+
"disable_gc": false,
1588+
"timer": "perf_counter",
1589+
"min_rounds": 5,
1590+
"max_time": 1.0,
1591+
"min_time": 0.000005,
1592+
"warmup": false
1593+
},
1594+
"stats": {
1595+
"min": 0.16153616899964618,
1596+
"max": 0.19087516699983098,
1597+
"mean": 0.17723032849986944,
1598+
"stddev": 0.010356076836936949,
1599+
"rounds": 6,
1600+
"median": 0.17935232600007112,
1601+
"iqr": 0.013260618999993312,
1602+
"q1": 0.169502681999802,
1603+
"q3": 0.18276330099979532,
1604+
"iqr_outliers": 0,
1605+
"stddev_outliers": 2,
1606+
"outliers": "2;0",
1607+
"ld15iqr": 0.16153616899964618,
1608+
"hd15iqr": 0.19087516699983098,
1609+
"ops": 5.642375142360223,
1610+
"total": 1.0633819709992167,
1611+
"iterations": 1
1612+
}
1613+
},
15441614
{
15451615
"group": null,
15461616
"name": "test_benchmark_has_dimension",
@@ -1576,6 +1646,76 @@
15761646
"iterations": 1
15771647
}
15781648
},
1649+
{
1650+
"group": null,
1651+
"name": "test_benchmark_has_num_points_greater_than",
1652+
"fullname": "tests/perf/test_apply_checks.py::test_benchmark_has_num_points_greater_than",
1653+
"params": null,
1654+
"param": null,
1655+
"extra_info": {},
1656+
"options": {
1657+
"disable_gc": false,
1658+
"timer": "perf_counter",
1659+
"min_rounds": 5,
1660+
"max_time": 1.0,
1661+
"min_time": 0.000005,
1662+
"warmup": false
1663+
},
1664+
"stats": {
1665+
"min": 0.15145704199994725,
1666+
"max": 0.17550262499980818,
1667+
"mean": 0.15920399733317936,
1668+
"stddev": 0.008775469818521377,
1669+
"rounds": 6,
1670+
"median": 0.15740465699991546,
1671+
"iqr": 0.008935045000271202,
1672+
"q1": 0.1522599789996093,
1673+
"q3": 0.1611950239998805,
1674+
"iqr_outliers": 1,
1675+
"stddev_outliers": 1,
1676+
"outliers": "1;1",
1677+
"ld15iqr": 0.15145704199994725,
1678+
"hd15iqr": 0.17550262499980818,
1679+
"ops": 6.281249320060836,
1680+
"total": 0.9552239839990762,
1681+
"iterations": 1
1682+
}
1683+
},
1684+
{
1685+
"group": null,
1686+
"name": "test_benchmark_has_num_points_less_than",
1687+
"fullname": "tests/perf/test_apply_checks.py::test_benchmark_has_num_points_less_than",
1688+
"params": null,
1689+
"param": null,
1690+
"extra_info": {},
1691+
"options": {
1692+
"disable_gc": false,
1693+
"timer": "perf_counter",
1694+
"min_rounds": 5,
1695+
"max_time": 1.0,
1696+
"min_time": 0.000005,
1697+
"warmup": false
1698+
},
1699+
"stats": {
1700+
"min": 0.14940012700026273,
1701+
"max": 0.17819232800002283,
1702+
"mean": 0.1620693742002004,
1703+
"stddev": 0.010833428460170698,
1704+
"rounds": 5,
1705+
"median": 0.16190785100025096,
1706+
"iqr": 0.014197435000028236,
1707+
"q1": 0.15416780125019613,
1708+
"q3": 0.16836523625022437,
1709+
"iqr_outliers": 0,
1710+
"stddev_outliers": 2,
1711+
"outliers": "2;0",
1712+
"ld15iqr": 0.14940012700026273,
1713+
"hd15iqr": 0.17819232800002283,
1714+
"ops": 6.170197206812954,
1715+
"total": 0.810346871001002,
1716+
"iterations": 1
1717+
}
1718+
},
15791719
{
15801720
"group": null,
15811721
"name": "test_benchmark_has_valid_schema",

0 commit comments

Comments
 (0)