-
-
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 ed23f00
- Loading branch information
github-action-benchmark
committed
Sep 21, 2023
1 parent
93bb133
commit 33437cd
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": 1695106602452, | ||
"lastUpdate": 1695264128274, | ||
"repoUrl": "https://github.com/reactive/data-client", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -43354,6 +43354,170 @@ window.BENCHMARK_DATA = { | |
"extra": "79 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "41898282+github-actions[bot]@users.noreply.github.com", | ||
"name": "github-actions[bot]", | ||
"username": "github-actions[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ed23f0027479b29081fa5a10e057fc037b064d5c", | ||
"message": "internal: Publish new version (#2824)\n\nCo-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>", | ||
"timestamp": "2023-09-21T02:32:26Z", | ||
"tree_id": "32a409403505904627e5b282a48bde3ed668a00e", | ||
"url": "https://github.com/reactive/data-client/commit/ed23f0027479b29081fa5a10e057fc037b064d5c" | ||
}, | ||
"date": 1695264126106, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "normalizeLong", | ||
"value": 223, | ||
"range": "±0.80%", | ||
"unit": "ops/sec", | ||
"extra": "86 samples" | ||
}, | ||
{ | ||
"name": "infer All", | ||
"value": 4538, | ||
"range": "±0.39%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong", | ||
"value": 150, | ||
"range": "±3.13%", | ||
"unit": "ops/sec", | ||
"extra": "77 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong donotcache", | ||
"value": 392, | ||
"range": "±0.83%", | ||
"unit": "ops/sec", | ||
"extra": "88 samples" | ||
}, | ||
{ | ||
"name": "denormalizeShort donotcache 500x", | ||
"value": 679, | ||
"range": "±2.71%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "denormalizeShort 500x", | ||
"value": 495, | ||
"range": "±0.47%", | ||
"unit": "ops/sec", | ||
"extra": "88 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong with mixin Entity", | ||
"value": 140, | ||
"range": "±1.23%", | ||
"unit": "ops/sec", | ||
"extra": "77 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong withCache", | ||
"value": 3717, | ||
"range": "±0.49%", | ||
"unit": "ops/sec", | ||
"extra": "87 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLongAndShort withEntityCacheOnly", | ||
"value": 739, | ||
"range": "±0.57%", | ||
"unit": "ops/sec", | ||
"extra": "91 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong All withCache", | ||
"value": 4191, | ||
"range": "±0.27%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "denormalizeLong Query-sorted withCache", | ||
"value": 3852, | ||
"range": "±0.55%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "getResponse", | ||
"value": 2776, | ||
"range": "±1.32%", | ||
"unit": "ops/sec", | ||
"extra": "88 samples" | ||
}, | ||
{ | ||
"name": "getResponse (null)", | ||
"value": 1905550, | ||
"range": "±0.87%", | ||
"unit": "ops/sec", | ||
"extra": "91 samples" | ||
}, | ||
{ | ||
"name": "getResponse (clear cache)", | ||
"value": 138, | ||
"range": "±1.03%", | ||
"unit": "ops/sec", | ||
"extra": "76 samples" | ||
}, | ||
{ | ||
"name": "getSmallResponse", | ||
"value": 1324, | ||
"range": "±3.71%", | ||
"unit": "ops/sec", | ||
"extra": "91 samples" | ||
}, | ||
{ | ||
"name": "getSmallInferredResponse", | ||
"value": 1208, | ||
"range": "±0.55%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "getResponse Query-sorted", | ||
"value": 347, | ||
"range": "±2.41%", | ||
"unit": "ops/sec", | ||
"extra": "82 samples" | ||
}, | ||
{ | ||
"name": "setLong", | ||
"value": 223, | ||
"range": "±1.21%", | ||
"unit": "ops/sec", | ||
"extra": "84 samples" | ||
}, | ||
{ | ||
"name": "setLongWithMerge", | ||
"value": 101, | ||
"range": "±1.13%", | ||
"unit": "ops/sec", | ||
"extra": "74 samples" | ||
}, | ||
{ | ||
"name": "setLongWithSimpleMerge", | ||
"value": 109, | ||
"range": "±1.34%", | ||
"unit": "ops/sec", | ||
"extra": "70 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|