From 581f1026957bbd84e6200a8ccc2b3da601d19efd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 25 Oct 2024 13:33:24 +0000 Subject: [PATCH] add Component benchmarks (customSmallerIsBetter) benchmark result for c1c42861886339151c71507a7983bad3d9393480 --- dev/bench/data.js | 300 +++++++++++++++++++++++----------------------- 1 file changed, 150 insertions(+), 150 deletions(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index ad94a18a6..c4e719e4c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,157 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729064974625, + "lastUpdate": 1729863204249, "repoUrl": "https://github.com/hasura/ndc-postgres", "entries": { "Component benchmarks": [ - { - "commit": { - "author": { - "email": "gil@hasura.io", - "name": "Gil Mizrahi", - "username": "soupi" - }, - "committer": { - "email": "noreply@github.com", - "name": "GitHub", - "username": "web-flow" - }, - "distinct": false, - "id": "57d37ba2e9bdc8bda8fa25167624a3b3fcabe383", - "message": "new-version.sh script for new version PRs (#556)\n\n### What\n\nWe want to automate some of the release process for ndc-postgres by\nintroducing a new `scripts/new-version.sh` script that updates the cargo\npackage version and updates the changelog.\n\nRun with: `scripts/new-version.sh 1.0.2`, for example.\n\n### How\n\n1. A bash script to run everything\n2. A sed script to change the package version\n3. A Haskell script to manipulate the changelog to:\n - Change the unreleased header to the version\n - Insert a new unreleased template\n - Fix the references at the bottom of the changelog", - "timestamp": "2024-07-31T06:36:08Z", - "tree_id": "69ff3b6ce2229a5c09ffd198bf3ce90858f322e7", - "url": "https://github.com/hasura/ndc-postgres/commit/57d37ba2e9bdc8bda8fa25167624a3b3fcabe383" - }, - "date": 1722408176246, - "tool": "customSmallerIsBetter", - "benches": [ - { - "name": "select-by-pk - median", - "value": 29.769205499999998, - "unit": "ms" - }, - { - "name": "select-by-pk - p(95)", - "value": 47.332951599999994, - "unit": "ms" - }, - { - "name": "select-by-pk - connection acquisition time", - "value": 16.74191891262569, - "unit": "ms" - }, - { - "name": "select-by-pk - request time - (query + acquisition)", - "value": 6.6307543563701685, - "unit": "ms" - }, - { - "name": "select-by-pk - processing time", - "value": 0.2915469572038765, - "unit": "ms" - }, - { - "name": "select-order-by - median", - "value": 72.472985, - "unit": "ms" - }, - { - "name": "select-order-by - p(95)", - "value": 103.18504055, - "unit": "ms" - }, - { - "name": "select-order-by - connection acquisition time", - "value": 50.49575919075758, - "unit": "ms" - }, - { - "name": "select-order-by - request time - (query + acquisition)", - "value": 1.587336967954343, - "unit": "ms" - }, - { - "name": "select-order-by - processing time", - "value": 0.27790934022747726, - "unit": "ms" - }, - { - "name": "select-variables - median", - "value": 49.711012, - "unit": "ms" - }, - { - "name": "select-variables - p(95)", - "value": 86.05619075, - "unit": "ms" - }, - { - "name": "select-variables - connection acquisition time", - "value": 29.844361957736766, - "unit": "ms" - }, - { - "name": "select-variables - request time - (query + acquisition)", - "value": 7.68013084633472, - "unit": "ms" - }, - { - "name": "select-variables - processing time", - "value": 0.3343032112631844, - "unit": "ms" - }, - { - "name": "select-where - median", - "value": 43.5975815, - "unit": "ms" - }, - { - "name": "select-where - p(95)", - "value": 71.14775105, - "unit": "ms" - }, - { - "name": "select-where - connection acquisition time", - "value": 26.730263565887917, - "unit": "ms" - }, - { - "name": "select-where - request time - (query + acquisition)", - "value": 5.254947116822812, - "unit": "ms" - }, - { - "name": "select-where - processing time", - "value": 0.32499123392539253, - "unit": "ms" - }, - { - "name": "select - median", - "value": 43.6582225, - "unit": "ms" - }, - { - "name": "select - p(95)", - "value": 70.44453975, - "unit": "ms" - }, - { - "name": "select - connection acquisition time", - "value": 26.28243970460056, - "unit": "ms" - }, - { - "name": "select - request time - (query + acquisition)", - "value": 5.190722088703282, - "unit": "ms" - }, - { - "name": "select - processing time", - "value": 0.32417391525391276, - "unit": "ms" - } - ] - }, { "commit": { "author": { @@ -7452,6 +7303,155 @@ window.BENCHMARK_DATA = { "unit": "ms" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": false, + "id": "c1c42861886339151c71507a7983bad3d9393480", + "message": "chore(deps): Bump hyper from 0.14.30 to 0.14.31 (#631)\n\nBumps [hyper](https://github.com/hyperium/hyper) from 0.14.30 to\n0.14.31.\n
\nRelease notes\n

Sourced from hyper's\nreleases.

\n
\n

v0.14.31

\n

Bug Fixes

\n
    \n
  • http1: improve performance of parsing sequentially\npartial messages (97b595e)
  • \n
\n
\n
\n
\nChangelog\n

Sourced from hyper's\nchangelog.

\n
\n

v0.14.31 (2024-10-15)

\n

Bug Fixes

\n
    \n
  • http1: improve performance of parsing sequentially\npartial messages (97b595e)
  • \n
\n
\n
\n
\nCommits\n\n
\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper&package-manager=cargo&previous-version=0.14.30&new-version=0.14.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2024-10-25T13:23:04Z", + "tree_id": "ec200e51e2be77e804e2cf5637ed69c68c0d60aa", + "url": "https://github.com/hasura/ndc-postgres/commit/c1c42861886339151c71507a7983bad3d9393480" + }, + "date": 1729863202694, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "select-by-pk - median", + "value": 28.972846, + "unit": "ms" + }, + { + "name": "select-by-pk - p(95)", + "value": 46.07835539999999, + "unit": "ms" + }, + { + "name": "select-by-pk - connection acquisition time", + "value": 15.860757588394058, + "unit": "ms" + }, + { + "name": "select-by-pk - request time - (query + acquisition)", + "value": 6.654637721924146, + "unit": "ms" + }, + { + "name": "select-by-pk - processing time", + "value": 0.3113956475718985, + "unit": "ms" + }, + { + "name": "select-order-by - median", + "value": 72.94589, + "unit": "ms" + }, + { + "name": "select-order-by - p(95)", + "value": 111.22439369999998, + "unit": "ms" + }, + { + "name": "select-order-by - connection acquisition time", + "value": 50.18214701685355, + "unit": "ms" + }, + { + "name": "select-order-by - request time - (query + acquisition)", + "value": 1.6099343506764825, + "unit": "ms" + }, + { + "name": "select-order-by - processing time", + "value": 0.23202061546172012, + "unit": "ms" + }, + { + "name": "select-variables - median", + "value": 50.109117, + "unit": "ms" + }, + { + "name": "select-variables - p(95)", + "value": 85.1568754, + "unit": "ms" + }, + { + "name": "select-variables - connection acquisition time", + "value": 28.18270074136389, + "unit": "ms" + }, + { + "name": "select-variables - request time - (query + acquisition)", + "value": 8.877966394528098, + "unit": "ms" + }, + { + "name": "select-variables - processing time", + "value": 0.44198073385809333, + "unit": "ms" + }, + { + "name": "select-where - median", + "value": 46.8815525, + "unit": "ms" + }, + { + "name": "select-where - p(95)", + "value": 80.54778309999999, + "unit": "ms" + }, + { + "name": "select-where - connection acquisition time", + "value": 29.415323401774106, + "unit": "ms" + }, + { + "name": "select-where - request time - (query + acquisition)", + "value": 5.614364313380417, + "unit": "ms" + }, + { + "name": "select-where - processing time", + "value": 0.31935353066384187, + "unit": "ms" + }, + { + "name": "select - median", + "value": 43.967809, + "unit": "ms" + }, + { + "name": "select - p(95)", + "value": 72.22032075, + "unit": "ms" + }, + { + "name": "select - connection acquisition time", + "value": 27.578457863799095, + "unit": "ms" + }, + { + "name": "select - request time - (query + acquisition)", + "value": 5.135688010741468, + "unit": "ms" + }, + { + "name": "select - processing time", + "value": 0.3115572893150066, + "unit": "ms" + } + ] } ] }