From 33437cd123bbc7a744c51740ef64527250b51557 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 21 Sep 2023 02:42:08 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for ed23f0027479b29081fa5a10e057fc037b064d5c --- dev/bench/data.js | 166 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 165 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index a8c9a074bb25..25c5fdce39c9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -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": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ed23f0027479b29081fa5a10e057fc037b064d5c", + "message": "internal: Publish new version (#2824)\n\nCo-authored-by: github-actions[bot] ", + "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" + } + ] } ] }