Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 6bcc279
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 4, 2024
1 parent 7fc0a54 commit 16eeb8e
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 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": 1730762940248,
"lastUpdate": 1730763203778,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -18734,6 +18734,90 @@ window.BENCHMARK_DATA = {
"range": 118003.92824999755
}
]
},
{
"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": "6bcc279a28f229f6056a2db91af908a2a910abf8",
"message": "chore(deps): update rust crate arbitrary to v1.4.0 (#1210)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [arbitrary](https://redirect.github.com/rust-fuzz/arbitrary) |\nworkspace.dependencies | minor | `1.3.2` -> `1.4.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rust-fuzz/arbitrary (arbitrary)</summary>\n\n###\n[`v1.4.0`](https://redirect.github.com/rust-fuzz/arbitrary/blob/HEAD/CHANGELOG.md#140)\n\n[Compare\nSource](https://redirect.github.com/rust-fuzz/arbitrary/compare/v1.3.2...v1.4.0)\n\nReleased 2024-10-30.\n\n##### Added\n\n- Added an `Arbitrary` implementation for `PhantomPinned`.\n- Added the `Unstructured::choose_iter` helper method.\n- Added `#[arbitrary(skip)]` for `enum` variants in the derive macro.\n- Added the `Arbitrary::try_size_hint` trait method.\n\n##### Changed\n\n- Implement `Arbitrary` for `PhantomData<A>` even when `A` does not\nimplement\n `Arbitrary` and when `A` is `?Sized`.\n- Make `usize`'s underlying encoding independent of machine word size so\nthat\n corpora are more portable.\n\n##### Fixed\n\n- Make `derive(Arbitrary)` work for local definitions of `struct\nOption`.\n\n***\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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-11-04T20:26:41Z",
"tree_id": "b0a1e00a4cc26e5407522365c499fa95dcdc049e",
"url": "https://github.com/spiraldb/vortex/commit/6bcc279a28f229f6056a2db91af908a2a910abf8"
},
"date": 1730763200817,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 777565.4750974614,
"unit": "ns",
"range": 2156.7770517133176
},
{
"name": "arrow/exec",
"value": 1356567.3390796252,
"unit": "ns",
"range": 5351.905761374161
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 479907.8899202189,
"unit": "ns",
"range": 2120.8762536806753
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2638632.2035000003,
"unit": "ns",
"range": 15809.48721250007
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 482026.2641869944,
"unit": "ns",
"range": 1293.1454075908114
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 2570759.5324999997,
"unit": "ns",
"range": 4946.774931249674
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 787582.007221091,
"unit": "ns",
"range": 2934.3043996142806
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 3679212.4066666667,
"unit": "ns",
"range": 63175.75544166542
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 792003.5644274204,
"unit": "ns",
"range": 3535.7918407646357
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4706577.834545452,
"unit": "ns",
"range": 16949.72424999997
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 16eeb8e

Please sign in to comment.