-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add DataFusion (customSmallerIsBetter) benchmark result for 5859f5d
- Loading branch information
github-action-benchmark
committed
Oct 8, 2024
1 parent
b6ae6ae
commit 6bf2ae5
Showing
1 changed file
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"name": "Dan King", | ||
"username": "danking" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"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": [ | ||
|