diff --git a/dev/bench/data.js b/dev/bench/data.js index c77d1d541a..2f1ec282f3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1728419563053, + "lastUpdate": 1728419836521, "repoUrl": "https://github.com/spiraldb/vortex", "entries": { "DataFusion": [ @@ -7562,6 +7562,90 @@ window.BENCHMARK_DATA = { "range": 1526.586031030165 } ] + }, + { + "commit": { + "author": { + "email": "dan@spiraldb.com", + "name": "Dan King", + "username": "danking" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "5859f5d6c00c72fea9edd9d169ba96e8c6add8e8", + "message": "feat: better error message when an array encoding id is unknown (#997)\n\nI seem to run into this error a lot and I never have enough information\r\nto fix it. I can't think of a case where you wouldn't immediately wonder\r\nwhat are your known encodings.\r\n\r\nPreviously (in Python):\r\n```\r\nValueError: Encoding ID out of bounds\r\n```\r\n\r\nThis PR:\r\n\r\n```\r\nValueError: Unknown encoding with ID 0x11. Known encodings:\r\n- vortex.constant(0x09)\r\n- vortex.sparse(0x08)\r\n- vortex.ext(0x07)\r\n- vortex.primitive(0x03)\r\n- vortex.struct(0x04)\r\n- vortex.chunked(0x0a)\r\n- vortex.bool(0x02)\r\n- vortex.varbinview(0x06)\r\n- vortex.varbin(0x05)\r\n```", + "timestamp": "2024-10-08T20:20:11Z", + "tree_id": "66c650cb22c2277ae36afbcb7110b9c19d1d924c", + "url": "https://github.com/spiraldb/vortex/commit/5859f5d6c00c72fea9edd9d169ba96e8c6add8e8" + }, + "date": 1728419831641, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "arrow/planning", + "value": 812735.9737834447, + "unit": "ns", + "range": 793.4939963105135 + }, + { + "name": "arrow/exec", + "value": 1754430.8596435436, + "unit": "ns", + "range": 1070.895845272229 + }, + { + "name": "vortex-pushdown-compressed/planning", + "value": 505485.24648839986, + "unit": "ns", + "range": 567.966518742789 + }, + { + "name": "vortex-pushdown-compressed/exec", + "value": 3050346.688823529, + "unit": "ns", + "range": 1078.0023235287517 + }, + { + "name": "vortex-pushdown-uncompressed/planning", + "value": 506467.2658433, + "unit": "ns", + "range": 472.7147770476877 + }, + { + "name": "vortex-pushdown-uncompressed/exec", + "value": 2923959.254444443, + "unit": "ns", + "range": 1243.9080833329353 + }, + { + "name": "vortex-nopushdown-compressed/planning", + "value": 824101.2916092917, + "unit": "ns", + "range": 976.6153234093217 + }, + { + "name": "vortex-nopushdown-compressed/exec", + "value": 13232309.6925, + "unit": "ns", + "range": 84411.72781250067 + }, + { + "name": "vortex-nopushdown-uncompressed/planning", + "value": 826329.0833473577, + "unit": "ns", + "range": 1880.9206249863491 + }, + { + "name": "vortex-nopushdown-uncompressed/exec", + "value": 1786163.2081394065, + "unit": "ns", + "range": 884.6186932054115 + } + ] } ], "Random Access": [