Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 59f08ef
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 28, 2024
1 parent 6ec1327 commit d773841
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": 1730140966636,
"lastUpdate": 1730141220754,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -15374,6 +15374,90 @@ window.BENCHMARK_DATA = {
"range": 9005.132636362221
}
]
},
{
"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": "59f08efdacf7bcf88a9d54227764b18331775cbe",
"message": "chore(deps): update rust crate reqwest to v0.12.9 (#1147)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [reqwest](https://redirect.github.com/seanmonstar/reqwest) |\nworkspace.dependencies | patch | `0.12.8` -> `0.12.9` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>seanmonstar/reqwest (reqwest)</summary>\n\n###\n[`v0.12.9`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0129)\n\n[Compare\nSource](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9)\n\n- Add `tls::CertificateRevocationLists` support.\n- Add crate features to enable webpki roots without selecting a rustls\nprovider.\n- Fix `connection_verbose()` to output read logs.\n- Fix `multipart::Part::file()` to automatically include content-length.\n- Fix proxy to internally no longer cache system proxy settings.\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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-10-28T18:20:25Z",
"tree_id": "c57289ae81a5fe8d5e6a704755971560372dd8d8",
"url": "https://github.com/spiraldb/vortex/commit/59f08efdacf7bcf88a9d54227764b18331775cbe"
},
"date": 1730141217976,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 775896.2191628596,
"unit": "ns",
"range": 1219.8869078239659
},
{
"name": "arrow/exec",
"value": 1382135.7429514881,
"unit": "ns",
"range": 6346.2990194451995
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 478893.4160655009,
"unit": "ns",
"range": 1020.832676735241
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2660161.639473684,
"unit": "ns",
"range": 17283.00307236868
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 484270.08271676744,
"unit": "ns",
"range": 952.7766514476098
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 2930058.5727777793,
"unit": "ns",
"range": 6907.83033333323
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 786324.7720526174,
"unit": "ns",
"range": 1400.1552215006086
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 3152151.314705883,
"unit": "ns",
"range": 69899.74555147067
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 786771.1502974548,
"unit": "ns",
"range": 2462.3106283214875
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4609565.605454544,
"unit": "ns",
"range": 65247.89098863583
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit d773841

Please sign in to comment.