Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for 7873c9d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent f7e9a9f commit f029fda
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1734034667481,
"lastUpdate": 1734034854359,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -63340,6 +63340,48 @@ window.BENCHMARK_DATA = {
"range": 3526296.4395833015
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7873c9d1bca7bc1c00d003b68482eaf7ea18abb2",
"message": "feat: Faster bitpacked filter & take (#1667)\n\nInstead of using Itertools::chunk_by we do our own iteration that is\r\naware of magic 1024 element treshold\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Duffy <[email protected]>",
"timestamp": "2024-12-12T20:06:37Z",
"tree_id": "833a98fb93f9d0d613f70ac81eb9c7605275baa9",
"url": "https://github.com/spiraldb/vortex/commit/7873c9d1bca7bc1c00d003b68482eaf7ea18abb2"
},
"date": 1734034819041,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 3248333.382222223,
"unit": "ns",
"range": 70650.5527222224
},
{
"name": "random-access/vortex-local-fs",
"value": 3174849.6658823537,
"unit": "ns",
"range": 32912.20941176498
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 227156228.8666667,
"unit": "ns",
"range": 5833571.689583361
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit f029fda

Please sign in to comment.