Skip to content

Commit

Permalink
add TPC-H (customSmallerIsBetter) benchmark result for bcc5f92
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 11, 2024
1 parent a4aa5c6 commit 5d73b82
Showing 1 changed file with 355 additions and 1 deletion.
356 changes: 355 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": 1733939305909,
"lastUpdate": 1733939696328,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -507188,6 +507188,360 @@ window.BENCHMARK_DATA = {
"unit": "ns"
}
]
},
{
"commit": {
"author": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "bcc5f92cfa9965e588f124b181b11bcf85c663b7",
"message": "chore(deps): update rust crate bzip2 to 0.5.0 (#1647)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [bzip2](https://redirect.github.com/alexcrichton/bzip2-rs) |\nworkspace.dependencies | minor | `0.4.4` -> `0.5.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>alexcrichton/bzip2-rs (bzip2)</summary>\n\n###\n[`v0.5.0`](https://redirect.github.com/trifectatechfoundation/bzip2-rs/releases/tag/v0.5.0):\nVersion 0.5.0\n\n[Compare\nSource](https://redirect.github.com/alexcrichton/bzip2-rs/compare/0.4.4...v0.5.0)\n\nThe 0.5.0 release is the first release in ~2 years. It sets an msrv of\n1.65.0 and pins the 2021 edition. If the msrv or edition are a problem\nfor your project: just stick with the 0.4.4 release.\n\nThe repository has moved from\n[@&#8203;alexcrichton](https://redirect.github.com/alexcrichton) to\n[@&#8203;trifectatechfoundation](https://redirect.github.com/trifectatechfoundation),\nwhich takes on its maintainership from this point forward.\n\nThe main new feature of this release is the `libbz2-rs-sys` feature\nflag, which uses the pure rust\nhttps://github.com/trifectatechfoundation/libbzip2-rs implementation of\nbzip2. Being all rust, and using (by default) the rust allocator\ninfrastructure, cross-compilation (e.g. to webassembly) should be much\neasier.\n\nBesides that, the documentation was modernized (we can cross-link now)\nand several bugs were fixed.\n\n#### What's Changed\n\n- update `partial_io` to version `0.5.4` by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/108](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/108)\n- Remove tokio support by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/109](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/109)\n- support `libbz2-rs-sys` by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/110](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/110)\n- set msrv to 1.65.0 by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/111](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/111)\n- set the edition to 2021 by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/112](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/112)\n- fix clippy warnings by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/113](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/113)\n- update documentation by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/114](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/114)\n- Don't enable the stdio feature for the rust implementation of bzip2 by\n[@&#8203;bjorn3](https://redirect.github.com/bjorn3) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/117](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/117)\n- Fix infinite loop after invalid data by\n[@&#8203;jongiddy](https://redirect.github.com/jongiddy) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/99](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/99)\n- prepare release 0.5.0 by\n[@&#8203;folkertdev](https://redirect.github.com/folkertdev) in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/115](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/115)\n\n#### New Contributors\n\n- [@&#8203;folkertdev](https://redirect.github.com/folkertdev) made\ntheir first contribution in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/108](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/108)\n- [@&#8203;bjorn3](https://redirect.github.com/bjorn3) made their first\ncontribution in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/117](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/117)\n- [@&#8203;jongiddy](https://redirect.github.com/jongiddy) made their\nfirst contribution in\n[https://github.com/trifectatechfoundation/bzip2-rs/pull/99](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/99)\n\n**Full Changelog**:\nhttps://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/spiraldb/vortex).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-12-11T17:16:10Z",
"tree_id": "867892843e84ad78594304d5c0b0b41ef332224f",
"url": "https://github.com/spiraldb/vortex/commit/bcc5f92cfa9965e588f124b181b11bcf85c663b7"
},
"date": 1733939695247,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "tpch_q01/arrow",
"value": 539342835,
"unit": "ns"
},
{
"name": "tpch_q01/parquet",
"value": 760495507,
"unit": "ns"
},
{
"name": "tpch_q01/vortex-file-compressed",
"value": 466932166,
"unit": "ns"
},
{
"name": "tpch_q02/arrow",
"value": 143989064,
"unit": "ns"
},
{
"name": "tpch_q02/parquet",
"value": 173650595,
"unit": "ns"
},
{
"name": "tpch_q02/vortex-file-compressed",
"value": 147863033,
"unit": "ns"
},
{
"name": "tpch_q03/arrow",
"value": 173299878,
"unit": "ns"
},
{
"name": "tpch_q03/parquet",
"value": 378566985,
"unit": "ns"
},
{
"name": "tpch_q03/vortex-file-compressed",
"value": 228980303,
"unit": "ns"
},
{
"name": "tpch_q04/arrow",
"value": 179389427,
"unit": "ns"
},
{
"name": "tpch_q04/parquet",
"value": 217644464,
"unit": "ns"
},
{
"name": "tpch_q04/vortex-file-compressed",
"value": 162007613,
"unit": "ns"
},
{
"name": "tpch_q05/arrow",
"value": 316958354,
"unit": "ns"
},
{
"name": "tpch_q05/parquet",
"value": 503257433,
"unit": "ns"
},
{
"name": "tpch_q05/vortex-file-compressed",
"value": 354409948,
"unit": "ns"
},
{
"name": "tpch_q06/arrow",
"value": 26436122,
"unit": "ns"
},
{
"name": "tpch_q06/parquet",
"value": 152162970,
"unit": "ns"
},
{
"name": "tpch_q06/vortex-file-compressed",
"value": 58914144,
"unit": "ns"
},
{
"name": "tpch_q07/arrow",
"value": 630076044,
"unit": "ns"
},
{
"name": "tpch_q07/parquet",
"value": 775613712,
"unit": "ns"
},
{
"name": "tpch_q07/vortex-file-compressed",
"value": 652722844,
"unit": "ns"
},
{
"name": "tpch_q08/arrow",
"value": 261541166,
"unit": "ns"
},
{
"name": "tpch_q08/parquet",
"value": 549653973,
"unit": "ns"
},
{
"name": "tpch_q08/vortex-file-compressed",
"value": 329204072,
"unit": "ns"
},
{
"name": "tpch_q09/arrow",
"value": 477920187,
"unit": "ns"
},
{
"name": "tpch_q09/parquet",
"value": 777536541,
"unit": "ns"
},
{
"name": "tpch_q09/vortex-file-compressed",
"value": 561593110,
"unit": "ns"
},
{
"name": "tpch_q10/arrow",
"value": 267240958,
"unit": "ns"
},
{
"name": "tpch_q10/parquet",
"value": 517311429,
"unit": "ns"
},
{
"name": "tpch_q10/vortex-file-compressed",
"value": 282298822,
"unit": "ns"
},
{
"name": "tpch_q11/arrow",
"value": 141499710,
"unit": "ns"
},
{
"name": "tpch_q11/parquet",
"value": 146416292,
"unit": "ns"
},
{
"name": "tpch_q11/vortex-file-compressed",
"value": 130429800,
"unit": "ns"
},
{
"name": "tpch_q12/arrow",
"value": 180063857,
"unit": "ns"
},
{
"name": "tpch_q12/parquet",
"value": 324539610,
"unit": "ns"
},
{
"name": "tpch_q12/vortex-file-compressed",
"value": 226166119,
"unit": "ns"
},
{
"name": "tpch_q13/arrow",
"value": 171706979,
"unit": "ns"
},
{
"name": "tpch_q13/parquet",
"value": 311106142,
"unit": "ns"
},
{
"name": "tpch_q13/vortex-file-compressed",
"value": 178727044,
"unit": "ns"
},
{
"name": "tpch_q14/arrow",
"value": 38680932,
"unit": "ns"
},
{
"name": "tpch_q14/parquet",
"value": 233270116,
"unit": "ns"
},
{
"name": "tpch_q14/vortex-file-compressed",
"value": 67385890,
"unit": "ns"
},
{
"name": "tpch_q15/arrow",
"value": 70356165,
"unit": "ns"
},
{
"name": "tpch_q15/parquet",
"value": 328599802,
"unit": "ns"
},
{
"name": "tpch_q15/vortex-file-compressed",
"value": 108896718,
"unit": "ns"
},
{
"name": "tpch_q16/arrow",
"value": 104400054,
"unit": "ns"
},
{
"name": "tpch_q16/parquet",
"value": 118245792,
"unit": "ns"
},
{
"name": "tpch_q16/vortex-file-compressed",
"value": 107082280,
"unit": "ns"
},
{
"name": "tpch_q17/arrow",
"value": 604564301,
"unit": "ns"
},
{
"name": "tpch_q17/parquet",
"value": 673286633,
"unit": "ns"
},
{
"name": "tpch_q17/vortex-file-compressed",
"value": 568855007,
"unit": "ns"
},
{
"name": "tpch_q18/arrow",
"value": 1161827694,
"unit": "ns"
},
{
"name": "tpch_q18/parquet",
"value": 1366654235,
"unit": "ns"
},
{
"name": "tpch_q18/vortex-file-compressed",
"value": 1173126012,
"unit": "ns"
},
{
"name": "tpch_q19/arrow",
"value": 150291804,
"unit": "ns"
},
{
"name": "tpch_q19/parquet",
"value": 418060564,
"unit": "ns"
},
{
"name": "tpch_q19/vortex-file-compressed",
"value": 108163420,
"unit": "ns"
},
{
"name": "tpch_q20/arrow",
"value": 209482651,
"unit": "ns"
},
{
"name": "tpch_q20/parquet",
"value": 342307849,
"unit": "ns"
},
{
"name": "tpch_q20/vortex-file-compressed",
"value": 241555339,
"unit": "ns"
},
{
"name": "tpch_q21/arrow",
"value": 981953067,
"unit": "ns"
},
{
"name": "tpch_q21/parquet",
"value": 1111750846,
"unit": "ns"
},
{
"name": "tpch_q21/vortex-file-compressed",
"value": 956614726,
"unit": "ns"
},
{
"name": "tpch_q22/arrow",
"value": 77566203,
"unit": "ns"
},
{
"name": "tpch_q22/parquet",
"value": 108576621,
"unit": "ns"
},
{
"name": "tpch_q22/vortex-file-compressed",
"value": 81068930,
"unit": "ns"
}
]
}
],
"Vortex Compression": [
Expand Down

0 comments on commit 5d73b82

Please sign in to comment.