From 98466f5d3372f824c834573971bbf25953153dea Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 9 Dec 2024 12:46:15 +0000 Subject: [PATCH] add Random Access (customSmallerIsBetter) benchmark result for 47c48878560a939f2ae93fee1464090b36e66bd4 --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 94446d94df..8a3775236e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733748232836, + "lastUpdate": 1733748374412, "repoUrl": "https://github.com/spiraldb/vortex", "entries": { "DataFusion": [ @@ -58426,6 +58426,48 @@ window.BENCHMARK_DATA = { "range": 6868419.6875 } ] + }, + { + "commit": { + "author": { + "email": "29139614+renovate[bot]@users.noreply.github.com", + "name": "renovate[bot]", + "username": "renovate[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "47c48878560a939f2ae93fee1464090b36e66bd4", + "message": "chore(deps): update rust crate chrono to v0.4.39 (#1617)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [chrono](https://redirect.github.com/chronotope/chrono) |\nworkspace.dependencies | patch | `0.4.38` -> `0.4.39` |\n\n---\n\n### Release Notes\n\n
\nchronotope/chrono (chrono)\n\n###\n[`v0.4.39`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.39):\n0.4.39\n\n[Compare\nSource](https://redirect.github.com/chronotope/chrono/compare/v0.4.38...v0.4.39)\n\n#### What's Changed\n\n-\n[#​1577](https://redirect.github.com/chronotope/chrono/issues/1577):\nChanged years_since documentation to match its implementation by\n[@​Taxalo](https://redirect.github.com/Taxalo) in\n[https://github.com/chronotope/chrono/pull/1578](https://redirect.github.com/chronotope/chrono/pull/1578)\n- Remove obsolete weird feature guard by\n[@​djc](https://redirect.github.com/djc) in\n[https://github.com/chronotope/chrono/pull/1582](https://redirect.github.com/chronotope/chrono/pull/1582)\n- Fix format::strftime docs link by\n[@​frederikhors](https://redirect.github.com/frederikhors) in\n[https://github.com/chronotope/chrono/pull/1581](https://redirect.github.com/chronotope/chrono/pull/1581)\n- Fix micros (optional) limit in and_hms_micro_opt by\n[@​qrilka](https://redirect.github.com/qrilka) in\n[https://github.com/chronotope/chrono/pull/1584](https://redirect.github.com/chronotope/chrono/pull/1584)\n- Update windows-bindgen requirement from 0.56 to 0.57 by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/chronotope/chrono/pull/1589](https://redirect.github.com/chronotope/chrono/pull/1589)\n- native/date: Improve DelayedFormat doc re Panics by\n[@​behnam-oneschema](https://redirect.github.com/behnam-oneschema)\nin\n[https://github.com/chronotope/chrono/pull/1590](https://redirect.github.com/chronotope/chrono/pull/1590)\n- Fix typo in rustdoc of `from_timestamp_nanos()` by\n[@​sgoll](https://redirect.github.com/sgoll) in\n[https://github.com/chronotope/chrono/pull/1591](https://redirect.github.com/chronotope/chrono/pull/1591)\n- Update windows-bindgen requirement from 0.57 to 0.58 by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/chronotope/chrono/pull/1594](https://redirect.github.com/chronotope/chrono/pull/1594)\n- docs: document century cutoff for %y by\n[@​MarcoGorelli](https://redirect.github.com/MarcoGorelli) in\n[https://github.com/chronotope/chrono/pull/1598](https://redirect.github.com/chronotope/chrono/pull/1598)\n- Checked `NaiveWeek` methods by\n[@​bragov4ik](https://redirect.github.com/bragov4ik) in\n[https://github.com/chronotope/chrono/pull/1600](https://redirect.github.com/chronotope/chrono/pull/1600)\n- Impl serde::Serialize and serde::Deserialize for TimeDelta by\n[@​Awpteamoose](https://redirect.github.com/Awpteamoose) in\n[https://github.com/chronotope/chrono/pull/1599](https://redirect.github.com/chronotope/chrono/pull/1599)\n- Derive `PartialEq`,`Eq`,`Hash`,`Copy` and `Clone` on `NaiveWeek` by\n[@​DSeeLP](https://redirect.github.com/DSeeLP) in\n[https://github.com/chronotope/chrono/pull/1618](https://redirect.github.com/chronotope/chrono/pull/1618)\n- Support ohos tzdata since ver.oh35 by\n[@​MirageLyu](https://redirect.github.com/MirageLyu) in\n[https://github.com/chronotope/chrono/pull/1613](https://redirect.github.com/chronotope/chrono/pull/1613)\n- Use Formatter::pad (instead of write_str) for Weekdays by\n[@​horazont](https://redirect.github.com/horazont) in\n[https://github.com/chronotope/chrono/pull/1621](https://redirect.github.com/chronotope/chrono/pull/1621)\n- Fix typos by\n[@​szepeviktor](https://redirect.github.com/szepeviktor) in\n[https://github.com/chronotope/chrono/pull/1623](https://redirect.github.com/chronotope/chrono/pull/1623)\n- Fix comment. by [@​khuey](https://redirect.github.com/khuey) in\n[https://github.com/chronotope/chrono/pull/1624](https://redirect.github.com/chronotope/chrono/pull/1624)\n- chore: add `#[inline]` to `num_days` by\n[@​CommanderStorm](https://redirect.github.com/CommanderStorm) in\n[https://github.com/chronotope/chrono/pull/1627](https://redirect.github.com/chronotope/chrono/pull/1627)\n- fix typo by [@​futreall](https://redirect.github.com/futreall)\nin\n[https://github.com/chronotope/chrono/pull/1633](https://redirect.github.com/chronotope/chrono/pull/1633)\n- Update mod.rs by\n[@​donatik27](https://redirect.github.com/donatik27) in\n[https://github.com/chronotope/chrono/pull/1638](https://redirect.github.com/chronotope/chrono/pull/1638)\n\n
\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- [ ] 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\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", + "timestamp": "2024-12-09T11:34:09Z", + "tree_id": "de0d614dd2861cd992575c529d93efbd6a6be069", + "url": "https://github.com/spiraldb/vortex/commit/47c48878560a939f2ae93fee1464090b36e66bd4" + }, + "date": 1733748343945, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "random-access/vortex-tokio-local-disk", + "value": 4157787.282307693, + "unit": "ns", + "range": 20811.107307693455 + }, + { + "name": "random-access/vortex-local-fs", + "value": 4246343.350769231, + "unit": "ns", + "range": 32435.429730770178 + }, + { + "name": "random-access/parquet-tokio-local-disk", + "value": 228910783.26666665, + "unit": "ns", + "range": 6129015.983333319 + } + ] } ], "TPC-H": [