-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for 1c1af56
- Loading branch information
github-action-benchmark
committed
Sep 19, 2023
1 parent
ab24b72
commit 93bb133
Showing
1 changed file
with
165 additions
and
1 deletion.
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,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1695103683078, | ||
"lastUpdate": 1695106602452, | ||
"repoUrl": "https://github.com/reactive/data-client", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -43190,6 +43190,170 @@ window.BENCHMARK_DATA = { | |
"extra": "82 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": "1c1af568947e1530459144a30f4223ca0773bc6f", | ||
"message": "pkg: Update all non-major dependencies (#2821)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2023-09-19T06:46:48Z", | ||
"tree_id": "e9d292d5fab50e1f2baa83835cf180662cabeabc", | ||
"url": "https://github.com/reactive/data-client/commit/1c1af568947e1530459144a30f4223ca0773bc6f" | ||
}, | ||
"date": 1695106600507, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "normalizeLong", | ||
"value": 249, | ||
"range": "±2.38%", | ||
"unit": "ops/sec", | ||
"extra": "84 samples" | ||
}, | ||
{ | ||
"name": "infer All", | ||
"value": 5410, | ||
"range": "±0.22%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong", | ||
"value": 169, | ||
"range": "±1.60%", | ||
"unit": "ops/sec", | ||
"extra": "79 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong donotcache", | ||
"value": 458, | ||
"range": "±0.31%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "denormalizeShort donotcache 500x", | ||
"value": 807, | ||
"range": "±1.85%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "denormalizeShort 500x", | ||
"value": 582, | ||
"range": "±1.84%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong with mixin Entity", | ||
"value": 168, | ||
"range": "±0.99%", | ||
"unit": "ops/sec", | ||
"extra": "79 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong withCache", | ||
"value": 3722, | ||
"range": "±0.08%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLongAndShort withEntityCacheOnly", | ||
"value": 827, | ||
"range": "±0.40%", | ||
"unit": "ops/sec", | ||
"extra": "93 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong All withCache", | ||
"value": 4804, | ||
"range": "±0.15%", | ||
"unit": "ops/sec", | ||
"extra": "93 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong Query-sorted withCache", | ||
"value": 4382, | ||
"range": "±0.60%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "getResponse", | ||
"value": 3556, | ||
"range": "±2.70%", | ||
"unit": "ops/sec", | ||
"extra": "86 samples" | ||
}, | ||
{ | ||
"name": "getResponse (null)", | ||
"value": 2229060, | ||
"range": "±0.16%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "getResponse (clear cache)", | ||
"value": 165, | ||
"range": "±1.02%", | ||
"unit": "ops/sec", | ||
"extra": "83 samples" | ||
}, | ||
{ | ||
"name": "getSmallResponse", | ||
"value": 1689, | ||
"range": "±0.20%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "getSmallInferredResponse", | ||
"value": 1411, | ||
"range": "±0.24%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "getResponse Query-sorted", | ||
"value": 402, | ||
"range": "±2.09%", | ||
"unit": "ops/sec", | ||
"extra": "81 samples" | ||
}, | ||
{ | ||
"name": "setLong", | ||
"value": 245, | ||
"range": "±2.81%", | ||
"unit": "ops/sec", | ||
"extra": "83 samples" | ||
}, | ||
{ | ||
"name": "setLongWithMerge", | ||
"value": 110, | ||
"range": "±0.83%", | ||
"unit": "ops/sec", | ||
"extra": "77 samples" | ||
}, | ||
{ | ||
"name": "setLongWithSimpleMerge", | ||
"value": 123, | ||
"range": "±0.81%", | ||
"unit": "ops/sec", | ||
"extra": "79 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|