-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Component benchmarks (customSmallerIsBetter) benchmark result for 0…
- Loading branch information
github-action-benchmark
committed
Jul 23, 2024
1 parent
2c42a5b
commit 82ce044
Showing
1 changed file
with
150 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,157 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1721726073812, | ||
"lastUpdate": 1721727718081, | ||
"repoUrl": "https://github.com/hasura/ndc-postgres", | ||
"entries": { | ||
"Component benchmarks": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Gil Mizrahi", | ||
"username": "soupi" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0bdaa057b8c4fbc6500c71762a628bb0491f3f09", | ||
"message": "ndc-spec 0.1.3 with filter/order by nested fields (#486)\n\n### What\n\n1. Update ndc-spec to version\n[0.1.3](https://github.com/hasura/ndc-spec/releases/tag/v0.1.3).\n2. Implemented the new capabilities: filter and order by nested fields.\n\n### How\n\n#### Nested fields selection\n\nWe add SQL syntax for accessing an expression's field. The syntax is\n`(<expression>).<field>`\n\n#### Order by nested fields\n\nWe add the field selection to the sort expression in the `ORDER BY`\nclause so it looks like this: `ORDER BY (column).field ASC`.\nImplementation wise, we thread the field path like we do for the sort\ndirection, and wrap the expressions in a NestedFieldSelect clause.\n\n#### Filter by nested fields\n\n- We directly wrap columns that contain field paths when they are used\ninside the predicate.\n- We extract the type of a nested field by recursively looking it up in\nthe environment.", | ||
"timestamp": "2024-05-30T14:46:58Z", | ||
"tree_id": "b7ecca35edc2bba329e48b38cf92615d94df75b6", | ||
"url": "https://github.com/hasura/ndc-postgres/commit/0bdaa057b8c4fbc6500c71762a628bb0491f3f09" | ||
}, | ||
"date": 1717080829131, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "select-by-pk - median", | ||
"value": 27.664574, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - p(95)", | ||
"value": 43.001325, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - connection acquisition time", | ||
"value": 14.254614487640318, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - request time - (query + acquisition)", | ||
"value": 7.1474662913880564, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - processing time", | ||
"value": 0.29192799398960906, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - median", | ||
"value": 71.919402, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - p(95)", | ||
"value": 104.767517, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - connection acquisition time", | ||
"value": 48.737233617891164, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - request time - (query + acquisition)", | ||
"value": 1.38994314408464, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - processing time", | ||
"value": 0.24424408519511248, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - median", | ||
"value": 49.7183795, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - p(95)", | ||
"value": 87.15508119999997, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - connection acquisition time", | ||
"value": 30.642498772584318, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - request time - (query + acquisition)", | ||
"value": 7.329677575732688, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - processing time", | ||
"value": 0.36884147062978284, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - median", | ||
"value": 43.1403155, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - p(95)", | ||
"value": 67.93168460000004, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - connection acquisition time", | ||
"value": 25.833403558221992, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - request time - (query + acquisition)", | ||
"value": 5.203069999408758, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - processing time", | ||
"value": 0.27972738691939825, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - median", | ||
"value": 42.458741, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - p(95)", | ||
"value": 66.9404466, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - connection acquisition time", | ||
"value": 27.216363905746956, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - request time - (query + acquisition)", | ||
"value": 4.3747802121705455, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - processing time", | ||
"value": 0.3085969099839157, | ||
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -7452,6 +7303,155 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Gil Mizrahi", | ||
"username": "soupi" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "095ecbf5563bf617fb40a865a56cee340afa8cfe", | ||
"message": "bugfix: add neq to comparison operators map (#540)\n\n### What\n\nSome databases do not include `!=` in their catalog's operators list. We\ninclude `<>` as well so that `_neq` can be generated for these cases.\n\n### How\n\n1. Add it to the list", | ||
"timestamp": "2024-07-23T09:32:08Z", | ||
"tree_id": "00599f18644336f66eedc90bd3f4ae446c58921c", | ||
"url": "https://github.com/hasura/ndc-postgres/commit/095ecbf5563bf617fb40a865a56cee340afa8cfe" | ||
}, | ||
"date": 1721727717032, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "select-by-pk - median", | ||
"value": 30.364788, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - p(95)", | ||
"value": 48.97843954999998, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - connection acquisition time", | ||
"value": 16.731615770877838, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - request time - (query + acquisition)", | ||
"value": 6.975151598939, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-by-pk - processing time", | ||
"value": 0.30586389032280387, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - median", | ||
"value": 73.424252, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - p(95)", | ||
"value": 105.98056999999987, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - connection acquisition time", | ||
"value": 48.007498606320496, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - request time - (query + acquisition)", | ||
"value": 1.6599987038026853, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-order-by - processing time", | ||
"value": 0.27382842076671515, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - median", | ||
"value": 48.239307, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - p(95)", | ||
"value": 83.64143719999998, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - connection acquisition time", | ||
"value": 29.498091473530227, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - request time - (query + acquisition)", | ||
"value": 7.13346714136377, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-variables - processing time", | ||
"value": 0.36194257481035796, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - median", | ||
"value": 43.86392, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - p(95)", | ||
"value": 73.2151954, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - connection acquisition time", | ||
"value": 26.407184610506505, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - request time - (query + acquisition)", | ||
"value": 6.521109231613622, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select-where - processing time", | ||
"value": 0.3416741762542068, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - median", | ||
"value": 44.429532, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - p(95)", | ||
"value": 66.5632116, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - connection acquisition time", | ||
"value": 27.1106455459023, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - request time - (query + acquisition)", | ||
"value": 4.075489710378271, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "select - processing time", | ||
"value": 0.32166885702297193, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|