Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for 020b329
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent 98bdb03 commit 6797eab
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": 1734036442652,
"lastUpdate": 1734036687819,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -63382,6 +63382,48 @@ window.BENCHMARK_DATA = {
"range": 5833571.689583361
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Andrew Duffy",
"username": "a10y"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "020b329424b8e72971c0a085f09c8ea159f24e78",
"message": "ci: use cargo-hack and build all valid feature combos (#1653)\n\nI've added [cargo-hack](https://github.com/taiki-e/cargo-hack) which\r\nseems extremely popular, e.g. futures-util uses it for their CI builds.\r\nIt actually will go build each of your workspace projects individually.\r\n\r\nI've setup a build matrix that uses cargo-hack to run builds with all\r\nvalid feature combos we care about:\r\n\r\n* default\r\n* all-features\r\n* wasm32\r\n* tokio\r\n* compio\r\n* tokio+compio",
"timestamp": "2024-12-12T20:43:42Z",
"tree_id": "ea3d625934228986b0908339fbec386d0e07e0dd",
"url": "https://github.com/spiraldb/vortex/commit/020b329424b8e72971c0a085f09c8ea159f24e78"
},
"date": 1734036651394,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 3610641.3166666673,
"unit": "ns",
"range": 27195.653333332157
},
{
"name": "random-access/vortex-local-fs",
"value": 3752605.003846152,
"unit": "ns",
"range": 25718.54144230741
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 233808606.3,
"unit": "ns",
"range": 3930718.9833333343
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 6797eab

Please sign in to comment.