From 5a14584b653053fe3e20cf8dae64b02517cd09c2 Mon Sep 17 00:00:00 2001 From: Stefan Krause Date: Thu, 7 Dec 2023 19:47:08 +0100 Subject: [PATCH] chrome 120 run --- startLocalServerAndUpdateBuild.sh | 3 +- webdriver-ts-results/src/App.tsx | 2 +- webdriver-ts-results/src/Common.ts | 3 +- .../src/components/ResultTable.tsx | 5 - .../DurationModeSelector.tsx | 3 +- webdriver-ts-results/src/reducer.ts | 25 - webdriver-ts-results/src/results.ts | 7110 ++++++++--------- webdriver-ts/results.json | 2 +- webdriver-ts/src/benchmarksCommon.ts | 1 - webdriver-ts/src/benchmarksSize.ts | 18 +- webdriver-ts/src/forkedBenchmarkRunnerSize.ts | 2 +- webdriver-ts/src/parseTrace.ts | 6 +- 12 files changed, 3478 insertions(+), 3702 deletions(-) diff --git a/startLocalServerAndUpdateBuild.sh b/startLocalServerAndUpdateBuild.sh index e224e23bf..be2684ddb 100755 --- a/startLocalServerAndUpdateBuild.sh +++ b/startLocalServerAndUpdateBuild.sh @@ -1,9 +1,10 @@ # private file to copy the zip file from my VPS set -e +git pull echo "running zip on js-framework-benchmark" ssh $VPS_HOST "cd js-framework-benchmark && npm run zip" scp $VPS_HOST:/home/stefan/js-framework-benchmark/build.zip . unzip -o build.zip ssh $VPS_HOST "ls -l js-framework-benchmark/build.zip" ls -l build.zip -npm start \ No newline at end of file +npm start diff --git a/webdriver-ts-results/src/App.tsx b/webdriver-ts-results/src/App.tsx index f6b434417..15f085baa 100644 --- a/webdriver-ts-results/src/App.tsx +++ b/webdriver-ts-results/src/App.tsx @@ -44,7 +44,7 @@ const App = () => { const testEnvironmentInfo = (

- The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 14.1), Chrome 119.0.6045.105 (arm64) using + The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 14.1.2), Chrome 120.0.6099.62 (arm64) using the puppeteer benchmark driver with reduced tracing.

); diff --git a/webdriver-ts-results/src/Common.ts b/webdriver-ts-results/src/Common.ts index 0157b1618..36110b5e0 100644 --- a/webdriver-ts-results/src/Common.ts +++ b/webdriver-ts-results/src/Common.ts @@ -13,8 +13,7 @@ export enum DisplayMode { export enum CpuDurationMode { Total = "total", Script = "script", - Render = "paint", - BrowserOnly = "browser only", + Render = "paint" } export enum FrameworkType { diff --git a/webdriver-ts-results/src/components/ResultTable.tsx b/webdriver-ts-results/src/components/ResultTable.tsx index c89fedaea..e5bb27d8b 100644 --- a/webdriver-ts-results/src/components/ResultTable.tsx +++ b/webdriver-ts-results/src/components/ResultTable.tsx @@ -56,11 +56,6 @@ const ResultTable = ({ type }: Props) => { Report bugs in issue 1233. )} - {cpuDurationMode === CpuDurationMode.BrowserOnly && ( -

Warning: This is an experimental view that shows the difference between total duration and script duration. Don't rely on those values yet and don't report them until they are official. - I guess this view mode just makes no sense. -

- )} {cpuDurationMode === CpuDurationMode.Render && (

Warning: This is an experimental view that shows the difference between total duration and script duration. Don't rely on those values yet and don't report them until they are official. Report bugs in issue 1233. diff --git a/webdriver-ts-results/src/components/selection/ModeSelectionPanel/DurationModeSelector.tsx b/webdriver-ts-results/src/components/selection/ModeSelectionPanel/DurationModeSelector.tsx index 929293735..a6a33c836 100644 --- a/webdriver-ts-results/src/components/selection/ModeSelectionPanel/DurationModeSelector.tsx +++ b/webdriver-ts-results/src/components/selection/ModeSelectionPanel/DurationModeSelector.tsx @@ -11,7 +11,7 @@ const DurationModeSelector = ({ cpuDurationMode, onChange }: Props) => { <>
diff --git a/webdriver-ts-results/src/reducer.ts b/webdriver-ts-results/src/reducer.ts index 63c5855fd..ac8350a44 100644 --- a/webdriver-ts-results/src/reducer.ts +++ b/webdriver-ts-results/src/reducer.ts @@ -38,31 +38,6 @@ const results: Result[] = rawResults.map((result) => { }; values[key] = vals; } - if (result.v[CpuDurationMode.Total] && result.v[CpuDurationMode.Script] && result.v[CpuDurationMode.Render]) { - if (result.v[CpuDurationMode.Total].length !== result.v[CpuDurationMode.Script].length) { - const vals = { - mean: NaN, - median: NaN, - standardDeviation: NaN, - values: [NaN], - }; - debugger; - values[CpuDurationMode.BrowserOnly] = vals; - } else { - let r = []; - for (let i = 0; i < result.v[CpuDurationMode.Total].length; i++) { - r.push(result.v[CpuDurationMode.Total][i] - result.v[CpuDurationMode.Script][i]); - } - const vals = { - mean: jStat.mean(r), - median: jStat.median(r), - standardDeviation: jStat.stdev(r, true), - values: r, - }; - values[CpuDurationMode.BrowserOnly] = vals; - } - // if (result.f==='miso-v1.4.0-keyed' || result.f==='vanillajs-keyed') debugger; - } return { framework: result.f, benchmark: result.b, results: values }; }); diff --git a/webdriver-ts-results/src/results.ts b/webdriver-ts-results/src/results.ts index acf041024..385db2e3c 100644 --- a/webdriver-ts-results/src/results.ts +++ b/webdriver-ts-results/src/results.ts @@ -1,4229 +1,4037 @@ import {RawResult} from './Common'; export const results: RawResult[]=[ -{"f":"alpine-v3.12.0-keyed","b":"01_run1k","v":{"total":[104.047,101.997,102.255,102.722,101.149,101.524,103.906,107.639,103.647,102.186,102.154,102.955,102.321,102.454,102.612],"script":[65.021,61.895,62.444,62.154,61.42,62.233,62.699,63.549,62.513,62.436,61.358,62.871,62.248,62.318,62.695],"paint":[38.445,39.59,39.297,39.825,39.215,38.809,40.526,43.591,40.395,38.974,40.272,39.53,39.524,39.416,39.367]}}, -{"f":"alpine-v3.12.0-keyed","b":"02_replace1k","v":{"total":[111.062,108.879,108.093,115.503,108.002,116.667,109.952,107.908,123.716,108.724,112.275,108.002,108.214,106.663,111.499],"script":[72.688,72.898,72.177,74.066,71.702,73.91,72.193,71.874,82.867,72.652,72.737,72.832,71.912,71.327,72.254],"paint":[37.662,35.405,35.376,40.669,35.503,42.022,37.169,35.212,40.079,35.298,39.014,34.611,35.495,34.83,38.501]}}, -{"f":"alpine-v3.12.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.954,24.355,24.541,23.601,23.279,24.372,22.789,23.434,23.561,23.86,24.174,23.719,23.252,23.412,22.939],"script":[4.723,5.266,5.429,4.993,4.869,4.656,4.333,4.714,4.388,4.689,5.11,5.068,4.058,4.93,4.695],"paint":[17.356,16.69,17.164,17.305,16.995,17.803,17.239,17.093,17.971,17.139,17.328,16.553,18.144,16.482,16.278]}}, -{"f":"alpine-v3.12.0-keyed","b":"04_select1k","v":{"total":[36.384,37.958,35.623,33.852,29.984,37.757,36.92,32.546,33.789,34.968,34.652,33.173,33.827,33.885,31.357,30.081,33.973,33.858,34.575,33.133,33.696,33.951,35.242,38.425,34.122],"script":[30.413,31.347,30.862,29.415,26.711,31.023,30.195,28.956,29.962,30.685,28.592,30.117,30.364,30.269,27.844,26.195,29.259,29.971,30.269,29.82,29.477,29.794,31.531,30.938,29.648],"paint":[4.339,5.493,3.167,3.075,2.987,5.818,5.634,3.016,2.805,2.536,5.237,1.918,2.393,3.001,2.584,2.838,3.57,2.725,3.186,2.367,3.019,2.968,2.581,6.271,2.647]}}, -{"f":"alpine-v3.12.0-keyed","b":"05_swap1k","v":{"total":[35.605,34.551,35.325,37.019,35.432,34.233,34.613,34.034,33.883,34.34,35.204,34.079,35.116,35.84,35.156],"script":[11.921,11.797,12.119,12.073,11.877,11.766,12.218,11.322,11.468,11.709,11.539,11.362,11.887,11.893,11.674],"paint":[22.208,20.972,21.416,22.871,21.776,20.817,20.338,19.769,20.408,19.883,22.022,20.648,20.903,21.644,21.307]}}, -{"f":"alpine-v3.12.0-keyed","b":"06_remove-one-1k","v":{"total":[24.563,25.021,25.035,25.649,25.239,24.226,25.204,25.585,25.6,25.279,26.281,25.812,24.878,25.781,25.447],"script":[7.074,7.145,7.102,6.984,7.264,7.155,7.005,7.167,7.176,7.174,7.294,7.415,6.878,7.248,7.034],"paint":[16.634,17.133,16.484,17.75,17.106,16.032,16.892,17.297,16.93,17.243,17.511,16.843,17.224,16.65,17.282]}}, -{"f":"alpine-v3.12.0-keyed","b":"07_create10k","v":{"total":[981.746,980.921,975.441,983.733,973.112,968.796,978.642,986.629,996.69,962.796,982.639,1065.054,993.949,1009.622,978.502],"script":[589.965,587.892,585.607,593.364,584.112,575.88,591.894,590.832,591.339,573.99,579.033,623.161,587.464,599.112,573.673],"paint":[383.762,384.593,382.061,382.418,381.29,384.281,378.926,387.917,397.511,381.165,395.384,433.462,398.337,402.17,396.556]}}, -{"f":"alpine-v3.12.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[102.379,108.492,106.206,104.397,104.835,103.359,102.289,104.904,103.584,102.199,106.084,105.16,104.672,104.998,107.227],"script":[61.706,62.873,61.284,61.033,62.324,60.908,60.561,61.761,61.577,61.321,63.436,63.114,63.356,63.487,64.747],"paint":[39.647,44.556,43.846,42.06,41.437,41.378,40.752,42.227,40.964,39.901,41.246,40.998,40.283,40.503,41.389]}}, -{"f":"alpine-v3.12.0-keyed","b":"09_clear1k_x8","v":{"total":[55.571,51.358,56.52,56.432,53.293,55.455,50.203,49.8,55.063,53.168,52.772,52.209,55.442,49.735,53.764],"script":[53.357,48.684,53.46,53.74,50.409,52.801,47.593,47.273,52.558,50.375,50.103,49.248,53.398,47.239,51.436],"paint":[2.079,1.089,2.893,2.546,2.387,2.334,1.401,1.638,2.351,1.453,1.331,2.39,1.887,2.364,2.221]}}, -{"f":"alpine-v3.12.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.649439811706543]}}, -{"f":"alpine-v3.12.0-keyed","b":"22_run-memory","v":{"DEFAULT":[14.129364013671875]}}, -{"f":"alpine-v3.12.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[14.23874282836914]}}, -{"f":"alpine-v3.12.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4968852996826172]}}, -{"f":"alpine-v3.12.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[130.7762575149536]}}, -{"f":"alpine-v3.12.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.685]}}, -{"f":"alpine-v3.12.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.764000000000001]}}, -{"f":"alpine-v3.12.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.192]}}, +{"f":"alpine-v3.12.0-keyed","b":"01_run1k","v":{"total":[111.947,105.942,102.258,111.469,103.392,103.029,107.933,100.451,103.366,101.181,104.266,101.954,103.846,104.719,104.467],"script":[72.449,65.05,63.483,71.92,64.283,63.916,67.639,62.371,63.393,62.006,64.071,62.407,64.433,64.083,63.593],"paint":[38.974,40.395,38.26,39.042,38.604,38.591,39.847,37.592,39.427,38.72,39.713,39.072,38.889,40.172,40.334]}}, +{"f":"alpine-v3.12.0-keyed","b":"02_replace1k","v":{"total":[132.828,128.462,128.893,130.818,130.949,132.046,129.806,131.619,131.174,129.196,128.912,131.672,128.817,130.505,132.277],"script":[95.156,93.197,93.993,95.059,94.573,95.182,94.589,94.557,95.1,92.593,93.708,95.707,91.711,95.05,95.879],"paint":[36.932,34.487,34.358,34.981,35.634,36.331,34.704,36.314,35.241,35.846,34.655,35.201,36.339,34.755,35.656]}}, +{"f":"alpine-v3.12.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.969,24.443,25.854,25.01,24.491,24.883,24.73,25.623,25.515,25.294,25.37,23.112,23.048,23.796,23.23],"script":[4.82,5.017,5.358,5.512,5.455,5.468,5.223,5.049,4.898,5.148,4.725,5.262,4.439,5.402,4.891],"paint":[16.042,17.598,17.765,17.283,16.827,17.553,17.15,18.612,18.304,18.274,18.668,16.007,17.213,16.298,16.184]}}, +{"f":"alpine-v3.12.0-keyed","b":"04_select1k","v":{"total":[39.675,36.87,38.609,35.447,37.598,36.855,36.299,36.357,36.715,37.415,35.898,36.408,37.139,37.005,37.762,37.504,36.122,36.619,37.347,35.703,37.883,38.803,37.727,38.188,37.399],"script":[32.446,32.125,33.28,31.149,32.974,33.246,32.101,32.108,32.691,33.828,31.986,32.631,32.325,33.531,33.28,33.353,32.577,31.909,33.16,31.598,33.49,34.344,33.421,33.535,33.387],"paint":[5.716,3.502,3.524,2.667,3.404,2.182,2.804,2.18,2.936,2.199,3.103,2.282,3.182,1.905,2.804,2.209,2.818,3.321,2.866,3.07,2.946,2.661,2.393,3.322,2.222]}}, +{"f":"alpine-v3.12.0-keyed","b":"05_swap1k","v":{"total":[37.688,37.193,36.9,36.856,35.829,37.421,36.189,35.302,36.133,36.641,36.33,36.726,35.186,37.54,37.604],"script":[12.87,13.761,14.288,13.621,13.417,13.6,12.84,13.289,13.844,13.582,13.973,13.051,12.991,14.52,14.896],"paint":[22.555,20.631,21.167,21.204,20.422,21.869,21.473,20.361,20.67,21.135,19.887,21.425,20.736,21.118,20.715]}}, +{"f":"alpine-v3.12.0-keyed","b":"06_remove-one-1k","v":{"total":[26.324,26.27,26.17,26.142,25.774,25.779,26.629,27.104,26.121,27.293,25.975,26.784,25.442,26.295,26.685],"script":[8.2,7.891,8.222,8.184,8.184,8.218,8.17,8.514,8.197,8.369,7.949,8.178,7.955,8.344,8.153],"paint":[16.594,17.243,16.531,16.501,16.022,16.398,16.952,17.186,17.073,17.555,16.555,17.11,16.134,16.562,17.588]}}, +{"f":"alpine-v3.12.0-keyed","b":"07_create10k","v":{"total":[990.535,993.558,982.655,989.949,991.721,1000.514,997.37,991.414,994.352,998.278,994.114,989.435,978.123,988.511,999.677],"script":[605.073,606.924,603.752,605.553,605.408,608.117,610.956,607.481,608.948,611.405,607.626,607.993,596.158,603.324,606.656],"paint":[377.519,378.892,371.037,376.495,378.512,384.418,378.75,376.07,377.399,378.838,378.652,373.77,374.351,375.874,385.114]}}, +{"f":"alpine-v3.12.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[128.175,124.109,126.545,124.395,126.327,124.69,123.656,125.49,125.508,125.297,126.048,124.501,124.29,124.308,124.23],"script":[83.65,83.369,85.457,83.278,84.288,84.065,83.471,84.78,84.322,84.197,84.743,83.274,84.13,84.06,83.593],"paint":[43.277,39.716,40.02,40.091,41.008,39.631,39.185,39.688,40.119,40.097,40.27,40.175,39.091,39.034,39.353]}}, +{"f":"alpine-v3.12.0-keyed","b":"09_clear1k_x8","v":{"total":[56.536,56.986,54.562,53.887,56.148,55.765,56.634,56.893,55.363,54.958,57.258,55.667,57.128,57.932,56.341],"script":[54.027,53.51,51.545,51.552,53.634,52.591,53.615,53.796,53.498,52.409,54.496,53.091,54.569,55.189,53.811],"paint":[2.348,2.88,1.666,1.163,2.347,2.571,1.936,1.717,1.723,2.358,2.365,1.998,1.826,2.004,1.745]}}, +{"f":"alpine-v3.12.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6669931411743164]}}, +{"f":"alpine-v3.12.0-keyed","b":"22_run-memory","v":{"DEFAULT":[13.999164581298828]}}, +{"f":"alpine-v3.12.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[14.01718807220459]}}, +{"f":"alpine-v3.12.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.5798511505126953]}}, +{"f":"alpine-v3.12.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[128.61210918426514]}}, +{"f":"alpine-v3.12.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2027.0749999999998]}}, +{"f":"alpine-v3.12.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.136]}}, +{"f":"alpine-v3.12.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.81999999999996]}}, {"f":"alpine-v3.12.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[182.0498046875]}}, {"f":"alpine-v3.12.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[43.7734375]}}, {"f":"alpine-v3.12.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[13.576171875]}}, -{"f":"alpine-v3.12.0-keyed","b":"43_first-paint","v":{"DEFAULT":[91.7]}}, -{"f":"alpine-v3.12.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[91.7]}}, -{"f":"anansi-v0.14.0-keyed","b":"01_run1k","v":{"total":[54.005,55.577,55.424,55.97,56.349,55.81,53.239,54.691,53.79,54.193,52.584,55.96,56.019,54.634,55.119],"script":[17.879,18.968,18.696,17.936,19.069,18.918,17.904,19.007,17.934,18.836,17.476,17.944,18.677,18.608,19.12],"paint":[35.635,36.036,35.993,37.506,36.542,36.195,34.888,35.216,35.367,34.879,34.63,37.357,36.649,35.564,35.251]}}, -{"f":"anansi-v0.14.0-keyed","b":"02_replace1k","v":{"total":[66.606,66.052,65.033,64.974,65.375,64.299,61.341,65.113,63.601,65.19,64.97,63.808,62.159,67.195,66.601],"script":[30.545,33.34,30.78,30.519,31.549,30.467,27.952,30.609,30.03,30.654,31.184,30.611,28.215,30.439,31.966],"paint":[35.626,32.245,33.48,33.954,33.409,33.344,32.945,34.032,33.122,33.827,33.344,32.714,33.165,36.292,34.176]}}, -{"f":"anansi-v0.14.0-keyed","b":"03_update10th1k_x16","v":{"total":[28.801,30.388,28.566,29.835,29.65,28.598,29.001,28.718,29.552,29.772,29.067,29.839,28.802,29.871,29.568],"script":[10.511,11.243,10.176,11.247,10.792,11.395,10.98,10.547,11.303,11.058,10.875,10.939,11.032,11.135,10.967],"paint":[16.805,16.922,16.008,16.708,17.662,15.308,16.037,16.732,15.867,17.251,16.685,15.634,16.601,16.804,16.79]}}, -{"f":"anansi-v0.14.0-keyed","b":"04_select1k","v":{"total":[11.699,12.296,12.392,11.45,11.665,11.975,11.407,12.495,12.072,12.317,12.384,12.472,11.792,12.605,11.578,12.355,11.744,10.974,13.023,12.893,11.793,12.642,12.184,11.795,12.234],"script":[8.762,8.886,8.835,8.626,9.026,9.318,8.334,9.165,8.982,9.387,9.049,9.246,9.047,9.094,8.659,9.171,8.444,8.167,9.221,9.729,8.85,9.771,8.612,8.641,9.204],"paint":[1.992,2.758,2.651,1.887,1.631,1.487,2.4,2.207,1.303,1.689,2.08,2.167,1.781,2.203,2.731,1.564,2.661,2.665,2.226,2.284,1.763,2.623,3.053,2.148,2.826]}}, -{"f":"anansi-v0.14.0-keyed","b":"05_swap1k","v":{"total":[31.55,32.65,30.722,31.571,32.493,31.318,31.053,31.865,31.348,32.231,31.403,32.722,31.342,32.089,30.436],"script":[9.411,9.24,9.691,9.526,9.547,9.15,9.189,9.839,9.426,9.287,9.293,10.059,9.449,9.443,8.832],"paint":[19.636,20.858,19.352,21.319,20.846,20.276,20.071,20.075,19.987,21.221,19.771,20.629,19.392,19.809,19.086]}}, -{"f":"anansi-v0.14.0-keyed","b":"06_remove-one-1k","v":{"total":[110.834,107.115,108.33,106.426,108.03,105.26,107.51,111.491,105.938,112.57,105.448,108.237,107.017,105.857,107.793],"script":[36.876,35.95,36.651,34.915,36.488,35.015,35.675,38.689,35.551,36.352,35.146,36.029,35.097,35.406,35.571],"paint":[72.635,69.607,70.38,69.666,70.166,68.924,70.273,71.469,69.139,74.89,69.011,70.914,70.599,69.152,70.721]}}, -{"f":"anansi-v0.14.0-keyed","b":"07_create10k","v":{"total":[630.881,620.478,658.242,627.191,642.761,634.613,646.442,640.927,643.418,637.634,641.338,634.604,645.092,627.549,646.696],"script":[234.544,230.848,241.594,234.01,243.548,240.743,236.634,237.356,235.819,241.135,240.089,241.743,236.958,230.93,242.447],"paint":[388.693,382.197,408.712,385.356,391.413,386.044,402.059,395.834,399.956,387.961,392.86,385.107,400.764,389.218,396.769]}}, -{"f":"anansi-v0.14.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.187,59.598,58.415,57.822,60.296,60.757,58.623,60.302,61.107,60.355,60.415,60.768,60.401,61.044,61.11],"script":[20.482,20.692,20.006,19.922,22.099,21.729,20.328,21.658,21.7,21.541,22.071,22.392,21.644,22.017,21.292],"paint":[37.724,37.98,37.561,37.049,37.021,37.702,37.38,37.69,38.339,37.887,37.458,37.426,37.461,37.801,38.862]}}, -{"f":"anansi-v0.14.0-keyed","b":"09_clear1k_x8","v":{"total":[18.412,19.863,19.606,18.266,17.828,17.82,18.356,19.915,18.654,19.422,18.129,19.336,18.41,17.978,19.386],"script":[16.513,17.106,17.384,15.882,15.692,15.683,16.15,17.289,16.482,17.06,16.537,16.4,16.5,16.056,16.581],"paint":[1.793,1.248,1.543,2.271,0.77,1.219,1.26,2.481,2.035,1.192,1.498,2.775,1.467,1.12,1.949]}}, -{"f":"anansi-v0.14.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.46500682830810547]}}, -{"f":"anansi-v0.14.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.815178871154785]}}, -{"f":"anansi-v0.14.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.618074417114258]}}, -{"f":"anansi-v0.14.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.79606819152832]}}, -{"f":"anansi-v0.14.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[49.95676612854004]}}, -{"f":"anansi-v0.14.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.5149999999999]}}, -{"f":"anansi-v0.14.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.619999999999997]}}, -{"f":"anansi-v0.14.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[135.68800000000005]}}, +{"f":"alpine-v3.12.0-keyed","b":"43_first-paint","v":{"DEFAULT":[85.4]}}, +{"f":"anansi-v0.14.0-keyed","b":"01_run1k","v":{"total":[59.945,58.618,58.598,60.401,59.234,59.971,58.919,60.14,59.184,57.978,60.411,59.088,60.316,59.756,58.352],"script":[21.75,21.42,20.964,21.904,20.709,21.534,21.877,20.937,21.867,20.911,22.509,21.752,22.39,22.514,20.928],"paint":[37.743,36.471,37.153,38.017,37.811,38.031,36.57,38.725,36.86,36.61,37.215,36.627,37.147,36.794,36.97]}}, +{"f":"anansi-v0.14.0-keyed","b":"02_replace1k","v":{"total":[72.066,73.115,72.617,71.944,72.513,71.808,72.423,73.066,72.561,72.592,72.261,70.816,72.344,72.958,70.798],"script":[33.296,33.093,33.528,33.206,33.397,32.919,33.09,32.908,33.549,33.251,33.509,30.595,33.525,33.579,31.218],"paint":[38.039,39.547,38.628,38.223,38.648,38.434,38.609,39.696,38.548,38.618,38.289,39.476,38.088,38.692,39.129]}}, +{"f":"anansi-v0.14.0-keyed","b":"03_update10th1k_x16","v":{"total":[28.798,28.445,28.598,28.409,29.527,27.26,29.454,29.318,29.778,27.865,29.359,28.625,28.85,28.731,28.996],"script":[10.4,11.07,10.463,10.601,10.957,9.815,10.487,11.13,10.854,10.326,10.696,10.899,10.665,10.602,10.679],"paint":[17.075,15.591,17.001,16.013,16.636,15.856,17.407,16.495,16.77,16.108,16.821,15.977,16.382,15.089,15.811]}}, +{"f":"anansi-v0.14.0-keyed","b":"04_select1k","v":{"total":[12.443,12.889,11.345,11.022,12.247,13.854,11.738,12.255,11.813,11.772,11.509,11.472,11.784,12.232,11.458,11.604,11.752,11.136,11.564,12.039,11.407,12.206,11.963,11.114,12.618],"script":[8.606,9.419,8.525,8.252,8.344,8.532,9.215,9.155,8.256,7.936,8.568,8.72,8.7,9.516,8.531,8.238,8.448,8.382,8.239,8.89,8.833,8.548,8.905,8.358,8.091],"paint":[3.012,2.476,1.915,1.438,2.793,3.987,1.969,2.548,2.996,2.793,1.757,2.028,1.853,1.15,1.379,2.762,2.575,2.03,2.066,2.878,1.182,1.734,2.092,2.045,2.973]}}, +{"f":"anansi-v0.14.0-keyed","b":"05_swap1k","v":{"total":[30.257,30.047,30.869,30.835,30.246,32.072,30.88,30.179,30.585,30.917,30.6,30.019,32.287,29.193,31.356],"script":[9.314,9.114,8.511,8.661,9.48,9.526,9.121,8.835,8.933,8.947,8.604,8.683,8.859,8.221,9.786],"paint":[18.999,19.873,20.972,20.764,18.938,20.973,19.984,19.014,19.623,20.366,19.181,19.533,20.417,18.431,18.68]}}, +{"f":"anansi-v0.14.0-keyed","b":"06_remove-one-1k","v":{"total":[113.259,115.675,113.095,112.235,111.436,112.398,114.037,114.116,114.371,112.239,111.956,115.283,114.751,113.22,114.636],"script":[37.214,36.929,38.27,36.033,36.465,37.273,36.6,37.664,38.091,37.291,35.958,38.463,37.597,37.395,36.862],"paint":[74.28,76.915,73.512,74.865,73.213,73.484,75.949,75.19,74.816,73.983,74.839,75.453,75.211,74.111,76.227]}}, +{"f":"anansi-v0.14.0-keyed","b":"07_create10k","v":{"total":[636.31,630.955,628.55,625.626,635.712,610.944,625.054,628.94,627.433,626.522,627.561,625.382,626.743,626.73,638.971],"script":[239.604,238.234,238.774,240.862,244.319,232.119,241.974,239.27,237.55,238.312,239.793,236.199,236.1,236.78,241.848],"paint":[388.707,384.889,382.239,376.941,383.725,370.995,375.784,382.05,382.283,380.696,380.19,381.781,383.083,382.541,389.561]}}, +{"f":"anansi-v0.14.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[72.82,72.462,73.287,72.788,73.485,72.813,73.742,73.943,73.43,74.198,72.722,75.113,73.579,73.565,74.467],"script":[30.684,30.099,31.041,30.182,29.941,29.861,31.132,30.895,30.951,29.911,30.296,31.409,30.01,30.561,30.106],"paint":[41.211,41.452,41.318,41.704,42.375,42.035,41.653,42.091,41.331,43.394,41.515,42.774,42.65,42.049,43.537]}}, +{"f":"anansi-v0.14.0-keyed","b":"09_clear1k_x8","v":{"total":[18.254,19.419,17.321,18.437,18.525,19.328,18.254,18.422,19.952,18.913,18.607,18.427,17.884,17.573,18.014],"script":[15.874,17.02,15.387,16.111,16.105,16.95,16.11,16.439,17.62,16.528,16.306,16.045,15.669,16.061,15.687],"paint":[1.807,2.268,1.243,1.921,1.722,2.276,2.031,1.873,1.425,1.553,2.201,2.265,1.566,1.389,1.231]}}, +{"f":"anansi-v0.14.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4537982940673828]}}, +{"f":"anansi-v0.14.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.603249549865723]}}, +{"f":"anansi-v0.14.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.396417617797852]}}, +{"f":"anansi-v0.14.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.831542015075684]}}, +{"f":"anansi-v0.14.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[47.72567939758301]}}, +{"f":"anansi-v0.14.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.0600000000002]}}, +{"f":"anansi-v0.14.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.763999999999998]}}, +{"f":"anansi-v0.14.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.37600000000003]}}, {"f":"anansi-v0.14.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[142.1376953125]}}, {"f":"anansi-v0.14.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[257.1123046875]}}, {"f":"anansi-v0.14.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[73.4833984375]}}, -{"f":"anansi-v0.14.0-keyed","b":"43_first-paint","v":{"DEFAULT":[51.3]}}, -{"f":"anansi-v0.14.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[51.3]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"01_run1k","v":{"total":[44.863,44.455,44.688,44.459,44.432,44.559,45.645,44.153,43.445,44.358,45.029,43.618,43.966,44.592,46.559],"script":[8.151,7.398,8.325,7.62,7.684,7.701,8.616,7.487,7.447,7.609,7.851,7.621,7.594,7.514,8.848],"paint":[35.987,36.639,35.924,36.386,36.208,36.43,36.578,36.153,35.519,36.293,36.696,35.535,35.916,36.596,37.204]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"02_replace1k","v":{"total":[51.858,49.733,49.648,48.948,50.925,50.638,49.655,50.712,49.661,48.656,49.541,50.009,50.415,51.665,50.211],"script":[15.054,14.852,14.675,14.366,15.743,15.145,14.849,14.441,14.348,14.41,14.467,14.62,15.664,15.729,15.318],"paint":[36.242,34.414,34.529,34.121,34.721,35.05,34.324,35.836,34.867,33.767,34.631,34.943,34.307,35.443,34.447]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[22.357,18.627,19.232,19.082,19.609,19.033,20.201,18.793,19.079,19.034,19.724,19.002,19.692,19.718,19.056],"script":[2.519,1.362,1.863,1.66,1.868,2.071,1.759,2.052,2.103,1.369,2.036,1.897,2.268,2.491,1.353],"paint":[16.237,15.654,16.023,15.616,16.311,15.203,16.458,15.101,15.139,16.127,15.985,16.044,15.55,15.558,16.407]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"04_select1k","v":{"total":[4.838,3.918,4.773,5.349,4.178,4.114,4.932,4.444,4.193,3.929,4.062,4.623,4.183,5.069,4.42,4.31,4.521,4.355,3.894,4.512,4,4.374,4.251,4.295,4.019],"script":[1.544,1.245,1.11,1.28,1.101,1.225,1.813,1.544,1.494,1.347,1.178,1.556,1.816,1.859,1.128,1.458,1.143,1.785,1.401,1.654,1.105,0.879,1.37,1.252,0.864],"paint":[3.181,2.567,2.574,2.993,2.577,1.98,2.303,2.776,2.584,1.93,2.778,2.302,2.145,3.068,2.697,2.443,2.296,1.785,1.696,2.749,1.974,3.398,2.222,2.764,2.859]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"05_swap1k","v":{"total":[23.375,23.685,22.87,22.452,24.326,22.685,23.334,23.389,22.798,22.915,23.072,23.029,22.783,22.675,22.396],"script":[1.852,1.397,1.712,1.108,1.813,1.628,1.723,1.936,0.952,1.332,1.538,1.323,1.182,1.852,2.031],"paint":[18.914,19.194,19.259,20.483,20.398,19.276,20.452,19.017,20.782,19.576,19.624,19.673,20.265,19.327,18.98]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[19.377,18.246,18.429,17.852,18.942,18.693,18.766,18.706,17.908,17.603,17.929,18.04,18.226,18.062,18.828],"script":[1.328,1.284,1.362,1.037,1.036,1.044,1.318,1.028,1.028,1.01,0.999,1.057,0.734,1.04,1.102],"paint":[16.889,15.782,16.286,16.096,17.257,16.784,16.792,16.622,16.19,15.934,16.286,16.253,16.677,16.399,16.683]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"07_create10k","v":{"total":[482.389,478.231,474.036,472.106,479.339,479.199,479.637,479.448,478.779,475.451,475.182,480,475.846,482.061,472.07],"script":[96.556,101.306,95.856,100.686,100.656,99.213,97.906,101.185,100.008,97.688,101.142,100.739,96.4,100.325,99.385],"paint":[377.648,369.522,370.694,363.841,371.102,372.401,374.035,370.63,371.176,370.233,366.499,371.405,371.639,374.054,365.202]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.085,45.716,46.696,45.798,47.138,49.233,46.231,44.871,45.529,47.84,45.459,44.677,45.29,45.614,45.405],"script":[6.634,6.731,6.829,6.646,6.61,7.025,6.561,6.702,6.484,6.671,6.497,6.619,6.762,6.489,6.545],"paint":[38.566,38.098,38.542,38.269,39.532,40.988,38.755,37.35,38.118,40.176,38.144,37.251,37.584,38.307,38.034]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[26.206,25.497,26.354,26.923,27.629,28.297,26.382,25.359,26.818,26.715,27.179,25.083,26.146,25.821,26.558],"script":[23.735,22.958,23.95,24.853,25.432,25.848,24.634,22.963,24.612,24.313,24.671,22.852,23.823,23.934,24.663],"paint":[1.673,1.944,1.958,1.331,2.074,2.332,1.605,1.809,2.09,2.035,1.489,2.135,2.223,1.787,1.802]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.3963022232055664]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.857370376586914]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.03373908996582]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.1534194946289062]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.83804702758789]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2629.3064999999997]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[89.98000000000002]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[216.18400000000005]}}, +{"f":"anansi-v0.14.0-keyed","b":"43_first-paint","v":{"DEFAULT":[48.6]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"01_run1k","v":{"total":[44.426,44.663,44.494,43.887,45.146,45.27,46.265,44.136,44.103,45.103,45.043,47.316,45.186,44.318,45.142],"script":[7.657,7.943,7.915,7.977,7.684,7.736,7.579,7.596,7.558,9.232,7.987,9.096,7.728,8.131,7.507],"paint":[36.383,36.317,36.09,35.168,37.047,37.126,38.201,35.814,35.821,35.352,36.649,37.682,37.002,35.776,37.198]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"02_replace1k","v":{"total":[55.848,57.548,56.603,57.031,56.738,55.908,55.357,56.767,56.164,57.619,55.657,56.362,56.397,55.925,56.718],"script":[17.208,16.964,17.188,16.9,16.73,17.209,16.925,16.661,16.931,16.822,16.833,17.12,16.994,17.058,16.858],"paint":[37.904,39.867,38.938,39.406,39.28,38.268,37.962,39.603,38.497,40.334,38.154,38.753,38.684,38.381,39.363]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.734,19.29,18.523,20.443,18.619,19.268,19.483,18.796,19.827,20.352,18.964,18.592,19.381,18.602,18.333],"script":[1.769,1.943,2.162,2.179,1.844,2.129,1.261,1.259,1.976,1.866,2.161,2.06,2.417,1.659,2.424],"paint":[16.327,15.316,15.312,15.869,14.836,15.054,16.228,15.14,14.88,16.53,14.781,14.873,15.388,15.887,14.482]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"04_select1k","v":{"total":[4.651,4.251,4.016,5.015,5.02,4.143,4.444,4.198,4.125,4.364,4.362,4.87,4.749,4.324,5.165,5.057,4.562,4.533,5.019,4.369,5.228,4.367,5.211,4.654,4.876],"script":[1.759,1.514,1.677,0.967,1.763,1.046,1.069,1.124,1.114,1.444,1.436,1.745,1.267,0.979,1.777,1.878,1.879,1.536,1.838,1.611,1.822,1.5,1.518,1.032,1.034],"paint":[2.598,1.8,2.217,1.349,3.063,2.964,3.259,2.255,2.875,2.15,1.784,2.195,2.899,2.864,2.603,1.976,2.056,2.291,2.651,1.742,2.329,1.535,3.495,2.677,2.815]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"05_swap1k","v":{"total":[21.948,23.501,23.443,22.848,22.634,22.22,22.352,23.82,21.999,21.635,23.218,24.852,22.322,22.542,21.977],"script":[1.599,1.857,1.432,0.969,1.981,1.482,1.974,1.507,1.548,1.776,2.008,1.352,1.819,1.961,1.017],"paint":[19.087,20.034,19.299,20.3,19.071,19.532,18.586,20.46,18.576,18.907,18.937,21.27,18.856,18.519,19.681]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[17.27,17.865,17.283,18.061,17.75,17.797,18.454,18.885,17.96,18.479,18.225,18.309,18.365,17.839,18.783],"script":[1.112,1.133,0.834,1.159,1.163,1.119,0.974,1.208,0.868,1.137,1.086,1.144,1.141,1.138,1.169],"paint":[15.44,15.989,15.39,16.174,15.579,15.708,16.905,16.661,16.362,15.632,16.331,16.158,16.482,15.922,16.408]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"07_create10k","v":{"total":[474.548,468.054,473.3,469.523,476.174,471.328,481.976,480.355,471.551,471.922,473.43,463.726,472.55,477.51,470.882],"script":[100.12,99.492,98.9,99.454,97.893,99.521,94.033,96.014,97.473,98.564,99.311,99.216,101.12,103.071,98.959],"paint":[366.624,360.879,366.765,362.422,370.622,364.129,379.654,376.531,366.13,365.242,366.501,357.033,363.955,366.927,364.491]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.141,52.799,52.542,52.635,52.039,52.919,53.222,52.046,52.815,51.728,51.983,52.204,52.073,52.45,52.476],"script":[8.929,8.854,9.003,8.884,9.013,9.162,9.024,8.679,9.147,8.533,9.205,9.144,9.037,9.093,8.451],"paint":[43.281,43.014,42.351,42.829,41.913,42.545,43.244,42.543,42.734,41.973,41.85,41.864,42.219,42.43,42.762]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[27.279,25.787,26.863,26.164,26.307,26.72,28.139,27.123,26.088,26.642,25.926,26.46,26.234,26.072,26.774],"script":[24.992,23.346,24.538,24.204,24.275,24.324,25.375,24.897,23.381,23.952,23.993,23.939,24.459,23.326,24.451],"paint":[1.109,1.515,1.234,1.276,1.915,1.294,1.596,0.47,2.38,2.582,0.908,2.388,0.827,1.759,2.216]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.3840303421020508]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.655308723449707]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.819833755493164]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.1534385681152344]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.7041654586792]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2627.3705]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[95.868]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[221.01599999999996]}}, {"f":"angular-cf-v17.0.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[276.3193359375]}}, {"f":"angular-cf-v17.0.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[137.7392578125]}}, {"f":"angular-cf-v17.0.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[42.990234375]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[216.8]}}, -{"f":"angular-cf-v17.0.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[216.8]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"01_run1k","v":{"total":[45.398,47.476,45.371,46.423,46.509,46.14,46.913,45.564,46.386,49.674,45.559,44.199,45.235,44.935,46.162],"script":[7.258,7.213,6.812,6.755,7.561,8.132,7.296,7.705,7.25,8.152,7.584,6.681,7.625,7.229,7.166],"paint":[37.655,39.744,37.799,38.983,38.444,37.559,39.11,37.385,38.575,40.932,37.449,36.817,37.11,37.204,38.334]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"02_replace1k","v":{"total":[47.847,47.079,47.037,46.483,47.072,47.689,46.734,47.335,46.311,46.433,46.799,48.728,45.893,48.337,46.815],"script":[13.061,13.088,12.485,12.088,12.082,12.086,12.33,12.679,11.819,12.046,12.18,12.558,12.031,11.957,12.182],"paint":[34.288,33.565,34.085,33.963,34.518,35.129,33.69,34.208,34.025,33.959,34.148,35.707,33.403,35.667,34.204]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.798,19.03,19.561,19.63,18.528,18.948,19.709,19.381,19.919,19.807,19.052,21.978,19.006,19.466,19.307],"script":[2.25,2.119,1.324,1.807,1.578,1.996,1.085,2.484,2.156,2.133,1.241,2.369,2.066,2.124,2.461],"paint":[15.899,14.496,15.887,15.66,14.818,15.393,16.683,15.507,16.114,16.038,15.564,17.897,14.512,15.739,15.595]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"04_select1k","v":{"total":[5.871,4.306,4.122,5.131,4.352,4.111,4.085,4.932,4.629,4.384,3.832,3.822,4.345,4.519,4.056,5.234,4.36,4.639,4.59,4.991,4.001,4.508,4.19,4.594,5.245],"script":[2.066,0.939,1.515,2.206,1.752,1.353,1.74,2.064,1.171,1.759,1.371,1.256,1.339,1.006,0.969,1.868,1.522,1.808,1.431,1.833,1.271,1.541,1.294,1.724,1.722],"paint":[2.784,3.243,2.476,2.771,1.585,2.224,2.247,2.266,2.357,1.939,2.214,2.47,2.857,3.381,2.263,2.808,2.748,2.701,1.571,2.389,2.052,2.098,2.781,1.989,3.233]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"05_swap1k","v":{"total":[23.234,23.939,21.894,22.964,21.934,23.478,22.46,22.808,23.569,22.37,22.661,21.972,23.9,23.25,23.035],"script":[1.87,1.585,2.086,1.829,1.691,2.09,1.554,1.412,1.353,1.554,1.828,1.041,1.615,1.969,2.105],"paint":[19.038,19.504,18.137,18.951,19.212,19.997,18.484,19.051,20.246,19.335,19.457,19.589,20.389,19.737,19.501]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[18.897,18.524,17.68,17.819,17.56,18.204,17.751,17.66,17.711,18.53,18.37,18.075,17.735,18.794,19.015],"script":[1.131,1.127,0.757,0.796,0.72,0.919,1.097,1.108,0.766,0.785,1.068,0.906,1.02,0.991,1.151],"paint":[16.811,16.146,16.24,16.232,16.143,16.05,15.948,15.659,16.234,16.592,16.403,15.888,15.924,16.591,16.739]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"07_create10k","v":{"total":[481.175,473.023,474.643,477.023,471.545,471.32,476.396,474.856,470.51,478.762,469.249,477.109,474.049,481.684,475.119],"script":[92.653,90.734,93.405,90.522,90.405,91.479,90.152,89.966,91.578,92.293,95.492,91.244,91.566,93.593,91.793],"paint":[380.723,374.518,373.613,378.996,373.407,372.317,378.403,377.304,371.443,378.658,366.179,378.236,374.984,380.559,375.758]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.131,44.415,44.122,48.641,46.273,44.265,44.761,44.42,46.718,47.112,46.98,44.619,47.565,44.657,46.733],"script":[5.943,6.081,5.872,6.114,5.994,6.078,5.925,5.916,6.1,6.011,6.135,5.956,5.953,6.231,5.963],"paint":[37.274,37.474,37.346,41.599,39.292,37.381,38.028,37.704,39.618,39.781,39.855,37.823,40.64,37.595,39.834]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[22.835,21.832,23.037,22.619,24.147,22.493,23.905,22.206,22.448,23.363,24.582,21.607,21.748,23.571,22.524],"script":[20.205,19.598,20.002,19.463,22.249,20.021,21.005,20.618,20.282,20.793,22.118,18.938,19.54,20.975,20.373],"paint":[1.544,2.12,2.406,2.06,1.758,2.354,2.1,1.132,2.041,1.465,1.46,2.573,1.867,2.475,1.123]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9553451538085938]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7757225036621094]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.8321914672851562]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.5670442581176758]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[25.263484001159668]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2401.705]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.568]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.96800000000002]}}, +{"f":"angular-cf-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[196.8]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"01_run1k","v":{"total":[47.198,46.902,46.835,45.635,46.721,47.797,46.563,46.934,46.997,44.486,48.398,47.557,47.443,49.302,48.261],"script":[8.967,9.274,8.749,8.455,9.068,9.142,8.407,8.97,8.531,6.989,8.892,9.269,8.8,9.507,8.739],"paint":[37.802,37.156,37.657,36.784,36.932,38.169,37.657,37.488,37.806,37.008,38.814,37.812,38.168,39.307,39.025]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"02_replace1k","v":{"total":[54.857,54.235,55.961,55.054,54.544,55.162,52.023,54.965,55.023,54.395,54.107,55.372,54.162,54.571,53.72],"script":[15.123,14.702,15.311,14.899,14.773,14.585,14.168,14.566,14.184,14.862,15.145,14.605,14.386,14.778,14.355],"paint":[39.264,39.043,39.926,39.66,39.29,39.933,37.315,39.914,40.096,39.074,38.244,40.235,39.263,39.314,38.936]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[20.214,19.379,19.065,18.944,18.41,18.964,20.167,18.698,19.948,18.534,19.649,18.624,19.719,18.447,19.355],"script":[2.084,1.883,1.413,2.508,2.129,1.957,2.068,2.348,2.097,1.731,1.781,1.517,2.362,1.975,1.634],"paint":[16.445,16.158,16.02,14.31,15.295,15.643,16.507,14.701,16.238,15.744,16.329,15.449,15.956,14.902,16.664]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"04_select1k","v":{"total":[5.011,4.532,3.907,4.047,4.102,4.368,3.904,4.587,3.781,4.256,4.686,4.578,5.686,4.29,4.304,6.12,4.997,3.768,4.142,4.68,3.893,4.408,4.057,4.112,4.615],"script":[1.336,1.848,1.275,1.044,1.665,1.342,0.699,1.953,0.977,1.756,0.908,1.957,1.829,2.051,1.793,2.064,0.926,1.203,1.395,1.486,1.53,1.7,1.839,1.717,1.397],"paint":[2.296,2.14,1.582,2.879,1.662,2.262,2.684,2.511,1.662,1.685,3.561,2.501,3.733,2.115,2.393,2.838,2.851,1.634,1.899,2.646,1.307,1.695,2.093,1.234,2.028]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"05_swap1k","v":{"total":[21.752,22.497,21.473,23.147,22.754,23.503,22.627,23.472,22.091,23.3,22.25,21.841,23.07,22.61,22.117],"script":[1.733,1.689,1.468,2.023,1.611,1.947,1.528,1.998,1.465,1.014,1.606,1.636,1.46,1.548,1.618],"paint":[17.824,18.994,18.621,19.568,19.29,20.477,18.96,20.115,18.481,20.968,17.535,18.408,19.176,19.075,19.171]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[18.386,17.844,18.933,18.774,17.827,18.425,18.319,17.78,18.324,18.489,18.476,17.348,18.718,17.505,18.351],"script":[0.793,0.809,1.124,0.759,1.045,0.769,1.087,0.766,1.103,1.047,0.78,0.87,0.954,0.903,1.078],"paint":[16.533,16.596,16.524,16.359,16.005,16.624,16.162,15.977,16.141,16.22,16.862,15.365,16.584,15.549,16.137]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"07_create10k","v":{"total":[461.377,467.111,467.293,469.809,463.393,466.056,466.146,465.598,470.503,461.427,469.429,468.551,466.226,464.255,462.739],"script":[90.202,88.804,87.82,90.328,89.465,90.564,89.123,89.461,89.569,89.556,90.333,89.95,90.168,88.698,89.216],"paint":[363.651,370.764,371.81,371.391,366.426,367.642,369.657,368.793,373.103,364.456,371.626,370.815,368.637,367.912,366.074]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.603,51.914,52.892,51.802,51.898,51.496,52.541,51.967,51.464,53.513,51.751,52.867,51.517,51.646,52.417],"script":[8.004,8.331,8.472,8.21,8.371,8.425,8.198,8.406,7.946,8.378,8.434,8.216,8.496,8.453,8.326],"paint":[42.342,42.627,43.444,42.584,42.526,42.079,43.409,42.603,42.274,43.938,42.08,43.654,42.126,41.968,43.06]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[25.875,23.398,23.083,22.498,23.17,22.056,20.797,22.889,21.998,24.568,23.397,22.123,22.919,22.734,22.578],"script":[23.3,20.844,20.668,19.896,20.5,19.274,18.902,20.507,20.031,21.582,21.392,20.259,20.456,19.722,20.117],"paint":[1.852,1.796,1.397,2.323,2.528,2.061,1.78,2.203,1.359,2.003,1.894,1.735,2.083,2.086,1.46]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9450702667236328]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.551264762878418]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.616429328918457]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.6046295166015625]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.133312225341797]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2401.3999999999996]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[45.355999999999995]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.91999999999993]}}, {"f":"angular-cf-nozone-v17.0.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[244.08984375]}}, {"f":"angular-cf-nozone-v17.0.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[105.8125]}}, {"f":"angular-cf-nozone-v17.0.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[32.48828125]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[172.1]}}, -{"f":"angular-cf-nozone-v17.0.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[172.1]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"01_run1k","v":{"total":[44.537,44.51,45.209,44.8,45.606,44.424,44.203,44.972,43.274,48.769,44.707,45.142,44.359,44.175,44.336],"script":[8.026,7.869,7.772,7.552,8.346,8.227,8.585,8.832,7.488,8.373,7.907,8.066,8.405,7.583,7.984],"paint":[36.04,36.145,36.931,36.768,36.79,35.715,35.103,35.618,35.235,39.656,36.264,36.614,35.419,36.082,35.907]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"02_replace1k","v":{"total":[51.574,50.731,49.446,49.613,50.463,49.882,50.413,49.346,50.101,49.503,49.022,50.197,49.71,49.78,49.645],"script":[15.992,15.097,15.091,14.875,15.409,15.028,15.681,14.568,15.404,14.701,14.431,15.815,14.718,15.446,14.821],"paint":[34.839,35.173,33.876,34.286,34.517,34.402,34.302,34.328,34.181,34.364,34.143,33.909,34.559,33.859,34.367]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[23.861,20.378,19.484,20.945,20.258,19.633,19.658,20.754,19.824,19.287,20.225,20.176,20.853,19.524,20.475],"script":[2.57,2.458,2.461,3.093,2.387,2.386,2.403,2.708,2.185,2.697,2.509,2.683,2.747,2.605,2.813],"paint":[18.109,16.809,14.844,16.338,16.272,15.067,15.846,16.41,14.521,14.723,15.547,15.676,16.589,15.556,15.695]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"04_select1k","v":{"total":[7.846,6.565,6.832,6.93,5.43,5.141,7.521,7.343,6.288,6.108,7.128,6.28,6.332,4.553,5.842,5.363,5.265,6.404,5.21,5.413,5.923,5.371,6.88,6.818,6.566],"script":[2.95,2.286,2.602,2.404,1.902,2.319,3.167,2.85,2.399,2.273,2.946,2.304,2.213,2.079,1.818,2.696,2.4,3.192,2.452,2.41,2.164,1.676,1.759,2.304,2.373],"paint":[3.882,3.41,2.994,3.574,3.391,2.66,4.109,3.323,3.736,3.668,3.411,3.168,3.508,1.896,3.149,2.063,2.088,3.052,1.868,2.655,2.904,2.847,4.023,4.257,2.208]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"05_swap1k","v":{"total":[23.719,23.293,23.598,23.276,22.263,21.372,22.91,22.834,22.721,23.464,23.252,22.677,23.716,23.279,23.306],"script":[2.317,1.827,2.353,1.735,1.144,1.451,1.997,1.025,1.605,1.182,1.255,0.696,2.039,1.509,2.121],"paint":[19.009,20.142,20.217,20.444,19.203,18.121,19.198,20.436,19.902,20.502,19.802,20.082,19.316,20.789,19.783]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[20.419,18.374,18.241,19.647,19.027,21.433,18.107,19.944,20.975,19.688,18.758,19.614,20.083,21.059,19.012],"script":[1.528,1.553,1.529,1.772,1.398,1.834,1.319,1.731,1.712,1.533,1.534,1.43,1.444,1.612,1.538],"paint":[17.888,15.988,15.993,17.116,16.648,18.21,15.756,17.448,18.396,17.345,16.424,16.993,17.138,18.189,16.601]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"07_create10k","v":{"total":[481.339,471.639,478.754,487.817,480.942,473.853,479.726,482.802,483.146,479.779,482.676,482.344,477.823,477.522,480.761],"script":[97.48,99.21,98.213,104.343,99.182,95.319,101.327,101.12,101.19,103.831,100.914,104.342,100.659,97.856,101.804],"paint":[376.228,364.94,372.671,376.099,374.111,371.175,370.913,374.069,374.304,368.437,374.1,370.544,369.57,372.019,371.219]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.912,46.068,46.526,47.292,48.955,49.994,45.883,46.22,45.889,45.641,45.525,47.543,45.884,47.786,45.493],"script":[6.929,6.897,6.963,6.827,6.765,6.883,7.419,7.289,6.977,6.879,6.776,6.923,7.028,7.22,6.858],"paint":[38.072,38.254,38.631,39.494,41.001,41.863,37.522,37.936,38.098,37.955,37.95,39.413,38.036,39.225,37.72]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[27.4,26.44,27.951,27.011,25.097,26.252,27.343,25.435,25.879,27.406,26.766,26.6,25.898,25.827,26.023],"script":[25.002,24.149,25.754,25.45,22.768,24.25,24.752,23.467,23.797,25.047,24.662,24.342,23.329,23.942,23.777],"paint":[1.326,2.073,1.413,1.461,2.236,1.895,1.967,1.875,1.932,2.233,1.703,2.107,2.464,1.792,2.148]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.405308723449707]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.908452987670898]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.097387313842773]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.1254539489746094]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.054046630859375]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2627.5795000000003]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[93.656]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[215.82000000000008]}}, +{"f":"angular-cf-nozone-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[156.3]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"01_run1k","v":{"total":[44.072,48.155,46.542,44.058,45.855,45.474,43.374,43.872,44.206,44.7,46.123,45.694,46.547,45.021,44.151],"script":[7.48,9.814,9.644,7.537,9.393,7.742,7.715,7.646,7.477,7.504,7.863,8.883,10.059,7.589,7.71],"paint":[36.196,37.859,36.151,36.116,35.958,37.042,35.177,35.757,36.2,36.674,37.582,36.069,35.816,36.699,36.007]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"02_replace1k","v":{"total":[57.491,57.017,56.577,56.842,56.131,56.404,56.941,57.473,56.71,56.267,57.385,56.629,56.991,57.287,55.969],"script":[17.335,17.483,16.848,16.968,17.237,17.226,16.973,17.146,16.866,17.216,16.789,17.271,17.088,17.454,17.174],"paint":[39.455,39.064,39.251,39.387,38.14,38.699,39.444,39.605,39.11,38.445,39.819,38.685,39.432,39.12,38.202]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.457,19.76,19.206,19.678,20.63,19.781,18.867,19.562,20.107,20,19.855,19.654,19.167,19.624,19.222],"script":[2.519,2.491,2.351,1.961,2.722,2.475,2.173,2.237,2.826,2.552,2.254,2.519,2.55,2.509,2.478],"paint":[15.514,15.673,16.029,16.452,15.3,15.18,16.322,15.72,15.525,15.198,15.703,15.171,15.238,15.543,15.46]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"04_select1k","v":{"total":[6.268,6.731,6.407,6.67,7.12,6.661,6.748,6.978,6.732,6.456,6.582,8.168,6.265,6.23,6.939,6.633,6.408,7.181,7.106,6.484,6.355,6.444,7.354,6.66,6.721],"script":[2.645,2.457,2.685,2.159,2.642,2.491,2.058,2.908,2.236,2.125,2.555,2.575,2.384,1.789,2.426,2.891,2.828,3.049,2.762,2.133,2.435,2.739,2.963,2.195,2.903],"paint":[2.665,2.586,3.514,3.897,2.943,3.918,3.662,3.068,3.508,3.42,3.102,4.948,3.646,3.42,3.037,2.437,2.98,3.541,3.397,3.221,2.465,2.814,3.394,3.275,2.677]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"05_swap1k","v":{"total":[22.15,23.257,22.649,22.847,21.983,21.307,22.457,22.892,21.58,23.555,22.673,22.331,22.254,22.45,22.896],"script":[1.807,2.043,2.21,1.44,1.895,1.063,2.023,1.548,0.93,1.58,1.237,1.323,2.085,1.688,1.552],"paint":[18.679,20.068,19.118,18.428,18.752,19.189,18.424,19.909,19.433,19.998,19.833,19.591,18.852,19.513,20.171]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[20.398,20.375,19.3,20.714,20.518,20.05,20.488,20.739,21.588,21.061,20.257,21.084,20.661,20.421,20.557],"script":[1.723,1.409,1.563,1.698,1.691,1.478,1.704,1.583,1.829,1.757,1.42,1.531,1.633,1.737,1.481],"paint":[17.261,17.807,16.917,17.813,17.534,17.476,17.933,17.908,18.833,18.146,17.369,18.208,17.353,17.654,18.249]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"07_create10k","v":{"total":[473.671,470.787,477.552,471.057,473.24,477.537,467.905,468.567,482.09,468.453,470.591,483.99,473.377,468.395,477.262],"script":[98.632,99.335,102.406,100.437,104.62,100.278,97.206,97.105,100.236,96.654,100.403,102.029,100.291,97.526,103.738],"paint":[367.577,363.836,367.597,362.529,361.163,369.754,362.664,364.113,374.307,364.193,362.542,374.535,365.553,363.388,365.91]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.486,53.701,53.621,53.215,53.323,52.726,52.227,52.745,52.356,53.329,53.895,53.263,52.906,53.01,52.865],"script":[9.128,9.651,9.697,9.599,10.013,9.581,9.277,9.391,9.705,9.491,9.798,9.804,9.647,9.683,9.514],"paint":[42.386,43.091,42.73,42.415,42.358,42.184,41.964,42.438,41.69,42.899,42.9,42.292,42.308,42.121,42.184]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[26.525,26.223,27.652,26.844,27.154,27.429,26.079,27.23,27.05,26.534,27.593,28.537,25.876,26.124,25.352],"script":[23.993,23.897,24.83,24.656,25.229,24.957,23.864,24.518,25.201,24.033,25.081,26.121,23.648,23.939,22.758],"paint":[1.627,2.197,2.699,2.06,1.229,1.931,2.082,1.907,1.547,1.882,1.656,2.073,2.103,2.06,2.459]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.3921937942504883]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.710483551025391]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.88319206237793]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.2236061096191406]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.923584938049316]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.969]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[99.11600000000001]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[223.69200000000006]}}, {"f":"angular-cf-signals-v17.0.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[277.7841796875]}}, {"f":"angular-cf-signals-v17.0.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[139.2041015625]}}, {"f":"angular-cf-signals-v17.0.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[43.427734375]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[212.7]}}, -{"f":"angular-cf-signals-v17.0.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[212.7]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"01_run1k","v":{"total":[45.686,46.58,45.073,45.447,44.996,46.257,47.168,45.676,47.075,45.882,46.961,46.36,45.385,46.903,46.085],"script":[9.05,9.099,8.596,8.444,7.817,9.098,9.16,9.064,8.884,9.584,10.02,9.499,8.618,9.909,9.632],"paint":[36.182,37.011,36.017,36.551,36.644,36.686,37.584,36.122,37.768,35.834,36.47,36.338,36.279,36.489,35.971]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"02_replace1k","v":{"total":[49.365,49.367,53.209,52.456,52.029,52.341,52.266,51.253,49.755,50.922,50.967,51.806,50.441,52.103,50.74],"script":[14.666,15.438,15.149,16.466,17.107,17.018,15.438,16.419,15.687,16.009,15.568,15.799,15.974,16.114,15.668],"paint":[34.142,33.444,37.351,35.275,34.479,34.855,36.3,34.38,33.628,34.46,34.933,35.355,33.966,35.458,34.618]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.281,20.161,19.756,19.883,19.151,20.122,18.472,20.143,19.638,19.28,20.474,20.36,19.061,19.671,19.45],"script":[1.542,3.144,2.256,2.225,2.118,2.703,1.294,1.804,2.095,1.805,2.581,1.957,1.961,2.36,2.038],"paint":[15.774,15.457,15.579,15.828,15.153,15.23,15.802,16.727,16.216,15.855,15.593,15.905,14.427,15.646,16.394]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"04_select1k","v":{"total":[3.604,4.366,4.179,4.559,4.539,4.571,4.491,4.165,4.042,4.339,4.05,4.96,5.302,4.019,3.706,5.054,5.193,4.81,4.019,4.153,4.16,4.115,4.354,3.908,4.372],"script":[1.441,1.763,1.064,1.068,1.808,1.803,1.712,1.52,1.342,1.423,1.763,1.787,1.831,1.68,1.492,1.008,1.818,1.781,1.599,1.145,1.428,1.341,1.007,1.349,1.626],"paint":[2.06,1.709,2.879,2.922,2.307,1.882,2.672,1.662,1.901,2.816,1.593,2.703,2.843,1.806,1.511,3.335,2.788,2.444,2.327,2.918,2.636,2.671,3.252,2.462,2.637]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"05_swap1k","v":{"total":[176.883,166.961,165.543,162.996,164.413,173.855,174.035,164.564,173.448,174.933,172.56,175.059,169.27,174.361,167.621],"script":[30.421,27.582,28.525,27.232,27.029,28.781,29.716,27.757,29.143,29.847,27.87,30.358,29.627,30.805,27.906],"paint":[143.942,136.721,134.829,133.674,133.957,143.515,142.033,135.253,141.689,141.954,142.457,142.559,137.387,141.133,138.005]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[19.735,17.88,17.755,17.842,17.732,18.025,17.932,19.051,18.16,17.851,18.227,17.404,19.631,18.002,18.136],"script":[1.16,0.975,1.093,1.088,0.745,0.882,0.897,1.217,0.998,1.084,1.198,0.803,1.19,0.869,1.083],"paint":[17.515,16.041,15.922,16.063,16.302,16.364,16.068,17.309,16.158,16.084,16.262,15.919,17.225,16.449,16.367]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"07_create10k","v":{"total":[491.428,481.914,480.853,487.058,483.789,482.461,476.232,493.701,482.312,481.108,483.853,473.016,483.474,479.511,485.737],"script":[105.075,101.301,99.663,101.389,104.432,102.096,102.334,105.388,108.592,104.688,105.462,102.095,101.429,108.273,106.049],"paint":[377.854,372.98,373.733,378.071,371.795,372.585,366.385,380.298,366.167,368.987,370.776,363.107,374.388,363.598,371.896]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.074,46.959,45.752,45.169,46.327,46.233,45.955,45.8,49.663,46.297,46.133,46.87,46.439,45.411,45.999],"script":[7.083,7.421,7.359,7.046,7.115,7.249,7.012,7.012,7.178,7.278,7.105,7.396,6.965,7.074,7.44],"paint":[40.031,38.577,37.475,37.277,38.366,38.099,38.079,37.886,41.334,38.115,38.082,38.481,38.654,37.368,37.578]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[32.668,29.438,28.756,28.873,29.141,30.068,31.274,29.391,30.803,29.749,30.359,28.952,29.735,28.269,30.272],"script":[30.505,26.172,26.582,26.365,26.49,27.71,28.107,27.503,28.562,26.809,28.671,26.436,27.178,25.893,27.981],"paint":[0.881,2.356,1.557,2.386,2.118,1.506,2.788,1.768,2.114,2.183,1.258,1.602,1.729,2.256,2.161]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.4430656433105469]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[5.1907958984375]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.250054359436035]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.4281415939331055]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.35997676849365]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2628.905]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[92.80000000000001]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[212.864]}}, +{"f":"angular-cf-signals-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[204.7]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"01_run1k","v":{"total":[44.398,45.029,44.017,44.376,44.596,45.867,46.033,44.711,46.06,46.152,44.209,44.299,46.831,44.384,44.953],"script":[8.785,9.016,8.272,8.622,8.306,9.157,8.299,8.452,8.366,8.508,8.516,9.188,8.829,8.206,8.724],"paint":[34.901,35.593,35.279,35.25,35.872,36.286,37.199,35.75,37.288,36.956,35.23,34.644,37.322,35.716,35.826]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"02_replace1k","v":{"total":[56.336,57.035,57.153,56.798,57.178,58.069,57.324,56.822,58.258,57.177,56.589,56.623,57.984,56.73,56.119],"script":[16.823,17.501,17.712,17.143,17.536,18.141,17.43,17.282,17.631,17.734,17.204,17.779,17.778,17.163,16.5],"paint":[39.019,39.053,38.962,39.155,39.15,39.43,39.366,38.818,40.123,38.947,38.632,38.113,39.493,38.814,39.108]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.294,18.8,18.91,19.94,19.049,19.787,19.549,19.729,19.322,19.529,18.978,19.194,19.292,21.529,18.822],"script":[2.164,2.208,2.013,2.296,2.442,1.895,2.099,2.107,2.466,2.149,2.125,2.306,1.858,2.722,2.159],"paint":[14.01,15.274,15.771,16.078,14.825,15.436,15.849,16.583,15.197,15.698,14.897,14.293,15.396,17.14,14.577]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"04_select1k","v":{"total":[4.653,4.404,4.931,3.841,4.062,4.476,4.409,3.904,5.036,4.536,4.99,6.748,4.42,4.695,5.116,3.698,5.216,3.483,4.485,4.692,4.176,4.244,4.603,4.419,4.219],"script":[1.555,1.846,1.773,1.313,1.916,1.685,1.281,1.394,1.924,1.823,1.234,1.967,1.246,1.532,1.359,1.296,1.894,1.214,1.372,1.327,1.392,1.435,1.206,1.728,1.334],"paint":[2.055,1.644,2.543,1.583,2.015,2.104,2.558,2.395,2.984,2.597,2.86,3.422,2.792,3.038,2.449,2.277,1.929,1.352,2.985,2.398,1.806,1.922,3.257,1.631,1.887]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"05_swap1k","v":{"total":[184.558,185.514,188.432,183.798,188.358,183.606,181.109,182.533,193.639,190.011,183.653,181.585,184.602,187.538,182.667],"script":[29.104,29.808,29.884,29.237,29.545,29.409,28.795,29.335,29.568,29.637,29.359,29.052,29.294,28.637,29.507],"paint":[153.215,153.258,155.831,151.695,156.287,151.896,150.458,151.513,161.564,157.289,152.472,150.461,154.164,155.789,151.445]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"06_remove-one-1k","v":{"total":[18.182,18.864,18.738,18.678,18.951,18.679,17.881,18.386,18.111,18.712,18.483,18.017,18.653,18.483,18.974],"script":[0.968,1.024,0.936,1.151,1.192,1.127,1.153,1.081,0.865,1.148,1.161,0.801,1.153,1.159,1.166],"paint":[16.288,16.798,16.314,16.731,16.451,16.569,15.452,16.267,16.481,16.811,16.255,16.009,16.735,16.128,16.754]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"07_create10k","v":{"total":[487.65,475.298,473.074,477.346,479.259,479.117,477.767,480.225,476.084,482.394,477.701,479.688,480.811,476.477,475.779],"script":[103.009,102.705,103.894,103.174,103.025,105.947,103.644,103.841,104.164,104.664,104.504,104.669,104.32,104.661,105.225],"paint":[376.86,364.797,361.507,366.644,367.519,365.47,366.655,368.828,364.443,369.196,365.664,366.901,368.782,364.273,362.971]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.913,55.097,54.054,54.192,55.253,54.31,53.385,54.538,52.728,53.671,53.574,54.897,55.37,53.876,53.991],"script":[9.789,9.602,10.01,9.994,9.417,10.001,9.635,10.049,9.438,9.679,9.3,9.43,9.856,9.261,9.666],"paint":[43.196,44.289,43.056,43.359,44.98,43.48,42.81,43.286,42.416,43.084,43.326,44.528,44.295,43.695,43.393]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"09_clear1k_x8","v":{"total":[27.646,29.314,28.789,27.502,29.472,28.914,27.381,30.178,29.193,27.93,29.367,28.983,30.691,28.752,28.927],"script":[25.749,26.619,26.685,25.239,27.215,26.151,25.878,26.917,27.165,25.389,26.602,26.733,28.732,26.458,26.634],"paint":[1.775,2.544,1.963,2.139,2.133,2.163,0.448,2.269,1.904,2.422,2.554,1.36,1.843,1.185,2.173]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.4499883651733398]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.896495819091797]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.037480354309082]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.430281639099121]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.22512435913086]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.9195000000004]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[103.516]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[230.5960000000001]}}, {"f":"angular-ngfor-v17.0.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[285.6552734375]}}, {"f":"angular-ngfor-v17.0.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[147.0751953125]}}, {"f":"angular-ngfor-v17.0.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[45.1875]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[235.9]}}, -{"f":"angular-ngfor-v17.0.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[235.9]}}, -{"f":"apprun-v3.30.2-keyed","b":"01_run1k","v":{"total":[42.172,43.619,44.3,45.483,42.305,45.117,44.072,43.147,43.553,44.15,45.605,43.481,45.413,43.932,44.024],"script":[8.938,9.161,9.044,9.122,9.076,8.972,9.418,9.297,9.193,9.226,9.164,9.36,8.949,9.21,9.288],"paint":[32.801,33.864,34.734,35.628,32.801,35.412,34.17,33.378,33.954,34.197,35.939,33.691,35.727,34.273,34.284]}}, -{"f":"apprun-v3.30.2-keyed","b":"02_replace1k","v":{"total":[50.154,47.982,51.252,49.668,48.741,51.276,51.544,48.245,48.376,49.918,48.015,48.765,51.451,50.411,47.422],"script":[15.727,14.363,15.405,15.475,14.259,15.145,15.125,14.478,14.355,14.985,14.186,14.325,15.189,15.197,14.26],"paint":[33.668,33.208,35.34,33.714,33.71,35.662,35.678,33.34,33.54,34.497,33.362,33.943,35.496,34.732,32.671]}}, -{"f":"apprun-v3.30.2-keyed","b":"03_update10th1k_x16","v":{"total":[53.426,52.357,51.856,52.917,55.961,53.537,55.09,52.839,52.787,52.712,54.928,55.808,52.772,54.35,52.588],"script":[34.494,33.88,34.089,33.701,36.761,35.307,36.33,34.457,34.487,34.228,35.803,37.123,34.912,36.205,34.814],"paint":[16.703,16.824,16.032,17.431,17.303,16.644,16.817,16.651,15.812,15.643,17.477,15.808,15.468,16.306,14.851]}}, -{"f":"apprun-v3.30.2-keyed","b":"04_select1k","v":{"total":[37.2,36.318,37.748,37.989,37.285,36.143,37.86,38.841,37.479,37.354,37.872,36.244,36.414,36.184,36.608,36.608,37.47,37.503,37.188,36.925,37.691,41.393,36.285,37.874,36.922],"script":[33.055,31.976,32.77,33.724,32.954,31.906,33.583,34.526,33.389,32.94,33.641,31.624,32.074,32.286,32.552,32.873,32.815,32.886,32.564,32.936,32.973,36.519,32.362,34.212,33.299],"paint":[2.825,2.362,3.792,3.226,3.06,2.918,3.265,2.458,2.694,2.97,2.937,3.279,2.901,3.218,3.076,3.155,3.641,3.247,3.263,2.753,3.232,2.278,3.318,2.181,2.836]}}, -{"f":"apprun-v3.30.2-keyed","b":"05_swap1k","v":{"total":[58.326,54.454,54.085,55.896,58.092,55.746,55.607,54.376,55.963,54.652,53.791,56.016,59.919,54.961,55.526],"script":[34.776,31.946,32.156,33.069,35.079,32.296,32.358,32.759,32.629,32.63,31.859,33.163,35.583,32.349,33.215],"paint":[20.962,21.332,19.956,20.818,21.489,21.989,22.119,19.637,21.536,20.642,20.019,20.506,22.033,20.943,20.896]}}, -{"f":"apprun-v3.30.2-keyed","b":"06_remove-one-1k","v":{"total":[115.354,115.619,116.145,113.89,116.325,116.232,119.841,116.862,115.238,114.732,114.041,118.539,116.212,115.454,115.073],"script":[44.408,44.703,45.739,44.232,45.019,45.355,46.84,46.602,44.539,44.725,44.591,45.962,45.319,45.087,45.173],"paint":[68.945,69.57,68.837,67.892,69.594,69.473,71.098,68.736,69.366,68.856,68.123,71.216,69.912,68.649,68.106]}}, -{"f":"apprun-v3.30.2-keyed","b":"07_create10k","v":{"total":[497.093,504.363,492.578,497.404,497.866,494.584,499.7,498.608,502.289,496.156,485.352,500.758,496.058,493.542,498.903],"script":[112.595,112.265,110.231,110.828,113.241,109.846,114.872,109.86,115.987,110.15,111.697,111.88,109.035,113.63,116.004],"paint":[375.77,383.905,374.624,378.354,376.687,376.705,376.576,380.517,378.448,377.463,366.015,380.994,379.21,371.878,375.353]}}, -{"f":"apprun-v3.30.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.388,60.631,60.883,62.21,59.942,60.536,60.266,61.66,61.212,60.15,59.969,61.006,59.468,60.108,60.978],"script":[20.451,20.533,19.942,20.081,19.45,20.118,21.039,20.038,19.954,20.039,20.149,20.183,20.104,20.196,20.405],"paint":[37.963,39.065,39.788,40.874,39.489,39.098,37.827,40.22,40.002,38.747,38.82,39.834,38.393,38.605,39.463]}}, -{"f":"apprun-v3.30.2-keyed","b":"09_clear1k_x8","v":{"total":[16.126,16.244,16.84,17.476,16.44,16.654,16.95,17.787,16.646,17.1,18.162,16.835,18.145,16.416,16.306],"script":[13.567,14.331,14.292,14.908,13.929,14.73,14.952,15.666,14.995,14.728,15.789,14.624,15.529,14.051,13.733],"paint":[1.675,1.093,1.394,1.148,2.406,1.832,1.389,1.979,0.826,2.264,1.837,2.115,2.118,2.276,1.792]}}, -{"f":"apprun-v3.30.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5467624664306641]}}, -{"f":"apprun-v3.30.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.743035316467285]}}, -{"f":"apprun-v3.30.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.0135889053344727]}}, -{"f":"apprun-v3.30.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[9.804926872253418]}}, -{"f":"apprun-v3.30.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.872217178344727]}}, -{"f":"apprun-v3.30.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.2500000000002]}}, -{"f":"apprun-v3.30.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.855999999999998]}}, -{"f":"apprun-v3.30.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.396]}}, +{"f":"angular-ngfor-v17.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[213.7]}}, +{"f":"apprun-v3.30.2-keyed","b":"01_run1k","v":{"total":[51.808,51.402,51.321,50.786,51.413,50.159,51.683,50.215,51.22,51.514,51.993,52.066,50.393,51.199,50.726],"script":[12.039,11.415,12.233,12.055,11.475,11.336,12.508,11.435,11.255,11.533,12.219,12.851,11.069,12.743,11.666],"paint":[39.229,39.23,38.578,38.178,39.444,38.05,38.72,38.093,39.246,39.541,39.002,38.663,38.822,37.972,38.285]}}, +{"f":"apprun-v3.30.2-keyed","b":"02_replace1k","v":{"total":[56.358,57.661,59.777,58.123,57.468,58.875,58.128,58.065,58.339,59.887,59.961,56.61,59.403,58.252,58.228],"script":[17.505,18.231,18.821,17.987,17.416,18.092,18.187,17.863,18.885,18.929,19.024,16.793,18.023,18.363,18.148],"paint":[38.271,38.719,40.482,39.655,39.287,40.086,39.464,39.738,38.984,40.209,40.215,39.038,40.658,39.372,39.36]}}, +{"f":"apprun-v3.30.2-keyed","b":"03_update10th1k_x16","v":{"total":[58.051,57.339,56.987,58.373,57.187,56.885,59.915,56.731,58.479,55.794,61.89,57.122,57.949,59.037,58.991],"script":[39.107,38.58,39.155,40.237,39.261,38.467,40.522,38.849,40.109,38.744,42.665,39.792,39.465,41.018,40.922],"paint":[17.084,17.587,15.986,16.251,16.483,14.845,17.014,15.552,16.277,15.048,17.283,14.92,16.353,16.911,16.636]}}, +{"f":"apprun-v3.30.2-keyed","b":"04_select1k","v":{"total":[38.775,40.866,39.727,38.746,42.179,41.639,40.227,39.733,42.216,39.133,41.447,41.016,42.604,41.327,39.825,39.635,40.155,44.006,44.151,39.314,40.811,40.752,39.255,43.3,41.472],"script":[35.587,36.965,36.479,35.228,38.538,37.815,36.9,35.957,38.443,35.658,37.405,37.609,37.837,37.902,36.37,35.878,36.391,39.143,40.108,35.585,37.323,37.308,35.036,38.071,37.331],"paint":[2.048,2.344,2.289,2.262,2.083,2.845,2.245,2.709,2.295,3.174,3.769,2.127,3.087,1.347,2.468,2.641,2.442,3.474,2.773,1.508,2.029,2.677,3.012,3.921,2.642]}}, +{"f":"apprun-v3.30.2-keyed","b":"05_swap1k","v":{"total":[58.89,57.353,58.93,58.35,61.951,60.144,58.445,59.836,58.099,56.912,58.937,61.246,57.772,58.485,56.31],"script":[36.827,35.505,37.351,36.948,37.894,38.509,37.704,38.074,37.107,35.297,36.925,38.435,34.89,37.155,35.199],"paint":[19.859,19.915,20.034,18.485,22.111,18.989,19.154,20.058,19.179,19.696,20.063,21.413,21.479,18.948,18.814]}}, +{"f":"apprun-v3.30.2-keyed","b":"06_remove-one-1k","v":{"total":[127.173,128.836,126.524,128.96,127.682,131.605,127.054,125.572,125.727,129.092,127.712,125.755,128.555,124.563,126.51],"script":[49.773,50.924,48.99,51.104,49.692,51.663,50.098,48.299,48.034,52.042,51.205,48.265,50.407,48.308,49.428],"paint":[76.168,76.496,76.129,76.57,76.444,78.368,75.699,75.398,76.143,75.663,74.771,76.163,76.781,74.881,75.796]}}, +{"f":"apprun-v3.30.2-keyed","b":"07_create10k","v":{"total":[521.898,516.976,526.241,522.415,519.113,527.614,517.864,523.786,521.685,530.799,525.572,522.051,525.871,519.09,526.572],"script":[136.243,136.567,138.263,135.32,134.799,137.402,137.521,135.424,136.6,139.948,137.128,136.82,137.301,137.834,138.431],"paint":[378.345,372.664,380.305,379.601,376.922,382.792,372.962,381.095,377.559,382.723,380.973,377.788,381.098,373.759,380.713]}}, +{"f":"apprun-v3.30.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[69.436,69.646,69.246,68.266,68.099,69.729,69.299,70.588,69.773,69.492,68.758,69.244,70.464,70.367,68.317],"script":[23.585,23.159,22.646,22.671,22.972,23.221,23.758,23.605,22.36,23.554,23.398,22.922,23.473,23.755,23.771],"paint":[44.87,45.522,45.588,44.269,43.852,45.266,44.565,45.979,46.39,44.675,44.362,45.297,45.634,45.746,43.565]}}, +{"f":"apprun-v3.30.2-keyed","b":"09_clear1k_x8","v":{"total":[16.305,16.028,18.355,15.642,18.62,18.516,17.907,18.087,16.622,15.59,17.526,17.638,15.987,17.49,17.553],"script":[13.817,14.1,16.203,14.153,15.821,15.93,15.353,15.866,14.713,13.426,15.565,14.992,13.247,15.302,15.674],"paint":[2.386,1.351,1.269,0.473,1.504,1.849,1.751,2.1,1.802,1.653,1.343,1.637,1.913,2.073,1.771]}}, +{"f":"apprun-v3.30.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5483341217041016]}}, +{"f":"apprun-v3.30.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.534756660461426]}}, +{"f":"apprun-v3.30.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.616443634033203]}}, +{"f":"apprun-v3.30.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.683884620666504]}}, +{"f":"apprun-v3.30.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.744140625]}}, +{"f":"apprun-v3.30.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2450000000001]}}, +{"f":"apprun-v3.30.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.059999999999999]}}, +{"f":"apprun-v3.30.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[152.62]}}, {"f":"apprun-v3.30.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[156.455078125]}}, {"f":"apprun-v3.30.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[18.1806640625]}}, {"f":"apprun-v3.30.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.8984375]}}, -{"f":"apprun-v3.30.2-keyed","b":"43_first-paint","v":{"DEFAULT":[69.5]}}, -{"f":"apprun-v3.30.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[69.5]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"01_run1k","v":{"total":[77.087,78.245,78.646,77.168,75.65,77.273,77.967,76.759,77.03,79.194,78.362,77.387,74.498,80.217,76.057],"script":[42.077,42.125,42.4,41.847,40.457,42.447,42.102,41.036,42.262,43.22,40.892,42.374,39.673,42.136,42.078],"paint":[34.784,35.932,36.027,35.016,34.921,34.62,35.677,35.406,34.568,35.773,37.281,34.712,34.619,37.889,33.792]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"02_replace1k","v":{"total":[80.783,79.522,79.341,82.89,77.861,80.157,78.796,79.888,77.586,79.787,80.626,80.54,78.974,81.258,83.547],"script":[45.46,44.325,43.786,44.571,43.216,43.7,43.996,43.84,43.304,44.256,45.599,45.502,43.746,45.688,43.464],"paint":[35.103,34.858,35.188,38.125,34.446,36.117,34.443,35.661,34.072,35.144,34.824,34.853,35.039,35.377,39.715]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"03_update10th1k_x16","v":{"total":[48.838,50.208,51.161,45.122,51.948,51.042,54.846,52.138,49.41,54.208,49.113,49.86,48.431,52.649,50.019],"script":[26.352,27.514,28.74,27.778,28.167,27.694,30.123,28.14,25.539,30.037,26.507,29.449,26.072,28.474,25.934],"paint":[22.145,22.384,21.784,16.714,23.463,23.081,23.337,23.192,22.619,23.914,22.318,19.602,21.391,23.041,23.11]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"04_select1k","v":{"total":[20.806,14.591,16.031,18.076,14.356,19.401,19.012,15.408,16.688,16.055,14.705,13.802,15.974,15.278,17.773,15.358,14.608,16.414,17.849,16.736,15.028,14.341,14.231,17.783,17.084],"script":[8.74,8.595,9.359,8.293,8.652,9.089,9.929,8.197,7.951,8.492,8.458,8.469,8.945,7.851,8.826,7.843,8.44,8.928,10.148,8.964,8.208,8.663,7.667,8.568,9.339],"paint":[4.421,3.77,4.461,7.647,4.696,8.793,7.589,4.329,4.257,4.626,4.657,3.597,4.504,4.068,7.703,5.504,3.716,4.531,6.668,6.232,4.203,4.294,4.562,7.06,7.378]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"05_swap1k","v":{"total":[53.413,52.568,51.676,54.519,56.532,55.277,64.805,51.717,54.739,55.864,52.585,52.529,53.138,53.385,56.133],"script":[28.459,27.452,28.25,27.148,27.933,27.701,27.919,27.76,28.254,26.984,27.841,27.725,27.418,28.004,28.114],"paint":[24.271,24.801,22.394,25.852,26.309,25.866,23.84,22.048,26.028,27.881,23.475,23.002,24.149,21.786,26.506]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"06_remove-one-1k","v":{"total":[97.646,94.621,98.149,95.151,94.394,96.235,94.858,99.324,96.644,97.234,97.318,96.201,96.905,96.32,96.453],"script":[20.299,19.961,20.315,19.458,20.331,20.789,20.084,20.372,20.423,20.859,20.326,20.819,19.934,20.357,20.47],"paint":[75.123,72.621,75.919,73.409,72.234,73.564,72.989,77.323,74.341,74.642,75.192,72.881,74.826,74.006,73.602]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"07_create10k","v":{"total":[826.195,824.94,834.906,833.273,810.738,823.127,834.988,824.894,830.61,830.649,831.563,837.262,831.524,815.824,834.969],"script":[410.308,408.754,418.092,414.412,405.831,407.914,414.509,411.203,419.538,417.287,413.362,418.911,416.283,406.717,417.147],"paint":[412.162,412.403,413.122,415.074,401.206,411.489,416.733,409.881,407.333,409.605,414.331,414.597,411.52,405.414,414.049]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[90.584,89.247,95.185,92.133,89.345,93.935,90.222,92.225,90.228,91.284,92.195,90.896,90.642,91.657,93.779],"script":[49.447,49.039,50.31,50.106,49.28,51.714,50.192,50.628,49.91,49.496,50.507,50,49.585,48.743,50.991],"paint":[40.613,39.849,44.416,41.615,39.717,41.669,39.663,40.982,39.96,41.249,41.149,40.522,40.54,42.384,42.391]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"09_clear1k_x8","v":{"total":[25.851,27.376,27.98,25.482,25.853,27.095,26.819,25.099,25.113,24.204,26.765,28.883,24.595,26.421,24.703],"script":[21.066,21.569,22.349,19.784,20.879,22.145,21.388,20.548,20.183,19.78,22.525,23.161,19.828,21.879,20.042],"paint":[3.979,3.836,5.232,4.539,4.076,3.923,4.008,3.651,3.849,3.526,3.406,4.693,4.591,2.899,2.706]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5586786270141602]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"22_run-memory","v":{"DEFAULT":[11.42062759399414]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[11.634913444519043]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[52.585540771484375]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[104.51598262786865]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.6619999999998]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.219999999999999]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[153.308]}}, +{"f":"apprun-v3.30.2-keyed","b":"43_first-paint","v":{"DEFAULT":[65.1]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"01_run1k","v":{"total":[93,104.05,103.801,103.827,103.395,101.574,92.397,101.909,100.687,104.312,104.507,102.189,101.433,101.947,103.437],"script":[58.567,63.369,63.598,62.76,66.881,62.169,57.849,63.035,61.561,61.978,63.314,62.719,65.745,61.185,62.136],"paint":[34.137,40.359,39.898,40.734,36.182,39.175,34.201,38.659,38.907,42.003,40.879,39.216,35.45,40.455,41.089]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"02_replace1k","v":{"total":[109.233,110.977,109.616,110.607,110.064,109.741,109.923,110.528,110.49,111.201,109.634,108.431,108.219,109.775,110.246],"script":[67.067,72.397,73.106,74.168,71.555,67.261,69.559,67.408,67.296,72.546,72.082,72.023,67.479,74.395,72.622],"paint":[41.931,38.294,36.097,35.993,38.259,42.089,39.91,42.678,42.78,38.239,37.296,36.175,40.316,35.137,37.191]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"03_update10th1k_x16","v":{"total":[55.207,54.676,57.851,55.033,55.137,57.78,57.84,58.287,55.543,55.12,51.357,53.914,57.095,58.83,52.929],"script":[35.034,33.115,36.268,33.144,32.598,34.771,32.8,35.161,35.125,34.221,33.831,32.852,34.942,34.954,32.985],"paint":[19.546,20.266,20.727,19.542,20.973,21.918,23.916,22.359,19.775,19.286,17.317,20.249,20.544,22.865,18.94]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"04_select1k","v":{"total":[18.207,15.24,16.344,16.178,18.762,16.333,15.673,16.333,16.359,17.667,15.574,15.709,16.072,19.165,14.731,16.168,22.862,18.647,14.208,15.659,17.187,16.789,13.819,18.779,15.339],"script":[10.798,8.577,9.047,9.647,10.249,8.711,8.96,9.441,9.271,9.047,9.606,9.07,8.736,9.311,8.085,9.582,9.547,9.855,8.681,9.455,7.958,9.493,9.3,9.221,8.329],"paint":[3.502,4.667,5.085,4.699,6.428,5.027,4.167,5.345,4.448,5.609,4.857,4.565,3.145,7.318,5.6,4.37,8.123,7.204,4.881,3.088,6.19,5.643,3.503,4.734,4.552]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"05_swap1k","v":{"total":[61.68,64.64,63.729,61.794,62.054,60.485,58.544,58.978,62.082,60.843,63.303,63.797,65.083,64.101,59.852],"script":[35.447,36.677,36.02,35.392,34.662,35.624,34.07,33.394,35.819,33.109,35.39,37.51,34.995,36.863,34.391],"paint":[23.995,25.815,26.222,26.097,26.194,23.424,24.127,24.559,24.722,26.141,25.856,25.429,28.732,25.145,25.029]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"06_remove-one-1k","v":{"total":[108.611,110.359,109.489,108.439,108.621,107.766,107.951,109.522,109.927,107.31,110.493,108.583,108.168,107.867,109.752],"script":[24.761,25.983,25.148,24.197,25.089,25.17,24.371,25.496,25.127,25.79,26.455,23.395,23.841,25.07,24.627],"paint":[81.859,82.905,82.223,82.332,81.877,80.618,82.2,82.065,82.581,79.267,82.252,81.705,82.128,80.684,82.68]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"07_create10k","v":{"total":[857.646,859.6,862.096,857.18,865.544,860.351,866.616,859.087,863.649,864.127,860.945,868.145,856.727,848.487,866.247],"script":[469.548,470.393,467.297,467.954,472.667,465.992,473.11,466.165,472.377,469.528,468.244,476.074,466.677,461.243,469.521],"paint":[384.105,385.372,390.912,384.961,389.05,390.57,389.578,389.012,387.455,390.712,388.502,388.185,386.082,383.421,392.973]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[118.364,118.043,116.681,111.77,115.868,108.342,114.979,114.777,113.355,117.178,119.38,119.039,117.074,114.13,109.866],"script":[75.943,76.284,75.506,70.212,74.887,67.733,74.894,73.585,70.312,73.86,76.098,75.413,76.111,71.127,69.738],"paint":[41.835,41.113,40.768,40.938,40.559,39.993,39.668,40.785,42.479,42.718,42.601,43.062,40.582,42.356,39.725]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"09_clear1k_x8","v":{"total":[25.327,25.233,25.667,23.632,23.281,24.016,23.375,25.673,27.586,26.389,25.445,25.237,25.14,25.406,23.322],"script":[20.83,19.838,19.69,19.068,18.586,19.703,18.58,20.025,22.122,20.406,21.074,19.666,20.469,20.183,19.461],"paint":[2.705,4.071,4.815,4.298,4.457,2.418,4.605,5.461,4.711,4.516,3.018,4.305,3.443,4.81,3.669]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4977731704711914]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"22_run-memory","v":{"DEFAULT":[10.989400863647461]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[11.22982120513916]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[50.30670356750488]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[100.1910514831543]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.0789999999997]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.760000000000002]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[169.11199999999997]}}, {"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.1748046875]}}, {"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.599609375]}}, {"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.2685546875]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"43_first-paint","v":{"DEFAULT":[71.9]}}, -{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[71.9]}}, -{"f":"art-v1.1.0-keyed","b":"01_run1k","v":{"total":[45.304,49.781,46.439,47.305,46.616,45.1,43.971,45.985,43.881,44.369,45.899,45.576,44.479,43.584,46.233],"script":[7.963,9.108,8.095,8.031,8.466,8.25,7.977,8.698,8.877,8.265,8.457,9.374,8.59,8.121,8.775],"paint":[37.165,35.152,37.482,38.011,37.611,36.062,35.823,37.101,34.787,35.904,37.161,36.02,35.234,34.783,37.276]}}, -{"f":"art-v1.1.0-keyed","b":"02_replace1k","v":{"total":[44.759,43.224,42.863,46.87,45.21,44.301,44.797,44.421,44.945,47.087,44.574,45.419,44.875,45.544,44.526],"script":[11.753,10.073,10.266,11.692,11.375,10.725,11.318,10.758,10.998,11.041,11.174,11.509,10.575,11.645,10.786],"paint":[32.811,32.963,32.411,34.83,33.665,33.405,33.293,33.471,33.753,35.845,33.059,33.727,34.101,33.551,33.567]}}, -{"f":"art-v1.1.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.925,25.791,27.517,28.245,29.831,26.669,26.883,27.077,26.263,26.208,24.663,41.464,26.087,23.179,22.52],"script":[7.328,6.685,7.42,7.244,6.914,6.83,6.294,6.858,6.617,6.599,6.767,6.926,7.151,7.455,5.992],"paint":[15.12,17.07,18.016,19.884,19.24,17.139,18.044,17.549,16.852,16.808,17.338,16.753,18.052,15.56,15.577]}}, -{"f":"art-v1.1.0-keyed","b":"04_select1k","v":{"total":[15.751,15.978,16.024,13.277,9.666,12.073,7.389,15.247,8.399,9.665,9.863,8.957,13.096,15.662,10.274,9.354,14.454,15.815,12.898,11.243,11.788,9.702,8.512,8.427,11.692],"script":[3.861,3.964,3.161,2.976,2.296,2.271,2.935,3.969,2.846,2.603,4.235,3.295,3.57,2.572,2.679,3.127,3.439,3.681,3.12,2.174,2.094,2.335,2.17,2.305,2.93],"paint":[5.801,5.846,3.614,5.148,4.122,5.154,3.136,4.107,4.845,4.484,4.57,3.663,5.12,4.574,4.052,4.203,5.002,4.573,5.249,3.877,3.661,5.066,3.912,2.623,3.742]}}, -{"f":"art-v1.1.0-keyed","b":"05_swap1k","v":{"total":[43.406,23.999,23.901,28.803,27.15,26.844,24.744,44.334,29.31,22.282,23.309,43.12,28.797,22.656,29.307],"script":[2.679,2.098,3.491,2.807,2.369,2.807,3.378,2.707,3.734,2.681,3.113,2.465,3.443,3.092,3.487],"paint":[23.613,20.541,20.277,22.613,22.04,22.192,20.788,25.267,22.738,19.472,20.042,22.486,23.715,19.429,22.544]}}, -{"f":"art-v1.1.0-keyed","b":"06_remove-one-1k","v":{"total":[23.469,20.802,20.319,20.403,19.776,21.615,21.529,22.291,19.444,21.589,21.692,20.159,21.55,21.429,20.499],"script":[1.608,1.597,1.319,1.325,1.266,1.684,1.452,1.763,1.538,1.357,1.556,1.5,1.678,1.593,1.148],"paint":[19.617,17.343,17.219,17.295,17.24,18.459,17.909,18.231,16.567,18.444,18.557,17.263,17.926,18.283,17.081]}}, -{"f":"art-v1.1.0-keyed","b":"07_create10k","v":{"total":[456.858,460.933,462.606,464.704,464.236,456.117,461.295,464.535,466.463,474.175,464.345,456.85,462.993,465.544,462.498],"script":[95.035,96.295,95.909,99.839,94.502,96.034,94.462,95.174,94.76,97.176,96.973,97.853,97.329,98.788,95.955],"paint":[358.328,361.302,363.171,361.267,366.138,356.342,363.255,365.77,368.227,373.391,363.802,355.366,362.136,363.36,362.97]}}, -{"f":"art-v1.1.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.789,48.421,46.252,48.614,46.803,46.793,46.411,47.031,47.589,47.459,49.091,47.829,49.525,48.301,45.272],"script":[8.234,7.93,7.931,8.408,8.073,7.976,7.934,7.858,7.755,8.193,7.717,7.731,7.679,8.342,7.812],"paint":[41.18,39.544,37.973,39.656,38.417,38.5,37.982,38.667,39.342,38.903,41.008,39.546,41.453,39.094,37.133]}}, -{"f":"art-v1.1.0-keyed","b":"09_clear1k_x8","v":{"total":[17.127,16.961,16.356,18.783,15.828,17.61,17.603,16.836,16.981,16.569,16.223,16.933,17.865,17.677,17.572],"script":[11.936,12.512,12.393,13.816,11.279,11.949,12.437,12.394,12.68,11.327,12.825,12.251,12.526,13.74,12.088],"paint":[3.448,3.398,3.027,4.652,3.386,5.286,4.207,3.198,3.504,3.92,3.148,4.235,2.875,3.757,2.777]}}, -{"f":"art-v1.1.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5220823287963867]}}, -{"f":"art-v1.1.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9622011184692383]}}, -{"f":"art-v1.1.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.050806999206543]}}, -{"f":"art-v1.1.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7498283386230469]}}, -{"f":"art-v1.1.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.02951240539551]}}, -{"f":"art-v1.1.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2039.5815000000002]}}, -{"f":"art-v1.1.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.659999999999995]}}, -{"f":"art-v1.1.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.78399999999993]}}, +{"f":"arrowjs-v1.0.0-alpha.9-keyed","b":"43_first-paint","v":{"DEFAULT":[44.5]}}, +{"f":"art-v1.1.0-keyed","b":"01_run1k","v":{"total":[46.756,45.524,45.869,45.88,47.102,46.357,46.458,45.791,46.127,46.148,46.641,46.69,48.891,46.34,53.424],"script":[9.951,9.801,10.062,9.847,10.116,9.991,10.054,10.04,9.93,10.278,10.422,10.007,10.114,10.003,9.869],"paint":[36.585,35.526,35.459,35.829,35.941,36.182,35.507,35.562,35.996,35.69,35.887,36.461,37.4,36.135,36.04]}}, +{"f":"art-v1.1.0-keyed","b":"02_replace1k","v":{"total":[49.196,51.23,50.347,53.164,51.463,52.574,51.658,51.085,51.781,51.116,52.619,49.914,52.594,50.382,51.794],"script":[12.026,12.852,13.291,13.831,13.001,14.513,13.002,14.049,14.084,13.198,13.856,12.59,13.669,12.973,12.955],"paint":[36.932,38.135,36.809,39.123,38.231,37.829,38.429,36.819,37.495,37.678,38.538,37.078,38.683,37.168,38.636]}}, +{"f":"art-v1.1.0-keyed","b":"03_update10th1k_x16","v":{"total":[27.548,25.628,24.358,26.521,27.255,27.686,26.47,27.536,25.478,26.219,23.457,22.448,29.658,26.909,24.992],"script":[7.296,6.126,7.329,6.598,6.651,8.377,8.34,7.172,6.892,7.03,7.082,5.841,8.625,7.754,6.827],"paint":[17.188,18.859,15.777,17.958,18.489,18.239,17.339,18.351,18.315,18.924,16.221,15.789,19.909,17.848,17.023]}}, +{"f":"art-v1.1.0-keyed","b":"04_select1k","v":{"total":[8.7,16.234,18.167,16.885,11.945,13.045,8.277,19.374,8.373,11.303,14.804,15.948,8.066,14.731,8.374,12.051,17.901,13.977,9.164,16.029,13.534,8.676,9.844,15.005,15.393],"script":[2.629,5.053,3.281,3.875,2.913,3.069,2.714,4.197,2.844,3.444,4.37,3.959,2.798,2.919,3.137,4.023,4.446,3.112,3.121,3.558,2.854,3.508,2.535,3.267,3.427],"paint":[3.83,4.767,4.74,4.588,4.677,3.984,4.397,5.234,3.836,4.276,4.806,7.177,3.384,5.848,2.772,4.765,5.752,4.113,4.17,4.811,3.431,4.051,4.228,5.083,5.37]}}, +{"f":"art-v1.1.0-keyed","b":"05_swap1k","v":{"total":[47.041,28.422,48.056,46.276,22.931,26.236,27.183,47.628,50.488,29.103,49.03,28.848,23.396,23.075,49.561],"script":[2.788,3.009,2.938,3.193,2.76,3.272,3.718,2.597,3.233,3.144,3.079,3.059,3.345,3.059,2.136],"paint":[22.31,21.212,22.183,21.739,20.023,21.975,21.49,21.494,23.739,23.467,24.046,24.24,19.352,19.178,24.21]}}, +{"f":"art-v1.1.0-keyed","b":"06_remove-one-1k","v":{"total":[22.025,21.649,18.536,18.373,22.316,20.937,20.376,19.272,21.747,21.515,21.686,21.899,21.662,18.104,18.942],"script":[1.674,1.456,1.743,1.673,1.69,1.405,1.501,1.613,1.122,1.467,1.662,1.722,1.697,1.583,1.641],"paint":[18.798,18.211,15.976,15.86,19.062,17.598,17.044,16.199,18.048,17.93,18.028,18.662,18.559,15.479,16.507]}}, +{"f":"art-v1.1.0-keyed","b":"07_create10k","v":{"total":[461.322,457.63,461.625,460.756,455.986,456.765,463.685,456.323,463.228,457.92,464.094,461.386,462.038,462.016,461.946],"script":[100.499,100.489,100.208,102.704,97.706,100.395,100.765,99.345,101.497,100.251,101.929,102.107,99.827,101.644,101.06],"paint":[356.605,353.489,357.978,354.19,354.79,352.919,359.473,353.251,358.284,354.012,358.356,355.818,358.581,356.787,357.33]}}, +{"f":"art-v1.1.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.943,53.194,53.446,53.369,53.197,55.438,53.19,53.147,53.934,52.785,54.241,54.217,53.418,55.499,53.667],"script":[10.467,10.537,10.389,10.508,10.672,10.742,10.615,10.914,10.168,10.488,10.711,10.965,10.667,10.939,10.792],"paint":[42.1,42.292,42.587,42.498,42.213,44.322,42.21,41.911,42.99,41.95,43.047,42.896,42.384,43.861,42.504]}}, +{"f":"art-v1.1.0-keyed","b":"09_clear1k_x8","v":{"total":[16.116,16.782,16.317,17.378,16.053,15.9,16.041,15.517,16.471,17.093,17.557,15.697,15.779,17.643,16.362],"script":[11.431,12.54,11.931,12.056,11.569,11.904,11.378,11.283,11.561,11.966,11.806,12.079,12.763,11.513,12.355],"paint":[3.506,3.704,2.729,4.361,4.234,3.8,3.108,3.041,3.744,3.137,4.595,2.689,2.706,4.02,3.778]}}, +{"f":"art-v1.1.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5022964477539062]}}, +{"f":"art-v1.1.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.767934799194336]}}, +{"f":"art-v1.1.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.842660903930664]}}, +{"f":"art-v1.1.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7798023223876953]}}, +{"f":"art-v1.1.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.89562225341797]}}, +{"f":"art-v1.1.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2104.695]}}, +{"f":"art-v1.1.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[18.676]}}, +{"f":"art-v1.1.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.71600000000012]}}, {"f":"art-v1.1.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[152.9130859375]}}, {"f":"art-v1.1.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[14.3369140625]}}, {"f":"art-v1.1.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.646484375]}}, -{"f":"art-v1.1.0-keyed","b":"43_first-paint","v":{"DEFAULT":[63]}}, -{"f":"art-v1.1.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63]}}, -{"f":"better-react-v1.1.3-keyed","b":"01_run1k","v":{"total":[57.27,54.433,53.372,53.933,56.596,55.111,56.705,53.398,53.79,54.397,60.914,54.234,54.606,57.224,54.017],"script":[20.553,20.25,19.755,20.087,19.761,19.444,21.033,19.563,19.985,20.58,22.2,20.521,20.833,20.14,20.134],"paint":[36.345,33.79,33.28,33.484,36.499,35.281,35.235,33.447,33.459,33.431,38.299,33.331,33.532,36.705,33.51]}}, -{"f":"better-react-v1.1.3-keyed","b":"02_replace1k","v":{"total":[59.505,58.745,58.14,59.089,58.628,58.347,58.388,61.441,59.031,58.625,60.972,58.36,57.542,58.092,61.034],"script":[24.757,24.468,24.557,24.472,24.556,24.104,23.795,24.452,24.787,24.294,23.722,24.535,24.055,24.462,25.194],"paint":[34.533,33.844,33.369,34.092,33.763,33.833,34.159,36.472,33.816,33.863,36.999,33.606,33.269,33.405,35.36]}}, -{"f":"better-react-v1.1.3-keyed","b":"03_update10th1k_x16","v":{"total":[60.563,59.676,63.533,61.729,63.771,62.05,60.717,60.858,62.392,61.774,59.444,63.082,61.22,60.965,62.444],"script":[41.436,39.894,41.943,42.336,42.326,41.853,40.958,41.407,43.674,40.568,39.481,42.881,41.425,41.765,41.713],"paint":[18.141,18.997,18.769,18.991,18.585,18.505,17.953,18.306,18.289,20.612,17.192,18.697,19.367,17.104,19.561]}}, -{"f":"better-react-v1.1.3-keyed","b":"04_select1k","v":{"total":[41.157,37.657,37.914,39.17,41.774,38.132,40.152,42.386,39.414,40.055,39.072,40.164,39.576,41.724,39.604,40.955,39.304,41.257,40.177,40.628,40.824,38.455,40.393,42.697,39.474],"script":[33.395,31.656,30.509,32.428,33.767,32.113,32.272,30.892,32.105,31.413,32.883,31.724,33.163,33.117,32.92,32.075,32.229,33.606,33.207,33.072,31.073,32.186,32.312,31.877,31.947],"paint":[4.581,4.249,3.954,4.97,4.961,3.593,5.401,4.746,3.593,4.605,4.229,5.114,3.782,5.928,5.574,4.144,3.685,4.24,4.036,5.007,5.547,3.439,4.949,3.832,4.875]}}, -{"f":"better-react-v1.1.3-keyed","b":"05_swap1k","v":{"total":[189.339,188.257,190.506,188.574,198.506,185.329,192.616,191.404,189.27,189.349,195.93,186.604,184.56,189.024,185.749],"script":[48.911,47.321,48.011,46.499,48.834,46.864,48.313,47.034,48.205,47.496,47.088,46.882,47.032,48.419,46.738],"paint":[138.871,139.404,141.299,141.67,147.885,137.139,143.07,141.821,139.93,139.966,147.456,139.278,136.166,137.663,138.591]}}, -{"f":"better-react-v1.1.3-keyed","b":"06_remove-one-1k","v":{"total":[35.709,34.36,33.864,37.134,34.646,35.188,34.131,36.489,36.471,35.641,34.377,35.14,35.707,34.751,35.288],"script":[16.471,15.407,14.253,15.63,15.557,16.026,14.947,15.747,15.199,16.507,15.548,14.803,15.333,15.291,16.057],"paint":[18.078,17.534,17.558,18.974,17.476,17.362,17.709,18.918,18.693,17.738,17.597,19.147,18.876,17.615,17.262]}}, -{"f":"better-react-v1.1.3-keyed","b":"07_create10k","v":{"total":[581.932,573.499,584.82,588.764,585.865,581.888,582.473,588.419,580.145,581.114,574.026,570.482,583.062,573.308,581.601],"script":[182.606,180.485,189.004,184.759,223.212,183.519,183.617,226.904,181.341,186.632,182.555,180.059,198.775,177.227,186.556],"paint":[394.56,388.273,390.975,399.125,357.552,393.598,394.04,352.754,393.888,389.637,386.696,385.624,376.45,391.297,390.113]}}, -{"f":"better-react-v1.1.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[68.777,68.47,70.299,88.384,71.941,68.638,70.008,73.437,69.165,73.928,70.581,68.186,67.836,67.392,67.598],"script":[28.536,28.615,28.477,28.61,28.885,28.814,29.151,28.31,28.759,28.044,28.799,28.224,28.905,27.723,27.869],"paint":[39.457,39.182,39.678,40.528,40.817,39.067,40.091,44.372,39.637,45.078,41.081,39.263,38.256,38.952,39.075]}}, -{"f":"better-react-v1.1.3-keyed","b":"09_clear1k_x8","v":{"total":[21.645,21.549,22.291,20.907,20.867,22.499,21.76,22.611,22.144,21.9,23.522,22.226,22.258,23.071,22.454],"script":[20.089,20.022,20.338,19.019,18.707,20.596,19.341,20.166,19.641,19.358,20.733,19.961,19.578,20.605,20.81],"paint":[1.433,0.462,1.838,1.208,1.405,1.79,2.311,2.348,2.394,1.572,1.973,1.4,2.545,1.651,1.127]}}, -{"f":"better-react-v1.1.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6589298248291016]}}, -{"f":"better-react-v1.1.3-keyed","b":"22_run-memory","v":{"DEFAULT":[7.562844276428223]}}, -{"f":"better-react-v1.1.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.888145446777344]}}, -{"f":"better-react-v1.1.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[33.249876976013184]}}, -{"f":"better-react-v1.1.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[67.42507743835449]}}, -{"f":"better-react-v1.1.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.565]}}, -{"f":"better-react-v1.1.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[54.047999999999554]}}, -{"f":"better-react-v1.1.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[183.51600000000138]}}, +{"f":"art-v1.1.0-keyed","b":"43_first-paint","v":{"DEFAULT":[43]}}, +{"f":"better-react-v1.1.3-keyed","b":"01_run1k","v":{"total":[65.938,66.652,72.465,66.55,68.892,69.806,65.883,67.923,67.554,67.972,67.962,69.365,68.058,69.437,67.545],"script":[26.118,26.582,25.52,25.979,26.139,27.84,26.167,27.415,25.981,26.535,26.229,27.929,28.366,27.364,25.958],"paint":[39.54,39.699,39.688,40.2,41.212,41.573,39.314,40.052,41.147,39.497,41.349,40.342,39.337,41.673,41.038]}}, +{"f":"better-react-v1.1.3-keyed","b":"02_replace1k","v":{"total":[70.881,69.871,71.656,69.878,68.815,69.922,72.339,71.259,68.652,70.759,71.894,69.518,71.676,70.253,72.263],"script":[30.252,27.408,30.532,27.075,27.306,27.831,31.08,28.346,27.24,30.631,31.574,27.173,30.496,27.712,30.752],"paint":[40.18,41.96,40.587,42.324,40.968,41.557,40.83,42.332,40.886,39.613,39.829,41.785,40.649,42.045,40.935]}}, +{"f":"better-react-v1.1.3-keyed","b":"03_update10th1k_x16","v":{"total":[66.119,65.243,68.309,68.762,67.628,69.554,67.418,65.37,67.019,68.439,69.101,68.768,68.444,67.946,68.051],"script":[46.516,45.837,48.263,47.155,48.389,48.899,47.891,47.9,48.032,48.479,48.361,48.338,48.32,46.682,48.993],"paint":[17.577,18.029,18.028,18.744,17.922,19.085,18.982,16.278,17.055,19.209,20.062,19.102,17.082,18.209,18.038]}}, +{"f":"better-react-v1.1.3-keyed","b":"04_select1k","v":{"total":[43.912,44.008,43.867,46.143,44.915,44.679,44.754,44.963,42.74,44.76,45.672,44.677,45.074,44.158,42.62,44.252,44.034,46.768,44.837,45.839,46.216,43.529,44.538,46.146,44.074],"script":[36.199,36.699,37.674,38.187,37.819,37.161,37.672,37.375,35.673,36.809,37.852,38.056,37.466,37.238,34.83,37.326,37.656,40.433,37.745,37.385,38.62,36.55,36.603,38.386,36.19],"paint":[4.371,5.411,3.128,3.668,4.271,5.372,4.07,4.546,3.66,4.949,3.15,4.12,4.352,4.652,4.653,4.433,4.044,4.437,3.802,5.529,3.895,4.396,4.667,4.631,4.587]}}, +{"f":"better-react-v1.1.3-keyed","b":"05_swap1k","v":{"total":[206.614,205.953,208.686,213.118,212.057,211.331,207.525,209.312,209.6,213.446,211.335,209.906,213.588,206.11,208.784],"script":[50.296,51.348,50.585,54.399,54.321,52.56,51.007,52.483,51.532,56.916,55.701,52.152,52.757,52.068,52.64],"paint":[154.172,152.745,156.277,156.044,156.136,157.651,154.824,155.249,156.323,155.985,154.371,154.804,158.632,152.259,154.591]}}, +{"f":"better-react-v1.1.3-keyed","b":"06_remove-one-1k","v":{"total":[38.004,37.495,37.185,37.062,37.088,37.117,37.211,36.985,38.908,37.16,37.388,36.44,37.408,37.638,38.931],"script":[17.875,16.931,17.768,17.638,17.927,17.369,17.733,17.949,18.232,18.326,18.49,17.541,17.665,18.418,19.198],"paint":[18.307,18.739,17.984,16.886,17.673,18.635,17.796,17.432,18.929,17.431,17.407,17.907,18.215,18.044,17.88]}}, +{"f":"better-react-v1.1.3-keyed","b":"07_create10k","v":{"total":[583.934,593.611,585.898,588.151,585.51,585.444,590.331,587.276,586.287,587.455,590.148,589.671,590.193,592.338,584.973],"script":[209.399,212.98,210.871,212.494,210.687,210.743,208.495,209.057,207.984,211.145,209.543,210.485,205.887,214.681,209.024],"paint":[366.485,373.133,367.524,368.042,366.792,367.202,374.356,370.274,370.515,368.667,372.921,371.675,376.738,370.266,367.876]}}, +{"f":"better-react-v1.1.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[87.056,84.166,85.696,84.426,82.807,83.807,84.917,85.39,84.534,83.571,83.017,86.084,85.175,83.033,86.081],"script":[37.851,37.367,39.392,38.333,36.106,37.624,38.095,37.003,37.665,37.934,37.416,38.861,39.143,36.981,38.702],"paint":[48.388,45.963,45.547,45.308,46.013,45.4,46.03,47.538,46.138,44.859,44.832,46.441,45.341,45.313,46.636]}}, +{"f":"better-react-v1.1.3-keyed","b":"09_clear1k_x8","v":{"total":[20.637,22.129,22.412,21.766,22.704,21.959,21.719,21.8,22.219,21.782,21.44,21.419,20.57,22.4,21.557],"script":[18.723,20.322,20.499,19.263,20.272,19.012,19.953,20.305,20.077,20.133,19.484,19.945,18.576,19.58,18.994],"paint":[1.654,1.689,1.797,1.576,1.547,1.358,0.799,1.376,1.185,0.858,1.845,1.364,1.089,2.582,2.46]}}, +{"f":"better-react-v1.1.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6211261749267578]}}, +{"f":"better-react-v1.1.3-keyed","b":"22_run-memory","v":{"DEFAULT":[7.429525375366211]}}, +{"f":"better-react-v1.1.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.642307281494141]}}, +{"f":"better-react-v1.1.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[32.174861907958984]}}, +{"f":"better-react-v1.1.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[65.31538391113281]}}, +{"f":"better-react-v1.1.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.81]}}, +{"f":"better-react-v1.1.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[66.83999999999952]}}, +{"f":"better-react-v1.1.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[199.9920000000014]}}, {"f":"better-react-v1.1.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[161.3984375]}}, {"f":"better-react-v1.1.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[23.123046875]}}, {"f":"better-react-v1.1.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[7.46875]}}, -{"f":"better-react-v1.1.3-keyed","b":"43_first-paint","v":{"DEFAULT":[83.9]}}, -{"f":"better-react-v1.1.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[83.9]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"01_run1k","v":{"total":[112.228,112.481,111.935,112.298,112.531,114.341,115.282,112.779,112.401,112.334,112.491,113.964,114.427,113.804,113.641],"script":[69.5,68.222,70.388,68.7,70.471,70.151,71.094,69.067,69.386,69.739,69.181,70.016,69.643,69.245,70.151],"paint":[41.974,43.694,41.009,43.156,41.558,43.46,43.506,43.238,42.319,42.055,42.588,43.423,44.3,44.073,42.982]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"02_replace1k","v":{"total":[114.859,113.27,113.133,114.459,111.651,111.476,112.972,113.819,111.267,113.252,116.924,113.042,112.393,113.375,109.817],"script":[77.369,76.501,76.08,77.012,74.882,74.656,76.056,76.53,74.943,75.168,76.128,75.432,75.664,75.684,73.675],"paint":[36.992,36.263,36.506,36.978,36.328,36.333,36.367,36.783,35.841,37.678,40.091,36.882,36.235,37.187,35.625]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[89.984,88.999,88.858,89.893,88.251,88.858,88.812,88.623,88.786,87.145,88.296,89.376,87.986,91.171,87.627],"script":[69.164,68.709,68.877,68.39,67.75,68.374,68.99,68.945,68.343,67.42,68.129,68.324,68.319,70.344,68.34],"paint":[18.494,18.321,18.055,19.232,18.353,18.256,18.118,17.975,18.055,18.23,17.499,19.2,17.837,19.432,17.157]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"04_select1k","v":{"total":[70.506,68.305,70.883,69.685,68.673,68.898,67.794,69.255,67.937,68.791,70.33,68.338,67.904,68.965,68.22,68.389,70.117,70.086,69.368,69.873,67.782,67.282,68.149,68.556,68.164],"script":[65.331,63.984,66.884,65.534,64.629,64.038,64.159,64.081,64.295,64.092,65.576,63.942,63.568,64.381,63.815,64.205,64.378,65.095,65.339,64.637,64.084,63.353,63.779,64.617,64.139],"paint":[3.979,3.503,3.506,3.178,2.993,3.75,2.095,3.678,2.831,3.777,3.117,3.557,3.319,2.894,3.459,3.648,4.52,3.464,3.145,3.864,2.734,3.168,3.695,2.526,2.431]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"05_swap1k","v":{"total":[89.61,86.762,86.535,89.331,89.503,87.454,89.039,88.322,88,88.347,87.351,88.869,86.978,87.231,87.123],"script":[64.681,64.092,63.471,64.661,64.177,63.599,64.709,64.263,64.485,64.812,64.37,64.25,63.195,63.864,64.008],"paint":[23.098,21.213,21.403,22.578,23.548,21.707,21.683,22.209,22.248,21.403,20.128,22.628,22.704,21.513,21.388]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"06_remove-one-1k","v":{"total":[49.748,50.216,51.953,49.949,50.746,50.534,49.121,49.707,50.473,51.252,50.553,49.668,50.03,49.824,49.986],"script":[31.358,31.294,31.974,31.492,31.882,31.969,31.165,31.215,31.682,31.719,31.725,31.712,31.675,31.41,31.6],"paint":[17.032,18.007,19.108,17.532,17.407,17.566,16.676,17.2,17.526,18.199,17.887,16.908,17.036,17.374,16.719]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"07_create10k","v":{"total":[1110.075,1089.155,1137.893,1108.883,1092.908,1138.046,1104.704,1155.072,1115.673,1115.923,1120.507,1099.84,1110.725,1148.139,1089.518],"script":[688.909,655.26,703.578,673.855,663.385,686.678,684.697,699.038,678.693,698.045,677.976,691.625,683.068,690.073,681.798],"paint":[412.857,425.797,426.482,426.332,418.237,443.657,412.043,448.022,428.942,409.96,434.297,399.871,419.599,450.037,399.84]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[126.301,129.605,122.853,124.105,125.806,126.973,127.556,125.882,123.416,129.979,122.567,127.074,126.241,125.913,126.891],"script":[81.566,82.756,80.295,80.477,80.975,82.02,81.228,81.673,80.397,83.337,80.544,82.243,81.697,81.808,81.067],"paint":[43.724,45.43,41.538,42.305,43.712,43.613,45.009,43.165,41.95,45.227,40.978,43.376,43.496,43.136,44.783]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"09_clear1k_x8","v":{"total":[41.014,39.6,40.076,40.538,39.497,38.676,40.604,40.205,38.961,40.192,39.387,39.283,38.892,37.69,38.068],"script":[38.365,36.993,37.817,37.707,36.617,36.732,37.842,37.446,36.47,38.145,37.536,37.231,36.396,35.5,35.009],"paint":[2.533,2.483,1.56,2.705,2.222,1.84,1.347,1.224,2.365,1.158,0.852,2.738,1.586,2.067,2.11]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[44.29340076446533]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[56.84320545196533]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[57.17207908630371]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[53.226237297058105]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[128.14968872070312]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[7528.193999999999]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[986.2880000000005]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[1285.7760000000007]}}, +{"f":"better-react-v1.1.3-keyed","b":"43_first-paint","v":{"DEFAULT":[74.6]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"01_run1k","v":{"total":[115.744,123.625,114.702,119.258,112.826,120.457,122.351,113.778,119.319,119.518,122.285,112.182,120.505,115.078,113.622],"script":[74.524,82.146,73.583,78.806,72.008,79.339,81.29,72.938,78.492,78.596,79.804,71.214,79.902,74.262,72.638],"paint":[40.732,40.736,40.402,39.924,40.317,40.388,40.552,40.342,40.12,40.227,41.995,40.473,40.099,40.39,40.486]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"02_replace1k","v":{"total":[136.674,134.031,133.43,134.386,133.329,133.163,137.477,132.079,131.683,133.086,135.033,134.988,133.792,136.588,135.801],"script":[98.768,96.392,95.347,96.096,93.829,95.502,97.167,94.179,93.666,95.344,94.012,96.925,96.818,94.068,93.213],"paint":[37.183,37.146,37.352,37.805,38.85,37.166,39.536,37.195,37.511,37.044,40.509,37.579,36.461,41.836,42.071]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[87.65,88.744,88.504,88.173,88.074,89.372,87.525,88.702,89.713,89.454,88.576,88.538,87.469,88.128,87.396],"script":[67.178,68.243,68.38,67.808,68.816,68.328,68.489,67.511,68.551,69.085,67.862,69.056,68.343,68.828,67.263],"paint":[18.975,19.088,17.792,19.051,17.402,19.027,16.947,19.547,18.542,18.039,18.519,17.632,16.967,17.965,16.792]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"04_select1k","v":{"total":[69.115,69.144,67.828,69.115,66.961,67.951,67.923,68.472,67.35,68.505,68.028,67.82,69.224,68.207,68.132,67.946,67.451,68.93,68.23,68.487,68.404,68.268,68.96,68.301,69.152],"script":[64.354,64.831,63.224,64.408,63.024,63.568,64.435,64.441,64.049,64.051,64.316,64.823,64.904,64.433,64.272,63.75,64.188,64.236,64.366,64.698,64.522,64.742,64.547,64.864,64.293],"paint":[2.94,2.778,3.518,3.548,2.683,4.668,2.242,3.823,1.868,4.226,2.478,1.918,4.044,1.392,2.49,3.324,2.168,3.598,2.654,2.667,3.657,2.206,3.222,2.39,5.153]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"05_swap1k","v":{"total":[87.608,88.698,88.381,86.687,89.618,87.489,86.864,89.507,87.451,87.37,88.557,87.58,89.745,89.726,87.087],"script":[63.793,64.453,65.218,64.402,65.114,64.663,63.388,64.122,63.602,64.285,64.729,63.947,64.036,65.507,64.321],"paint":[20.628,22.141,20.958,20.948,21.167,20.89,20.804,23.254,22.136,22.076,21.247,21.709,24.198,21.476,21.413]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"06_remove-one-1k","v":{"total":[52.42,50.241,50.646,49.612,50.07,49.404,50.617,50.439,50.883,50.332,49.622,49.516,51.341,50.013,50.124],"script":[32.757,31.758,31.784,31.187,31.638,31.782,32.106,31.852,32.161,31.713,31.654,31.574,32.14,31.706,31.852],"paint":[18.03,17.431,17.29,17.071,16.975,16.86,17.538,17.28,17.098,17.565,16.776,16.762,18.037,17.424,17.145]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"07_create10k","v":{"total":[1171.363,1140.083,1144.524,1120.825,1133.28,1123.568,1145.057,1150.348,1129.928,1111.158,1145.045,1117.817,1129.755,1134.617,1134.334],"script":[728.515,734.116,719.607,696.674,726.758,705.894,725.444,726.305,729.343,709.428,720.603,685.664,708.82,714.406,728.496],"paint":[435.137,398.07,416.915,416.108,398.89,409.766,411.741,416.283,393.045,394.163,416.312,423.909,413.267,412.257,397.178]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[144.622,150.996,145.925,145.303,145.565,148.807,144.793,146.981,148.793,147.397,143.155,145.452,145.728,145.695,145.785],"script":[96.003,98.222,94.855,96.032,95.694,98.25,96.339,96.718,99.085,96.837,94.184,97.554,95.854,96.225,96.668],"paint":[47.595,51.499,49.891,48.022,48.607,49.279,47.447,48.935,48.439,49.489,47.677,46.869,48.853,48.204,47.851]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"09_clear1k_x8","v":{"total":[38.797,39.472,39.913,39.558,39.486,40.36,39.177,41.42,38.327,39.049,39.667,39.317,41.686,39.227,40.104],"script":[36.902,36.714,37.35,36.983,36.699,38.025,36.279,39.19,36.355,36.575,36.919,36.604,39.126,36.495,38.215],"paint":[1.771,2.278,1.864,2.174,2.672,1.253,2.795,1.443,1.882,2.371,1.994,1.088,2.062,1.887,0.846]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[44.276583671569824]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[56.63244342803955]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[56.88625526428223]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[53.179808616638184]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[126.03128051757812]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[7483.3099999999995]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[948.9800000000009]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[1246.3320000000012]}}, {"f":"blazor-wasm-v8.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[3875.3662109375]}}, {"f":"blazor-wasm-v8.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[3727.9794921875]}}, {"f":"blazor-wasm-v8.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[1224.41796875]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[106.2]}}, -{"f":"blazor-wasm-v8.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[106.2]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"01_run1k","v":{"total":[97.497,97.076,97.155,97.041,97.733,98.01,97.494,97.363,97.205,99.447,98.48,96.028,96.528,95.379,96.836],"script":[54.05,53.261,53.927,53.592,53.034,54.249,53.503,53.83,53.85,57.011,54.213,52.343,52.659,52.516,52.634],"paint":[42.967,43.326,42.731,42.976,44.203,43.29,43.48,42.91,42.793,41.952,43.775,43.246,43.417,42.383,43.749]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"02_replace1k","v":{"total":[109.508,95.103,96.448,98.035,95.828,97.981,107.678,97.654,94.863,97.793,97.597,98.216,95.718,96.047,96.243],"script":[64.689,58.915,59.989,61.044,58.735,60.613,63.504,61.275,58.173,60.006,60.539,60.8,58.932,59.143,59.1],"paint":[44.319,35.766,35.978,36.507,36.628,36.804,43.688,35.94,36.218,37.32,36.597,36.982,36.337,36.465,36.68]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[35.073,35.15,35.028,34.191,35.204,36.85,37.24,34.871,34.357,34.184,35.566,34.158,35.89,33.955,35.451],"script":[15.446,14.665,15.105,14.812,15.461,15.515,15.861,15.282,14.666,15.652,15.39,14.819,15.593,15.194,15.45],"paint":[17.513,18.453,17.681,18.288,17.558,19.495,18.555,17.196,18.151,17.425,19.054,17.46,17.39,16.746,18.983]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"04_select1k","v":{"total":[17.985,17.789,16.856,17.403,18.614,18.137,17.449,17.169,17.042,17.019,18.06,17.568,17.046,17.983,17.289,17.468,18.063,18.58,17.713,17.301,16.964,18.146,17.718,16.916,18.823],"script":[13.95,14.294,14.175,13.737,14.467,13.821,13.739,14.14,14.222,13.243,14.52,14.072,14.137,13.835,13.62,14.562,14.135,14.068,13.715,14.107,13.722,14.09,14.145,13.824,13.944],"paint":[3.437,2.733,3.072,2.33,2.926,3.423,3.277,2.354,2.708,3.626,2.758,3.325,2.34,3.86,3.505,1.928,2.322,4.34,2.216,2.326,2.03,1.42,2.41,2.253,4.649]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"05_swap1k","v":{"total":[36.948,37.355,38.049,36.857,37.559,37.933,37.65,37.455,38.575,37.267,38.475,37.447,36.983,37.75,38.128],"script":[14.453,14.822,13.832,14.273,13.7,14.649,14.262,13.507,14.608,14.519,14.292,14.467,14.602,14.195,13.854],"paint":[20.842,21.139,22.284,21.134,22.056,22.655,22.137,22.467,21.558,20.861,22.551,20.891,20.818,22.246,22.516]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"06_remove-one-1k","v":{"total":[25.943,25.514,25.217,25.207,25.441,26.237,25.753,24.745,25.2,24.579,25.786,25.646,25.448,25.184,24.568],"script":[7.307,7.216,6.962,7.319,6.98,7.38,7.208,6.969,7.224,7.241,7.289,7.127,7.231,7.16,6.84],"paint":[17.535,17.124,17.448,16.848,17.472,17.519,17.346,16.808,17.184,16.26,17.978,17.452,17.171,17.162,16.982]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"07_create10k","v":{"total":[1007.962,1026.646,1033.112,1014.172,1047.335,1042.154,1028.183,1002.716,1019.26,1004.052,1013.372,1043.762,1016.356,1054.655,1039.743],"script":[563.389,582.106,579.489,592.299,596.837,617.157,579.7,554.63,584.596,580.294,584.455,609.635,576.422,598.56,585.283],"paint":[436.681,436.624,445.683,414.135,442.625,416.161,440.66,440.272,426.743,415.867,420.976,426.463,431.73,448.126,446.532]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[100.708,97.729,98.944,96.579,102.803,98.039,97.629,97.336,97.46,96.95,95.914,95.418,96.011,98.233,95.901],"script":[56.424,55.224,56.054,54.736,55.367,55.327,55.131,55.303,55.226,54.962,54.631,53.941,54.09,56.284,54.467],"paint":[43.301,41.523,41.92,40.924,46.014,41.722,41.549,41.106,41.252,41.092,40.392,40.503,40.966,41.072,40.489]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"09_clear1k_x8","v":{"total":[28.7,28.223,28.46,27.722,26.411,25.901,27.285,27.153,26.348,26.783,25.994,25.679,28.206,26.869,28.123],"script":[25.79,25.782,25.99,25.518,23.939,23.997,24.841,24.536,24.2,24.479,23.506,23.823,25.712,24.051,25.87],"paint":[2.78,1.878,1.177,2.091,1.594,1.166,1.787,2.503,2.044,1.305,1.416,1.301,2.374,2.75,2.135]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[41.392767906188965]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[53.03402042388916]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[53.19862937927246]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[49.26423263549805]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[136.0897922515869]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[7410.794499999999]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[843.7640000000004]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[1269.032000000001]}}, +{"f":"blazor-wasm-v8.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[82.7]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"01_run1k","v":{"total":[102.218,102.979,101.237,98.991,101.296,99.646,99.352,100.366,101.12,101.744,98.917,101.82,100.8,102.301,102.071],"script":[60.902,60.847,59.805,57.236,60.331,59.361,59.285,59.974,60.222,59.996,58.502,60.268,60.533,60.886,59.442],"paint":[40.828,41.636,40.939,41.275,40.475,39.812,39.596,39.678,40.218,41.035,39.906,41.117,39.741,40.93,42.139]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"02_replace1k","v":{"total":[119.316,123.435,120.849,119.482,125.291,119.755,123.891,121.26,119.988,120.351,116.376,120.348,120.246,122.148,117.592],"script":[77.934,79.564,78.523,78.085,82.789,78.138,82.428,79.097,78.306,78.085,79.562,78.298,78.627,78.138,76.299],"paint":[40.893,43.355,41.812,40.916,41.923,40.931,40.945,41.403,41.109,41.736,36.284,41.558,41.085,43.339,40.779]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[34.197,36.904,33.055,34.882,36.153,33.986,34.347,34.142,34.644,34.055,33.749,34.713,35.391,33.419,34.013],"script":[15.016,16.012,14.826,14.761,15.931,14.509,15.264,15.081,15.08,14.821,14.729,15.043,15.152,14.758,14.709],"paint":[17.486,18.445,16.514,17.54,18.829,17.982,16.842,17.283,17.607,16.48,17.477,17.937,18.828,17.639,16.865]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"04_select1k","v":{"total":[17.126,17.203,17.226,17.522,17.194,17.55,16.931,16.749,17.377,17.494,17.242,17.223,17.88,16.903,19.162,20.109,17.357,17.478,17.142,17.657,17.63,18.103,17.669,17.542,17.952],"script":[13.912,14.5,13.962,13.733,13.976,13.973,13.757,13.593,13.431,13.716,13.23,13.92,14.152,13.925,14.868,15.187,13.48,14.023,12.945,13.719,13.4,13.809,14.046,13.812,13.771],"paint":[2.959,1.818,2.025,3.254,2.198,3.188,2.209,2.17,2.716,1.75,3.719,2.301,2.47,1.613,2.542,3.063,2.843,3.255,2.221,3.237,3.369,2.959,2.508,3.137,3.593]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"05_swap1k","v":{"total":[36.577,36.847,38.068,36.726,37.679,36.481,35.857,36.082,36.178,37.644,37.754,37.054,36.32,36.97,40.254],"script":[14.021,13.981,13.87,14.267,14.526,13.695,13.522,13.675,13.717,13.785,14.436,14.838,13.417,14.053,14.556],"paint":[20.986,21.906,23.149,20.47,21.438,21.376,20.546,20.376,21.034,21.534,21.954,20.509,21.251,20.661,23.152]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"06_remove-one-1k","v":{"total":[25.1,25.235,25.56,25.37,25.633,25.492,25.178,25.857,25.575,27.296,25.252,25.819,25.067,25.839,25.665],"script":[7.205,6.832,7.059,7.012,6.965,6.805,6.812,6.924,7.198,7.179,6.848,7.213,6.847,6.866,7.042],"paint":[16.712,16.833,17.569,17.081,17.373,17.842,17.311,17.364,17.603,18.5,16.625,17.446,17.441,17.75,17.452]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"07_create10k","v":{"total":[1086.3,1073.921,1056.204,1043.678,1060.032,1044.584,1044.84,1058.504,1064.014,1042.758,1051.165,1045.16,1061.434,1054.49,1051.208],"script":[669.752,630.817,647.884,625.973,648.213,638.959,621.29,649.923,635.353,624.759,636.773,626.785,641.048,634.003,630.925],"paint":[408.217,435.312,400.25,409.304,403.988,397.603,415.155,400.954,420.321,410.309,406.051,410.292,412.362,412.452,412.718]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[120.295,117.591,118.898,118.447,117.916,119.042,120.195,118.712,117.264,116.995,117.688,116.77,118.732,119.428,118.002],"script":[71.334,69.738,70.556,71.108,69.944,70.474,72.174,70.577,69.593,69.58,70.221,69.315,70.61,71.299,70.134],"paint":[47.966,46.809,47.117,46.35,46.911,47.513,46.771,46.912,46.432,46.426,46.487,46.209,47.099,46.925,46.969]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"09_clear1k_x8","v":{"total":[27.432,28.541,27.73,27.823,28.075,27.965,28.508,28.158,26.47,27.306,27.938,27.359,26.786,27.856,27.07],"script":[25.046,25.873,25.056,25.635,25.689,25.203,25.468,25.321,24.137,24.402,25.253,24.535,24.495,25.078,24.757],"paint":[1.636,1.904,2.587,1.309,2.211,2.626,1.598,2.309,2.241,2.798,2.566,2.712,1.615,2.22,1.709]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[41.45723628997803]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[52.77196502685547]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[53.01936912536621]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[49.25844955444336]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[133.9678249359131]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[7386.885500000001]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[809.5680000000007]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[1251.0319999999997]}}, {"f":"blazor-wasm-aot-v8.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[11170.9755859375]}}, {"f":"blazor-wasm-aot-v8.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11023.5888671875]}}, {"f":"blazor-wasm-aot-v8.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[2813.087890625]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[105.2]}}, -{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[105.2]}}, -{"f":"blockdom-v0.9.28-keyed","b":"01_run1k","v":{"total":[38.304,40.073,39.487,39.178,40.357,38.8,39.716,39.635,40.149,39.778,39.946,39.972,39.839,39.23,39.498],"script":[3.373,3.382,3.579,3.301,3.335,3.181,3.353,3.239,3.389,3.202,3.432,3.465,3.367,3.266,3.575],"paint":[34.491,36.197,35.497,35.219,36.312,34.966,35.911,35.658,36.027,35.735,35.815,35.837,35.932,35.479,35.463]}}, -{"f":"blockdom-v0.9.28-keyed","b":"02_replace1k","v":{"total":[40.391,40.148,40.689,39.729,38.542,39.785,40.999,40.164,40.137,39.316,39.894,40.852,39.43,40.845,38.769],"script":[6.368,6.565,6.951,6.469,6.057,6.656,6.403,6.289,6.27,6.503,6.82,6.985,6.46,7.018,6.401],"paint":[33.602,33.161,33.17,32.796,32.053,32.69,33.897,33.404,33.422,32.394,32.576,33.424,32.219,33.309,31.94]}}, -{"f":"blockdom-v0.9.28-keyed","b":"03_update10th1k_x16","v":{"total":[18.61,18.365,19.99,18.166,17.9,17.706,17.733,19.569,17.551,18.448,17.858,17.783,18.4,17.805,20.113],"script":[0.921,0.977,1.004,1.436,1.37,1.22,1.357,1.631,0.889,1.237,0.992,0.929,0.952,1.459,1.198],"paint":[15.932,15.704,16.653,15.099,15.122,14.684,14.591,16.329,15.38,15.429,15.307,15.712,15.131,14.606,16.806]}}, -{"f":"blockdom-v0.9.28-keyed","b":"04_select1k","v":{"total":[4.469,4.046,5.371,3.84,4.572,4.441,4.517,4.225,4.455,2.891,3.883,3.719,4.756,4.298,3.052,3.555,3.542,4.368,4.495,3.738,2.459,3.81,3.747,4.251,3.716],"script":[1.112,1.074,1.101,1.231,0.937,0.597,1.246,0.849,1.409,0.906,1.078,0.815,0.653,1.787,0.554,1.15,1.017,1.176,0.934,1.58,0.623,0.928,1.195,1.208,1.21],"paint":[2.174,2.388,3.614,1.772,2.984,1.895,3.139,2.057,2.065,1.129,1.922,1.805,2.751,1.902,1.554,2.068,2.061,2.036,3.302,2.009,1.091,1.667,1.615,2.048,1.381]}}, -{"f":"blockdom-v0.9.28-keyed","b":"05_swap1k","v":{"total":[22.054,24.267,22.419,21.175,21.638,23.313,22.447,21.784,21.514,21.599,21.063,23.68,21.684,22.234,22.59],"script":[1.364,0.613,0.858,0.686,1.1,1.057,0.881,0.845,0.351,0.507,0.948,0.606,0.936,0.521,0.681],"paint":[18.866,21.208,19.619,18.512,19.06,19.641,19.545,19.154,18.858,19.339,17.926,19.908,18.725,19.848,20.006]}}, -{"f":"blockdom-v0.9.28-keyed","b":"06_remove-one-1k","v":{"total":[16.8,17.92,16.935,16.527,16.689,16.786,18.852,17.476,17.591,16.671,17.162,18.497,17.751,16.941,17.199],"script":[0.212,0.219,0.33,0.47,0.204,0.545,0.43,0.608,0.547,0.195,0.507,0.57,0.574,0.388,0.209],"paint":[15.438,16.846,15.445,15.267,15.355,15.444,16.801,15.457,16.167,15.692,15.111,15.943,15.448,15.554,15.809]}}, -{"f":"blockdom-v0.9.28-keyed","b":"07_create10k","v":{"total":[404.317,404.603,407.064,397.129,411.285,401.947,404.716,405.898,396.971,402.239,404.877,404.53,407.586,406.24,408.114],"script":[41.207,41.951,41.05,40.242,45.593,40.455,40.444,41.932,40.481,41.76,42.624,42.054,42.159,40.029,41.84],"paint":[355.689,355.361,358.469,349.342,358.139,354.094,356.749,356.174,348.937,353.14,353.887,355.024,357.718,358.734,358.825]}}, -{"f":"blockdom-v0.9.28-keyed","b":"08_create1k-after1k_x2","v":{"total":[40.983,42.823,42.599,42.753,41.671,43.081,42.041,42.772,40.886,41.469,41.013,41.002,41.509,43.098,40.175],"script":[3.111,3.162,3.094,3.132,3.104,3.028,3.075,3.091,3.129,3.157,3.164,3.167,3.252,3.135,3.177],"paint":[36.964,38.417,38.263,38.656,37.266,38.828,37.706,38.48,36.93,37.424,37.022,37.022,37.088,38.766,36.186]}}, -{"f":"blockdom-v0.9.28-keyed","b":"09_clear1k_x8","v":{"total":[12.728,12.756,14.247,13.708,14.006,13.091,13.195,13.334,13.655,12.913,13.19,12.887,13.22,12.92,12.654],"script":[10.816,11.096,11.249,10.988,11.359,10.687,11.276,11.145,11.517,11.301,11.009,10.653,10.98,10.716,11.048],"paint":[1.805,0.727,1.749,2.615,2.542,2.01,1.699,2.105,2.042,1.519,2.065,2.141,1.241,1.24,1.341]}}, -{"f":"blockdom-v0.9.28-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5496692657470703]}}, -{"f":"blockdom-v0.9.28-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6799163818359375]}}, -{"f":"blockdom-v0.9.28-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.802152633666992]}}, -{"f":"blockdom-v0.9.28-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.795283317565918]}}, -{"f":"blockdom-v0.9.28-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.362600326538086]}}, -{"f":"blockdom-v0.9.28-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.43]}}, -{"f":"blockdom-v0.9.28-keyed","b":"32_startup-bt","v":{"DEFAULT":[7.075999999999999]}}, -{"f":"blockdom-v0.9.28-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[134.956]}}, +{"f":"blazor-wasm-aot-v8.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[83.3]}}, +{"f":"blockdom-v0.9.28-keyed","b":"01_run1k","v":{"total":[39.946,39.36,40.125,39.2,39.147,38.924,39.236,39.23,39.003,39.302,39.667,39.426,38.874,40.525,39.654],"script":[3.159,3.415,3.389,3.158,3.359,3.553,3.164,3.085,3.081,3.079,3.089,3.117,3.164,3.138,3.07],"paint":[36.41,35.488,36.3,35.623,35.332,34.941,35.64,35.712,35.489,35.774,35.948,35.641,35.262,36.696,35.906]}}, +{"f":"blockdom-v0.9.28-keyed","b":"02_replace1k","v":{"total":[45.4,44.275,45.309,44.361,43.858,45.812,44.281,44.522,45.018,43.909,45.481,44.993,43.706,43.546,46.127],"script":[7.135,7.07,7.473,7.242,6.809,7.299,7.179,6.896,7.127,6.729,7.345,7.473,6.798,6.909,7.55],"paint":[37.845,36.712,37.101,36.661,36.546,37.85,36.362,37.136,37.295,36.715,37.605,37.007,36.17,35.942,38.003]}}, +{"f":"blockdom-v0.9.28-keyed","b":"03_update10th1k_x16","v":{"total":[18.571,18.167,17.914,18.172,17.718,18.142,19.105,18.68,18.401,18.115,18.389,17.955,18.592,19.736,18.261],"script":[1.208,1.368,1.408,1.195,1.584,1.532,1.424,1.142,0.885,1.84,1.147,1.258,1.465,1.873,1.119],"paint":[16.088,14.659,14.719,15.767,14.305,15.402,16.072,14.983,15.554,15.152,15.115,14.867,15.548,16.015,14.082]}}, +{"f":"blockdom-v0.9.28-keyed","b":"04_select1k","v":{"total":[3.226,3.294,3.384,4.281,3.45,3.414,3.24,3.75,3.877,3.58,3.676,4.32,3.922,3.899,4.264,4.633,3.443,3.882,3.654,5.124,3.626,3.423,3.662,3.875,3.115],"script":[1.002,0.981,0.92,0.767,0.842,1.195,1.305,0.868,1.254,0.544,0.675,1.178,0.903,1.125,1.029,1.636,0.195,1.064,1.177,1.01,0.754,0.572,1.592,0.901,0.749],"paint":[1.316,1.431,1.588,2.672,2.469,1.307,1.791,2.683,2.495,2.898,2.065,2.457,1.864,2.216,2.482,1.552,1.692,2.229,1.592,3.069,2.137,2.544,1.604,2.847,1.868]}}, +{"f":"blockdom-v0.9.28-keyed","b":"05_swap1k","v":{"total":[22.766,21.975,21.832,21.747,22.456,21.831,22.498,21.447,21.883,21.961,21.812,21.351,21.227,21.616,22.557],"script":[0.721,0.935,1.013,0.814,1.422,0.799,1.396,0.828,1.328,1.377,0.805,1.013,0.86,0.833,0.212],"paint":[20.167,19.499,19.149,19.698,19.479,18.768,18.858,18.901,19.164,18.595,19.384,18.883,18.818,19.453,20.772]}}, +{"f":"blockdom-v0.9.28-keyed","b":"06_remove-one-1k","v":{"total":[17.663,17.534,17.17,16.824,18.114,17.836,16.512,17.041,18.678,17.939,16.496,17.69,17.128,17.564,17.175],"script":[0.609,0.556,0.608,0.347,0.538,0.633,0.532,0.556,0.458,0.568,0.579,0.667,0.568,0.551,0.527],"paint":[15.626,15.623,15.746,15.722,16.72,16.267,15.133,15.357,16.818,16.241,15.195,15.705,15.329,16.053,15.139]}}, +{"f":"blockdom-v0.9.28-keyed","b":"07_create10k","v":{"total":[393.958,397.372,413.068,404.865,399.347,398.885,396.407,401.394,400.866,392.006,402.063,397.008,403.28,397.934,400.439],"script":[43.681,45.149,45.308,47.561,44.566,43.693,42.353,43.993,43.944,44.025,46.56,43.438,46.018,44.495,46.435],"paint":[341.998,344.692,360.389,349.818,347.281,347.889,346.533,350.03,349.607,340.698,348.187,346.319,349.991,346.093,346.666]}}, +{"f":"blockdom-v0.9.28-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.04,46.962,45.311,45.588,46.39,46.45,46.017,45.834,46.054,45.965,45.331,46.003,45.46,45.514,46.697],"script":[4.042,3.846,3.941,4.1,3.934,4.084,3.751,4.107,4.034,3.757,3.878,4.04,3.923,4.047,3.842],"paint":[40.761,41.857,40.365,40.266,41.515,41.15,41.07,40.807,40.803,40.964,40.459,40.752,40.547,40.557,41.624]}}, +{"f":"blockdom-v0.9.28-keyed","b":"09_clear1k_x8","v":{"total":[13.519,13.317,12.828,12.536,13.419,12.619,12.851,12.794,12.245,12.67,12.676,13.628,12.596,13.316,13.078],"script":[11.369,10.955,10.141,10.584,10.956,11.145,10.886,10.772,10.169,9.982,10.504,10.94,10.766,11.063,11.284],"paint":[1.363,2.249,2.604,1.155,1.936,1.383,1.866,1.435,1.999,1.978,2.071,2.556,1.71,2.119,1.145]}}, +{"f":"blockdom-v0.9.28-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5509433746337891]}}, +{"f":"blockdom-v0.9.28-keyed","b":"22_run-memory","v":{"DEFAULT":[2.44303035736084]}}, +{"f":"blockdom-v0.9.28-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.4618263244628906]}}, +{"f":"blockdom-v0.9.28-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7897272109985352]}}, +{"f":"blockdom-v0.9.28-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.234766960144043]}}, +{"f":"blockdom-v0.9.28-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.25]}}, +{"f":"blockdom-v0.9.28-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.028000000000002]}}, +{"f":"blockdom-v0.9.28-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.12399999999997]}}, {"f":"blockdom-v0.9.28-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[155.259765625]}}, {"f":"blockdom-v0.9.28-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.984375]}}, {"f":"blockdom-v0.9.28-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.3173828125]}}, -{"f":"blockdom-v0.9.28-keyed","b":"43_first-paint","v":{"DEFAULT":[75.1]}}, -{"f":"blockdom-v0.9.28-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[75.1]}}, -{"f":"bobril-v20.6.0-keyed","b":"01_run1k","v":{"total":[49.032,43.621,50.581,48.803,47.523,52.062,51.128,51.12,43.666,43.865,47.328,52.02,46.958,45.504,49.174],"script":[7.709,8.059,7.618,7.605,7.749,7.798,8.528,7.241,7.511,7.447,7.489,8.483,7.538,8.174,7.841],"paint":[33.946,33.681,33.473,36.2,36.185,35.025,33.141,34.232,34.309,34.625,36.274,34.533,34.43,33.825,36.93]}}, -{"f":"bobril-v20.6.0-keyed","b":"02_replace1k","v":{"total":[44.827,50.034,51.599,46.072,55.45,48.524,48.98,55.692,44.716,45.332,46.673,52.694,45.734,53.348,46.309],"script":[11.809,14.225,13.046,12.689,13.313,12.738,12.99,13.552,11.959,11.928,12.481,12.443,11.917,12.137,11.85],"paint":[32.872,33.064,33.738,33.247,33.151,32.826,34.037,33.638,32.595,32.996,34.034,34.09,33.661,32.128,32.185]}}, -{"f":"bobril-v20.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.089,20.533,20.188,19.471,20.517,19.426,20.659,19.307,21.457,19.747,19.61,20.279,20.473,21.066,20.108],"script":[3.386,4.077,3.253,3.299,3.949,2.829,3.035,2.962,4.547,2.443,3.286,4.296,3.918,3.974,3.547],"paint":[16.567,15.486,16.81,15.347,16.448,15.37,17.506,14.443,16.78,17.01,15.972,15.487,16.435,16.959,15.793]}}, -{"f":"bobril-v20.6.0-keyed","b":"04_select1k","v":{"total":[4.863,4.937,4.231,4.263,4.701,4.91,5.422,5.696,4.524,5.278,5.146,4.672,5.083,4.764,5.219,5.227,4.353,4.85,5.608,4.067,4.996,5.2,5.102,5.208,5.107],"script":[2.378,2.435,1.755,1.923,2.403,2.442,2.449,2.462,2.115,2.284,1.036,2.365,2.419,1.153,2.408,2.277,2.102,1.98,2.431,2.153,1.615,1.916,2.631,1.349,2.248],"paint":[2.148,2.348,2.319,1.659,2.13,2.085,2.815,2.133,1.607,2.644,3.053,1.629,2.492,2.69,2.19,1.583,1.926,2.036,2.656,1.377,3.188,1.914,2.312,2.031,1.759]}}, -{"f":"bobril-v20.6.0-keyed","b":"05_swap1k","v":{"total":[22.186,21.809,24.201,21.643,24.91,22.15,22.316,22.184,23.297,22.622,23.989,21.591,22.141,22.896,22.431],"script":[1.606,1.972,2.189,1.131,2.763,2.264,1.224,1.77,2.375,2.336,2.03,1.228,2.356,2.483,2.011],"paint":[18.997,19.721,21.873,19.623,20.674,19.766,19.228,20.296,19.97,19.548,21.482,17.658,19.023,19.459,19.824]}}, -{"f":"bobril-v20.6.0-keyed","b":"06_remove-one-1k","v":{"total":[16.263,16.098,16.533,16.059,15.369,15.963,16.479,15.996,15.886,15.946,15.898,16.126,16.576,16.031,15.685],"script":[0.985,0.8,1.091,0.816,1.153,1.024,1.137,1.087,1.041,0.855,1.171,0.767,1.172,1.036,1.062],"paint":[14.719,14.822,14.919,14.709,13.8,14.666,14.892,14.487,14.582,14.946,14.584,15.024,14.947,14.707,14.288]}}, -{"f":"bobril-v20.6.0-keyed","b":"07_create10k","v":{"total":[481.64,486.035,455.154,452.438,467.398,476,453.716,471.308,459.533,460.972,480.625,480.712,457.539,481.748,472.045],"script":[92.388,92.777,90.886,83.676,84.098,92.832,88.317,92.123,89.057,85.749,93.015,89.658,91.462,93.877,89.212],"paint":[378.093,383.183,360.749,358.499,371.463,375.938,361.683,374.86,366.309,363.539,382.441,376.432,357.472,381.031,379.04]}}, -{"f":"bobril-v20.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.807,47.133,46.975,52.905,54.242,49.262,47.497,46.843,51.762,52.097,52.572,47.696,53.16,55.651,55.552],"script":[8.644,8.819,8.62,9.287,9.079,8.829,8.57,8.936,9.098,8.483,9.182,9.6,8.896,9.294,9.589],"paint":[39.748,36.858,38.005,37.787,39.629,40.144,38.29,37.623,36.426,37.89,37.043,37.822,37.636,39.968,39.892]}}, -{"f":"bobril-v20.6.0-keyed","b":"09_clear1k_x8","v":{"total":[14.053,14.251,15.546,15.085,14.156,14.216,14.181,13.92,14.775,14.036,14.717,13.978,14.368,14.91,13.849],"script":[11.388,11.688,13.849,13.531,12.036,12.556,12.991,12.231,12.678,12.48,12.16,12.107,12.947,13.596,12.049],"paint":[2.597,1.871,0.849,1.493,2.062,1.442,1.13,1.623,2.038,1.5,1.574,1.805,0.891,1.225,1.732]}}, -{"f":"bobril-v20.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6290550231933594]}}, -{"f":"bobril-v20.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.8260936737060547]}}, -{"f":"bobril-v20.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.023294448852539]}}, -{"f":"bobril-v20.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.551497459411621]}}, -{"f":"bobril-v20.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.304226875305176]}}, -{"f":"bobril-v20.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2037.4350000000002]}}, -{"f":"bobril-v20.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.012]}}, -{"f":"bobril-v20.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.47599999999997]}}, +{"f":"blockdom-v0.9.28-keyed","b":"43_first-paint","v":{"DEFAULT":[66.1]}}, +{"f":"bobril-v20.6.0-keyed","b":"01_run1k","v":{"total":[49.883,45.619,43.013,45.983,50.193,42.171,44.815,51.424,50.339,41.567,52.078,48.491,42.896,45.62,50.706],"script":[8.226,7.708,7.522,8.093,8.136,7.1,7.862,8.011,7.337,7.26,7.69,7.814,7.73,7.654,7.882],"paint":[33.908,34.862,35.328,35.632,37.602,34.924,35.972,35.691,35.966,33.917,35.232,36.132,35.005,35.012,36.862]}}, +{"f":"bobril-v20.6.0-keyed","b":"02_replace1k","v":{"total":[57.381,60.013,52.445,53.875,57.218,52.988,55.539,53.062,58.234,52.661,52.617,60.118,51.412,52.278,53.442],"script":[14.749,14.787,15.149,14.962,13.255,16.033,14.328,14.633,14.476,15.242,14.51,15.171,14.363,15.04,14.589],"paint":[36.815,36.379,37.138,38.753,38.402,36.804,36.488,38.274,36.514,35.691,36.833,37.464,36.891,36.777,36.168]}}, +{"f":"bobril-v20.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.992,20.785,21.625,19.996,19.756,19.654,20.899,20.278,21.293,21.224,20.464,20.817,20.294,20.612,24.932],"script":[3.842,3.713,3.36,3.87,3.508,4.282,4.486,5.154,3.46,3.991,4.139,4.475,3.147,4.235,4.902],"paint":[16.029,16.52,17.389,14.658,15.254,15.262,15.506,14.284,17.27,16.51,16.195,16.211,16.195,16.262,19.846]}}, +{"f":"bobril-v20.6.0-keyed","b":"04_select1k","v":{"total":[4.568,5.331,5.313,5.214,5.249,5.411,5.62,4.906,4.772,5.274,5.033,5.004,4.719,4.723,5.216,4.391,4.658,5.197,5.373,5.1,5.477,4.877,5.745,5.732,4.537],"script":[1.61,2.337,2.409,2.045,2.743,2.371,3.02,2.682,2.323,2.361,1.272,2.111,1.494,2.482,1.625,1.457,1.833,3.116,2.187,1.959,2.08,1.19,2.706,2.921,1.436],"paint":[2.119,2.334,1.857,1.296,1.352,2.428,2.404,2.064,1.724,1.692,2.649,2.539,1.415,2.075,2.027,1.763,2.653,1.914,2.264,2.758,3.233,2.6,2.88,2.144,2.801]}}, +{"f":"bobril-v20.6.0-keyed","b":"05_swap1k","v":{"total":[22.799,21.641,21.501,23.682,21.92,22.43,23.987,21.677,22.527,22.918,21.323,22.081,21.748,22.878,21.129],"script":[1.859,2.344,1.877,2.02,1.888,2.75,2.188,2.498,2.209,2.576,1.971,2.678,1.944,2.593,1.621],"paint":[20.729,19.174,19.499,21.533,19.891,19.553,21.641,18.058,20.117,19.717,19.237,18.844,19.686,19.616,18.947]}}, +{"f":"bobril-v20.6.0-keyed","b":"06_remove-one-1k","v":{"total":[15.386,15.973,15.886,15.855,15.959,15.781,15.459,15.49,16.092,15.664,15.859,15.447,15.342,15.645,15.427],"script":[1.185,1.209,1.188,0.812,1.172,1.179,1.189,1.217,1.085,1.218,1.562,1.25,1.097,1.039,1.21],"paint":[13.824,14.611,14.478,14.201,14.287,14.453,14.144,14.133,14.572,14.308,14.159,14.056,14.108,14.075,14.065]}}, +{"f":"bobril-v20.6.0-keyed","b":"07_create10k","v":{"total":[497.533,487.283,485.697,484.325,485.01,484.52,488.117,497.824,477.55,469.864,481.041,463.577,485.418,491.552,489.782],"script":[104.866,103.336,102.838,104.1,106.644,102.022,106.04,106.877,103.736,104.379,104.659,104.38,103.997,105.056,104.716],"paint":[381.507,376.949,376.336,376.625,368.777,375.315,375.486,378.741,366.673,360.89,371.03,354.839,374.688,375.026,374.915]}}, +{"f":"bobril-v20.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.213,56.018,57.575,57.683,57.849,56.102,58.349,52.214,50.265,51.786,57.699,58.185,51.074,57.652,56.446],"script":[10.905,10.173,10.671,11.087,11.116,10.503,10.514,10.994,10.25,10.993,10.905,10.429,10.869,10.829,10.517],"paint":[40.032,40.117,40.125,40.653,40.347,39.422,41.83,40.921,39.745,40.517,40.578,41.497,39.937,40.654,39.782]}}, +{"f":"bobril-v20.6.0-keyed","b":"09_clear1k_x8","v":{"total":[13.841,14.94,14.331,14.187,14.98,13.251,13.88,13.713,13.29,14.339,14.961,13.779,14.196,13.685,13.631],"script":[12.323,13.237,12.994,11.996,12.108,10.913,11.333,12.232,11.039,12.194,13.41,11.596,11.444,12.059,12.045],"paint":[1.269,1.059,1.277,1.373,2.782,2.271,1.317,1.417,1.306,2.084,1.491,2.124,1.722,1.557,1.513]}}, +{"f":"bobril-v20.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6286201477050781]}}, +{"f":"bobril-v20.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.6120290756225586]}}, +{"f":"bobril-v20.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.802037239074707]}}, +{"f":"bobril-v20.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.5890493392944336]}}, +{"f":"bobril-v20.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.122390747070312]}}, +{"f":"bobril-v20.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2036.7549999999999]}}, +{"f":"bobril-v20.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.543999999999999]}}, +{"f":"bobril-v20.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.33199999999997]}}, {"f":"bobril-v20.6.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[186.28515625]}}, {"f":"bobril-v20.6.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[48.095703125]}}, {"f":"bobril-v20.6.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.599609375]}}, -{"f":"bobril-v20.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[102.5]}}, -{"f":"bobril-v20.6.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[102.5]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"01_run1k","v":{"total":[40.451,41.857,39.629,42.004,41.113,42.53,41.54,41.456,40.816,41.108,41.202,42.006,41.92,40.617,42.067],"script":[4.601,4.535,4.495,4.621,4.713,4.853,4.838,4.767,4.962,4.51,5.03,5.167,5.087,4.755,4.789],"paint":[35.396,36.621,34.676,36.911,35.672,37.064,36.017,36.209,35.275,36.13,35.498,36.139,36.077,35.371,36.561]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"02_replace1k","v":{"total":[44.08,41.256,41.214,42.279,41.237,42.632,42.411,41.905,42.051,41.956,41.559,42.434,41.504,42.7,41.258],"script":[7.738,7.65,7.592,7.725,7.613,7.661,7.839,7.665,7.772,7.624,7.726,8.247,7.715,7.741,7.684],"paint":[35.881,33.185,33.205,34.127,33.128,34.484,34.081,33.776,33.856,33.7,33.437,33.732,33.396,34.267,33.179]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"03_update10th1k_x16","v":{"total":[19.86,19.257,19.714,19.002,18.375,18.741,18.812,19.144,19.322,18.473,18.921,19.253,18.421,19.057,19.052],"script":[2.398,2.78,1.67,2.442,1.857,1.912,1.844,1.929,2.553,1.944,2.144,2.16,1.964,2.227,2.147],"paint":[15.701,14.651,16.595,14.882,15.055,15.387,15.335,15.684,15.308,15.845,15.261,15.766,14.833,14.744,15.875]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"04_select1k","v":{"total":[4.999,5.433,4.913,5.108,4.602,5.543,4.844,4.107,5.673,5.21,4.683,5.546,4.808,4.402,5.526,5.476,5.874,4.734,4.298,4.44,4.353,4.726,5.512,4.911,5.535],"script":[1.815,2.86,1.901,2.547,2.069,2.432,2.513,1.506,2.017,2.411,2.28,2.212,2.114,2.05,2.146,2.941,2.127,1.324,1.671,1.879,1.883,2.035,2.121,2.444,1.544],"paint":[1.815,2.414,2.015,2.418,1.424,1.487,2.224,1.534,2.858,1.878,2.241,2.543,2.461,0.747,2.724,1.699,2.8,2.108,1.185,1.617,1.901,1.908,2.502,2.357,3.759]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"05_swap1k","v":{"total":[25.131,24.3,22.564,25.517,23.045,25.047,23.195,23.461,23.704,24.31,23.576,23.479,23.584,23.767,23.053],"script":[2.157,1.808,1.645,1.822,1.599,2.493,1.898,1.595,2.237,2.224,1.861,2.027,1.1,1.803,1.845],"paint":[20.69,20.555,19.138,21.521,20.432,20.841,19.547,20.479,19.848,20.044,20.25,19.323,20.12,20.063,20.15]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"06_remove-one-1k","v":{"total":[17.747,17.624,17.523,18.427,18.17,18.267,17.508,17.692,18.012,18.109,17.849,19.696,17.957,17.892,17.136],"script":[1.166,1.132,0.894,0.977,1.158,1.1,1.003,0.806,0.822,0.957,1.134,1.3,0.869,1.004,0.884],"paint":[15.418,15.729,15.874,16.177,16.12,16.759,15.749,16.042,15.732,15.998,15.886,17.17,15.762,16.033,15.463]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"07_create10k","v":{"total":[435.453,435.765,437.28,435.666,431.396,435.809,437.204,426.958,437.467,428.063,427.715,441.943,444.087,429.726,432.586],"script":[66.855,66.741,67.535,68.991,67.864,68.129,68.619,66.885,67.628,69.265,66.872,69.005,67.615,66.927,67.241],"paint":[360.977,361.452,362.125,358.773,355.982,359.812,361.052,352.485,362.322,350.54,353.268,364.812,368.99,355.102,357.664]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.015,43.229,45.303,45.14,43.36,46.867,42.932,44.505,44.222,43.734,44.512,45.61,45.33,44.487,45.233],"script":[5.278,5.069,5.047,5.409,5.112,5.274,5.065,5.244,5.051,5.069,5.434,5.111,5.148,5.265,5.001],"paint":[38.772,37.323,39.022,38.545,37.461,40.747,37.07,38.369,38.361,37.725,37.969,39.522,39.165,38.261,39.02]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"09_clear1k_x8","v":{"total":[13.9,15.104,15.032,14.358,14.124,13.637,13.853,14.655,14.741,14.764,14.725,14.239,13.628,15.05,12.336],"script":[12.639,12.738,12.45,12.398,12.678,11.755,12.748,12.574,12.859,12.097,12.684,11.975,12.064,13.227,10.761],"paint":[1.17,2.234,1.626,1.65,0.42,1.803,0.4,1.993,1.797,2.21,1.946,2.168,1.256,1.193,1.129]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7153434753417969]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"22_run-memory","v":{"DEFAULT":[3.183206558227539]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.390030860900879]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0196542739868164]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.472140312194824]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.775]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.852]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.45600000000002]}}, +{"f":"bobril-v20.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[84.5]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"01_run1k","v":{"total":[40.374,40.027,39.674,39.904,40.037,41.36,40.465,39.961,39.919,39.897,40.687,40.941,39.383,39.98,38.878],"script":[4.435,4.295,4.271,4.201,4.356,4.454,4.865,4.52,4.082,4.18,4.594,4.352,4.075,4.22,4.208],"paint":[35.533,35.297,34.978,35.275,35.273,36.261,34.91,35.012,35.144,35.031,35.455,36.154,34.634,35.113,34.236]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"02_replace1k","v":{"total":[46.279,45.419,47.146,47.05,46.974,46.775,46.615,48.65,46.811,46.204,45.805,46.456,46.825,46.901,46.195],"script":[9.286,8.774,9.495,8.978,9.729,9.475,9.207,9.324,9.866,9.221,9.275,9.304,9.265,9.635,9.381],"paint":[36.539,36.197,37.192,37.576,36.777,36.789,36.944,38.596,36.217,36.233,36.066,36.694,37.098,36.551,36.193]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"03_update10th1k_x16","v":{"total":[19.583,20.183,18.871,19.974,18.555,21.786,20.837,18.978,18.686,19.989,19.389,18.627,18.554,18.433,18.797],"script":[2.502,2.934,1.843,2.702,2.029,2.573,2.787,2.251,2.301,2.34,2.191,2.369,2.025,2.267,2.223],"paint":[15.294,15.472,14.92,15.347,15.376,15.801,15.729,15.189,14.955,15.423,15.797,15.036,15.197,14.71,15.268]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"04_select1k","v":{"total":[4.614,5.037,5.175,5.225,4.368,4.455,4.516,5.112,4.773,4.7,6.002,4.779,5.758,5.625,4.954,5.781,5.955,4.918,5.029,5.446,5.015,4.635,5.013,5.244,5.073],"script":[1.844,2.093,2.284,2.364,2.03,2.12,1.922,2.26,1.654,1.456,2.402,1.369,2.45,2.244,1.879,2.517,1.928,2.006,1.635,1.792,1.544,2.064,1.586,2.299,2.267],"paint":[2.591,1.779,1.838,2.689,1.145,2.162,1.674,2.195,2.553,2.488,3.418,3.232,2.416,2.272,2.893,2.541,3.79,2.136,2.335,2.658,2.12,1.374,2.743,1.782,1.675]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"05_swap1k","v":{"total":[22.925,23.879,23.356,22.498,23.261,22.094,23.357,23.585,23.94,24.909,22.128,23.126,22.18,24.368,23.56],"script":[2.126,1.782,2.17,1.916,1.906,1.83,2.184,2.152,1.501,2.358,1.944,2.122,2.345,1.807,1.802],"paint":[18.644,20.456,19.488,18.658,19.627,18.684,19.391,19.284,20.337,20.358,18.713,19.675,17.86,20.67,20.163]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"06_remove-one-1k","v":{"total":[17.094,17.759,17.393,17.971,17.475,18.221,18.566,17.883,18.327,18.053,17.319,17.4,17.527,17.959,18.038],"script":[1.219,1.141,0.877,0.882,0.954,1.2,1.182,1.212,0.826,0.875,1.176,0.916,1.174,1.168,1.137],"paint":[15.073,15.653,15.648,15.813,15.735,15.831,16.161,15.403,16.704,15.736,15.395,15.444,15.184,15.954,15.443]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"07_create10k","v":{"total":[426.187,421.273,415.991,421.957,418.242,419.536,418.955,417.715,414.144,419.91,420.373,422.163,418.989,420.577,430.718],"script":[65.705,64.939,64.165,63.676,63.227,64.459,63.857,63.866,64.389,63.458,65.425,64.175,62.666,63.521,66.086],"paint":[352.64,348.597,344.364,350.939,347.673,347.743,347.422,346.37,342.405,348.733,347.583,350.571,348.825,349.729,357.264]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.544,48.854,48.598,50.09,49.193,50.141,48.661,48.332,48.927,48.332,50.557,48.869,49.68,47.587,49.935],"script":[6.585,6.982,6.878,7.001,6.382,6.941,6.68,6.954,6.675,6.801,6.913,6.91,7.149,6.471,6.787],"paint":[42.022,40.94,40.797,42.147,41.992,42.301,41.071,40.157,41.354,40.362,42.41,40.739,41.346,39.865,42.328]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"09_clear1k_x8","v":{"total":[14.318,13.433,14.008,14.056,13.79,14.296,13.938,13.79,14.083,14.354,13.401,13.784,12.921,14.009,14.237],"script":[12.197,11.399,11.833,12.047,11.784,11.592,11.757,11.944,11.914,12.147,11.221,11.526,10.957,12,11.641],"paint":[1.997,0.975,2.068,1.12,1.005,2.228,1.182,1.738,1.538,1.54,1.527,1.787,1.873,1.148,2.298]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7235050201416016]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"22_run-memory","v":{"DEFAULT":[2.962763786315918]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.101668357849121]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0578985214233398]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.39794158935547]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.2400000000002]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.595999999999998]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.03600000000003]}}, {"f":"cample-v3.2.0-beta.6-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[183.9580078125]}}, {"f":"cample-v3.2.0-beta.6-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[45.6826171875]}}, {"f":"cample-v3.2.0-beta.6-keyed","b":"42_size-compressed","v":{"DEFAULT":[12.7255859375]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"43_first-paint","v":{"DEFAULT":[100.8]}}, -{"f":"cample-v3.2.0-beta.6-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[100.8]}}, -{"f":"crank-v0.4.1-keyed","b":"01_run1k","v":{"total":[43.151,43.944,45.904,46.482,43.726,42.853,44.672,45.997,42.129,43.947,45.528,44.489,43.898,46.229,42.981],"script":[8.025,7.695,7.978,7.833,7.98,8.158,8.291,8.279,7.896,8.058,8.123,7.986,8.714,8.299,7.872],"paint":[34.65,35.813,37.207,38.166,35.287,34.236,35.64,37.223,33.749,35.458,36.706,36.02,34.754,37.216,34.618]}}, -{"f":"crank-v0.4.1-keyed","b":"02_replace1k","v":{"total":[42.475,43.264,44.074,44.089,44.753,42.807,43.64,43.395,43.901,43.307,43.907,42.431,42.7,44.803,44.191],"script":[10.015,9.908,10.572,9.849,10.322,10.146,9.928,9.896,10.15,10.18,10.555,10.103,9.972,10.242,10.652],"paint":[32.023,32.923,33.049,33.796,33.94,32.218,32.965,32.882,33.316,32.358,32.596,31.909,32.299,34.077,33.083]}}, -{"f":"crank-v0.4.1-keyed","b":"03_update10th1k_x16","v":{"total":[23.996,23.424,23.894,23.358,22.982,23.516,22.705,23.007,22.52,23.955,24.011,23.832,23.296,22.017,23.819],"script":[6.41,5.917,5.773,5.873,5.569,5.75,5.518,5.751,6.091,6.524,5.968,6.16,5.684,5.363,5.924],"paint":[15.583,15.577,15.98,15.2,15.854,16.177,15.535,15.993,13.92,16.341,16.356,15.151,15.371,15.305,16.018]}}, -{"f":"crank-v0.4.1-keyed","b":"04_select1k","v":{"total":[5.557,5.886,6.196,6.636,6.34,6.22,5.88,5.679,5.709,6.735,6.228,5.857,5.918,5.73,6.472,5.598,5.938,6.181,6.178,5.533,6.007,5.545,5.736,5.588,4.675],"script":[2.858,3.025,2.496,3.212,2.75,3.508,3.244,2.79,2.135,3.694,3.283,3.046,3.307,2.917,3.314,3.035,2.964,2.795,3.34,3.194,2.617,2.691,2.269,2.071,2.518],"paint":[2.449,1.02,2.828,2.194,3.412,2.52,1.632,2.738,3.074,2.513,1.753,2.054,1.627,2.643,3,1.448,2.774,2.42,1.852,2.18,2.206,2.576,2.763,3.389,2.038]}}, -{"f":"crank-v0.4.1-keyed","b":"05_swap1k","v":{"total":[24.334,25.238,23.616,24.349,24.065,25.754,24.517,24.355,25.055,24.072,23.582,24.803,25.015,22.812,24.578],"script":[3.146,3.195,2.764,2.636,3.191,3.41,3.522,3.038,3.295,3.478,3.218,3.498,3.391,3.057,3.773],"paint":[19.608,20.043,18.072,20.182,19.521,20.878,19.478,19.172,19.84,19.14,18.85,19.997,20.086,17.828,19.765]}}, -{"f":"crank-v0.4.1-keyed","b":"06_remove-one-1k","v":{"total":[19.715,18.386,18.872,18.311,18.343,18.98,18.235,18.906,18.561,18.946,18.971,19.15,18.895,18.461,19.137],"script":[1.791,1.693,1.645,1.809,1.713,1.814,1.687,1.729,1.429,1.831,1.738,1.453,1.819,1.789,1.553],"paint":[16.36,15.935,15.73,15.039,15.192,15.685,15.373,15.656,16.295,16.346,15.959,16.561,16.318,14.776,15.967]}}, -{"f":"crank-v0.4.1-keyed","b":"07_create10k","v":{"total":[484.8,484.281,476.789,483.927,476.333,475.024,481.986,476.278,472.94,483.043,479.153,482.851,479.421,485.023,481.869],"script":[110.102,108.941,110.401,109.727,107.876,110.27,108.751,108.084,108.997,109.563,108.219,110.89,108.698,110.609,109.767],"paint":[366.849,366.197,358.945,366.631,360.836,356.954,365.369,360.722,356.37,365.577,363.371,364.431,363.219,366.66,364.482]}}, -{"f":"crank-v0.4.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.287,48.159,47.456,48.846,50.102,47.706,46.819,47.682,47.08,48.141,47.455,46.922,47.078,46.498,46.509],"script":[10.386,8.498,8.884,8.87,9.435,9.519,9.072,8.915,8.837,8.842,9.045,8.934,8.876,8.613,8.695],"paint":[36.931,38.647,37.25,38.734,39.563,36.949,36.453,37.923,37.287,38.078,37.099,36.655,37.299,36.932,36.955]}}, -{"f":"crank-v0.4.1-keyed","b":"09_clear1k_x8","v":{"total":[14.173,13.796,14.84,13.859,13.84,13.105,14.06,14.326,14.225,13.754,13.815,13.737,14.566,14.127,13.974],"script":[11.709,12.312,11.829,11.462,11.664,11.769,12.222,11.651,11.437,11.65,11.588,11.7,12.329,12.16,11.626],"paint":[2.349,1.382,2.016,2.294,0.941,0.896,1.736,2.542,1.905,2,2.135,1.246,2.155,1.855,2.262]}}, -{"f":"crank-v0.4.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5474071502685547]}}, -{"f":"crank-v0.4.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.992711067199707]}}, -{"f":"crank-v0.4.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.146310806274414]}}, -{"f":"crank-v0.4.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9537467956542969]}}, -{"f":"crank-v0.4.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.59299182891846]}}, -{"f":"crank-v0.4.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.25]}}, -{"f":"crank-v0.4.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.032]}}, -{"f":"crank-v0.4.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.57999999999998]}}, +{"f":"cample-v3.2.0-beta.6-keyed","b":"43_first-paint","v":{"DEFAULT":[83.4]}}, +{"f":"crank-v0.4.1-keyed","b":"01_run1k","v":{"total":[43.452,43.562,47.623,43.414,43.358,43.186,42.384,46.703,46.568,43.47,43.605,44.47,43.379,44.939,47.051],"script":[8.483,8.425,10.52,8.203,7.914,8.227,8.141,10.628,10.928,8.282,8.507,8.143,8.293,9.025,10.264],"paint":[34.54,34.671,36.65,34.756,34.712,34.562,33.824,35.487,35.174,34.805,34.618,35.834,34.387,35.137,36.308]}}, +{"f":"crank-v0.4.1-keyed","b":"02_replace1k","v":{"total":[50.022,50.598,49.842,50.042,49.803,49.236,49.939,51.094,50.539,50.142,49.161,50.127,50.186,49.096,49.583],"script":[13.456,13.255,13.44,13.116,12.499,12.558,12.861,13.692,12.98,13.181,12.936,13.053,13.216,12.801,13.703],"paint":[36.033,36.793,35.909,36.43,36.646,35.908,36.627,36.696,36.937,36.553,35.763,36.35,36.48,35.858,35.385]}}, +{"f":"crank-v0.4.1-keyed","b":"03_update10th1k_x16","v":{"total":[24.924,24.342,25.773,24.336,25.843,23.978,25.014,22.937,24.937,24.289,24.878,24.067,25.31,24.439,23.682],"script":[6.393,6.975,7.12,7.419,7.184,7.093,7.255,6.412,7.385,7.232,7.071,6.846,7.315,6.058,6.697],"paint":[17.183,16.267,16.237,15.525,16.315,14.72,15.673,15.107,15.243,14.634,15.127,15.777,16.615,16.38,15.864]}}, +{"f":"crank-v0.4.1-keyed","b":"04_select1k","v":{"total":[6.182,6.555,6.676,6.651,5.555,7.962,6.149,5.721,6.019,5.141,5.602,5.867,6.617,5.931,5.858,5.505,5.162,5.544,5.659,6.824,5.352,5.593,5.677,5.8,5.345],"script":[3.392,3.617,2.465,2.658,2.782,3.719,2.404,2.876,3.107,2.564,3.105,2.738,2.941,3.525,3.066,3.52,2.804,2.647,2.614,3.393,2.665,2.805,2.759,3.097,3.105],"paint":[1.935,1.914,3.889,2.794,1.832,3.246,2.261,2.696,2.724,1.482,1.651,2.195,3.433,2.222,2.256,1.508,1.761,1.348,2.273,2.411,2.52,1.203,2.153,2.283,1.677]}}, +{"f":"crank-v0.4.1-keyed","b":"05_swap1k","v":{"total":[25.608,27.776,25.997,25.109,25.432,25.674,25.339,26.021,24.889,25.301,24.426,26.184,24.72,25.759,24.449],"script":[3.987,3.401,3.785,4.102,3.673,3.45,3.621,3.646,3.391,3.276,2.814,3.573,3.165,3.638,3.363],"paint":[20.226,22.414,20.365,18.971,20.191,19.892,19.572,19.761,19.476,20.936,19.902,20.987,20.183,19.772,19.118]}}, +{"f":"crank-v0.4.1-keyed","b":"06_remove-one-1k","v":{"total":[18.888,18.851,19.323,19.607,19.429,18.865,19.625,19.671,19.279,19.926,19.408,19.177,20.348,19.057,19.063],"script":[1.839,1.802,1.803,1.865,1.908,1.813,1.814,1.824,1.845,1.815,1.85,1.888,1.83,1.808,1.629],"paint":[15.597,16.199,16.064,16.139,16.168,16.239,16.531,16.23,16.075,16.781,16.01,16.141,17.35,16.001,15.981]}}, +{"f":"crank-v0.4.1-keyed","b":"07_create10k","v":{"total":[473.672,474.603,472.44,483.601,478.814,471.701,473.229,470.806,471.873,473.353,470.955,471.441,474.933,475.375,474.234],"script":[112.499,111.166,111.123,110.269,111.883,111.267,112.925,112.011,111.667,111.586,110.207,110.235,111.568,111.648,110.6],"paint":[353.655,355.787,353.838,365.797,359.384,352.821,352.793,351.374,352.788,354.396,352.807,354,355.935,356.05,356.206]}}, +{"f":"crank-v0.4.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.64,54.234,54.295,54.629,53.209,54.163,54.468,54.91,54.32,54.213,54.2,53.628,53.326,53.751,53.375],"script":[12.334,12.31,11.892,11.929,12.137,12.302,12.239,11.659,11.479,11.888,11.788,12.035,12.202,11.903,12.127],"paint":[41.406,40.99,41.256,41.52,40.062,40.701,41.27,41.934,41.863,41.396,41.553,40.677,40.191,40.94,40.062]}}, +{"f":"crank-v0.4.1-keyed","b":"09_clear1k_x8","v":{"total":[13.783,13.882,13.675,13.781,12.679,12.89,13.018,13.183,13.237,13.942,13.435,13.169,13.665,12.999,12.908],"script":[11.377,11.301,11.823,11.218,10.831,11.039,11.295,11.012,11.434,11.636,11.547,10.902,11.186,10.812,10.833],"paint":[2.055,1.781,1.758,2.12,1.742,0.876,0.777,0.806,0.896,1.772,1.794,1.251,2.383,1.055,1.974]}}, +{"f":"crank-v0.4.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5493783950805664]}}, +{"f":"crank-v0.4.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7642154693603516]}}, +{"f":"crank-v0.4.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.8451757431030273]}}, +{"f":"crank-v0.4.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8854990005493164]}}, +{"f":"crank-v0.4.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.460853576660156]}}, +{"f":"crank-v0.4.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1699999999998]}}, +{"f":"crank-v0.4.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.907999999999998]}}, +{"f":"crank-v0.4.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[153.92399999999995]}}, {"f":"crank-v0.4.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[158.6767578125]}}, {"f":"crank-v0.4.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[20.40234375]}}, {"f":"crank-v0.4.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.4453125]}}, -{"f":"crank-v0.4.1-keyed","b":"43_first-paint","v":{"DEFAULT":[82.5]}}, -{"f":"crank-v0.4.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[82.5]}}, -{"f":"dark-v0.25.1-keyed","b":"01_run1k","v":{"total":[49.157,49.303,49.57,49.393,49.468,49.62,48.657,51.605,49.979,49.072,49.465,49.288,49.231,50.07,47.504],"script":[13.402,13.37,14.474,13.77,13.201,13.941,13.951,13.072,14.118,13.778,13.833,13.241,13.499,13.675,12.516],"paint":[35.231,35.443,34.568,35.116,35.521,35.167,34.287,37.981,35.421,34.762,35.18,35.538,34.944,35.705,34.528]}}, -{"f":"dark-v0.25.1-keyed","b":"02_replace1k","v":{"total":[56.915,54.894,55.198,53.068,55.025,54.252,55.248,54.395,55.498,53.151,54.092,55.59,57.502,54.145,54.379],"script":[20.981,21.479,19.81,19.99,21.439,20.76,20.493,20.858,22.223,20.286,20.827,22.071,21.197,21.398,20.887],"paint":[35.263,32.916,34.658,32.634,33.121,33.027,34.264,33.008,32.828,32.401,32.841,33.042,35.623,32.256,33.012]}}, -{"f":"dark-v0.25.1-keyed","b":"03_update10th1k_x16","v":{"total":[21.946,22.103,23.147,22.369,25.424,23.755,23.146,23.201,22.165,23.53,22.114,22.573,23.002,24.18,23.971],"script":[5.55,5.308,5.212,5.219,5.755,4.738,5.291,5.527,5.523,5.888,4.89,5.616,6.349,5.919,5.925],"paint":[14.312,15.439,16.532,15.595,16.672,16.563,16.291,15.831,14.629,15.985,15.511,15.093,15.643,15.985,15.73]}}, -{"f":"dark-v0.25.1-keyed","b":"04_select1k","v":{"total":[5.204,4.842,4.839,4.885,4.246,4.24,5.953,4.31,4.132,4.513,4.125,4.533,5.559,5.077,4.201,4,5.027,5.304,4.92,3.778,4.476,4.343,4.622,4.598,4.024],"script":[2.304,0.961,1.63,1.395,1.367,1.431,2.178,1.792,1.556,1.488,1.573,1.059,2.3,2.094,1.232,1.554,2.149,2.353,2.263,0.977,1.524,1.804,1.504,1.874,1.43],"paint":[1.591,2.614,3.065,1.822,1.741,2.644,2.075,2.398,2.419,2.869,1.724,3.115,2.234,2.824,1.808,2.34,1.996,1.716,2.038,2.228,2.454,2.429,2.959,2.132,2.447]}}, -{"f":"dark-v0.25.1-keyed","b":"05_swap1k","v":{"total":[33.369,33.202,31.651,31.151,34.689,31.068,32.645,33.163,31.705,33.916,32.017,33.6,32.908,33.468,32.073],"script":[11.456,11.28,10.269,9.166,11.482,9.942,11.132,11.001,9.978,11.007,10.29,10.99,11.227,10.917,11.148],"paint":[20.441,20.571,19.067,19.897,21.157,19.068,19.612,20.142,19.753,20.809,19.911,19.392,19.792,20.88,19.089]}}, -{"f":"dark-v0.25.1-keyed","b":"06_remove-one-1k","v":{"total":[23.469,24.073,23.551,24.408,24.006,23.967,25.705,23.602,23.85,24.671,24.21,22.9,22.993,23.695,24.076],"script":[5.838,5.73,6.215,6.395,6.355,6.224,6.349,5.735,5.606,6.053,6.314,5.33,5.81,6.123,5.655],"paint":[16.737,16.733,16.155,16.646,16.766,16.863,17.537,16.946,16.819,17.715,16.201,16.716,16.324,16.692,17.222]}}, -{"f":"dark-v0.25.1-keyed","b":"07_create10k","v":{"total":[548.739,546.779,549.233,543.018,559.627,552.257,549.607,554.441,555.167,552.574,559.92,553.749,560.575,545.46,556.311],"script":[160.218,160.085,162.596,160.493,162.119,161.277,160.09,163.098,161.218,161.622,161.975,164.979,164.006,164.359,162.333],"paint":[380.963,379.065,377.869,374.759,389.841,383.184,381.537,383.693,386.155,382.965,390.371,381.064,388.907,373.425,386.337]}}, -{"f":"dark-v0.25.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.937,60.464,62.81,60.385,59.824,61.157,59.351,58.807,58.872,59.379,60.915,59.25,59.434,62.005,60.256],"script":[22.132,21.637,22.679,21.316,20.865,21.861,21.089,20.109,20.79,20.724,22.924,20.856,21.044,23.068,21.353],"paint":[37.765,37.875,38.931,38.136,37.974,37.853,37.264,37.728,37.18,37.665,37.085,37.351,37.474,37.88,37.966]}}, -{"f":"dark-v0.25.1-keyed","b":"09_clear1k_x8","v":{"total":[15.067,14.765,14.924,14.281,15.053,14.853,13.972,14.44,15.038,15.021,15.163,15.35,14.584,15.451,14.785],"script":[12.553,12.76,12.256,12.39,13.101,12.613,12.477,12.842,12.522,12.533,12.823,12.875,11.988,12.49,12.572],"paint":[2.419,1.912,1.407,1.787,1.845,2.12,0.432,0.831,1.599,2.379,2.214,1.906,2.468,2.66,2.104]}}, -{"f":"dark-v0.25.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6454534530639648]}}, -{"f":"dark-v0.25.1-keyed","b":"22_run-memory","v":{"DEFAULT":[5.633703231811523]}}, -{"f":"dark-v0.25.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.544944763183594]}}, -{"f":"dark-v0.25.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3191280364990234]}}, -{"f":"dark-v0.25.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.81293773651123]}}, -{"f":"dark-v0.25.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.3099999999997]}}, -{"f":"dark-v0.25.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.256]}}, -{"f":"dark-v0.25.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.96400000000003]}}, +{"f":"crank-v0.4.1-keyed","b":"43_first-paint","v":{"DEFAULT":[71.8]}}, +{"f":"dark-v0.25.1-keyed","b":"01_run1k","v":{"total":[48.531,48.833,48.516,48.592,47.621,48.416,48.401,48.874,48.958,47.979,47.897,47.892,49.102,47.541,51.267],"script":[14.216,14.28,13.869,14.08,13.267,13.575,13.797,14.152,14.028,13.191,13.392,13.521,13.902,13.299,13.911],"paint":[33.81,34.108,34.153,34.032,33.921,34.402,34.193,34.007,34.193,34.319,33.754,33.925,34.754,33.756,36.899]}}, +{"f":"dark-v0.25.1-keyed","b":"02_replace1k","v":{"total":[62.673,61.13,62.587,61.649,61.923,60.973,61.19,60.324,62.449,61.026,61.158,62.653,61.341,60.305,62.392],"script":[23.472,23.138,23.336,22.981,23.397,22.627,23.252,22.724,23.132,22.875,23.231,23.006,23.085,22.781,23.33],"paint":[38.53,37.235,38.833,38.016,38.107,37.641,37.486,37.086,38.589,37.689,37.446,38.942,37.791,37.052,38.38]}}, +{"f":"dark-v0.25.1-keyed","b":"03_update10th1k_x16","v":{"total":[23.039,22.886,22.274,23.358,22.872,22.386,23.336,22.94,22.079,21.518,22.891,22.363,22.449,22.155,21.901],"script":[5.435,5.825,5.429,5.455,5.418,5.611,6.38,5.984,5.799,5.238,5.543,5.789,5.262,5.227,4.826],"paint":[13.555,15.35,14.58,15.76,15.806,14.705,14.764,15.387,14.421,14.687,16.015,14.835,15.621,15.692,15.107]}}, +{"f":"dark-v0.25.1-keyed","b":"04_select1k","v":{"total":[4.859,5.585,4.931,4.409,4.085,4.995,4.388,5.146,5.559,4.654,4.613,5.793,5,4.646,5.098,5.368,5.094,5.485,4.714,4.844,5.516,4.697,4.023,4.624,5.866],"script":[1.454,2.17,1.828,1.647,1.472,1.903,1.898,1.858,1.805,1.675,2.15,2.426,1.609,2.292,1.821,1.277,1.848,1.399,2.069,1.503,1.874,2.159,1.155,2.455,2.197],"paint":[3.119,2.275,2.947,2.558,2.457,2.937,1.622,2.135,2.312,1.837,1.592,2.646,2.419,2.209,3.126,3.858,2.432,1.998,1.649,1.488,3.063,1.593,2.729,2.018,2.503]}}, +{"f":"dark-v0.25.1-keyed","b":"05_swap1k","v":{"total":[35.701,35.759,37.289,34.913,35.789,35.198,34.939,36.77,37.676,35.08,35.733,34.458,34.28,35.275,34.289],"script":[14.212,13.632,14.963,13.755,13.964,14.082,14.058,13.616,15.281,14.146,14.019,13.887,13.771,14.643,13.343],"paint":[19.572,20.522,20.062,19.342,19.752,20.003,19.064,20.35,19.998,19.192,20.287,18.556,18.376,18.808,19.191]}}, +{"f":"dark-v0.25.1-keyed","b":"06_remove-one-1k","v":{"total":[27.525,25.302,25.199,25.444,24.242,25.465,25.749,25.381,24.951,24.759,24.339,25.309,25.944,25.06,25.239],"script":[9.278,8.14,7.411,7.568,7.394,7.862,8.097,7.526,7.61,7.512,7.195,7.582,8.306,7.424,7.552],"paint":[16.722,16.192,16.379,16.557,16.011,16.465,16.742,16.202,15.883,15.806,15.682,16.419,16.456,15.656,16.423]}}, +{"f":"dark-v0.25.1-keyed","b":"07_create10k","v":{"total":[539.973,544.893,537.49,529.26,539.972,535.644,515.016,537.468,536,537.861,544.341,536.359,556.234,542.815,519.806],"script":[156.402,157.599,161.098,159.941,156.503,160.313,155.456,157.872,157.016,158.571,159.64,159.756,159.83,156.361,156.882],"paint":[375.74,379.462,367.845,361.821,375.39,366.884,351.876,372.175,371.523,371.396,377.298,369.19,387.92,378.387,355.141]}}, +{"f":"dark-v0.25.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[65.991,66.357,67.626,66.846,66.663,68.15,65.85,67.066,66.694,66.344,66.54,65.21,66.519,66.437,68.788],"script":[23.303,23.376,23.061,23,23.173,24.171,22.752,23.89,22.972,22.917,22.882,22.351,24.017,22.619,24.082],"paint":[41.425,41.749,43.364,42.631,42.46,43.109,41.858,41.916,42.527,42.227,42.401,41.614,41.446,42.615,43.805]}}, +{"f":"dark-v0.25.1-keyed","b":"09_clear1k_x8","v":{"total":[14.688,14.165,13.895,14.659,14.363,14.113,14.417,14.097,14.166,13.957,14.361,14.318,13.817,14.311,14.142],"script":[12.55,11.815,11.985,12.332,12.161,11.487,12.045,12.291,12.066,12.139,11.955,12.132,12.211,12.249,11.975],"paint":[2.038,2.228,1.214,2.221,1.182,2.161,1.644,0.821,1.147,1.721,2.287,2.075,0.845,1.935,2.072]}}, +{"f":"dark-v0.25.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6631174087524414]}}, +{"f":"dark-v0.25.1-keyed","b":"22_run-memory","v":{"DEFAULT":[5.279297828674316]}}, +{"f":"dark-v0.25.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.338932991027832]}}, +{"f":"dark-v0.25.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2682580947875977]}}, +{"f":"dark-v0.25.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.13748264312744]}}, +{"f":"dark-v0.25.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.375]}}, +{"f":"dark-v0.25.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.092]}}, +{"f":"dark-v0.25.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.22399999999996]}}, {"f":"dark-v0.25.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[163.5693359375]}}, {"f":"dark-v0.25.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[25.294921875]}}, {"f":"dark-v0.25.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.884765625]}}, -{"f":"dark-v0.25.1-keyed","b":"43_first-paint","v":{"DEFAULT":[88.2]}}, -{"f":"dark-v0.25.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[88.2]}}, -{"f":"dioxus-v0.4.0-keyed","b":"01_run1k","v":{"total":[42.512,41.138,41.76,42.082,41.207,40.638,40.833,41.967,42.771,43.91,42.176,40.513,42.198,42.331,40.119],"script":[4.751,4.849,4.836,4.619,4.814,4.791,4.778,4.974,4.868,4.782,4.834,4.839,4.717,4.613,4.808],"paint":[37.337,35.57,36.457,37.033,35.897,35.395,35.626,36.332,37.505,38.371,36.89,34.973,37.016,37.187,34.849]}}, -{"f":"dioxus-v0.4.0-keyed","b":"02_replace1k","v":{"total":[40.735,42.327,41.54,42.119,41.905,42.558,42.306,42.835,42.788,42.463,45.389,40.622,42.172,43.42,44.473],"script":[8.148,8.369,8.193,8.045,8.326,8.055,8.021,8.128,8.131,8.04,8.216,8.198,8.096,8.313,8.164],"paint":[32.159,33.564,32.905,33.609,33.16,34.076,33.837,34.083,34.229,33.991,36.741,31.968,33.427,34.74,35.846]}}, -{"f":"dioxus-v0.4.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.334,19.932,18.664,20.281,17.828,18.81,18.135,18.473,18.844,19.005,18.798,18.497,19.003,17.873,18.737],"script":[1.983,2.019,2.405,1.786,1.299,1.565,1.799,1.76,1.368,1.983,1.801,1.743,1.425,1.297,1.862],"paint":[15.174,16.53,15.002,16.547,14.325,15.697,15.341,15.571,15.827,15.17,15.461,15.309,16.017,15.129,15.894]}}, -{"f":"dioxus-v0.4.0-keyed","b":"04_select1k","v":{"total":[3.976,3.07,3.96,4.241,4.218,3.452,3.662,3.707,4.049,3.469,3.522,4.303,3.42,3.55,3.782,3.153,3.813,3.517,3.537,3.106,3.249,2.979,3.925,3.13,3.546],"script":[1.185,0.901,0.975,0.668,0.87,0.842,0.896,0.975,1.382,1.437,0.876,0.199,1.241,0.831,0.672,0.924,1.168,0.207,1.073,0.611,0.536,0.837,1.155,0.856,0.583],"paint":[1.546,2.075,2.434,2.497,2.154,1.719,2.621,2.196,1.781,1.15,2.555,3.122,2.074,2.276,1.353,1.844,0.876,1.755,1.64,2.364,1.519,0.911,2.638,2.16,2.479]}}, -{"f":"dioxus-v0.4.0-keyed","b":"05_swap1k","v":{"total":[23.096,22.969,23.548,23.529,22.979,23.01,23.317,23.024,24.788,22.838,23.035,22.973,24.662,22.914,24.021],"script":[1.604,1.732,2.015,1.503,1.822,1.89,1.59,2.048,2.334,1.871,2.018,1.606,2.42,1.409,1.943],"paint":[19.956,19.833,20.499,20.556,19.776,18.841,20.346,18.995,20.629,18.905,19.935,19.587,20.389,19.116,19.639]}}, -{"f":"dioxus-v0.4.0-keyed","b":"06_remove-one-1k","v":{"total":[17.66,17.782,17.584,17.394,18.275,17.955,17.826,18.476,17.857,17.315,17.244,18.129,17.708,18.476,18.137],"script":[1.06,0.974,0.89,0.812,1.13,0.762,0.761,0.812,0.766,0.752,1.062,1.088,0.757,1.011,0.993],"paint":[15.179,15.82,15.567,15.573,16.217,16.055,16.096,16.263,15.821,15.481,15.453,15.769,16.042,16.689,16.082]}}, -{"f":"dioxus-v0.4.0-keyed","b":"07_create10k","v":{"total":[419.475,420.571,420.241,433.135,423.729,432.972,421.489,416.568,423.928,432.698,422.652,424.18,425.026,413.233,422.284],"script":[53.887,50.754,51.409,54.46,51.004,53.098,51.444,51.549,51.042,52.33,53.261,51.951,54.587,52.099,51.854],"paint":[357.882,362.099,361.369,370.935,365.401,372.447,362.368,356.671,365.4,372.577,362.048,364.85,362.985,353.69,362.777]}}, -{"f":"dioxus-v0.4.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.816,43.476,45.746,48.303,45.171,45.185,44.04,45.947,46.387,45.671,44.881,44.79,44.712,43.565,44.972],"script":[5.657,5.727,5.891,5.845,5.866,5.885,6.009,6.109,5.779,5.952,6.122,5.88,5.938,5.665,5.948],"paint":[37.245,36.822,38.551,41.117,38.378,38.394,37.17,38.623,39.639,38.507,37.864,37.972,37.853,36.919,38.08]}}, -{"f":"dioxus-v0.4.0-keyed","b":"09_clear1k_x8","v":{"total":[20.312,19.333,18.218,17.713,17.894,19.081,17.714,16.812,16.759,17.303,16.809,16.689,18.123,16.798,17.413],"script":[17.408,16.826,16.476,15.283,15.364,16.863,14.964,14.947,14.898,15.249,14.375,13.906,15.25,14.794,14.952],"paint":[1.947,3.186,0.773,2.334,2.141,2.116,2.949,1.775,1.052,1.971,1.508,2.217,2.096,1.933,2.362]}}, -{"f":"dioxus-v0.4.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.7532014846801758]}}, -{"f":"dioxus-v0.4.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.877424240112305]}}, -{"f":"dioxus-v0.4.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.906284332275391]}}, -{"f":"dioxus-v0.4.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[6.9768781661987305]}}, -{"f":"dioxus-v0.4.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[41.4481782913208]}}, -{"f":"dioxus-v0.4.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2330.313]}}, -{"f":"dioxus-v0.4.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[46.251999999999995]}}, -{"f":"dioxus-v0.4.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[172.128]}}, +{"f":"dark-v0.25.1-keyed","b":"43_first-paint","v":{"DEFAULT":[63.1]}}, +{"f":"dioxus-v0.4.0-keyed","b":"01_run1k","v":{"total":[42.287,42.53,42.372,42.253,41.796,41.777,41.968,42.138,41.987,41.139,43.074,42.604,41.381,42.039,41.929],"script":[5.038,5.053,5.016,5.02,5.048,5.087,5.034,4.972,4.954,4.945,5.209,5.032,4.944,5.069,5.034],"paint":[36.606,36.838,36.739,36.764,36.331,36.301,36.494,36.531,36.581,35.769,37.4,37.097,36.018,36.313,36.251]}}, +{"f":"dioxus-v0.4.0-keyed","b":"02_replace1k","v":{"total":[45.53,45.639,44.809,45.953,45.378,45.129,45.88,47.982,45.631,45.788,45.9,46.567,46.005,46.171,45.704],"script":[8.279,8.625,8.373,8.32,8.467,8.542,8.375,8.458,8.329,8.302,8.339,8.314,8.495,8.388,8.3],"paint":[36.764,36.324,36.01,37.197,36.488,36.193,36.793,38.855,36.87,36.888,37.104,37.511,36.999,37.093,36.944]}}, +{"f":"dioxus-v0.4.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.164,20.346,18.642,17.855,19.218,18.96,19.016,19.011,18.678,18.126,19.512,18.102,18.402,18.246,17.69],"script":[1.711,1.872,1.743,1.484,2,2.058,1.628,1.818,1.87,1.564,1.817,1.606,1.854,1.092,1.814],"paint":[15.624,17.212,15.656,14.484,15.372,15.447,16.708,16.048,15.153,15.186,15.488,16.066,14.974,15.776,14.622]}}, +{"f":"dioxus-v0.4.0-keyed","b":"04_select1k","v":{"total":[3.571,3.424,3.947,3.89,3.474,4,4.068,3.836,3.494,4.772,4.078,4.304,3.792,4.152,3.626,3.027,3.986,4.01,3.819,3.481,3.22,4.522,3.534,3.776,2.61],"script":[0.22,0.85,1.192,0.179,1.251,1.151,1.18,1.168,1.128,1.258,0.186,1.246,0.644,1.208,0.918,0.559,1.208,0.703,1.17,1.229,0.186,0.202,0.753,0.871,0.187],"paint":[2.435,1.425,2.637,2.698,2.096,1.22,1.931,1.824,2.244,3.79,2.7,2.326,2.507,3.145,1.725,1.654,1.817,2.418,2.525,1.346,1.87,3.686,2.053,2.781,1.655]}}, +{"f":"dioxus-v0.4.0-keyed","b":"05_swap1k","v":{"total":[22.532,22.076,23.81,22.853,24.031,22.862,22.962,23.253,22.285,22.986,22.947,23.605,22.3,23.059,22.304],"script":[2.152,1.611,2.085,2.334,1.493,1.846,2.19,2.222,1.783,2.093,2.151,2.354,2.05,2.018,1.237],"paint":[18.255,18.548,19.478,18.834,20.926,20.371,18.432,19.328,18.77,19.516,18.661,20.065,18.73,18.85,18.748]}}, +{"f":"dioxus-v0.4.0-keyed","b":"06_remove-one-1k","v":{"total":[18.465,17.925,18.178,18.302,17.724,17.721,18.209,17.208,18.628,17.962,17.7,17.758,17.199,18.182,17.918],"script":[0.973,1.071,1.143,1.055,0.783,0.735,1.104,0.779,0.836,0.921,1.104,1.089,0.745,0.837,0.751],"paint":[16.553,15.57,15.969,16.174,15.464,15.844,15.94,15.655,16.086,16.269,15.485,15.492,15.353,16.222,15.881]}}, +{"f":"dioxus-v0.4.0-keyed","b":"07_create10k","v":{"total":[419.671,418.986,420.547,419.077,417.79,418.295,420.932,418.489,417.442,418.386,418.217,417.361,418.632,420.159,418.712],"script":[55.037,55.128,57.753,57.613,55.123,55.898,55.879,54.98,54.613,55.274,55.06,55.13,55.261,54.58,54.577],"paint":[356.953,356.454,355.471,354.122,355.039,354.953,357.688,355.974,355.185,355.712,355.958,354.92,356.034,358.184,356.621]}}, +{"f":"dioxus-v0.4.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.363,48.769,47.684,48.184,47.882,48.338,47.648,47.904,47.464,47.908,47.61,47.505,47.121,48.432,47.943],"script":[6.083,5.567,5.577,5.576,5.993,5.6,6.068,5.543,5.614,5.588,5.594,5.649,6.083,5.566,6.043],"paint":[40.115,42.006,41.123,41.411,40.649,41.57,40.671,41.107,40.672,41.334,41.022,40.714,40.287,41.707,40.721]}}, +{"f":"dioxus-v0.4.0-keyed","b":"09_clear1k_x8","v":{"total":[16.905,16.749,15.588,15.972,15.981,16.278,15.951,15.973,16.226,15.737,17.497,15.099,18.033,16.149,18.97],"script":[14.605,14.205,13.993,14.248,14.213,13.824,13.724,13.467,13.493,13.841,14.777,13.554,15.613,14.026,16.727],"paint":[2.215,1.619,0.851,0.781,0.742,2.366,2.127,2.422,0.883,1.321,1.907,0.813,2.348,1.137,1.082]}}, +{"f":"dioxus-v0.4.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.7722864151000977]}}, +{"f":"dioxus-v0.4.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.538185119628906]}}, +{"f":"dioxus-v0.4.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.535005569458008]}}, +{"f":"dioxus-v0.4.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[6.81959342956543]}}, +{"f":"dioxus-v0.4.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.95383071899414]}}, +{"f":"dioxus-v0.4.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2333.2390000000005]}}, +{"f":"dioxus-v0.4.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[51.08399999999999]}}, +{"f":"dioxus-v0.4.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[180.24799999999996]}}, {"f":"dioxus-v0.4.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[457.07421875]}}, {"f":"dioxus-v0.4.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[317.310546875]}}, {"f":"dioxus-v0.4.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[92.9248046875]}}, -{"f":"dioxus-v0.4.0-keyed","b":"43_first-paint","v":{"DEFAULT":[597.8]}}, -{"f":"dioxus-v0.4.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[597.8]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"01_run1k","v":{"total":[44.792,42.68,45.733,46.409,42.292,44.536,43.279,45.352,43.185,43.987,42.829,42.939,43.409,44.829,44.256],"script":[8.034,7.07,8.06,7.388,7.391,7.641,7.39,7.827,7.465,7.735,7.123,7.213,7.575,8.006,7.872],"paint":[36.35,35.121,37.193,38.31,34.455,36.383,35.447,36.828,35.24,35.775,35.233,35.263,35.378,36.106,35.895]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"02_replace1k","v":{"total":[47.373,46.602,47.235,50.416,48.339,47.691,46.961,46.592,46.573,46.285,49.878,48.087,47.533,47.251,46.21],"script":[13.223,13.925,13.326,13.704,13.997,13.691,13.846,13.518,13.58,13.096,13.735,13.854,13.48,13.45,13.13],"paint":[33.656,32.192,33.467,36.242,33.881,33.604,32.481,32.665,32.551,32.795,35.678,33.575,33.623,33.206,32.423]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"03_update10th1k_x16","v":{"total":[25.645,25.216,26.438,25.561,25.38,24.716,23.711,28.556,23.957,25.172,25.291,25.409,23.666,25.767,25.208],"script":[7.542,7.215,7.915,7.639,7.76,6.658,6.649,7.094,7.047,6.848,7.414,7.139,6.282,6.797,7.54],"paint":[15.863,16.23,15.879,15.727,15.423,16.579,15.229,18.566,15.136,16.212,14.077,16.391,15.368,16.929,15.707]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"04_select1k","v":{"total":[3.653,3.866,3.615,3.089,2.982,3.578,3.514,3.375,4.704,4.542,4.068,3.655,3.138,2.9,3.722,3.663,4.213,4.295,4.039,3.664,4.07,5.57,4.209,3.175,3.354],"script":[0.522,1.045,1.028,0.643,0.929,0.545,0.905,0.793,0.677,1.089,1.35,0.93,0.873,0.119,0.871,0.622,0.172,1.048,0.795,0.898,0.696,1.203,0.272,0.887,0.666],"paint":[2.17,2.683,2.038,2.341,1.339,2.932,1.675,1.315,3.81,2.273,1.522,2.625,1.469,2.625,2.69,2.433,3.04,2.678,1.966,2.666,3.151,4.115,3.679,1.464,2.582]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"05_swap1k","v":{"total":[32.686,30.416,29.349,30.138,33.167,31.012,29.817,31.6,29.906,31.435,32.858,32.117,30.258,30.921,29.823],"script":[9.056,8.529,7.591,7.583,8.733,8.345,7.698,8.104,7.758,7.756,8.803,8.47,8.431,8.719,7.342],"paint":[20.142,20.428,20.269,20.926,21.692,20.104,20.296,20.604,19.451,22.197,22.076,21.836,19.502,20.513,20.534]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"06_remove-one-1k","v":{"total":[20.685,21.314,20.707,21.292,22.121,20.776,20.834,21.577,21.507,21.24,21.18,20.423,21.586,20.926,20.331],"script":[3.781,4.106,4.191,4.019,4.241,3.992,4.133,4.307,4.035,4.261,4.281,3.776,4.108,3.719,3.76],"paint":[15.527,16.42,15.739,16.03,16.836,15.825,15.953,16.43,15.956,15.915,15.485,15.566,15.811,16.435,15.753]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"07_create10k","v":{"total":[508.712,505.497,508.009,504.088,507.006,506.179,501.104,508.206,509.005,499.539,515.828,509.737,510.216,502.013,503.176],"script":[132.366,133.538,131.451,133.435,133.791,131.616,129.306,131.997,135.478,132.093,135.954,136.775,132.53,130.915,129.618],"paint":[368.572,364.235,368.585,362.922,365.322,366.96,364.204,368.38,366.1,359.385,371.466,365.437,369.995,363.499,366.072]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.333,50.221,50.307,49.379,49.59,50.82,49.759,49.74,49.315,48.746,49.381,49.45,49.045,49.491,49.484],"script":[10.284,10.305,10.514,10.19,10.695,10.866,10.466,10.596,10.486,10.384,10.247,10.64,10.531,10.443,10.535],"paint":[38.077,38.684,38.531,38.185,37.931,38.644,38.087,38.2,37.895,37.398,38.262,37.871,37.628,38.176,38.042]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"09_clear1k_x8","v":{"total":[27.47,25.993,26.277,26.637,26.506,25.427,25.199,25.159,24.758,26.02,24.202,25.364,24.955,25.516,25.887],"script":[24.551,23.875,23.579,24.823,24.232,23.932,22.884,22.999,22.968,23.05,21.912,22.76,22.779,23.593,23.721],"paint":[1.421,2.015,2.59,1.697,1.667,1.381,1.757,2.036,1.538,2.86,1.766,2.497,1.307,0.799,1.926]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5024585723876953]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.436530113220215]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.345870018005371]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7583913803100586]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[37.00089740753174]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.4350000000002]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.12]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[146.48799999999997]}}, +{"f":"dioxus-v0.4.0-keyed","b":"43_first-paint","v":{"DEFAULT":[553.4]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"01_run1k","v":{"total":[46.573,46.778,47.698,46.601,45.776,47.837,45.589,44.287,46.176,46.794,46.371,45.012,47.574,47.216,44.901],"script":[9.716,9.881,9.889,9.723,9.609,9.705,9.505,9.252,9.735,9.745,9.586,9.837,9.878,9.727,9.811],"paint":[36.19,36.387,37.342,36.283,35.723,37.439,35.391,34.594,35.906,36.367,36.118,34.741,36.978,36.796,34.661]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"02_replace1k","v":{"total":[55.83,56.666,54.923,53.721,55.69,55.819,55.068,53.802,55.146,55.14,55.761,55.949,54.804,55.481,54.503],"script":[16.489,17.526,16.206,16.182,16.632,16.722,16.954,15.944,16.292,16.404,16.392,16.891,16.504,16.215,16.118],"paint":[38.675,38.495,38.299,37.087,38.648,38.645,37.45,37.142,38.368,38.312,38.91,38.586,37.557,38.591,37.65]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"03_update10th1k_x16","v":{"total":[25.485,24.632,25.276,28.033,24.613,24.622,24.597,25.344,24.501,25.116,24.971,24.011,26.026,25.439,25.11],"script":[7.589,7.46,7.202,7.712,7.453,7.164,6.87,7.328,6.723,7.361,6.885,7.27,7.492,7.606,6.806],"paint":[16.342,15.481,16.327,17.994,15.517,15.636,15.906,15.906,15.768,15.295,15.87,15.274,16.428,16.428,16.231]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"04_select1k","v":{"total":[3.729,3.461,3.762,4.013,4.097,3.072,3.716,3.573,3.026,3.347,3.258,4.511,3.825,2.945,3.473,3.509,3.081,4.605,3.806,3.841,3.88,3.683,3.263,3.973,4.249],"script":[0.905,0.804,0.121,1.247,0.152,0.279,0.534,0.142,0.652,0.896,0.699,0.548,0.806,0.146,0.939,0.809,0.379,0.64,0.775,0.162,0.155,0.552,0.133,0.125,1.177],"paint":[1.938,1.546,2.177,2.079,3.716,2.628,2.544,2.715,2.236,0.968,2.32,2.994,2.068,1.609,2.373,2.564,1.811,3.633,1.789,3.018,2.854,2.614,1.551,3.144,1.857]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"05_swap1k","v":{"total":[30.888,30.438,32.485,30.929,29.368,31.154,31.374,30.555,31.394,29.884,30.122,31.137,30.26,31.07,30.712],"script":[9.222,9.167,9.958,9.418,8.285,8.399,9.376,8.595,8.986,8.587,8.415,8.914,8.912,9.409,9.366],"paint":[20.184,20.283,20.407,18.935,19.514,20.366,20.042,20.5,20.07,20.032,20.055,20.025,19.055,19.897,19.592]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"06_remove-one-1k","v":{"total":[21.414,21.513,22.465,21.785,21.758,22.578,21.873,22.081,22.596,21.775,22.047,21.362,21.443,21.448,20.903],"script":[4.765,4.404,4.884,5.154,4.77,4.85,4.611,4.484,4.858,4.52,4.842,4.329,4.646,4.732,4.43],"paint":[15.171,15.94,16.013,15.633,15.808,16.461,15.826,16.251,16.298,16.097,16.401,15.591,15.825,15.88,15.298]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"07_create10k","v":{"total":[504.997,497.175,502.092,510.518,507.895,508.113,504.955,508.986,508.911,512.383,503.733,519.307,520.887,507.208,506.866],"script":[134.177,135.843,133.505,134.035,138.791,134.962,133.42,135.116,136.777,136.523,134.722,137.461,137.418,138.917,136.326],"paint":[363.303,353.611,360.787,368.846,361.541,364.302,363.828,366.089,364.545,368.334,361.361,374.326,375.362,360.402,362.986]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.73,58.36,56.628,57.066,57.193,58,56.819,56.672,58.104,56.883,57.842,58.074,57.074,57.34,56.524],"script":[14.037,14.154,13.907,13.938,13.393,14.007,13.643,14.184,14.091,14.2,13.73,14.315,13.598,13.928,13.84],"paint":[42.751,43.286,41.743,41.991,42.607,43.036,42.19,41.584,42.815,41.715,42.96,42.559,42.251,42.451,41.74]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"09_clear1k_x8","v":{"total":[24.987,26.039,25.336,25.248,26.81,26.992,26.611,25.629,26.376,25.478,25.377,24.951,24.12,24.932,25.877],"script":[22.858,24.438,23.141,23.171,23.785,24.131,24.084,23.365,24.082,23.545,22.642,23.048,22.384,23.19,23.905],"paint":[2.01,1.479,0.843,1.047,1.069,2.143,1.563,2.142,2.152,1.802,1.955,1.217,1.399,0.774,1.105]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5662574768066406]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.11256217956543]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.1333770751953125]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8196773529052734]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.86673164367676]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.745]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.148]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.78799999999993]}}, {"f":"dlightjs-v0.10.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[157.3642578125]}}, {"f":"dlightjs-v0.10.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.08984375]}}, {"f":"dlightjs-v0.10.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.2275390625]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"43_first-paint","v":{"DEFAULT":[87.2]}}, -{"f":"dlightjs-v0.10.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[87.2]}}, -{"f":"dojo-v8.0.0-keyed","b":"01_run1k","v":{"total":[70.111,63.054,66.603,62.687,66.669,63.589,74.373,70.444,70.242,62.745,64.11,70.834,71.015,68.789,74.004],"script":[27.954,27.652,27.713,27.321,28.176,27.787,28.314,26.931,30.446,26.862,26.957,26.142,27.39,27.1,27.648],"paint":[36.114,35.242,35.783,34.711,35.334,35.142,35.284,35.776,35.04,35.706,35.336,35.402,35.896,35.481,35.743]}}, -{"f":"dojo-v8.0.0-keyed","b":"02_replace1k","v":{"total":[65.575,74.076,67.51,74.086,72.16,69.275,64.942,75.254,70.188,70.718,71.99,68.664,72.829,67.713,74.004],"script":[32.664,32.053,33.296,31.662,31.277,31.674,30.894,32.035,31.686,31.67,33.93,34.007,32.343,31.282,31.726],"paint":[32.456,33.275,33.459,33.487,33.411,35.117,33.549,32.966,33.382,35.32,37.23,33.683,33.189,33.994,36.272]}}, -{"f":"dojo-v8.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[26.374,25.838,25.414,26.372,27.03,25.911,26.913,25.113,26.879,25.835,25.811,26.661,26.559,27.689,26.233],"script":[9.747,9.639,8.986,10.366,9.51,9.666,9.655,8.872,9.199,9.502,9.756,10.041,10.013,10.279,8.98],"paint":[15.967,14.432,13.928,15.335,17.397,16.123,17.144,15.959,17.559,15.708,15.811,15.45,16.441,16.568,17.147]}}, -{"f":"dojo-v8.0.0-keyed","b":"04_select1k","v":{"total":[4.19,4.41,4.559,4.362,4.842,4.279,4.39,4.237,4.342,4.454,4.058,3.76,3.962,4.312,4.304,3.692,3.775,4.507,3.888,5.076,4.992,4.353,4.123,5.197,3.452],"script":[1.654,0.315,2.233,0.781,0.904,1.872,1.229,1.527,1.473,1.832,0.669,0.272,1.224,1.821,2.058,1.81,1.247,0.911,1.174,2.114,1.722,1.322,1.005,0.303,0.905],"paint":[1.489,2.923,2.198,2.344,2.13,2.29,3.033,2.223,2.741,1.669,1.474,2.78,2.613,2.348,2.11,1.758,2.405,3.396,2.538,2.368,3.035,1.919,2.755,4.099,2.435]}}, -{"f":"dojo-v8.0.0-keyed","b":"05_swap1k","v":{"total":[32.737,32.577,31.854,32.422,32.602,32.357,32.584,33.007,32.315,32.224,33.051,33.112,32.789,32.723,33.119],"script":[12.772,13.091,12.365,12.027,11.419,10.853,12.369,12.784,12.413,12.055,12.453,13.07,12.81,12.87,13.048],"paint":[19.853,19.371,18.451,20.195,19.566,19.926,19.762,19.377,19.779,18.937,20.477,19.931,19.855,19.739,19.221]}}, -{"f":"dojo-v8.0.0-keyed","b":"06_remove-one-1k","v":{"total":[17.859,19.036,20.126,18.186,18.48,20.226,21.033,18.316,17.968,19.701,17.733,19.257,18.427,19.021,19.029],"script":[0.4,0.283,0.786,0.704,1.041,0.919,0.62,0.504,0.3,0.717,0.673,0.583,0.459,0.654,0.966],"paint":[16.147,16.472,17.093,16.444,16.162,16.776,17.528,16.579,16.259,16.73,15.625,17.047,16.407,17.136,16.449]}}, -{"f":"dojo-v8.0.0-keyed","b":"07_create10k","v":{"total":[627.099,624.109,630.835,638.007,635.959,637.303,636.487,631.089,628.625,619.847,622.719,629.075,625.311,621.779,641.021],"script":[238.696,240.744,242.051,246.591,247.096,248.732,241.837,243.491,241.926,231.076,234.236,236.005,238.631,234.081,246.588],"paint":[380.068,379.973,384.864,381.456,379.187,379.282,384.828,381.112,378.566,377.84,381.408,383.75,379.72,382.726,387.634]}}, -{"f":"dojo-v8.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[74.983,67.172,76.099,73.022,73.943,75.254,72.882,73.807,72.7,76.459,73.166,74.856,73.821,67.23,72.18],"script":[28.239,28.51,28.228,27.968,28.612,29.224,27.721,27.751,27.67,28.005,27.915,27.164,28.807,27.907,27.76],"paint":[39.955,38.362,41.217,39.046,39.302,39.787,38.563,40.219,38.984,41.888,38.929,38.722,38.683,39.016,38.23]}}, -{"f":"dojo-v8.0.0-keyed","b":"09_clear1k_x8","v":{"total":[24.473,24.395,24.34,25.052,24.447,23.976,24.603,24.217,24.93,23.912,23.258,25.524,24.504,24.549,25.094],"script":[21.906,22.042,21.361,22.45,21.131,22.254,21.783,21.72,21.67,21.621,20.458,22.928,21.898,22.088,22.338],"paint":[1.495,2.225,2.373,2.044,2.187,0.763,1.91,1.461,1.378,2.117,2.006,1.547,1.76,1.98,1.827]}}, -{"f":"dojo-v8.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7053365707397461]}}, -{"f":"dojo-v8.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[7.428915023803711]}}, -{"f":"dojo-v8.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.567241668701172]}}, -{"f":"dojo-v8.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.5074281692504883]}}, -{"f":"dojo-v8.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[65.77621746063232]}}, -{"f":"dojo-v8.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2027.5520000000001]}}, -{"f":"dojo-v8.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.108]}}, -{"f":"dojo-v8.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.04799999999994]}}, +{"f":"dlightjs-v0.10.2-keyed","b":"43_first-paint","v":{"DEFAULT":[66.6]}}, +{"f":"dojo-v8.0.0-keyed","b":"01_run1k","v":{"total":[62.256,67.013,70.035,72.095,68.644,68.258,67.747,69.004,70.012,68.789,66.749,70.825,69.792,63.219,63.282],"script":[27.554,25.465,25.762,27.057,27.211,27.096,25.872,27.088,26.139,27.307,26.948,27.317,26.404,27.018,26.963],"paint":[34.54,35.44,35.254,35.797,33.769,36.446,34.143,35.671,34.63,35.211,34.911,35.612,34.229,35.176,34.94]}}, +{"f":"dojo-v8.0.0-keyed","b":"02_replace1k","v":{"total":[74.413,81.863,73.023,81.25,82.118,73.245,75.443,84.383,83.58,76.263,74.613,76.684,74.906,74.193,78.383],"script":[34.479,35.853,34.42,35.273,35.472,34.438,34.513,36,34.435,35.033,34.895,35.351,34.957,35.446,35.62],"paint":[39.411,37.537,36.971,39.2,37.937,38.094,38.936,37.959,40.207,39.111,38.91,38.333,37.571,38.249,39.39]}}, +{"f":"dojo-v8.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[27.718,27.693,29.676,27.99,27.144,27.44,28.32,27.123,28.293,27.496,27.18,27.262,27.605,25.612,29.019],"script":[11.226,10.836,10.16,10.864,11.145,11.359,11.2,10.516,11.254,10.996,10.706,10.794,11.461,10.267,10.591],"paint":[16.371,16.047,18.215,16.366,15.88,15.761,16.968,15.688,15.647,15.531,15.561,15.516,16.018,14.412,17.37]}}, +{"f":"dojo-v8.0.0-keyed","b":"04_select1k","v":{"total":[3.985,4.387,3.698,4.041,3.669,3.408,3.725,3.104,4.274,3.704,3.432,3.837,3.815,3.713,3.976,4.384,4.3,4.136,4.657,5.938,4.104,2.986,3.428,3.973,4.183],"script":[0.596,1.543,1.775,2.067,0.68,1.227,1.361,0.271,1.693,1.329,0.825,0.948,0.695,1.368,2.075,0.404,2.188,1.055,2.162,1.574,0.228,1.244,0.943,0.906,1.768],"paint":[2.312,2.706,1.798,1.811,1.692,1.791,1.973,2.695,0.787,2.214,1.753,1.461,2.429,2.217,1.257,2.929,1.944,1.177,2.368,1.715,2.738,1.619,1.5,2.177,2.251]}}, +{"f":"dojo-v8.0.0-keyed","b":"05_swap1k","v":{"total":[32.9,33.679,32.343,33.592,33.691,33.645,32.299,34.217,32.852,32.417,33.27,32.704,33.419,34.393,33.915],"script":[12.659,14.574,13.089,13.031,13.919,13.155,12.815,12.506,13.38,12.943,13.665,12.773,13.827,14.766,13.01],"paint":[19.941,18.974,18.987,19.409,19.641,19.552,19.36,19.791,19.337,18.639,18.939,18.7,19.465,19.499,19.118]}}, +{"f":"dojo-v8.0.0-keyed","b":"06_remove-one-1k","v":{"total":[17.972,18.35,17.781,18.7,18.838,17.854,17.964,17.769,18.861,18.827,18.393,18.866,18.077,17.999,18.993],"script":[0.839,0.71,0.998,0.411,0.531,0.633,0.785,0.541,0.66,0.646,0.651,0.932,0.547,0.784,0.679],"paint":[16.227,16.024,15.952,17.053,16.58,16.042,16.14,15.995,17.033,16.614,16.88,16.581,16.57,15.717,16.808]}}, +{"f":"dojo-v8.0.0-keyed","b":"07_create10k","v":{"total":[629.36,618.906,615.433,635.49,616.59,637.593,622.068,624.335,624.53,617.955,616.149,622.12,623.413,643.368,623.068],"script":[240.756,238.339,234.42,241.07,234.976,240.822,240.639,240.534,243.315,238.339,236.224,236.952,236.735,243.894,237.75],"paint":[378.051,371.124,370.121,389.438,370.258,390.651,371.488,372.834,376.498,376.174,376.515,374.249,372.304,388.898,375.426]}}, +{"f":"dojo-v8.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[79.406,77.718,73.368,73.527,72.05,78.472,73.493,74.22,72.9,72.837,78.497,72.75,74.839,78.899,71.05],"script":[29.647,27.385,28.286,28.001,28.413,28.676,27.571,27.845,27.679,27.909,27.72,28.488,28.449,28.292,27.269],"paint":[44.095,43.977,44.78,45.227,43.341,44.347,45.617,46.016,44.683,44.619,44.771,43.945,45.415,44.298,43.313]}}, +{"f":"dojo-v8.0.0-keyed","b":"09_clear1k_x8","v":{"total":[23.254,22.733,23.568,24.269,23.327,24.192,23.378,23.036,23.553,23.441,24.323,23.406,23.687,25.315,23.222],"script":[20.65,20.374,20.406,22.902,20.531,21.406,21.226,20.433,21.273,21.363,21.34,20.897,21.666,20.828,20.446],"paint":[1.805,2.182,2.534,0.96,1.803,1.882,1.06,1.448,1.715,1.592,1.913,2.381,0.418,2.116,2.268]}}, +{"f":"dojo-v8.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.690037727355957]}}, +{"f":"dojo-v8.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[7.242609024047852]}}, +{"f":"dojo-v8.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.360994338989258]}}, +{"f":"dojo-v8.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4456548690795898]}}, +{"f":"dojo-v8.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[63.628981590270996]}}, +{"f":"dojo-v8.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.9854999999998]}}, +{"f":"dojo-v8.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.696]}}, +{"f":"dojo-v8.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.49199999999996]}}, {"f":"dojo-v8.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[182.59765625]}}, {"f":"dojo-v8.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[43.736328125]}}, {"f":"dojo-v8.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[13.517578125]}}, -{"f":"dojo-v8.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[97.6]}}, -{"f":"dojo-v8.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[97.6]}}, -{"f":"dominator-v0.5.0-keyed","b":"01_run1k","v":{"total":[45.648,49.638,47.993,47.923,46.779,46.771,47.208,49.713,46.627,46.515,46.634,49.401,45.732,46.967,47.948],"script":[9.889,10.243,9.587,9.89,9.629,9.904,10.179,10.525,9.848,9.424,9.654,9.532,9.853,9.338,10.149],"paint":[35.33,38.915,37.907,37.523,36.707,36.33,36.556,38.464,36.137,36.52,36.524,39.378,35.393,37.111,37.098]}}, -{"f":"dominator-v0.5.0-keyed","b":"02_replace1k","v":{"total":[49.188,49.748,48.634,47.26,47.299,48.777,47.062,47.022,48.938,50.98,47.977,47.306,48.653,50.473,49.624],"script":[14.031,14.36,14.678,13.752,13.704,14.079,13.856,13.669,14.096,15.57,13.986,13.897,14.426,14.004,14.566],"paint":[34.679,34.878,33.51,33.057,33.122,34.265,32.779,32.933,34.134,34.692,33.597,32.977,33.76,36.003,34.507]}}, -{"f":"dominator-v0.5.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.695,18.304,18.885,19.841,19.208,18.313,18.458,18.935,18,18.157,18.398,18.428,19.588,18.298,19.549],"script":[1.224,1.312,1.253,0.899,0.825,1.105,1.196,1.505,1.121,1.276,1.29,0.929,0.951,1.242,1.443],"paint":[15.262,14.165,15.738,17.258,15.615,15.519,13.797,16.071,15.482,15.024,15.77,16.424,17.273,14.749,16.039]}}, -{"f":"dominator-v0.5.0-keyed","b":"04_select1k","v":{"total":[3.574,3.567,4.606,4.362,3.645,4.277,4.763,3.425,3.327,4.05,3.389,3.697,3.855,4.331,2.961,2.887,4.627,3.317,4.223,3.893,2.977,3.969,3.72,4.269,3.515],"script":[1.124,0.984,1.538,1.315,0.894,1.148,1.401,0.747,0.227,1.193,1.069,0.664,1.441,1.266,0.995,0.553,0.734,0.234,0.303,0.674,0.914,1.406,0.902,0.209,0.767],"paint":[2.291,2.126,2.062,2.833,1.922,2.978,2.094,2.194,2.993,1.775,1.252,2.55,1.75,2.918,1.264,1.333,2.66,2.415,2.958,3.076,1.172,1.631,1.762,3.804,1.772]}}, -{"f":"dominator-v0.5.0-keyed","b":"05_swap1k","v":{"total":[20.363,21.21,22.311,21.767,21.174,20.974,22.477,21.398,21.572,20.809,20.556,23.248,21.683,21.608,21.715],"script":[0.588,0.8,1.017,0.907,0.838,0.15,0.953,1.09,0.577,0.863,0.615,0.16,0.876,0.154,1.069],"paint":[17.488,19.087,19.699,19.187,18.333,19.497,20.105,18.406,18.424,18.516,18.576,20.838,19.489,19.868,19.08]}}, -{"f":"dominator-v0.5.0-keyed","b":"06_remove-one-1k","v":{"total":[18.462,17.423,16.715,17.238,17.275,17.257,17.836,17.675,17.332,17.292,17.234,17.22,18.185,17.548,16.637],"script":[0.547,0.259,0.407,0.332,0.522,0.338,0.552,0.554,0.438,0.581,0.547,0.535,0.369,0.54,0.213],"paint":[16.597,16.296,15.418,16.09,15.898,16.006,16.431,16.234,16.096,15.206,15.781,15.568,16.126,15.702,15.275]}}, -{"f":"dominator-v0.5.0-keyed","b":"07_create10k","v":{"total":[503.224,512.864,498.785,512.595,504.079,504.518,508.002,510.137,491.684,517.453,501.167,506.927,497.649,496.844,500.313],"script":[120.497,120.651,115.829,120.724,116.834,118.768,124.455,118.195,113.762,119.912,123.766,114.925,116.538,113.346,113.961],"paint":[374.299,384.044,375.493,382.932,379.557,377.733,375.884,384.187,370.358,389.854,369.861,384.054,373.561,375.788,378.661]}}, -{"f":"dominator-v0.5.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.95,47.128,48.94,51.099,48.17,50.533,50.387,48.083,53.209,50.171,48.264,48.261,48.177,48.801,49.319],"script":[10.161,9.586,9.897,10.014,9.929,10.045,10.093,9.906,10.405,10.216,9.88,9.782,9.9,10.164,10.064],"paint":[37.922,36.632,38.102,39.836,37.343,39.515,39.069,37.221,41.857,38.982,37.509,37.63,37.398,37.729,38.276]}}, -{"f":"dominator-v0.5.0-keyed","b":"09_clear1k_x8","v":{"total":[19.586,19.872,20.102,20.406,19.41,19.516,20.399,19.573,19.672,20.667,20.31,19.383,19.384,21.457,20.822],"script":[18.058,17.497,17.981,18.915,17.796,17.08,17.441,17.562,17.173,17.411,17.806,17.319,17.556,19.323,18.551],"paint":[1.42,2.124,1.065,0.422,1.515,2.325,2.757,1.899,1.534,2.573,2.4,1.004,0.894,2.03,1.114]}}, -{"f":"dominator-v0.5.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6227445602416992]}}, -{"f":"dominator-v0.5.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.022470474243164]}}, -{"f":"dominator-v0.5.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.076621055603027]}}, -{"f":"dominator-v0.5.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.5857553482055664]}}, -{"f":"dominator-v0.5.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.583391189575195]}}, -{"f":"dominator-v0.5.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.6149999999998]}}, -{"f":"dominator-v0.5.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.323999999999987]}}, -{"f":"dominator-v0.5.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.15200000000004]}}, +{"f":"dojo-v8.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[78.5]}}, +{"f":"dominator-v0.5.0-keyed","b":"01_run1k","v":{"total":[47.625,47.656,46.068,48.837,48.08,47.004,47.756,48.613,47.847,46.286,46.813,46.956,46.694,46.711,46.994],"script":[11.27,10.738,10.067,11.236,11.285,10.566,11.04,11.693,11.114,10.471,10.426,10.206,10.341,10.57,10.438],"paint":[35.881,36.216,35.503,37.156,36.345,36.037,36.04,36.485,36.241,35.383,35.91,36.244,35.712,35.64,36.159]}}, +{"f":"dominator-v0.5.0-keyed","b":"02_replace1k","v":{"total":[53.872,54.906,54.442,54.644,54.521,54.583,54.421,53.508,54.596,54.027,53.952,54.264,54.606,53.281,55.517],"script":[15.755,16.373,15.716,15.89,15.591,15.696,15.889,14.869,15.57,15.427,16.004,15.287,16.361,15.369,15.593],"paint":[37.355,38.04,38.27,38.254,38.418,38.405,38.035,37.853,38.57,37.855,37.457,38.226,37.817,37.462,39.177]}}, +{"f":"dominator-v0.5.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.006,18.732,19.638,18.98,18.817,18.944,18.619,19.34,18.703,18.032,18.961,18.805,18.997,18.815,18.522],"script":[1.603,1.102,1.72,1.543,1.261,0.956,1.138,1.441,1.071,1.405,1.216,1.32,1.518,1.766,1.082],"paint":[16.928,16.202,16.126,15.851,16.197,15.79,15.893,16.194,15.899,15.244,16.199,15.733,14.918,15.111,15.378]}}, +{"f":"dominator-v0.5.0-keyed","b":"04_select1k","v":{"total":[4.286,4.083,3.894,3.457,3.433,3.322,4.411,3.809,3.296,4.31,4.364,4.716,3.621,4.539,3.8,3.684,3.924,3.49,4.266,3.186,3.225,3.392,3.674,4.266,3.939],"script":[0.35,1.33,1.108,0.992,0.893,0.199,1.315,0.77,1.262,1.42,0.921,1.308,0.234,1.665,1.121,1.439,1.123,0.226,1.264,0.826,0.958,0.527,0.971,1.417,1.503],"paint":[2.038,2.205,1.967,1.958,1.434,2.981,1.689,2.161,1.113,1.744,1.67,2.35,2.575,2.727,1.545,0.844,1.572,2.075,2.424,1.633,1.608,1.732,2.191,1.935,1.61]}}, +{"f":"dominator-v0.5.0-keyed","b":"05_swap1k","v":{"total":[20.637,22.646,21.432,21.958,21.684,21.674,21.484,21.911,21.804,20.746,21.947,20.755,20.923,21.556,21.992],"script":[0.473,0.517,0.848,0.836,0.844,1.142,0.995,0.974,0.962,0.802,0.681,0.871,0.149,0.155,0.81],"paint":[18.567,19.49,18.667,19.543,19.4,19.215,18.785,18.153,19.453,18.05,20.49,17.549,19.392,19.819,18.951]}}, +{"f":"dominator-v0.5.0-keyed","b":"06_remove-one-1k","v":{"total":[17.019,17.291,17.96,17.438,17.069,16.85,17.073,17.281,17.681,16.642,17.011,16.914,16.934,17.035,17.247],"script":[0.533,0.405,0.565,0.559,0.572,0.213,0.515,0.599,0.479,0.541,0.565,0.554,0.585,0.541,0.577],"paint":[15.673,15.632,15.768,15.175,15.659,15.022,15.737,15.764,16.086,14.941,14.944,15.544,15.228,15.389,15.372]}}, +{"f":"dominator-v0.5.0-keyed","b":"07_create10k","v":{"total":[504.552,495.219,495.088,495.345,492.129,504.495,494.703,502.5,499.354,497.479,489.136,505.342,498.553,494.962,507.776],"script":[128.369,122.897,122.318,122.332,121.935,128.609,123.185,128.505,127.612,130.482,121.012,128.144,132.105,129.495,129.917],"paint":[368.441,364.858,365.235,365.335,362.564,368.048,364.049,365.162,364.112,359.321,360.59,369.448,358.511,357.423,369.841]}}, +{"f":"dominator-v0.5.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.659,54.639,55.48,54.642,55.745,53.463,54.651,53.791,53.572,54.925,53.992,55.079,54.468,55.593,54.583],"script":[11.916,11.554,11.246,11.685,12.227,10.77,11.922,11.564,11.028,11.872,11.109,11.713,11.62,11.744,11.594],"paint":[41.789,41.817,42.982,41.65,42.549,41.679,41.796,40.926,41.528,42.095,41.638,42.077,41.897,42.862,41.74]}}, +{"f":"dominator-v0.5.0-keyed","b":"09_clear1k_x8","v":{"total":[19.567,19.25,18.719,18.526,19.9,19.49,19.009,19.704,18.23,19.073,20.214,19.365,18.219,19.419,18.65],"script":[17.057,17.061,17.058,16.829,17.786,16.383,16.887,17.726,16.485,16.857,16.935,16.791,16.365,17.06,15.799],"paint":[2.343,1.469,0.869,1.309,1.786,2.616,2.016,0.633,1.632,1.657,3.096,2.452,1.528,1.801,2.045]}}, +{"f":"dominator-v0.5.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6244611740112305]}}, +{"f":"dominator-v0.5.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.8382225036621094]}}, +{"f":"dominator-v0.5.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.7599401473999023]}}, +{"f":"dominator-v0.5.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.659714698791504]}}, +{"f":"dominator-v0.5.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.670692443847656]}}, +{"f":"dominator-v0.5.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.7450000000001]}}, +{"f":"dominator-v0.5.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[34.68799999999999]}}, +{"f":"dominator-v0.5.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.73999999999995]}}, {"f":"dominator-v0.5.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[274.2216796875]}}, {"f":"dominator-v0.5.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[135.361328125]}}, {"f":"dominator-v0.5.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.0673828125]}}, -{"f":"dominator-v0.5.0-keyed","b":"43_first-paint","v":{"DEFAULT":[250.6]}}, -{"f":"dominator-v0.5.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[250.6]}}, -{"f":"doohtml-keyed","b":"01_run1k","v":{"total":[40.223,40.506,39.589,38.899,39.706,39.485,40.247,41.155,41.109,40.328,39.563,40.016,40.317,39.86,39.742],"script":[2.631,2.564,2.522,2.46,2.648,2.572,2.492,2.521,2.577,2.543,2.543,2.598,2.501,2.568,2.466],"paint":[36.947,37.34,36.676,35.995,36.613,36.454,37.292,37.903,37.828,37.336,36.548,36.984,37.144,36.892,36.877]}}, -{"f":"doohtml-keyed","b":"02_replace1k","v":{"total":[40.836,39.049,38.469,40.931,41.061,41.208,40.446,40.254,41.013,39.959,39.26,40.314,40.278,40.598,38.375],"script":[5.404,5.299,5.231,5.452,5.314,5.576,5.463,5.438,5.463,5.35,5.273,5.433,5.441,5.484,5.253],"paint":[34.759,33.335,32.769,34.826,35.097,34.934,34.55,34.29,35.103,34.118,33.553,34.506,34.376,34.667,32.681]}}, -{"f":"doohtml-keyed","b":"03_update10th1k_x16","v":{"total":[18.502,18.358,19.411,20.735,17.777,18.203,18.61,18.458,19.709,19.31,19.998,18.416,18.409,19.016,18.459],"script":[0.607,0.88,1.419,1.183,0.661,1.26,0.978,1.079,1.3,1.596,1.28,1.217,0.924,1.062,0.574],"paint":[16.529,15.606,16.423,17.419,14.851,15.406,15.649,15.205,16.436,15.806,17.03,15.27,15.909,15.866,15.489]}}, -{"f":"doohtml-keyed","b":"04_select1k","v":{"total":[3.878,4.51,3.122,4.286,3.89,3.191,2.752,3.236,4.13,3.29,3.074,2.681,4.125,3.318,3.89,3.854,3.84,2.596,3.246,2.877,2.848,2.966,3.65,3.876,3.348],"script":[0.053,0.059,0.491,1.093,1.053,0.053,0.066,0.072,1.054,0.912,0.063,0.067,1.07,0.067,0.605,0.905,0.075,0.056,0.069,0.067,0.052,0.638,0.795,1.035,0.944],"paint":[1.997,4.185,1.77,1.932,1.929,2.976,2.52,2.008,2.932,1.922,2.851,1.605,2.144,2.546,2.528,2.787,3.587,2.42,2.108,2.651,2.308,2.104,1.837,2.702,2.261]}}, -{"f":"doohtml-keyed","b":"05_swap1k","v":{"total":[22.233,21.472,22.199,20.873,22.25,22.117,20.22,22.565,22.336,22.363,22.031,21.153,20.805,20.194,20.26],"script":[0.633,0.081,0.077,0.739,0.083,0.085,0.082,0.078,0.84,0.081,0.832,0.909,0.574,0.746,0.576],"paint":[19.371,19.918,19.731,18.261,19.569,19.79,17.73,21.21,19.751,20.693,19.322,18.365,18.854,17.31,18.135]}}, -{"f":"doohtml-keyed","b":"06_remove-one-1k","v":{"total":[16.566,16.946,16.807,17.666,16.636,17.095,17.3,17.293,16.723,17.583,17.185,17.873,17.482,17.626,17.736],"script":[0.293,0.103,0.278,0.085,0.083,0.071,0.093,0.087,0.211,0.247,0.428,0.467,0.275,0.431,0.071],"paint":[15.227,15.599,14.973,16.269,15.345,16.187,15.764,16.064,15.586,15.994,16.015,16.12,15.865,16.369,16.466]}}, -{"f":"doohtml-keyed","b":"07_create10k","v":{"total":[412.215,413.33,411.19,408.013,403.416,401.575,408.545,412.822,411.965,412.621,405.176,415.876,399.855,403.648,414.004],"script":[28.211,28.236,26.669,25.786,25.898,27.526,27.863,27.97,26.796,26.989,27.44,27.344,26.293,26.067,27.597],"paint":[376.418,376.979,376.755,374.696,370.038,366.28,372.787,377.093,377.523,378.081,370.175,380.918,365.942,369.968,378.78]}}, -{"f":"doohtml-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.011,43.935,42.3,41.58,43.149,42.037,42.898,40.765,42.958,40.853,41.124,41.958,42.136,40.674,41.304],"script":[2.425,2.482,2.552,2.486,2.502,2.49,2.47,2.433,2.461,2.483,2.506,2.429,2.422,2.48,2.428],"paint":[37.639,40.418,38.805,38.149,39.458,38.609,39.221,37.536,39.552,37.564,37.682,38.39,38.772,37.274,37.962]}}, -{"f":"doohtml-keyed","b":"09_clear1k_x8","v":{"total":[14.493,14.724,14.476,15.629,14.298,14.631,13.483,13.849,13.879,13.284,14.8,14.107,14.323,13.796,14.648],"script":[12.328,11.913,12.011,13.262,12.383,12.462,11.628,11.63,12.159,11.953,12.424,12.147,11.907,11.391,12.202],"paint":[2.081,2.19,2.386,1.583,1.04,1.657,1.169,2.131,1.368,1.238,1.45,1.84,2.317,2.302,2.339]}}, -{"f":"doohtml-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5264158248901367]}}, -{"f":"doohtml-keyed","b":"22_run-memory","v":{"DEFAULT":[2.018625259399414]}}, -{"f":"doohtml-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.065249443054199]}}, -{"f":"doohtml-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6331205368041992]}}, -{"f":"doohtml-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.291958808898926]}}, -{"f":"doohtml-keyed","b":"31_startup-ci","v":{"DEFAULT":[2028.19]}}, -{"f":"doohtml-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.764]}}, -{"f":"doohtml-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[152.42799999999997]}}, +{"f":"dominator-v0.5.0-keyed","b":"43_first-paint","v":{"DEFAULT":[223.6]}}, +{"f":"doohtml-keyed","b":"01_run1k","v":{"total":[39.644,38.983,38.409,39.008,39.587,39.527,37.862,37.208,39.578,37.296,37.369,38.074,39.815,37.762,39.51],"script":[2.325,2.368,2.308,2.396,2.372,2.364,2.357,2.433,2.398,2.304,2.387,2.394,2.333,2.293,2.359],"paint":[36.85,36.057,35.669,36.218,36.566,36.624,34.824,34.08,36.801,34.597,34.571,35.25,37.032,34.867,36.48]}}, +{"f":"doohtml-keyed","b":"02_replace1k","v":{"total":[42.947,44.532,42.766,43.334,42.273,42.741,42.701,41.957,43.214,42.825,42.811,44.03,43.715,44.072,43.199],"script":[5.1,5.272,5.223,5.292,5.143,5.129,5.07,5.153,5.213,5.171,5.222,5.198,5.3,5.244,5.236],"paint":[37.135,38.784,37.095,37.333,36.417,37.147,37.15,36.363,37.525,37.173,37.099,38.376,37.8,38.112,37.238]}}, +{"f":"doohtml-keyed","b":"03_update10th1k_x16","v":{"total":[18.078,18.154,18.92,18.231,17.472,21.893,19.521,18.428,18.243,17.788,18.318,17.824,17.73,19.685,18.414],"script":[1.21,0.692,0.854,0.967,0.198,0.602,0.955,0.916,1.345,0.937,0.837,0.964,0.893,0.994,1.179],"paint":[15.346,16.051,16.429,15.944,15.901,17.858,16.395,16.097,16.173,15.254,16.079,15.875,15.451,17.29,15.158]}}, +{"f":"doohtml-keyed","b":"04_select1k","v":{"total":[2.937,4.01,2.799,3.552,4.339,2.811,3.434,3.829,3.245,3.597,4.024,3.265,3.263,3.296,2.532,3.087,3.968,4.693,2.508,3.347,3.432,2.92,2.942,2.991,2.942],"script":[0.059,0.055,0.075,0.084,0.096,0.887,0.053,0.077,0.734,0.064,0.07,0.062,0.063,0.786,0.063,0.066,0.078,0.066,0.072,0.841,0.076,0.064,0.067,0.054,0.067],"paint":[2.03,3.075,1.908,2.904,3.091,1.464,2.45,3.506,2.347,2.349,2.313,1.854,1.598,1.679,1.958,2.863,3.635,3.477,2.293,1.365,1.728,2.347,2.016,2.293,2.705]}}, +{"f":"doohtml-keyed","b":"05_swap1k","v":{"total":[21.732,21.45,20.802,21.153,20.593,21.089,20.73,20.726,20.632,20.324,20.393,20.614,20.429,21.7,20.136],"script":[0.093,0.079,0.084,0.081,0.069,0.079,0.856,0.862,0.081,0.086,0.072,0.085,0.078,0.077,0.08],"paint":[20.274,19.802,18.825,19.751,18.767,18.48,17.956,18.866,19.027,18.458,18.11,18.889,18.488,19.471,19.124]}}, +{"f":"doohtml-keyed","b":"06_remove-one-1k","v":{"total":[17.918,16.696,17.071,17.895,16.524,17.114,17.471,17.56,17.106,17.137,16.124,16.538,16.867,18.043,16.65],"script":[0.472,0.091,0.455,0.09,0.286,0.308,0.45,0.086,0.075,0.094,0.106,0.109,0.467,0.225,0.189],"paint":[16.095,15.785,15.823,16.658,15.463,15.556,15.7,16.568,15.694,16.113,15.266,15.634,15.597,16.74,15.559]}}, +{"f":"doohtml-keyed","b":"07_create10k","v":{"total":[394.638,396.597,399.39,398.314,390.835,394.752,394.213,391.685,395.355,405.909,393.1,390.677,392.806,399.181,396.497],"script":[24.816,24.661,25.173,24.845,25.422,24.923,24.724,24.724,25.331,24.4,25.218,25.475,24.874,25.099,25.553],"paint":[362.303,364.271,366.809,366.062,357.661,362.438,361.881,359.428,362.635,373.784,360.44,357.783,360.19,366.407,363.557]}}, +{"f":"doohtml-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.306,44.453,44.687,42.945,44.162,44.589,43.697,44.743,42.395,44.769,43.846,44.224,44.429,43.336,44.903],"script":[2.342,2.365,2.342,2.334,2.261,2.327,2.255,2.241,2.254,2.361,2.24,2.328,2.322,2.344,2.291],"paint":[41.065,41.228,41.385,39.684,40.842,41.307,40.423,41.192,39.27,41.201,40.469,40.937,40.911,39.879,41.394]}}, +{"f":"doohtml-keyed","b":"09_clear1k_x8","v":{"total":[13.531,14.382,14.038,13.869,14.891,13.562,14.133,14.404,14.188,14.504,13.837,14.19,14.414,14.025,14.181],"script":[11.611,11.659,11.78,11.827,12.154,11.628,11.624,11.876,11.969,11.81,11.324,11.934,12.247,11.744,12.144],"paint":[1.798,1.812,1.126,1.931,2.269,1.844,2.418,2.445,2.114,2.607,1.592,2.174,0.827,0.409,1.135]}}, +{"f":"doohtml-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.504063606262207]}}, +{"f":"doohtml-keyed","b":"22_run-memory","v":{"DEFAULT":[1.710984230041504]}}, +{"f":"doohtml-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.7070751190185547]}}, +{"f":"doohtml-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6770563125610352]}}, +{"f":"doohtml-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[12.159286499023438]}}, +{"f":"doohtml-keyed","b":"31_startup-ci","v":{"DEFAULT":[2027.5134999999998]}}, +{"f":"doohtml-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.508]}}, +{"f":"doohtml-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.58]}}, {"f":"doohtml-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[154.9521484375]}}, {"f":"doohtml-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.375]}}, {"f":"doohtml-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.951171875]}}, -{"f":"doohtml-keyed","b":"43_first-paint","v":{"DEFAULT":[63]}}, -{"f":"doohtml-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63]}}, -{"f":"doohtml-dom-keyed","b":"01_run1k","v":{"total":[37.975,39.329,40.6,38.206,38.438,38.207,39.176,38.232,39.642,40.806,40.298,40.924,37.523,40.25,38.255],"script":[2.56,2.594,2.299,2.735,2.669,2.655,2.629,2.498,2.614,2.696,2.327,2.562,2.463,2.566,2.465],"paint":[34.958,36.168,37.867,35.003,35.132,35.093,35.817,35.257,36.548,37.516,37.237,37.83,34.442,37.183,35.309]}}, -{"f":"doohtml-dom-keyed","b":"02_replace1k","v":{"total":[39.209,38.443,37.918,39.662,40.048,37.747,38.234,37.317,38.217,38.549,40.571,38.607,38.152,39.418,38.018],"script":[5.117,5.086,4.958,5.144,5.195,5.028,5.077,4.899,5.053,5.258,5.19,5.193,5.119,5.113,4.972],"paint":[33.547,32.892,32.533,34.103,34.145,31.99,32.717,31.984,32.723,32.847,34.919,33.02,32.652,33.626,32.597]}}, -{"f":"doohtml-dom-keyed","b":"03_update10th1k_x16","v":{"total":[17.563,17.726,20.482,18.714,18.547,18.171,18.234,18.958,18.875,17.964,19.336,19.045,18.097,19.604,18.115],"script":[0.856,0.629,1.191,0.635,0.905,0.978,1.391,1.114,1.35,0.974,0.216,0.9,1.152,0.868,0.931],"paint":[15.005,15.923,16.981,16.698,14.494,15.486,15.454,16.062,16.071,15.465,17.134,16.18,14.988,16.955,15.537]}}, -{"f":"doohtml-dom-keyed","b":"04_select1k","v":{"total":[3.481,3.17,4.429,3.136,2.786,3.652,3.138,3.278,3.563,3.501,3.176,2.445,2.771,3.254,3.09,3.384,2.679,2.904,2.298,2.959,2.814,3.271,3.016,3.094,2.273],"script":[0.75,0.049,0.049,0.207,0.773,0.055,0.81,0.059,0.052,0.076,0.061,0.172,0.055,0.833,0.062,0.907,0.058,0.058,0.059,0.067,0.398,0.065,0.063,0.068,0.06],"paint":[1.822,2.958,3.82,1.996,1.145,2.689,1.393,2.648,3.372,3.16,1.841,1.475,2.601,1.372,1.857,2.343,1.379,2.753,2.142,2.36,2.316,2.089,1.814,2.455,1.212]}}, -{"f":"doohtml-dom-keyed","b":"05_swap1k","v":{"total":[20.897,21.185,22.046,20.71,20.963,21.336,21.825,20.222,21.348,21.584,21.475,21.396,22.796,21.679,21.407],"script":[0.089,0.089,0.082,0.49,0.081,0.089,0.748,0.085,0.083,0.704,0.081,0.818,0.076,0.098,0.082],"paint":[19.194,19.357,19.28,18.893,19.561,19.779,19.986,17.867,19.688,18.473,20.289,19.55,21.07,20.064,19.787]}}, -{"f":"doohtml-dom-keyed","b":"06_remove-one-1k","v":{"total":[17.859,16.509,17.198,16.593,16.823,16.789,16.66,17.583,17.181,16.629,16.558,17.534,17.851,17.755,17.591],"script":[0.245,0.09,0.438,0.376,0.274,0.23,0.078,0.296,0.261,0.483,0.482,0.084,0.236,0.078,0.239],"paint":[16.151,15.578,15.962,14.408,15.437,15.819,15.634,16.438,16.036,15.325,14.974,15.873,16.363,16.778,16.106]}}, -{"f":"doohtml-dom-keyed","b":"07_create10k","v":{"total":[402.602,404.954,399.504,406.407,410.062,405.747,401.593,403.825,404.236,400.152,404.829,411.799,395.717,413.89,401.759],"script":[26.94,27.375,27.585,27.255,28.239,27.763,26.548,27.177,26.805,27.247,26.721,25.961,26.711,27.509,26.419],"paint":[367.58,369.527,363.81,371.553,373.895,370.27,367.544,368.684,369.772,365.429,370.54,378.305,361.281,378.706,367.829]}}, -{"f":"doohtml-dom-keyed","b":"08_create1k-after1k_x2","v":{"total":[40.627,40.904,41.646,39.891,41.632,41.018,41.774,40.834,41.641,41.012,40.864,43.331,42.283,39.986,41.879],"script":[2.464,2.59,2.507,2.465,2.519,2.507,2.536,2.461,2.49,2.564,2.441,2.622,2.621,2.518,2.545],"paint":[37.327,37.507,38.311,36.603,38.222,37.273,38.322,37.481,38.197,37.243,37.267,39.778,38.743,36.688,38.143]}}, -{"f":"doohtml-dom-keyed","b":"09_clear1k_x8","v":{"total":[12.924,12.151,12.615,13.275,13.821,13.346,13.016,13.386,13.064,13.212,12.68,13.471,12.33,12.294,12.624],"script":[11.09,10.531,10.648,11.242,11.59,11.03,10.623,11.082,10.68,10.478,9.947,11.404,10.771,10.595,11.043],"paint":[1.749,1.516,1.341,1.927,1.568,1.163,2.315,1.168,1.914,2.64,1.933,1.077,1.199,0.798,0.848]}}, -{"f":"doohtml-dom-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5131063461303711]}}, -{"f":"doohtml-dom-keyed","b":"22_run-memory","v":{"DEFAULT":[1.9420814514160156]}}, -{"f":"doohtml-dom-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.0153255462646484]}}, -{"f":"doohtml-dom-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6463327407836914]}}, -{"f":"doohtml-dom-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.28668212890625]}}, -{"f":"doohtml-dom-keyed","b":"31_startup-ci","v":{"DEFAULT":[2028.6740000000002]}}, -{"f":"doohtml-dom-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.735999999999999]}}, -{"f":"doohtml-dom-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[151.77199999999996]}}, +{"f":"doohtml-keyed","b":"43_first-paint","v":{"DEFAULT":[63.1]}}, +{"f":"doohtml-dom-keyed","b":"01_run1k","v":{"total":[38.24,38.335,37.856,38.662,38.833,38.503,37.842,38.134,37.499,38.739,38.083,38.775,38.524,38.893,39.172],"script":[2.3,2.434,2.278,2.371,2.379,2.417,2.313,2.344,2.34,2.396,2.212,2.494,2.45,2.48,2.415],"paint":[35.545,35.263,35.167,35.861,36.022,35.652,34.827,35.108,34.693,35.626,35.229,35.645,35.601,35.984,36.303]}}, +{"f":"doohtml-dom-keyed","b":"02_replace1k","v":{"total":[42.113,41.684,41.254,42.16,41.948,42.379,42.054,42.941,42.335,43.081,42.322,42.046,42.434,41.158,41.249],"script":[4.806,5.148,4.776,4.942,4.8,4.855,4.659,4.672,4.987,4.916,4.915,4.864,5.075,4.906,4.75],"paint":[36.673,35.781,35.901,36.475,36.699,36.881,36.673,37.809,36.708,37.457,36.75,36.601,36.624,35.526,35.765]}}, +{"f":"doohtml-dom-keyed","b":"03_update10th1k_x16","v":{"total":[18.68,17.58,18.08,17.9,18.649,18.938,18.895,17.831,18.095,17.768,18.421,17.89,17.523,19.434,18.453],"script":[0.895,0.904,1.068,0.888,1.001,1.115,0.854,0.894,1.169,0.537,1.009,0.912,0.841,1.323,1.086],"paint":[16.52,14.331,14.517,15.17,15.314,16.188,16.34,15.386,15.005,15.198,15.629,15.375,15.129,15.702,14.999]}}, +{"f":"doohtml-dom-keyed","b":"04_select1k","v":{"total":[2.989,3.626,3.694,3.383,4.017,3.665,2.946,3.532,3.06,2.539,2.834,3.338,3.059,3.755,3.753,3.279,2.612,3.23,2.776,2.555,3.744,3.999,3.465,3.346,3.207],"script":[0.506,0.055,0.983,0.666,0.095,0.237,0.061,0.075,0.748,0.06,0.062,0.061,0.509,0.084,0.908,0.079,0.061,0.047,0.072,0.063,0.615,0.638,0.063,0.904,0.729],"paint":[1.595,3.423,2.59,2.016,2.672,2.543,1.821,2.088,1.307,1.567,1.916,3.139,1.726,3.084,2.598,1.991,1.711,2.335,2.55,1.675,2.752,2.53,2.03,2.327,2.352]}}, +{"f":"doohtml-dom-keyed","b":"05_swap1k","v":{"total":[21.569,20.343,21.405,20.837,21.093,22.03,21.909,20.019,22.63,21.325,20.881,20.409,21.408,20.796,21.739],"script":[0.08,0.08,0.845,0.088,0.74,0.906,0.078,0.086,0.083,0.562,0.074,0.074,0.408,0.079,0.075],"paint":[20.038,17.925,19.382,19.078,19.098,18.937,19.979,18.988,20.972,19.1,19.707,18.987,19.436,19.035,20.143]}}, +{"f":"doohtml-dom-keyed","b":"06_remove-one-1k","v":{"total":[17.141,16.471,17.243,16.526,17.136,16.723,17.949,16.719,16.714,16.83,17.672,17.701,16.471,16.091,17.424],"script":[0.091,0.102,0.467,0.422,0.094,0.08,0.097,0.417,0.097,0.252,0.077,0.083,0.419,0.095,0.481],"paint":[15.342,14.99,15.793,15.255,15.964,16.145,16.285,15.244,15.832,15.333,16.311,16.299,15.255,14.891,15.396]}}, +{"f":"doohtml-dom-keyed","b":"07_create10k","v":{"total":[393.135,391.73,394.912,398.696,393.49,392.724,392.853,395.179,392.572,392.668,391.561,392.002,395.381,389.882,393.694],"script":[24.93,24.982,25.203,25.179,25.187,25.54,24.739,23.738,26.177,25.54,25.126,24.386,26.336,25.31,25.314],"paint":[360.763,359.263,362.055,365.838,360.05,359.412,360.781,363.578,358.92,359.559,359.038,359.864,361.408,357.217,360.988]}}, +{"f":"doohtml-dom-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.549,43.933,43.957,43.064,43.73,44.081,44.317,43.572,43.084,41.877,43.831,44.308,42.995,43.394,43.836],"script":[2.294,2.371,2.369,2.351,2.364,2.334,2.356,2.381,2.318,2.311,2.378,2.348,2.309,2.382,2.32],"paint":[40.298,40.362,40.64,39.825,40.188,40.824,41.008,40.027,39.852,38.608,40.518,41.051,39.723,40.055,40.597]}}, +{"f":"doohtml-dom-keyed","b":"09_clear1k_x8","v":{"total":[12.492,11.809,12.837,12.766,12.977,13.246,12.83,12.544,12.568,12.756,12.842,12.843,12.236,11.787,12.896],"script":[10.947,10.369,10.455,10.34,10.48,10.545,10.278,10.396,10.394,11.086,10.369,10.885,10.68,10.353,10.651],"paint":[1.459,0.777,2.282,1.862,1.939,1.984,1.536,2.062,1.593,0.737,2.367,1.2,1.471,0.379,2.125]}}, +{"f":"doohtml-dom-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5141897201538086]}}, +{"f":"doohtml-dom-keyed","b":"22_run-memory","v":{"DEFAULT":[1.7036828994750977]}}, +{"f":"doohtml-dom-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.7178077697753906]}}, +{"f":"doohtml-dom-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6051626205444336]}}, +{"f":"doohtml-dom-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[12.111227035522461]}}, +{"f":"doohtml-dom-keyed","b":"31_startup-ci","v":{"DEFAULT":[2027.596]}}, +{"f":"doohtml-dom-keyed","b":"32_startup-bt","v":{"DEFAULT":[33.888]}}, +{"f":"doohtml-dom-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[175.12399999999994]}}, {"f":"doohtml-dom-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[154.869140625]}}, {"f":"doohtml-dom-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.2919921875]}}, {"f":"doohtml-dom-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.943359375]}}, -{"f":"doohtml-dom-keyed","b":"43_first-paint","v":{"DEFAULT":[77.3]}}, -{"f":"doohtml-dom-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[77.3]}}, -{"f":"doz-v5-preview-keyed","b":"01_run1k","v":{"total":[58.554,55.869,56.239,56.14,56.115,58.795,58.614,54.811,56.001,56.099,54.523,56.365,61.073,57.631,56.037],"script":[22.415,22.281,22.4,22.403,22.427,22.428,22.423,21.94,22.327,22.061,21.787,22.387,22.317,22.447,22.328],"paint":[35.438,33.133,33.381,33.279,33.216,35.829,35.47,32.459,33.229,33.517,32.312,33.279,38.252,34.741,33.254]}}, -{"f":"doz-v5-preview-keyed","b":"02_replace1k","v":{"total":[61.665,58.201,57.347,57.949,61.35,58.511,58.108,56.594,57.108,58.468,61.082,58.183,57.364,57.997,57.267],"script":[24.733,24.009,23.972,24.206,24.161,23.657,24.361,23.385,23.532,24.367,23.474,24.341,24.094,23.891,23.585],"paint":[36.468,33.433,32.884,33.036,36.682,34.126,33.286,32.746,33.107,33.644,37.144,33.146,32.845,33.376,33.132]}}, -{"f":"doz-v5-preview-keyed","b":"03_update10th1k_x16","v":{"total":[30.2,29.859,28.853,31.793,32.321,30.703,32.252,29.507,29.873,28.893,31.783,30.245,29.98,29.127,29.881],"script":[10.291,10.487,9.845,11.456,10.723,9.391,11.988,10.44,11.407,11.134,10.655,11.018,10.459,10.65,10.589],"paint":[17.712,17.031,17.49,18.06,19.441,18.469,18.614,16.968,16.739,16.174,17.928,17.894,16.866,16.15,16.932]}}, -{"f":"doz-v5-preview-keyed","b":"04_select1k","v":{"total":[9.771,8.965,8.34,8.77,10.413,9.369,9.306,10.649,9.92,9.6,10.898,8.912,9.383,9.491,8.872,9.31,10.145,9.516,9.606,9.221,9.387,10.138,9.584,9.289,9.356],"script":[6.674,6.498,5.352,6.145,6.378,6.474,6.904,6.627,6.711,6.785,6.931,5.647,6.185,6.017,5.774,6.295,5.98,5.964,6.418,5.997,6.282,6.665,6.739,6.506,6.687],"paint":[2.467,1.908,2.821,0.958,2.872,2.742,1.454,2.796,1.973,2.639,2.846,3.136,2.326,2.789,1.948,2.205,2.955,2.991,1.991,2.063,2.003,1.707,1.83,2.604,2.513]}}, -{"f":"doz-v5-preview-keyed","b":"05_swap1k","v":{"total":[27.985,28.253,28.552,28,29.371,29.899,27.726,28.599,27.644,28.11,27.766,29.131,27.883,27.757,31.085],"script":[6.621,6.598,6.875,6.358,6.676,6.809,5.847,6.408,6.614,6.625,6.237,6.438,6.425,6.136,7.066],"paint":[19.532,19.583,20.175,19.992,20.258,20.731,20.699,19.685,19.58,19.414,19.806,21.081,20.042,18.997,22.021]}}, -{"f":"doz-v5-preview-keyed","b":"06_remove-one-1k","v":{"total":[22.773,22.629,23.22,22.546,22.404,22.538,23.755,22.344,23.011,22.789,22.339,23.487,22.742,22.429,22.147],"script":[5.565,5.572,5.534,5.51,5.46,5.496,5.818,5.227,5.525,5.547,5.33,5.603,5.538,5.226,5.279],"paint":[16.349,16.254,16.334,15.903,15.834,15.531,16.743,16.27,16.453,16.354,16.107,16.481,15.799,16.426,15.678]}}, -{"f":"doz-v5-preview-keyed","b":"07_create10k","v":{"total":[706.119,712.033,710.431,708.49,700.848,704.55,690.115,702.679,718.645,709.546,704.438,704.443,712.554,711.304,708.026],"script":[315.921,318.845,320.681,316.583,314.095,317.163,306.627,316.383,311.154,309.645,317.266,311.24,320.596,310.052,308.563],"paint":[382.17,385.413,382.235,384.367,379.004,378.845,375.473,378.754,398.921,392.139,379.825,385.787,384.2,393.674,391.847]}}, -{"f":"doz-v5-preview-keyed","b":"08_create1k-after1k_x2","v":{"total":[111.283,108.474,109.833,107.024,108.185,110.481,111.421,109.29,108.473,108.473,108.999,109.786,110.845,108.689,108.357],"script":[41.969,40.59,40.855,39.919,40.915,41.441,41.455,40.757,41.324,40.137,39.904,40.97,41.084,40.161,39.609],"paint":[68.073,66.95,68.111,65.8,66.359,68.08,68.618,67.591,66.178,67.444,68.082,67.835,68.765,67.664,67.878]}}, -{"f":"doz-v5-preview-keyed","b":"09_clear1k_x8","v":{"total":[18.602,17.468,18.034,18.111,17.059,18.383,17.855,17.191,18.78,17.557,18.097,17.486,17.265,17.037,20.855],"script":[15.342,15.526,15.725,15.822,14.83,15.654,15.877,14.779,16.633,15.243,16.039,15.28,14.443,14.434,17.755],"paint":[2.054,1.842,1.438,1.128,2.121,2.316,1.833,2.318,1.187,2.216,1.043,1.532,1.997,2.504,2.01]}}, -{"f":"doz-v5-preview-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7632675170898438]}}, -{"f":"doz-v5-preview-keyed","b":"22_run-memory","v":{"DEFAULT":[4.703592300415039]}}, -{"f":"doz-v5-preview-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.419979095458984]}}, -{"f":"doz-v5-preview-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.818495750427246]}}, -{"f":"doz-v5-preview-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.013511657714844]}}, -{"f":"doz-v5-preview-keyed","b":"31_startup-ci","v":{"DEFAULT":[2177.065]}}, -{"f":"doz-v5-preview-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.056000000000001]}}, -{"f":"doz-v5-preview-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.7040000000001]}}, +{"f":"doohtml-dom-keyed","b":"43_first-paint","v":{"DEFAULT":[62.8]}}, +{"f":"doz-v5-preview-keyed","b":"01_run1k","v":{"total":[57.545,57.915,57.703,57.392,58.351,60.543,58.653,58.124,57.353,57.899,59.68,56.826,59.275,58.133,57.735],"script":[22.414,23.071,22.914,22.501,23.371,23.309,23.28,23.047,22.653,22.769,23.274,22.478,23.015,23.508,22.9],"paint":[34.724,34.41,34.115,34.435,34.275,36.611,34.901,34.68,34.318,34.685,35.95,33.93,35.87,34.203,34.432]}}, +{"f":"doz-v5-preview-keyed","b":"02_replace1k","v":{"total":[66.234,65.971,66.377,65.949,67.2,65.73,66.43,66.461,66.052,66.02,65.827,66.35,66.102,66.812,65.542],"script":[27.71,27.715,28.206,27.74,28.015,27.67,27.793,27.95,27.815,27.702,27.721,27.754,27.661,27.649,27.486],"paint":[38.117,37.778,37.471,37.538,38.508,37.562,38.155,38.045,37.799,37.582,37.673,38.082,37.991,38.666,37.383]}}, +{"f":"doz-v5-preview-keyed","b":"03_update10th1k_x16","v":{"total":[31.71,32.069,31.069,31.191,31.184,32.174,31.217,30.984,32.214,30.66,31.298,30.508,32.058,30.776,30.737],"script":[12.634,13.385,12.469,12.098,12.07,11.882,11.232,11.779,11.82,11.543,12.414,11.953,12.969,11.802,12.592],"paint":[16.701,17.008,17.202,16.498,17.157,18.59,17.827,17.001,17.993,17.712,16.983,15.926,17.932,16.758,16.489]}}, +{"f":"doz-v5-preview-keyed","b":"04_select1k","v":{"total":[10.225,9.72,10.069,11.377,9.902,10.158,9.522,9.394,10.351,9.609,10.017,9.911,9.506,10.655,10.511,9.946,9.811,9.413,10.388,9.408,9.89,10.397,9.82,10.172,9.953],"script":[6.646,6.575,7.025,7.46,6.303,6.764,6.136,6.449,6.504,6.574,7.108,6.238,6.091,7.555,6.199,6.864,6.902,6.785,7.028,6.186,6.837,7.094,6.941,6.733,7.296],"paint":[2.852,2.007,2.064,1.904,2.905,2.223,2.51,2.296,2.78,1.717,1.636,2.628,2.716,2.248,2.801,2.291,1.766,1.642,1.969,2.43,2.215,2.189,1.631,2.699,1.773]}}, +{"f":"doz-v5-preview-keyed","b":"05_swap1k","v":{"total":[28.132,29.248,28.23,30.668,28.721,27.904,29.285,28.117,29.593,27.898,27.931,28.439,27.396,28.852,27.626],"script":[6.806,7.43,6.917,7.096,6.917,6.94,6.547,6.966,7.059,6.758,6.705,6.976,6.754,6.785,6.939],"paint":[19.262,20.073,19.938,20.192,19.166,19.311,20.945,19.234,20.694,19.543,19.531,19.722,19.134,20.529,19.173]}}, +{"f":"doz-v5-preview-keyed","b":"06_remove-one-1k","v":{"total":[22.545,23.886,23.406,22.372,23.233,22.667,22.379,24.567,23.06,23.665,22.793,22.692,23.233,23.151,23.154],"script":[5.694,6.074,5.714,5.826,6.166,5.628,5.77,6.179,6.017,5.901,6.004,6.101,5.941,6.051,5.681],"paint":[16.044,16.307,16.778,15.353,16.058,16.23,15.389,17.073,15.82,16.281,15.485,15.791,16.06,15.591,16.191]}}, +{"f":"doz-v5-preview-keyed","b":"07_create10k","v":{"total":[704.344,706.196,714.286,700.869,703.802,708.44,704.952,711.295,697.381,732.638,703.506,705.161,708.505,702.33,701.753],"script":[321.459,325.915,323.346,321.956,320.289,324.723,324.059,324.915,320.07,329.652,324.486,324.567,322.016,322.8,321.233],"paint":[375.143,372.502,383.504,371.438,375.81,376.119,373.357,378.531,369.815,394.836,370.982,373.08,377.808,371.885,373.013]}}, +{"f":"doz-v5-preview-keyed","b":"08_create1k-after1k_x2","v":{"total":[121.634,123.503,120.13,122.065,123.303,121.328,120.917,123.339,121.169,121.428,122.805,121.283,120.993,123.326,121.764],"script":[44.498,45.27,44.553,45.035,44.706,44.641,44.559,46.463,44.862,44.631,45.658,45.088,45.579,45.512,44.993],"paint":[76.179,77.304,74.349,76.095,77.62,75.469,75.389,75.775,75.197,75.704,76.163,75.241,74.461,76.578,75.82]}}, +{"f":"doz-v5-preview-keyed","b":"09_clear1k_x8","v":{"total":[17.341,17.666,17.525,16.847,16.684,17.241,16.508,16.802,16.202,16.65,16.89,17.472,17.68,17.519,17.151],"script":[14.872,14.886,15.752,14.964,14.381,15.293,14.285,13.743,14.625,14.734,14.71,15.776,15.569,15.107,15.23],"paint":[2.366,2.686,0.9,1.066,1.721,1.287,2.119,2.476,1.481,1.14,1.192,1.588,1.993,0.793,1.409]}}, +{"f":"doz-v5-preview-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7267780303955078]}}, +{"f":"doz-v5-preview-keyed","b":"22_run-memory","v":{"DEFAULT":[4.492047309875488]}}, +{"f":"doz-v5-preview-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.205061912536621]}}, +{"f":"doz-v5-preview-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.891900062561035]}}, +{"f":"doz-v5-preview-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.809895515441895]}}, +{"f":"doz-v5-preview-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.3099999999995]}}, +{"f":"doz-v5-preview-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.896]}}, +{"f":"doz-v5-preview-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[166.888]}}, {"f":"doz-v5-preview-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[211.259765625]}}, {"f":"doz-v5-preview-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[72.984375]}}, {"f":"doz-v5-preview-keyed","b":"42_size-compressed","v":{"DEFAULT":[19.111328125]}}, -{"f":"doz-v5-preview-keyed","b":"43_first-paint","v":{"DEFAULT":[124.5]}}, -{"f":"doz-v5-preview-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[124.5]}}, -{"f":"ef-js-v0.17.5-keyed","b":"01_run1k","v":{"total":[45.654,48.162,45.778,45.783,47.538,46.607,49.351,49.653,46.919,47.309,46.722,46.621,47.27,46.315,47.287],"script":[10.702,10.777,11.088,11.104,12.07,11.022,12.95,11.657,11.894,11.673,11.421,11.342,11.591,11.233,11.544],"paint":[34.518,36.951,34.2,34.224,34.991,34.975,35.649,37.524,34.549,35.163,34.536,34.796,35.233,34.563,35.328]}}, -{"f":"ef-js-v0.17.5-keyed","b":"02_replace1k","v":{"total":[50.615,47.887,48.084,48.168,46.748,47.752,47.912,47.414,47.557,48.816,47.836,48.237,48.866,48.144,47.369],"script":[14.527,14.255,13.931,14.041,13.917,14.053,14.896,14.111,13.648,15.047,13.922,14.356,14.684,14.045,14.085],"paint":[35.617,33.15,33.714,33.622,32.383,33.242,32.552,32.853,33.509,33.286,33.144,33.156,33.436,33.351,32.794]}}, -{"f":"ef-js-v0.17.5-keyed","b":"03_update10th1k_x16","v":{"total":[18.729,17.561,18.818,19.57,17.713,19.437,17.532,18.201,18.259,18.506,18.153,19.731,18.335,17.834,17.471],"script":[1.067,1.215,1.452,1.271,1.215,1.229,1.047,0.958,0.988,1.025,1.187,1.509,1.21,1.287,1.243],"paint":[14.714,14.522,16.056,16.462,14.606,16.356,14.687,15.918,15.581,14.865,15.295,15.757,14.719,14.514,14.851]}}, -{"f":"ef-js-v0.17.5-keyed","b":"04_select1k","v":{"total":[2.963,3.17,4.153,3.458,4.028,3.069,2.563,4.624,3.351,3.516,3.14,2.481,2.276,3.523,3.122,3.019,2.83,4.374,3.014,3.25,3.483,3.134,3.351,4.161,4.231],"script":[0.11,0.093,0.101,0.105,0.11,0.785,0.106,1.202,0.106,0.122,0.109,0.111,0.383,0.877,1.113,0.544,0.092,1.023,0.849,0.79,0.107,0.112,0.715,0.579,1.125],"paint":[2.343,2.935,1.977,2.159,2.668,0.955,2.013,2.738,3.057,2.351,2.909,1.861,1.784,2.009,1.172,1.604,1.36,1.431,1.356,1.544,2.783,2.104,2.494,3.433,2.163]}}, -{"f":"ef-js-v0.17.5-keyed","b":"05_swap1k","v":{"total":[21.765,21.712,20.76,22.883,21.195,21.429,21.632,21.879,21.587,21.248,23.495,21.044,22.054,21.244,20.761],"script":[1.072,0.551,0.127,0.778,0.138,0.637,0.268,0.817,0.694,0.124,0.786,1.108,0.855,0.286,0.307],"paint":[19.001,18.481,18.956,20.553,19.741,19.666,19.465,19.469,19.906,19.435,21.06,18.281,19.725,19.694,19.535]}}, -{"f":"ef-js-v0.17.5-keyed","b":"06_remove-one-1k","v":{"total":[17.942,16.64,16.27,17.758,17.215,17.264,17.153,17.235,17.168,16.901,16.722,17.155,16.615,16.989,17.25],"script":[0.126,0.115,0.166,0.298,0.225,0.116,0.463,0.114,0.431,0.223,0.145,0.186,0.127,0.117,0.444],"paint":[16.509,15.469,15.079,16.141,16.005,16.148,15.568,16.402,15.679,15.888,15.499,16.124,15.367,16.056,15.357]}}, -{"f":"ef-js-v0.17.5-keyed","b":"07_create10k","v":{"total":[521.155,512.366,505.821,508.312,507.198,507.718,496.321,512.844,504.559,510.514,538.886,512.051,507.485,505.734,498.109],"script":[136.778,139.557,136.009,139.758,138.037,137.571,133.143,139.701,136.5,138.652,142.228,138.677,137.362,136.695,134.215],"paint":[376.516,364.849,362.099,360.762,360.99,362.222,355.138,365.119,359.995,364.133,387.671,365.733,362.168,361.147,356.076]}}, -{"f":"ef-js-v0.17.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.786,48.995,47.326,48.83,47.654,49.798,47.16,47.359,50.965,48.07,49.358,47.674,48.041,48.78,48.076],"script":[9.709,9.865,9.484,9.929,9.481,10.158,9.174,9.203,9.367,9.409,9.993,9.261,9.445,9.432,9.551],"paint":[37.161,37.843,36.941,37.666,37.177,38.652,37.17,37.331,40.369,37.857,38.397,37.467,37.444,38.092,37.286]}}, -{"f":"ef-js-v0.17.5-keyed","b":"09_clear1k_x8","v":{"total":[18.006,18.09,17.634,17.46,17.612,17.443,18.186,17.77,18.846,18.084,16.944,18.39,17.473,18.483,17.764],"script":[16.396,15.877,15.34,15.27,15.195,15.329,15.614,15.343,15.693,15.467,15.022,16.179,15.613,16.084,15.307],"paint":[1.481,1.531,2.193,1.239,2.306,2.024,2.463,2.223,1.871,2.462,1.812,2.107,1.746,2.273,2.354]}}, -{"f":"ef-js-v0.17.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5569801330566406]}}, -{"f":"ef-js-v0.17.5-keyed","b":"22_run-memory","v":{"DEFAULT":[4.7502336502075195]}}, -{"f":"ef-js-v0.17.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.773407936096191]}}, -{"f":"ef-js-v0.17.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9460277557373047]}}, -{"f":"ef-js-v0.17.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.6796875]}}, -{"f":"ef-js-v0.17.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[1950.9299999999998]}}, -{"f":"ef-js-v0.17.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.312000000000001]}}, -{"f":"ef-js-v0.17.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.31199999999998]}}, +{"f":"doz-v5-preview-keyed","b":"43_first-paint","v":{"DEFAULT":[107.6]}}, +{"f":"ef-js-v0.17.5-keyed","b":"01_run1k","v":{"total":[45.955,45.562,45.946,46.086,45.606,50.159,46.448,45.949,47.64,46.748,46.461,46.404,46.131,46.771,45.485],"script":[11.738,11.702,12.101,11.751,11.46,13.902,11.911,11.283,11.13,11.931,12.221,11.493,11.502,11.885,11.313],"paint":[33.829,33.39,33.453,33.93,33.734,35.579,34.132,34.222,36.107,34.415,33.839,34.512,34.235,34.488,33.708]}}, +{"f":"ef-js-v0.17.5-keyed","b":"02_replace1k","v":{"total":[57.113,57.031,57.603,56.108,55.858,56.921,56.288,55.816,57.149,56.162,56.24,56.977,56.748,56.244,55.466],"script":[18.215,18.045,17.948,17.565,17.44,17.567,17.593,17.006,17.815,17.284,16.727,17.97,17.767,17.389,17.166],"paint":[38.395,38.254,39.229,38.075,37.929,38.631,37.967,38.32,38.88,38.157,38.76,38.515,38.557,38.181,37.82]}}, +{"f":"ef-js-v0.17.5-keyed","b":"03_update10th1k_x16","v":{"total":[19.589,18.611,17.807,17.533,18.744,18.32,17.509,20.33,17.862,17.766,19.758,18.091,18.678,20.392,19.059],"script":[1.49,0.963,1.26,0.956,1.035,1.413,0.94,1.525,1.261,0.948,1.62,1.19,1.001,1.76,1.723],"paint":[15.702,15.42,14.447,15.468,15.823,15.458,14.993,16.773,14.428,15.717,16.172,14.889,15.554,17.592,15.709]}}, +{"f":"ef-js-v0.17.5-keyed","b":"04_select1k","v":{"total":[3.544,3.068,3.309,4.022,4.006,3.667,4.318,3.061,3.037,3.344,3.789,3.793,3.222,2.95,4.319,3.248,2.64,2.735,3.286,3.064,3.111,4.465,3.656,3.195,2.836],"script":[0.483,0.478,0.115,1.149,0.109,0.111,0.088,0.267,0.586,0.564,0.109,0.111,0.11,0.1,0.761,0.425,0.1,0.104,0.105,0.448,1.078,0.093,0.088,0.119,0.106],"paint":[1.845,1.657,2.604,1.229,3.643,3.377,3.094,2.09,2.32,2.247,3.039,2.638,2.673,1.922,2.256,2.691,2.301,1.616,2.133,1.456,1.919,3.386,3.434,1.921,1.781]}}, +{"f":"ef-js-v0.17.5-keyed","b":"05_swap1k","v":{"total":[22.618,21.702,21.7,20.9,20.568,22.574,21.621,21.37,20.498,21.645,20.528,20.508,21.335,20.473,21.506],"script":[0.861,0.786,0.997,0.46,0.132,0.129,0.767,0.13,0.904,0.141,0.789,0.639,0.782,0.545,0.129],"paint":[19.548,18.905,18.364,18.275,18.819,20.655,19.317,20.175,17.831,18.764,17.037,18.756,18.473,18.129,19.778]}}, +{"f":"ef-js-v0.17.5-keyed","b":"06_remove-one-1k","v":{"total":[17.245,16.652,17.817,17.185,17.113,17.066,17.169,17.239,17.444,17.059,16.655,16.609,16.973,18.258,17.115],"script":[0.528,0.134,0.107,0.331,0.468,0.465,0.455,0.464,0.438,0.462,0.14,0.132,0.472,0.494,0.215],"paint":[15.447,15.072,16.226,15.624,15.485,15.295,15.49,15.818,15.694,15.553,15.158,15.477,15.495,16.691,15.199]}}, +{"f":"ef-js-v0.17.5-keyed","b":"07_create10k","v":{"total":[522.977,503.013,503.468,501.208,500.592,515.942,516.397,513.37,502.104,519.412,515.815,501.594,500.68,498.672,498.404],"script":[145.122,139.339,138.316,140.576,138.068,142.508,145.788,141.585,141.684,147.266,147.094,140.926,139.606,139.288,139.588],"paint":[369.597,355.848,357.654,352.778,354.858,365.629,363.112,364.09,352.946,364.235,360.041,352.216,353.133,352.096,351.187]}}, +{"f":"ef-js-v0.17.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.78,55.964,56.156,54.507,55.313,57.057,55.604,54.491,56.018,54.868,54.753,56.169,55.709,54.497,55.021],"script":[12.738,12.584,12.434,12.547,12.812,12.968,12.55,12.392,12.279,12.283,12.609,13.159,12.514,12.328,12.806],"paint":[40.814,42.485,42.651,40.992,41.524,42.862,41.774,41.143,42.533,41.589,41.165,41.976,41.959,40.928,41.206]}}, +{"f":"ef-js-v0.17.5-keyed","b":"09_clear1k_x8","v":{"total":[18.334,18.142,16.84,16.996,16.218,16.944,17.354,16.512,16.703,18.139,18.21,17.922,19.042,17.611,16.771],"script":[15.556,15.42,14.859,14.843,14.618,14.712,15.131,14.641,14.37,15.396,15.921,15.38,16.28,15.402,14.618],"paint":[1.883,2.136,1.123,2.009,1.5,2.085,1.677,1.77,2.209,1.893,1.662,1.7,1.702,1.087,1.579]}}, +{"f":"ef-js-v0.17.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5743694305419922]}}, +{"f":"ef-js-v0.17.5-keyed","b":"22_run-memory","v":{"DEFAULT":[4.554145812988281]}}, +{"f":"ef-js-v0.17.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.56320858001709]}}, +{"f":"ef-js-v0.17.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8480100631713867]}}, +{"f":"ef-js-v0.17.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.53434944152832]}}, +{"f":"ef-js-v0.17.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.355]}}, +{"f":"ef-js-v0.17.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.812]}}, +{"f":"ef-js-v0.17.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[151.768]}}, {"f":"ef-js-v0.17.5-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[162.96875]}}, {"f":"ef-js-v0.17.5-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[24.693359375]}}, {"f":"ef-js-v0.17.5-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.1396484375]}}, -{"f":"ef-js-v0.17.5-keyed","b":"43_first-paint","v":{"DEFAULT":[87.3]}}, -{"f":"ef-js-v0.17.5-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[87.3]}}, -{"f":"elm-v0.19.1-3-keyed","b":"01_run1k","v":{"total":[48.157,43.634,44.162,47.148,51.524,47.069,44.788,57.908,44.306,42.938,49.004,50.819,43.412,43.247,44.874],"script":[7.695,7.575,7.53,7.742,7.989,7.798,7.29,8.498,8.13,7.859,7.699,7.946,7.57,7.867,7.691],"paint":[34.405,34.652,34.66,34.657,34.324,34.486,34.429,37.316,35.698,34.471,36.312,34.835,34.838,34.696,35.065]}}, -{"f":"elm-v0.19.1-3-keyed","b":"02_replace1k","v":{"total":[55.406,50.782,51.584,45.489,46.527,55.091,44.624,42.995,50.763,54.121,44.964,46.67,54.181,44.559,47.333],"script":[10.776,10.651,10.94,10.577,10.928,10.895,10.785,9.995,10.778,10.291,10.384,9.953,10.579,10.446,11.1],"paint":[36.419,32.956,33.413,34.438,35.14,32.622,32.683,32.53,33.429,35.299,33.427,36.047,33.404,33.655,35.462]}}, -{"f":"elm-v0.19.1-3-keyed","b":"03_update10th1k_x16","v":{"total":[21.282,21.659,21.413,21.368,23.079,22.538,24.549,21.746,23.323,21.227,24.013,43.085,23.351,22.584,21.341],"script":[4.652,3.685,3.936,4.041,5.184,5.374,4.953,4.719,4.038,4.617,4.541,5.137,4.022,4.63,4.314],"paint":[15.562,16.081,15.332,15.663,15.794,16.002,15.615,15.365,15.787,14.79,16.91,16.55,15.99,14.618,15.191]}}, -{"f":"elm-v0.19.1-3-keyed","b":"04_select1k","v":{"total":[4.818,5.181,5.272,5.95,4.166,4.172,5.266,4.906,4.739,5.586,5.645,6.165,4.696,4.074,5.811,5.758,5.252,4.735,5.384,4.673,4.376,4.625,5.933,4.919,4.728],"script":[2.192,0.989,1.334,2.569,0.858,1.305,2.323,1.045,1.921,2.43,2.216,0.986,2.444,1.55,1.255,2.351,2.051,1.015,1.15,0.375,1.728,1.623,2.118,2.089,1.91],"paint":[2.474,2.126,2.012,2.265,2.305,2.715,1.947,3.304,1.701,1.132,2.715,2.221,2.073,1.626,3.715,1.886,2.054,2.962,2.213,4.112,2.158,1.78,3.16,2.648,2.111]}}, -{"f":"elm-v0.19.1-3-keyed","b":"05_swap1k","v":{"total":[24.304,23.323,24.924,25.519,23.497,24.348,25.386,24.848,23.696,27.57,23.845,23.469,24.193,24.129,23.979],"script":[1.329,1.642,1.59,2.311,1.51,0.844,2.582,2.085,1.637,2.108,1.735,1.142,1.953,1.35,1.753],"paint":[20.694,19.618,21.217,20.038,19.611,21.368,20.683,20.13,19.828,21.69,19.607,20.874,20.073,19.827,21.093]}}, -{"f":"elm-v0.19.1-3-keyed","b":"06_remove-one-1k","v":{"total":[19.441,19.225,19.135,18.511,20.317,17.983,19.5,19.973,19.444,19.109,18.632,19.311,18.082,18.486,20.457],"script":[1.118,1.096,0.781,0.924,0.883,0.478,0.522,0.921,0.777,0.731,0.42,1.029,0.757,0.89,1.073],"paint":[16.861,17.136,16.859,16.39,17.938,15.623,17.042,16.227,16.408,17.092,16.931,17.111,16.161,16.39,16.711]}}, -{"f":"elm-v0.19.1-3-keyed","b":"07_create10k","v":{"total":[489.083,470.794,477.248,493.202,461.466,483.547,466.874,482.129,462.177,468.016,464.442,881.682,480.723,471.371,474.557],"script":[95.138,97.507,95.284,96.861,94.348,97.26,93.319,96.085,94.99,95.342,94.157,96.114,95.867,95.542,97.717],"paint":[376.554,362.701,371.153,380.814,354.053,374.199,363.05,375.4,356.565,362.333,358.643,371.031,375.053,360.619,366.656]}}, -{"f":"elm-v0.19.1-3-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.132,58.097,45.682,45.723,46.974,54.997,54.323,53.547,46.858,47.359,53.821,45.57,53.286,47.086,51.147],"script":[7.582,7.016,7.304,6.51,7.276,6.958,7.502,7.338,6.861,7.095,6.805,7.235,7.248,6.501,7.068],"paint":[39.951,39.585,37.112,38.321,38.2,40.524,39.552,39.076,39.076,38.515,40.25,37.122,39.067,39.696,37.293]}}, -{"f":"elm-v0.19.1-3-keyed","b":"09_clear1k_x8","v":{"total":[16.048,15.806,16.099,15.493,15.373,15.364,15.306,15.606,15.319,14.531,14.837,14.6,15.458,15.565,16.279],"script":[13.673,13.386,14.124,12.687,13.326,11.971,13.258,12.872,12.348,12.589,12.906,12.549,12.416,12.334,13.546],"paint":[2.252,1.355,1.402,2.689,1.113,2.87,1.115,1.882,2.853,1.814,1.81,1.24,2.882,2.199,2.51]}}, -{"f":"elm-v0.19.1-3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5872907638549805]}}, -{"f":"elm-v0.19.1-3-keyed","b":"22_run-memory","v":{"DEFAULT":[3.8651418685913086]}}, -{"f":"elm-v0.19.1-3-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.937655448913574]}}, -{"f":"elm-v0.19.1-3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0425701141357422]}}, -{"f":"elm-v0.19.1-3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.446979522705078]}}, -{"f":"elm-v0.19.1-3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1799999999998]}}, -{"f":"elm-v0.19.1-3-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.663999999999993]}}, -{"f":"elm-v0.19.1-3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.90399999999994]}}, +{"f":"ef-js-v0.17.5-keyed","b":"43_first-paint","v":{"DEFAULT":[64.3]}}, +{"f":"elm-v0.19.1-3-keyed","b":"01_run1k","v":{"total":[54.405,46.507,44.786,53.814,47.91,44.771,55.377,43.151,54.768,43.595,49.204,42.879,45.011,49.335,42.66],"script":[7.513,7.66,7.478,9.562,7.484,7.557,7.752,7.546,7.837,7.952,7.583,7.267,7.39,7.626,7.498],"paint":[36.011,35.437,33.944,34.815,35.519,33.695,36.722,35.087,36.04,34.786,35.355,34.94,34.345,35.359,33.74]}}, +{"f":"elm-v0.19.1-3-keyed","b":"02_replace1k","v":{"total":[50.832,53.114,60.269,56.669,54.91,55.152,56.004,49.802,55.455,56.285,50.76,60.374,51.169,51.042,57.794],"script":[12.9,12.18,12.175,11.963,12.115,11.777,11.912,12.067,12.511,12.056,12.048,12.914,12.443,11.944,11.998],"paint":[37.455,37.409,37.761,37.958,37.383,37.341,37.529,37.241,37.292,37.206,37.033,37.344,37.992,38.121,37.034]}}, +{"f":"elm-v0.19.1-3-keyed","b":"03_update10th1k_x16","v":{"total":[22.877,22.596,21.979,21.476,22.945,24.161,21.87,21.324,22.926,21.837,22.526,50.931,22.626,22.128,22.139],"script":[4.852,3.544,4.63,3.883,3.795,4.596,4.439,4.572,4.748,5.445,4.753,3.873,4.736,4.435,4.784],"paint":[16.084,16.908,15.748,14.647,16.577,15.986,15.809,15.381,17.117,15.651,15.336,16.572,15.508,15.914,16.575]}}, +{"f":"elm-v0.19.1-3-keyed","b":"04_select1k","v":{"total":[5.161,5.437,4.948,7.466,5.141,4.433,5.715,5.292,5.317,5.229,6.619,4.853,5.407,5.469,5.633,5.871,5.898,5.449,4.933,4.374,4.452,4.933,5.196,4.944,5.161],"script":[1.996,2.016,2.184,1.749,1.609,1.459,2.469,1.782,1.832,1.126,1.214,1.377,1.728,2.499,2.722,1.517,2.401,2.364,1.774,1.742,1.63,2.428,2.405,1.207,2.225],"paint":[2,1.994,2.582,1.16,1.913,2.066,1.599,1.769,2.704,2.523,2.708,1.737,1.725,1.932,2.682,2.613,2.229,2.9,1.455,2.455,1.522,1.935,1.554,1.377,2.091]}}, +{"f":"elm-v0.19.1-3-keyed","b":"05_swap1k","v":{"total":[24.083,22.913,23.651,24.602,23.516,23.923,24.137,22.675,22.582,22.799,23.836,23.289,23.541,22.911,22.637],"script":[2.397,2.374,2.119,2.115,1.487,1.514,1.438,1.881,1.375,1.697,2.967,2.78,1.569,1.64,2.819],"paint":[21.158,19.144,18.875,21.308,20.666,20.204,21.175,18.003,18.677,20.252,18.34,19.385,20.215,19.616,17.593]}}, +{"f":"elm-v0.19.1-3-keyed","b":"06_remove-one-1k","v":{"total":[18.839,19.197,21.473,18.993,18.726,18.996,19.483,19.46,18.577,18.923,20.063,19.551,18.807,19.706,18.482],"script":[1.155,1.393,0.787,0.547,0.975,1.149,1.111,1.157,1.076,1.185,0.931,1.157,0.992,0.687,1.182],"paint":[15.601,16.711,17.126,17.029,16.924,16.537,17.472,17.408,16.62,16.145,17.246,16.92,16.361,16.142,16.325]}}, +{"f":"elm-v0.19.1-3-keyed","b":"07_create10k","v":{"total":[475.064,462.191,477.615,459.913,459.732,463.36,467.917,459.043,461.668,459.429,458.902,460.893,463.879,467.746,461.574],"script":[93.031,95.371,100.998,94.513,95.382,97.673,100.63,95.569,97.221,95.197,94.075,94.526,97.957,98.038,98.608],"paint":[370.615,357.596,366.598,355.199,353.294,355.876,356.07,353.318,354.635,354.185,352.492,354.471,355.386,351.326,352.824]}}, +{"f":"elm-v0.19.1-3-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.706,56.413,56.375,50.156,50.915,57.789,57.413,57.593,50.698,56.917,57.779,51.845,51.618,51.701,56.145],"script":[8.533,8.483,8.607,9.18,8.452,8.606,9.312,8.368,8.632,8.517,8.695,8.987,8.459,8.667,9.406],"paint":[41.258,40.925,40.684,40.108,40.392,40.273,40.715,40.767,39.895,41.293,41.642,41.98,40.996,41.701,40.265]}}, +{"f":"elm-v0.19.1-3-keyed","b":"09_clear1k_x8","v":{"total":[16.668,15.564,16.408,14.894,16.348,16.072,15.801,16.019,16.25,15.699,16.72,16.489,15.194,16.048,15.468],"script":[13.595,13.527,13.704,12.007,13.816,12.522,13.44,13.51,13.998,13.975,13.132,13.323,13.272,13.787,13.086],"paint":[2.167,1.916,1.622,1.821,1.468,2.727,1.066,1.587,2.035,1.61,2.517,2.707,1.811,1.631,2.264]}}, +{"f":"elm-v0.19.1-3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5504522323608398]}}, +{"f":"elm-v0.19.1-3-keyed","b":"22_run-memory","v":{"DEFAULT":[3.6518192291259766]}}, +{"f":"elm-v0.19.1-3-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.7259082794189453]}}, +{"f":"elm-v0.19.1-3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9948825836181641]}}, +{"f":"elm-v0.19.1-3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.24665927886963]}}, +{"f":"elm-v0.19.1-3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.315]}}, +{"f":"elm-v0.19.1-3-keyed","b":"32_startup-bt","v":{"DEFAULT":[39.275999999999996]}}, +{"f":"elm-v0.19.1-3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[164.93599999999995]}}, {"f":"elm-v0.19.1-3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[160.7958984375]}}, {"f":"elm-v0.19.1-3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[22.5205078125]}}, {"f":"elm-v0.19.1-3-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.1708984375]}}, -{"f":"elm-v0.19.1-3-keyed","b":"43_first-paint","v":{"DEFAULT":[81.2]}}, -{"f":"elm-v0.19.1-3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[81.2]}}, -{"f":"ember-v5.3.0-keyed","b":"01_run1k","v":{"total":[67.097,72.231,68.592,67.581,65.663,67.121,66.21,67.18,69.68,69.537,68.289,68.906,66.4,70.104,71.067],"script":[31.963,34.341,33.65,32.524,31.388,32.226,32.076,32.275,32.11,32.252,33.47,33.237,32.396,34.895,33.858],"paint":[34.659,37.369,34.472,34.576,33.788,34.441,33.667,34.445,36.915,36.813,34.349,35.127,33.538,34.706,36.571]}}, -{"f":"ember-v5.3.0-keyed","b":"02_replace1k","v":{"total":[86.465,89.773,83.642,83.922,87.93,83.85,82.437,84.029,85.691,84.784,83.982,85.027,85.796,86.707,83.523],"script":[49.27,52.549,48.122,48.296,50.16,48.905,46.919,48.361,49.202,49.251,48.541,49.165,49.894,50.19,48.351],"paint":[36.685,36.596,35.03,35.116,37.318,34.432,35.066,35.153,35.983,35.029,34.937,35.378,35.421,35.974,34.671]}}, -{"f":"ember-v5.3.0-keyed","b":"03_update10th1k_x16","v":{"total":[26.657,26.016,26.558,27.143,24.71,26.994,28.364,25.944,26.855,27.43,27.524,26.527,26.863,31.281,25.898],"script":[8.683,8.54,8.664,8.465,7.621,8.666,8.623,7.845,8.363,9.58,8.763,8.801,8.469,10.156,8.191],"paint":[16.386,15.719,16.721,17.221,14.903,16.23,18.326,16.143,15.63,15.481,17.011,15.65,16.385,18.51,15.79]}}, -{"f":"ember-v5.3.0-keyed","b":"04_select1k","v":{"total":[18.434,18.724,17.357,19.784,19.399,18.37,19.989,18.682,20.308,20.339,19.39,19.46,19.673,19.183,16.942,18.562,19.088,17.713,16.765,18.053,20.012,19.375,17.372,19.49,19.839],"script":[14.738,15.038,14.293,15.349,15.383,14.947,15.421,15.456,15.582,15.98,15.391,15.746,15.666,14.87,13.59,14.966,15.089,14.766,13.497,14.599,15.417,14.885,13.843,15.451,15.936],"paint":[3.43,2.174,2.884,4.186,3.88,2.232,3.167,2.617,3.743,2.893,1.855,2.552,2.218,2.036,3.181,2.476,2.966,2.178,2.028,2.49,4.335,3.424,2.866,2.84,2.128]}}, -{"f":"ember-v5.3.0-keyed","b":"05_swap1k","v":{"total":[33.926,33.277,32.24,32.411,31.165,32.158,31.367,31.705,34.101,32.804,31.449,32.112,32.545,32.31,31.438],"script":[9.738,9.89,9.97,10.133,8.496,9.965,8.374,8.716,10.001,9.716,9.379,8.949,9.185,9.137,9.842],"paint":[22.845,21.445,20.231,20.292,20.76,19.99,21.555,21.86,22.256,21.049,20.417,21.442,21.544,20.966,19.867]}}, -{"f":"ember-v5.3.0-keyed","b":"06_remove-one-1k","v":{"total":[29.224,27.67,27.606,27.164,27.185,28.64,27.263,27.669,28.311,27.397,27.924,27.784,28.236,27.081,28.485],"script":[10.529,9.338,9.359,9.847,9.68,10.121,8.836,10.303,9.807,9.658,9.54,9.389,9.777,9.36,9.878],"paint":[17.31,17.268,16.642,16.537,16.676,17.055,16.996,16.089,17.088,16.398,17.059,17.235,16.702,16.884,17.391]}}, -{"f":"ember-v5.3.0-keyed","b":"07_create10k","v":{"total":[678.72,668.302,671.865,683.498,673.038,678.469,672.467,674.013,669.085,665.592,670.588,669.307,663.025,673.453,663.388],"script":[262.479,256.567,257.41,266.121,261.212,267.049,259.219,262.708,259.774,257.511,264.793,258.04,260.692,260.768,256.989],"paint":[408.148,403.979,406.907,408.983,403.522,403.568,405.284,403.577,400.758,400.384,397.857,403.616,393.85,405.084,398.695]}}, -{"f":"ember-v5.3.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[82.514,85.826,84.048,85.183,84.344,82.551,84.47,82.029,83.402,85.354,83.475,83.074,82.013,86.65,87.594],"script":[42.527,43.066,42.534,43.734,42.933,41.432,42.092,41.18,41.79,43.221,42.181,41.901,40.863,43.576,42.494],"paint":[39.043,41.434,40.532,40.495,40.059,40.163,41.452,39.802,40.717,41.086,40.324,40.189,40.116,41.967,44.044]}}, -{"f":"ember-v5.3.0-keyed","b":"09_clear1k_x8","v":{"total":[31.483,33.589,31.613,31.293,36.059,31.79,30.863,31.312,32.159,32.473,32.607,32.22,32.823,35.049,31.198],"script":[29.447,32.086,29.838,29.745,33.637,30.346,28.781,29.782,29.81,29.932,30.863,30.137,30.604,32.601,29.564],"paint":[1.935,0.418,0.798,1.427,1.951,0.389,1.965,1.145,1.845,1.848,1.271,1.39,1.047,1.317,1.159]}}, -{"f":"ember-v5.3.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[6.708612442016602]}}, -{"f":"ember-v5.3.0-keyed","b":"22_run-memory","v":{"DEFAULT":[13.524823188781738]}}, -{"f":"ember-v5.3.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[13.611784934997559]}}, -{"f":"ember-v5.3.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.072990417480469]}}, -{"f":"ember-v5.3.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[69.58552169799805]}}, -{"f":"ember-v5.3.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[4280.544]}}, -{"f":"ember-v5.3.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[79.16799999999995]}}, -{"f":"ember-v5.3.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[274.38400000000007]}}, +{"f":"elm-v0.19.1-3-keyed","b":"43_first-paint","v":{"DEFAULT":[63.9]}}, +{"f":"ember-v5.3.0-keyed","b":"01_run1k","v":{"total":[72.539,70.218,69.286,71.734,74.639,73.92,73.856,74.912,72.746,75.302,75.145,70.987,72.298,72.624,69.456],"script":[34.258,33.247,32.814,33.006,35.64,35.314,36.148,35.614,35.176,36.011,36.09,34.451,34.494,35.08,33.433],"paint":[37.775,36.507,36.003,38.211,38.573,37.856,37.219,38.647,37.038,38.837,38.57,36.106,37.322,37.07,35.571]}}, +{"f":"ember-v5.3.0-keyed","b":"02_replace1k","v":{"total":[92.429,93.413,92.562,92.65,93.869,93.796,93.518,92.581,93.596,92.106,91.713,94.224,94.291,92.381,93.281],"script":[49.787,51.598,50.037,49.992,51.943,50.681,51.565,50.734,51.688,49.966,49.72,50.998,51.953,50.432,50.922],"paint":[41.925,41.295,41.981,42.153,41.453,42.627,41.428,41.153,41.402,41.413,41.49,42.454,41.812,41.432,41.862]}}, +{"f":"ember-v5.3.0-keyed","b":"03_update10th1k_x16","v":{"total":[26.364,28.983,26.545,27.79,27.213,26.646,26.18,25.917,27.386,29.533,29.337,26.157,26.987,26.813,27.949],"script":[8.92,9.104,9.296,8.407,9.21,8.592,8.483,8.029,9.674,8.776,8.215,8.645,8.902,9.144,8.75],"paint":[16.359,17.59,15.396,17.506,16.358,15.758,15.917,16.326,16.389,18.719,18.209,16.48,15.47,16.059,17.544]}}, +{"f":"ember-v5.3.0-keyed","b":"04_select1k","v":{"total":[21.029,20.53,21.632,20.371,20.254,20.194,22.437,21.195,20.451,20.787,21.01,22.593,20.933,20.323,21.702,21.143,21.52,20.917,19.965,20.863,20.363,21.697,19.804,21.407,21.882],"script":[16.346,16.575,16.225,16.533,16.772,16.288,17.194,16.616,16.611,17.344,16.983,17.476,16.905,16.367,17.172,16.755,17.041,16.908,15.841,16.655,16.283,16.122,15.895,17.353,17.514],"paint":[4.052,2.708,3.25,2.768,2.573,2.335,3.444,4.311,3.126,2.426,2.042,4.167,3.02,3.018,3.528,2.501,2.699,2.896,2.828,3.225,3.155,4.24,3.26,2.769,3.583]}}, +{"f":"ember-v5.3.0-keyed","b":"05_swap1k","v":{"total":[30.909,31.647,32.706,32.317,31.962,33.489,30.663,33.919,33.323,33.32,32.714,31.112,30.675,31.522,34.75],"script":[9.485,9.501,9.49,10.13,9.866,9.94,9.177,10.577,9.824,9.942,9.461,8.434,8.881,9.143,10.547],"paint":[19.56,20.412,20.896,20.203,21.019,22.142,19.859,21.097,21.728,22.36,20.534,20.816,20.653,19.589,21.757]}}, +{"f":"ember-v5.3.0-keyed","b":"06_remove-one-1k","v":{"total":[27.87,27.762,27.736,28.958,27.744,27.723,28.791,27.85,28.071,28.347,28.282,27.585,28.265,28.26,27.801],"script":[10.095,10.03,9.903,9.912,9.964,10.386,9.826,9.965,9.504,9.964,9.88,9.848,10.558,10.042,9.973],"paint":[16.463,16.543,16.391,17.855,16.634,16.175,17.453,16.211,17.15,16.86,17.189,16.833,16.433,16.933,16.615]}}, +{"f":"ember-v5.3.0-keyed","b":"07_create10k","v":{"total":[650.162,662.942,661.235,653.567,656.603,653.275,656.994,649.353,659.72,657.482,658.089,658.073,658.493,649.844,661.39],"script":[254.279,261.131,260.737,254.931,257.569,254.655,258.921,253.083,258.304,257.742,261.272,260.18,261.519,255.897,260.181],"paint":[388.115,393.938,392.73,390.709,391.36,390.889,390.273,388.738,393.582,391.833,388.944,390.395,389.12,385.73,392.348]}}, +{"f":"ember-v5.3.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[89.778,92.171,89.911,92.491,92.216,89.962,91.459,89.054,91.251,88.365,91.546,88.955,90.668,91.183,90.154],"script":[43.24,44.59,43.486,44.389,44.974,42.904,44.708,42.172,44.069,42.28,44.372,42.256,44.11,44.6,43.778],"paint":[45.607,46.298,45.44,47.09,46.236,46.028,45.456,45.827,46.195,45.083,46.168,45.672,45.578,45.344,45.372]}}, +{"f":"ember-v5.3.0-keyed","b":"09_clear1k_x8","v":{"total":[36.166,38.893,33.713,36.943,36.247,35.62,34.205,34.158,35.754,36.163,34.472,35.625,39.907,35.059,36.28],"script":[33.608,36.181,31.416,33.757,33.187,33.147,32.009,31.869,33.091,33.608,32.259,33.174,37.487,33.168,34.067],"paint":[1.22,1.712,1.374,3.043,2.321,2.31,1.51,2.164,1.79,2.378,1.3,2.305,2.253,1.745,2.083]}}, +{"f":"ember-v5.3.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[6.717106819152832]}}, +{"f":"ember-v5.3.0-keyed","b":"22_run-memory","v":{"DEFAULT":[13.278069496154785]}}, +{"f":"ember-v5.3.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[13.403388977050781]}}, +{"f":"ember-v5.3.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.06938362121582]}}, +{"f":"ember-v5.3.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[67.40647888183594]}}, +{"f":"ember-v5.3.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[4282.7385]}}, +{"f":"ember-v5.3.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[92.28399999999993]}}, +{"f":"ember-v5.3.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[294.1920000000003]}}, {"f":"ember-v5.3.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[572.9951171875]}}, {"f":"ember-v5.3.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[433.8291015625]}}, {"f":"ember-v5.3.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[103.8642578125]}}, -{"f":"ember-v5.3.0-keyed","b":"43_first-paint","v":{"DEFAULT":[622.6]}}, -{"f":"ember-v5.3.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[622.6]}}, -{"f":"fntags-v0.3.3-keyed","b":"01_run1k","v":{"total":[48.92,48.714,50.567,49.895,48.371,48.741,48.867,48.39,48.414,48.804,48.837,47.782,49.91,49.358,48.546],"script":[10.23,10.026,8.934,9.838,9.057,10.242,9.906,9.422,9.765,9.889,10.126,10.26,9.844,10.007,10.002],"paint":[38.165,38.257,40.903,39.355,38.798,37.85,38.246,38.463,38.166,38.216,38.285,37.015,39.544,38.657,38.06]}}, -{"f":"fntags-v0.3.3-keyed","b":"02_replace1k","v":{"total":[49.872,49.763,49.744,49.034,51.384,48.122,49.944,49.894,50.735,48.91,48.178,49.584,49.627,50.061,49.512],"script":[14.713,14.784,14.821,14.556,14.071,13.604,13.778,14.59,13.983,14.219,14.076,14.88,15.269,14.167,14.481],"paint":[34.579,34.241,34.463,33.957,36.578,34.034,35.672,34.59,36.27,34.152,33.663,34.247,33.93,35.371,34.554]}}, -{"f":"fntags-v0.3.3-keyed","b":"03_update10th1k_x16","v":{"total":[18.611,18.199,18.85,18.452,19.891,20.086,19.649,18.082,20.582,19.963,21.313,18.11,18.519,20.496,19.88],"script":[0.869,0.887,0.568,0.88,1.193,1.146,1.312,0.837,0.978,1.564,1.651,0.878,1.277,1.212,1.185],"paint":[16.277,15.526,16.417,15.536,15.914,16.998,15.023,15.839,17.349,15.659,17.472,15.293,15.644,17.439,16.463]}}, -{"f":"fntags-v0.3.3-keyed","b":"04_select1k","v":{"total":[4.824,4.314,3.353,2.356,3.011,2.477,2.498,3.626,3.15,2.642,2.907,3.163,2.817,3.064,2.31,2.074,2.793,3.948,2.817,3.466,4.224,2.629,2.514,2.845,3.34],"script":[0.999,0.057,0.671,0.126,0.054,0.587,0.056,0.877,0.951,0.056,0.062,0.849,0.068,0.737,0.053,0.134,0.059,0.694,0.058,0.779,0.045,0.058,0.055,0.049,0.057],"paint":[2.845,3.446,1.867,1.731,2.059,1.351,1.613,2.105,1.313,2.484,1.981,1.589,2.642,2.178,1.338,1.832,2.602,1.898,2.648,1.903,3.135,1.496,1.605,2.609,2.121]}}, -{"f":"fntags-v0.3.3-keyed","b":"05_swap1k","v":{"total":[23.858,23.562,22.614,23.682,22.558,23.114,22.804,22.747,23.936,21.965,22.665,22.721,22.707,24.613,23.058],"script":[0.848,1.648,0.667,0.954,0.31,0.251,0.994,0.605,1.116,0.795,0.895,0.986,0.923,1.184,1.026],"paint":[21.398,19.758,20.689,21.116,19.977,20.668,21.05,20.506,20.582,19.792,19.681,19.538,19.431,20.849,20.136]}}, -{"f":"fntags-v0.3.3-keyed","b":"06_remove-one-1k","v":{"total":[18.321,17.937,18.188,18.399,18.227,18.329,19.083,18.134,18.288,17.806,17.874,18.973,18.579,17.93,18.945],"script":[0.602,0.606,0.918,0.623,0.474,0.688,0.61,0.614,0.614,0.306,0.571,0.666,0.352,0.322,0.587],"paint":[16.851,16.509,16.444,16.189,16.395,16.523,17.052,16.007,16.343,16.72,16.571,17.003,16.839,16.849,17.047]}}, -{"f":"fntags-v0.3.3-keyed","b":"07_create10k","v":{"total":[535.672,526.892,510.778,509.776,509.996,511.615,522.811,509.918,522.843,504.987,506.011,511.647,506.752,498.529,511.026],"script":[122.926,124.443,123.186,122.811,107.471,121.489,123.796,121.723,121.451,119.036,119.211,121.38,122.028,110.942,122.056],"paint":[404.758,394.635,379.628,379.52,394.235,382.234,391.324,380.671,393.458,378.074,378.525,382.171,376.738,380.191,381.178]}}, -{"f":"fntags-v0.3.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.475,48.709,50.773,52.418,51.571,48.707,51.979,49.683,49.169,50.887,49.449,50.698,48.888,53.188,51.044],"script":[8.964,9.108,9.059,9.279,9.577,8.892,9.086,9.166,9.057,9.035,9.22,9.657,9.018,9.729,9.72],"paint":[39.623,38.717,40.76,41.944,40.745,38.878,41.656,39.164,38.838,40.55,39.29,39.816,38.965,42.205,40.399]}}, -{"f":"fntags-v0.3.3-keyed","b":"09_clear1k_x8","v":{"total":[14.031,13.868,13.446,14.262,13.811,13.026,13.267,13.899,13.745,14.404,13.841,14.149,12.88,14.325,13.909],"script":[11.826,11.373,11.327,11.881,11.932,11.605,11.659,11.775,11.237,11.872,12.318,11.664,11.223,12.271,12.03],"paint":[2.088,2.397,2.029,2.289,1.791,0.391,1.496,1.88,2.416,2.297,1.4,2.387,0.388,1.945,1.3]}}, -{"f":"fntags-v0.3.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.48816776275634766]}}, -{"f":"fntags-v0.3.3-keyed","b":"22_run-memory","v":{"DEFAULT":[3.150238037109375]}}, -{"f":"fntags-v0.3.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.193690299987793]}}, -{"f":"fntags-v0.3.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8136863708496094]}}, -{"f":"fntags-v0.3.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.18060302734375]}}, -{"f":"fntags-v0.3.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1953.1844999999998]}}, -{"f":"fntags-v0.3.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.159999999999993]}}, -{"f":"fntags-v0.3.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.24800000000002]}}, +{"f":"ember-v5.3.0-keyed","b":"43_first-paint","v":{"DEFAULT":[580.3]}}, +{"f":"fntags-v0.3.3-keyed","b":"01_run1k","v":{"total":[48.74,48.005,47.925,47.613,47.797,46.423,45.448,47.249,47.639,47.884,47.594,48.051,48.879,46.497,46.812],"script":[11.65,10.692,10.316,10.303,10.75,9.377,9.466,10.514,10.296,10.366,10.243,9.548,10.077,9.597,10.069],"paint":[36.687,36.607,37.164,36.61,36.571,36.385,35.548,35.995,36.853,37.04,36.629,37.799,38.093,36.203,36.27]}}, +{"f":"fntags-v0.3.3-keyed","b":"02_replace1k","v":{"total":[56.129,55.335,55.081,56.169,55.704,55.729,55.482,55.283,56.159,55.949,55.242,56.196,55.142,55.973,54.079],"script":[15.41,16.014,15.081,15.706,15.184,15.562,15.109,16.055,15.834,15.737,15.033,15.568,15.99,15.349,14.931],"paint":[40.207,38.852,39.398,39.932,39.847,39.682,39.888,38.744,39.818,39.521,39.689,39.955,38.681,39.899,38.63]}}, +{"f":"fntags-v0.3.3-keyed","b":"03_update10th1k_x16","v":{"total":[18.602,19.146,19.271,19.03,21.19,20.774,18.354,18.984,19.381,19.714,18.639,19.424,18.18,17.956,19.325],"script":[1.396,1.23,0.914,1.603,1.625,1.209,0.649,1.314,0.878,1.425,1.39,0.936,0.955,1.131,0.918],"paint":[15.365,16.756,16.285,16.008,17.388,17.329,16.641,16.086,16.302,15.868,15.538,16.352,15.772,15.28,16.211]}}, +{"f":"fntags-v0.3.3-keyed","b":"04_select1k","v":{"total":[3.431,3.396,4.273,2.747,3.649,4.289,2.866,3.299,3.354,3.335,2.901,2.4,4.029,4.194,3.507,4.543,3.777,2.784,3.373,3.576,3.427,2.801,3.696,2.555,2.953],"script":[0.076,0.073,0.083,0.54,1.018,0.084,0.068,0.069,0.989,0.779,0.064,0.07,0.748,0.89,0.062,0.045,0.794,0.047,0.837,1.065,0.407,0.066,0.056,0.054,0.555],"paint":[3.195,3.196,4.003,1.314,1.516,3,1.737,2.091,1.681,0.856,1.36,2.196,1.983,2.381,2.526,3.446,1.327,2.265,1.883,2.382,1.791,1.729,3.392,1.536,2.264]}}, +{"f":"fntags-v0.3.3-keyed","b":"05_swap1k","v":{"total":[21.709,21.902,23.321,22.638,22.082,22.32,22.209,22.98,24.399,22.586,22.242,23.602,23.019,22.057,23.621],"script":[1.112,0.656,1.228,1.254,1.395,0.939,0.907,0.599,0.905,1.383,1.222,0.961,1.158,0.862,1.331],"paint":[19.269,19.559,20.776,20.336,19.294,19.463,19.238,20.192,21.992,19.312,19.266,20.641,19.818,19.044,20.022]}}, +{"f":"fntags-v0.3.3-keyed","b":"06_remove-one-1k","v":{"total":[17.878,17.768,18.375,17.548,18.672,19.003,18.29,17.976,18.326,18.404,17.696,19.136,17.791,18.373,17.699],"script":[0.617,0.626,0.606,0.602,0.676,0.657,0.633,0.604,0.631,0.653,0.616,0.506,0.631,0.624,0.61],"paint":[15.692,15.993,16.451,16.181,17.115,16.721,16.678,16.265,16.124,16.553,15.761,17.438,16.379,16.397,16.276]}}, +{"f":"fntags-v0.3.3-keyed","b":"07_create10k","v":{"total":[512.978,506.138,490.138,500.616,498.966,502.552,493.23,492.509,506.373,510.789,501.287,493.616,494.401,501.514,504.954],"script":[115.917,126.028,111.89,126.169,124.933,125.244,111.546,113.366,127.058,125.766,126.781,112.459,114.71,123.533,126.551],"paint":[388.84,372.452,370.456,366.826,366.483,369.773,373.945,371.577,370.878,377.43,367.152,373.714,371.979,369.492,370.761]}}, +{"f":"fntags-v0.3.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.001,58.114,56.619,55.949,56.917,58.599,57.346,55.065,56.155,57.065,57.948,58.853,57.683,57.624,58.196],"script":[11.128,11.755,11.247,10.406,11.663,11.209,11.129,10.489,11.011,11.243,11.491,11.456,11.285,11.874,11.458],"paint":[44.874,45.427,44.134,44.545,44.306,46.119,45.219,43.605,44.176,44.848,45.506,46.19,45.208,44.821,45.65]}}, +{"f":"fntags-v0.3.3-keyed","b":"09_clear1k_x8","v":{"total":[13.448,13.266,13.084,12.865,13.354,13.13,13.217,15.601,13.442,13.451,13.452,13.408,13.856,13.286,14.456],"script":[11.224,11.512,10.965,10.972,11.129,11.309,11.276,13.458,11.508,11.205,11.271,11.063,11.63,11.025,12.04],"paint":[2.038,1.48,2.016,1.065,0.982,1.717,1.393,2.014,1.827,1.917,2.064,1.783,2.125,2.152,2.25]}}, +{"f":"fntags-v0.3.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5077352523803711]}}, +{"f":"fntags-v0.3.3-keyed","b":"22_run-memory","v":{"DEFAULT":[2.9388179779052734]}}, +{"f":"fntags-v0.3.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9860620498657227]}}, +{"f":"fntags-v0.3.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7719535827636719]}}, +{"f":"fntags-v0.3.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.078330039978027]}}, +{"f":"fntags-v0.3.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1953.3604999999998]}}, +{"f":"fntags-v0.3.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[18.463999999999995]}}, +{"f":"fntags-v0.3.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.2]}}, {"f":"fntags-v0.3.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[149.7783203125]}}, {"f":"fntags-v0.3.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.2041015625]}}, {"f":"fntags-v0.3.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.8798828125]}}, -{"f":"fntags-v0.3.3-keyed","b":"43_first-paint","v":{"DEFAULT":[66.8]}}, -{"f":"fntags-v0.3.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[66.8]}}, -{"f":"fre-v2.5.5-keyed","b":"01_run1k","v":{"total":[49.534,50.3,50.191,50.527,53.061,49.976,50.887,50.116,51.015,51.313,51.863,52.532,50.573,50.06,51.842],"script":[14.341,15.012,15.128,16.018,14.851,14.684,15.033,15.179,15.394,14.602,15.546,15.235,15.314,14.438,15.408],"paint":[33.139,33.26,32.854,34.077,35.844,33.269,33.805,32.797,33.458,34.786,33.855,35.073,33.284,33.532,34.036]}}, -{"f":"fre-v2.5.5-keyed","b":"02_replace1k","v":{"total":[58.999,58.301,57.24,58.24,58.288,58.814,58.111,56.716,56.744,57.906,57.581,58.527,58.865,57.845,56.868],"script":[20.266,20.392,22.38,23.402,23.373,22.34,23.123,22.655,22.165,22.422,21.716,23.447,22.969,23.371,22.157],"paint":[36.467,35.227,34.177,34.164,34.187,34.108,34.278,33.478,33.923,34.808,35.077,34.387,35.162,33.896,34.089]}}, -{"f":"fre-v2.5.5-keyed","b":"03_update10th1k_x16","v":{"total":[30.531,30.413,30.649,32.064,28.802,30.802,28.643,30.857,29.867,30.203,30.432,29.719,31.293,29.918,30.856],"script":[10.955,10.421,10.188,10.842,9.487,10.172,9.17,10.931,9.544,10.259,10.174,9.602,10.5,9.174,9.595],"paint":[19.274,19.455,19.68,20.787,18.776,19.817,17.792,19.13,18.998,19.52,18.412,18.751,20.017,20.396,18.837]}}, -{"f":"fre-v2.5.5-keyed","b":"04_select1k","v":{"total":[12.2,8.692,12.899,13.484,13.763,12.321,13.51,9.113,13.998,15.232,12.554,10.829,11.827,8.657,12.805,9.011,14.577,17.273,13.749,12.86,9.107,16.163,9.288,15.049,13.079],"script":[3.158,2.923,4.478,2.981,4.24,3.625,3.302,2.627,2.615,3.291,4.204,3.801,3.746,4.047,3.56,4.333,4.55,3.472,3.388,4.033,3.618,4.413,2.934,3.509,4.436],"paint":[4.176,3.513,3.095,4.908,2.856,3.472,5.198,3.624,5.284,5.331,4.939,3.324,4.789,2.985,3.724,3.757,4.561,5.251,3.947,5.516,3.672,5.115,3.71,3.984,3.644]}}, -{"f":"fre-v2.5.5-keyed","b":"05_swap1k","v":{"total":[48.63,27.596,28.747,49.573,28.454,28.088,49.936,30.037,48.387,28.228,25.069,25.456,28.485,50.288,46.426],"script":[5.398,4.067,4.855,3.691,3.477,4.693,4.698,4.084,4.759,5.381,3.909,4.518,4.45,4.951,4.166],"paint":[22.882,22.896,23.19,25.501,23.11,21.822,24.504,24.864,24.338,20.856,21.032,19.764,23.341,23.372,22.859]}}, -{"f":"fre-v2.5.5-keyed","b":"06_remove-one-1k","v":{"total":[19.508,19.092,21.646,18.944,22.212,21.762,22.713,21.769,23.099,23.324,23.504,20.141,22.822,21.468,20.882],"script":[1.523,1.516,1.821,1.796,1.834,2.117,2.198,1.877,1.859,1.784,1.838,1.893,1.888,1.744,1.878],"paint":[16.066,16.412,17.583,16.069,18.052,17.831,18.292,18.498,18.979,19.406,19.411,16.923,18.474,17.874,17.336]}}, -{"f":"fre-v2.5.5-keyed","b":"07_create10k","v":{"total":[582.41,581.44,579.826,563.283,552.524,574.681,574.269,587.374,574.84,565.892,565.954,577.164,569.392,560.049,580.588],"script":[170.73,167.371,167.853,173.515,172.862,166.837,166.626,167.837,163.691,162.258,167.023,168.245,166.132,173.324,166.561],"paint":[403.713,406.236,402.191,378.545,368.536,394.67,400.05,410.005,401.853,396.168,391.055,399.531,393.732,372.261,399.361]}}, -{"f":"fre-v2.5.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.857,56.975,73.997,57.869,58.815,59.252,60.036,75.183,58.326,58.49,58.005,75.331,59.356,58.874,60.429],"script":[18.124,16.084,18.377,17.983,18.886,18.228,18.758,18.598,18.532,18.817,17.943,16.549,18.513,18.023,18.677],"paint":[38.913,38.379,37.683,39.079,39.223,40.22,40.39,38.375,39.059,38.776,39.324,39.562,40.112,40.117,40.934]}}, -{"f":"fre-v2.5.5-keyed","b":"09_clear1k_x8","v":{"total":[22.448,23.796,22.665,22.31,22.782,23.194,23.171,22.078,23.079,23.51,22.406,22.126,23.022,23.454,23.458],"script":[17.963,19.333,18.128,18.049,17.476,18.42,18.394,17.852,17.916,19.335,18.6,17.898,18.008,18.74,18.802],"paint":[2.275,3.566,2.948,2.634,5.029,3.106,3.29,3.213,4.27,3.155,3.615,2.381,3.758,3.026,3.122]}}, -{"f":"fre-v2.5.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5217304229736328]}}, -{"f":"fre-v2.5.5-keyed","b":"22_run-memory","v":{"DEFAULT":[4.03498649597168]}}, -{"f":"fre-v2.5.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.548744201660156]}}, -{"f":"fre-v2.5.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[16.937342643737793]}}, -{"f":"fre-v2.5.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.62784290313721]}}, -{"f":"fre-v2.5.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.435]}}, -{"f":"fre-v2.5.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.876]}}, -{"f":"fre-v2.5.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.94]}}, +{"f":"fntags-v0.3.3-keyed","b":"43_first-paint","v":{"DEFAULT":[49.9]}}, +{"f":"fre-v2.5.5-keyed","b":"01_run1k","v":{"total":[57.284,56.878,57.443,59.302,60.238,58.178,57.592,58.878,56.844,57.968,57.182,57.518,56.962,58.185,58.953],"script":[18.907,18.7,18.799,19.113,20.191,18.817,19.258,18.944,18.494,18.769,19.029,18.562,18.953,19.217,18.504],"paint":[37.849,37.349,38.166,38.395,39.583,38.12,37.8,39.478,37.861,37.552,37.69,38.465,37.523,38.551,38.521]}}, +{"f":"fre-v2.5.5-keyed","b":"02_replace1k","v":{"total":[67.068,63.916,64.853,64.737,65.801,65.596,66.244,65.742,63.489,63.022,67.565,63.247,64.73,65.073,65.074],"script":[25.089,22.776,24.206,23.029,22.786,23.501,23.759,23.416,23.354,22.866,25.069,23.564,24.504,23.854,23],"paint":[41.286,39.124,39.936,40.38,41.668,40.742,41.413,40.121,39.364,38.877,41.824,38.426,39.531,39.881,40.738]}}, +{"f":"fre-v2.5.5-keyed","b":"03_update10th1k_x16","v":{"total":[30.525,31.166,51.895,30.621,32.172,31.613,30.739,32.888,31.171,33.928,30.198,32.417,32.367,31.292,32.432],"script":[12.443,12.499,11.081,11.74,11.879,12.749,11.258,12.736,11.719,13.17,10.035,12.465,12.733,11.953,11.513],"paint":[16.792,17.649,18.44,17.902,18.652,17.936,18.652,18.694,17.662,17.951,18.954,17.848,17.053,18.179,19.136]}}, +{"f":"fre-v2.5.5-keyed","b":"04_select1k","v":{"total":[13.959,16.114,6.412,9.121,15.346,11.999,10.711,13.916,16.192,15.243,17.727,9.347,13.004,12.983,15.344,10.186,9.495,11.095,14.196,9.903,15.974,14.098,10.261,8.96,13.347],"script":[4.329,4.367,3.22,3.185,3.962,3.384,4.352,3.958,4.208,4.193,5.057,3.483,4.747,4.442,3.574,4.619,5.308,3.505,5.023,3.752,3.921,3.368,4.163,3.626,3.827],"paint":[5.042,4.996,1.896,3.577,2.989,4.283,4.581,4.533,4.074,4.451,4.214,2.91,4.795,3.322,5.18,5.181,2.977,4.43,4.223,4.23,4.376,3.895,3.329,3.462,4.307]}}, +{"f":"fre-v2.5.5-keyed","b":"05_swap1k","v":{"total":[49.78,50.069,28.167,30.068,50.26,52.675,29.198,29.234,30.488,28.645,29.092,28.048,28.368,23.715,25.59],"script":[4.285,4.47,4.039,5.015,4.786,3.893,4.452,4.086,4.887,4.98,4.92,4.389,4.508,4.361,4.779],"paint":[22.895,21.621,22.118,23.68,21.956,25.079,23.041,24.331,25.018,22.566,22.516,22.701,22.1,19.156,20.654]}}, +{"f":"fre-v2.5.5-keyed","b":"06_remove-one-1k","v":{"total":[22.081,21.342,21.924,22.366,19.563,20.308,19.294,21.659,20.457,22.153,22.255,18.715,19.338,22.296,22.17],"script":[2.133,1.832,1.857,1.789,2.21,2.242,2.015,1.62,1.493,2.16,2.175,2.009,2.224,1.847,1.976],"paint":[18.438,17.476,18.553,18.352,16.576,16.567,15.964,17.853,17.167,18.751,18.143,15.352,16.014,18.585,18.162]}}, +{"f":"fre-v2.5.5-keyed","b":"07_create10k","v":{"total":[573.13,570.321,568.05,562.863,559.298,563.95,570.605,562.419,563.895,562.888,561.371,564.194,563.621,562.168,567.589],"script":[174.223,173.769,170.427,170.48,165.004,166.838,172.19,171.262,173.683,168.904,169.577,170.209,170.099,170.664,171.97],"paint":[389.465,386.646,385.486,384.1,380.567,387.185,387.466,381.526,381.293,383.312,381.872,383.47,383.358,381.051,385.298]}}, +{"f":"fre-v2.5.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.692,65.049,85.076,64.994,83.06,64.504,66.837,65.182,63.919,82.955,65.316,65.667,65.876,84.116,67.363],"script":[21.039,21.026,20.954,20.841,20.493,20.077,21.257,21.059,20.755,20.761,20.281,20.943,21.416,20.855,21.568],"paint":[42.863,43.152,44.457,43.354,44.316,43.791,44.073,43.355,42.392,43.519,44.371,43.963,43.694,43.584,44.944]}}, +{"f":"fre-v2.5.5-keyed","b":"09_clear1k_x8","v":{"total":[21.504,22.117,21.265,22.982,21.695,22.468,22.293,21.17,22.664,24.002,22.069,21.23,22.151,22.726,23.865],"script":[17.201,17.785,17.175,18.39,17.576,18.395,18.183,16.429,18.214,18.297,17.533,17.164,17.057,17.723,18.499],"paint":[3.827,3.505,2.139,3.745,2.223,3.48,3.088,3.352,4.243,4.118,3.659,2.388,3.018,3.588,3.764]}}, +{"f":"fre-v2.5.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5649013519287109]}}, +{"f":"fre-v2.5.5-keyed","b":"22_run-memory","v":{"DEFAULT":[3.8160171508789062]}}, +{"f":"fre-v2.5.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.309104919433594]}}, +{"f":"fre-v2.5.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[15.89752197265625]}}, +{"f":"fre-v2.5.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.55821132659912]}}, +{"f":"fre-v2.5.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.785]}}, +{"f":"fre-v2.5.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.948]}}, +{"f":"fre-v2.5.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.26399999999995]}}, {"f":"fre-v2.5.5-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[148.5595703125]}}, {"f":"fre-v2.5.5-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[10.28515625]}}, {"f":"fre-v2.5.5-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.0029296875]}}, -{"f":"fre-v2.5.5-keyed","b":"43_first-paint","v":{"DEFAULT":[53.8]}}, -{"f":"fre-v2.5.5-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[53.8]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"01_run1k","v":{"total":[48.304,49.149,46.907,46.585,47.652,46.004,48.021,48.074,48.355,46.696,47.496,47.08,47.144,47.816,47.102],"script":[12.024,12.461,11.949,12.001,12.359,11.713,12.663,12.053,12.048,12.235,12.344,11.98,12.092,12.363,11.996],"paint":[36.087,36.365,34.765,34.371,34.98,34.109,35.149,35.821,36.101,34.269,34.89,34.91,34.848,35.114,34.901]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"02_replace1k","v":{"total":[53.398,53.61,54.628,52.997,53.845,54.321,53.076,52.273,53.896,54.8,53.851,54.236,54.31,54.212,53.753],"script":[19.673,19.516,19.396,19.679,20.045,19.465,19.547,19.133,20.308,19.386,20.094,19.135,19.185,19.161,19.971],"paint":[33.372,33.664,35.013,33.104,33.603,34.645,33.169,32.932,33.376,35.185,33.569,34.89,34.919,34.845,33.591]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"03_update10th1k_x16","v":{"total":[33.191,29.927,31.512,31.819,30.178,31.434,29.218,32.742,30.63,31.448,32.985,30.8,30.675,31.217,30.935],"script":[12.222,10.579,11.621,11.956,9.885,11.074,10.76,11.522,11.553,11.837,12.136,11.308,10.545,10.29,9.937],"paint":[20.028,17.432,19.035,18.504,20.045,16.967,17.511,19.35,17.408,16.767,19.325,18.375,18.45,19.682,20.218]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"04_select1k","v":{"total":[11.701,11.899,12.614,10.897,10.957,11.404,12.416,14.525,10.577,14.696,10.268,14.393,7.377,16.123,12.138,11.456,10.424,16.152,11.145,12.014,9.913,9.932,10.331,14.957,16.675],"script":[4.14,4.188,4.483,5.181,5.677,4.952,4.609,4.591,5.006,5.256,5.027,4.669,3.876,4.539,4.508,4.72,4.544,5.708,5.593,4.305,4.446,3.92,5.472,5.408,5.867],"paint":[2.894,4.217,4.965,4.091,3.506,5.934,4.959,4.321,4.225,4.089,2.753,4.407,2.109,3.618,4.621,3.791,4.509,3.763,4.403,5.264,3.024,2.339,3.408,4.518,4.908]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"05_swap1k","v":{"total":[43.999,28.938,30.544,28.881,26.072,29.194,29.211,24.627,29.713,24.562,43.489,29.373,46.329,28.112,43.092],"script":[4.444,4.501,4.85,5.106,4.107,4.243,4.548,4.387,4.388,4.91,5.13,4.677,5,4.426,4.603],"paint":[22.24,21.994,23.288,22.853,21.823,24.617,22.223,19.213,23.839,19.164,19.864,24.244,23.142,21.989,22.616]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"06_remove-one-1k","v":{"total":[22.31,19.382,19.093,22.87,19.149,22.217,22.549,19.716,19.568,21.625,23.74,19.655,21.632,21.463,22.335],"script":[2.516,2.64,2.044,2.448,2.049,2.47,2.654,2.492,2.08,2.45,2.437,2.067,2.442,2.245,2.221],"paint":[17.217,15.727,15.736,18.286,16.593,17.795,18.048,16.766,16.141,16.814,19.553,15.849,17.399,17.555,17.344]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"07_create10k","v":{"total":[529.64,506.236,531.508,532.612,523.056,504.105,506.918,502.049,505.105,510.52,497.564,540.987,503.878,504.167,504.22],"script":[129.19,131.135,136.598,130.447,140.029,130.116,130.377,129.835,127.743,129.561,131.997,141.046,130.332,132.19,130.762],"paint":[389.42,368.107,385.129,392.952,371.254,364.416,365.661,362.975,364.898,369.93,355.94,389.817,363.237,364.67,363.588]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.89,52.755,54.17,54.662,52.79,54.192,52.537,53.084,53.608,54.495,52.798,54.456,52.78,52.408,52.893],"script":[15.012,14.763,14.983,14.814,14.842,14.883,14.545,15.145,14.848,14.848,14.765,15.052,15.091,15.136,14.93],"paint":[38.528,37.655,38.844,39.485,37.632,38.813,37.658,37.59,38.441,39.141,37.711,39.087,37.343,36.933,37.617]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"09_clear1k_x8","v":{"total":[34.212,31.743,33.118,32.46,32.609,30.949,33.176,32.418,33.319,31.599,32.884,32.171,32.346,33,32.759],"script":[28.82,27.742,28.627,27.943,28.496,26.206,28.006,27.853,27.821,26.955,27.015,27.467,27.455,27.733,27.891],"paint":[3.855,3.825,4.239,2.149,3.902,3.196,4.321,4.275,3.398,3.801,4.165,3.585,4.527,3.264,3.647]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5672292709350586]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"22_run-memory","v":{"DEFAULT":[5.320191383361816]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.526579856872559]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8908309936523438]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.86894512176514]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.995]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.2]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[135.92800000000003]}}, +{"f":"fre-v2.5.5-keyed","b":"43_first-paint","v":{"DEFAULT":[45.4]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"01_run1k","v":{"total":[46.146,46.791,50.326,48.135,50.633,50.899,47.224,50.314,47.774,50.054,45.394,46.748,49.892,46.094,50.7],"script":[12.098,12.252,14.7,12.658,14.696,15.272,13.197,14.436,12.522,14.811,11.884,12.433,14.607,12.295,14.736],"paint":[33.745,34.334,35.446,35.281,35.751,35.438,33.827,35.686,35.035,35.051,33.262,34.105,35.101,33.618,35.753]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"02_replace1k","v":{"total":[63.636,62.36,62.607,61.933,62.631,61.097,63.756,62.072,63.335,62.806,61.884,63.332,63.022,62.682,62.475],"script":[22.043,23.078,23.028,22.422,23.424,22.386,22.914,23.307,23.933,23.191,22.659,22.737,22.258,23.396,21.87],"paint":[39.694,38.629,39.125,38.932,38.655,38.146,39.722,38.205,38.852,39.028,38.823,39.29,40.182,38.75,39.188]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"03_update10th1k_x16","v":{"total":[31.038,34.078,53.208,31.967,33.029,32.191,30.946,32.424,32.096,54.048,53.051,53.71,30.89,31.096,32.421],"script":[12.762,13.98,12.749,13.145,11.37,12.369,11.968,12.292,12.873,12.565,13.865,11.993,11.831,12.956,13.37],"paint":[17.727,18.619,16.985,17.95,20.276,17.22,18.027,18.584,17.451,18.656,18.487,19.732,18.747,17.051,17.929]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"04_select1k","v":{"total":[12.598,11.029,11.116,10.184,11.093,10.515,12.856,10.421,11.833,9.535,16.657,14.971,10.759,14.483,12.309,8.233,12.334,13.206,8.308,12.268,11.586,14.709,14.249,11.154,10.75],"script":[6.298,4.468,6.38,4.913,5.005,4.807,4.815,4.94,5.762,5.09,5.494,6.195,4.766,5.902,5.404,5.157,4.993,5.671,5.449,6.145,5.213,4.727,4.403,6.069,4.973],"paint":[4.678,4.862,2.816,3.624,3.844,4.039,4.524,4.024,4.324,4.067,4.065,4.713,5.284,4.561,3.976,2.894,4.237,4.927,2.695,4.152,2.938,4.616,4.863,3.033,3.247]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"05_swap1k","v":{"total":[28.293,51.889,29.971,27.86,49.648,48.946,50.486,49.115,25.547,28.2,52.462,25.405,28.393,25.407,29.029],"script":[4.58,4.961,5.107,4.782,5.29,5.473,4.662,5.438,5.336,5.646,4.748,4.311,5.568,4.698,5.378],"paint":[21.567,23.528,22.455,22.428,21.606,21.388,22.883,22.11,19.187,21.453,24.261,19.433,22.527,19.767,22.066]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"06_remove-one-1k","v":{"total":[21.483,21.631,21.012,21.601,18.844,22.211,22.82,22.343,21.273,18.942,21.081,20.792,19.118,22.002,19.177],"script":[2.868,2.208,2.476,2.508,2.492,2.92,2.765,2.486,2.494,2.607,2.493,2.476,2.787,2.417,2.586],"paint":[17.633,17.192,16.688,16.897,15.605,18.256,18.288,17.86,17.595,15.023,17.243,16.231,15.773,17.646,15.863]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"07_create10k","v":{"total":[522.145,500.826,506.318,514.992,493.992,508.957,500.89,490.041,504.039,505.158,493.025,500.569,509.381,510.893,489.236],"script":[140.064,130.799,133.741,142.611,131.428,134.691,137.846,129.138,134.638,140.666,129.957,131.094,143.047,142.095,129.857],"paint":[374.503,361.532,364.736,364.544,355.769,365.864,357.201,350.119,361.964,356.771,352.854,361.537,360.504,361.285,351.185]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.773,81.16,60.775,82.551,59.835,62.253,79.644,59.941,61.303,80.264,60.599,59.352,82.462,81.541,60.239],"script":[17.198,15.925,16.323,16.799,16.36,17.065,15.738,16.872,17.195,16.734,17.225,16.752,17.41,16.481,16.402],"paint":[37.713,42.27,42.732,44.026,42.837,43.321,42.243,42.218,43.56,43.386,42.615,41.991,43.203,42.433,42.397]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"09_clear1k_x8","v":{"total":[32.236,32.339,32.869,31.955,33.453,31.253,34.363,31.892,33.264,32.848,34.111,33.658,34.346,32.898,32.381],"script":[27.763,27.383,29.135,28.454,28.485,27.048,28.708,27.686,28.926,28.569,28.604,28.264,29.73,28.613,28.488],"paint":[4.203,3.878,3.278,2.57,2.876,2.195,4.236,3.648,2.58,4.011,4.284,3.165,3.579,3.061,2.941]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6309661865234375]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"22_run-memory","v":{"DEFAULT":[5.108682632446289]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.250188827514648]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9678802490234375]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[43.73552703857422]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.525]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.075999999999997]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.58000000000007]}}, {"f":"frei-hooks-v1.0.18-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.85546875]}}, {"f":"frei-hooks-v1.0.18-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[15.5810546875]}}, {"f":"frei-hooks-v1.0.18-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.705078125]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"43_first-paint","v":{"DEFAULT":[85.2]}}, -{"f":"frei-hooks-v1.0.18-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[85.2]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"01_run1k","v":{"total":[68.431,68.156,67.616,68.048,66.424,70.789,69.089,68.779,68.013,68.666,67.539,69.974,68.845,67.904,68.134],"script":[33.524,33.746,33.28,33.87,31.948,32.741,33.487,33.327,33.113,33.234,33.229,33.891,34.07,32.904,33.143],"paint":[34.484,33.941,33.965,33.782,34.011,37.62,34.916,34.856,34.4,34.944,33.838,35.537,34.256,34.349,34.369]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"02_replace1k","v":{"total":[81.139,81.907,82.792,77.625,83.105,81.777,82.088,77.771,78.956,80.58,80.252,82.87,83.535,80.997,83.19],"script":[46.221,48.423,46.923,44.927,47.905,47.842,48.313,44.841,45.858,46.492,45.73,46.9,48.009,47.618,49.76],"paint":[34.735,33.306,35.698,32.52,35.011,33.747,33.605,32.749,32.927,33.719,34.191,35.768,35.339,33.214,33.246]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"03_update10th1k_x16","v":{"total":[27.541,26.802,26.527,27.93,26.697,26.042,27.342,26.437,26.582,29.366,25.578,26.884,28.848,26.347,27.222],"script":[7.221,7.252,6.534,7.404,7.088,6.545,7.706,7.664,6.934,7.004,6.361,6.142,7.328,8.021,6.959],"paint":[20.007,19.14,18.829,18.947,16.739,17.719,17.487,16.905,18.386,19.522,18.237,19.701,17.635,16.752,18.172]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"04_select1k","v":{"total":[21.921,21.35,22.292,22.088,21.113,21.671,22.444,20.084,21.696,22.068,21.131,20.297,20.896,20.674,22.008,21.407,21.519,20.862,21.29,21.512,22.528,19.819,22.037,22.53,22.494],"script":[14.993,14.535,14.925,15.526,13.5,14.684,14.73,13.841,15.831,15.681,15.012,14.583,14.508,15.057,15.419,14.566,14.45,14.033,14.941,14.629,15.234,13.55,14.957,14.834,14.622],"paint":[5.464,3.938,5.376,3.48,5.81,4.751,6.247,4.819,4.318,4.458,4.68,4.335,4.522,3.934,4.339,3.952,5.055,3.936,4.997,4.402,4.251,4.042,4.702,4.892,4.382]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"05_swap1k","v":{"total":[30.533,30.109,31.395,31.418,30.619,27.762,27.77,31.063,30.619,30.68,30.314,31.616,29.269,50.821,34.215],"script":[7.235,6.318,7.382,6.611,7.756,7.024,7.048,6.542,7.653,7.044,7.207,7.646,6.821,6.369,7.819],"paint":[21.359,22.538,23.746,22.864,21.125,19.906,19.56,21.508,22.22,21.551,21.614,22.062,21.42,22.262,24.15]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"06_remove-one-1k","v":{"total":[28.291,28.791,27.885,27.955,25.933,25.617,27.405,25.798,24.093,28.26,27.651,28.55,29.144,28.999,25.832],"script":[8.846,8.825,8.246,8.56,8.195,8.573,8.229,8.806,7.628,8.847,8.848,8.112,9.053,8.791,9.165],"paint":[18.036,18.243,17.981,17.444,17.077,15.91,17.837,16.205,16.01,17.924,17.418,18.843,18.45,18.645,16.181]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"07_create10k","v":{"total":[626.319,637.45,623.985,635.747,640.499,611.607,648.493,627.963,633.101,650.518,637.474,638.598,645.466,644.427,641.952],"script":[245.435,237.432,237.021,239.476,244.759,231.802,244.272,244.474,244.962,249.168,244.632,247.931,249.59,249.817,252.127],"paint":[376.668,396.422,383.178,392.46,391.901,376.171,400.541,379.834,384.465,397.605,389.175,387.079,392.302,390.752,386.046]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"08_create1k-after1k_x2","v":{"total":[78.472,77.685,78.746,81.16,82.567,81.544,80.657,80.798,80.273,77.698,79.547,77.67,77.432,80.018,76.659],"script":[40.178,39.224,40.373,41.956,41.674,39.59,40.993,41.416,39.785,39.457,40.66,39.272,38.773,39.604,38.14],"paint":[37.963,38.133,38.025,38.859,40.553,41.581,39.087,39.009,40.143,37.704,38.346,38.053,38.141,39.916,38.197]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"09_clear1k_x8","v":{"total":[30.553,29.867,30.724,31.714,31.519,30.455,30.774,29.647,32.226,29.069,28.125,30.365,29.546,28.874,29.822],"script":[25.775,25.164,25.861,25.211,27.059,26.504,25.747,24.956,24.179,24.522,23.828,25.717,24.868,24.211,24.201],"paint":[3.541,2.606,3.702,5.331,3.848,3.32,4.706,3.216,5.109,3.475,4.075,4.232,3.102,4.508,4.36]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"21_ready-memory","v":{"DEFAULT":[5.189706802368164]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"22_run-memory","v":{"DEFAULT":[11.685041427612305]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"23_update5-memory","v":{"DEFAULT":[11.839681625366211]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[6.640477180480957]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[63.23962116241455]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"31_startup-ci","v":{"DEFAULT":[2401.225]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.991999999999999]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.00400000000002]}}, +{"f":"frei-hooks-v1.0.18-keyed","b":"43_first-paint","v":{"DEFAULT":[65.6]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"01_run1k","v":{"total":[72.916,69.055,66.548,72.664,69.684,70.702,72.708,71.557,66.401,66.645,67.806,66.736,70.851,65.3,66.452],"script":[36.941,32.438,32.452,36.446,32.856,35.243,36.034,35.778,31.507,32.319,32.745,32.823,35.115,31.023,32.328],"paint":[35.794,36.331,33.814,36.021,36.656,35.273,36.494,35.593,34.668,34.124,34.862,33.726,35.531,34.111,33.922]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"02_replace1k","v":{"total":[85.908,86.988,86.429,86.672,86.67,85.658,86.354,86.539,86.46,88.07,85.639,86.364,87.082,85.074,84.815],"script":[46.931,47.895,47.689,48.74,48.107,47.517,47.797,46.958,48.262,49.996,47.341,47.832,48.086,46.481,46.914],"paint":[38.645,38.914,38.442,37.619,38.363,37.955,38.361,39.397,37.997,37.891,38.113,38.207,38.812,38.287,37.69]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"03_update10th1k_x16","v":{"total":[26.249,23.681,27.224,26.145,25.697,26.793,25.096,25.908,47.184,50.575,24.982,26.002,25.402,25.274,27.389],"script":[6.82,7.236,7.615,7.921,6.73,7.747,7.691,7.296,7.798,6.771,7.002,7.66,6.312,7.588,7.094],"paint":[17.885,15.753,17.152,16.731,18.679,17.082,16.641,17.937,17.037,17.505,17.246,16.848,16.714,16.322,19.335]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"04_select1k","v":{"total":[22.756,22.415,22.595,21.607,22.069,22.424,22.549,22.928,23.841,22.992,22.886,23.562,23.383,22.829,22.31,22.49,22.316,22.516,22.227,23.838,22.375,22.102,21.832,23.487,22.84],"script":[16.13,16.124,15.867,14.946,15.607,15.187,17.4,15.831,16.691,16.279,16.476,16.67,16.729,15.769,15.738,15.765,15.361,15.999,15.51,16.162,16.085,15.728,15.852,16.665,16.302],"paint":[3.89,4.466,5.408,5.753,3.957,5.914,3.72,3.716,3.684,5.103,3.506,5.414,3.769,4.591,4.281,3.514,4.176,4.18,4.009,4.129,4.128,3.987,3.348,4.619,3.79]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"05_swap1k","v":{"total":[28.971,30.579,52.279,26.88,29.626,29.923,51.95,53.378,30.498,30.701,32.401,51.174,30.435,30.672,30.747],"script":[7.234,7.457,6.736,6.167,7.248,7.578,6.669,7.269,8.07,6.333,7.541,7.47,8.203,7.001,7.077],"paint":[21.066,21.447,21.479,19.812,21.125,21.318,22.369,21.893,21.676,22.274,23.313,20.19,21.082,22.614,23.186]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"06_remove-one-1k","v":{"total":[27.785,25.638,28.737,28.36,29.161,28.761,28.596,28.754,26.326,25.518,28.166,30.963,26.582,28.36,29.872],"script":[10.353,9.316,9.474,9.803,9.936,9.494,9.655,9.33,9.525,9.284,9.422,9.388,9.704,9.655,9.756],"paint":[16.643,15.546,17.907,17.319,17.366,17.359,16.987,18.12,15.762,15.795,17.546,18.753,15.872,17.367,18.251]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"07_create10k","v":{"total":[627.19,637.387,629.357,624.355,624.848,622.281,629.551,640.487,642,636.94,644.416,637.674,649.415,641.993,635.915],"script":[248.091,249.833,255.953,243.848,248.452,248.084,251.352,256.109,254.287,257.185,258.211,254.248,261.365,256.936,254.21],"paint":[375.337,383.817,369.762,376.809,372.738,370.355,374.39,380.644,384.073,376.146,382.513,378.814,384.167,381.286,378.044]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"08_create1k-after1k_x2","v":{"total":[84.811,84.767,86.56,85.542,86.548,83.902,85.072,84.751,85.765,84.939,84.179,84.066,84.467,85.189,84.503],"script":[42.18,41.941,42.389,41.253,43.568,40.929,42.252,42.198,41.421,41.418,41.778,41.266,41.695,42.04,41.448],"paint":[42.27,42.502,43.675,43.925,42.6,42.611,42.461,42.236,43.783,43.153,42.035,42.429,42.394,42.648,42.64]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"09_clear1k_x8","v":{"total":[30.789,26.367,30.522,31.917,31.066,30.138,30.145,29.277,29.813,32.386,32.585,30.972,29.384,30.997,30.704],"script":[25.914,24.949,26.613,25.817,25.831,25.691,25.351,24.445,25.283,27.1,25.994,27.068,24.984,25.958,25.947],"paint":[3.57,1.343,2.511,5.527,4.024,3.255,4.544,4.266,3.574,4.242,4.993,2.168,3.504,3.882,3.536]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"21_ready-memory","v":{"DEFAULT":[5.202890396118164]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"22_run-memory","v":{"DEFAULT":[11.474434852600098]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"23_update5-memory","v":{"DEFAULT":[11.5538911819458]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[6.6411943435668945]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[61.183655738830566]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"31_startup-ci","v":{"DEFAULT":[2401.27]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.284]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.02000000000004]}}, {"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[250.1455078125]}}, {"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[111.869140625]}}, {"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"42_size-compressed","v":{"DEFAULT":[28.9296875]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"43_first-paint","v":{"DEFAULT":[181.8]}}, -{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[181.8]}}, -{"f":"gyron-v0.0.16-keyed","b":"01_run1k","v":{"total":[47.804,46.588,47.226,47.187,49.531,47.878,48.595,48.241,48.016,50.655,47.286,48.603,46.319,48.32,47.883],"script":[12.253,11.686,11.783,11.376,11.483,11.651,12.453,12.231,11.689,11.995,11.809,12.861,11.727,12.246,12],"paint":[35.098,34.435,34.987,35.338,37.576,35.687,35.683,35.548,35.578,37.918,34.976,35.307,34.11,35.604,35.416]}}, -{"f":"gyron-v0.0.16-keyed","b":"02_replace1k","v":{"total":[52.505,50.975,51.258,53.348,51.815,53.547,51.707,54.118,52.389,52.599,53.465,51.171,51.603,52.501,55.239],"script":[18.493,17.914,17.691,18.709,18.045,18.309,17.884,18.778,18.357,18.454,18.259,18.016,18.19,18.371,19.141],"paint":[33.533,32.623,33.105,34.194,33.319,34.747,33.103,34.556,33.302,33.686,34.527,32.669,32.925,33.675,35.636]}}, -{"f":"gyron-v0.0.16-keyed","b":"03_update10th1k_x16","v":{"total":[25.247,25.679,25.676,27.832,24.666,24.867,25.769,26.647,24.459,24.361,25.773,26.864,25.905,28.025,24.965],"script":[8.525,8.735,8.134,8.372,8.165,8.052,8.034,8.282,7.629,7.792,8.302,9.062,7.815,8.375,7.809],"paint":[15.346,14.709,15.467,16.662,14.706,16.419,15.46,16.975,15.617,15.002,15.537,16.295,16.528,18.121,15.125]}}, -{"f":"gyron-v0.0.16-keyed","b":"04_select1k","v":{"total":[8.928,8.489,8.366,7.632,8.467,9.393,8.441,8.31,9.444,8.723,8.835,8.912,8.137,7.748,7.655,8.321,9.352,9.241,8.061,7.55,8.738,7.743,8.914,8.157,8.507],"script":[4.969,4.825,5.563,5.024,5.307,4.942,5.572,5.129,5.368,4.754,5.42,5.731,5.279,4.633,4.839,5.563,6.06,5.706,5.062,5.224,4.423,5.095,5.446,4.958,4.455],"paint":[3.37,2.377,1.747,1.751,2.972,3.174,2.307,1.977,3.048,2.467,2.25,2.538,2.68,1.518,2.639,2.483,3.101,2.258,2.356,1.398,2.489,1.641,2.437,2.021,3.862]}}, -{"f":"gyron-v0.0.16-keyed","b":"05_swap1k","v":{"total":[26.981,27.416,26.952,26.051,26.196,26.146,27.499,25.443,25.615,28.694,26.377,25.449,25.346,25.032,26.801],"script":[4.59,4.379,4.009,4.143,5.524,4.597,4.958,4.284,4.703,5.279,4.275,4.369,3.891,4.828,4.822],"paint":[20.06,20.377,21.339,20.364,19.328,20.592,20.415,19.579,19.655,20.903,19.33,20.13,19.852,18.783,19.33]}}, -{"f":"gyron-v0.0.16-keyed","b":"06_remove-one-1k","v":{"total":[21.913,22.04,20.999,21.804,21.998,21.537,20.615,20.69,20.872,21.192,21.016,21.387,22.082,21.739,22.585],"script":[4.393,4.763,4.441,4.619,4.513,4.736,4.033,4.14,4.398,4.634,4.418,4.411,4.468,4.68,4.87],"paint":[16.196,15.576,15.759,15.925,15.687,15.912,15.133,15.417,15.624,15.511,15.701,15.528,16.688,15.881,16.278]}}, -{"f":"gyron-v0.0.16-keyed","b":"07_create10k","v":{"total":[539.605,546.798,550.437,541.6,534.785,542.465,539.616,541.68,548.822,548.654,549.105,539.121,542.243,550.781,531.338],"script":[145.406,148.042,146.519,143.969,141.334,143.456,146.389,146.839,146.613,146.692,145.756,143.487,144.853,145.089,147.328],"paint":[386.713,390.902,396.144,389.728,386.09,391.009,385.942,387.218,394.341,394.154,395.586,388.119,389.602,397.85,376.46]}}, -{"f":"gyron-v0.0.16-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.116,56.863,55.666,55.649,55.154,55.931,56.046,55.759,55.864,56.092,55.984,56.648,55.699,56.12,56.053],"script":[16.382,16.747,16.619,16.272,16.084,16.587,16.268,16.355,16.675,16.039,16.454,16.57,16.278,16.391,16.509],"paint":[38.781,38.899,38.011,38.386,38.032,38.316,38.494,38.464,37.833,38.775,38.514,39.018,38.493,38.721,38.556]}}, -{"f":"gyron-v0.0.16-keyed","b":"09_clear1k_x8","v":{"total":[24.111,24.008,22.88,24.182,25.397,25.479,25.313,23.972,24.73,24.755,24.484,24.455,25.817,23.498,25.207],"script":[21.597,21.829,20.703,22.175,22.75,23.319,22.868,21.062,22.335,22.841,22.21,22.636,23.605,21.13,22.859],"paint":[2.393,1.654,1.815,1.076,2.03,0.93,1.565,2.774,1.808,1.775,1.276,1.72,1.277,1.718,2.249]}}, -{"f":"gyron-v0.0.16-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6301670074462891]}}, -{"f":"gyron-v0.0.16-keyed","b":"22_run-memory","v":{"DEFAULT":[4.156925201416016]}}, -{"f":"gyron-v0.0.16-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.400052070617676]}}, -{"f":"gyron-v0.0.16-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.363335609436035]}}, -{"f":"gyron-v0.0.16-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.24013614654541]}}, -{"f":"gyron-v0.0.16-keyed","b":"31_startup-ci","v":{"DEFAULT":[2178.08]}}, -{"f":"gyron-v0.0.16-keyed","b":"32_startup-bt","v":{"DEFAULT":[6.207999999999999]}}, -{"f":"gyron-v0.0.16-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[135.94]}}, +{"f":"glimmer-2-v2.0.0-beta.21-keyed","b":"43_first-paint","v":{"DEFAULT":[150.9]}}, +{"f":"gyron-v0.0.16-keyed","b":"01_run1k","v":{"total":[53.707,53.52,52.839,52.74,53.335,52.555,52.452,53.923,53.741,53.273,53.126,53.574,52.999,54.576,54.568],"script":[14.993,15.836,14.795,14.683,15.414,14.996,14.674,14.495,15.368,14.682,15.101,15.053,14.895,15.364,15.346],"paint":[38.218,36.944,37.58,37.555,37.496,36.919,37.28,38.727,37.884,37.894,37.438,38.086,37.61,38.702,38.691]}}, +{"f":"gyron-v0.0.16-keyed","b":"02_replace1k","v":{"total":[59.478,60.517,59.019,60.77,61.015,60.743,60.474,60.5,60.518,60.947,61.011,60.411,59.804,61.949,61.441],"script":[19.877,21.173,20.732,20.847,20.834,20.304,20.596,21.023,20.827,19.912,21.475,20.834,21.083,21.5,20.951],"paint":[38.924,38.876,37.759,39.22,39.687,39.915,39.279,39.07,39.166,40.318,39,38.874,38.24,39.743,39.992]}}, +{"f":"gyron-v0.0.16-keyed","b":"03_update10th1k_x16","v":{"total":[28.323,28.502,30.721,28.084,30.24,29.377,27.975,27.737,31.44,30.95,28.129,28.201,28.839,28.879,29.364],"script":[11.067,11.119,12.879,10.88,12.022,12.525,11.158,10.79,12.768,12.225,11.14,11.407,11.059,11.162,11.391],"paint":[15.513,16.017,15.995,15.829,16.284,15.43,14.542,14.255,16.57,16.225,15.243,15.241,15.488,15.688,15.444]}}, +{"f":"gyron-v0.0.16-keyed","b":"04_select1k","v":{"total":[10.625,9.679,12.663,9.369,10.006,10.255,10.405,10.811,10.129,9.516,9.81,10.339,10.756,11.019,10.63,10.494,9.2,10.399,11.476,10.917,11.378,12.083,9.906,10.614,10.668],"script":[7.077,6.211,9.218,6.464,6.366,6.892,6.625,7.371,6.496,5.981,6.247,7.01,7.153,7.113,7.055,6.483,6.179,7.059,8.08,7.801,7.742,8.211,6.803,7.101,7.541],"paint":[3.038,2.296,2.209,2.687,2.854,1.913,2.361,2.678,3.422,2.64,3.001,1.671,1.978,2.798,2.652,3.786,2.251,2.417,2.561,2.078,3.391,2.73,1.913,2.61,2.146]}}, +{"f":"gyron-v0.0.16-keyed","b":"05_swap1k","v":{"total":[27.629,26.371,27.165,27.453,27.693,28.207,26.959,28.667,26.763,30.302,26.275,26.77,27.022,26.451,26.189],"script":[6.383,5.961,5.776,6.302,6.645,6.005,6.549,6.892,6.479,7.334,5.413,6.529,6.077,5.644,5.863],"paint":[19.723,18.532,19.973,18.731,19.323,20.191,18.832,19.905,18.234,20.585,19.64,18.127,19.54,19.417,17.783]}}, +{"f":"gyron-v0.0.16-keyed","b":"06_remove-one-1k","v":{"total":[22.798,22.807,22.775,23.154,23.858,23.225,23.32,23.186,23.842,23.879,24.521,23.523,23.451,22.782,23.503],"script":[6.658,6.237,6.424,6.597,6.315,6.383,6.829,6.265,6.277,6.624,6.863,6.471,6.374,6.656,6.639],"paint":[14.989,15.741,15.168,15.725,16.329,15.738,15.682,15.722,16.607,15.622,16.507,16.03,15.889,14.965,15.742]}}, +{"f":"gyron-v0.0.16-keyed","b":"07_create10k","v":{"total":[539.606,535.752,544.187,537.19,536.773,515.176,525.047,536.358,540.168,539.703,545.457,531.323,522.796,523.277,536.849],"script":[148.75,148.708,150.158,147.029,150.039,143.82,151.061,149.798,149.78,147.669,151.059,146.606,146.849,149.626,148.581],"paint":[382.808,379.309,386.434,382.562,379.274,363.813,365.687,378.842,382.273,384.509,386.105,376.076,368.146,366.197,379.749]}}, +{"f":"gyron-v0.0.16-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.262,64.053,64.822,63.361,64.546,63.985,63.254,64.269,63.744,63.068,65.488,64.492,64.693,63.91,64.339],"script":[18.672,19.322,19.805,19.182,18.985,18.793,18.772,19.253,18.9,18.812,19.316,20.104,19.47,18.403,19.332],"paint":[44.689,43.72,43.798,43.192,44.361,43.962,43.221,43.866,43.893,43.218,45.032,43.151,44.048,44.574,44.037]}}, +{"f":"gyron-v0.0.16-keyed","b":"09_clear1k_x8","v":{"total":[23.152,23.764,23.481,22.345,23.137,23.86,23.637,23.14,23.338,22.996,23.658,22.857,22.301,22.804,23.525],"script":[20.935,21.08,21.263,20.807,20.781,21.619,20.361,21.311,20.826,21.443,21.484,20.634,20.313,20.347,20.828],"paint":[2.107,1.797,1.913,0.482,2.262,1.247,2.834,0.801,1.941,1.439,1.156,2.129,1.842,1.676,2.186]}}, +{"f":"gyron-v0.0.16-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6164665222167969]}}, +{"f":"gyron-v0.0.16-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9490318298339844]}}, +{"f":"gyron-v0.0.16-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.205768585205078]}}, +{"f":"gyron-v0.0.16-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.3495874404907227]}}, +{"f":"gyron-v0.0.16-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.262146949768066]}}, +{"f":"gyron-v0.0.16-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.21]}}, +{"f":"gyron-v0.0.16-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.496]}}, +{"f":"gyron-v0.0.16-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.41199999999992]}}, {"f":"gyron-v0.0.16-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[201.41015625]}}, {"f":"gyron-v0.0.16-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[63.1357421875]}}, {"f":"gyron-v0.0.16-keyed","b":"42_size-compressed","v":{"DEFAULT":[13.263671875]}}, -{"f":"gyron-v0.0.16-keyed","b":"43_first-paint","v":{"DEFAULT":[107.8]}}, -{"f":"gyron-v0.0.16-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[107.8]}}, -{"f":"helix-v0.0.10-keyed","b":"01_run1k","v":{"total":[48.475,47.405,48.031,47.571,49.857,48.161,48.299,47.105,49.245,48.327,48.865,49.197,47.353,47.648,48.503],"script":[13.201,12.606,12.481,12.489,12.458,13.116,13.081,12.162,13.281,12.768,13.19,12.743,12.621,12.28,12.764],"paint":[34.844,34.012,35.122,34.657,36.936,34.613,34.732,34.468,35.217,35.129,35.086,35.979,34.019,34.945,35.019]}}, -{"f":"helix-v0.0.10-keyed","b":"02_replace1k","v":{"total":[49.642,48.477,49.134,48.307,47.765,50.577,48.714,48.542,47.832,49.507,47.867,49.11,47.746,48.793,48.509],"script":[14.915,14.778,15.101,15.107,14.695,14.401,15.302,14.933,14.552,15.463,14.322,14.339,14.232,14.361,14.784],"paint":[33.968,33.246,33.605,32.74,32.608,35.681,32.978,33.179,32.797,33.59,33.066,34.022,33.07,33.936,33.278]}}, -{"f":"helix-v0.0.10-keyed","b":"03_update10th1k_x16","v":{"total":[27.669,26.919,26.233,26.702,26.667,29.725,26.047,27.266,27.143,27.185,25.71,25.406,26.116,26.869,26.983],"script":[9.018,8.551,8.721,8.957,9.218,8.959,9.351,9.234,8.52,9.465,8.588,8.373,9.266,9.2,8.74],"paint":[16.5,15.679,15.974,16.078,15.132,18.215,15.483,15.627,16.64,16.134,15.773,15.286,15.491,16.51,16.585]}}, -{"f":"helix-v0.0.10-keyed","b":"04_select1k","v":{"total":[8.626,7.787,8.11,8.717,9.714,9.27,8.22,7.601,7.741,9.147,9.901,9.825,8.122,7.493,7.858,8.984,8.306,8.902,8.74,8.078,7.688,9.07,8.368,8.523,8.688],"script":[4.917,5.447,5.275,4.997,5.312,5.534,5.123,4.247,4.657,5.743,5.899,5.758,4.206,4.892,4.64,4.899,5.175,5.314,5.289,4.682,4.626,5.221,5.205,5.5,4.983],"paint":[2.817,1.486,2.634,3.449,3.242,3.516,2.895,3.21,2.964,2.262,2.567,3.182,2.986,1.423,3.089,2.71,1.858,2.761,2.354,2.183,2.333,3.513,1.86,1.344,2.803]}}, -{"f":"helix-v0.0.10-keyed","b":"05_swap1k","v":{"total":[169.04,165.381,168.157,168.302,165.627,166.924,166.767,163.354,166.504,160.662,168.217,160.946,163.95,163.679,166.162],"script":[24.792,25.347,26.204,24.493,25.347,26.094,26.038,24.862,24.06,24.794,25.851,25.282,24.841,24.81,25.833],"paint":[141.55,137.677,139.85,141.685,138.013,138.525,139.101,136.446,140.518,134.519,140.624,134.303,137.149,136.842,138.53]}}, -{"f":"helix-v0.0.10-keyed","b":"06_remove-one-1k","v":{"total":[21.461,20.263,19.615,20.349,19.638,20.136,20.502,19.964,19.686,21.38,19.5,20.146,20.878,20.069,19.764],"script":[3.532,3.099,3.113,3.101,3.075,3.087,3.409,3.208,3.088,3.159,3.258,3.413,3.501,3.086,3.208],"paint":[16.378,16.093,15.774,16.103,15.718,15.757,15.58,15.278,15.769,16.813,15.286,15.525,16.391,15.717,15.528]}}, -{"f":"helix-v0.0.10-keyed","b":"07_create10k","v":{"total":[635.38,632.937,639.367,643.804,641.637,626.712,637.523,639.029,633.98,635.536,635.017,635.437,627.433,630.871,638.84],"script":[247.539,247.045,251.367,256.626,247.656,248.984,249.45,251.97,250.2,242.999,245.701,249.169,248.531,245.324,250.697],"paint":[379.411,378.087,380.276,379.6,385.623,369.977,380.076,379.4,376.203,384.15,381.541,378.415,371.258,377.81,380.292]}}, -{"f":"helix-v0.0.10-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.636,50.993,51.636,52.14,54.621,53.188,50.862,51.549,51.414,52.41,51.428,51.687,52.178,51.495,51.042],"script":[13.407,12.533,12.797,13.247,13.327,12.948,12.733,12.601,13.042,12.861,12.385,12.546,12.638,12.393,12.613],"paint":[41.282,37.536,37.922,37.94,40.062,39.246,37.178,38.123,37.483,38.54,38.089,38.218,38.631,38.057,37.626]}}, -{"f":"helix-v0.0.10-keyed","b":"09_clear1k_x8","v":{"total":[17.224,17.394,18.354,17.8,18.664,18.733,17.506,17.24,17.464,17.767,16.792,18.992,17.551,16.654,16.011],"script":[14.974,14.793,15.833,15.926,15.856,15.609,14.928,15.077,15.17,15.983,14.656,16.02,15.214,14.383,14.118],"paint":[2.138,2.507,2.408,0.988,1.366,2.063,2.231,2.058,1.025,0.88,1.489,2.279,1.268,1.689,1.141]}}, -{"f":"helix-v0.0.10-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.2616662979125977]}}, -{"f":"helix-v0.0.10-keyed","b":"22_run-memory","v":{"DEFAULT":[4.971340179443359]}}, -{"f":"helix-v0.0.10-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.539304733276367]}}, -{"f":"helix-v0.0.10-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.208930015563965]}}, -{"f":"helix-v0.0.10-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.57258892059326]}}, -{"f":"helix-v0.0.10-keyed","b":"31_startup-ci","v":{"DEFAULT":[3152.7160000000003]}}, -{"f":"helix-v0.0.10-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.079999999999998]}}, -{"f":"helix-v0.0.10-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.18000000000004]}}, +{"f":"gyron-v0.0.16-keyed","b":"43_first-paint","v":{"DEFAULT":[98.3]}}, +{"f":"helix-v0.0.10-keyed","b":"01_run1k","v":{"total":[48.539,48.989,49.521,47.644,47.427,48.835,47.705,48.983,48.228,49.12,47.929,47.876,48.63,48.054,49.76],"script":[12.886,13.197,13.659,13.365,13.171,12.858,13.113,12.589,12.775,12.891,12.52,12.174,12.431,12.365,12.981],"paint":[35.204,35.06,35.348,33.873,33.787,35.443,33.976,35.951,34.743,35.641,34.708,35.159,35.485,35.218,36.24]}}, +{"f":"helix-v0.0.10-keyed","b":"02_replace1k","v":{"total":[55.02,53.301,54.611,54.006,54.469,54.995,52.794,53.394,54.376,53.835,53.079,53.853,54.209,53.66,54.372],"script":[16.13,15.647,15.844,15.724,16.086,16.089,15.411,15.554,16.224,15.62,15.89,15.64,16.227,16.01,16.209],"paint":[38.155,36.92,38.182,37.784,37.899,38.401,36.903,37.344,37.646,37.492,36.675,37.722,37.522,36.947,37.742]}}, +{"f":"helix-v0.0.10-keyed","b":"03_update10th1k_x16","v":{"total":[26.498,26.07,26.687,27.415,27.474,27.088,26.032,27.472,27.397,26.761,27.133,27.108,26.672,25.992,25.909],"script":[9.513,8.957,9.104,9.241,9.302,8.867,9.033,9.468,9.219,9.256,8.732,9.777,9.213,8.567,8.926],"paint":[15.222,14.983,15.252,15.871,17.126,16.337,15.609,16.478,15.847,15.894,16.693,16.186,16.377,16.165,14.817]}}, +{"f":"helix-v0.0.10-keyed","b":"04_select1k","v":{"total":[8.935,8.71,8.628,8.958,8.856,8.426,8.611,9.802,8.607,8.349,8.797,8.087,9.347,8.609,8.084,8.896,8.116,7.665,8.229,8.491,8.01,8.846,7.923,8.663,8.808],"script":[5.518,5.192,5.759,5.47,5.767,4.796,5.913,5.587,5.575,5.316,5.941,5.471,5.719,6.081,5.38,5.992,5.501,5.196,5.424,5.38,4.874,5.225,5.394,6.036,5.507],"paint":[2.379,2.17,2.339,1.855,2.099,3.429,1.453,2.889,2.842,1.494,1.942,1.495,2.31,1.903,1.612,1.737,1.372,1.558,1.629,2.325,2.94,1.784,1.899,1.614,2.559]}}, +{"f":"helix-v0.0.10-keyed","b":"05_swap1k","v":{"total":[183.641,179.113,179.313,186.922,178.767,177.585,180.64,176.218,176.461,178.137,172.367,177.208,176.614,180.921,181.31],"script":[26.283,27.468,25.088,28.604,26.41,25.651,26.738,25.061,24.735,24.377,23.438,25.85,25.414,25.388,26.896],"paint":[154.88,148.333,151.369,155.729,150.108,149.825,150.688,149.217,150.024,150.724,147.829,148.969,148.883,152.801,152.749]}}, +{"f":"helix-v0.0.10-keyed","b":"06_remove-one-1k","v":{"total":[19.779,19.869,21.166,21.495,20.271,20.927,20.518,20.281,20.59,19.731,21.293,20.334,20.237,20.258,20.049],"script":[3.551,3.34,3.614,3.687,3.722,3.636,3.277,3.116,3.521,3.557,3.62,3.609,3.506,3.671,3.48],"paint":[15.07,15.698,16.267,16.254,15.531,15.991,15.718,15.941,15.797,15.358,16.289,15.425,15.874,15.224,15.44]}}, +{"f":"helix-v0.0.10-keyed","b":"07_create10k","v":{"total":[631.22,640.789,639.374,631.527,649.09,640.383,639.876,636.551,640.088,638.563,633.656,628.37,630.635,638.804,643.335],"script":[253.872,261.337,263.77,254.17,264.156,259.771,260.643,253.647,260.278,257.324,252.605,252.927,254.195,265.091,264.209],"paint":[369.665,371.751,367.759,369.54,377.475,372.457,371.723,375.126,371.969,373.401,373.436,367.723,368.748,366.226,371.655]}}, +{"f":"helix-v0.0.10-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.973,57.055,56.258,56.349,56.411,56.161,59.159,56.926,57.296,57.65,56.313,57.439,57.962,55.786,57.214],"script":[13.632,13.666,13.587,13.432,13.766,13.478,14.074,13.44,13.537,13.61,13.638,13.821,14.437,13.38,13.628],"paint":[42.392,42.39,41.726,41.731,41.701,41.737,43.857,42.55,42.532,42.787,41.734,42.645,42.58,41.503,42.612]}}, +{"f":"helix-v0.0.10-keyed","b":"09_clear1k_x8","v":{"total":[17.024,17.477,17.894,17.994,17.859,17.332,17.21,18.104,16.78,16.893,16.152,16.915,16.827,16.676,17.16],"script":[14.835,14.86,15.629,15.39,15.287,15.126,15.129,15.904,15.052,14.438,13.705,15.376,15.104,14.31,15.034],"paint":[2.077,2.275,1.489,2.469,2.453,2.116,1.065,1.835,0.763,2.36,2.352,0.464,1.631,1.471,1.413]}}, +{"f":"helix-v0.0.10-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.2631120681762695]}}, +{"f":"helix-v0.0.10-keyed","b":"22_run-memory","v":{"DEFAULT":[4.761456489562988]}}, +{"f":"helix-v0.0.10-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.354439735412598]}}, +{"f":"helix-v0.0.10-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.187479019165039]}}, +{"f":"helix-v0.0.10-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.36606788635254]}}, +{"f":"helix-v0.0.10-keyed","b":"31_startup-ci","v":{"DEFAULT":[3151.452]}}, +{"f":"helix-v0.0.10-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.82]}}, +{"f":"helix-v0.0.10-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[171.65999999999994]}}, {"f":"helix-v0.0.10-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[396.1943359375]}}, {"f":"helix-v0.0.10-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[257.91796875]}}, {"f":"helix-v0.0.10-keyed","b":"42_size-compressed","v":{"DEFAULT":[58.92578125]}}, -{"f":"helix-v0.0.10-keyed","b":"43_first-paint","v":{"DEFAULT":[382.8]}}, -{"f":"helix-v0.0.10-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[382.8]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"01_run1k","v":{"total":[56.811,54.449,56.504,56.486,57.695,57.3,57.276,57.091,55.419,56.163,55.457,57.349,56.344,55.11,56.337],"script":[21.124,19.085,20.091,19.961,20.764,20.024,20.1,21.339,19.851,20.402,19.021,20.781,19.935,19.54,20.716],"paint":[35.141,34.87,35.919,36.026,36.171,36.807,36.71,35.296,35.051,35.232,35.873,35.767,35.729,35.057,35.143]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"02_replace1k","v":{"total":[60.191,58.125,60.369,57.851,57.379,58.123,59.938,57.505,60.402,58.213,57.828,60.78,58.063,58.038,59.488],"script":[25.373,24.531,24.508,23.947,24.103,24.282,25.489,24.258,26.072,24.043,24.399,26.355,25.058,24.531,25.254],"paint":[34.057,33.153,35.35,33.476,32.841,33.377,33.934,32.764,33.821,33.681,33.004,33.963,32.556,33.004,33.772]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"03_update10th1k_x16","v":{"total":[19.762,19.735,20.114,19.743,20.759,21.531,19.093,19.278,19.467,18.879,18.807,19.169,19.865,20.44,19.754],"script":[2.382,2.55,2.794,2.507,2.258,2.285,2.215,1.482,2.455,1.878,1.937,2.327,2.414,1.973,2.256],"paint":[15.176,15.512,16.112,16.178,16.035,16.531,15.591,16.398,15.475,15.343,15.562,15.435,15.412,16.931,15.801]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"04_select1k","v":{"total":[7.173,6.677,7.324,6.07,5.55,6.53,6.515,6.706,5.761,6.431,6.325,5.594,6.459,6.496,6.992,7.076,6.874,6.193,5.984,6.347,6.82,6.437,6.202,5.764,6.371],"script":[3.845,3.711,3.802,3.835,3.739,4.038,3.421,3.629,3.26,3.438,3.554,3.138,3.475,3.785,3.402,3.719,3.575,3.374,3.435,3.584,3.15,3.629,3.295,3.157,3.623],"paint":[3.178,2.818,2.115,1.477,1.684,2.334,2.853,2.199,1.509,2.437,1.841,1.887,2.188,2.077,2.934,2.437,1.88,2.133,2.409,2.657,1.919,2.235,2.795,2.495,1.55]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"05_swap1k","v":{"total":[22.197,22.306,21.43,23.898,22.611,21.874,21.14,22.026,23.251,22.545,21.549,21.902,22.014,21.992,20.942],"script":[1.06,0.83,0.792,0.828,0.672,0.126,0.127,1.266,0.176,0.871,0.465,0.129,0.772,0.507,0.127],"paint":[19.2,20.133,18.318,20.807,20.414,20.308,19.008,18.02,21.07,20.708,19.884,19.933,19.374,19.631,19.507]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"06_remove-one-1k","v":{"total":[17.259,17.719,16.599,18.28,19.059,17.295,16.7,17.126,17.276,17.988,18.541,18.618,16.114,17.258,18.394],"script":[0.264,0.112,0.204,0.454,0.486,0.119,0.38,0.46,0.117,0.135,0.134,0.43,0.127,0.341,0.142],"paint":[16.217,16.291,15.557,16.704,17.701,16.399,15.507,15.291,16.085,16.398,16.756,16.902,15.226,15.653,16.932]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"07_create10k","v":{"total":[649.51,645.935,642.095,638.663,640.428,649.891,641.307,647.372,649.41,644.521,650.965,655.438,634.077,627.291,622.838],"script":[231.407,235.47,230.214,229.026,229.961,240.16,232.378,239.549,235.888,232.548,234.381,238.161,228.625,225.965,223.853],"paint":[410.118,402.459,404.282,402.035,402.935,401.734,400.699,400.281,405.508,403.879,408.742,409.632,397.954,393.908,390.833]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"08_create1k-after1k_x2","v":{"total":[63.793,64.53,63.783,67.3,64.792,63.407,69.216,67.617,66.172,67.738,66.981,64.115,67.244,66.313,67.398],"script":[25.387,25.541,25.189,27.082,25.901,25.433,28.554,27.197,26.745,28.541,27.516,25.327,27.915,26.702,27.998],"paint":[37.108,38.067,37.649,39.231,38.023,37.059,39.432,39.434,38.485,38.219,38.479,37.842,38.047,38.304,38.208]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"09_clear1k_x8","v":{"total":[16,15.159,15.867,15.464,16.101,16.426,16.453,16.057,14.808,16.984,15.364,14.803,15.316,15.938,15.409],"script":[13.709,13.424,13.168,13.278,13.79,13.943,13.737,13.683,13.222,14.081,13.87,13.301,12.822,13.796,13.626],"paint":[2.172,0.778,1.771,2.061,2.174,1.754,1.01,2.212,0.82,1.838,1.392,0.41,2.362,1.999,0.785]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4989652633666992]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"22_run-memory","v":{"DEFAULT":[4.163642883300781]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.254204750061035]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1732912063598633]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.81822490692139]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.59]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.972]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.95599999999996]}}, +{"f":"helix-v0.0.10-keyed","b":"43_first-paint","v":{"DEFAULT":[347.7]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"01_run1k","v":{"total":[56.211,55.623,56.926,56.733,56.846,54.838,55.138,57.956,57.695,57.121,57.328,55.928,61.503,56.603,58.709],"script":[21.184,20.442,21.632,21.737,21.204,20.046,20.262,21.2,21.052,20.92,21.712,20.891,24.511,21.304,22.027],"paint":[34.6,34.681,34.809,34.532,35.149,34.354,34.42,36.323,36.13,35.775,35.115,34.362,36.383,34.818,35.941]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"02_replace1k","v":{"total":[70.462,69.514,68.217,68.438,68.977,68.752,69.034,69.431,67.839,66.643,70.284,69.915,68.738,67.833,68.189],"script":[29.509,29.487,29.466,29.435,29.255,29.668,30.002,29.82,28.304,27.648,30.543,29.022,29.552,28.741,28.408],"paint":[40.457,39.545,38.251,38.33,38.912,38.296,38.515,39.106,39.08,37.708,38.92,40.445,38.403,38.125,39.258]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"03_update10th1k_x16","v":{"total":[19.823,18.718,19.002,19.281,19.401,19.108,18.659,20.475,19.586,20.088,19.554,19.672,20.21,18.882,19.587],"script":[2.675,2.187,1.795,2.428,2.5,1.982,2.382,2.215,2.155,2.494,1.85,2.462,2.781,1.872,2.792],"paint":[15.789,15.482,15.815,15.805,14.803,15.785,14.676,16.073,16.14,16,16.629,14.705,15.56,14.954,15.196]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"04_select1k","v":{"total":[6.506,5.637,6.874,6.439,6.702,6.285,6.473,6.767,5.845,7.135,6.309,6.058,6.593,6.352,5.777,6.002,6.461,6.975,7.693,6.26,6.71,6.894,6.705,5.908,7.048],"script":[3.924,2.842,2.784,3.206,3.372,2.933,2.838,3.433,3.061,3.424,3.091,3.282,3.866,3.663,3.169,3.552,3.624,3.394,4.238,3.651,3.987,3.066,3.855,3.369,3.126],"paint":[1.575,2.227,2.958,1.436,2.177,2.752,2.671,2.772,1.658,1.932,2.895,1.958,1.857,1.439,1.462,2.276,1.506,2.948,2.172,1.587,2.57,1.941,1.859,1.584,2.949]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"05_swap1k","v":{"total":[22.939,21.532,21.869,21.319,21.332,21.844,21.568,22.69,21.123,20.389,21.165,21.495,21.135,20.767,21.256],"script":[0.903,0.688,0.143,0.134,0.645,1.001,0.132,0.135,0.58,0.134,0.13,0.133,0.935,0.301,0.139],"paint":[18.726,19.477,19.885,18.897,19.059,18.29,19.186,18.581,18.236,18.884,19.403,19.262,17.684,17.975,20.059]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"06_remove-one-1k","v":{"total":[17.742,17.038,17.382,17.599,17.721,17.706,17.472,17.228,16.61,17.128,18.188,18.096,16.755,17.332,17.689],"script":[0.138,0.393,0.117,0.499,0.118,0.471,0.24,0.247,0.116,0.485,0.148,0.131,0.14,0.117,0.451],"paint":[16.267,15.165,16.15,15.818,16.369,15.903,16.358,15.594,15.542,15.289,17.164,16.464,15.629,15.898,15.898]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"07_create10k","v":{"total":[630.559,631.105,639.195,631.86,634.584,631.634,640.184,627.83,630.174,643.839,635.776,636.906,634.477,637.587,630.947],"script":[238.691,240.237,244.775,241.291,242.108,243.391,239.847,239.059,237.696,240.169,239.51,239.515,234.184,243.037,240.98],"paint":[384.141,383.363,386.752,382.677,384.975,380.758,392.862,381.431,385.036,395.759,388.801,389.468,391.753,387.143,382.25]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"08_create1k-after1k_x2","v":{"total":[73.274,70.118,72.786,72.943,72.141,71.908,72.973,72.321,72.503,72.191,74.175,74.762,74.69,72.277,73.469],"script":[29.062,27.757,29.354,28.507,28.28,28.32,30.112,29.51,29.012,28.815,31.427,30.207,29.767,29.755,29.674],"paint":[43.267,41.388,42.445,43.478,42.945,42.756,41.913,41.862,42.241,42.429,41.803,43.58,43.943,41.561,42.768]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"09_clear1k_x8","v":{"total":[15.212,15.321,15.854,15.584,15.247,16.06,15.362,14.721,15.557,15.353,15.902,14.888,14.879,15.185,15.07],"script":[13.098,13.054,13.175,13.068,12.631,13.123,13.377,12.547,12.346,12.66,13.1,12.436,13.157,12.516,12.818],"paint":[1.332,1.096,2.549,1.784,2.113,2.167,1.824,2.084,3.041,2.54,2.045,2.092,0.399,1.686,1.614]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.516819953918457]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9702463150024414]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.040998458862305]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1766061782836914]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.253716468811035]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.535]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"32_startup-bt","v":{"DEFAULT":[20.832]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[169.54799999999997]}}, {"f":"hydro-js-v1.5.14-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.0869140625]}}, {"f":"hydro-js-v1.5.14-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[14.810546875]}}, {"f":"hydro-js-v1.5.14-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.0634765625]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"43_first-paint","v":{"DEFAULT":[60.1]}}, -{"f":"hydro-js-v1.5.14-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[60.1]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"01_run1k","v":{"total":[50.757,43.931,56.246,44.274,51.301,47.186,43.089,46.457,45.71,45.167,47.108,45.962,48.484,48.582,51.737],"script":[7.212,7.098,7.901,6.825,7.402,7.937,6.84,7.832,6.902,7.389,7.382,6.828,7.582,7.222,7.854],"paint":[37.781,35.22,37.536,35.741,36.126,36.555,35.997,35.891,35.507,36.747,35.137,35.87,37.729,36.556,35.671]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"02_replace1k","v":{"total":[52.794,49.557,52.119,43.537,49.956,45.522,51.177,45.667,45.289,43.062,44.984,49.478,47.366,45.513,51.739],"script":[9.155,10.084,9.224,9.602,9.814,9.319,9.182,10.077,9.662,9.377,9.259,9.883,9.175,9.81,9.578],"paint":[36.313,34.057,32.712,33.792,32.411,32.949,33.203,35.446,35.479,33.249,35.555,34.182,34.33,35.574,34.084]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"03_update10th1k_x16","v":{"total":[19.953,20.107,18.042,19.842,18.429,19.032,20.185,19.298,19.108,18.117,18.432,18.442,18.315,19.706,19.065],"script":[3.173,2.524,2.777,2.713,2.935,2.259,2.124,3.31,2.653,2.502,2.301,3.029,3.269,2.517,2.445],"paint":[16.312,16.715,14.55,16.078,15.031,16.653,16.274,15.867,16.333,15.336,14.82,15.276,14.942,15.352,16.122]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"04_select1k","v":{"total":[4.455,3.557,4.451,3.933,3.637,4.71,4.264,4.376,5.377,4.883,3.611,4.314,3.589,4.818,4.954,4.469,4.441,3.996,4.553,4.615,4.032,4.598,5.155,4.568,4.032],"script":[2.095,1.058,1.371,1.552,1.061,2.033,1.728,1.001,1.645,1.57,1.713,1.142,1.06,1.299,2.014,1.286,1.862,2.04,1.317,2.078,1.587,1.786,1.001,1.542,2.026],"paint":[2.25,1.948,1.974,2.23,2.062,2.538,2.395,2.067,2.551,1.926,1.779,3.027,2.422,1.723,2.747,3.07,1.846,1.8,2.202,2.373,2.34,1.967,3.114,1.915,1.167]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"05_swap1k","v":{"total":[22.06,23.281,21.292,22.6,21.865,22.574,22.383,21.433,21.292,21.487,20.882,21.487,22.58,24.063,21.483],"script":[1.675,1.237,2.165,2.581,1.974,1.59,1.816,1.164,1.394,1.086,2.218,1.55,1.442,0.728,1.727],"paint":[20.01,20.833,18.456,19.892,19.773,20.158,20.445,20.145,18.958,19.28,18.359,18.14,21.019,20.447,19.633]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"06_remove-one-1k","v":{"total":[18.123,16.485,16.2,16.079,15.272,15.261,16.308,17.567,15.876,15.73,15.511,16.564,16.062,15.889,15.607],"script":[0.894,1.036,0.861,1.157,0.993,0.717,1.033,1.071,1.064,0.848,0.708,0.967,0.712,0.68,0.798],"paint":[14.643,14.645,15.019,14.766,14.091,14.029,14.681,14.864,14.389,14.466,14.269,15.246,14.964,14.861,14.668]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"07_create10k","v":{"total":[487.034,488.796,488.102,493.411,480.816,474.933,489.221,488.737,475.491,472.213,487.119,472.291,494.904,491.716,487.498],"script":[90.227,88.46,89.408,89.987,89.059,89.02,89.121,90.078,89.027,89.199,90.882,88.947,90.2,89.984,90.724],"paint":[386.427,394.471,392.65,396.759,387.997,380.801,394.463,394.775,380.463,378.375,388.942,374.974,397.299,397.372,388.673]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.637,51.552,51.751,55.006,53.399,45.371,50.257,50.906,50.611,52.768,53.696,45.827,54.1,53.618,50.869],"script":[7.158,6.758,6.874,7.264,6.875,7.247,6.489,6.931,6.563,6.69,7.362,6.9,7.432,7.582,6.559],"paint":[38.252,39.108,37.973,40.544,40.415,37.83,37.772,38.048,38.087,39.903,40.116,38.208,40.288,39.357,38.442]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"09_clear1k_x8","v":{"total":[13.503,13.635,13.279,13.459,12.663,13.131,14.396,13.667,13.144,13.749,13.674,13.8,13.59,12.963,13.357],"script":[10.641,11.143,11.247,11.501,10.949,11.365,10.98,10.863,11.449,11.704,10.51,10.798,11.32,11.009,10.656],"paint":[1.881,2.434,1.479,1.909,0.923,1.697,1.533,1.79,1.634,1.983,1.406,2.5,1.631,1.895,2.061]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4542551040649414]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"22_run-memory","v":{"DEFAULT":[3.130558967590332]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.2529964447021484]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6107578277587891]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.238882064819336]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"31_startup-ci","v":{"DEFAULT":[1889.8099999999997]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.384]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.60399999999998]}}, +{"f":"hydro-js-v1.5.14-keyed","b":"43_first-paint","v":{"DEFAULT":[51.5]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"01_run1k","v":{"total":[52.454,54.069,46.911,48.643,49.066,46.39,48.47,49.246,48.602,46.61,43.126,46.421,47.229,48.497,54.188],"script":[7.355,7.913,7.097,7.639,7.099,7.206,7.649,7.104,7.319,7.517,7.818,7.382,7.158,7.657,8.078],"paint":[35.845,35.392,36.58,34.818,37.13,34.919,36.019,35.755,36.562,34.388,34.932,34.337,35.377,34.438,35.31]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"02_replace1k","v":{"total":[52.296,50.444,50.77,50.724,50.509,52.108,56.385,52.768,50.528,58.273,50.785,57.774,56.222,55.51,54.967],"script":[11.278,11.635,11.786,11.64,11.351,11.887,11.959,11.645,11.16,12.077,11.752,11.8,11.62,11.838,11.422],"paint":[38.316,38.398,38.817,38.439,37.877,38.814,39.678,39.81,38.137,38.403,38.865,38.217,39.322,38.055,38.122]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"03_update10th1k_x16","v":{"total":[19.466,18.479,18.572,20.109,19.365,18.66,19.715,19.03,19.386,18.439,19.156,19.552,18.826,18.359,19.818],"script":[2.529,3.266,2.293,2.482,2.603,3.619,2.81,2.726,2.465,3.266,3.782,3.788,3.094,2.825,3.302],"paint":[14.879,15.078,16.16,16.343,16.056,14.928,16.256,16.195,15.942,14.636,15.258,14.809,15.617,15.42,15.347]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"04_select1k","v":{"total":[4.649,4.27,4.883,4.632,5.116,4.727,4.641,5.113,4.872,4.643,4.875,4.376,5.06,4.905,5.669,4.577,4.122,4.017,3.799,4.528,4.535,4.322,4.086,4.383,4.93],"script":[1.272,1.35,2.351,2.683,2.606,1.225,1.046,2.215,2.093,1.409,2.685,2.532,2.345,2.058,2.8,2.278,1.606,1.984,1.053,2.189,1.198,1.089,1.354,1.424,2.674],"paint":[1.805,2.12,2.366,1.537,1.448,1.705,1.757,2.724,2.247,2.716,2.035,1.702,2.004,2.134,2.139,1.27,2.346,1.038,1.183,2.203,2.226,1.263,2.016,1.647,1.491]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"05_swap1k","v":{"total":[21.611,21.444,21.17,23.044,21.508,21.093,23.786,21.919,21.092,22.955,22.044,21.925,22.642,20.91,22.164],"script":[1.783,1.104,1.396,2.153,1.607,1.758,2.127,1.581,1.644,2.083,1.495,1.652,1.402,1.414,1.618],"paint":[18.212,20.232,18.016,19.091,18.855,19.214,21.524,20.206,18.861,20.067,20.44,20.162,20.247,18.582,18.965]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"06_remove-one-1k","v":{"total":[15.942,15.879,15.825,16.123,16.237,15.371,16.451,15.903,17.077,15.882,17.853,16.581,15.976,15.851,15.606],"script":[0.798,1.1,1.154,1.075,1.205,0.91,0.781,1.061,1.044,1.101,1.121,0.777,0.868,1.024,1.141],"paint":[14.974,14.297,14.456,14.598,14.666,13.833,15.275,14.132,14.606,14.355,15.307,13.96,14.515,14.68,14.195]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"07_create10k","v":{"total":[483.99,481.971,460.319,464.646,469.659,461.258,461.956,476.654,466.725,485.92,461.524,480.221,466.883,483.323,457.985],"script":[91.27,91.584,90.838,90.38,91.592,91.417,92.136,90.761,92.711,92.881,91.358,91.071,91.636,92.021,91.644],"paint":[382.356,384.492,365.648,369.681,369.153,366.275,362.334,379.253,366.759,385.793,362.483,381.786,368.099,383.892,361.126]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.007,58.056,58.899,59.47,51.372,52.435,52.63,51.553,57.607,52.252,60.383,57.753,52.639,59.983,53.303],"script":[8.723,8.881,9.234,9.239,9.092,9.047,8.751,8.83,9.117,8.912,9.133,8.833,8.937,9.344,8.757],"paint":[41.321,42.73,42.669,43.772,41.627,42.33,42.964,41.734,42.244,43.03,42.735,42.293,42.89,43.816,43.573]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"09_clear1k_x8","v":{"total":[13.552,13.473,13.577,13.099,13.252,13.397,13.274,12.829,12.583,13.452,13.322,12.213,13.012,12.978,13.01],"script":[10.333,11.113,11.265,10.473,10.619,10.691,10.659,10.781,10.889,10.516,11.178,11.038,11.035,9.998,10.151],"paint":[1.807,2.296,2.25,1.648,2.575,2.637,1.49,1.537,1.141,2.843,2.08,1.1,1.917,2.253,1.108]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.45966148376464844]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"22_run-memory","v":{"DEFAULT":[2.897995948791504]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.042311668395996]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6712732315063477]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.10813045501709]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"31_startup-ci","v":{"DEFAULT":[1889.63]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.308]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[131.55599999999998]}}, {"f":"hyperapp-v2.0.22-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[144.5478515625]}}, {"f":"hyperapp-v2.0.22-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[6.2744140625]}}, {"f":"hyperapp-v2.0.22-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.5517578125]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"43_first-paint","v":{"DEFAULT":[48.8]}}, -{"f":"hyperapp-v2.0.22-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[48.8]}}, -{"f":"imba-v1.5.2-keyed","b":"01_run1k","v":{"total":[51.737,52.534,43.245,51.791,48.372,42.831,54.338,48.353,45.694,53.992,51.109,53.837,41.911,50.288,49.639],"script":[8.07,8.652,7.786,8.524,7.968,7.626,8.115,7.813,7.618,8.02,8.688,9.207,7.495,7.809,8.547],"paint":[35.85,35,34.233,34.061,34.389,35.076,35.769,34.506,35.009,35.493,34.692,35.362,33.728,34.964,34.867]}}, -{"f":"imba-v1.5.2-keyed","b":"02_replace1k","v":{"total":[52.131,45.649,46.317,53.139,49.714,53.902,53.359,46.225,47.083,50.143,48.096,44.777,48.959,52.573,46.113],"script":[11.761,11.348,11.348,12.216,11.73,12.416,11.992,11.699,11.838,11.404,11.492,11.374,11.909,12.219,11.365],"paint":[34.073,34.137,34.811,35.684,33.208,34.942,33.594,34.384,34.97,33.273,35.573,33.255,33.357,33.586,33.022]}}, -{"f":"imba-v1.5.2-keyed","b":"03_update10th1k_x16","v":{"total":[18.648,19.211,18.325,17.359,17.84,18.778,18.954,18.698,18.449,17.734,18.66,17.443,17.53,17.951,18.147],"script":[2.742,2.652,2.055,2.286,1.814,2.337,2.734,1.474,1.946,1.748,1.937,1.915,1.733,1.58,1.828],"paint":[15.793,16.349,15.605,14.955,15.904,14.792,15.13,17.11,16.299,15.881,15.896,15.42,15.247,15.81,14.76]}}, -{"f":"imba-v1.5.2-keyed","b":"04_select1k","v":{"total":[5.533,4.26,5.377,4.561,5.107,3.98,3.946,4.939,4.538,4.926,5.519,4.735,3.616,4.937,4.923,4.334,5.054,4.828,4.124,4.644,3.824,5.792,4.651,5.285,4.356],"script":[2.686,0.369,2.74,2.009,2.095,1.376,1.665,2.307,1.383,1.066,2.749,1.156,1.039,1.434,2.084,1.991,1.324,1.755,2.04,2.321,1.049,2.054,2.086,2.838,1.743],"paint":[1.888,2.695,1.309,1.621,1.966,1.485,2.123,1.322,2.989,2.152,2.614,2.404,2.017,3.017,2.65,1.783,2.43,1.646,1.209,1.917,1.958,2.777,2.401,1.83,1.538]}}, -{"f":"imba-v1.5.2-keyed","b":"05_swap1k","v":{"total":[22.231,23.597,22.873,22.978,24.053,21.718,21.948,22.571,21.905,22.355,22.345,22.575,23.813,22.406,22.452],"script":[1.236,1.986,2.201,1.343,2.563,1.116,1.831,1.81,1.265,1.366,1.501,2.054,1.213,2.307,2.391],"paint":[18.737,20.219,19.532,18.926,21.359,19.596,20.001,20.638,19.546,20.19,20.706,20.118,22.469,19.433,19.617]}}, -{"f":"imba-v1.5.2-keyed","b":"06_remove-one-1k","v":{"total":[16.039,15.888,15.956,16.538,15.863,15.711,15.913,20.382,15.794,16.362,15.864,17.011,16.168,15.813,15.972],"script":[0.721,0.867,1.084,0.969,0.711,0.859,1.05,0.665,0.318,0.431,0.989,0.985,0.42,0.873,0.631],"paint":[15.118,14.885,14.459,15.067,14.997,14.713,14.396,14.909,15.297,14.857,14.427,15.092,14.846,14.808,14.83]}}, -{"f":"imba-v1.5.2-keyed","b":"07_create10k","v":{"total":[477.996,491.967,508.725,498.486,492.971,487.955,475.129,487.362,485.023,469.344,463.647,477.215,487.501,467.481,494.212],"script":[97.15,103.351,98.123,96.61,98.515,97.304,93.952,96.77,96.648,102.888,95.263,95.661,94.426,97.411,101.928],"paint":[371.274,377.645,397.357,394.76,390.019,379.066,376.91,379.655,378.446,362.944,364.859,373.609,381.908,357.558,379.65]}}, -{"f":"imba-v1.5.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[90.767,92.92,89.767,92.479,95.696,93.579,93.332,91.763,91.519,85.441,91.001,92.892,86.376,93.143,93.913],"script":[18.835,18.873,18.095,19.285,18.437,18.829,19.285,18.817,18.9,18.204,19.113,19.403,18.562,18.464,18.577],"paint":[66.581,67.585,66.041,67.877,67.945,69.563,67.843,67.69,67.19,66.879,66.866,67.989,67.436,66.457,70.021]}}, -{"f":"imba-v1.5.2-keyed","b":"09_clear1k_x8","v":{"total":[17.204,14.818,13.504,15.16,16.168,15.734,15.529,15.668,15.019,13.796,15.309,14.167,15.189,14.658,15.056],"script":[14.886,12.427,12.129,13.101,13.295,13.148,12.988,13.144,12.829,12.493,13.907,12.277,13.7,12.682,13.217],"paint":[1.723,2.326,1.314,1.041,2.813,2.013,2.056,2.466,2.137,1.249,1.343,1.823,1.434,1.106,1.738]}}, -{"f":"imba-v1.5.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7508077621459961]}}, -{"f":"imba-v1.5.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.779587745666504]}}, -{"f":"imba-v1.5.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.924837112426758]}}, -{"f":"imba-v1.5.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0830411911010742]}}, -{"f":"imba-v1.5.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.58364963531494]}}, -{"f":"imba-v1.5.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.65]}}, -{"f":"imba-v1.5.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.06]}}, -{"f":"imba-v1.5.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.05999999999997]}}, +{"f":"hyperapp-v2.0.22-keyed","b":"43_first-paint","v":{"DEFAULT":[42.6]}}, +{"f":"imba-v1.5.2-keyed","b":"01_run1k","v":{"total":[47.161,54.478,43.14,42.408,44.24,43.24,42.467,46.431,42.353,49.703,42.08,45.208,41.994,56.775,50.94],"script":[9.221,9.738,8.066,7.86,9.221,8.493,7.795,8.707,7.865,8.493,7.456,8.35,7.714,10.596,8.937],"paint":[33.577,34.357,34.938,34.421,34.219,34.588,34.541,36.293,34.357,33.497,34.492,35.246,34.146,35.582,34.282]}}, +{"f":"imba-v1.5.2-keyed","b":"02_replace1k","v":{"total":[53.082,52.744,60.922,51.766,51.941,58.115,58.021,55.089,50.867,59.407,57.696,55.483,58.808,53.501,50.453],"script":[14.387,13.43,13.994,13.771,14.235,13.874,14.052,13.832,13.863,14.259,13.852,13.856,14.266,13.453,14.078],"paint":[37.369,37.908,38.603,36.84,37.538,36.449,37.331,36.713,36.585,37.874,37.06,36.89,36.788,36.804,36.213]}}, +{"f":"imba-v1.5.2-keyed","b":"03_update10th1k_x16","v":{"total":[17.974,17.086,18.67,18.363,19.494,18.782,17.885,20.346,16.796,18.154,17.197,17.013,19.073,18.648,16.988],"script":[2.25,1.334,1.478,1.678,3.192,2.551,1.561,1.636,2,1.823,1.407,1.615,1.338,2.6,1.702],"paint":[15.147,15.002,16.005,16.554,16.165,16.121,16.216,17.607,14.679,16.224,14.84,14.897,15.144,15.036,15.177]}}, +{"f":"imba-v1.5.2-keyed","b":"04_select1k","v":{"total":[4.904,4.741,5.19,3.995,3.988,4.277,4.377,3.827,4.034,3.926,4.707,3.979,4.677,4.372,4.519,4.787,4.364,5.057,4.922,4.538,4.596,3.748,4.796,4.469,4.131],"script":[2.183,1.487,2.232,1.338,1.499,1.685,1.55,1.061,1.513,1.294,1.326,1.197,2.115,1.32,0.346,1.643,1.531,1.572,2.037,1.852,1.919,1.205,2.287,1.51,1.754],"paint":[2.557,2.667,2.388,0.911,1.741,2.447,1.357,2.588,2.373,1.609,2.836,1.756,2.165,2.884,3.291,2.976,2.654,3.284,1.739,1.5,2.512,2.171,1.686,2.803,2.184]}}, +{"f":"imba-v1.5.2-keyed","b":"05_swap1k","v":{"total":[21.861,23.374,21.94,23.011,21.587,23.881,22.101,22.369,21.447,21.697,22.345,23.381,21.796,21.109,22.706],"script":[1.325,1.841,2.269,1.477,1.121,1.929,1.233,1.068,1.71,1.737,1.392,1.615,1.858,1.526,1.594],"paint":[19.219,20.505,19.109,19.908,19.094,21.403,19.828,20.479,19.491,19.797,20.153,21.354,19.816,18.624,20.005]}}, +{"f":"imba-v1.5.2-keyed","b":"06_remove-one-1k","v":{"total":[16.525,14.923,15.642,15.933,15.858,15.529,15.687,16.508,17.109,17.316,16.142,16.855,15.889,17.232,15.216],"script":[0.339,0.65,1.012,0.333,0.293,0.65,0.925,0.842,0.707,0.903,0.79,0.957,0.356,0.745,0.764],"paint":[13.86,13.882,14.239,14.779,15.403,14.179,14.279,14.33,14.473,14.607,15.158,15.696,15.394,14.552,14.313]}}, +{"f":"imba-v1.5.2-keyed","b":"07_create10k","v":{"total":[459.426,485.259,479.334,489.712,470.562,469.562,467.772,487.087,494.099,482.364,482.958,492.747,460.33,480.628,464.329],"script":[101.118,102.711,101.495,106.553,100.51,101.29,108.351,101.592,101.859,100.621,99.962,108.161,100.842,106.683,99.063],"paint":[354.235,369.433,364.602,369.961,357.437,355.297,355.796,372.309,380.578,370.588,371.552,374.29,355.94,370.429,361.748]}}, +{"f":"imba-v1.5.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[108.623,107.871,108.488,106.177,106.883,106.397,99.67,104.778,98.976,105.791,106.392,104.918,103.086,105.833,108.345],"script":[23.196,23.133,22.43,23.352,22.754,22.723,22.652,22.653,22.739,21.675,23.015,22.957,22.525,23.213,23.262],"paint":[77.626,78.175,76.534,76.513,77.815,75.643,76.677,75.714,75.897,76.036,76.871,75.579,74.512,76.43,77.069]}}, +{"f":"imba-v1.5.2-keyed","b":"09_clear1k_x8","v":{"total":[13.978,15.15,14.682,14.663,14.707,14.678,15.245,13.6,14.995,14.496,14.533,13.667,15.045,15.437,14.647],"script":[11.763,12.494,12.98,12.703,13.025,11.788,13.566,11.671,12.657,11.752,12.584,11.739,12.614,12.758,13.406],"paint":[1.159,2.595,1.641,1.894,1.617,2.041,1.608,1.866,1.881,2.646,1.016,1.12,2.361,2.592,1.179]}}, +{"f":"imba-v1.5.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.754734992980957]}}, +{"f":"imba-v1.5.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.5732898712158203]}}, +{"f":"imba-v1.5.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.567808151245117]}}, +{"f":"imba-v1.5.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.090113639831543]}}, +{"f":"imba-v1.5.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.489288330078125]}}, +{"f":"imba-v1.5.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.35]}}, +{"f":"imba-v1.5.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.243999999999998]}}, +{"f":"imba-v1.5.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.552]}}, {"f":"imba-v1.5.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[202.392578125]}}, {"f":"imba-v1.5.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[64.1181640625]}}, {"f":"imba-v1.5.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.0751953125]}}, -{"f":"imba-v1.5.2-keyed","b":"43_first-paint","v":{"DEFAULT":[112]}}, -{"f":"imba-v1.5.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[112]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"01_run1k","v":{"total":[45.47,47.658,44.314,45.925,45.389,44.442,45.307,44.396,45.684,42.437,44.931,43.755,44.618,43.59,43.552],"script":[8.852,9.8,8.745,9.228,9.093,8.968,9.282,8.542,8.966,8.382,9,8.526,8.502,8.548,8.376],"paint":[36.167,37.37,35.085,36.235,35.822,34.758,35.487,35.425,36.301,33.613,35.495,34.796,35.429,34.611,34.497]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"02_replace1k","v":{"total":[77.17,74.77,76.247,80.11,76.864,75.16,74.899,73.635,76.586,76.653,77.075,77.717,77.981,76.569,76.132],"script":[43.044,41.207,41.267,43.437,43.176,41.274,41.348,41.103,43.198,43.027,42.798,42.972,43.241,41.552,42.4],"paint":[33.644,33.088,34.524,35.886,33.205,33.089,33.121,32.118,32.667,32.924,33.605,34.03,34.027,34.491,33.274]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"03_update10th1k_x16","v":{"total":[29.109,30.514,28.254,30.145,29.994,29.089,30.521,27.557,29.032,28.697,30.443,27.94,28.624,28.887,29.027],"script":[12.014,12.693,10.812,12.402,11.4,11.549,11.16,10.71,11.659,11.82,11.678,10.479,11.586,11.734,10.782],"paint":[15.649,15.64,15.439,15.997,15.559,15.885,17.188,14.687,14.798,15.15,16.859,14.53,14.688,14.825,15.954]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"04_select1k","v":{"total":[12.48,13.057,13.615,14.712,14.291,12.913,12.663,12.218,13.249,13.929,12.399,13.119,13.193,13.736,14.195,13.001,13.384,13.99,13.215,12.651,12.842,12.478,12.41,12.766,12.346],"script":[9.294,9.96,9.888,10.504,10.135,9.8,9.57,9.647,10.344,10.185,9.301,9.655,9.435,9.257,10.542,9.77,10.083,9.644,10.286,9.672,10.031,9.699,8.7,9.046,8.94],"paint":[3.054,2.127,2.747,3.223,3.134,2.433,2.514,2.43,1.941,2.342,2.954,1.25,2.256,4.205,3.42,1.667,2.232,3.04,1.644,1.823,2.673,1.797,2.753,2.119,2.814]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"05_swap1k","v":{"total":[169.444,164.911,167.398,173.341,167.023,165.016,164.02,168.239,165.979,166.353,164.515,164.047,161.917,169.412,167.149],"script":[25.712,25.076,26.505,27.605,25.549,23.961,25.215,26.563,24.68,24.496,24.369,24.953,23.87,25.741,25.597],"paint":[140.988,137.328,138.859,143.259,139.005,138.991,136.22,139.943,139.206,140.084,137.912,136.986,135.317,142.477,139.659]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"06_remove-one-1k","v":{"total":[88.964,86.008,86.825,88.749,86.32,84.999,89.168,89.7,86.988,87.223,85.828,89.801,87.348,87.303,89.887],"script":[17.005,16.321,17.183,17.699,16.165,16.187,18.079,18.158,17.346,17.18,16.711,16.532,17.648,18.313,18.37],"paint":[70.227,68.269,68.005,69.325,68.377,67.106,69.333,70.366,68.177,68.597,67.116,71.735,68.233,66.918,69.332]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"07_create10k","v":{"total":[488.536,472.881,477.493,484.681,479.061,478.012,486.085,476.84,483.267,479.337,477.417,486.132,479.897,481.805,482.133],"script":[100.164,99.992,99.616,114.553,101.368,99.438,114.348,99.713,100.64,100.027,100.052,102.905,100.713,112.362,99.205],"paint":[379.641,365.445,370.318,362.481,370.291,371.049,364.228,369.773,374.239,371.503,369.994,375.81,370.911,361.707,375.391]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.49,49.431,48.586,52.156,48.876,47.582,52.548,51.389,49.199,52.833,47.517,48.476,51.858,48.616,49.624],"script":[11.447,10.748,10.597,10.647,10.758,10.612,10.948,11.455,10.745,10.949,10.343,10.814,11.467,10.794,10.789],"paint":[37.009,37.696,37.093,40.528,37.254,36.118,40.6,38.988,37.58,40.708,36.296,36.781,39.385,36.957,37.839]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"09_clear1k_x8","v":{"total":[15.398,15.51,15.386,14.269,15.895,17.164,15.322,15.192,15.665,16.225,14.42,15.033,16.026,14.807,15.655],"script":[13.63,13.578,13.23,12.936,13.892,14.15,13.725,13.424,12.881,14.076,12.923,12.851,13.912,13.09,13.62],"paint":[0.81,1.544,1.261,0.927,1.339,1.825,1.506,0.883,2.03,1.69,1.381,1.964,1.996,0.753,1.305]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5351972579956055]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.196645736694336]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.224940299987793]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9387712478637695]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.80544662475586]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1886.89]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.664000000000001]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.21199999999996]}}, +{"f":"imba-v1.5.2-keyed","b":"43_first-paint","v":{"DEFAULT":[95.3]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"01_run1k","v":{"total":[44.693,44.664,45.251,44.674,47.941,44.833,44.685,45.037,47.554,45.001,45.599,44.69,44.341,45.396,45.088],"script":[8.884,9.078,9.828,9.062,9.992,8.741,9.067,9.538,10.284,9.759,8.806,9.754,8.83,9.658,9.276],"paint":[35.303,34.889,34.739,35.089,37.285,35.411,34.922,35.046,36.784,34.769,36.098,34.468,34.81,35.048,35.096]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"02_replace1k","v":{"total":[82.872,81.714,82.474,82.068,81.707,82.822,83.236,81.633,82.157,83.777,82.88,84.229,83.366,82.981,83.18],"script":[45.189,44.589,44.502,44.692,44.5,44.14,44.561,44.594,44.599,44.928,44.806,44.45,44.841,44.681,45.324],"paint":[37.172,36.393,37.25,36.909,36.757,38.224,37.979,36.578,36.857,38.366,37.616,39.313,37.839,37.629,37.346]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"03_update10th1k_x16","v":{"total":[27.513,28.016,29.82,28.696,29.723,29.099,30.308,30.028,28.059,28.576,28.463,28.992,29.124,29.316,28.792],"script":[10.875,11.062,12.851,10.859,11.653,10.792,11.602,11.506,10.614,11.089,11.187,12.22,11.476,11.746,12.136],"paint":[15.299,15.061,15,15.92,16.205,16.358,17.565,16.572,15.577,14.951,15.491,14.923,16.103,16.38,15.324]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"04_select1k","v":{"total":[13.166,13.145,14.095,14.159,13.145,14.501,13.49,13.322,15.364,12.163,13.083,13.879,13.846,13.587,12.801,14.168,14.654,13.154,14.478,13.65,13.681,12.987,13.942,13.736,15.026],"script":[9.448,10.189,10.669,10.503,9.98,11.093,9.742,10.338,11.253,9.856,10.217,10.47,10.382,10.267,9.725,10.954,11.21,9.956,10.686,9.584,9.796,9.935,9.616,9.894,11.438],"paint":[2.258,1.227,2.4,2.284,2.221,1.837,2.622,1.969,2.367,1.46,2.269,1.955,1.634,2.086,1.955,1.883,2.14,2.975,2.697,3.366,2.902,1.97,1.287,2.253,2.007]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"05_swap1k","v":{"total":[183.258,184.603,175.518,185.084,179.168,177.995,180.979,179.453,181.654,180.947,180.817,179.848,179.66,181.979,181.879],"script":[26.082,27.917,24.443,24.709,27.196,24.134,25.245,25.615,24.366,25.341,24.971,25.808,25.752,25.076,25.411],"paint":[155.075,154.03,148.889,158.247,149.46,151.478,152.608,151.183,155.522,153.688,153.6,151.774,151.907,154.484,153.851]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"06_remove-one-1k","v":{"total":[93.185,92.801,92.958,93.527,92.256,95.024,97.597,93.026,93.272,93.839,93.266,95.633,94.026,93.79,94.602],"script":[17.72,16.555,16.982,16.866,16.682,17.826,18.081,17.179,16.473,16.7,16.657,17.183,17.251,17.344,17.107],"paint":[73.614,74.37,74.276,75.139,74.114,75.356,77.715,74.348,75.475,75.342,74.502,76.81,74.552,74.733,76.001]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"07_create10k","v":{"total":[486.246,486.209,479.295,488.309,479.906,474.08,493.225,474.337,478.834,480.702,482.564,484.506,487.174,485.804,476.344],"script":[120.582,118.926,119.326,120.864,118.794,116.045,121.065,102.649,118.185,104.017,120.317,121.204,119.96,116.954,104.453],"paint":[357.81,359.35,351.961,359.708,353.547,350.516,364.556,364.369,353.04,369.377,354.714,355.28,359.685,360.959,364.104]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.414,54.452,52.964,54.929,53.299,53.658,54.471,54.486,54.256,53.469,53.537,53.108,54.881,54.823,55.016],"script":[12.481,13.023,12.541,12.988,12.906,12.713,13.196,12.662,12.685,12.417,12.713,12.642,12.83,12.705,12.574],"paint":[40.675,40.394,39.373,40.576,39.5,39.976,40.07,40.845,40.607,39.826,39.626,39.634,41.072,41.23,41.163]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"09_clear1k_x8","v":{"total":[16.026,14.633,15.995,15.519,14.578,14.227,14.867,14.726,15.632,15.374,15.758,14.814,15.326,15.224,15.343],"script":[13.384,12.805,14.054,13.357,12.59,12.093,13.005,12.293,13.851,12.949,13.44,12.778,13.312,12.878,13.842],"paint":[2.283,1.737,1.86,1.667,1.867,2.024,1.766,2.332,0.829,1.848,1.83,1.713,1.022,0.778,1.367]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5375165939331055]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.983170509338379]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.987804412841797]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9352254867553711]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.60310173034668]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1886.705]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.488]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.85999999999993]}}, {"f":"incremental-dom-v0.7.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[151.103515625]}}, {"f":"incremental-dom-v0.7.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[12.828125]}}, {"f":"incremental-dom-v0.7.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.8388671875]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"43_first-paint","v":{"DEFAULT":[61.5]}}, -{"f":"incremental-dom-v0.7.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[61.5]}}, -{"f":"inferno-v8.2.2-keyed","b":"01_run1k","v":{"total":[40.332,41.515,41.279,40.128,40.521,39.837,40.267,38.785,40.479,40.275,39.011,40.786,39.289,40.022,40.569],"script":[3.573,3.474,3.525,3.69,3.62,3.631,3.613,3.429,3.833,3.815,3.803,3.41,3.841,3.604,3.757],"paint":[36.04,37.585,37.059,35.756,36.281,35.742,36.161,34.9,36.151,35.766,34.722,36.716,35.008,35.736,36.095]}}, -{"f":"inferno-v8.2.2-keyed","b":"02_replace1k","v":{"total":[43.892,39.418,42.072,38.407,40.345,39.668,40.782,39.986,42.78,40.464,42.329,43.8,39.966,41.238,42.415],"script":[6.575,6.3,6.178,6.184,6.366,6.498,6.467,6.152,6.585,6.662,6.49,6.563,6.305,6.576,6.383],"paint":[36.618,32.679,35.449,31.83,33.243,32.423,33.876,33.409,35.54,33.33,35.428,36.553,33.223,34.171,35.604]}}, -{"f":"inferno-v8.2.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.093,20.486,19.099,19.109,18.85,20.357,18.585,18.954,18.858,19.405,18.73,18.768,18.779,17.943,18.881],"script":[1.807,2.143,1.564,1.267,1.634,1.74,1.057,1.054,1.49,1.457,1.521,1.672,1.744,1.347,1.055],"paint":[15.404,15.555,15.406,16.264,15.334,16.366,14.744,15.909,16.169,16.068,15.859,15.642,14.725,15.299,15.594]}}, -{"f":"inferno-v8.2.2-keyed","b":"04_select1k","v":{"total":[3.75,3.412,4.654,4.789,3.098,3.562,3.288,4.291,2.928,4.102,4.29,3.156,3.971,3.312,3.91,3.151,3.51,3.509,3.34,3.319,4.338,4.033,4.972,3.15,3.919],"script":[1.217,1.104,1.238,1.217,1.154,0.208,1.011,0.189,0.189,0.892,1.133,0.879,0.992,0.196,0.843,0.185,0.842,0.196,0.618,0.941,0.561,0.977,1.216,0.831,0.186],"paint":[1.579,1.497,2.769,2.051,1.149,2.782,2.156,3.233,2.593,2.087,1.996,2.161,2.256,2.476,2.121,2.839,2.53,2.855,1.798,1.777,2.362,2.862,2.549,1.515,2.537]}}, -{"f":"inferno-v8.2.2-keyed","b":"05_swap1k","v":{"total":[24.373,23.176,22.181,23.344,23.638,22.86,23.481,21.69,22.472,22.759,22.663,22.857,22.308,23.024,23.317],"script":[1.745,1.461,1.613,1.248,2.143,0.995,1.1,1.576,1.398,1.884,1.434,1.279,1.42,1.797,1.871],"paint":[20.768,20.61,19.174,21.112,19.893,20.639,20.79,18.449,19.771,19.128,19.821,19.944,19.5,19.577,19.664]}}, -{"f":"inferno-v8.2.2-keyed","b":"06_remove-one-1k","v":{"total":[17.136,17.258,17.338,18,18.048,17.967,16.781,16.694,18.608,17.192,17.112,17.207,17.819,17.595,17.32],"script":[0.653,0.254,0.59,0.485,0.871,0.7,0.269,0.594,0.662,0.582,0.609,0.608,0.627,0.598,0.304],"paint":[15.62,15.565,15.803,16.237,16.128,15.943,15.689,15.326,16.712,15.819,15.628,15.468,15.878,15.199,16.164]}}, -{"f":"inferno-v8.2.2-keyed","b":"07_create10k","v":{"total":[406.99,410.591,405.448,411.626,398.318,414.695,407.913,410.259,401.035,410.668,406.502,412.977,413.105,411.452,409.677],"script":[47.244,46.894,47.052,48.124,45.154,46.766,45.408,46.095,45.765,46.668,46.264,46.39,46.463,47.112,47.454],"paint":[352.116,356.262,350.951,356.266,345.76,359.919,355.009,356.804,347.871,356.401,352.812,359.168,359.179,356.983,354.721]}}, -{"f":"inferno-v8.2.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.569,41.4,43.308,43.901,41.614,43.497,41.152,41.685,44.01,42.508,43.434,42.612,43.245,41.531,41.577],"script":[3.417,3.446,3.513,3.606,3.625,3.517,3.415,3.435,3.548,3.536,3.477,3.543,3.49,3.66,3.569],"paint":[37.248,37.145,38.834,39.116,37.193,38.803,36.821,37.383,39.268,37.68,38.751,37.888,38.813,37.016,37.176]}}, -{"f":"inferno-v8.2.2-keyed","b":"09_clear1k_x8","v":{"total":[14.643,14.477,15.098,14.775,14.53,14.597,13.805,13.839,13.534,14.756,14.047,14.377,14.411,15.058,14.451],"script":[12.023,11.696,12.694,13.097,11.781,12.264,12.158,11.867,11.696,12.592,12.739,12.192,12.527,12.316,12.226],"paint":[1.91,2.674,2.278,1.21,2.654,2.228,1.544,1.832,1.747,2.076,1.203,2.069,1.797,1.934,2.137]}}, -{"f":"inferno-v8.2.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5065698623657227]}}, -{"f":"inferno-v8.2.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.8971261978149414]}}, -{"f":"inferno-v8.2.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9486846923828125]}}, -{"f":"inferno-v8.2.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7904376983642578]}}, -{"f":"inferno-v8.2.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.255502700805664]}}, -{"f":"inferno-v8.2.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.085]}}, -{"f":"inferno-v8.2.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.075999999999999]}}, -{"f":"inferno-v8.2.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.08800000000005]}}, +{"f":"incremental-dom-v0.7.0-keyed","b":"43_first-paint","v":{"DEFAULT":[47.7]}}, +{"f":"inferno-v8.2.2-keyed","b":"01_run1k","v":{"total":[40.67,39.167,40.285,40.016,40.595,40.417,40.332,40.652,40.389,40.176,39.902,39.887,39.019,39.94,39.883],"script":[3.803,3.756,3.728,3.811,3.679,3.87,3.799,3.767,3.79,3.696,3.72,3.72,3.878,3.697,3.765],"paint":[36.4,34.993,35.9,35.494,36.399,36.057,36.04,36.434,35.962,35.995,35.486,35.509,34.639,35.6,35.653]}}, +{"f":"inferno-v8.2.2-keyed","b":"02_replace1k","v":{"total":[45.148,44.534,45.437,46.473,45.565,46.289,47.815,45.431,44.935,45.833,45.275,47.514,44.623,45.225,46.015],"script":[8.252,8.07,8.094,8.072,8.47,8.171,8.115,8.019,8.117,8.412,8.302,8.067,7.982,7.965,8.224],"paint":[36.202,36,36.619,37.953,36.63,37.666,39.245,36.979,36.389,36.974,36.351,38.756,36.189,36.548,37.117]}}, +{"f":"inferno-v8.2.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.163,19.02,19.536,19,19.39,18.277,19.362,18.577,18.326,18.272,18.591,19.182,19.119,19.42,19.166],"script":[1.455,1.855,1.895,1.725,1.895,1.635,2.392,2.177,1.975,1.378,1.667,1.653,1.281,1.553,2.309],"paint":[16.638,15.168,16.073,15.635,15.596,15.3,15.581,14.526,14.899,15.048,14.761,14.984,15.883,15.775,14.92]}}, +{"f":"inferno-v8.2.2-keyed","b":"04_select1k","v":{"total":[3.482,3.964,4.071,4.382,4.096,4.771,4.451,5.268,3.404,3.876,3.112,4.049,3.181,3.847,4.853,6.003,3.431,3.661,3.164,4.069,4.893,4.541,5.212,3.092,3.671],"script":[1.078,0.921,1.445,1.171,1.285,1.2,1.176,1.193,0.602,1.3,1.405,1.178,0.874,1.079,1.206,1.258,1.176,0.661,1.182,0.166,0.96,1.151,1.241,0.264,1.16],"paint":[1.34,2.174,1.626,2.023,2.298,3.422,2.574,2.294,2.172,2.271,1.578,1.851,1.16,2.176,1.973,1.865,1.762,2.281,1.152,3.05,3.657,1.645,2.685,2.308,1.719]}}, +{"f":"inferno-v8.2.2-keyed","b":"05_swap1k","v":{"total":[21.696,22.708,21.582,21.776,22.149,22.295,23.462,22.389,22.142,22.874,21.887,23.636,22.864,21.919,22.445],"script":[1.447,1.63,1.783,1.165,1.066,1.286,1.611,1.513,1.706,1.462,1.631,1.588,1.48,1.018,0.974],"paint":[18.718,19.104,18.083,18.637,19.804,19.225,19.917,19.528,18.363,19.961,18.717,19.473,20.077,18.985,19.597]}}, +{"f":"inferno-v8.2.2-keyed","b":"06_remove-one-1k","v":{"total":[17.22,17.788,17.419,16.625,16.966,18.469,17.186,17.722,18.094,17.518,17.8,17.175,17.911,17.131,16.996],"script":[0.626,0.64,0.592,0.635,0.397,0.628,0.617,0.609,0.525,0.615,0.643,0.658,0.615,0.633,0.624],"paint":[15.488,15.411,15.891,15.189,15.155,16.399,15.763,16.23,16.629,15.602,16.182,15.415,16.233,15.567,15.512]}}, +{"f":"inferno-v8.2.2-keyed","b":"07_create10k","v":{"total":[405.346,404.566,408.154,410.9,408.344,411.799,408.263,414.85,415.62,408.225,405.179,412.112,402.52,409.344,407.459],"script":[54.661,54.819,49.404,54.159,52.381,53.265,51.944,54.821,54.826,52.881,48.808,54.317,53.562,53.499,52.298],"paint":[343.153,342.3,351.332,349.193,348.539,350.942,348.782,351.697,353.111,348.02,348.833,350.436,341.533,348.417,347.89]}}, +{"f":"inferno-v8.2.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.74,48.379,47.626,48.207,49.565,48.355,47.719,48.851,47.943,48.535,49.026,49.746,48.388,48.071,47.561],"script":[5.483,5.855,5.866,5.617,5.679,5.729,6.127,5.721,5.824,5.779,5.703,5.904,5.787,5.745,5.646],"paint":[41.339,41.601,40.542,41.644,42.654,41.706,40.688,42.21,40.961,41.552,42.051,42.637,41.399,41.035,40.687]}}, +{"f":"inferno-v8.2.2-keyed","b":"09_clear1k_x8","v":{"total":[13.837,14.74,14.256,13.865,13.292,13.57,14.044,13.79,14.187,13.832,13.787,14.439,14.192,13.903,12.201],"script":[11.484,11.962,11.796,11.668,11.725,11.262,11.921,11.863,11.738,11.91,12.131,12.296,11.632,11.97,10.306],"paint":[2.105,2.635,2.372,1.111,1.451,2.212,2.034,1.328,2.311,0.916,1.546,2.033,1.319,1.798,1.145]}}, +{"f":"inferno-v8.2.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5320615768432617]}}, +{"f":"inferno-v8.2.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6841392517089844]}}, +{"f":"inferno-v8.2.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.743748664855957]}}, +{"f":"inferno-v8.2.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.726776123046875]}}, +{"f":"inferno-v8.2.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.127291679382324]}}, +{"f":"inferno-v8.2.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1599999999999]}}, +{"f":"inferno-v8.2.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[32.408]}}, +{"f":"inferno-v8.2.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[163.40400000000002]}}, {"f":"inferno-v8.2.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[165.4296875]}}, {"f":"inferno-v8.2.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[27.1552734375]}}, {"f":"inferno-v8.2.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.9375]}}, -{"f":"inferno-v8.2.2-keyed","b":"43_first-paint","v":{"DEFAULT":[88.8]}}, -{"f":"inferno-v8.2.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[88.8]}}, -{"f":"ivi-v3.0.0-keyed","b":"01_run1k","v":{"total":[37.923,39.134,41.537,39.655,38.706,40.121,40.137,39.798,40.018,39.112,40.81,39.386,40.003,40.6,40.206],"script":[3.056,3.464,3.31,3.622,3.262,3.51,3.213,3.506,3.262,3.302,3.431,3.212,3.326,3.449,3.279],"paint":[34.433,35.222,37.758,35.559,34.888,35.986,36.277,35.793,36.061,35.244,36.841,35.584,35.969,36.681,36.463]}}, -{"f":"ivi-v3.0.0-keyed","b":"02_replace1k","v":{"total":[39.032,40.665,40.826,40.499,39.106,38.65,41.206,39.148,38.777,38.813,41.068,40.641,42.531,39.345,41.824],"script":[5.965,5.999,6.001,6.012,5.942,6.031,6.132,5.841,5.863,6.052,6.14,6.059,6.217,5.978,5.984],"paint":[32.671,34.231,34.122,34.027,32.706,31.88,34.426,32.887,32.472,32.311,34.229,34.127,35.824,32.927,35.408]}}, -{"f":"ivi-v3.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.303,18.277,18.861,19.508,17.855,19.644,18.035,19.73,17.849,19.011,20.639,18.23,18.714,17.802,18.757],"script":[1.453,1.174,0.974,1.238,1.267,1.213,1.488,1.492,0.921,1.507,1.809,1.718,1.558,1.545,1.346],"paint":[15.576,15.357,15.877,15.754,14.982,16.411,14.873,16.239,15.282,15.929,15.894,15.334,16.112,14.399,15.796]}}, -{"f":"ivi-v3.0.0-keyed","b":"04_select1k","v":{"total":[3.51,3.913,3.011,2.816,4.943,3.695,3.791,4.015,4.328,4.337,3.828,3.639,4.131,3.422,3.805,3.245,5.22,2.988,3.656,3.902,3.738,3.503,3.472,3.695,4.104],"script":[0.91,1.13,0.816,0.537,0.932,0.957,1.206,1.672,1.104,0.619,0.779,1.167,1.23,1.001,0.725,0.829,0.951,0.738,1.145,1.208,1.058,1.44,1.144,0.678,1.501],"paint":[1.659,2.454,1.473,2.177,2.964,2.63,2.447,1.39,2.085,2.76,2.084,1.603,1.675,1.434,1.675,2.308,3.337,2.135,2.411,2.589,1.404,1.217,2.185,2.408,2.04]}}, -{"f":"ivi-v3.0.0-keyed","b":"05_swap1k","v":{"total":[21.101,21.769,22.225,22.435,23.435,22.457,23.398,21.421,22.227,22.147,21.81,22.792,24.653,21.891,22.61],"script":[1.236,1.232,0.959,1.297,1.352,1.193,1.27,1.443,1.721,0.959,1.495,1.392,0.959,1.194,1.807],"paint":[18.204,18.419,18.904,19.788,19.672,18.572,19.98,17.924,19.174,18.989,18.178,19.773,20.317,19.294,19.174]}}, -{"f":"ivi-v3.0.0-keyed","b":"06_remove-one-1k","v":{"total":[17.195,17.532,18.998,17.443,17.642,17.159,17.348,16.341,17.459,17.255,17.069,17.208,16.904,17.492,16.902],"script":[0.599,0.616,0.341,0.565,0.575,0.357,0.597,0.386,0.372,0.473,0.55,0.607,0.564,0.587,0.356],"paint":[15.457,15.808,16.829,15.366,15.842,15.478,15.827,15.201,16.028,15.806,15.437,15.68,15.259,15.883,15.651]}}, -{"f":"ivi-v3.0.0-keyed","b":"07_create10k","v":{"total":[398.765,397.88,399.747,399.358,400.942,390.13,402.056,400.686,398.995,394.878,396.689,402.6,391.283,403.306,397.896],"script":[40.727,40.287,41.418,40.073,41.285,38.679,41.074,41.38,41.467,40.191,40.376,40.654,40.352,40.447,40.646],"paint":[349.574,349.561,350.837,351.637,352.208,344.044,353.555,351.914,350.215,347.197,348.669,354.48,343.722,355.508,349.994]}}, -{"f":"ivi-v3.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.813,43.922,43.84,44.419,44.08,41.894,43.763,45.969,43.141,42.042,44.316,46.12,44.945,45.309,42.394],"script":[4.098,3.532,3.639,3.484,3.454,3.411,3.651,3.645,3.596,3.383,3.457,3.731,3.503,3.522,3.437],"paint":[40.712,39.466,39.288,39.646,39.411,37.69,39.19,41.151,38.612,37.855,39.702,41.203,40.248,40.753,38.001]}}, -{"f":"ivi-v3.0.0-keyed","b":"09_clear1k_x8","v":{"total":[13.199,11.695,13.388,13.259,13.486,13.213,13.464,13.275,12.995,12.571,12.825,13.198,13.728,13.216,12.935],"script":[11.252,9.209,11.324,11.772,11.474,10.775,11.213,11.204,10.909,11.139,11.356,11.078,11.061,11.402,10.98],"paint":[1.861,2.402,1.173,0.437,1.641,2.304,1.047,1.983,0.79,0.425,0.81,2.01,2.529,1.719,1.855]}}, -{"f":"ivi-v3.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49884986877441406]}}, -{"f":"ivi-v3.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.3131418228149414]}}, -{"f":"ivi-v3.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.3505306243896484]}}, -{"f":"ivi-v3.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6911706924438477]}}, -{"f":"ivi-v3.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.473475456237793]}}, -{"f":"ivi-v3.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.71]}}, -{"f":"ivi-v3.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.98]}}, -{"f":"ivi-v3.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.928]}}, +{"f":"inferno-v8.2.2-keyed","b":"43_first-paint","v":{"DEFAULT":[63]}}, +{"f":"ivi-v3.0.0-keyed","b":"01_run1k","v":{"total":[38.237,39.662,39.283,39.365,39.919,39.557,39.366,39.44,39.705,39.314,39.292,40.522,39.4,39.845,39.809],"script":[3.191,3.125,3.328,3.112,3.189,3.046,3.168,3.108,3.413,3.186,3.128,3.175,3.417,3.165,3.171],"paint":[34.458,36.124,35.463,35.765,36.277,36.063,35.736,35.619,35.863,35.441,35.516,36.839,35.338,36.016,36.164]}}, +{"f":"ivi-v3.0.0-keyed","b":"02_replace1k","v":{"total":[44.226,43.226,43.374,45.629,43.759,43.743,44.661,44.011,43.079,43.056,43.68,44.629,44.841,44.083,44.965],"script":[5.836,6.443,6.206,5.814,5.908,5.658,5.64,5.851,5.716,5.985,5.717,5.922,5.791,5.736,5.891],"paint":[37.845,36.328,36.64,39.303,37.39,37.593,38.226,37.366,36.901,36.339,37.478,37.96,38.349,37.828,38.535]}}, +{"f":"ivi-v3.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[17.785,17.805,18.659,19.061,18.638,17.894,18.329,19.693,18.415,19.368,18.567,18.915,21.509,19.305,18.668],"script":[1.202,1.934,1.644,1.659,1.812,1.355,0.984,1.528,1.834,1.874,1.523,1.364,2.024,1.722,1.244],"paint":[15.231,14.029,15.598,15.05,14.91,15.516,15.391,15.781,15.135,16.466,15.461,15.579,17.993,15.706,15.497]}}, +{"f":"ivi-v3.0.0-keyed","b":"04_select1k","v":{"total":[4.068,3.899,3.748,3.781,3.01,4.904,3.773,3.252,4.359,4.868,4.414,3.331,3.414,3.732,4.307,3.396,3.718,3.428,3.322,3.341,5.856,4.358,4.283,3.423,3.622],"script":[0.246,1.241,0.925,0.741,0.227,1.261,1.171,0.602,1.296,1.617,1.259,0.23,0.658,0.814,0.964,0.906,1.304,0.879,0.25,0.909,1.547,1.818,1.18,0.995,0.97],"paint":[2.867,1.714,1.922,2.171,2.299,3.392,1.743,1.5,2.075,2.022,2.509,2.377,2.625,2.011,3.202,2.368,2.261,2.426,2.934,0.483,2.596,1.902,1.966,1.714,2.506]}}, +{"f":"ivi-v3.0.0-keyed","b":"05_swap1k","v":{"total":[22.009,22.663,21.746,24.714,21.127,21.871,21.24,21.766,21.558,21.529,21.156,20.879,21.381,21.659,22.199],"script":[1.281,1.24,1.691,1.648,1.562,1.861,1.555,1.173,1.304,1.32,1.048,1.51,1.661,2.186,1.524],"paint":[19.052,19.856,17.572,20.591,18.149,18.389,18.241,18.622,18.333,19.034,18.589,17.529,18.115,18.031,19.222]}}, +{"f":"ivi-v3.0.0-keyed","b":"06_remove-one-1k","v":{"total":[17.16,17.917,17.641,17.14,16.921,16.976,17.439,16.124,17.277,16.641,17.079,17.159,16.705,17.483,16.971],"script":[0.609,0.619,0.57,0.62,0.604,0.906,0.654,0.564,0.629,0.617,0.609,0.581,0.624,0.604,0.634],"paint":[15.76,15.854,15.695,15.619,15.597,15.292,15.41,15.058,14.927,14.958,15.342,15.284,15.256,15.279,15.111]}}, +{"f":"ivi-v3.0.0-keyed","b":"07_create10k","v":{"total":[411.311,402.977,408.186,404.299,409.477,411.719,406.996,412.306,408.24,403.839,409.394,404.801,416.024,388.811,388.571],"script":[42.875,43.093,43.554,42.471,45.526,42.421,44.086,45.274,43.261,41.818,43.372,43.015,45.791,40.344,39.278],"paint":[360.317,352.54,357.008,354.252,356.537,361.722,355.07,359.267,357.589,354.491,358.411,354.419,362.714,341.131,341.915]}}, +{"f":"ivi-v3.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.472,46.207,47.636,46.583,46.008,47.913,46.398,47.146,45.416,47.825,46.946,47.15,46.989,46.593,48.18],"script":[3.394,3.35,3.884,3.387,3.367,3.439,3.61,3.397,3.415,3.402,3.407,3.439,3.403,3.371,3.483],"paint":[41.894,41.656,42.764,42.248,41.454,43.571,41.839,42.61,40.7,43.217,42.601,42.473,42.385,42.036,43.322]}}, +{"f":"ivi-v3.0.0-keyed","b":"09_clear1k_x8","v":{"total":[13.076,13.164,13.32,14.296,12.705,12.818,12.108,12.844,12.714,12.688,12.546,12.537,12.663,12.538,13.32],"script":[10.853,10.598,10.719,11.766,10.471,10.522,10.553,10.453,10.217,11.238,10.866,10.256,10.449,10.836,11.043],"paint":[1.115,2.312,2.012,2.336,2.097,1.144,0.441,1.167,2.388,0.416,1.568,1.518,1.1,1.619,1.46]}}, +{"f":"ivi-v3.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4961061477661133]}}, +{"f":"ivi-v3.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.1046037673950195]}}, +{"f":"ivi-v3.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.229534149169922]}}, +{"f":"ivi-v3.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6332073211669922]}}, +{"f":"ivi-v3.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.224032402038574]}}, +{"f":"ivi-v3.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.49]}}, +{"f":"ivi-v3.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.503999999999998]}}, +{"f":"ivi-v3.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.164]}}, {"f":"ivi-v3.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[148.056640625]}}, {"f":"ivi-v3.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.783203125]}}, {"f":"ivi-v3.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.0849609375]}}, -{"f":"ivi-v3.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[55.8]}}, -{"f":"ivi-v3.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[55.8]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"01_run1k","v":{"total":[48.384,48.173,48.388,46.812,48.625,47.832,49.73,47.286,51.223,47.758,48.654,48.064,50.06,47.707,48.942],"script":[12.778,12.868,12.579,11.931,12.592,12.134,12.559,12.657,12.864,11.78,12.278,12.634,12.329,12.436,13.005],"paint":[35.171,34.879,35.189,34.404,35.28,34.99,36.695,34.17,37.855,35.545,35.864,34.951,37.289,34.819,35.467]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"02_replace1k","v":{"total":[47.16,47.155,47.087,51.637,47.667,47.859,46.93,47.502,48.524,47.47,47.638,47.046,48.687,47.385,46.943],"script":[14.04,14.101,13.818,13.844,14.032,14.048,13.366,13.936,14.38,14.095,14.197,13.657,14.373,13.893,13.401],"paint":[32.668,32.3,32.772,37.327,32.85,33.34,32.932,33.087,33.418,32.932,32.994,32.915,33.861,33.069,33.073]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"03_update10th1k_x16","v":{"total":[23.653,22.755,22.541,24.672,21.57,22.076,22.401,22.452,23.399,24.001,23.221,22.815,23.19,22.131,23.474],"script":[5.632,5.911,5.061,5.272,4.837,5.582,5.35,4.665,5.929,5.319,5.14,5.747,5.599,5.273,5.856],"paint":[15.863,15.469,16,16.213,15.702,14.855,16.033,15.203,15.381,16.381,17.119,14.913,16.558,14.999,15.772]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"04_select1k","v":{"total":[4.195,4.167,3.891,4.789,4.848,5,4.542,4.347,4.049,4.972,5.895,4.604,5.441,5.426,4.008,5.24,4.368,4.38,5.327,4.97,5.268,4.754,4.034,3.993,4.62],"script":[1.246,1.467,1.082,1.868,1.602,1.842,1.034,1.288,0.739,1.358,0.706,1.049,1.676,2.02,1.4,1.294,1.453,1.586,2.279,1.345,1.868,1.319,1.224,1.094,1.199],"paint":[2.252,1.885,1.81,2.093,2.395,2.54,3.34,1.953,2.256,3.439,4.963,2.591,2.688,2.326,1.563,3.357,2.743,2.646,2.032,3.44,2.438,2.485,1.754,2.158,2.221]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"05_swap1k","v":{"total":[163.768,167.134,164.683,164.44,162.972,170.161,163.9,163.365,165.601,167.422,167.372,160.608,171.522,164.674,164.633],"script":[22.337,23.906,23.677,22.51,24.217,25.029,23.731,23.105,22.807,23.655,22.758,22.662,23.798,23.212,23.381],"paint":[140.103,140.891,139.366,139.861,136.334,143.411,138.508,137.605,139.977,141.789,142.145,136.24,145.92,139.499,139.848]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"06_remove-one-1k","v":{"total":[18.003,19.614,18.974,17.564,18.511,18.13,17.776,19.134,18.435,18.064,18.686,18.632,18.602,18.354,19.691],"script":[1.39,1.96,1.363,1.02,1.292,1.692,1.296,1.453,1.389,1.493,1.632,1.318,1.309,1.641,1.396],"paint":[15.449,17.084,15.999,15.509,16.277,15.296,15.695,16.311,15.851,15.413,16.022,15.933,15.919,15.808,16.748]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"07_create10k","v":{"total":[647.303,647.798,657.165,644.389,646.548,658.775,639.547,645.868,646.417,650.703,650.912,643.235,647.871,639.49,636.111],"script":[261.107,259.624,259.483,258.232,261.319,265.966,255.746,257.826,257.876,258.437,259.471,260.55,258.965,259.214,258.339],"paint":[378.311,380.351,389.947,378.486,377.715,385.066,376.334,380.409,379.832,384.248,383.94,374.743,381.137,372.82,370.349]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.688,50.608,48.819,48.46,49.827,50.083,50.716,49.574,50.264,49.624,50.509,50.19,50.229,48.255,50.354],"script":[10.259,11.137,10.101,10.039,10.225,10.654,11.116,10.898,10.703,10.531,10.903,10.799,10.734,10.023,10.771],"paint":[38.573,38.5,37.836,37.547,38.66,38.482,38.592,37.7,38.647,38.182,38.675,38.451,38.531,37.312,38.592]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"09_clear1k_x8","v":{"total":[18.006,17.507,18.343,17.751,18.003,18.029,17.546,16.422,18.365,15.306,18.035,17.277,16.035,17.556,15.867],"script":[15.658,15.334,15.829,15.177,15.518,15.878,15.362,13.969,15.586,13.854,15.016,14.853,14.168,15.61,13.694],"paint":[1.557,1.605,2.346,2.116,2.389,2.034,2.074,1.952,2.086,1.349,2.713,2.331,1.631,1.83,2.068]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9925909042358398]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"22_run-memory","v":{"DEFAULT":[6.275846481323242]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.793256759643555]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.057936668395996]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[49.66762828826904]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2476.76]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.123999999999997]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.59999999999997]}}, +{"f":"ivi-v3.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[46.1]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"01_run1k","v":{"total":[49.828,49.829,48.548,47.917,49.15,48.058,48.195,47.716,47.075,49.729,47.541,47.497,50.66,47.588,48.304],"script":[13.306,13.132,12.519,13.359,13.274,12.61,13.505,12.963,12.483,13.05,12.004,13.098,13.981,13.048,13.378],"paint":[36.128,36.22,35.554,34.144,35.412,34.914,34.171,34.273,34.106,35.955,35.056,33.969,36.226,34.104,34.525]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"02_replace1k","v":{"total":[57.739,57.634,56.626,58.099,58.185,57.323,56.694,57.262,57.394,57.203,55.768,56.177,58.57,57.121,58.707],"script":[18.064,18.301,18.046,18.381,17.946,18.251,18.449,18.633,18.111,18.188,18.436,18.076,18.794,18.881,18.794],"paint":[39.221,38.856,38.079,39.246,39.501,38.584,37.766,37.899,38.517,38.517,36.824,37.621,39.32,37.747,39.331]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"03_update10th1k_x16","v":{"total":[23.177,24.132,23.446,23.343,24.096,24.281,23.206,24.024,23.431,22.895,23.879,23.159,22.379,22.783,22.709],"script":[5.929,5.515,4.98,6.405,6.018,5.903,5.978,5.862,6.012,5.692,6.431,5.433,5.613,6.415,5.213],"paint":[15.922,16.688,16.34,14.354,16.362,16.559,15.531,15.741,15.431,15.262,15.826,15.801,15.05,14.577,16.217]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"04_select1k","v":{"total":[4.656,3.825,5.542,3.913,4.648,4.58,4.211,4.206,4.389,4.705,4.873,3.865,3.959,4.66,5,4.098,4.876,4.079,4.432,5.459,4.407,4.181,4.741,5.596,5.381],"script":[1.164,0.982,2.081,1.131,2.326,1.884,1.098,1.493,1.766,1.654,2.012,1.152,1.271,1.259,1.297,1.297,1.387,0.924,1.073,1.985,1.524,1.306,1.141,1.946,1.013],"paint":[3.253,2.604,3.107,1.737,1.455,2.495,2.954,2.546,1.197,2.862,1.726,1.755,1.526,2.385,2.558,1.753,1.776,2.578,3.187,1.702,1.978,1.657,2.521,2.623,3.433]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"05_swap1k","v":{"total":[180.4,179.8,177.782,173.316,180.026,176.398,182.26,178.831,180.683,180.609,181.44,180.973,181.853,185.125,178.258],"script":[23.731,24.582,24.301,20.294,22.786,24.665,23.649,24.45,26.009,22.96,24.825,23.177,23.818,25.627,24.083],"paint":[154.537,153.022,151.084,151.299,154.29,149.281,156.264,152.069,152.386,154.607,154.317,154.492,155.433,157.033,152.271]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"06_remove-one-1k","v":{"total":[18.829,18.483,18.001,18.553,17.928,18.452,18.554,18.069,17.877,18.62,18.53,17.913,19.26,17.885,18.169],"script":[1.361,1.706,1.328,1.408,1.344,1.486,1.337,1.444,1.371,1.661,1.338,1.361,1.624,1.311,1.639],"paint":[16.144,15.765,15.8,16.156,15.636,16.05,15.726,15.475,15.451,15.883,15.998,15.356,16.184,15.474,15.379]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"07_create10k","v":{"total":[666.268,654.93,651.105,655.9,651.539,652.551,656.457,649.936,651.959,647.134,646.379,647.588,645.481,645.206,655.072],"script":[267.52,266.016,266.36,265.104,267.193,263.556,272.309,264.613,264.707,264.911,262.848,261.392,263.558,262.088,262.514],"paint":[391.359,380.645,376.793,382.755,376.013,380.98,376.068,377.859,379.44,373.49,375.619,378.551,373.9,375.378,384.765]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.045,61.657,58.876,60.285,58.491,60.087,68.424,59.421,59.064,60.798,61.609,60.029,59.586,60.981,59.921],"script":[15.507,16.358,16.251,16.406,16.131,15.903,23.094,16.177,15.291,16.549,17.617,16.315,16.299,17.085,16.15],"paint":[43.527,44.324,41.666,42.662,41.354,42.986,43.789,42.255,42.854,43.007,43.02,42.73,42.313,42.655,42.814]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"09_clear1k_x8","v":{"total":[17.243,17.248,16.532,16.995,16.321,16.603,16.734,17.168,15.35,17.813,16.605,17.415,17.757,17.296,16.734],"script":[14.692,14.996,13.995,14.779,14.553,14.903,14.482,15.01,13.616,15.132,14.513,15.042,15.072,15.003,14.579],"paint":[1.988,2.12,2.421,2.103,0.833,1.368,1.61,1.605,1.63,2.344,1.979,2.251,1.934,1.826,2.05]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.971776008605957]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"22_run-memory","v":{"DEFAULT":[6.06141471862793]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.56252384185791]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.072620391845703]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[47.45575141906738]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.505]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.316000000000003]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[174.99599999999998]}}, {"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[275.0771484375]}}, {"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[136.7998046875]}}, {"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[39.5966796875]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"43_first-paint","v":{"DEFAULT":[215.3]}}, -{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[215.3]}}, -{"f":"karyon-v2.0.0-keyed","b":"01_run1k","v":{"total":[47.525,47.295,47.851,46.137,47.054,47.457,48.107,47.054,47.073,49.151,49.966,46.552,47.274,47.223,47.199],"script":[12.245,11.837,12.373,11.481,11.278,11.711,12.702,11.664,12.163,12.137,12.694,11.805,11.321,11.984,11.751],"paint":[34.845,34.95,35.012,34.176,35.306,35.224,34.904,34.907,34.413,36.596,36.786,34.279,35.469,34.769,35.005]}}, -{"f":"karyon-v2.0.0-keyed","b":"02_replace1k","v":{"total":[51.663,50.971,51.726,51.453,53.476,53.093,51.265,51.718,55.432,51.419,51.979,51.919,53.758,52.559,54.26],"script":[17.381,17.547,17.882,18.011,19.324,18.573,17.5,18.552,18.337,17.587,18.722,17.955,19.572,18.565,18.712],"paint":[33.869,32.941,33.427,33,33.649,34.059,33.337,32.712,36.607,33.394,32.826,33.455,33.797,33.539,35.12]}}, -{"f":"karyon-v2.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.861,18.556,18.121,19.442,19.19,18.21,18.294,19.016,18.251,18.844,19.495,18.596,18.684,19.019,18.718],"script":[1.185,0.839,1.211,1.564,1.118,1.674,1.575,1.135,1.454,0.894,1.78,1.06,1.142,1.028,1.18],"paint":[15.959,15.771,15.093,16.654,15.705,14.633,14.787,16.16,14.941,15.353,15.604,15.729,16.159,16.717,15.453]}}, -{"f":"karyon-v2.0.0-keyed","b":"04_select1k","v":{"total":[3.025,3.056,4.793,3.041,3.41,3.208,3.735,3.1,2.844,3.422,3.533,3.614,3.839,4.041,2.95,2.936,3.668,3.526,3.443,3.353,3.113,2.897,3.115,3.653,3.744],"script":[0.426,0.167,1.052,0.505,0.174,0.158,0.848,0.884,0.761,0.512,0.922,1.015,0.766,0.755,0.16,0.161,0.806,0.697,0.746,0.681,0.629,0.285,0.803,0.497,0.964],"paint":[1.698,2.755,2.527,2.148,2.68,2.597,2.772,2.115,1.995,2.785,1.855,1.969,2.966,2.697,2.692,2.266,2.708,2.724,1.901,1.13,2.388,1.93,1.057,2.539,1.963]}}, -{"f":"karyon-v2.0.0-keyed","b":"05_swap1k","v":{"total":[23.948,24.903,24.856,23.904,24.343,24.656,23.44,23.464,23.362,23.492,25.346,23.69,24.576,23.469,23.93],"script":[3.214,2.761,3.154,2.904,2.856,2.876,2.553,2.654,2.81,2.925,3.406,2.974,2.978,2.558,2.564],"paint":[18.744,21.14,20.217,19.528,19.753,19.36,19.304,18.917,18.941,18.445,19.934,18.883,19.849,18.616,19.724]}}, -{"f":"karyon-v2.0.0-keyed","b":"06_remove-one-1k","v":{"total":[19.077,20.59,18.183,18.609,18.199,18.064,19.757,18.457,19.345,18.317,19.593,18.541,19.839,18.296,20.067],"script":[1.529,1.373,1.206,1.424,1.193,1.504,1.294,1.492,1.515,1.485,1.455,1.358,1.308,1.496,1.382],"paint":[16.202,18.082,15.964,15.931,16.155,15.607,17.582,16.024,16.712,15.933,16.726,16.301,17.705,15.8,17.968]}}, -{"f":"karyon-v2.0.0-keyed","b":"07_create10k","v":{"total":[563.323,565.331,576.88,576.59,571.966,557.215,580.583,570.138,580.155,576.525,567.526,573.944,553.98,568.872,578.026],"script":[173.689,168.15,170.453,171.453,167.807,168.67,175.25,167.725,173.439,168.937,169.298,170.584,169.268,169.762,171.96],"paint":[381.883,389.57,398.614,397.444,396.56,380.923,397.68,394.848,398.998,399.958,390.627,395.828,377.169,391.482,397.749]}}, -{"f":"karyon-v2.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.942,56.157,55.577,58.94,55.439,55.915,57.565,55.616,56.119,56.256,55.278,56.043,56.1,55.487,56.168],"script":[16.853,16.603,16.314,17.506,16.357,16.428,17.195,16.552,16.786,16.829,16.623,16.569,16.436,16.248,16.911],"paint":[38.179,38.612,38.435,40.474,38.18,38.643,39.513,38.212,38.481,38.466,37.806,38.642,38.773,38.41,38.388]}}, -{"f":"karyon-v2.0.0-keyed","b":"09_clear1k_x8","v":{"total":[26.694,26.352,25.718,27.912,25.175,27.389,26.009,26.741,27.653,25.311,25.44,26.187,25.551,25.861,25.996],"script":[24.529,23.517,23.48,25.503,23.613,25.267,23.349,24.554,25.435,22.779,23.225,23.568,23.44,23.762,23.446],"paint":[1.063,2.73,2.15,1.996,1.458,2.003,2.078,2.071,2.096,1.854,1.239,2.524,2.001,2.007,1.764]}}, -{"f":"karyon-v2.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5715866088867188]}}, -{"f":"karyon-v2.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.7775115966796875]}}, -{"f":"karyon-v2.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.900415420532227]}}, -{"f":"karyon-v2.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.4010629653930664]}}, -{"f":"karyon-v2.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[41.55297374725342]}}, -{"f":"karyon-v2.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.3899999999999]}}, -{"f":"karyon-v2.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.924]}}, -{"f":"karyon-v2.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.84000000000006]}}, +{"f":"jotai-v17.0.1 + 1.7.2-keyed","b":"43_first-paint","v":{"DEFAULT":[199.8]}}, +{"f":"karyon-v2.0.0-keyed","b":"01_run1k","v":{"total":[48.625,46.375,47.086,46.78,46.216,48.613,47.161,47.157,47.368,46.65,49.702,46.962,47.002,47.105,47.275],"script":[12.101,11.734,12.031,12.115,12.133,11.963,12.512,12.095,12.064,11.888,11.742,11.996,11.417,12.199,12.188],"paint":[35.775,34.187,34.561,34.188,33.581,35.922,34.136,34.649,34.889,34.131,37.18,34.429,35.128,34.458,34.624]}}, +{"f":"karyon-v2.0.0-keyed","b":"02_replace1k","v":{"total":[60.098,61.391,62.255,62.418,60.553,62.397,61.385,62.286,61.817,60.071,60.617,61.332,63.368,62.83,60.524],"script":[22.016,21.756,21.784,21.625,21.955,21.74,21.645,22.279,23.159,21.655,21.649,21.139,22.815,22.734,21.483],"paint":[37.627,39.126,39.742,40.096,38.084,40.139,38.954,39.512,38.176,37.932,38.564,39.705,39.833,39.597,38.555]}}, +{"f":"karyon-v2.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[17.299,17.631,18.745,19.111,18.264,19.428,18.48,18.058,19.229,20.568,18.386,19.357,17.912,18.387,19.51],"script":[1.309,1.619,2.013,1.879,2.058,1.647,1.309,1.867,1.322,1.081,1.799,1.036,1.238,1.503,2.042],"paint":[14.939,13.386,15.102,15.375,15.219,15.469,15.078,15.145,16.812,16.884,15.346,15.937,14.708,15.538,15.725]}}, +{"f":"karyon-v2.0.0-keyed","b":"04_select1k","v":{"total":[2.647,3.668,3.735,3.143,3.417,3.599,4.337,3.299,3.673,4.63,3.785,2.955,3.956,3.807,4.279,3.384,3.19,3.704,3.747,3.275,3.362,3.925,3.48,2.97,3.867],"script":[0.654,1.503,0.274,0.623,0.604,0.181,1.329,0.666,0.596,0.884,0.867,0.171,1.208,0.937,0.183,0.766,0.193,1.169,0.885,0.183,0.331,0.896,1.044,0.18,0.976],"paint":[1.346,2.035,2.087,2.367,1.952,3.291,1.685,2.513,2.486,2.76,1.992,1.715,1.866,2.732,2.51,2.474,2.866,1.316,2.033,2.408,2.851,2.162,0.966,1.677,1.996]}}, +{"f":"karyon-v2.0.0-keyed","b":"05_swap1k","v":{"total":[25.903,23.569,23.272,23.771,24.068,25.121,23.568,23.716,23.254,23.178,24.148,24.497,24.733,23.35,26.273],"script":[2.713,3.155,2.018,2.224,2.772,3.184,2.926,2.336,2.561,3.16,3.036,2.991,2.888,3.369,3.192],"paint":[21.109,18.526,19.863,18.859,19.888,20.299,19.279,19.921,18.23,18.366,19.497,18.918,19.899,18.329,20.208]}}, +{"f":"karyon-v2.0.0-keyed","b":"06_remove-one-1k","v":{"total":[17.556,18.964,18.658,17.505,18.061,18.613,18.768,18.453,19.263,19.303,18.741,18.355,18.277,18.227,18.286],"script":[1.464,1.804,1.7,1.431,1.494,1.806,1.658,1.366,1.699,1.715,1.756,1.282,1.654,1.519,1.699],"paint":[14.642,16.291,15.872,15.048,15.267,15.634,16.105,15.833,15.996,16.522,15.566,15.86,15.449,15.476,15.323]}}, +{"f":"karyon-v2.0.0-keyed","b":"07_create10k","v":{"total":[566.957,570.672,570.157,548.546,571.337,575.18,568.992,568.045,563.735,571.796,566.139,571.221,571.759,566.444,581.622],"script":[175.97,177.14,179.239,175.695,175.304,181.872,179.225,177.589,176.249,178.607,178.775,181.529,174.056,176.942,182.059],"paint":[383.27,385.891,382.987,364.26,388.01,385.095,382.136,382.56,378.761,385.288,378.945,381.261,389.65,381.393,391.746]}}, +{"f":"karyon-v2.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.716,65.94,63.263,66.022,64.461,63.558,64.077,63.534,64.558,64.412,64.748,65.86,64.424,65.399,64.148],"script":[20.773,21.711,18.483,21.038,19.6,20.402,19.887,18.773,20.461,18.857,18.687,20.032,20.155,20.479,19.959],"paint":[42.67,43.246,43.348,43.776,43.644,42.181,43.254,43.556,43.264,44.569,45.058,44.805,43.05,43.952,43.292]}}, +{"f":"karyon-v2.0.0-keyed","b":"09_clear1k_x8","v":{"total":[26.172,26.112,26.443,27.35,26.133,25.648,26.419,27.292,26.045,26.177,25.483,27.008,26.027,25.452,25.853],"script":[23.499,24.58,24.264,25.026,24.495,23.154,23.997,24.491,23.594,23.993,23.238,24.763,24.518,23.931,23.491],"paint":[1.928,1.427,1.224,1.969,1.525,1.428,1.394,1.692,1.743,1.257,1.875,2.127,0.44,1.412,2.234]}}, +{"f":"karyon-v2.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5753631591796875]}}, +{"f":"karyon-v2.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.5656633377075195]}}, +{"f":"karyon-v2.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.600526809692383]}}, +{"f":"karyon-v2.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.5078649520874023]}}, +{"f":"karyon-v2.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[39.354153633117676]}}, +{"f":"karyon-v2.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.7250000000001]}}, +{"f":"karyon-v2.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.148]}}, +{"f":"karyon-v2.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.35999999999999]}}, {"f":"karyon-v2.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[158.283203125]}}, {"f":"karyon-v2.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[20.0078125]}}, {"f":"karyon-v2.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.3642578125]}}, -{"f":"karyon-v2.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[66.3]}}, -{"f":"karyon-v2.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[66.3]}}, -{"f":"knockout-v3.5.1-keyed","b":"01_run1k","v":{"total":[76.48,75.736,78.317,73.901,73.287,74.853,74.044,74.322,74.462,74.042,76.166,74.39,76.578,76.951,75.822],"script":[38.483,38.511,40.119,36.7,36.669,38.188,37.121,37.367,37.007,37.42,38.776,37.592,38.089,39.141,38.074],"paint":[37.365,36.699,37.67,36.694,36.129,36.107,36.44,36.459,36.895,36.139,36.886,36.301,37.983,37.288,37.211]}}, -{"f":"knockout-v3.5.1-keyed","b":"02_replace1k","v":{"total":[87.383,83.741,84.014,87.658,84.244,85.436,85.751,81.571,87.042,84.849,85.083,87.635,83.215,85.679,84.746],"script":[51.204,49.126,49.439,51.526,48.487,51.039,50.716,46.424,52.132,49.99,50.349,49.593,48.997,50.483,49.031],"paint":[35.535,34.123,33.861,35.593,34.993,33.865,34.518,34.647,34.427,34.385,34.218,37.342,33.72,34.699,35.214]}}, -{"f":"knockout-v3.5.1-keyed","b":"03_update10th1k_x16","v":{"total":[20.675,21.019,20.211,20.678,20.659,21.747,20.306,20.513,21.383,20.892,20.841,19.381,20.893,22.726,20.953],"script":[2.996,1.684,2.652,2.549,2.391,2.879,2.448,1.962,3.601,2.47,2.921,2.565,2.441,2.448,2.93],"paint":[14.988,16.519,15.816,16.024,16.066,16.227,16.383,16.42,16.387,16.001,15.643,14.562,17.128,17.731,15.619]}}, -{"f":"knockout-v3.5.1-keyed","b":"04_select1k","v":{"total":[12.703,13.81,13.227,11.348,12.965,12.47,12.824,14.891,12.467,13.074,13.571,13.959,12.895,11.959,12.914,11.048,12.673,12.346,13.407,12.103,12.59,11.917,13.483,13.147,14.107],"script":[8.949,9.727,9.302,7.838,9.516,8.457,9.041,9.608,8.576,8.978,8.613,10.296,8.193,7.662,8.284,8.183,8.733,7.986,9.445,8.551,8.257,8.517,9.093,9.381,9.469],"paint":[2.797,3.197,3.202,2.369,3.232,3.771,2.828,3.675,3.26,3.854,3.506,2.608,2.923,4.085,2.821,2.338,2.657,3.389,2.858,2.82,3.086,2.758,3.188,2.562,3.944]}}, -{"f":"knockout-v3.5.1-keyed","b":"05_swap1k","v":{"total":[164.016,165.356,160.924,163.979,163.586,161.44,166.834,172.515,162.363,161.163,161.942,164.251,165.616,163.709,164.469],"script":[20.841,20.764,19.472,19.54,21.049,20.642,20.062,20.582,19.921,19.134,20.809,20.813,20.449,19.474,19.856],"paint":[141.419,142.024,138.164,141.134,139.441,138.169,143.808,149.046,139.899,139.165,138.813,141.585,141.913,142.201,143.096]}}, -{"f":"knockout-v3.5.1-keyed","b":"06_remove-one-1k","v":{"total":[19.045,19.205,20.47,19.721,18.732,18.773,19.928,19.663,20.416,18.572,20.774,18.501,18.308,18.929,18.612],"script":[1.356,1.379,1.397,1.871,1.271,1.293,1.676,1.839,1.948,1.357,1.915,1.643,1.419,1.327,1.293],"paint":[16.581,16.569,17.428,16.508,16.425,16.488,16.92,16.641,17.234,16.105,17.227,15.732,15.951,16.469,16.532]}}, -{"f":"knockout-v3.5.1-keyed","b":"07_create10k","v":{"total":[752.992,738.119,744.991,738.488,749.527,744.66,745.214,744.713,740.262,746.526,734.394,753.012,705.771,742.265,735.278],"script":[325.668,321.625,325.507,323.885,326.591,323.188,323.756,322.924,322.427,327.476,317.033,323.021,301.023,317.758,314.135],"paint":[419.466,408.813,411.742,406.519,415.182,413.243,413.464,413.729,409.767,411.085,409.351,421.106,397.078,416.706,412.156]}}, -{"f":"knockout-v3.5.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[80.465,80.658,82.245,81.553,78.533,82.202,86.518,86.324,78.847,80.023,79.792,80.38,81.022,79.428,79.202],"script":[38.495,39.162,41.806,39.797,39.259,40.248,39.579,39.879,38.735,38.733,39.124,39.468,38.924,37.774,38.896],"paint":[40.767,40.476,39.526,40.699,38.362,41.051,45.682,45.384,39.129,40.324,39.66,39.916,40.791,40.695,39.321]}}, -{"f":"knockout-v3.5.1-keyed","b":"09_clear1k_x8","v":{"total":[50.629,56.604,53.349,55.282,55.03,57.237,54.212,50.342,57.928,56.101,51.657,54.458,51.22,55.298,56.562],"script":[49.126,54.428,50.835,52.498,52.494,54.594,51.565,47.474,54.748,53.587,48.784,52.03,49.092,52.865,53.616],"paint":[1.376,2.039,2.367,2.115,1.369,1.591,1.905,2.375,2.524,1.587,2.505,2.061,1.104,1.77,2.111]}}, -{"f":"knockout-v3.5.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7512474060058594]}}, -{"f":"knockout-v3.5.1-keyed","b":"22_run-memory","v":{"DEFAULT":[12.82363510131836]}}, -{"f":"knockout-v3.5.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[13.035970687866211]}}, -{"f":"knockout-v3.5.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4200258255004883]}}, -{"f":"knockout-v3.5.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[77.47004318237305]}}, -{"f":"knockout-v3.5.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.56]}}, -{"f":"knockout-v3.5.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.579999999999998]}}, -{"f":"knockout-v3.5.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.94799999999998]}}, +{"f":"karyon-v2.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[68.6]}}, +{"f":"knockout-v3.5.1-keyed","b":"01_run1k","v":{"total":[78.893,77.047,76.864,75.037,77.235,75.637,76.497,77.344,75.766,76.075,76.726,77.045,75.919,76.936,77.163],"script":[40.178,38.945,38.895,38.282,39.236,38.94,39.5,38.359,39.038,39.024,39.577,39.825,38.666,39.926,39.545],"paint":[38.15,37.539,37.277,36.172,37.221,36.119,36.269,38.246,36.046,36.253,36.427,36.471,36.737,36.445,36.849]}}, +{"f":"knockout-v3.5.1-keyed","b":"02_replace1k","v":{"total":[103.522,103.07,103.72,103.975,106.073,103.306,102.47,103.838,106.342,106.462,102.532,102.889,102.583,104.696,104.622],"script":[64.004,63.06,63.778,64.416,64.631,63.87,62.785,62.853,63.675,64.769,62.919,62.953,62.952,64.811,65.131],"paint":[38.995,39.33,39.418,39.023,40.949,38.92,38.926,40.472,42.137,41.168,39.081,39.47,39.103,39.145,38.908]}}, +{"f":"knockout-v3.5.1-keyed","b":"03_update10th1k_x16","v":{"total":[22.322,20.86,20.627,19.696,19.474,19.858,20.565,19.333,19.725,19.657,21.723,19.936,20.788,20.333,21.49],"script":[2.098,2.809,2.559,1.975,2.308,2.74,1.982,2.684,1.912,2.162,2.591,2.582,2.845,2.176,2.198],"paint":[18.689,16.727,16.754,14.661,15.788,15.123,16.314,15.685,16,16.056,17.468,15.736,16.294,16.877,17.39]}}, +{"f":"knockout-v3.5.1-keyed","b":"04_select1k","v":{"total":[15.163,15.448,14.363,17.285,18.917,17.24,15.245,15.929,17.863,14.711,16.336,14.597,14.822,15.394,15.137,15.968,16.124,14.491,16.476,15.679,16.044,15.947,14.555,15.938,15.741],"script":[11.774,11.174,11.083,12.587,13.335,12.448,12.261,11.946,12.691,10.862,11.604,11.068,10.857,11.41,11.277,11.047,11.707,10.821,11.997,12.574,12.474,12.132,10.813,11.758,11.674],"paint":[2.371,3.258,1.724,3.771,3.447,2.741,1.611,3.074,3.422,2.836,4.469,3.273,2.573,2.942,2.946,3.63,2.995,2.511,3.415,2.122,2.922,2.893,2.49,3.948,2.826]}}, +{"f":"knockout-v3.5.1-keyed","b":"05_swap1k","v":{"total":[186.208,191.552,193.698,185.789,187.665,184.797,191.95,183.541,185.493,188.229,187.25,191.196,183.173,187.477,190.223],"script":[26.719,29.268,27.481,27.76,27.392,28.14,28.27,27.241,28.01,27.803,27.463,29.388,26.056,27.639,26.757],"paint":[157.363,159.147,163.845,155.478,157.35,153.655,162.46,152.986,153.965,158.351,157.541,159.629,154.109,158.421,160.829]}}, +{"f":"knockout-v3.5.1-keyed","b":"06_remove-one-1k","v":{"total":[20.258,19.966,18.547,19.941,19.66,19.691,20.249,20.299,18.996,20.131,19.886,19.473,18.925,19.682,19.919],"script":[1.677,1.555,1.331,1.911,1.833,1.76,1.782,1.982,1.79,1.938,1.353,1.573,1.379,1.95,1.853],"paint":[16.979,17.055,16.107,16.791,16.931,16.539,16.714,17.378,16.296,16.757,16.629,16.504,16.435,16.271,16.92]}}, +{"f":"knockout-v3.5.1-keyed","b":"07_create10k","v":{"total":[750.851,747.608,736.969,743.362,745.832,746.701,746.75,739.037,742.521,740.293,741.133,734.345,743.083,737.409,748.922],"script":[338.515,332.812,332.588,334.432,342.045,334.177,335.279,334.189,335.019,328.558,327.668,329.37,328.778,331.583,335.99],"paint":[404.456,407.083,396.55,400.97,396.085,404.826,402.651,397.133,399.557,403.873,405.74,396.846,406.051,396.974,405.135]}}, +{"f":"knockout-v3.5.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[88.075,89.056,87.688,88.648,87.879,89.481,89.961,89.359,89.358,87.778,87.252,88.183,88.406,88.408,88.638],"script":[39.785,40.649,41.419,41.34,41.607,40.346,41.898,41.529,41.964,40.893,40.712,41.093,41.097,40.694,41.171],"paint":[46.998,47.388,45.26,46.287,45.292,47.773,46.82,46.932,46.376,45.884,45.501,45.828,46.393,46.677,46.2]}}, +{"f":"knockout-v3.5.1-keyed","b":"09_clear1k_x8","v":{"total":[54.416,58.412,58.855,49.523,54.874,56.664,60.522,54.758,54.872,58.375,55.146,58.081,56.033,54.542,56.701],"script":[51.685,55.823,56.08,46.94,52.617,53.91,57.885,51.903,52.169,55.394,52.8,55.388,53.438,52.123,53.446],"paint":[1.919,2.442,2.621,2.427,0.922,2.622,2.341,2.047,1.818,1.272,1.283,2.175,2.458,2.282,2.722]}}, +{"f":"knockout-v3.5.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8129816055297852]}}, +{"f":"knockout-v3.5.1-keyed","b":"22_run-memory","v":{"DEFAULT":[12.599679946899414]}}, +{"f":"knockout-v3.5.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[12.626770973205566]}}, +{"f":"knockout-v3.5.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4046430587768555]}}, +{"f":"knockout-v3.5.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[75.2767219543457]}}, +{"f":"knockout-v3.5.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2177.715]}}, +{"f":"knockout-v3.5.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.576]}}, +{"f":"knockout-v3.5.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.01999999999998]}}, {"f":"knockout-v3.5.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[208.7177734375]}}, {"f":"knockout-v3.5.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[70.4404296875]}}, {"f":"knockout-v3.5.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[22.390625]}}, -{"f":"knockout-v3.5.1-keyed","b":"43_first-paint","v":{"DEFAULT":[119.8]}}, -{"f":"knockout-v3.5.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[119.8]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"01_run1k","v":{"total":[41.182,41.439,41.324,42.88,43.294,40.907,41.418,40.564,42.602,41.079,41.934,40.256,41.799,40.346,40.224],"script":[6.193,5.929,5.888,5.87,5.803,5.661,6.19,6.292,5.939,5.937,6.157,6.102,6.023,5.765,5.618],"paint":[34.579,35.089,35.016,36.572,36.726,34.722,34.794,33.811,35.957,34.703,35.035,33.684,35.081,34.123,34.143]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"02_replace1k","v":{"total":[46.957,43.504,44.673,45.186,45.425,43.72,44.407,44.461,43.004,44.228,44.547,43.268,43.05,43.818,43.72],"script":[10.111,10.055,10.381,10.062,10.061,10.08,10.527,10.086,9.787,10.293,9.944,9.866,9.934,9.596,10.293],"paint":[36.163,33.007,33.89,34.412,34.907,33.176,33.42,33.635,32.774,33.232,33.918,32.944,32.665,33.507,32.992]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"03_update10th1k_x16","v":{"total":[19.777,20.219,20.566,19.62,20.845,21.086,20.291,20.078,20.774,20.174,21.412,19.216,21.776,21.369,19.586],"script":[3.331,2.994,3.694,1.92,3.036,3.311,2.493,2.791,2.547,2.718,2.882,2.938,2.842,3.206,2.665],"paint":[14.057,15.079,14.165,16.724,15.964,15.754,16.169,15.91,14.886,15.305,15.732,15.247,17.063,15.279,15.303]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"04_select1k","v":{"total":[3.301,3.785,3.814,5.603,3.047,4.079,3.719,3.335,3.72,4.383,3.887,4.073,3.52,3.933,4.028,3.288,3.117,3.899,3.782,4.53,3.47,4.014,2.823,2.937,4.068],"script":[1.027,0.919,1.303,1.023,0.621,1.554,1.018,0.809,1.06,1.224,0.887,0.628,1.243,0.591,0.652,0.905,0.622,1.022,0.928,1.939,1.32,1.51,0.949,0.957,0.665],"paint":[1.271,2.724,1.895,3.961,2.312,2.397,1.383,2.389,2.515,3.018,2.194,1.911,1.715,2.714,3.242,2.232,1.556,1.525,1.992,2.465,1.76,2.371,1.748,1.865,2.355]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"05_swap1k","v":{"total":[22.073,24.151,23.733,22.4,23.783,22.903,22.192,22.155,22.84,22.415,24.57,22.906,23.088,22.715,22.177],"script":[1.75,2.408,1.538,1.928,1.649,1.769,1.026,1.451,1.032,1.033,1.564,2.266,1.75,1.447,1.56],"paint":[18.227,19.442,20.079,19.176,19.859,19.835,19.366,18.414,19.175,19.148,21.345,18.388,19.623,19.687,19.144]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"06_remove-one-1k","v":{"total":[18.593,17.769,17.614,17.88,17.521,18.284,17.579,17.368,16.75,17.135,17.375,17.775,18.421,17.172,17.591],"script":[0.74,0.604,0.648,0.626,0.618,0.867,0.779,0.499,0.594,0.633,0.647,0.617,0.637,0.605,0.62],"paint":[16.581,16.418,16.042,16.219,15.851,16.608,15.841,15.347,15.101,15.672,15.573,15.626,16.506,15.472,16.221]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"07_create10k","v":{"total":[433.042,433.605,432.615,427.366,423.045,440.246,427.764,421.605,426.612,433.386,432.338,426.739,431.628,419.156,428.314],"script":[69.949,71.329,68.666,69.105,68.23,67.765,69.337,67.41,67.142,70.401,68.181,69.158,68.591,65.877,65.429],"paint":[355.593,354.769,356.567,350.925,347.322,365.054,350.484,346.805,352.042,355.569,356.717,349.221,355.643,345.856,355.477]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.44,44.67,45.1,46.379,44.914,45.436,44.422,45.184,45.118,45.336,45.182,46.164,44.809,45.863,45.224],"script":[6.04,5.835,6.127,6.164,6.199,6.353,5.99,6.077,6.215,6.285,5.815,6.01,5.709,6.188,5.859],"paint":[39.167,37.917,37.992,39.021,37.752,37.936,37.51,38.19,37.942,38.12,38.419,39.175,37.871,38.66,38.162]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"09_clear1k_x8","v":{"total":[16.259,16.695,16.881,16.198,16.989,16.637,16.385,15.71,15.952,16.12,16.847,15.9,15.697,16.983,15.904],"script":[14.104,14.665,14.382,14.007,15.076,14.284,14.531,13.899,13.809,13.898,14.483,13.734,14.249,14.388,13.406],"paint":[1.569,1.923,2.377,1.346,1.795,2.244,1.014,1.714,2.035,2.116,1.277,2.058,0.406,1.974,2.347]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7040586471557617]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"22_run-memory","v":{"DEFAULT":[5.286243438720703]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.313203811645508]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0934600830078125]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.77411460876465]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.46]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.488]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[135.204]}}, +{"f":"knockout-v3.5.1-keyed","b":"43_first-paint","v":{"DEFAULT":[107.6]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"01_run1k","v":{"total":[42.388,41.757,42.392,44.28,42.1,43.507,43.773,41.632,44.792,41.908,45.747,43.435,46.039,43.848,43.256],"script":[6.878,6.297,7.004,6.843,6.595,7.607,7.47,6.61,7.095,6.944,7.53,7.871,7.88,6.902,6.921],"paint":[34.955,35.038,34.673,36.784,35.06,35.251,35.64,34.556,37.228,34.498,37.771,34.8,37.438,36.457,35.852]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"02_replace1k","v":{"total":[50.012,49.176,50.285,49.367,48.904,49.551,49.017,49.951,49.694,50.475,48.728,48.689,50.154,49.025,49.336],"script":[11.558,12.337,12.529,12.018,12.324,11.582,12.265,12.04,11.478,12.148,11.932,11.279,11.739,11.932,11.887],"paint":[37.987,36.373,37.28,36.619,35.783,37.231,36.236,37.133,37.729,37.602,36.022,36.649,37.908,36.602,36.738]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"03_update10th1k_x16","v":{"total":[19.631,19.56,19.264,19.868,20.043,19.483,18.988,19.717,21.689,20.264,18.983,18.922,21.057,20.658,19.559],"script":[3.288,2.925,3.038,3.284,2.904,3.261,2.745,3.049,3.117,2.861,2.65,2.125,3.154,3.034,2.815],"paint":[14.57,14.887,14.342,15.452,15.425,14.082,14.528,14.728,17.376,16.3,14.98,14.489,15.743,15.967,14.775]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"04_select1k","v":{"total":[4.296,4.243,4.191,4.103,3.864,4.886,3.516,4.629,3.424,3.753,4.672,4.104,3.462,4.629,3.754,4.406,3.623,4.102,4.914,4.248,4.418,3.761,4.448,3.709,3.924],"script":[1.693,1.267,1.483,1.366,1.005,0.599,0.957,2.002,0.638,1.164,1.151,0.254,0.919,1.433,0.592,1.29,1.104,1.476,0.904,0.957,1.284,1.015,1.302,0.955,0.702],"paint":[1.764,2.825,2.26,2.575,1.998,4.043,1.56,1.827,2.289,1.558,2.882,2.76,1.507,1.627,2.203,2.963,1.885,1.671,3.567,2.693,2.005,2.571,2.282,2.081,2.398]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"05_swap1k","v":{"total":[22.884,25.334,22.42,22.697,22.638,24.661,22.872,25.04,21.994,22.85,22.356,23.424,22.825,23.279,22.234],"script":[1.333,1.816,1.655,1.624,1.888,1.81,2.03,1.579,1.527,1.459,2.041,2.293,1.98,0.94,1.641],"paint":[19.16,21.351,19.305,20.062,19.186,20.265,19.241,22.12,19.179,19.413,18.427,19.66,19.296,20.158,19.429]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"06_remove-one-1k","v":{"total":[17.263,17.275,16.739,17.087,17.235,17.52,17.611,17.241,17.804,17.557,17.164,17.309,17.655,17.451,17.156],"script":[0.637,0.696,0.629,0.623,0.626,0.665,0.65,0.637,0.614,0.619,0.642,0.621,0.638,0.659,0.665],"paint":[15.499,15.803,15.299,15.619,15.169,15.754,16.176,15.785,16.332,15.89,15.449,15.525,15.606,16.036,15.149]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"07_create10k","v":{"total":[422.564,418.495,419.004,414.748,420.981,423.21,423.721,424.844,419.978,419.844,424.7,418.651,424.018,420.39,422.461],"script":[66.123,66.313,66.477,65.246,66.705,65.728,66.758,65.528,65.539,66.126,66.981,63.989,65.618,67.071,67.562],"paint":[349.12,344.58,344.977,342.233,347.013,350.189,349.591,351.985,347.151,346.425,350.342,346.62,351.156,345.962,347.644]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.89,52.114,49.335,50.456,50.545,49.596,49.161,49.65,50.327,50.987,50.379,50.535,49.466,49.213,50.057],"script":[7.755,8.173,7.231,8.349,7.867,7.661,7.549,7.945,7.866,7.66,7.956,7.685,7.253,7.958,8.15],"paint":[43.235,42.758,40.875,40.84,41.729,41.015,40.351,40.736,41.512,42.124,41.029,41.894,41.293,40.302,40.999]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"09_clear1k_x8","v":{"total":[15.774,15.996,16.045,15.975,16.117,15.887,16.216,16.792,16.467,16.233,15.923,17.15,16.327,16.16,16.538],"script":[13.687,13.68,14.397,13.219,13.862,13.437,13.977,14.3,13.686,13.687,13.368,14.642,14.143,14.016,14.178],"paint":[1.96,2.184,1.502,2.11,1.317,2.354,2.128,1.965,1.735,2.419,2.458,1.92,1.247,2.052,1.372]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7519502639770508]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"22_run-memory","v":{"DEFAULT":[5.069246292114258]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.151867866516113]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0636682510375977]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.639880180358887]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2177.32]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.692]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[153.65999999999994]}}, {"f":"ko-jsx-v0.16.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[213.04296875]}}, {"f":"ko-jsx-v0.16.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[74.767578125]}}, {"f":"ko-jsx-v0.16.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[24.400390625]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"43_first-paint","v":{"DEFAULT":[136.7]}}, -{"f":"ko-jsx-v0.16.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[136.7]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"01_run1k","v":{"total":[46.847,47.216,47.643,47.246,50.271,48.218,46.567,46.58,46.787,46.68,47.736,46.212,46.581,47.698,46.62],"script":[13.6,13.807,14.117,14.178,14.258,13.905,13.762,13.97,13.527,13.402,14.224,13.77,13.738,14.089,13.467],"paint":[32.774,32.946,33.131,32.376,35.505,33.853,32.35,32.202,32.841,32.874,33.077,31.983,32.398,33.15,32.715]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"02_replace1k","v":{"total":[51.295,52.195,51.729,53.152,51.616,51.365,51.574,50.33,51.469,52.25,53.705,50.861,53.19,50.937,51.235],"script":[17.623,18.349,17.91,17.641,17.974,16.987,17.923,17.691,17.405,18.486,17.997,17.591,17.434,17.073,18.247],"paint":[33.179,33.395,33.342,34.746,33.183,33.932,33.197,32.172,33.36,33.312,35.217,32.821,35.279,33.137,32.459]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"03_update10th1k_x16","v":{"total":[25.926,25.729,24.742,24.676,23.298,24.945,25.162,25.616,25.15,24.758,25.036,25.652,25.548,24.476,23.522],"script":[7.75,6.888,6.581,6.5,5.743,7.287,7.474,7.378,7.303,6.737,6.957,6.688,6.892,7.144,5.951],"paint":[16.542,17.141,16.304,15.648,16.108,16.25,16.113,16.465,15.818,16.389,14.88,15.163,16.714,15.485,16.01]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"04_select1k","v":{"total":[5.136,5.088,6.32,5.223,5.037,6.911,6.367,4.689,5.176,5.589,6.071,6.1,5.338,5.04,5.996,6.54,5.561,6.368,6.567,6.334,4.985,4.802,4.91,5.482,5.836],"script":[2.761,2.429,3.195,3.12,2.127,3.447,2.325,2.183,2.431,1.996,2.813,2.345,2.38,2.257,2.255,2.821,1.963,2.288,2.806,2.042,2.76,2.255,1.553,2.063,1.983],"paint":[2.198,1.955,2.097,1.955,2.596,3.267,3.071,2.395,2.219,2.727,2.337,2.786,1.699,2.607,2.829,2.012,3.419,2.811,3.082,3.333,1.167,2.371,3.064,2.873,3.251]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"05_swap1k","v":{"total":[169.743,164.309,167.454,169.654,166.64,173.09,175.601,167.938,173.318,170.95,170.898,169.04,167.416,171.613,171.406],"script":[27.243,27.443,27.63,29.788,27.039,28.498,31.458,29.575,28.332,28.394,29.609,27.367,26.957,29.717,26.68],"paint":[139.768,134.395,136.971,136.558,137.761,142.872,140.57,135.967,142.726,139.826,139.268,138.805,137.988,139.076,143.074]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"06_remove-one-1k","v":{"total":[20.388,20.51,20.324,20.255,19.974,20.24,19.759,19.714,20.143,20.955,20.464,20.132,20.26,19.819,20.462],"script":[3.211,3.089,3.512,3.146,3.053,3.075,2.718,3.345,3.424,3.198,3.223,3.12,3.153,3.183,3.198],"paint":[15.548,16.143,15.616,16.136,15.567,16.054,16.232,15.112,15.607,16.686,16.14,15.639,16.164,15.585,16.272]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"07_create10k","v":{"total":[645.034,641.698,648.336,639.006,643.754,652.523,651.785,645.164,641.715,645.106,646.936,649.251,642.494,645.585,646.958],"script":[262.227,260.437,264.043,262.991,263.575,267.171,265.175,265.11,261.248,264.104,260.614,267.042,260.42,266.959,262.035],"paint":[374.725,373.777,376.297,368.323,371.886,377.651,377.735,372.475,372.931,373.447,378.706,374.064,374.41,370.919,377.053]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.094,50.878,55.22,52.302,52.533,52.024,52.576,51.919,50.023,52.12,52.108,52.551,51.689,52.673,52.322],"script":[13.312,12.316,13.616,13.311,13.237,12.839,12.791,13.256,12.491,12.868,12.715,12.978,12.433,12.833,12.938],"paint":[39.468,37.58,40.389,37.685,37.982,38.277,38.714,37.725,36.582,38.322,38.371,38.609,38.224,38.517,38.445]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"09_clear1k_x8","v":{"total":[17.537,17.367,16.645,17.812,17.123,17.269,17.114,16.799,16.421,16.17,16.846,17.408,16.387,17.408,17.715],"script":[15.291,15.217,14.228,15.744,15.198,15.239,14.376,14.616,14.173,13.512,15.095,15.279,14.16,15.063,15.479],"paint":[2.109,2.036,1.821,1.962,1.581,1.272,2.536,1.452,1.434,2.159,1.66,1.049,2.122,2.251,2.141]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0247583389282227]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"22_run-memory","v":{"DEFAULT":[5.928362846374512]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.485012054443359]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.636589050292969]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.87364101409912]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.6250000000005]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.895999999999999]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.14000000000001]}}, +{"f":"ko-jsx-v0.16.1-keyed","b":"43_first-paint","v":{"DEFAULT":[117.1]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"01_run1k","v":{"total":[50.213,49.69,49.74,50.203,52.944,49.519,49.718,49.848,49.505,49.678,51.709,49.536,52.581,50.581,49.34],"script":[15.61,15.011,15.14,15.645,14.923,15.289,14.384,15.161,15.15,14.216,15.407,15.12,15.277,14.385,14.914],"paint":[34.114,34.206,34.183,34.149,37.515,33.758,34.888,34.238,33.913,35.074,35.67,33.931,36.558,35.486,34.013]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"02_replace1k","v":{"total":[62.882,63.521,62.958,61.916,62.572,61.704,62.04,62.002,61.873,62.392,61.854,62.431,63.151,61.826,61.951],"script":[23.517,23.491,23.227,23.189,23.091,22.98,22.981,23.102,23.138,22.832,23.016,23.042,24.288,22.641,23.166],"paint":[38.619,39.345,38.813,38.07,38.794,37.972,38.009,38.373,38.07,38.878,38.18,38.073,38.351,38.71,38.34]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"03_update10th1k_x16","v":{"total":[24.25,25.676,26.905,25.428,25.178,25.094,25.97,25.305,25.848,24.234,27.266,25.847,26.17,24.78,25.541],"script":[7.219,7.869,7.851,7.868,7.65,7.757,7.421,7.492,8.05,7.141,8.428,8.053,8.277,7.48,7.074],"paint":[15.731,15.552,17.146,15.434,15.882,15.616,16.166,15.966,16.327,14.839,17.043,16.252,16.143,15.459,15.784]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"04_select1k","v":{"total":[5.861,5.599,5.297,5.543,4.652,6.013,6.218,6.155,6.053,5.421,5.391,5.229,5.865,4.958,5.359,5.284,5.906,5.057,6.087,6.992,5.951,5.223,5.415,6.882,4.95],"script":[2.258,2.467,1.954,2.394,2.372,2.382,2.19,3.013,2.811,2.259,2.201,2.632,2.538,2.683,2.599,1.938,3,2.507,2.572,2.969,2.157,1.763,2.641,2.492,2.668],"paint":[1.483,2.945,1.924,2.2,1.441,2.985,2.237,1.355,3.046,2.932,2.488,1.601,2.712,1.169,2.569,3.14,1.812,1.89,2.26,2.774,2.923,1.57,1.328,2.943,1.384]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"05_swap1k","v":{"total":[186.604,185.07,190.181,186.411,188.439,184.794,182.925,186.961,185.386,180.709,183.775,185.666,187.627,185.877,183.228],"script":[28.639,30.032,30.424,29.802,31.457,28.963,30.089,29.342,29.021,27.79,28.389,27.921,29.559,28.566,26.127],"paint":[154.908,152.916,157.316,154.627,153.592,153.561,149.945,153.055,153.769,150.922,153.81,154.986,155.223,153.636,153.932]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"06_remove-one-1k","v":{"total":[21.728,20.78,20.334,20.788,20.1,20.036,20.378,21.342,20.894,19.764,20.222,20.78,21.614,20.423,20.333],"script":[3.12,3.36,3.253,3.47,3.213,3.457,3.402,3.507,3.514,3.254,3.122,3.317,3.209,3.128,3.223],"paint":[17.182,16.003,16.22,16.22,15.76,15.799,16.108,16.39,16.212,15.589,15.804,15.986,16.912,16.068,16.197]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"07_create10k","v":{"total":[649.067,650.337,642.752,649.889,644.062,642.71,647.146,643.064,646.968,649.287,643.645,650.1,644.017,639.538,636.437],"script":[264.331,265.31,262.852,264.108,268.828,266.05,266.56,265.769,263.643,264.777,264.414,267.074,265.037,261.598,260.291],"paint":[376.727,377.099,371.928,377.88,367.068,368.824,372.66,369.365,375.653,376.762,371.267,375.227,369.838,369.816,368.122]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.813,60.292,61.536,59.25,59.408,61.538,62.031,60.991,59.877,61.54,61.097,62.198,61.885,61.367,61.895],"script":[16.696,16.934,16.788,16.535,16.811,17.25,17.901,16.922,17.039,17.121,17.362,17.36,17.413,17.125,16.869],"paint":[42.182,42.051,43.533,41.776,41.621,43.26,42.915,42.234,41.894,43.43,42.796,43.631,43.529,43.011,43.809]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"09_clear1k_x8","v":{"total":[19.532,18.353,19.579,18.508,18.804,19.501,17.116,18.707,17.561,18.108,18.074,18.317,18.876,20.916,18.39],"script":[17.045,16.079,16.864,16.104,17.014,17.738,15.257,16.719,14.814,15.449,16.208,16.016,16.583,18.703,16.074],"paint":[1.969,1.642,1.154,2.292,0.868,1.488,1.753,1.878,2.637,2.551,1.517,1.956,1.83,2.088,1.104]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0565433502197266]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"22_run-memory","v":{"DEFAULT":[5.719334602355957]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.271288871765137]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.663657188415527]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[43.66045093536377]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2627.2050000000004]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.292]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[168.29199999999997]}}, {"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[295.3984375]}}, {"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[157.1220703125]}}, {"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[45.2001953125]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"43_first-paint","v":{"DEFAULT":[261.9]}}, -{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[261.9]}}, -{"f":"leptos-v0.5.0-keyed","b":"01_run1k","v":{"total":[45.638,45.521,44.965,45.924,46.043,45.643,45.346,47.319,45.626,46.249,46.356,46.397,46.581,45.622,45.963],"script":[9.487,9.403,9.666,9.804,10.41,9.88,9.476,9.89,9.331,9.357,10.252,9.487,9.872,9.95,9.731],"paint":[35.678,35.423,34.77,35.653,35.206,35.313,35.42,36.688,35.739,36.239,35.652,36.41,36.224,34.98,35.613]}}, -{"f":"leptos-v0.5.0-keyed","b":"02_replace1k","v":{"total":[52.58,48.409,52.001,50.176,50.68,49.074,51.108,48.765,48.1,50.954,48.903,51.157,48.909,52.668,50.435],"script":[15.866,15.018,15.924,15.687,16.052,14.936,16.231,14.966,15.094,16.126,15.028,16.251,15.16,15.844,16.187],"paint":[35.991,32.945,35.591,34.009,34.148,33.697,34.434,33.323,32.527,34.372,33.394,34.437,33.302,36.349,33.527]}}, -{"f":"leptos-v0.5.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.257,20.368,19.097,19.59,19.521,19.619,19.005,19.988,19.721,19.219,19.499,18.776,19.166,19.574,18.637],"script":[1.786,1.686,2.096,2.144,1.83,1.909,1.871,2.456,2.097,2.369,1.864,1.845,1.396,1.548,1.692],"paint":[15.229,16.772,14.202,15.425,15.783,15.985,14.707,15.895,16.073,15.067,16.486,15.892,15.006,17.009,15.331]}}, -{"f":"leptos-v0.5.0-keyed","b":"04_select1k","v":{"total":[3.521,2.858,3.925,3.728,3.573,3.136,2.969,2.557,3.553,3.66,2.958,3.823,3.286,4.184,3.424,3.13,3.136,3.223,2.707,4.841,3.305,3.576,3.348,3.203,3.544],"script":[0.142,0.132,1.134,1.205,0.668,0.659,0.125,1.023,0.878,0.483,0.147,0.146,0.869,1.09,0.153,0.761,0.549,0.124,0.33,0.841,0.944,0.163,0.697,0.269,1.003],"paint":[3.243,1.727,2.66,1.904,2.108,1.912,2.476,1.423,1.806,2.722,1.587,2.563,2.136,2.057,2.894,2.245,1.792,1.937,2.277,3.759,1.712,2.823,2.234,2.428,2.434]}}, -{"f":"leptos-v0.5.0-keyed","b":"05_swap1k","v":{"total":[22.306,22.123,21.601,22.521,22.254,21.077,22.376,22.334,22.334,22.024,21.991,21.921,22.25,22.538,22.362],"script":[0.913,1.149,0.92,1.184,1.152,0.547,0.17,0.544,0.164,0.892,0.155,0.998,1.043,0.963,0.749],"paint":[20.095,18.679,19.259,19.53,19.989,17.455,20.075,20.257,20.598,19.505,19.974,18.601,19.263,19.817,19.977]}}, -{"f":"leptos-v0.5.0-keyed","b":"06_remove-one-1k","v":{"total":[17.851,18.598,17.28,17.2,16.978,17.324,17.654,17.776,18.056,16.943,17.207,17.305,17.178,17.614,17.426],"script":[0.598,0.54,0.235,0.505,0.401,0.226,0.554,0.634,0.579,0.543,0.21,0.543,0.544,0.544,0.573],"paint":[16.204,17.185,15.616,15.91,15.627,16.014,15.807,15.932,16.212,15.567,16.178,15.726,15.877,16.304,15.862]}}, -{"f":"leptos-v0.5.0-keyed","b":"07_create10k","v":{"total":[504.845,489.47,489.393,489.622,507.24,495.267,501.01,501.722,498.048,485.004,487.212,487.7,483.686,484.591,499.285],"script":[114.794,117.454,114.593,113.921,121.583,118.414,112.459,120.108,119.73,111.392,117.143,114.059,115.834,110.126,115.901],"paint":[382.353,364.429,367.319,368.122,377.708,369.381,380.974,373.688,370.796,366.122,362.693,366.414,360.468,366.851,375.852]}}, -{"f":"leptos-v0.5.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.218,50.415,49.962,50.483,50.541,52.391,48.781,51.001,51.467,49.917,50.539,50.409,50.265,49.631,50.217],"script":[10.732,11.977,10.943,11.155,11.647,11.884,10.911,11.692,11.961,11.034,11.92,11.083,11.956,10.939,11.527],"paint":[37.583,37.414,38.151,38.099,37.727,39.499,37.04,38.359,38.368,37.996,37.497,38.119,37.374,37.734,37.767]}}, -{"f":"leptos-v0.5.0-keyed","b":"09_clear1k_x8","v":{"total":[16.133,16.626,17.802,16.606,16.617,17.333,16.507,16.922,16.337,16.98,17.294,17.483,17.807,17.162,17.145],"script":[14.502,15.177,15.362,14.668,14.109,14.86,14.823,15.389,14.585,14.701,14.65,15.162,15.831,15.326,14.813],"paint":[1.511,0.893,1.678,1.844,1.891,1.858,0.732,1.438,0.788,2.179,2.503,2.221,1.133,1.745,1.173]}}, -{"f":"leptos-v0.5.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6341009140014648]}}, -{"f":"leptos-v0.5.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.666333198547363]}}, -{"f":"leptos-v0.5.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.522947311401367]}}, -{"f":"leptos-v0.5.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.451923370361328]}}, -{"f":"leptos-v0.5.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[41.541401863098145]}}, -{"f":"leptos-v0.5.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.625]}}, -{"f":"leptos-v0.5.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[38.032000000000004]}}, -{"f":"leptos-v0.5.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[167.67999999999998]}}, +{"f":"legend-state-v18.2.0 + 2.1.1-keyed","b":"43_first-paint","v":{"DEFAULT":[227.5]}}, +{"f":"leptos-v0.5.0-keyed","b":"01_run1k","v":{"total":[47.033,46.584,46.83,48.569,45.985,46.32,47.841,47.022,46.674,46.462,47.928,46.954,48.167,46.499,47.876],"script":[10.099,10.754,9.784,10.806,9.928,9.495,10.011,9.302,10.322,9.899,10.352,9.744,9.518,9.731,10.434],"paint":[36.465,35.109,36.545,37.242,35.396,36.351,37.338,36.969,35.903,36.037,37.037,36.48,37.955,36.08,36.725]}}, +{"f":"leptos-v0.5.0-keyed","b":"02_replace1k","v":{"total":[55.616,55.079,54.873,57.383,55.173,55.105,55.164,55.249,55.377,55.851,55.513,55.282,55.153,56.342,56.622],"script":[16.984,16.94,16.628,17.058,17.165,16.985,16.996,17.073,17.268,17.317,17.337,16.862,17.105,17.299,17.177],"paint":[38.114,37.624,37.743,39.593,37.461,37.62,37.686,37.714,37.59,38.035,37.701,37.908,37.575,38.35,38.932]}}, +{"f":"leptos-v0.5.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.44,18.53,19.678,19.981,18.979,18.388,19.04,19.379,18.552,18.244,19.024,18.23,19.901,18.939,18.812],"script":[2.221,1.895,1.945,2.329,2.23,1.605,2.462,2.459,1.848,1.484,1.889,1.895,2.165,2.131,1.542],"paint":[16.474,14.239,15.78,14.583,14.695,14.888,14.999,14.892,14.956,15.383,14.952,15.095,15.859,15,15.624]}}, +{"f":"leptos-v0.5.0-keyed","b":"04_select1k","v":{"total":[3.145,3.826,3.996,4.642,3.618,4.197,3.553,2.835,3.914,3.978,4.047,4.678,4.218,3.864,3.268,2.586,2.596,2.827,3.609,3.356,4.044,3.902,3.163,2.786,3.261],"script":[0.145,0.144,0.942,0.123,0.808,0.663,0.717,0.828,0.25,1.078,1.327,0.856,1.358,1.161,0.285,0.149,0.494,0.149,0.158,0.761,0.12,0.812,0.54,0.584,0.521],"paint":[2.462,3.431,2.428,2.339,1.856,2.684,1.97,1.138,3.348,1.619,2.591,3.269,2.691,1.836,2.294,2.31,1.964,2.548,2.317,1.79,3.048,2.06,1.208,1.466,1.816]}}, +{"f":"leptos-v0.5.0-keyed","b":"05_swap1k","v":{"total":[21.281,21.96,22.943,22.31,21.801,20.841,22.511,21.42,21.995,21.485,21.857,20.981,22.373,20.931,22.604],"script":[0.719,1.184,1.161,1.192,1.272,1.088,0.956,0.882,1.121,0.974,0.938,1.011,0.848,0.985,0.188],"paint":[17.885,19.275,19.001,19.748,18.631,18.382,19.298,18.441,18.996,18.945,18.7,18.744,19.929,17.703,20.005]}}, +{"f":"leptos-v0.5.0-keyed","b":"06_remove-one-1k","v":{"total":[17.692,17.817,16.779,16.88,16.878,17.218,17.027,16.856,17.256,17.236,17.137,17.591,17.145,17.123,17.482],"script":[0.547,0.582,0.318,0.371,0.329,0.422,0.45,0.37,0.543,0.588,0.601,0.602,0.618,0.6,0.549],"paint":[15.83,15.787,15.599,15.472,15.739,15.556,15.319,15.418,15.819,15.192,15.417,15.653,15.734,15.628,16.08]}}, +{"f":"leptos-v0.5.0-keyed","b":"07_create10k","v":{"total":[492.258,486.172,497.58,490.35,484.854,501.556,498.331,484.178,502.775,483.935,483.507,482.409,483.919,482.17,481.857],"script":[122.876,123.373,119.985,123.747,121.542,120.987,123.913,121.811,128.657,119.631,118.215,116.718,120.613,118.14,120.052],"paint":[361.532,355.381,369.924,359.105,355.852,372.815,366.927,354.948,366.691,356.827,357.906,358.289,355.966,356.578,354.405]}}, +{"f":"leptos-v0.5.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.367,56.508,55.279,55.523,56.581,55.513,54.933,54.494,56.245,56.195,57.323,55.392,55.413,53.538,54.745],"script":[12.879,12.499,12.846,12.475,12.369,12.758,12.078,11.362,13.213,12.101,13.017,12.738,12.796,11.925,12.419],"paint":[42.454,42.787,41.421,42.007,43.213,41.485,41.857,42.191,42.042,42.967,43.327,41.582,41.352,40.36,41.283]}}, +{"f":"leptos-v0.5.0-keyed","b":"09_clear1k_x8","v":{"total":[17.376,16.406,17.175,16.782,17.156,16.902,17.06,17.373,16.73,17.063,16.651,16.699,16.631,17.347,17.492],"script":[15.003,13.895,14.364,14.356,14.77,15.176,14.824,15.044,14.646,14.368,14.348,14.905,14.234,14.741,15.306],"paint":[2.258,2.13,2.697,1.575,1.337,1.629,1.48,2.22,1.563,1.94,2.193,1.702,2.294,2.473,2.094]}}, +{"f":"leptos-v0.5.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6350164413452148]}}, +{"f":"leptos-v0.5.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.39223575592041]}}, +{"f":"leptos-v0.5.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.308977127075195]}}, +{"f":"leptos-v0.5.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.464084625244141]}}, +{"f":"leptos-v0.5.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[39.59961414337158]}}, +{"f":"leptos-v0.5.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.7800000000002]}}, +{"f":"leptos-v0.5.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[43.78799999999999]}}, +{"f":"leptos-v0.5.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[181.004]}}, {"f":"leptos-v0.5.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[289.34765625]}}, {"f":"leptos-v0.5.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[150.7880859375]}}, {"f":"leptos-v0.5.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[43.642578125]}}, -{"f":"leptos-v0.5.0-keyed","b":"43_first-paint","v":{"DEFAULT":[260.3]}}, -{"f":"leptos-v0.5.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[260.3]}}, -{"f":"lit-v3.0.0-keyed","b":"01_run1k","v":{"total":[43.738,42.857,42.391,41.97,43.366,43.572,42.958,43.812,42.412,42.79,42.383,43.139,43.397,43.563,43.79],"script":[6.256,6.382,6.221,5.546,6.377,6.122,5.998,6.439,5.67,5.757,5.512,5.542,6.41,5.809,6.449],"paint":[36.934,35.9,35.732,35.947,36.543,36.739,36.259,36.934,36.275,36.322,36.403,37.113,36.495,37.288,36.728]}}, -{"f":"lit-v3.0.0-keyed","b":"02_replace1k","v":{"total":[44.245,43.107,43.861,44.394,43.983,42.934,43.006,42.801,42.135,43.819,44.041,44.167,44.336,42.734,44.312],"script":[8.908,8.971,9.378,9.356,9.31,9.048,9.052,9.274,8.815,8.935,9.188,8.99,8.877,9.147,9.338],"paint":[34.826,33.625,33.997,34.327,34.231,33.433,33.246,33.095,32.922,34.422,34.413,34.431,34.977,33.129,34.567]}}, -{"f":"lit-v3.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.299,18.936,20.358,20.622,19.744,20.992,22.448,19.357,21.875,19.044,19.395,19.593,20.595,20.377,20.398],"script":[2.401,2.302,2.523,2.532,2.501,2.565,2.22,2.755,1.796,2.409,2.292,2.31,2.105,2.656,3.191],"paint":[14.886,15.084,15.666,15.611,15.909,16.798,17.88,14.803,16.858,15.373,15.514,15.34,16.578,15.599,16.347]}}, -{"f":"lit-v3.0.0-keyed","b":"04_select1k","v":{"total":[5.299,6.436,5.407,6.277,5.476,5.729,5.945,5.603,5.351,6.175,5.158,5.433,6.674,5.885,6.006,5.572,6.443,6.387,5.346,5.159,5.328,5.685,6.485,4.991,5.736],"script":[1.798,2.872,2.191,2.247,1.878,2.522,2.54,2.488,1.961,3.002,2.682,2.183,2.809,2.787,2.705,2.775,2.815,2.539,2.661,2.397,1.956,2.495,1.968,2.19,2.506],"paint":[3.17,2.583,3.025,3.818,2.477,1.91,2.431,2.398,2.471,2.241,1.644,3.107,2.88,2.887,2.21,1.565,2.588,2.958,1.29,1.992,2.691,3.001,4.291,1.856,1.796]}}, -{"f":"lit-v3.0.0-keyed","b":"05_swap1k","v":{"total":[24.375,24.788,26.069,24.632,24.975,26.425,24.857,25.384,25.995,23.358,24.671,25.115,25.316,25.187,26.025],"script":[1.715,2.827,3.118,2.257,2.998,2.73,2.519,3.209,2.557,2.304,2.851,3.003,2.953,2.562,2.846],"paint":[21.137,20.89,20.491,21.031,20.173,22.069,21.056,20.048,20.152,19.656,19.895,19.9,20.77,20.832,19.964]}}, -{"f":"lit-v3.0.0-keyed","b":"06_remove-one-1k","v":{"total":[18.176,17.887,18.39,19.046,18.682,18.486,18.388,18.426,19.987,18.964,18.848,17.957,19.736,18.83,18.179],"script":[1.29,1.276,1.261,1.268,1.233,1.268,1.166,1.238,1.214,1.244,1.293,1.258,1.272,1.226,1.08],"paint":[15.755,15.791,15.973,16.584,16.298,16.114,16.49,15.969,16.773,16.573,16.196,15.938,16.519,16.877,16.03]}}, -{"f":"lit-v3.0.0-keyed","b":"07_create10k","v":{"total":[444.682,435.747,443.107,443.364,443.762,437.881,435.973,432.7,436.532,440.058,443.492,443.625,439.695,441.131,439.013],"script":[71.151,68.248,69.061,70.854,71.192,68.236,68.442,70.343,69.223,69.444,70.343,70.244,71.074,70.837,69.765],"paint":[366.078,360.239,365.749,364.756,365.143,361.807,360.076,354.992,360.001,363.118,365.713,366.065,361.067,362.91,361.789]}}, -{"f":"lit-v3.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.103,44.211,44.297,44.186,43.848,44.735,45.488,45.53,45.713,46.324,45.152,44.389,43.493,45.656,43.784],"script":[5.107,5.172,5.089,5.052,5.197,5.22,5.072,5.063,5.055,5.232,5.162,5.143,5.16,5.264,5.168],"paint":[38.106,38.179,38.342,38.275,37.855,38.642,39.241,39.261,39.852,39.873,38.754,38.296,37.395,39.421,37.803]}}, -{"f":"lit-v3.0.0-keyed","b":"09_clear1k_x8","v":{"total":[18.078,17.889,17.552,16.547,17.852,17.712,17.251,18.302,18.408,17.249,17.51,17.162,18.892,17.388,18.424],"script":[15.536,14.813,15.909,14.628,15.866,15.02,14.741,15.807,15.565,14.791,15.997,14.948,16.169,15.187,16.312],"paint":[2.006,2.959,0.819,1.828,1.891,2.596,2.402,2.386,2.732,2.358,0.408,1.796,2.051,0.775,1.769]}}, -{"f":"lit-v3.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6337718963623047]}}, -{"f":"lit-v3.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.9564571380615234]}}, -{"f":"lit-v3.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9317941665649414]}}, -{"f":"lit-v3.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8510465621948242]}}, -{"f":"lit-v3.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.588998794555664]}}, -{"f":"lit-v3.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.5885]}}, -{"f":"lit-v3.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.559999999999999]}}, -{"f":"lit-v3.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.16800000000003]}}, +{"f":"leptos-v0.5.0-keyed","b":"43_first-paint","v":{"DEFAULT":[239.3]}}, +{"f":"lit-v3.0.0-keyed","b":"01_run1k","v":{"total":[44.115,44.86,42.958,44.64,45.032,43.521,44.636,44.429,44.471,44.148,44.775,43.252,46.319,44.542,44.093],"script":[7.18,6.725,6.853,7.16,7.44,7.117,7.305,7.119,7.569,6.76,7.18,7.034,7.241,7.217,7.168],"paint":[36.207,37.457,35.623,36.749,36.865,35.917,36.628,36.849,36.416,36.887,37.112,35.541,38.346,36.835,36.236]}}, +{"f":"lit-v3.0.0-keyed","b":"02_replace1k","v":{"total":[48.301,49.012,46.522,49.08,48.321,49.171,48.015,49.221,48.468,49.017,48.69,46.993,49.473,47.92,48.495],"script":[10.011,10.598,10.335,10.414,10.48,10.374,10.116,10.128,10.207,10.431,10.541,10.5,10.69,10.414,10.434],"paint":[37.555,37.672,35.709,38.153,37.365,38.099,37.444,38.593,37.5,38.054,37.681,36.032,38.268,36.983,37.55]}}, +{"f":"lit-v3.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.892,19.523,20.423,22.38,19.971,19.429,18.991,20.061,18.776,19.723,19.587,18.983,18.468,19.862,19.64],"script":[2.714,2.889,2.428,2.695,2.58,2.626,2.342,2.169,2.294,2.242,2.569,2.773,2.478,2.928,2.201],"paint":[15.211,15.296,16.352,17.631,16.035,14.842,13.925,15.156,14.647,16.019,15.618,14.77,14.071,15.556,15.268]}}, +{"f":"lit-v3.0.0-keyed","b":"04_select1k","v":{"total":[6.456,5.807,6.198,5.904,5.39,5.364,6.293,6.333,5.216,5.727,6.488,6.649,6.55,6.195,6.73,6.159,5.221,5.457,6.497,5.932,6.848,5.34,6.42,6.175,6.144],"script":[2.502,2.934,2.803,2.675,2.183,2.12,2.99,2.542,1.794,2.036,3.323,2.783,2.494,2.522,2.779,2.717,2.204,2.412,2.58,2.793,2.914,2.617,2.96,2.292,2.709],"paint":[2.925,1.884,3.191,2.954,2.358,1.475,2.116,2.071,1.991,2.644,0.949,2.751,2.625,3.477,2.96,2.584,2.369,2.3,2.858,2.668,1.945,1.826,2.247,2.548,2.609]}}, +{"f":"lit-v3.0.0-keyed","b":"05_swap1k","v":{"total":[23.762,23.124,24.886,24.237,23.948,23.817,23.523,26.41,24.203,25.116,23.547,24.069,24.445,24.709,24.746],"script":[2.711,2.166,2.918,2.154,2.213,2.504,2.473,3.252,2.849,3.06,2.247,2.982,2.254,2.139,1.869],"paint":[18.982,19.279,20.263,21.036,19.599,18.955,19.671,21.443,19.181,20.745,19.472,19.747,21.069,20.859,19.927]}}, +{"f":"lit-v3.0.0-keyed","b":"06_remove-one-1k","v":{"total":[18.925,18.132,18.794,17.73,18.459,19.311,18.86,18.764,18.55,17.822,18.494,17.841,18.447,18.685,18.44],"script":[1.294,1.255,1.311,1.243,1.258,1.218,1.23,1.637,1.298,1.07,1.263,1.274,1.311,1.303,1.265],"paint":[16.694,15.676,16.21,15.353,15.658,16.613,16.321,15.952,16.39,15.977,16.141,15.765,15.731,16.044,16.05]}}, +{"f":"lit-v3.0.0-keyed","b":"07_create10k","v":{"total":[455.264,457.512,454.419,453.584,455.101,454.132,457.902,456.341,452.639,454.152,457.159,453.873,457.291,450.251,460.103],"script":[82.183,82.501,82.111,82.035,82.449,80.081,83.135,81.84,81.186,83.461,83.948,81.72,82.62,81.672,82.687],"paint":[365.398,367.706,364.85,363.932,365.04,366.625,367.123,367.108,364,363.302,365.306,364.684,367.238,361.232,370.014]}}, +{"f":"lit-v3.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.179,49.647,49.531,48.964,50.464,49.146,49.729,50.669,50.463,48.921,50.642,50.371,49.112,49.464,49.404],"script":[6.372,7.385,6.813,6.322,6.464,6.857,6.437,6.472,7.685,6.883,7.018,6.475,6.127,6.558,6.386],"paint":[41.808,41.36,41.56,41.796,43.074,41.251,42.082,42.98,41.835,41.057,42.636,42.65,42.064,41.956,41.79]}}, +{"f":"lit-v3.0.0-keyed","b":"09_clear1k_x8","v":{"total":[17.875,16.876,17.129,16.887,16.604,15.674,17.4,16.495,16.893,18.301,15.675,15.748,17.177,16.379,16.267],"script":[15.75,14.84,14.809,15.156,14.364,13.524,15.259,14.496,14.924,15.718,13.807,13.835,14.37,14.851,14.648],"paint":[1.056,1.116,2.171,0.435,2.137,2.048,1.6,1.133,1.091,1.638,0.798,1.83,1.963,0.443,1.518]}}, +{"f":"lit-v3.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5834007263183594]}}, +{"f":"lit-v3.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.767078399658203]}}, +{"f":"lit-v3.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.737863540649414]}}, +{"f":"lit-v3.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8329143524169922]}}, +{"f":"lit-v3.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.468173027038574]}}, +{"f":"lit-v3.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.278]}}, +{"f":"lit-v3.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.444]}}, +{"f":"lit-v3.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.41199999999995]}}, {"f":"lit-v3.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[160.3896484375]}}, {"f":"lit-v3.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[22.115234375]}}, {"f":"lit-v3.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[7.30859375]}}, -{"f":"lit-v3.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[80.2]}}, -{"f":"lit-v3.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[80.2]}}, -{"f":"lit-html-v3.0.0-keyed","b":"01_run1k","v":{"total":[43.508,42.811,40.636,42.926,42.435,42.355,41.179,43.435,41.951,44.076,42.906,42.954,43.399,41.094,42.03],"script":[5.009,4.606,4.633,4.779,5.403,5.389,4.904,5.207,5.119,4.727,4.786,4.653,4.914,4.74,5.291],"paint":[37.98,37.714,35.574,37.617,36.328,36.276,35.771,37.748,36.129,38.879,37.416,37.831,38.012,35.913,36.318]}}, -{"f":"lit-html-v3.0.0-keyed","b":"02_replace1k","v":{"total":[40.76,40.326,40.938,40.109,40.979,43.069,42.615,43.271,41.181,42.216,42.774,41.189,43.34,41.004,42.254],"script":[7.713,7.746,7.64,7.608,7.708,8.15,7.708,8.204,7.834,7.806,8.057,7.806,8.237,7.869,7.885],"paint":[32.582,32.098,32.863,32.028,32.805,34.457,34.478,34.353,32.919,33.94,34.294,32.99,34.408,32.707,33.881]}}, -{"f":"lit-html-v3.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.726,19.345,18.784,19.679,17.881,19.474,20.144,18.805,19.241,18.735,19.112,18.222,18.481,21.234,21.978],"script":[1.59,1.863,1.883,2.048,1.627,2.224,1.881,1.866,1.414,1.827,2.291,1.6,1.842,1.39,1.628],"paint":[16.221,15.603,15.056,15.539,14.819,15.256,16.122,14.897,16.116,15.087,14.639,14.729,14.69,16.636,18.07]}}, -{"f":"lit-html-v3.0.0-keyed","b":"04_select1k","v":{"total":[5.013,4.726,3.959,4.898,5.755,5.794,4.251,5.219,6.769,6.226,5.039,4.885,5.28,4.434,5.59,5.088,5.375,5.27,5.007,4.211,4.537,5.405,4.58,4.8,5.646],"script":[1.887,1.523,1.083,2.16,1.752,2.386,1.229,2.378,2.127,2.679,1.95,1.609,1.992,1.358,1.709,1.343,1.359,1.632,1.353,1.296,1.208,1.394,1.42,1.825,1.352],"paint":[2.15,1.823,2.65,2.561,3.858,2.837,2.552,2.383,3.239,3.373,2.924,2.335,2.103,2.953,1.818,2.306,3.761,2.761,1.907,1.669,2.773,3.454,2.623,2.819,4.055]}}, -{"f":"lit-html-v3.0.0-keyed","b":"05_swap1k","v":{"total":[23.702,23.996,23.911,24.569,23.35,23.838,23.405,24.641,24.392,23.619,23.653,23.661,23.411,23.618,24.236],"script":[1.343,2.295,2.107,2.072,1.323,1.605,1.384,1.741,1.819,1.321,1.4,2.074,1.613,1.858,1.347],"paint":[20.408,20.402,19.736,21.037,20.482,19.829,20.131,21.354,20.824,21.228,20.907,19.386,20.36,19.803,21.241]}}, -{"f":"lit-html-v3.0.0-keyed","b":"06_remove-one-1k","v":{"total":[17.767,17.2,18.413,18.241,18.432,18.533,18.598,18.175,17.873,17.945,17.536,17.669,18.013,18.569,17.382],"script":[0.706,0.895,1.154,1.086,1.181,0.774,1.168,1.098,1.156,0.735,0.776,1.091,0.885,0.726,0.822],"paint":[15.629,15.528,15.836,15.699,15.969,16.541,16.183,15.924,15.618,16.229,15.989,15.714,15.879,16.283,15.76]}}, -{"f":"lit-html-v3.0.0-keyed","b":"07_create10k","v":{"total":[435.672,434.774,446.745,441.983,440.361,433.976,437.075,430.53,433.738,448.541,438.643,444.214,434.754,441.307,438.546],"script":[59.737,58.511,62.132,62.776,59.664,58.026,59.367,59.974,57.188,61.82,61.098,60.808,58.549,61.184,59.521],"paint":[367.608,365.644,376.55,370.795,372.727,365.454,369.153,362.66,368.248,377.878,368.3,375.815,365.663,372.258,371.044]}}, -{"f":"lit-html-v3.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.323,43.523,42.711,44.397,42.458,42.73,44.649,42.634,42.185,43.055,43.957,43.899,42.613,41.659,42.068],"script":[4.348,4.308,4.221,4.325,4.229,4.65,4.414,4.374,4.154,4.134,4.109,4.152,4.438,4.171,4.24],"paint":[40.054,38.293,37.199,39.108,37.373,37.187,38.999,37.353,37.097,37.97,38.915,38.556,37.38,36.559,37.051]}}, -{"f":"lit-html-v3.0.0-keyed","b":"09_clear1k_x8","v":{"total":[16.116,16.189,16.245,16.578,18.018,15.923,15.678,16.175,15.806,17.332,16.859,16.723,16.241,16.52,16.36],"script":[13.901,14.053,13.982,14.178,14.983,13.956,13.469,13.778,13.762,14.637,14.438,14.066,14.075,14.334,13.823],"paint":[2.131,1.081,2.047,1.273,1.354,1.217,2.113,1.724,1.559,2.139,2.061,1.731,1.742,2.077,2.439]}}, -{"f":"lit-html-v3.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5141201019287109]}}, -{"f":"lit-html-v3.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7375669479370117]}}, -{"f":"lit-html-v3.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.767636299133301]}}, -{"f":"lit-html-v3.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7317800521850586]}}, -{"f":"lit-html-v3.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.87394618988037]}}, -{"f":"lit-html-v3.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.43]}}, -{"f":"lit-html-v3.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.396]}}, -{"f":"lit-html-v3.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.88000000000002]}}, +{"f":"lit-v3.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[73.3]}}, +{"f":"lit-html-v3.0.0-keyed","b":"01_run1k","v":{"total":[42.081,43.485,42.337,41.439,41.775,41.516,41.841,42.869,42.227,42.068,43.402,43.479,43.404,43.016,43.445],"script":[6.282,6.865,6.514,6.292,6.284,6.342,6.344,6.075,6.386,5.886,6.101,6.094,6.095,6.632,6.478],"paint":[35.372,36.195,35.375,34.477,35.043,34.738,35.065,36.115,35.141,35.747,36.628,36.688,36.82,35.899,36.473]}}, +{"f":"lit-html-v3.0.0-keyed","b":"02_replace1k","v":{"total":[47.251,46.953,46.977,47.356,47.519,46.988,44.677,46.439,45.356,46.873,47.945,46.878,47.054,47.292,47.008],"script":[8.854,8.751,9.436,8.87,8.583,8.603,8.56,8.969,8.592,8.656,8.6,8.885,9.054,8.689,8.693],"paint":[37.799,37.503,36.861,37.765,38.325,37.653,35.422,36.96,36.069,37.503,38.657,37.524,37.299,38.114,37.852]}}, +{"f":"lit-html-v3.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.69,19.102,18.697,18.735,18.404,18.199,18.324,18.673,18.964,19.557,18.202,18.859,19.699,18.351,18.724],"script":[2.075,1.623,1.724,2.209,1.979,1.409,1.359,1.793,2.037,1.8,1.258,2.311,2.069,1.465,1.518],"paint":[15.049,15.252,15.209,14.579,14.512,15.472,15.829,14.701,14.847,15.917,15.261,15.17,15.461,14.782,15.714]}}, +{"f":"lit-html-v3.0.0-keyed","b":"04_select1k","v":{"total":[5.922,4.946,4.771,5.01,4.619,6.411,5.353,5.301,4.82,4.614,5.489,5.957,5.907,5.088,4.913,4.392,4.461,4.613,4.887,3.991,3.981,5.63,5.426,5.382,4.339],"script":[1.819,1.082,1.535,1.299,1.11,2.107,1.952,1.925,1.882,1.681,2.036,1.736,2.392,2.177,1.326,1.253,1.983,1.815,1.884,1.341,1.479,2.101,1.584,1.846,1.531],"paint":[2.772,3.312,3.07,2.824,3.366,2.989,2.571,2.666,2.763,1.889,1.696,3.35,3.349,2.018,3.41,2.561,1.661,1.943,2.401,1.652,2.283,2.323,2.61,2.549,2.028]}}, +{"f":"lit-html-v3.0.0-keyed","b":"05_swap1k","v":{"total":[22.378,23.426,23.43,23.361,24.068,24.118,23.382,23.519,22.911,22.196,23.413,22.859,23.282,25.732,22.504],"script":[1.143,2.155,2.017,1.774,1.079,1.391,2.142,1.283,2.149,1.119,1.383,2.18,1.876,1.706,1.726],"paint":[19.2,19.381,19.671,19.387,20.598,21.187,19.886,19.818,18.521,19.47,20.147,18.916,19.115,22.956,18.946]}}, +{"f":"lit-html-v3.0.0-keyed","b":"06_remove-one-1k","v":{"total":[18.561,18.611,18.341,17.305,17.834,18.091,18.381,18.186,17.826,17.41,18.12,17.775,18.551,17.315,18.031],"script":[0.739,1.084,1.085,0.751,0.745,0.88,0.759,0.913,1.147,0.821,1.092,0.753,1.135,0.705,0.871],"paint":[16.393,16.589,15.695,15.701,16.234,16.236,16.335,16.132,15.847,15.711,16.004,15.869,15.749,15.693,15.923]}}, +{"f":"lit-html-v3.0.0-keyed","b":"07_create10k","v":{"total":[442.334,438.545,441.791,438.228,436.593,442.495,439.673,439.259,435.883,445.126,439.512,439.041,441.388,441.194,436.728],"script":[69.76,69.358,70.516,69.4,68.918,70.299,68.955,68.158,69.529,68.8,68.885,70.137,69.101,68.954,69.833],"paint":[364.814,361.569,363.631,361.067,360.241,364.292,362.645,362.976,358.292,368.742,362.783,361.261,364.635,364.645,358.869]}}, +{"f":"lit-html-v3.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.837,48.467,48.783,48.982,50.074,49.212,47.697,48.796,48.777,48.907,47.347,48.77,48.779,48.681,48.31],"script":[5.626,5.402,5.645,5.657,5.373,5.484,5.667,5.873,5.631,5.672,5.343,5.746,5.437,5.438,5.603],"paint":[41.307,42.092,41.936,42.35,43.422,42.52,41.075,41.937,42.212,42.356,40.815,41.864,42.108,42.307,41.449]}}, +{"f":"lit-html-v3.0.0-keyed","b":"09_clear1k_x8","v":{"total":[15.512,15.917,16.147,16.294,15.978,16.739,15.535,15.769,15.769,16.439,16.669,15.377,18.474,15.944,16.702],"script":[13.245,14.088,14.074,13.426,13.56,14.382,13.142,13.726,13.114,13.715,14.545,13.386,15.879,13.408,14.531],"paint":[1.146,1.72,1.974,1.982,1.528,2.259,2.299,1.942,2.483,1.534,2.006,1.87,2.353,2.006,2.057]}}, +{"f":"lit-html-v3.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5317192077636719]}}, +{"f":"lit-html-v3.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.537067413330078]}}, +{"f":"lit-html-v3.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.540874481201172]}}, +{"f":"lit-html-v3.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6929912567138672]}}, +{"f":"lit-html-v3.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.803112030029297]}}, +{"f":"lit-html-v3.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.8999999999999]}}, +{"f":"lit-html-v3.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[64.816]}}, +{"f":"lit-html-v3.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[202.1199999999999]}}, {"f":"lit-html-v3.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.37890625]}}, {"f":"lit-html-v3.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[12.1044921875]}}, {"f":"lit-html-v3.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.51171875]}}, -{"f":"lit-html-v3.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[65.1]}}, -{"f":"lit-html-v3.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[65.1]}}, -{"f":"lui-v1.2.3-keyed","b":"01_run1k","v":{"total":[44.816,42.809,43.26,41.465,43.368,42.751,44.198,42.919,42.096,42.033,42.558,43.464,42.911,42.905,41.899],"script":[7.384,6.913,7.27,6.434,7.292,7.389,7.25,6.693,6.554,6.445,6.664,7.015,6.787,6.328,6.384],"paint":[36.9,35.463,35.567,34.585,35.594,34.902,36.496,35.781,35.12,35.119,35.431,36.032,35.685,36.072,35.07]}}, -{"f":"lui-v1.2.3-keyed","b":"02_replace1k","v":{"total":[45.453,46.055,45.504,43.579,43.84,43.995,45.789,44.895,43.691,44.515,43.66,42.889,44.183,42.82,45.72],"script":[10.282,10.063,10.053,10.038,9.826,10.031,10.095,9.997,9.82,10.143,9.917,9.966,10.16,9.886,10.15],"paint":[34.415,35.291,35.021,33.083,33.579,33.214,35.219,34.435,33.42,33.721,33.323,32.489,33.553,32.516,35.07]}}, -{"f":"lui-v1.2.3-keyed","b":"03_update10th1k_x16","v":{"total":[20.029,20.433,19.294,19.925,19.478,19.268,20.777,19.734,19.226,23.712,19.396,19.992,20.217,19.941,20.385],"script":[2.371,2.65,1.991,2.261,2.375,2.485,2.79,2.657,2.221,2.752,2.639,2.395,2.641,2.774,2.162],"paint":[15.57,15.88,15.684,16.012,14.348,15.187,15.762,16.07,15.382,19.063,15.459,16.344,15.846,14.95,16.28]}}, -{"f":"lui-v1.2.3-keyed","b":"04_select1k","v":{"total":[8.159,7.62,6.916,7.332,7.425,6.92,7.921,7.171,7.778,7.49,7.515,6.922,6.898,7.66,7.448,6.991,7.136,6.69,7.572,7.484,7.534,7.684,7.767,7.423,7.23],"script":[4.183,4.658,3.288,4.174,4.208,3.774,4.073,3.781,4.485,4.375,3.986,4.224,3.771,4.408,4.58,4.202,3.737,3.601,4.252,4.277,4.469,3.439,4.001,4.012,3.812],"paint":[2.247,2.215,3.304,1.823,1.994,2.949,2.976,2.807,3.077,2.472,3.349,2.51,2.929,3.036,2.223,1.923,2.334,2.037,2.055,3.005,2.211,3.071,1.912,2.711,2.234]}}, -{"f":"lui-v1.2.3-keyed","b":"05_swap1k","v":{"total":[161.261,153.922,153.629,157.534,153.989,156.616,154.938,148.889,154.426,154.701,162.133,149.065,154.112,151.867,157.131],"script":[13.874,14.325,13.898,15.197,14.372,14.361,15.472,13.974,15.081,14.674,14.055,13.079,14.346,13.993,13.842],"paint":[145.301,138.227,137.568,140.045,137.404,139.275,137.882,133.039,136.439,138.218,144.306,134.943,138.332,134.664,141.085]}}, -{"f":"lui-v1.2.3-keyed","b":"06_remove-one-1k","v":{"total":[17.75,17.823,16.783,17.588,17.688,17.117,18.318,17.056,17.671,17.363,16.762,16.899,16.927,17.399,18.39],"script":[0.307,0.471,0.23,0.515,0.573,0.213,0.48,0.532,0.538,0.557,0.285,0.53,0.361,0.451,0.571],"paint":[16.184,15.339,15.744,16.336,16.182,15.783,16.321,15.536,15.669,15.676,15.704,15.643,15.815,15.794,16.821]}}, -{"f":"lui-v1.2.3-keyed","b":"07_create10k","v":{"total":[471.759,472.549,460.069,472.556,469.306,475.431,471.631,472.507,464.972,470.659,469.927,468.174,470.642,470.848,468.831],"script":[88.455,90.481,88.363,91.203,91.243,91.428,93.523,92.135,90.093,89.602,92.223,89.875,90.281,91.163,90.529],"paint":[374.65,374.429,364.258,373.664,369.654,376.364,370.612,372.655,367.313,373.384,370.078,370.705,372.76,371.63,370.68]}}, -{"f":"lui-v1.2.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.542,50.229,46.847,46.432,48.853,47.05,46.165,47.566,47.585,47.681,47.487,46.79,49.112,48.111,45.394],"script":[6.633,6.433,6.384,6.341,6.343,6.675,6.437,6.431,6.569,6.283,6.667,6.763,6.333,6.417,6.111],"paint":[39.943,42.669,39.563,39.161,41.383,39.191,38.804,40.167,39.819,39.918,39.914,38.813,41.755,40.528,38.355]}}, -{"f":"lui-v1.2.3-keyed","b":"09_clear1k_x8","v":{"total":[15.693,15.334,17.724,15.17,17.191,16.051,16.263,16.339,16.676,15.928,16.561,16.343,16.75,16.028,16.01],"script":[13.616,12.901,15.035,13.729,15.279,14.393,14.132,14.89,14.745,13.523,13.525,13.895,15.107,13.919,13.272],"paint":[1.964,2.326,1.85,0.415,1.821,1.56,2.005,0.402,1.636,2.307,2.923,2.352,1.508,2.005,1.922]}}, -{"f":"lui-v1.2.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49863147735595703]}}, -{"f":"lui-v1.2.3-keyed","b":"22_run-memory","v":{"DEFAULT":[4.1566619873046875]}}, -{"f":"lui-v1.2.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.173331260681152]}}, -{"f":"lui-v1.2.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6565055847167969]}}, -{"f":"lui-v1.2.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.021379470825195]}}, -{"f":"lui-v1.2.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1803.4965000000002]}}, -{"f":"lui-v1.2.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.648]}}, -{"f":"lui-v1.2.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.25599999999997]}}, +{"f":"lit-html-v3.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[61.3]}}, +{"f":"lui-v1.2.3-keyed","b":"01_run1k","v":{"total":[45.706,44.722,45.262,45.087,45.631,45.965,44.636,44.873,45.024,45.775,43.584,46.446,46.418,45.85,46.797],"script":[8.882,8.378,8.396,8.433,8.456,8.465,8.599,8.296,8.457,9.337,7.807,9.708,8.22,8.892,9.559],"paint":[36.383,35.815,36.147,36.21,36.498,37.044,35.373,36.125,36.12,35.983,35.129,36.051,37.798,36.497,36.742]}}, +{"f":"lui-v1.2.3-keyed","b":"02_replace1k","v":{"total":[52.11,50.574,50.863,50.375,50.507,49.908,50.584,51.408,50.36,50.3,50.259,50.49,51.65,51.832,49.566],"script":[12.837,12.117,11.925,11.881,11.879,11.84,11.896,12.652,12.26,12.034,11.463,11.653,12.512,12.744,11.699],"paint":[38.526,37.994,38.418,38.004,37.853,37.285,38.157,38.299,37.321,37.521,38.243,38.074,38.363,38.565,37.377]}}, +{"f":"lui-v1.2.3-keyed","b":"03_update10th1k_x16","v":{"total":[20.123,19.621,20.323,19.769,24.658,20.444,20.952,19.107,20.355,20.683,20.473,19.394,19.383,20.329,20.377],"script":[2.539,2.59,2.915,2.261,3.096,2.581,2.296,2.675,2.506,2.5,2.338,2.615,2.23,2.869,3.221],"paint":[16.243,14.869,15.471,15.382,19.744,15.445,16.75,15.166,16.484,16.066,16.204,15.364,14.969,15.898,16.01]}}, +{"f":"lui-v1.2.3-keyed","b":"04_select1k","v":{"total":[10.775,9.419,8.925,8.587,8.932,9.736,9.046,9.006,9.84,8.962,8.903,8.466,8.814,7.834,9.525,8.92,8.845,8.619,9.481,8.627,9.752,8.521,8.731,8.459,8.046],"script":[6.701,6.591,6.079,5.776,6.351,6.398,5.512,5.966,5.883,6.117,5.584,4.974,6,4.749,5.821,6.102,5.88,6.003,6.317,6.374,6.181,5.127,6.204,5.838,4.97],"paint":[3.052,1.861,2.063,2.236,1.451,2.115,2.659,2.022,3.698,1.915,2.17,2.484,1.894,2.527,1.907,1.841,1.754,1.45,1.269,2.043,2.484,2.743,2.318,2.405,2.548]}}, +{"f":"lui-v1.2.3-keyed","b":"05_swap1k","v":{"total":[169.757,171.21,166.856,169.922,167.907,168.236,168.339,164.33,168.007,168.891,166.028,167.106,166.197,165.717,165.055],"script":[14.08,14.319,14.637,15.165,14.637,14.299,14.756,14.125,14.491,16.35,14.128,14.586,13.587,14.264,14.541],"paint":[154.003,154.926,149.8,152.618,150.537,151.697,151.125,146.823,151.128,151.326,148.852,150.607,150.067,150.109,148.76]}}, +{"f":"lui-v1.2.3-keyed","b":"06_remove-one-1k","v":{"total":[17.214,17.953,17.509,17.536,17.421,17.095,17.558,17.844,16.946,18.367,17.468,18.082,17.84,18.445,17.484],"script":[0.557,0.287,0.539,0.588,0.225,0.584,0.415,0.445,0.342,0.608,0.594,0.544,0.566,0.663,0.405],"paint":[15.791,15.685,15.661,16.043,16.098,15.713,15.873,16.064,15.596,16.765,15.85,16.668,15.929,16.933,16.23]}}, +{"f":"lui-v1.2.3-keyed","b":"07_create10k","v":{"total":[467.395,462.763,464.221,467.754,475.164,475.093,466.328,470.866,473.245,469.686,479.279,469.562,472.63,468.84,470.189],"script":[97.208,98.31,93.962,95.973,100.12,101.206,94.729,99.444,99.397,99.025,99.579,100.73,95.952,99.514,100.225],"paint":[358.022,357.061,362.449,363.889,367.383,362.279,364.354,363.841,365.725,362.491,372.153,361.504,368.919,361.637,362.41]}}, +{"f":"lui-v1.2.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.183,53.547,55.019,53.731,54.442,54.779,53.904,53.634,54.408,53.632,55.517,54.732,53.798,55.073,54.68],"script":[9.465,9.355,9.619,9.063,9.401,9.519,9.448,9.223,9.131,9.425,9.71,9.943,9.189,9.749,9.042],"paint":[44.43,43.242,44.405,43.688,44.106,44.292,43.496,43.215,44.314,43.265,44.827,43.813,43.711,44.324,44.407]}}, +{"f":"lui-v1.2.3-keyed","b":"09_clear1k_x8","v":{"total":[16.094,15.459,14.878,15.151,15.074,15.486,15.59,15.278,16.388,14.751,15.176,15.277,16.095,15.39,14.961],"script":[14.158,13.105,12.403,12.777,13.389,13.512,13.099,13.523,13.832,13.272,12.483,12.871,14.015,13.183,13.059],"paint":[1.814,2.225,1.496,1.839,1.355,1.883,2.145,1.653,2.431,1.363,2.554,1.477,1.249,2.064,1.808]}}, +{"f":"lui-v1.2.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5011463165283203]}}, +{"f":"lui-v1.2.3-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9471206665039062]}}, +{"f":"lui-v1.2.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.032094955444336]}}, +{"f":"lui-v1.2.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6938877105712891]}}, +{"f":"lui-v1.2.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.88237285614014]}}, +{"f":"lui-v1.2.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1802.6864999999998]}}, +{"f":"lui-v1.2.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[67.536]}}, +{"f":"lui-v1.2.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[192.06799999999998]}}, {"f":"lui-v1.2.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[149.4755859375]}}, {"f":"lui-v1.2.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[10.8994140625]}}, {"f":"lui-v1.2.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.484375]}}, -{"f":"lui-v1.2.3-keyed","b":"43_first-paint","v":{"DEFAULT":[63.2]}}, -{"f":"lui-v1.2.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63.2]}}, -{"f":"lwc-v3.0.1-keyed","b":"01_run1k","v":{"total":[44.586,43.827,43.801,44.006,46.303,43.183,43.717,44.362,44.315,43.98,44.753,43.115,45.059,42.804,44.516],"script":[7.946,7.601,7.504,7.198,7.47,7.617,7.591,7.908,7.405,7.931,7.392,7.093,7.493,6.976,7.971],"paint":[36.224,35.732,35.589,36.327,38.352,35.043,35.406,35.881,36.443,35.565,36.614,35.495,37.03,35.377,36.073]}}, -{"f":"lwc-v3.0.1-keyed","b":"02_replace1k","v":{"total":[46.909,45.902,48.783,46.765,47.506,48.09,45.792,47.136,47.028,45.676,47.005,46.028,46.728,46.802,50.879],"script":[12.724,11.991,11.615,12.868,12.23,11.894,11.62,12.351,11.885,11.636,12.41,11.619,11.697,12.39,12.996],"paint":[33.729,33.391,36.591,33.408,34.798,35.503,33.688,34.124,34.699,33.555,34.129,33.722,34.516,33.925,37.4]}}, -{"f":"lwc-v3.0.1-keyed","b":"03_update10th1k_x16","v":{"total":[26.666,25.882,26.123,26.243,26.126,26.437,26.999,26.443,25.446,25.974,28.52,26.708,26.926,26.493,27.82],"script":[8.266,8.541,8.035,8.176,8.609,8.888,8.611,8.253,7.825,8.142,8.835,8.366,8.562,8.8,8.935],"paint":[16.812,15.8,16.08,16.423,15.86,15.138,16.866,16.08,15.17,16.012,17.562,16.602,16.583,16.306,17.522]}}, -{"f":"lwc-v3.0.1-keyed","b":"04_select1k","v":{"total":[10.938,11.505,10.698,10.699,11.421,10.806,11.083,10.77,10.548,11.206,9.857,12.05,10.563,10.836,11.083,11.447,9.918,11.201,11.134,11.085,11.496,10.197,11.389,11.018,11.111],"script":[7.65,7.77,7.319,7.349,7.873,7.695,7.54,7.113,7.969,7.768,6.906,8.522,7.414,7.659,7.714,7.957,7.24,7.786,8.204,7.803,8.135,6.669,7.832,7.578,7.615],"paint":[2.032,2.531,3.125,2.272,2.307,2.259,3.305,2.706,2.373,2.824,2.813,2.362,2.909,2.978,2.821,2.671,1.218,2.138,1.966,2.305,2.712,2.544,2.175,2.256,2.894]}}, -{"f":"lwc-v3.0.1-keyed","b":"05_swap1k","v":{"total":[28.343,29.494,29.471,29.093,28.377,30.633,30.019,29.157,29.003,29.341,29.639,29.694,30.017,28.555,28.619],"script":[6.992,7.458,7.707,7.614,7.483,7.905,7.362,7.349,7.893,7.382,7.667,7.425,7.702,6.601,7.329],"paint":[19.783,20.632,20.147,19.47,19.471,21.155,20.852,20.804,19.455,20.674,20.161,20.299,20.382,20.94,19.509]}}, -{"f":"lwc-v3.0.1-keyed","b":"06_remove-one-1k","v":{"total":[21.472,21.78,21.455,21.573,21.152,21.892,21.819,21.519,21.852,21.621,21.636,22.492,21.578,21.024,20.432],"script":[4.345,4.269,4.241,4.349,4.113,4.276,4.377,4.012,4.029,4.27,4.23,4.377,4.319,3.998,4.28],"paint":[16.086,16.101,15.722,15.927,16.24,16.372,16.005,16.67,16.486,16.492,16.534,16.775,16.187,16.232,15.048]}}, -{"f":"lwc-v3.0.1-keyed","b":"07_create10k","v":{"total":[492.065,482.736,489.138,491.264,489.42,484.933,494.542,500.114,475.787,483.028,480.549,474.917,484.361,483.229,491.601],"script":[98.469,97.626,98.111,98.339,99.48,97.389,99.06,99.992,96.392,98.389,96.263,97.322,98.045,96.96,98.902],"paint":[386.167,377.497,383.479,385.06,382.63,379.872,387.15,392.263,372.012,376.488,376.833,369.988,378.902,377.175,385.272]}}, -{"f":"lwc-v3.0.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.498,50.219,50.2,50.326,50.711,48.82,50.906,49.79,49.555,51.577,48.7,51.829,50.974,49.478,50.464],"script":[10.511,10.815,10.953,10.797,10.923,10.176,10.376,10.695,10.8,10.645,10.357,10.453,10.492,10.442,10.739],"paint":[39.965,38.107,38.24,38.621,38.793,37.68,39.543,38.152,37.781,39.68,37.355,40.378,39.488,38.1,38.851]}}, -{"f":"lwc-v3.0.1-keyed","b":"09_clear1k_x8","v":{"total":[18.964,17.876,17.487,16.18,17.08,17.061,16.918,18.784,17.377,17.999,17.589,17.264,17.692,17.14,17.45],"script":[16.336,15.177,15.781,14.358,14.82,14.917,14.997,16.308,15.113,15.884,15.485,14.361,15.525,14.684,14.95],"paint":[2.522,2.582,1.609,1.02,2.141,2.049,1.596,2.005,1.757,2.008,1.579,2.386,2.078,2.349,2.394]}}, -{"f":"lwc-v3.0.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7110223770141602]}}, -{"f":"lwc-v3.0.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9272451400756836]}}, -{"f":"lwc-v3.0.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.865799903869629]}}, -{"f":"lwc-v3.0.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4024648666381836]}}, -{"f":"lwc-v3.0.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.344552040100098]}}, -{"f":"lwc-v3.0.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.34]}}, -{"f":"lwc-v3.0.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.9]}}, -{"f":"lwc-v3.0.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.74800000000002]}}, +{"f":"lui-v1.2.3-keyed","b":"43_first-paint","v":{"DEFAULT":[42.5]}}, +{"f":"lwc-v3.0.1-keyed","b":"01_run1k","v":{"total":[43.64,43.173,42.715,43.771,43.418,43.406,43.344,43.444,43.051,42.719,43.288,42.623,43.76,43.664,46.158],"script":[8.316,8.004,7.356,8.183,8.086,7.845,8.134,7.75,7.751,7.63,7.953,7.627,8.042,8.21,7.822],"paint":[34.833,34.72,34.884,35.106,34.901,35.088,34.748,35.247,34.82,34.682,34.813,34.568,35.264,34.854,37.597]}}, +{"f":"lwc-v3.0.1-keyed","b":"02_replace1k","v":{"total":[52.621,52.602,53.289,51.49,52.314,54.585,52.199,51.782,53.107,53.745,53.609,52.286,52.793,52.582,52.779],"script":[14.111,13.694,14.263,14,14.198,14.573,14.499,13.644,14.132,14.16,14.556,13.75,14.07,13.39,13.571],"paint":[37.974,38.19,38.557,36.978,37.613,39.3,37.22,37.662,38.448,38.811,38.555,38.085,38.199,38.587,38.726]}}, +{"f":"lwc-v3.0.1-keyed","b":"03_update10th1k_x16","v":{"total":[28.998,30.468,29.605,28.649,28.91,28.88,29.759,29.196,30.067,30.059,30.106,30.416,28.749,30.072,29.376],"script":[10.907,11.738,11.821,10.939,10.707,10.5,11.038,10.168,11.101,11.462,10.777,11.765,9.915,11.662,10.447],"paint":[16.518,16.803,16.421,16.315,16.789,16.944,16.576,17.077,17.534,17.158,17.492,15.739,17.052,16.334,17.329]}}, +{"f":"lwc-v3.0.1-keyed","b":"04_select1k","v":{"total":[14.448,15.084,13.937,13.827,14.086,14.256,14.501,14.244,13.634,14.029,15.724,14.492,14.78,13.433,15.114,14.674,13.386,14.022,14.921,13.396,14.045,14.458,14.748,15.285,13.226],"script":[11.131,10.965,10.199,9.935,10.324,10.628,10.123,10.416,9.681,10.263,11.554,10.829,10.805,9.855,11.643,11.081,9.638,10.378,10.552,10.431,10.718,10.988,11.376,11.329,10.238],"paint":[2.374,2.861,2.521,2.79,2.353,3.271,3.024,3.244,2.923,2.626,2.774,2.228,3.415,2.619,2.294,2.449,2.376,3.364,4.115,2.009,2.079,1.832,2.398,2.663,1.814]}}, +{"f":"lwc-v3.0.1-keyed","b":"05_swap1k","v":{"total":[30.676,33.074,30.815,32.333,32.568,31.128,32.496,33.371,31.241,32.418,30.524,29.613,33.498,31.637,31.832],"script":[9.266,9.799,9.689,10.506,11.56,9.391,10.732,10.265,9.64,10.217,9.582,9.053,10.604,11.189,10.409],"paint":[19.049,20.265,19.177,18.468,19.35,19.049,19.875,21.138,19.742,19.726,18.795,19.177,19.868,19.451,19.759]}}, +{"f":"lwc-v3.0.1-keyed","b":"06_remove-one-1k","v":{"total":[22.738,22.736,23.628,22.823,22.718,23.74,23.141,23.271,22.623,23.866,22.882,23.9,23.645,22.48,22.384],"script":[5.617,5.955,6.215,5.695,5.947,6.038,5.961,6.083,5.588,6.207,5.807,6.131,6.001,5.819,5.679],"paint":[15.525,15.414,16.195,16.072,15.601,16.046,16.336,15.78,16.026,15.979,15.844,16.133,16.18,15.851,15.496]}}, +{"f":"lwc-v3.0.1-keyed","b":"07_create10k","v":{"total":[472.247,474.766,472.081,471.963,475.827,473.047,480.582,471.194,473.275,478.121,468.864,472.487,471.38,475.063,474.16],"script":[93.22,96.345,93.12,94.968,94.058,95.683,103.253,94.671,93.793,95.446,96.357,94.564,95.454,98.278,92.756],"paint":[371.62,371.116,371.404,369.558,374.418,369.924,369.923,368.517,371.781,375.366,365.216,370.355,368.447,369.333,374.127]}}, +{"f":"lwc-v3.0.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.779,57.781,57.992,58.713,58.638,58.361,57.752,57.489,58.699,58.608,59.856,58.195,58.673,58.597,58.289],"script":[13.894,14.138,13.462,13.644,13.734,13.662,14.337,13.459,14.095,13.951,14.112,14.229,13.759,13.747,13.594],"paint":[42.923,42.707,43.457,43.841,43.626,43.475,42.189,43.017,43.738,43.683,44.573,42.758,43.699,43.622,43.752]}}, +{"f":"lwc-v3.0.1-keyed","b":"09_clear1k_x8","v":{"total":[17.487,17.899,16.665,17.88,18.568,17.304,17.056,17.197,17.158,18.186,17.552,19.354,17.477,17.197,18.685],"script":[15.246,15.364,14.33,14.859,15.782,14.394,14.594,15.029,14.701,15.28,16.055,16.299,15.536,14.823,15.896],"paint":[2.136,2.39,1.305,2.717,2.284,2.465,2.341,2.043,2.289,2.021,0.43,2.213,1.816,2.253,2.148]}}, +{"f":"lwc-v3.0.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7141618728637695]}}, +{"f":"lwc-v3.0.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.620791435241699]}}, +{"f":"lwc-v3.0.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.6534414291381836]}}, +{"f":"lwc-v3.0.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3775520324707031]}}, +{"f":"lwc-v3.0.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.209779739379883]}}, +{"f":"lwc-v3.0.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.165]}}, +{"f":"lwc-v3.0.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.46]}}, +{"f":"lwc-v3.0.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.49199999999996]}}, {"f":"lwc-v3.0.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[190.953125]}}, {"f":"lwc-v3.0.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[52.6787109375]}}, {"f":"lwc-v3.0.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.970703125]}}, -{"f":"lwc-v3.0.1-keyed","b":"43_first-paint","v":{"DEFAULT":[107.7]}}, -{"f":"lwc-v3.0.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[107.7]}}, -{"f":"malina-v0.7.3-keyed","b":"01_run1k","v":{"total":[39.636,38.555,39.489,40.505,37.715,37.794,39.299,39.107,38.852,40.639,38.479,40.08,39.321,39.323,39.775],"script":[3.099,3.114,3.122,3.044,3.238,3.287,3.138,3.088,3.183,3.283,3.174,3.274,3.399,3.494,3.11],"paint":[35.883,34.71,35.899,36.755,33.995,34.05,35.49,35.539,35.1,36.677,34.848,36.151,35.428,35.132,36.196]}}, -{"f":"malina-v0.7.3-keyed","b":"02_replace1k","v":{"total":[38.737,39.706,40.325,38.721,38.928,38.801,38.853,40.409,39.009,40.579,39.061,38.945,39.776,39.068,40.7],"script":[5.721,5.675,5.786,5.634,5.823,5.643,5.623,5.711,5.512,5.71,5.795,5.627,5.714,5.795,5.719],"paint":[32.439,33.538,34.069,32.629,32.661,32.746,32.801,34.089,33.045,34.123,32.764,32.92,33.632,32.862,34.506]}}, -{"f":"malina-v0.7.3-keyed","b":"03_update10th1k_x16","v":{"total":[18.156,18.826,17.965,17.83,19.002,18.545,18.651,18.426,18.627,19.033,19.15,18.047,18.943,19.099,18.439],"script":[1.287,1.787,1.077,1.163,0.677,1.035,1.777,1.49,1.99,1.208,1.543,0.986,2.028,1.554,1.235],"paint":[14.843,15.156,15.749,15.209,15.317,16.074,15.459,15.349,14.928,15.726,15.264,15.363,15.576,15.656,15.006]}}, -{"f":"malina-v0.7.3-keyed","b":"04_select1k","v":{"total":[4.407,3.548,4.851,3.625,3.456,4.027,3.402,4.954,3.197,3.314,4.078,2.94,2.888,3.99,3.28,3.671,3.731,4.403,4.086,3.358,4.102,3.781,3.51,4.613,4.038],"script":[0.68,0.873,1.172,1.053,0.75,1.185,0.825,0.957,0.867,0.585,1.408,0.203,0.576,0.614,0.216,1.436,1.241,1.24,1.209,1.01,1.719,0.2,0.568,1.53,0.942],"paint":[2.732,2.577,2.392,2.432,2.05,2.704,2.473,3.761,2.202,2.609,1.771,2.635,1.372,2.229,2.563,1.859,1.68,2.304,1.311,2.24,1.208,3.43,1.706,2.555,2.981]}}, -{"f":"malina-v0.7.3-keyed","b":"05_swap1k","v":{"total":[22.253,22.723,23.268,23.58,22.811,21.972,22.608,22.372,22.617,23.2,22.111,23.508,22.855,22.967,22.91],"script":[1.19,1.791,1.56,1.591,1.772,1.646,1.355,1.095,1.338,1.302,1.303,1.215,1.353,1.711,1.567],"paint":[19.429,19.251,20.11,20.159,18.68,18.406,20.161,19.948,20.239,20.154,19.023,20.073,20.231,19.566,19.326]}}, -{"f":"malina-v0.7.3-keyed","b":"06_remove-one-1k","v":{"total":[17.201,18.154,17.934,18.019,17.563,18.701,18.761,18.113,18.317,17.244,18.054,17.764,17.688,18.501,17.548],"script":[0.975,0.794,0.737,0.785,0.7,0.784,0.745,0.874,1.11,0.71,0.688,0.878,0.752,0.752,0.813],"paint":[15.477,16.576,15.491,15.873,15.85,16.769,16.405,15.908,15.846,15.376,16.835,16.115,15.403,16.551,15.942]}}, -{"f":"malina-v0.7.3-keyed","b":"07_create10k","v":{"total":[414.863,426.254,417.022,417.934,413.851,422.07,420.019,417.866,419.592,412.103,418.085,413.27,418.262,415.978,422.075],"script":[49.043,50.198,49.792,50.179,49.934,50.787,50.777,49.488,51.245,48.823,49.873,48.35,50.66,51.206,51.046],"paint":[358.383,368.693,359.762,360.075,356.672,363.137,361.067,361.032,360.59,355.866,360.784,357.69,359.142,357.321,363.433]}}, -{"f":"malina-v0.7.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.803,43.607,43.544,42.255,44.006,43.888,41.792,42.184,42.575,42.473,43.945,44.115,43.818,42.942,43.258],"script":[4.138,3.452,3.459,3.665,3.461,4.12,3.56,3.427,4.05,3.441,3.533,3.84,4.06,3.375,3.572],"paint":[38.56,39.215,38.876,37.673,39.586,38.619,37.382,37.963,37.621,38.216,39.181,39.27,38.654,38.703,38.779]}}, -{"f":"malina-v0.7.3-keyed","b":"09_clear1k_x8","v":{"total":[13.191,12.673,13.474,14.105,12.282,13.213,12.325,12.864,12.64,13.188,13.084,12.858,13.929,12.903,12.946],"script":[11.317,11.235,11.32,12.383,10.794,11.031,10.468,11.003,10.691,11.106,10.418,11.446,11.633,11.294,10.965],"paint":[1.779,1.347,2.062,0.797,1.392,2.096,1.772,1.762,1.166,1.506,2.581,1.304,2.204,0.824,1.859]}}, -{"f":"malina-v0.7.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4524526596069336]}}, -{"f":"malina-v0.7.3-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6827259063720703]}}, -{"f":"malina-v0.7.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.815370559692383]}}, -{"f":"malina-v0.7.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6926345825195312]}}, -{"f":"malina-v0.7.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.952725410461426]}}, -{"f":"malina-v0.7.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.4499999999998]}}, -{"f":"malina-v0.7.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.047999999999998]}}, -{"f":"malina-v0.7.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.012]}}, +{"f":"lwc-v3.0.1-keyed","b":"43_first-paint","v":{"DEFAULT":[88.7]}}, +{"f":"malina-v0.7.3-keyed","b":"01_run1k","v":{"total":[38.097,40.83,38.891,39.447,38.606,39.075,37.43,39.358,38.398,38.77,39.477,39.277,39.597,38.154,39.963],"script":[3.188,3.046,3.091,2.837,2.996,2.863,2.851,2.921,2.983,3.031,2.768,2.896,3.044,3.046,2.982],"paint":[34.404,37.333,35.191,35.949,34.844,35.746,34.175,35.76,34.965,35.3,36.246,35.89,35.917,34.677,36.347]}}, +{"f":"malina-v0.7.3-keyed","b":"02_replace1k","v":{"total":[43.692,43.88,45.33,43.88,43.577,44.886,42.997,43.11,45.576,43.567,43.883,43.151,43.17,41.735,43.86],"script":[6.184,6.271,6.339,6.339,6.285,6.379,6.206,6.24,7.19,6.709,7.214,6.252,6.156,5.795,7.181],"paint":[37.029,37.111,38.263,36.975,36.603,37.768,36.319,36.147,37.889,36.337,36.195,36.189,36.274,35.44,36.184]}}, +{"f":"malina-v0.7.3-keyed","b":"03_update10th1k_x16","v":{"total":[18.479,18.506,18.196,19.057,19.34,19.363,18.02,18.972,17.897,18.121,18.314,18.911,18.076,18.36,18.84],"script":[1.285,1.517,1.531,1.268,1.478,1.544,1.243,1.784,1.035,1.518,1.489,0.971,0.943,1.824,0.98],"paint":[14.981,15.369,15.284,16.632,15.687,15.067,14.849,15.538,15.448,15.15,14.63,15.396,15.029,14.529,15.327]}}, +{"f":"malina-v0.7.3-keyed","b":"04_select1k","v":{"total":[4.423,2.969,3.619,4.277,4.528,3.995,3.491,4.177,4.59,3.752,4.185,3.435,2.819,4.33,4.358,3.55,3.766,4.73,4.096,2.999,3.962,4.048,4.051,2.877,4.685],"script":[0.912,0.248,1.156,0.621,0.661,1.174,0.212,0.825,1.223,0.684,1.171,0.2,0.611,1.519,0.684,0.876,1.297,0.623,0.866,0.521,0.874,1.387,1.223,0.581,1.192],"paint":[2.127,2.13,1.806,2.731,3.602,1.723,2.714,3.207,2.036,1.939,1.822,3.111,1.668,2.659,2.77,1.552,2.305,3.852,1.926,1.409,2.268,2.525,2.461,1.359,3.232]}}, +{"f":"malina-v0.7.3-keyed","b":"05_swap1k","v":{"total":[21.594,21.596,22.12,23.237,21.764,22.487,22.867,22.484,21.94,22.135,22.437,22.352,22.604,21.334,22.026],"script":[1.017,1.498,1.058,1.424,1.384,1.332,1.577,1.507,1.087,1.817,1.293,1.748,0.905,1.195,1.737],"paint":[19.488,17.974,19.794,19.627,19.285,19.543,19.126,19.533,19.07,18.799,19.607,18.89,19.508,17.744,17.828]}}, +{"f":"malina-v0.7.3-keyed","b":"06_remove-one-1k","v":{"total":[18.294,17.933,16.917,17.347,17.201,17.756,17.834,17.692,17.247,17.655,16.987,17.754,17.921,17.214,17.476],"script":[0.777,1.072,0.96,0.733,0.727,0.98,1.073,0.736,0.752,1.066,0.745,0.772,0.973,1.067,0.709],"paint":[16.161,15.688,15.213,15.534,15.666,15.871,15.963,15.96,15.065,15.11,15.096,15.868,15.618,15.342,15.55]}}, +{"f":"malina-v0.7.3-keyed","b":"07_create10k","v":{"total":[403.008,401.406,406.409,398.397,401.613,404.161,407.555,404.074,397.774,402.552,400.688,405.746,402.016,411.002,404.26],"script":[46.572,46.369,46.662,47.497,46.729,47.926,48.054,47.218,46.268,46.658,45.888,47.355,47.521,46.189,48.325],"paint":[349.131,347.711,351.897,343.283,347.63,348.985,351.994,349.569,344.139,347.909,347.338,350.815,347.1,357.573,348.429]}}, +{"f":"malina-v0.7.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.539,47.221,49.216,48.303,49.435,52.162,47.611,47.898,49.829,49.116,48.558,48.373,47.851,47.864,48.195],"script":[5.083,5.024,5.206,5.249,5.223,5.123,5.218,4.77,5.124,5.285,5.091,5.083,5.176,5.116,5.161],"paint":[41.545,41.263,42.835,42.143,42.999,46.005,41.18,41.894,43.543,42.535,42.292,42.377,41.683,41.774,41.811]}}, +{"f":"malina-v0.7.3-keyed","b":"09_clear1k_x8","v":{"total":[12.577,13.367,12.576,13.337,12.771,12.627,12.585,13.698,12.614,13.237,12.811,12.427,13.12,12.289,12.591],"script":[10.508,10.984,10.847,11.042,10.7,10.589,10.661,10.987,10.805,11.055,10.87,10.823,11.021,10.189,10.978],"paint":[1.97,1.203,0.746,2.096,1.964,1.948,1.815,2.554,0.905,2.053,1.091,1.518,1.339,1.584,1.485]}}, +{"f":"malina-v0.7.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5245113372802734]}}, +{"f":"malina-v0.7.3-keyed","b":"22_run-memory","v":{"DEFAULT":[2.4693384170532227]}}, +{"f":"malina-v0.7.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.493173599243164]}}, +{"f":"malina-v0.7.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.738926887512207]}}, +{"f":"malina-v0.7.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.713644981384277]}}, +{"f":"malina-v0.7.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.465]}}, +{"f":"malina-v0.7.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.276]}}, +{"f":"malina-v0.7.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.41199999999998]}}, {"f":"malina-v0.7.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[145.6083984375]}}, {"f":"malina-v0.7.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[7.3349609375]}}, {"f":"malina-v0.7.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.9990234375]}}, -{"f":"malina-v0.7.3-keyed","b":"43_first-paint","v":{"DEFAULT":[52.2]}}, -{"f":"malina-v0.7.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[52.2]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"01_run1k","v":{"total":[44.466,42.909,43.963,44.017,44.692,43.836,43.592,44.613,43.242,41.916,45.877,45.223,43.84,43.017,44.041],"script":[7.6,7.043,7.582,7.323,7.468,7.535,7.524,7.69,7.426,6.906,7.858,7.452,7.939,7.441,6.952],"paint":[36.236,35.407,35.976,36.154,36.487,35.715,35.598,36.4,35.304,34.549,37.292,37.085,35.35,34.869,36.619]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"02_replace1k","v":{"total":[47.076,47.349,45.713,47.529,47.042,45.437,47.899,46.179,46.566,47.482,46.022,46.261,47.498,46.237,46.115],"script":[12.579,11.757,11.709,13.076,12.791,11.47,12.154,12.386,12.212,12.983,12,12.404,13.038,11.839,12.603],"paint":[34.074,35.119,33.272,33.959,33.707,33.299,35.048,33.32,33.615,33.992,33.558,33.344,33.741,33.908,33.011]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"03_update10th1k_x16","v":{"total":[25.53,24.293,25.53,24.966,24.037,24.09,23.958,25.102,23.827,24.236,23.048,22.997,24.411,24.24,23.589],"script":[6.495,6.203,7.164,6.867,6.87,6.872,7.015,6.715,6.881,6.788,6.446,6.144,6.511,7.062,7.234],"paint":[17.102,16.717,16.5,16.482,15.625,15.825,15.003,15.995,15.346,15.865,14.709,15.18,16.492,15.533,15.048]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"04_select1k","v":{"total":[4.63,5.568,3.665,3.332,4.576,3.489,3.454,4.555,3.286,4.231,4.009,4.613,3.772,3.958,4.917,3.694,4.087,3.892,3.726,3.434,3.357,3.994,4.055,2.986,4.178],"script":[1.018,1.178,1.629,0.9,1.52,1.187,0.942,1.526,0.912,1.421,1.103,0.954,1.208,0.912,1.671,1.179,1.216,1.17,1.263,1.122,0.835,1.429,1.581,0.243,1.276],"paint":[2.25,3.192,1.806,1.966,1.736,2.171,1.959,2.503,1.851,2.677,1.973,2.009,1.607,2.942,2.064,1.6,1.943,1.897,1.649,2.211,1.707,0.982,1.654,2.44,2.799]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"05_swap1k","v":{"total":[22.101,22.641,22.493,22.429,22.678,22.417,23.395,22.062,22.074,23.088,22.94,23.814,22.336,22.158,21.603],"script":[0.863,0.817,0.674,0.804,0.884,0.891,0.185,0.793,0.791,0.516,0.798,0.979,0.88,1.164,0.178],"paint":[19.687,20.04,19.997,20.532,19.844,20.52,21.69,19.463,20.003,20.135,20.43,19.729,19.825,19.375,20.03]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"06_remove-one-1k","v":{"total":[17.054,17.537,17.565,17.139,17.673,17.32,16.864,17.246,17.206,16.718,18.837,17.509,17.206,17.44,17.663],"script":[0.47,0.541,0.623,0.554,0.596,0.487,0.548,0.592,0.309,0.552,0.619,0.55,0.602,0.602,0.597],"paint":[15.043,16.281,15.521,15.337,15.847,16.017,15.52,15.85,15.553,15.401,17.292,15.841,15.505,15.965,15.977]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"07_create10k","v":{"total":[431.442,438.672,440.896,436.701,447.566,440.025,440.962,439.234,445.063,441.585,450.779,445.723,446.851,447.576,442.779],"script":[66.819,69.49,67.522,66.877,68.626,68.298,69.147,68.729,68.126,70.304,68.402,70.448,68.306,74.208,67.994],"paint":[356.801,361.501,365.63,362.053,371.182,363.83,364.251,362.88,369.397,363.44,374.421,367.727,370.852,365.894,367.13]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.45,44.824,44.165,44.682,45.05,46.847,45.731,45.073,44.419,46.056,45.781,47.192,45.279,46.435,44.137],"script":[5.973,6.25,6.141,6.353,6.525,6.577,6.595,6.242,6.015,5.73,6.63,5.587,6.369,5.85,5.92],"paint":[37.605,37.568,37.114,37.428,37.595,39.315,38.201,37.628,37.445,39.405,38.224,40.628,37.992,39.621,37.249]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"09_clear1k_x8","v":{"total":[20.011,19.167,19.837,19.29,19.353,20.378,18.169,19.585,19.255,19.202,20.083,19.865,20.318,19.822,19.395],"script":[17.632,17.27,17.296,17.006,17.362,17.865,16.711,17.329,17.226,16.98,17.694,17.839,17.34,17.883,17.046],"paint":[1.276,1.739,1.505,2.171,1.666,2.385,1.35,1.163,1.721,1.487,2.27,1.517,2.33,1.29,1.082]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7088232040405273]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.841409683227539]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.156147003173828]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0858783721923828]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.974374771118164]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.745]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.019999999999998]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.53599999999997]}}, +{"f":"malina-v0.7.3-keyed","b":"43_first-paint","v":{"DEFAULT":[41.6]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"01_run1k","v":{"total":[45.401,45.799,44.234,45.638,45.96,45.634,45.737,45.82,45.63,46.089,45.121,45.223,45.242,46.114,44.677],"script":[9.225,9.411,9.076,9.384,8.892,9.044,9.415,9.006,9.264,9.178,9.076,9.059,9.416,9.351,9.203],"paint":[35.496,35.885,34.706,35.799,36.624,36.146,35.767,36.096,35.665,36.388,35.56,35.689,35.127,36.352,35.004]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"02_replace1k","v":{"total":[51.397,52.157,52.97,51.046,52.184,52.398,52.642,55.345,51.56,51.072,53.339,52.181,52.301,52.939,51.293],"script":[13.408,13.403,14.084,13.182,14.391,13.711,13.753,14.709,14.225,13.226,14.894,14.097,14.178,14.158,13.523],"paint":[37.28,38.053,38.391,37.354,37.272,38.206,38.165,39.912,36.843,37.378,37.992,37.577,37.627,38.254,37.303]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"03_update10th1k_x16","v":{"total":[22.846,23.939,24.306,23.383,23.483,23.218,23.686,24.242,24.4,23.895,25.141,25.771,24.326,23.631,22.91],"script":[6.793,6.202,6.697,6.75,6.339,7.298,7.016,7.037,7.054,6.027,6.53,6.778,6.98,6.556,6.306],"paint":[14.401,15.758,15.618,14.798,15.658,14.207,14.673,15.343,15.802,15.583,17.091,17.322,15.252,16.008,15.32]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"04_select1k","v":{"total":[4.841,4.63,4.133,4.753,3.328,3.996,4.764,4.624,3.557,4.289,3.061,4.529,3.872,4.353,4.69,3.2,4.173,3.659,3.815,3.715,3.91,5.202,3.534,4.224,4.732],"script":[1.813,1.417,1.293,1.391,0.568,1.156,1.29,0.642,0.932,1.184,1.077,1.993,0.89,1.231,1.207,1.019,1.202,1.199,1.537,0.622,0.982,1.577,0.889,1.691,1.239],"paint":[2.188,1.83,1.984,1.598,1.599,1.981,2.064,3.538,1.414,2.036,1.836,1.716,1.759,2.02,2.263,1.538,2.481,2.317,0.925,2.419,2.781,2.441,1.538,2.388,2.366]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"05_swap1k","v":{"total":[21.847,22.071,22.07,22.059,21.255,22.904,21.699,21.441,24.469,22.418,22.807,22.719,22.358,22.427,22.591],"script":[0.831,0.837,1.072,0.961,0.725,0.862,0.909,0.186,1.045,0.939,1.388,1.167,0.997,0.809,0.912],"paint":[19.181,18.903,19.066,19.998,18.487,20.339,18.96,19.461,21.68,19.34,19.99,19.557,19.977,19.646,20.371]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"06_remove-one-1k","v":{"total":[17.216,18.085,17.599,18.118,17.095,17.229,16.994,17.1,17.388,16.564,16.943,17.804,17.363,17.109,17.792],"script":[0.568,0.553,0.6,0.62,0.595,0.25,0.572,0.56,0.655,0.246,0.607,0.565,0.54,0.593,0.616],"paint":[15.8,16.253,16.21,16.217,15.479,15.82,15.622,15.566,15.457,15.249,15.375,15.998,15.97,15.092,15.891]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"07_create10k","v":{"total":[443.641,443.679,439.949,444.199,440.462,437.421,449.069,440.161,449.265,443.697,438.761,439.978,446.132,440.202,440.97],"script":[75.405,74.473,73.134,72.903,75.499,72.047,76.043,74.665,73.101,72.518,73.762,72.176,75.551,73.838,73.015],"paint":[360.606,361.695,359.419,363.942,357.577,358.024,365.504,358.186,368.531,363.722,357.43,360.254,362.248,358.927,360.613]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.854,52.11,51.044,49.61,51.287,50.66,49.776,49.295,49.75,49.59,51.643,51.368,49.485,50.257,52.118],"script":[7.871,8.076,8.183,8.258,7.906,9.239,7.935,7.67,8.171,7.695,8.28,8.306,7.747,8.311,8.243],"paint":[40.972,42.877,41.859,40.442,42.052,40.401,40.99,40.755,40.365,40.69,42.369,42.113,40.504,40.97,42.677]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"09_clear1k_x8","v":{"total":[21.688,20.291,20.437,20.545,20.66,21.124,20.327,19.902,20.074,20.359,20.669,20.636,19.543,21.5,20.131],"script":[18.772,18.154,18.25,17.835,18.427,18.493,17.456,18.086,18.071,18.475,18.71,17.78,17.86,18.576,17.989],"paint":[2.277,2.018,1.574,2.188,1.33,2.504,2.736,1.713,1.124,1.777,1.836,2.517,1.562,2.789,1.928]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.760859489440918]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.627531051635742]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9120359420776367]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.072967529296875]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.952162742614746]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.2]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.335999999999999]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.43199999999996]}}, {"f":"marionette-v5.0.0-alpha.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[204.728515625]}}, {"f":"marionette-v5.0.0-alpha.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[66.451171875]}}, {"f":"marionette-v5.0.0-alpha.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[18.2177734375]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"43_first-paint","v":{"DEFAULT":[113.7]}}, -{"f":"marionette-v5.0.0-alpha.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[113.7]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"01_run1k","v":{"total":[50.072,51.141,49.489,50.663,50.805,51.583,50.77,50.06,49.744,51.033,52.562,48.304,50.841,50.868,50.712],"script":[14.763,15.332,13.956,14.916,15.077,14.503,14.817,13.804,14.708,14.366,15.164,14.026,15.033,14.564,15.193],"paint":[34.571,35.068,35.045,35.268,35.256,36.336,35.268,35.516,34.587,35.955,36.927,33.805,35.044,35.699,35.065]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"02_replace1k","v":{"total":[53.044,53.151,52.176,55.351,54.823,53.294,53.286,55.016,51.944,52.15,53.326,53.232,53.871,53.23,50.593],"script":[17.833,18.92,17.964,18.61,18.568,18.752,18.934,17.787,18.285,18.549,19.108,18.167,19.096,18.602,17.509],"paint":[34.755,33.474,33.484,36.053,35.826,33.821,33.719,36.546,33.17,32.877,33.78,34.549,34.071,33.91,32.627]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"03_update10th1k_x16","v":{"total":[20.279,19.142,19.01,20.616,19.172,23.342,19.445,19.175,20.326,19.363,18.57,21.172,20.563,20.655,19.934],"script":[2.192,1.861,2.106,2.185,2.244,2.211,2.014,2.125,2.673,2.067,1.898,2.363,2.934,2.236,2.626],"paint":[16.141,15.602,15.775,16.622,14.901,19.223,15.096,15.809,15.721,15.353,14.322,16.588,15.832,16.772,15.025]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"04_select1k","v":{"total":[3.558,3.937,3.395,2.878,3.993,3.283,2.962,4.889,3.738,4.581,4.106,2.902,3.989,3.479,3.297,3.172,2.844,3.417,2.431,2.343,2.48,2.82,3.381,2.739,3.04],"script":[0.142,0.181,0.922,0.876,0.915,0.95,0.185,1.687,0.502,1.183,0.637,0.744,1.06,0.615,0.545,0.885,0.955,1.091,0.154,0.154,0.491,0.476,0.692,0.815,0.154],"paint":[3.293,2.676,1.855,1.902,2.264,1.599,2.405,1.898,2.012,2.715,2.2,2.025,1.788,2.044,1.834,0.635,1.305,2.226,1.113,1.198,1.871,1.162,2.555,1.344,1.789]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"05_swap1k","v":{"total":[20.789,23.078,20.717,21.941,21.526,21.153,21.471,21.556,22.301,23.561,22.202,22.2,21.705,22.046,21.875],"script":[0.204,1.48,0.196,0.209,0.731,0.551,0.204,1.143,1.19,1.14,0.211,0.735,0.9,0.685,0.951],"paint":[18.092,20.06,18.935,19.901,19,19.116,19.168,18.593,19.149,20.497,20.048,19.768,18.165,19.632,17.995]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"06_remove-one-1k","v":{"total":[17.867,17.331,17.24,17.111,16.874,17.355,16.796,16.949,16.674,17.806,17.188,17.097,17.387,19.084,17.625],"script":[0.607,0.39,0.619,0.817,0.579,0.615,0.62,0.578,0.59,0.594,0.6,0.582,0.38,0.647,0.906],"paint":[16.036,15.491,15.195,15.268,15.383,15.642,15.28,15.545,15.264,16.445,15.806,15.719,15.871,16.929,15.978]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"07_create10k","v":{"total":[505.514,515.574,513.957,517.283,510.894,516.95,510.011,504.266,509.923,511.021,507.13,525.46,517.098,512.466,516.443],"script":[145.2,145.859,144.741,144.9,145.414,147.461,143.375,142.946,144.33,145.012,145.276,151.291,147.695,145.321,144.703],"paint":[352.602,361.893,361.452,364.306,357.892,361.539,358.847,353.398,357.836,357.811,353.904,366.379,361.417,359.209,363.902]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.431,53.468,53.344,53.549,53.602,54.731,52.645,54.65,53.562,53.899,53.292,53.732,53.465,52.815,54.197],"script":[14.952,14.504,14.851,15.048,14.724,15.967,14.229,15.142,14.842,14.349,14.977,13.831,15.521,13.977,15.537],"paint":[38.546,38.036,37.654,37.53,37.677,37.919,37.418,38.245,37.781,38.556,37.462,38.919,37.028,37.875,37.756]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"09_clear1k_x8","v":{"total":[19.661,19.223,20.098,20.241,19.965,19.558,20.438,19.372,20.175,19.694,19.421,19.725,20.061,20.361,19.768],"script":[17.406,17.362,17.857,18.077,17.803,17.613,17.998,17.351,17.421,17.43,17.32,17.606,17.543,18.718,17.701],"paint":[2.141,1.766,1.25,1.014,1.05,1.843,2.32,1.931,2.253,1.664,2,2.028,2.402,1.555,1.081]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7495346069335938]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.2689104080200195]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.339427947998047]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3081932067871094]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.243782997131348]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2251.115]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[7.419999999999999]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[129.472]}}, +{"f":"marionette-v5.0.0-alpha.2-keyed","b":"43_first-paint","v":{"DEFAULT":[107.4]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"01_run1k","v":{"total":[53.466,52.476,53.162,54.407,55.543,53.225,53.418,54.561,54.518,53.439,54.755,54.128,55.533,55.127,53.578],"script":[16.465,16.181,15.762,16.462,16.6,16.635,16.118,16.689,16.696,16.586,15.948,16.447,16.86,16.483,16.615],"paint":[36.557,35.598,36.939,37.464,38.504,36.125,36.912,37.42,37.128,36.108,38.101,37.227,37.987,38.189,36.498]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"02_replace1k","v":{"total":[59.245,58.388,61.311,61.645,58.583,61.798,58.942,60.032,61.053,59.507,59.411,60.961,58.623,61.553,58.839],"script":[20.339,20.029,21.098,21.116,19.991,20.905,20.378,20.649,20.826,19.891,20.351,20.72,20.235,20.749,20.1],"paint":[38.444,37.9,39.733,40.022,37.844,40.15,38.053,38.916,39.508,39.188,38.555,39.787,37.935,40.119,38.271]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.416,19.379,21.018,19.375,20.16,19.956,20.203,20.998,18.86,20.772,21.136,19.285,19.885,19.787,19.795],"script":[2.428,1.972,2.014,2.223,2.147,2.106,1.911,2.458,1.406,2.795,1.978,2.595,1.907,2.496,1.595],"paint":[15.116,15.269,16.343,15.557,16.679,16.224,16.293,16.03,16.415,15.875,16.721,13.97,16.211,15.5,16.254]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"04_select1k","v":{"total":[4.163,3.367,3.185,3.573,4.29,2.872,3.952,4.188,3.273,4.203,3.878,5.102,3.156,2.818,3.423,3.762,3.667,2.466,3.03,2.421,4.163,4.143,3.468,3.621,3.141],"script":[0.185,0.867,0.945,0.725,0.148,0.938,1.145,1.011,0.159,1.282,0.921,1.286,0.821,0.493,1.112,1.19,1.326,0.242,0.881,0.157,1.155,1.137,0.842,0.655,0.949],"paint":[2.773,1.341,1.424,1.374,3.016,1.809,1.948,2.054,2.846,1.5,2.552,2.559,2.2,2.204,1.255,1.66,2.21,2.091,1.51,1.116,1.841,1.89,2.491,1.978,1.609]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"05_swap1k","v":{"total":[21.421,21.486,21.374,21.277,20.555,20.413,21.126,22.92,21.419,21.861,24.219,21.853,22.014,22.908,20.947],"script":[0.218,0.844,0.694,1.312,0.211,1.332,0.826,0.985,0.869,1.061,1.017,0.968,1.129,0.206,1.184],"paint":[19.247,19.48,18.637,18.037,18.872,17.732,18.423,19.883,18.862,19.244,20.779,19.618,18.134,20.765,18.44]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"06_remove-one-1k","v":{"total":[18.125,17.125,17.797,17.803,17.086,16.994,17.628,17.301,18.47,17.411,17.151,17.73,17.253,18.291,17.651],"script":[0.918,0.931,0.592,0.6,0.625,0.606,0.624,0.665,0.657,0.607,0.651,0.91,0.623,0.877,0.626],"paint":[15.873,15.089,15.952,15.924,14.924,15.348,16.101,15.617,16.437,15.875,15.705,15.832,15.908,15.858,16.054]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"07_create10k","v":{"total":[545.14,518.577,518.472,516.418,512.293,518.635,518.9,511.154,509.902,511.918,512.875,517.473,513.726,514.547,513.543],"script":[162.952,156.365,159.233,154.794,147.243,156.582,156.22,154.19,146.011,152.215,154.158,151.999,153.045,146.93,154.166],"paint":[374.175,354.786,351.825,353.723,357.086,354.676,355.202,349.491,356.432,352.134,350.856,358.074,353.034,360.172,351.762]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.135,61.364,62.463,59.483,59.79,61.509,62.179,61.58,60.402,61.011,61.569,60.689,62.401,61.675,62.27],"script":[17.16,17.667,16.341,16.458,16.546,16.978,17.655,16.878,17.155,17.159,17.439,17.149,18.464,16.852,17.312],"paint":[42.804,42.745,45.141,42.048,42.285,43.507,43.276,43.666,42.019,42.659,42.902,42.339,42.693,43.868,43.756]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"09_clear1k_x8","v":{"total":[21.26,20.509,22.313,20.62,20.047,20.838,21.352,20.658,20.972,20.846,20.888,21.016,21.037,21.287,21.951],"script":[18.317,18.365,19.661,18.101,17.413,18.883,18.666,18.51,18.211,18.308,18.762,18.9,18.915,18.708,19.905],"paint":[2.805,1.202,2.49,1.87,2.507,1.831,1.561,1.993,2.199,1.844,2.011,1.395,1.826,2.013,0.787]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7518844604492188]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.0623254776000977]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.218935012817383]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2149467468261719]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.111489295959473]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2251.49]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.432000000000002]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.97200000000004]}}, {"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[222.2705078125]}}, {"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[83.9931640625]}}, {"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[22.3720703125]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"43_first-paint","v":{"DEFAULT":[137.1]}}, -{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[137.1]}}, -{"f":"marko-v5.31.12-keyed","b":"01_run1k","v":{"total":[51.474,50.407,52.366,48.775,49.92,53.649,51.823,52.779,51.143,51.192,51.109,50.724,50.327,50.93,50.795],"script":[17.673,17.338,17.03,15.743,17.161,18.019,16.501,17.283,17.509,17.53,17.35,17.37,17.36,17.11,17.356],"paint":[33.599,32.895,35.142,32.841,32.586,35.441,35.113,35.139,33.438,33.474,33.573,33.164,32.792,33.638,33.25]}}, -{"f":"marko-v5.31.12-keyed","b":"02_replace1k","v":{"total":[59.216,60.033,59.073,57.514,56.939,58.084,61.092,54.926,57.331,58.676,59.545,59.078,58.99,58.787,58.289],"script":[25.048,25.475,25.398,24.349,23.685,24.544,25,22.197,24.059,23.188,25.85,25.04,25.328,25.704,23.939],"paint":[33.973,34.165,33.481,32.968,33.06,33.342,35.87,32.518,33.061,35.27,33.494,33.839,33.471,32.869,34.093]}}, -{"f":"marko-v5.31.12-keyed","b":"03_update10th1k_x16","v":{"total":[30.605,29.493,31.219,27.39,28.902,31.053,28.485,28.258,29.463,24.753,28.945,29.222,31.002,28.467,29.539],"script":[9.731,9.535,9.858,9.412,9.265,8.881,8.44,8.729,10.163,9.064,9.133,9.425,9.298,9.788,9.328],"paint":[19.964,18.83,18.732,17.053,18.865,19.105,16.163,18.289,16.63,15.545,18.983,18.576,19.269,17.87,18.626]}}, -{"f":"marko-v5.31.12-keyed","b":"04_select1k","v":{"total":[14.795,14.871,13.911,13.124,12.666,13.988,16.756,12.13,15.633,15.242,14.478,14.262,11.504,13.464,17.344,13.578,15.166,14.554,13.5,13.415,12.383,15.881,14.981,13.284,15.466],"script":[6.498,7.376,6.635,6.565,6.214,7.381,7.69,5.736,6.96,7.344,7.336,6.971,5.925,6.11,7.143,7.445,5.262,7.853,7.292,6.374,6.395,6.685,6.251,7.244,6.505],"paint":[4.539,4.948,3.215,3.401,4.519,3.805,4.52,5.227,4.925,5.478,4.439,5.568,4.569,3.71,5.575,4.963,5.194,4.449,4.409,4.784,3.722,5.135,4.323,4.417,4.07]}}, -{"f":"marko-v5.31.12-keyed","b":"05_swap1k","v":{"total":[165.51,163.338,168.057,159.969,159.861,164.547,166.239,165.441,166.726,163.928,163.008,165.532,162.053,163.541,168.575],"script":[21.885,21.657,23.506,20.625,19.666,21.138,22.835,21.383,22.737,20.526,21.165,22.717,21.224,22.065,22.997],"paint":[141.819,141.307,142.289,138.57,139.065,141.709,141.832,143.331,142.047,141.897,140.708,141.889,140.481,139.479,144.507]}}, -{"f":"marko-v5.31.12-keyed","b":"06_remove-one-1k","v":{"total":[19.885,19.715,22.382,22.574,23.887,21.62,23.102,23.325,22.876,22.253,23.389,23.144,23.348,21.819,22.945],"script":[3.195,3.504,3.26,3.066,3.486,3.342,3.476,3.039,3.254,3.416,3.591,3.473,3.685,3.262,3.768],"paint":[15.913,15.464,17.262,17.513,18.641,17.363,17.733,18.455,17.908,17.445,18.16,17.782,17.794,17.241,17.546]}}, -{"f":"marko-v5.31.12-keyed","b":"07_create10k","v":{"total":[573.579,560.77,569.25,582.913,565.194,570.25,564.135,559.173,581.866,561.907,558.254,564.27,565.851,566.311,580.727],"script":[202.737,176.078,206.324,177.696,177.235,180.349,178.189,175.995,176.068,177.044,175.18,177.822,177.31,176.519,210.183],"paint":[367.04,380.999,359.167,401.459,384.338,386.293,381.957,379.757,402.086,381.457,379.595,383.016,385.118,386.258,366.832]}}, -{"f":"marko-v5.31.12-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.706,61.003,57.274,57.156,59.801,58.511,62.51,59.674,58.684,58.842,59.693,59.298,59.449,61.419,60.36],"script":[21.116,22.07,19.301,19.674,21.255,20.231,22.004,20.718,20.319,20.812,21.679,20.853,20.426,21.299,21.591],"paint":[38.238,38.564,37.633,37.139,37.967,37.95,40.007,38.55,38.013,37.686,37.666,37.921,38.523,39.777,38.441]}}, -{"f":"marko-v5.31.12-keyed","b":"09_clear1k_x8","v":{"total":[27.622,28.634,26.644,25.682,28.133,28.033,27.972,25.652,26.57,26.149,28.512,27.456,27.051,26.654,26.488],"script":[22.373,22.853,22.372,21.625,20.773,22.844,22.005,21.399,22.535,20.764,23.396,22.793,21.466,21.99,22.081],"paint":[3.963,4.826,3.479,3.813,6.01,4.57,4.183,3.444,2.592,3.611,3.963,3.768,4.433,3.382,2.99]}}, -{"f":"marko-v5.31.12-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6842641830444336]}}, -{"f":"marko-v5.31.12-keyed","b":"22_run-memory","v":{"DEFAULT":[4.531805038452148]}}, -{"f":"marko-v5.31.12-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.677456855773926]}}, -{"f":"marko-v5.31.12-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.320041656494141]}}, -{"f":"marko-v5.31.12-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.88840389251709]}}, -{"f":"marko-v5.31.12-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.4049999999997]}}, -{"f":"marko-v5.31.12-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.56]}}, -{"f":"marko-v5.31.12-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.69200000000004]}}, +{"f":"marionette-backbone-v5.0.0-alpha.2-keyed","b":"43_first-paint","v":{"DEFAULT":[115.6]}}, +{"f":"marko-v5.31.12-keyed","b":"01_run1k","v":{"total":[56.336,56.868,55.928,57.128,55.786,56.94,56.089,57.209,59.057,56.349,55.949,57.958,57.249,58.235,56.81],"script":[19.727,19.719,19.079,19.705,19.058,20.94,19.263,20.642,20.423,20.146,18.949,20.331,20.614,21.188,19.488],"paint":[36.425,36.861,36.618,37.084,36.526,35.793,36.617,36.357,38.456,36.004,36.769,37.356,36.441,36.859,37.007]}}, +{"f":"marko-v5.31.12-keyed","b":"02_replace1k","v":{"total":[64.936,64.864,66.94,65.999,64.04,65.426,65.353,65.295,64.161,64.632,65.589,67.117,66.199,65.389,65.77],"script":[26.545,26.159,27.498,27.46,25.986,27.683,26.373,27.586,26.623,26.328,26.545,27.248,28.033,26.765,26.142],"paint":[38.181,38.481,39.165,38.311,37.828,37.536,38.609,37.449,37.315,38.064,38.707,39.489,37.952,38.417,39.418]}}, +{"f":"marko-v5.31.12-keyed","b":"03_update10th1k_x16","v":{"total":[28.613,29.005,31.329,28.735,28.507,28.274,30.157,28.208,28.823,28.101,29.427,26.058,30.41,30.007,29.129],"script":[8.856,9.598,9.415,8.895,10.009,9.626,10.721,9.154,9.384,9.087,9.302,8.909,9.219,10.159,9.721],"paint":[18.357,19.106,19.153,17.849,18.2,17.41,16.813,17.996,18.061,16.624,17.603,15.572,17.907,18.223,19.171]}}, +{"f":"marko-v5.31.12-keyed","b":"04_select1k","v":{"total":[14.406,12.775,15.211,13.344,14.758,15.065,14.495,14.617,15.098,13.184,12.047,13.623,14.181,13.002,15.317,14.695,15.42,12.261,16.888,13.113,12.793,15.247,13.863,12.576,16.048],"script":[7.96,7.337,7.489,6.68,7.684,7.094,7.639,7.656,7.476,7.335,6.632,6.987,7.47,6.92,7.36,6.511,7.093,6.691,7.125,7.019,6.594,7.676,7.661,6.206,7.202],"paint":[4.904,2.911,3.002,3.813,6.206,5.347,3.438,4.904,3.993,3.547,4.069,3.877,4.68,4.616,5.783,6.171,4.257,3.495,5.593,5.218,3.591,5.09,3.027,3.57,4.483]}}, +{"f":"marko-v5.31.12-keyed","b":"05_swap1k","v":{"total":[178.365,177.346,177.9,181.697,177.968,179.813,181.362,182.192,175.412,179.944,176.034,178.661,179.505,178.662,183.798],"script":[23.924,22.098,22.148,25.165,21.913,23.6,22.542,23.6,22.615,24.449,23.222,22.777,22.409,23.377,25.987],"paint":[153.036,154.057,153.674,155.146,155.23,154.597,156.855,156.907,152.601,154.034,151.631,154.758,156.082,153.751,157.343]}}, +{"f":"marko-v5.31.12-keyed","b":"06_remove-one-1k","v":{"total":[23.334,23.597,23.993,23.587,23.445,23.58,22.949,23.399,23.523,24.079,24.239,23.514,23.203,20.859,20.276],"script":[3.673,3.691,3.32,3.427,3.821,3.376,3.27,3.881,3.52,4.129,3.268,3.677,3.012,3.336,3.566],"paint":[18.283,18.042,18.526,17.797,18.131,17.908,17.434,17.324,18.03,17.941,18.583,17.879,18.092,16.131,15.572]}}, +{"f":"marko-v5.31.12-keyed","b":"07_create10k","v":{"total":[568.648,564.385,565.109,569.402,564.526,570.315,573.318,566.772,563.534,568.658,564.883,553.753,560.453,556.124,558.065],"script":[188.578,186.665,186.928,190.703,185.583,193.656,181.728,190.544,189.771,189.114,186.233,182.735,186.428,182.574,179.685],"paint":[376.43,373.974,374.655,374.986,375.543,373.219,387.924,372.371,370.396,375.662,375.259,367.657,370.459,370.086,374.952]}}, +{"f":"marko-v5.31.12-keyed","b":"08_create1k-after1k_x2","v":{"total":[68.308,64.503,65.382,64.73,66.405,67.918,65.985,65.883,64.582,64.5,65.489,65.483,64.625,65.183,66.733],"script":[24.647,22.493,22.612,22.559,24.365,25.48,22.941,22.988,22.946,22.542,22.877,22.547,21.394,22.857,23.785],"paint":[43.184,41.649,42.445,41.816,41.687,42.082,42.566,42.507,41.257,41.602,42.264,42.447,42.893,41.977,42.597]}}, +{"f":"marko-v5.31.12-keyed","b":"09_clear1k_x8","v":{"total":[27.012,27.948,25.138,26.142,26.711,24.602,28.112,26.573,26.395,27.171,26.695,25.582,26.332,27.305,28.998],"script":[22.371,22.384,21.186,21.748,20.872,19.435,20.412,22.001,20.25,23.051,22.149,21.307,21.541,23.036,21.047],"paint":[4.011,3.913,3.691,3.026,4.601,4.829,5.548,3.154,5.422,3.146,3.422,3.383,4.518,3.633,6.03]}}, +{"f":"marko-v5.31.12-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6645174026489258]}}, +{"f":"marko-v5.31.12-keyed","b":"22_run-memory","v":{"DEFAULT":[4.325754165649414]}}, +{"f":"marko-v5.31.12-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.466219902038574]}}, +{"f":"marko-v5.31.12-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.262073516845703]}}, +{"f":"marko-v5.31.12-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.75827503204346]}}, +{"f":"marko-v5.31.12-keyed","b":"31_startup-ci","v":{"DEFAULT":[2028.5199999999998]}}, +{"f":"marko-v5.31.12-keyed","b":"32_startup-bt","v":{"DEFAULT":[34.41199999999999]}}, +{"f":"marko-v5.31.12-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.33999999999997]}}, {"f":"marko-v5.31.12-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[184.728515625]}}, {"f":"marko-v5.31.12-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[46.4521484375]}}, {"f":"marko-v5.31.12-keyed","b":"42_size-compressed","v":{"DEFAULT":[16.1103515625]}}, -{"f":"marko-v5.31.12-keyed","b":"43_first-paint","v":{"DEFAULT":[90.1]}}, -{"f":"marko-v5.31.12-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[90.1]}}, -{"f":"maverick-v0.23.1-keyed","b":"01_run1k","v":{"total":[40.332,38.989,40.342,39.376,40.082,38.559,39.086,40.479,39.913,40.092,40.951,38.257,40.626,39.053,38.655],"script":[3.912,3.577,3.75,3.409,3.474,3.663,3.655,3.711,3.878,3.665,3.465,3.6,3.776,3.558,3.56],"paint":[35.964,34.912,36.153,35.527,35.917,34.456,34.894,36.156,35.577,35.962,36.86,34.152,36.141,35.014,34.603]}}, -{"f":"maverick-v0.23.1-keyed","b":"02_replace1k","v":{"total":[39.575,41.8,42.155,40.237,40.607,40.946,40.301,40.83,41.713,42.775,40.93,42.02,41.388,41.658,41.176],"script":[6.768,7.341,7.428,6.629,7.234,6.85,6.807,7.243,7.647,7.039,7.185,7.29,7.436,7.574,7.252],"paint":[32.358,34.027,34.017,33.135,32.738,33.405,32.941,33.17,33.65,35.299,33.294,34.285,33.52,33.596,33.452]}}, -{"f":"maverick-v0.23.1-keyed","b":"03_update10th1k_x16","v":{"total":[18.056,18.837,18.811,19.591,18.313,17.98,18.218,18.423,18.737,17.877,17.64,18.729,18.139,18.096,18.169],"script":[1.503,0.804,1.7,1.322,1.128,1.375,1.082,1.766,1.25,0.978,1.269,1.166,1.384,1.422,0.671],"paint":[15.051,16.196,14.818,16.273,15.154,15.635,15.148,15.363,16.048,15.102,14.825,15.709,14.467,15.655,16.359]}}, -{"f":"maverick-v0.23.1-keyed","b":"04_select1k","v":{"total":[3.988,3.403,4.171,3.526,5.212,3.408,3.267,3.036,4.163,2.471,4.334,2.612,2.574,3.263,3.307,3.87,4.038,2.695,3.177,3.501,3.239,2.704,3.297,4.366,3.633],"script":[1.018,0.917,0.865,0.545,0.974,0.794,0.131,0.548,1.139,0.559,1.009,0.121,0.123,0.122,0.502,0.12,0.127,0.118,0.802,0.133,0.615,0.115,0.824,1.419,0.85],"paint":[2.129,2.369,2.388,2.054,3.395,1.477,2.047,1.315,2.069,1.81,2.276,2.357,1.961,2.063,1.882,2.965,2.85,1.604,2.241,2.48,1.84,2.487,1.56,1.668,1.826]}}, -{"f":"maverick-v0.23.1-keyed","b":"05_swap1k","v":{"total":[23.342,22.794,22.39,23.007,23.117,23.4,23.318,24.72,23.024,22.922,23.873,22.585,22.014,23.184,22.631],"script":[2.15,1.822,1.289,1.497,2.154,1.394,1.571,2.152,1.516,1.803,1.29,1.27,0.939,1.818,1.584],"paint":[19.886,19.567,20.043,19.663,19.037,19.148,20.608,20.138,20.249,20.058,19.861,19.543,18.998,19.583,19.093]}}, -{"f":"maverick-v0.23.1-keyed","b":"06_remove-one-1k","v":{"total":[17.398,17.681,17.711,17.546,17.342,17.985,18.091,16.966,17.454,17.253,17.116,17.299,16.667,17.294,17.171],"script":[0.694,0.912,0.652,0.651,0.698,0.631,0.952,0.636,0.623,0.659,0.921,0.653,0.663,0.64,0.682],"paint":[15.509,15.783,16.215,16.075,15.324,16.05,15.804,15.212,15.92,15.418,15.219,15.575,15.152,15.82,15.717]}}, -{"f":"maverick-v0.23.1-keyed","b":"07_create10k","v":{"total":[406.791,406.081,411.667,408.476,408.32,409.292,406.147,406.734,409.882,400.466,409.217,406.837,409.414,402.443,410.974],"script":[43.107,42.901,44.701,43.004,43.418,44.018,43.785,43.803,44.043,43.68,44.437,43.754,44.206,44.621,43.287],"paint":[356.096,355.728,358.78,358.046,357.229,357.828,354.98,355.381,358.31,349.042,356.415,355.69,357.728,350.444,359.435]}}, -{"f":"maverick-v0.23.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[42.123,41.184,42.575,42.87,41.337,43.911,42.637,41.528,44.943,44.023,41.777,42.639,42.641,43.343,42.879],"script":[3.22,3.121,3.324,3.088,3.24,3.138,3.204,3.218,3.067,2.985,3.182,3.154,3.138,3.192,3.143],"paint":[37.662,37.172,38.316,38.576,37.299,39.952,38.22,37.36,40.75,39.904,37.688,38.548,38.305,38.974,38.57]}}, -{"f":"maverick-v0.23.1-keyed","b":"09_clear1k_x8","v":{"total":[15.034,15.882,15.306,15.708,15.937,14.792,15.327,15.355,15.039,15.297,15.547,15.848,15.27,15.752,15.119],"script":[13.159,13.467,13.432,13.292,13.774,12.853,13.595,13.71,12.965,13.146,13.217,13.379,13.048,13.682,13.594],"paint":[1.79,2.315,1.229,2.318,1.141,1.419,0.783,0.946,1.982,2.035,2.226,1.617,0.982,1.242,0.898]}}, -{"f":"maverick-v0.23.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4750814437866211]}}, -{"f":"maverick-v0.23.1-keyed","b":"22_run-memory","v":{"DEFAULT":[2.595468521118164]}}, -{"f":"maverick-v0.23.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6498756408691406]}}, -{"f":"maverick-v0.23.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6641645431518555]}}, -{"f":"maverick-v0.23.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.8519229888916]}}, -{"f":"maverick-v0.23.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.265]}}, -{"f":"maverick-v0.23.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.835999999999999]}}, -{"f":"maverick-v0.23.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.756]}}, +{"f":"marko-v5.31.12-keyed","b":"43_first-paint","v":{"DEFAULT":[82.8]}}, +{"f":"maverick-v0.23.1-keyed","b":"01_run1k","v":{"total":[39.234,39.222,40.118,39.462,38.952,39.88,39.212,39.436,39.545,39.893,40.197,39.12,39.38,40.078,39.673],"script":[3.478,3.633,3.351,3.348,3.509,3.37,3.37,3.574,3.345,3.628,3.417,3.544,3.896,3.594,3.61],"paint":[35.029,34.889,36.206,35.381,34.962,36.047,35.123,35.152,35.525,35.77,36.123,35.123,34.822,35.816,35.549]}}, +{"f":"maverick-v0.23.1-keyed","b":"02_replace1k","v":{"total":[44.756,44.485,45.44,45.63,44.372,44.254,44.194,44.54,45.516,44.216,43.77,44.988,45.03,44.441,44.924],"script":[7.648,7.165,7.778,7.792,7.347,7.19,7.552,7.861,7.722,7.643,7.101,7.644,7.107,7.576,7.216],"paint":[36.583,36.885,36.992,37.368,36.518,36.389,36.163,36.225,37.06,36.088,36.194,36.864,37.176,36.135,36.967]}}, +{"f":"maverick-v0.23.1-keyed","b":"03_update10th1k_x16","v":{"total":[18.577,16.979,18.264,18.646,18.321,18.053,17.508,18.062,17.682,20.363,18.371,18.718,17.571,18.32,17.783],"script":[1.634,1.21,1.101,2.054,0.909,0.67,1.32,1.484,1.331,1.897,0.951,0.926,1.213,1.767,0.911],"paint":[14.803,14.198,15.558,14.784,16.378,15.008,13.933,14.723,14.936,16.467,15.198,16.276,15.331,14.432,15.08]}}, +{"f":"maverick-v0.23.1-keyed","b":"04_select1k","v":{"total":[3.435,3.47,3.084,4.093,3.428,3.404,3.277,3.367,3.829,2.839,3.475,3.881,3.255,3.053,2.968,3.168,3.364,3.756,3.999,3.617,4.173,3.131,3.044,3.976,2.853],"script":[0.845,0.138,0.476,1.11,0.6,0.14,0.129,0.795,0.102,0.437,0.125,0.931,0.126,0.527,0.151,0.123,0.279,0.518,0.652,0.894,0.643,0.505,0.13,0.131,0.52],"paint":[1.76,2.235,2.468,1.617,2.017,2.061,3.013,1.031,2.714,2.26,2.468,1.936,2.576,1.265,2.652,1.899,2.528,2.06,2.487,2.107,3.242,1.751,1.259,3.574,2.183]}}, +{"f":"maverick-v0.23.1-keyed","b":"05_swap1k","v":{"total":[22.617,22.558,23.901,22.894,24.119,23.437,22.493,23.045,22.666,22.926,23.401,22.421,21.919,25.435,23.207],"script":[1.885,1.392,1.294,1.799,2.941,2.293,1.79,1.587,1.77,1.668,1.63,2.027,1.404,1.441,1.827],"paint":[19.174,19.475,20.377,19.993,19.947,20.376,18.695,20.032,18.143,20.15,19.914,19.336,19.21,22.852,19.263]}}, +{"f":"maverick-v0.23.1-keyed","b":"06_remove-one-1k","v":{"total":[18.146,17.829,17.856,17.736,18.111,17.718,17.548,17.776,17.229,17.635,18.903,17.957,17.233,17.854,17.808],"script":[0.894,1.103,0.78,1.141,1.179,0.863,1.159,1.176,1.085,0.89,1.103,0.794,1.107,1.176,1.12],"paint":[16.418,15.631,16.265,15.646,15.73,15.566,15.594,15.809,15.079,15.325,16.488,15.889,14.678,15.883,15.426]}}, +{"f":"maverick-v0.23.1-keyed","b":"07_create10k","v":{"total":[403.845,399.859,401.744,399.303,402.988,397.344,400.967,395.062,401.931,394.39,401.514,401.98,398.857,401.938,400.694],"script":[46.012,46.023,45.821,46.176,46.728,45.493,45.719,45.481,46.056,44.979,46.551,46.413,45.65,47.919,45.289],"paint":[350.517,346.521,348.57,345.604,348.76,343.917,347.394,342.2,348.578,342.06,347.374,348.301,345.881,346.681,348.087]}}, +{"f":"maverick-v0.23.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.643,46.244,46.401,46.133,45.965,46.86,45.315,45.511,44.614,45.58,46.428,45.702,45.93,45.849,45.921],"script":[3.79,3.92,3.805,4.033,3.736,3.871,3.554,3.632,3.879,3.916,3.708,3.97,4.082,4.047,3.797],"paint":[41.864,41.377,41.642,41.137,41.263,41.966,40.555,40.663,39.562,40.491,41.713,40.826,41.034,40.832,41.204]}}, +{"f":"maverick-v0.23.1-keyed","b":"09_clear1k_x8","v":{"total":[15.316,15.289,14.698,14.48,16.688,14.663,14.983,14.721,15.255,14.812,15.152,15.658,14.402,14.423,14.133],"script":[13.093,12.333,12.139,12.558,13.896,12.631,12.85,12.668,12.227,12.746,12.762,13.076,12.171,12.548,12.027],"paint":[2.104,2.823,2.441,1.825,1.82,1.801,2.035,1.631,2.911,1.034,2.269,2.466,1.617,1.759,0.521]}}, +{"f":"maverick-v0.23.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4745941162109375]}}, +{"f":"maverick-v0.23.1-keyed","b":"22_run-memory","v":{"DEFAULT":[2.3958635330200195]}}, +{"f":"maverick-v0.23.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.411757469177246]}}, +{"f":"maverick-v0.23.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7254829406738281]}}, +{"f":"maverick-v0.23.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.627856254577637]}}, +{"f":"maverick-v0.23.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.5449999999998]}}, +{"f":"maverick-v0.23.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.896]}}, +{"f":"maverick-v0.23.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.43599999999995]}}, {"f":"maverick-v0.23.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.1484375]}}, {"f":"maverick-v0.23.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.873046875]}}, {"f":"maverick-v0.23.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.736328125]}}, -{"f":"maverick-v0.23.1-keyed","b":"43_first-paint","v":{"DEFAULT":[65.6]}}, -{"f":"maverick-v0.23.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[65.6]}}, -{"f":"metron-v0.0.2-keyed","b":"01_run1k","v":{"total":[44.012,45.132,43.542,43.992,43.949,44.305,45.9,44.171,45.075,43.839,48.054,47.524,44.55,44.727,45.116],"script":[6.177,7.049,6.211,6.447,6.219,6.918,6.79,6.433,7.18,6.533,7.049,6.603,6.556,6.524,6.837],"paint":[37.384,37.579,36.876,37.056,37.228,36.905,38.61,37.22,37.43,36.803,40.289,40.412,37.495,37.709,37.775]}}, -{"f":"metron-v0.0.2-keyed","b":"02_replace1k","v":{"total":[46.031,45.016,44.01,44.181,45.083,43.498,43.267,44.366,43.553,43.728,44.716,45.097,47.143,43.985,45.836],"script":[8.694,8.61,8.475,8.502,8.188,8.592,8.033,8.099,7.982,8.347,8.395,8.456,8.291,8.188,8.367],"paint":[36.766,35.761,34.82,35.213,36.216,34.456,34.54,35.754,35.105,34.88,35.602,35.902,38.365,35.307,36.955]}}, -{"f":"metron-v0.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[17.898,19.137,20.22,21.164,18.23,19.45,18.604,18.485,18.999,18.806,18.496,20.622,20.043,19.302,19.017],"script":[0.721,1.21,1.528,0.221,0.711,0.992,1.223,0.952,1.288,1.343,0.232,1.223,0.846,1.074,1.278],"paint":[15.433,16.119,17.352,18.794,15.345,16.113,15.207,15.076,16.364,15.124,15.926,17.008,16.913,15.302,16.135]}}, -{"f":"metron-v0.0.2-keyed","b":"04_select1k","v":{"total":[3.936,2.602,2.897,2.087,3.691,3.105,3.313,2.682,3.549,3.164,3.386,2.664,3.861,3.438,3.446,2.97,3.131,3.218,3.048,2.877,2.812,2.654,3.104,2.858,3.256],"script":[0.065,0.073,0.076,0.28,0.073,0.486,0.627,0.069,0.824,0.206,0.716,0.069,0.082,0.057,0.815,0.078,0.065,0.066,0.791,0.333,0.067,0.065,0.748,0.068,0.54],"paint":[3.315,1.453,2.511,1.711,2.098,1.792,1.716,1.598,1.88,2.017,2.558,2.471,2.915,3.287,2.218,2.792,2.449,1.945,1.51,1.824,2.641,1.798,2.243,2.17,2.125]}}, -{"f":"metron-v0.0.2-keyed","b":"05_swap1k","v":{"total":[22.175,21.727,22.257,25.736,22.628,22.18,22.612,22.144,22.286,22.728,23.487,22.68,22.131,23.07,22.509],"script":[0.11,0.459,0.11,1.044,0.115,0.51,0.753,0.412,0.123,0.798,0.954,1.19,0.123,0.754,0.559],"paint":[20.689,19.288,20.762,22.185,20.469,19.973,20.48,19.52,19.649,20.51,19.722,19.366,20.731,20.976,20.291]}}, -{"f":"metron-v0.0.2-keyed","b":"06_remove-one-1k","v":{"total":[18.311,18.829,18.246,17.227,17.749,17.105,20.214,17.622,17.148,17.187,17.426,17.57,17.283,18.115,17.496],"script":[0.421,0.203,0.289,0.101,0.104,0.091,0.308,0.371,0.397,0.29,0.197,0.421,0.104,0.164,0.193],"paint":[16.589,16.984,16.605,15.897,16.319,16.172,18.796,15.959,15.945,15.582,16.482,15.533,15.916,16.312,16.385]}}, -{"f":"metron-v0.0.2-keyed","b":"07_create10k","v":{"total":[482.039,487.56,489.175,485.399,481.569,480.152,481.842,477.261,479.854,480.541,486.645,485.8,483.661,482.465,481.943],"script":[91.124,92.734,90.156,90.676,90.447,88.722,89.66,87.777,89.656,90.328,91.089,88.76,89.477,89.73,88.997],"paint":[382.157,386.901,390.917,386.562,383.186,383.557,384.192,381.458,382.351,382.17,386.975,388.999,385.886,384.531,385.03]}}, -{"f":"metron-v0.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.901,45.814,46.998,45.564,46.623,46.466,45.603,47.833,46.921,48.668,47.094,45.045,45.869,46.962,45.137],"script":[4.697,4.686,4.596,4.632,4.492,4.883,4.946,4.509,4.563,4.509,4.63,4.501,4.61,4.659,4.519],"paint":[41.143,39.841,41.153,39.915,41.122,40.372,39.504,42.126,41.068,42.918,41.25,39.718,40.28,41.293,39.768]}}, -{"f":"metron-v0.0.2-keyed","b":"09_clear1k_x8","v":{"total":[14.143,14.015,13.818,13.984,14.196,15.098,13.758,14.041,14.78,14.967,14.113,14.289,14.466,13.605,14.103],"script":[12.195,11.166,11.88,11.993,12.083,12.281,11.864,11.868,12.301,12.461,12.63,12.06,12.129,11.323,11.605],"paint":[1.804,2.75,1.155,1.885,1.988,2.072,1.771,1.296,2.038,2.322,1.385,2.134,1.276,2.162,1.888]}}, -{"f":"metron-v0.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5355396270751953]}}, -{"f":"metron-v0.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.682065010070801]}}, -{"f":"metron-v0.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.613663673400879]}}, -{"f":"metron-v0.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9515800476074219]}}, -{"f":"metron-v0.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.152430534362793]}}, -{"f":"metron-v0.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.04]}}, -{"f":"metron-v0.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.084]}}, -{"f":"metron-v0.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.72399999999996]}}, +{"f":"maverick-v0.23.1-keyed","b":"43_first-paint","v":{"DEFAULT":[65.7]}}, +{"f":"metron-v0.0.2-keyed","b":"01_run1k","v":{"total":[43.955,44.039,42.999,43.406,44.898,44.282,42.899,43.557,42.667,43.803,43.902,43.196,44.111,44.093,43.418],"script":[6.792,6.519,6.441,6.746,6.576,6.834,6.491,6.464,6.427,6.493,6.549,6.44,6.697,6.911,6.777],"paint":[36.598,37.049,35.861,35.967,37.832,36.932,35.742,36.617,35.759,36.618,36.67,36.243,36.986,36.686,36.158]}}, +{"f":"metron-v0.0.2-keyed","b":"02_replace1k","v":{"total":[50.464,50.264,53.035,50.663,51.743,51.532,51.524,51.838,50.462,50.48,51.224,52.069,49.836,52.479,49.66],"script":[10.595,10.299,11.592,11.125,10.877,10.979,10.359,11.223,10.848,10.862,11.065,10.993,10.937,11.111,10.81],"paint":[39.121,39.43,40.694,38.923,40.16,40.11,40.411,40.158,39.159,39.148,39.624,40.347,38.185,40.637,38.387]}}, +{"f":"metron-v0.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.246,18.63,19.368,19.789,17.69,19.725,17.753,20.329,20.024,18.86,18.133,19.402,17.369,18.775,17.923],"script":[0.922,0.933,1.324,1.537,1.058,1.029,0.973,0.9,0.872,0.919,0.604,0.875,0.223,1.097,0.752],"paint":[16.391,15.842,15.843,16.362,15.3,16.253,14.856,16.382,17.537,16.621,15.85,17.19,15.366,15.342,14.694]}}, +{"f":"metron-v0.0.2-keyed","b":"04_select1k","v":{"total":[3.033,3.164,2.571,2.992,3.419,4.012,3.118,2.588,2.833,2.794,2.882,3.8,3.345,2.275,3.72,3.091,3.378,2.62,3.447,2.827,4.194,3.683,2.785,4.033,2.26],"script":[1.037,0.072,0.071,0.295,0.735,0.583,0.636,0.071,0.491,0.617,0.075,0.074,0.431,0.068,0.065,0.074,0.08,0.08,0.072,0.081,0.723,0.542,0.756,0.071,0.067],"paint":[1.873,1.987,2.411,2.561,2.554,2.148,1.771,1.681,1.524,2.046,1.911,1.983,1.272,1.612,3.437,2.039,2.296,2.419,3.111,2.611,2.12,1.842,1.9,2.852,1.451]}}, +{"f":"metron-v0.0.2-keyed","b":"05_swap1k","v":{"total":[22.16,21.984,22.02,22.27,22.172,20.607,22.077,21.813,22.457,21.575,21.248,21.92,21.771,21.88,22.241],"script":[0.303,0.574,1.048,0.466,0.797,0.115,0.645,0.622,0.84,0.116,0.112,0.102,0.112,0.589,0.497],"paint":[19.863,19.624,18.932,19.872,20.655,18.228,18.869,19.334,20.179,20.107,19.786,20.74,20.582,19.294,18.687]}}, +{"f":"metron-v0.0.2-keyed","b":"06_remove-one-1k","v":{"total":[17.324,18.493,17.718,16.914,17.556,18.234,18.452,17.147,16.579,17.398,17.091,17.34,17.514,17.555,17.522],"script":[0.127,0.172,0.1,0.281,0.437,0.44,0.422,0.098,0.103,0.376,0.396,0.098,0.26,0.296,0.404],"paint":[16.416,16.985,16.473,15.782,16.273,16.48,16.712,15.94,15.665,15.565,15.834,16.155,16.198,16.387,16.274]}}, +{"f":"metron-v0.0.2-keyed","b":"07_create10k","v":{"total":[474.122,479.295,472.81,474.718,473.473,476.56,482.951,472.482,473.101,472.704,477.819,483.976,477.438,475.928,473.908],"script":[93.974,94.461,94.044,91.034,91.81,92.9,92.648,91.567,89.578,89.291,91.042,92.92,91.034,91.939,92.553],"paint":[372.32,377.321,370.996,375.75,373.874,375.778,382.711,372.997,375.803,375.51,378.754,382.802,378.506,376.237,373.524]}}, +{"f":"metron-v0.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.788,52.981,52.721,52.025,50.844,52.211,51.839,52.192,53.528,51.479,51.117,52.963,52.316,53.301,52.998],"script":[8.047,7.723,7.642,7.356,7.239,7.215,7.513,6.77,7.398,7.425,7.539,7.579,7.523,7.441,7.561],"paint":[44.691,44.001,44.092,43.63,42.63,43.926,43.407,44.056,44.942,42.95,42.398,44.146,43.822,44.896,44.35]}}, +{"f":"metron-v0.0.2-keyed","b":"09_clear1k_x8","v":{"total":[13.724,13.052,13.233,13.661,13.318,13.644,13.409,13.89,13.76,13.855,13.545,13.206,13.738,13.585,13.857],"script":[11.292,11.115,11.197,11.571,11.807,11.63,11.033,11.839,11.728,11.244,11.311,11.686,11.634,11.344,11.753],"paint":[1.35,1.842,0.883,1.211,1.419,1.28,1.636,1.959,1.185,2.504,2.137,1.427,1.628,2.134,1.097]}}, +{"f":"metron-v0.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5449151992797852]}}, +{"f":"metron-v0.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.453981399536133]}}, +{"f":"metron-v0.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.3945398330688477]}}, +{"f":"metron-v0.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9574956893920898]}}, +{"f":"metron-v0.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.032816886901855]}}, +{"f":"metron-v0.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.9099999999999]}}, +{"f":"metron-v0.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.696]}}, +{"f":"metron-v0.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.24799999999996]}}, {"f":"metron-v0.0.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[157.171875]}}, {"f":"metron-v0.0.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[18.8974609375]}}, {"f":"metron-v0.0.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.0048828125]}}, -{"f":"metron-v0.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[93.4]}}, -{"f":"metron-v0.0.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[93.4]}}, -{"f":"michijs-v1.1.7-keyed","b":"01_run1k","v":{"total":[46.704,45.264,45.216,44.163,47.305,44.882,45.888,45.363,45.5,45.519,46.119,45.194,45.876,45.532,45.661],"script":[9.379,9.044,9.762,9.183,9.916,9.416,9.279,9.771,9.157,9.327,9.248,8.985,9.64,9.472,9.453],"paint":[36.856,35.727,34.731,34.493,36.741,34.938,35.872,34.839,35.687,35.687,36.15,35.536,35.511,35.59,35.724]}}, -{"f":"michijs-v1.1.7-keyed","b":"02_replace1k","v":{"total":[46.983,44.944,46.561,46.31,45.679,46.43,45.363,45.811,46.014,45.655,45.599,45.972,44.981,44.486,46.025],"script":[12.108,11.659,12.374,12.382,12.047,12.398,11.85,11.998,12.26,11.926,11.883,12.267,11.773,11.797,12.186],"paint":[34.418,32.823,33.718,33.419,33.186,33.558,33.082,33.368,33.059,33.264,33.224,33.233,32.767,32.256,33.369]}}, -{"f":"michijs-v1.1.7-keyed","b":"03_update10th1k_x16","v":{"total":[22.233,22.715,22.421,22.297,22.984,21.837,22.687,22.844,22.611,23.023,21.505,22.336,22.949,22.178,22.985],"script":[5.394,5.64,4.949,4.811,5.286,5.015,5.639,5.576,4.791,4.987,4.6,5.452,5.587,4.723,4.644],"paint":[15.156,15.999,15.92,16.128,16.592,15.054,15.179,15.923,16.05,16.728,15.564,15.199,15.761,15.681,16.709]}}, -{"f":"michijs-v1.1.7-keyed","b":"04_select1k","v":{"total":[4.393,3.512,5.179,4.534,4.219,3.192,4.098,3.897,4.491,3.464,3.462,3.721,3.831,4.635,3.286,3.507,3.702,3.426,3.313,3.733,3.562,3.379,4.195,3.406,3.088],"script":[1.299,1.068,0.925,0.597,0.832,0.617,0.862,0.88,1.29,0.9,0.643,1.184,0.919,1.197,0.562,0.957,0.895,0.869,0.176,1.131,0.975,0.641,1.269,1.213,0.724],"paint":[2.523,1.808,3.99,3.068,2.134,2.286,2.09,2.888,2.263,1.738,1.827,1.592,1.727,1.933,1.79,1.946,1.964,1.701,2.015,1.47,2.482,2.629,1.978,1.699,2.237]}}, -{"f":"michijs-v1.1.7-keyed","b":"05_swap1k","v":{"total":[24.185,22.012,22.422,22.637,22.489,22.439,23.386,22.628,21.811,22.096,24.196,21.618,21.307,22.343,23.035],"script":[0.785,0.95,0.799,0.798,1.125,0.872,0.184,1.295,0.153,0.861,1.1,0.928,0.165,1.149,0.858],"paint":[21.121,18.687,19.777,19.85,19.222,19.61,21.227,19.83,18.54,18.997,20.535,19.1,19.882,19.767,20.685]}}, -{"f":"michijs-v1.1.7-keyed","b":"06_remove-one-1k","v":{"total":[17.218,17.188,17.807,17.278,17.413,17.263,17.21,17.531,17.74,17.176,16.546,16.544,17.135,16.913,17.223],"script":[0.444,0.443,0.225,0.13,0.111,0.273,0.259,0.35,0.448,0.193,0.339,0.434,0.318,0.459,0.126],"paint":[15.679,15.316,16.741,16.178,15.787,16.262,15.938,16.313,15.92,16.256,15.117,15.182,15.643,15.511,15.625]}}, -{"f":"michijs-v1.1.7-keyed","b":"07_create10k","v":{"total":[506.46,486.188,486.88,491.351,483.935,479.081,486.401,489.545,482.846,480.617,489.402,488.665,483.631,488.902,486.494],"script":[112.468,108.352,108.313,110.095,111.323,110.212,109.131,110.275,107.842,110.035,110.472,111.059,109.237,109.513,108.576],"paint":[386.293,369.931,370.712,373.467,364.79,361.127,367.871,371.595,367.53,362.702,371.425,369.474,366.841,371.802,369.763]}}, -{"f":"michijs-v1.1.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.85,49.226,48.466,47.555,48.841,49.269,47.787,49.771,48.99,49.328,49.262,52.186,49.088,50.121,49.015],"script":[9.351,9.209,9.317,8.946,9.196,9.487,9.29,9.579,9.648,9.915,8.916,9.183,9.476,9.144,9.364],"paint":[38.254,39.088,38.101,37.725,38.446,38.728,37.499,39.248,38.38,38.224,39.086,42.013,38.616,39.951,38.623]}}, -{"f":"michijs-v1.1.7-keyed","b":"09_clear1k_x8","v":{"total":[15.118,14.737,13.604,14.619,14.54,14.268,13.576,13.847,14.078,15.08,14.478,15.292,15.638,13.758,13.903],"script":[12.503,12.856,11.677,11.657,11.87,12.192,11.608,11.66,11.563,12.837,11.959,13.187,12.974,11.425,11.326],"paint":[2.49,1.578,1.834,1.191,2.571,1.98,1.122,1.847,2.413,2.127,2.416,1.771,2.363,2.247,1.726]}}, -{"f":"michijs-v1.1.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5759468078613281]}}, -{"f":"michijs-v1.1.7-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6583690643310547]}}, -{"f":"michijs-v1.1.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6712093353271484]}}, -{"f":"michijs-v1.1.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8899345397949219]}}, -{"f":"michijs-v1.1.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.91433620452881]}}, -{"f":"michijs-v1.1.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.565]}}, -{"f":"michijs-v1.1.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[17.871999999999993]}}, -{"f":"michijs-v1.1.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.21599999999998]}}, +{"f":"metron-v0.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[70.2]}}, +{"f":"michijs-v1.1.7-keyed","b":"01_run1k","v":{"total":[47.757,47.866,48.22,47.9,48.722,47.784,48.292,47.423,48.423,48.173,47.389,47.488,48.584,46.81,47.611],"script":[10.835,10.769,11.085,11.025,11.028,11.062,11.288,10.653,11.41,10.94,10.298,11.056,10.906,11.09,11.183],"paint":[36.239,36.636,36.667,36.206,37.021,36.228,36.315,36.337,36.54,36.744,36.64,35.748,37.213,35.227,35.98]}}, +{"f":"michijs-v1.1.7-keyed","b":"02_replace1k","v":{"total":[53.462,52.653,51.643,51.368,52.516,52.433,51.34,53.792,51.087,51.576,52.193,51.636,52.958,53.357,53.108],"script":[13.756,13.699,13.821,13.344,13.331,13.943,13.843,13.924,13.356,13.148,13.388,13.808,14.092,13.956,13.982],"paint":[38.966,38.454,37.337,37.503,38.687,38.008,36.987,39.388,37.214,37.771,38.329,37.078,38.135,38.913,38.61]}}, +{"f":"michijs-v1.1.7-keyed","b":"03_update10th1k_x16","v":{"total":[23.801,23.032,22.121,22.058,22.031,22.547,23.886,22.03,22.724,22.751,22.142,23.85,22.595,21.801,22.796],"script":[5.963,5.429,5.249,5.19,5.972,6.117,5.232,4.856,5.588,5.354,5.847,5.514,5.121,5.027,5.052],"paint":[16.44,15.398,14.045,15.28,14.658,14.395,16.886,15.142,15.331,15.485,14.395,16.641,15.567,15.189,16.211]}}, +{"f":"michijs-v1.1.7-keyed","b":"04_select1k","v":{"total":[4.406,3.836,3.001,4.485,4.021,4.412,5.186,3.104,3.987,4.328,3.48,4.824,4.28,3.92,3.75,3.85,4.157,3.514,3.969,4.228,3.77,4.327,3.986,2.793,2.602],"script":[1.152,1.401,1.009,1.043,1.186,1.262,1.476,0.193,1.203,0.197,0.935,0.965,1.174,0.296,1.219,1.402,1.267,0.831,1.253,1.178,0.745,0.207,0.89,0.573,0.6],"paint":[2.258,2.297,1.359,3.175,1.64,2.204,2.508,1.793,1.654,2.942,1.607,2.713,2.149,2.522,1.713,1.631,2.746,1.404,2.1,2.934,1.686,3.37,2.204,1.355,1.114]}}, +{"f":"michijs-v1.1.7-keyed","b":"05_swap1k","v":{"total":[21.247,21.112,22.311,22.133,21.371,21.998,20.816,21.745,20.23,20.973,21.127,23.058,21.259,21.394,21.4],"script":[0.167,0.78,0.931,1.112,1.035,0.887,1.142,0.558,0.617,0.727,0.828,0.925,0.918,0.686,0.86],"paint":[19.408,18.901,20.231,19.236,19.033,19.784,17.671,19.709,18.322,17.923,18.358,20.511,18.775,18.847,18.836]}}, +{"f":"michijs-v1.1.7-keyed","b":"06_remove-one-1k","v":{"total":[17.785,17.255,16.809,17.092,17.718,17.378,17.591,17.35,17.154,17.62,17.124,16.945,16.88,17.439,16.971],"script":[0.483,0.282,0.258,0.135,0.516,0.321,0.464,0.135,0.364,0.349,0.492,0.476,0.235,0.364,0.144],"paint":[16.497,15.729,15.6,16.006,15.847,15.839,15.825,16.027,16.023,15.876,15.131,15.654,15.547,15.839,15.587]}}, +{"f":"michijs-v1.1.7-keyed","b":"07_create10k","v":{"total":[487.352,487.506,481.718,492.215,487.051,481.044,493.723,483.361,485.381,483.547,480.298,483.576,482.828,484.674,490.52],"script":[120.091,116.39,116.468,116.098,118.429,117.629,116.565,117.964,117.896,117.535,116.79,115.997,117.322,119.631,117.643],"paint":[360.077,363.197,357.595,368.647,360.285,355.927,369.676,357.903,359.535,357.833,356.137,360.151,357.993,357.61,365.223]}}, +{"f":"michijs-v1.1.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.973,55.894,55.626,54.395,55.065,55.381,53.869,54.272,54.542,54.039,54.092,55.681,55.08,54.285,54.813],"script":[11.53,10.836,11.231,10.989,11.414,10.861,11.044,11.314,10.605,11.143,11.374,11.574,11.332,11.222,11.193],"paint":[42.486,43.953,43.527,42.305,42.328,43.301,41.967,41.712,42.729,41.925,41.506,43.12,42.53,42.101,42.334]}}, +{"f":"michijs-v1.1.7-keyed","b":"09_clear1k_x8","v":{"total":[14.685,13.098,14.056,13.616,13.177,14.129,13.021,13.416,13.738,15.938,13.367,13.189,13.847,14.127,13.585],"script":[12.276,11.406,11.577,10.89,10.984,11.41,11.515,11.446,11.439,13.434,11.442,10.955,11.258,11.91,11.185],"paint":[1.462,0.754,2.398,1.919,2.098,1.511,0.388,1.872,2.212,2.362,1.11,1.578,2.495,1.71,1.681]}}, +{"f":"michijs-v1.1.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5809783935546875]}}, +{"f":"michijs-v1.1.7-keyed","b":"22_run-memory","v":{"DEFAULT":[2.43027400970459]}}, +{"f":"michijs-v1.1.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.4301490783691406]}}, +{"f":"michijs-v1.1.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9196605682373047]}}, +{"f":"michijs-v1.1.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.118210792541504]}}, +{"f":"michijs-v1.1.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.145]}}, +{"f":"michijs-v1.1.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[33.99199999999999]}}, +{"f":"michijs-v1.1.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.69199999999992]}}, {"f":"michijs-v1.1.7-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[182.7509765625]}}, {"f":"michijs-v1.1.7-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[44.4755859375]}}, {"f":"michijs-v1.1.7-keyed","b":"42_size-compressed","v":{"DEFAULT":[10.43359375]}}, -{"f":"michijs-v1.1.7-keyed","b":"43_first-paint","v":{"DEFAULT":[92.6]}}, -{"f":"michijs-v1.1.7-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[92.6]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"01_run1k","v":{"total":[47.296,49.148,46.378,47.469,47.736,47.042,46.004,46.533,46.052,46.737,46.071,46.864,45.16,47.329,46.811],"script":[11.623,11.825,10.783,11.846,10.498,11.606,10.681,10.929,10.429,11.079,10.306,10.3,10.453,11.66,11.046],"paint":[35.073,36.866,35.125,35.124,36.811,34.964,34.825,35.138,35.186,35.203,35.281,36.049,34.289,34.971,35.336]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"02_replace1k","v":{"total":[64.529,65.173,65.739,64.633,64.038,65.21,65.118,66.649,65.626,66.908,66.224,64.071,63.873,66.974,67.178],"script":[30.849,31.224,31.539,31.012,30.372,30.77,30.829,31.84,30.936,31.591,31.384,30.241,30.031,31.98,31.93],"paint":[33.193,33.441,33.455,33.119,33.189,33.955,33.569,34.066,34.25,34.576,34.391,33.381,33.337,34.242,34.733]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"03_update10th1k_x16","v":{"total":[53.964,54.37,54.846,56.114,52.86,53.773,53.386,56.699,54.874,51.022,55.698,55.23,55.215,53.214,53.048],"script":[36.755,36.165,36.939,37.866,33.61,34.653,34.895,37.086,35.932,33.106,36.135,36.366,36.783,35.404,34.795],"paint":[15.826,16.629,16.309,16.763,15.514,17.578,16.092,16.853,17.666,15.023,16.456,16.785,16.784,15.054,14.971]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"04_select1k","v":{"total":[37.915,36.496,37.647,36.66,38.884,38.073,37.346,39.558,37.011,40.235,38.088,38.849,34.449,37.481,38.182,37.844,36.934,38.446,35.415,37.748,39.236,34.366,39.091,37.67,38.443],"script":[33.742,32.908,33.541,33.023,34.916,33.97,33.398,35.144,33.139,35.44,33.551,35.213,31.091,33.765,34.608,32.593,33.294,34.826,32.341,34.243,33.185,30.581,35.271,34.281,33.784],"paint":[2.316,2.122,2.458,2.448,3.3,3.068,2.747,3.659,2.412,2.345,2.907,2.75,2.191,2.485,2.004,3.392,2.32,2.674,1.829,2.207,3.452,2.731,2.637,2.156,2.752]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"05_swap1k","v":{"total":[56.37,53.779,50.735,56.009,53.983,48.76,52.984,51.657,48.377,51.045,51.565,54.2,50.74,53.04,52.233],"script":[31.172,30.49,29.584,31.428,31.72,27.638,30.282,29.172,26.425,29.119,29.582,31.548,29.395,30.104,29.956],"paint":[23.116,20.177,19.118,22.994,20.333,19.389,20.547,21.152,20.51,18.877,20.648,21.452,19.347,21.377,20.115]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"06_remove-one-1k","v":{"total":[118.324,112.946,118.53,119.103,115.42,116.824,119.099,121.214,115.149,120.51,116.283,114.809,119.781,122.5,119.775],"script":[47.051,45.845,49.316,48.356,46.964,46.779,48.936,51.274,46.49,49.535,47.248,46.274,49.889,49.335,48.896],"paint":[69.632,66.234,67.887,69.372,67.298,69.214,69.113,69.088,67.204,69.681,68.163,67.372,68.489,71.915,69.552]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"07_create10k","v":{"total":[499.259,505.261,501.838,504.021,509.362,498.836,504.994,505.649,506.555,507.651,504.132,500.999,510.417,504.489,505.152],"script":[126.796,126.613,126.023,126.253,132.179,129.657,127.329,129.954,129.596,126.966,127.111,129.053,127.321,128.125,132.121],"paint":[364.652,370.931,368.292,369.284,369.62,361.534,370.082,368.149,369.378,373.088,368.998,363.93,375.585,368.948,365.522]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.58,59.673,61.46,62.576,65.833,63.447,61.752,63.057,64.51,60.554,63.792,62.778,62.782,62.16,62.814],"script":[21.739,21.992,23.624,24.325,24.466,24.863,23.894,24.061,24.159,21.783,24.395,24.595,24.35,23.931,23.835],"paint":[37.575,36.798,36.856,37.293,40.373,37.3,36.905,37.767,39.299,37.803,38.093,36.935,37.467,37.294,37.726]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"09_clear1k_x8","v":{"total":[14.116,12.915,13.66,13.823,13.494,14.072,13.782,13.907,13.587,14.052,14.066,13.876,14.162,15.045,13.641],"script":[11.655,11.042,11.445,12.065,11.431,11.968,11.628,11.923,12.07,12.16,11.437,11.544,11.872,12.807,11.863],"paint":[1.892,1.795,1.675,0.87,1.944,2.002,1.539,1.256,0.458,1.798,2.33,2.205,2.204,2.102,0.898]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5785951614379883]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"22_run-memory","v":{"DEFAULT":[3.0171594619750977]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.139449119567871]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9545888900756836]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.88859462738037]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.27]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[17.807999999999993]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.268]}}, +{"f":"michijs-v1.1.7-keyed","b":"43_first-paint","v":{"DEFAULT":[65.4]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"01_run1k","v":{"total":[48.866,49.313,50.14,49.237,48.931,48.697,49.14,50.302,45.19,48.804,50.822,49.366,49.798,49.258,50.106],"script":[13.127,13.404,13.889,13.332,12.975,13.146,13.124,13.921,10.69,13.193,14.224,13.86,13.103,13.248,14.007],"paint":[35.259,35.475,35.738,35.393,35.239,35.093,35.4,35.937,33.901,35.145,36.139,35.063,36.237,35.278,35.405]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"02_replace1k","v":{"total":[73.401,74.078,73.722,75.554,73.222,74.205,72.38,71.913,72.721,73.051,72.076,73.413,72.225,74.058,74.417],"script":[32.862,32.941,33.187,33.405,33.024,33.197,32.548,32.343,33.189,33.104,31.765,33.615,31.517,33.667,32.904],"paint":[40.032,40.383,40.024,41.636,39.431,40.242,39.318,39.092,39.005,39.442,39.841,39.317,39.952,39.879,40.994]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"03_update10th1k_x16","v":{"total":[59.163,54.26,58.681,58.906,56.703,62.548,57.799,57.653,59.121,58.612,58.166,59.852,59.411,60.072,57.689],"script":[39.958,37.384,40.679,40.013,39.249,43.561,40.335,39.625,40.829,41.261,39.499,41.584,41.673,42.582,38.806],"paint":[17.208,13.886,16.107,16.63,15.86,16.911,15.253,15.548,16.311,15.116,16.073,16.397,15.53,15.324,16.461]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"04_select1k","v":{"total":[43.687,40.145,42.391,42.897,41.408,43.881,39.531,42.042,42.467,40.07,41.272,42.249,42.652,41.403,42.127,42.483,42.295,39.955,42.399,42.347,40.606,38.448,42.773,39.422,44.334],"script":[39.726,35.88,38.314,38.906,37.69,39.47,36.014,37.821,38.362,36.653,37.129,37.467,37.83,37.441,37.443,38.754,38.343,35.948,37.077,37.678,36.634,34.851,37.701,35.687,39.4],"paint":[2.618,2.248,2.689,2.747,2.206,3.171,2.051,3.217,3.046,2.725,2.57,3.036,3.545,2.829,3.579,2.745,2.905,3.1,3.479,2.853,2.459,2.279,3.385,2.557,3.824]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"05_swap1k","v":{"total":[55.677,55.569,53.726,56.851,56.67,54.667,53.47,56.386,55.262,55.758,55.201,55.207,53.378,54.852,52.366],"script":[33.72,33.419,32.633,33.461,33.955,32.744,32.106,34.269,33.068,34.704,33.95,32.801,32.4,33.669,32.365],"paint":[19.498,19.654,18.838,20.489,20.886,19.737,20.196,20.391,19.515,19.454,18.359,19.858,19.327,19.802,18.59]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"06_remove-one-1k","v":{"total":[131.688,128.978,128.811,130.997,130.278,129.471,130.492,123.993,128.05,129.147,129.152,129.173,129.043,129.833,126.688],"script":[52.876,51.604,51.022,52.395,53.306,54.01,53.421,49.203,52.313,51.589,52.808,51.708,51.432,51.671,50.128],"paint":[77.216,76.108,76.305,76.735,75.452,74.401,75.573,73.239,73.968,76.051,74.728,75.957,76.211,75.63,74.953]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"07_create10k","v":{"total":[516.424,501.276,499.338,496.583,498.596,500.355,494.78,496.228,494.412,498.419,501.191,496.786,491.105,501.621,509.946],"script":[133.84,134.368,134.27,133.219,132.815,133.236,129.161,131.456,133.146,133.337,133.875,133.516,132.104,133.579,136.573],"paint":[374.799,358.315,357.54,355.59,357.327,359.333,358.073,356.966,353.544,357.29,359.677,355.341,351.489,360.401,365.472]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[71.055,69.954,72.133,69.339,70.928,71.031,70.124,69.149,69.984,69.481,70.576,69.796,68.918,69.956,70.874],"script":[26.841,26.212,26.74,24.378,26.661,26.703,25.697,25.927,25.947,25.917,26.068,26.301,25.801,26.503,25.793],"paint":[43.242,42.752,44.348,44.028,43.303,43.167,43.227,41.995,42.869,42.357,43.338,42.514,41.941,42.464,43.901]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"09_clear1k_x8","v":{"total":[13.49,12.921,13.902,13.074,14.041,15.043,13.88,12.901,12.855,13.341,12.583,12.913,12.298,13.586,14.683],"script":[11.101,11.005,11.054,11.258,11.732,12.191,11.593,11.23,10.984,10.903,11.027,10.921,11.142,11.605,12.143],"paint":[2.292,1.683,1.817,1.71,2.214,1.779,1.918,1.574,1.782,2.325,1.071,0.767,0.382,1.724,1.799]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5836381912231445]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7906055450439453]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.8541078567504883]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9584932327270508]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.765908241271973]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.7150000000001]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[23.227999999999998]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.48]}}, {"f":"michijs-map-v1.1.7-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[181.443359375]}}, {"f":"michijs-map-v1.1.7-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[43.16796875]}}, {"f":"michijs-map-v1.1.7-keyed","b":"42_size-compressed","v":{"DEFAULT":[10.20703125]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"43_first-paint","v":{"DEFAULT":[85]}}, -{"f":"michijs-map-v1.1.7-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[85]}}, -{"f":"million-v2.3.3-keyed","b":"01_run1k","v":{"total":[38.377,39.742,39.436,39.972,38.124,39.928,39.371,41.306,40.459,38.81,38.914,39.747,39.628,38.562,40.849],"script":[2.97,2.943,3.385,3.387,3.254,3.225,3.187,3.255,3.167,2.998,2.9,3.17,2.989,2.955,3.141],"paint":[34.955,36.33,35.622,36.13,34.405,36.268,35.454,37.371,36.849,35.384,35.558,36.035,36.154,35.15,37.247]}}, -{"f":"million-v2.3.3-keyed","b":"02_replace1k","v":{"total":[42.389,39.091,39.059,39.1,39.629,39.182,39.459,38.026,38.492,39.249,38.756,40.154,39.553,38.785,39.892],"script":[5.594,5.639,5.479,5.608,5.675,5.74,5.591,5.386,5.52,5.619,5.586,5.729,5.728,5.258,5.506],"paint":[36.348,33.027,33.131,33.033,33.281,32.749,33.439,32.236,32.527,33.155,32.739,33.738,33.257,32.919,33.698]}}, -{"f":"million-v2.3.3-keyed","b":"03_update10th1k_x16","v":{"total":[17.926,17.995,17.773,18.193,18.327,18.727,18.986,18.399,19.835,17.865,18.494,17.702,17.885,18.182,18.199],"script":[1.303,1.365,1.344,1.673,1.534,1.32,1.368,1.541,1.442,1.205,0.963,0.89,0.946,0.945,1.47],"paint":[14.289,15.134,14.407,15.508,14.818,16.266,15.508,15.887,16.096,14.708,16.559,15,15.838,14.836,14.62]}}, -{"f":"million-v2.3.3-keyed","b":"04_select1k","v":{"total":[3.645,3.714,3.75,4.013,3.028,3.773,4.626,3.758,4.263,4.658,4.195,3.661,3.481,3.44,3.113,3.66,3.616,3.494,3.161,3.083,3.911,3.425,3.344,3.39,3.602],"script":[0.914,1.122,1.152,1.407,0.537,0.944,1.545,0.199,1.489,0.571,1.439,0.883,1.533,1.022,1.227,0.849,0.834,1.201,0.964,0.633,0.894,0.205,1.001,0.503,1.048],"paint":[1.833,1.844,1.472,1.457,1.444,2.193,2.94,3.405,2.635,3.127,2.65,1.81,1.355,2.318,1.142,1.656,2.484,1.531,2.064,2.303,2.869,3.1,2.243,2.756,2.424]}}, -{"f":"million-v2.3.3-keyed","b":"05_swap1k","v":{"total":[22.334,21.003,23.424,22.325,22.858,22.661,22.576,23.421,24.579,21.232,22.645,22.262,21.863,22.756,22.304],"script":[0.895,1.041,0.881,0.895,1.229,1.226,0.617,1.231,1.215,0.897,1.04,1.162,0.99,1.081,1.126],"paint":[20.042,18.201,20.1,19.848,20.212,20.122,20.677,20.393,21.887,18.759,18.699,18.845,18.397,19.383,19.742]}}, -{"f":"million-v2.3.3-keyed","b":"06_remove-one-1k","v":{"total":[16.997,17.038,16.559,17.106,16.597,18.17,17.756,16.938,17.261,17.164,17.331,16.902,17.167,17.006,17.396],"script":[0.11,0.259,0.231,0.106,0.305,0.299,0.096,0.271,0.304,0.092,0.215,0.212,0.103,0.446,0.454],"paint":[16.111,15.669,15.415,15.298,15.324,16.57,16.605,15.489,16.206,16.458,16.172,15.989,16.14,15.742,16.174]}}, -{"f":"million-v2.3.3-keyed","b":"07_create10k","v":{"total":[394.418,396.557,395.719,396.559,390.896,396.984,399.37,404.239,388.964,400.819,401.664,396.664,400.168,388.85,389.962],"script":[34.34,33.721,35.475,34.961,34.414,34.549,34.883,35.691,34.612,34.699,35.268,33.652,33.414,33.911,33.71],"paint":[352.564,355.603,352.85,353.869,349.013,354.764,356.772,360.949,346.298,358.683,358.969,355.558,359.223,347.441,348.724]}}, -{"f":"million-v2.3.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[42.72,41.516,41.134,42.229,42.792,42.133,41.378,43.462,43.003,41.086,43.09,42.862,45.062,45.071,41.238],"script":[3.444,3.39,3.465,3.498,3.37,3.788,3.591,3.458,3.413,3.487,3.374,3.524,3.649,3.649,3.448],"paint":[38.477,36.978,36.838,37.935,38.24,37.42,36.869,39.048,38.474,36.375,38.758,38.393,40.448,40.519,37.005]}}, -{"f":"million-v2.3.3-keyed","b":"09_clear1k_x8","v":{"total":[12.694,13.894,13.225,13.3,14.195,12.67,13.014,13.65,13.055,13.192,13.361,13.606,13.47,13.079,13.197],"script":[10.999,11.289,11.591,10.746,12.283,10.893,10.517,11.024,10.997,11.526,10.823,11.225,11.237,10.898,11.306],"paint":[0.807,2.509,1.541,1.373,1.265,1.693,2.076,1.029,1.239,1.178,2.435,1.287,1.496,1.811,1.065]}}, -{"f":"million-v2.3.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4766998291015625]}}, -{"f":"million-v2.3.3-keyed","b":"22_run-memory","v":{"DEFAULT":[2.36761474609375]}}, -{"f":"million-v2.3.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.3532838821411133]}}, -{"f":"million-v2.3.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6986532211303711]}}, -{"f":"million-v2.3.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.59581470489502]}}, -{"f":"million-v2.3.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.2000000000003]}}, -{"f":"million-v2.3.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.251999999999999]}}, -{"f":"million-v2.3.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.37999999999997]}}, +{"f":"michijs-map-v1.1.7-keyed","b":"43_first-paint","v":{"DEFAULT":[72.1]}}, +{"f":"million-v2.3.3-keyed","b":"01_run1k","v":{"total":[39.732,39.919,38.859,38.19,39.341,39.188,39.517,38.988,38.896,39.886,39.116,39.999,39.686,38.17,39.837],"script":[2.788,2.768,2.853,2.832,2.812,2.848,2.81,2.959,3.076,2.915,2.785,2.815,2.851,2.988,3.101],"paint":[36.274,36.497,35.294,34.67,35.893,35.904,36.001,35.355,35.125,36.297,35.862,36.624,36.144,34.667,36.09]}}, +{"f":"million-v2.3.3-keyed","b":"02_replace1k","v":{"total":[43.406,41.556,43.363,43.197,44.152,43.278,41.875,44.636,41.899,41.802,41.722,43.755,42.526,42.802,42.73],"script":[4.98,5.172,5.161,5.138,4.93,4.942,5.218,5.204,5.054,4.99,4.935,5.111,5.131,5.192,5.117],"paint":[37.822,35.674,37.489,37.409,38.724,37.643,36.199,38.729,36.372,36.318,36.318,38.052,36.846,36.881,37.11]}}, +{"f":"million-v2.3.3-keyed","b":"03_update10th1k_x16","v":{"total":[18.521,18.421,18.683,18.051,19.033,19.226,18.481,18.552,18.077,18.385,18.335,18.929,18.092,18.695,17.995],"script":[1.728,1.545,1.796,0.655,1.492,0.951,1.949,1.342,1.007,0.974,1.824,1.332,1.497,1.505,1.752],"paint":[15.464,14.808,14.531,15.631,16.525,17.276,14.43,15.241,14.942,15.966,14.946,15.142,14.183,16.168,14.96]}}, +{"f":"million-v2.3.3-keyed","b":"04_select1k","v":{"total":[2.979,3.793,4.158,3.787,3.961,3.222,3.274,4.044,3.731,3.657,3.453,4.663,3.677,3.369,3.143,3.791,4.709,4.148,4.332,3.941,3.392,4.288,3.991,2.98,3.035],"script":[1.032,0.917,1.23,0.73,1.146,0.872,0.214,1.178,0.907,1.147,0.591,0.862,0.894,0.221,1.027,0.979,0.903,1.22,1.311,1.216,0.893,1.446,1.157,0.946,0.209],"paint":[1.349,1.956,2.027,1.731,1.947,1.16,2.932,2.345,1.662,1.183,1.996,3.19,2.309,2.558,1.623,2.673,2.959,1.493,0.919,1.853,2.374,1.93,2.685,1.181,1.995]}}, +{"f":"million-v2.3.3-keyed","b":"05_swap1k","v":{"total":[22.068,22.611,21.442,22.082,22.591,20.943,22.801,22.02,21.903,22.61,21.347,21.757,21.127,22.04,21.962],"script":[1.197,1.34,1.503,1.34,1.278,1.251,1.386,1.662,1.442,1.253,0.238,1.463,0.852,0.877,1.649],"paint":[19.548,20.267,18.145,18.605,19.06,18.392,20.045,17.854,18.528,19.803,19.161,18.283,18.674,19.077,19.186]}}, +{"f":"million-v2.3.3-keyed","b":"06_remove-one-1k","v":{"total":[18.026,16.912,16.727,16.782,16.608,16.821,17.651,16.656,16.594,17.012,16.975,16.384,16.616,17.209,17.199],"script":[0.361,0.109,0.355,0.098,0.094,0.502,0.085,0.094,0.096,0.102,0.088,0.404,0.158,0.279,0.341],"paint":[16.107,15.709,15.115,15.375,15.476,15.337,16.419,15.32,15.533,15.494,15.639,15.186,14.786,15.888,15.838]}}, +{"f":"million-v2.3.3-keyed","b":"07_create10k","v":{"total":[398.467,393.447,387.227,393.53,393.528,405.693,399.789,392.292,395.314,401.277,388.379,394.379,391.843,386.099,394.218],"script":[34.554,35.177,35.053,34.562,34.029,35.501,34.225,35.734,35.217,35.344,35.77,35.346,33.881,33.425,33.585],"paint":[355.75,350.557,344.172,351.63,352.086,362.692,358.091,348.65,352.727,357.685,345.08,351.641,350.613,345.338,352.911]}}, +{"f":"million-v2.3.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.049,46.384,45.152,45.695,45.232,45.773,45.243,44.759,45.615,44.73,45.714,45.414,45.444,45.728,45.932],"script":[3.297,3.304,3.269,3.378,3.19,3.541,3.352,3.198,3.21,3.638,3.172,3.253,3.24,3.367,3.249],"paint":[41.718,41.876,40.959,41.421,41.098,41.246,41.028,40.664,41.15,40.192,41.567,41.236,41.173,41.168,41.537]}}, +{"f":"million-v2.3.3-keyed","b":"09_clear1k_x8","v":{"total":[13.215,13.397,11.737,12.818,13.057,12.054,12.97,13.077,12.967,13.06,13.735,13.16,12.297,13.032,12.581],"script":[11.075,11.001,10.623,10.336,10.826,10.163,10.914,10.843,10.362,10.96,11.467,10.669,9.838,11.1,10.981],"paint":[2.025,2.102,0.397,2.387,1.852,1.308,1.953,2.082,2.497,2.001,1.368,2.246,2.35,1.822,1.5]}}, +{"f":"million-v2.3.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.46386241912841797]}}, +{"f":"million-v2.3.3-keyed","b":"22_run-memory","v":{"DEFAULT":[2.109630584716797]}}, +{"f":"million-v2.3.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.1374826431274414]}}, +{"f":"million-v2.3.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.665226936340332]}}, +{"f":"million-v2.3.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.362053871154785]}}, +{"f":"million-v2.3.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2900000000002]}}, +{"f":"million-v2.3.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.784]}}, +{"f":"million-v2.3.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.66800000000003]}}, {"f":"million-v2.3.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.7412109375]}}, {"f":"million-v2.3.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.466796875]}}, {"f":"million-v2.3.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.517578125]}}, -{"f":"million-v2.3.3-keyed","b":"43_first-paint","v":{"DEFAULT":[63.5]}}, -{"f":"million-v2.3.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63.5]}}, -{"f":"mimbl-v0.10.4-keyed","b":"01_run1k","v":{"total":[46.74,47.692,48.303,47.276,45.838,46.059,48.557,46.949,46.418,46.912,46.788,46.096,45.702,48.367,47.874],"script":[10.599,11.411,10.09,10.447,10.351,10.033,10.423,11.233,10.474,10.368,10.57,10.228,10.592,11.864,10.202],"paint":[35.633,35.828,37.53,36.269,35.034,35.314,37.654,35.229,35.452,36.031,35.753,35.403,34.643,36.02,37.166]}}, -{"f":"mimbl-v0.10.4-keyed","b":"02_replace1k","v":{"total":[47.544,44.766,45.175,46.164,44.728,45.838,45.07,45.874,46.093,45.963,44.763,44.787,43.706,45.843,45.822],"script":[11.632,11.38,11.423,11.68,11.533,11.509,11.659,11.67,11.882,11.554,11.403,11.458,11.291,11.854,12.053],"paint":[35.449,32.928,33.319,33.724,32.769,33.874,32.951,33.777,33.766,33.979,32.918,32.882,31.968,33.507,33.297]}}, -{"f":"mimbl-v0.10.4-keyed","b":"03_update10th1k_x16","v":{"total":[18.367,18.922,18.457,19.648,16.964,18.521,19.24,17.556,17.88,17.845,17.769,18.609,17.743,17.77,18.956],"script":[1.462,0.574,0.923,0.946,0.628,1.251,0.996,0.205,1.134,1.029,0.993,1.122,0.576,1.07,0.868],"paint":[15.323,17.354,15.859,16.261,14.962,16.058,15.281,15.804,15.476,15.065,14.637,16.164,15.149,15.133,16.214]}}, -{"f":"mimbl-v0.10.4-keyed","b":"04_select1k","v":{"total":[3.676,4.533,4.123,3.417,3.929,2.677,3.913,3.7,3.394,2.635,3.04,3.936,3.043,4.554,2.347,3.407,3.522,3.445,2.994,4.122,2.358,4.224,3.389,2.803,4.265],"script":[0.139,0.849,0.14,0.135,1.123,0.141,1.154,1.008,0.144,0.16,0.369,0.902,0.14,1.087,0.141,0.797,0.647,0.753,0.49,0.126,0.132,1.34,0.802,0.609,0.151],"paint":[3.406,3.566,3.364,3.177,1.824,1.508,1.881,1.62,3.129,2.383,2.575,2.467,2.8,2.062,2.086,1.654,2.761,2.54,1.756,2.663,2.116,2.728,1.614,1.641,2.274]}}, -{"f":"mimbl-v0.10.4-keyed","b":"05_swap1k","v":{"total":[21.002,22.432,21.602,21.447,22.242,22.2,21.083,22.201,21.479,21.887,21.542,23.312,20.823,22.05,21.099],"script":[0.182,1.132,0.816,0.545,0.919,0.559,0.902,0.18,0.865,0.172,1.238,1.132,1.349,1.286,0.511],"paint":[18.573,19.391,19.478,19.913,19.539,20.556,18.875,19.632,19.297,18.79,19.096,19.974,17.932,18.802,18.921]}}, -{"f":"mimbl-v0.10.4-keyed","b":"06_remove-one-1k","v":{"total":[17.241,17.311,16.896,17.139,17.288,17.448,17.078,17.733,16.666,17.531,17.732,17.981,18.135,16.825,17.724],"script":[0.398,0.18,0.405,0.51,0.337,0.296,0.522,0.402,0.506,0.235,0.553,0.421,0.394,0.301,0.506],"paint":[16.123,16.376,15.636,15.128,15.603,16.404,15.801,16.04,15.402,16.489,16.319,16.694,16.411,15.869,16.714]}}, -{"f":"mimbl-v0.10.4-keyed","b":"07_create10k","v":{"total":[486.748,495.446,494.933,490.629,494.478,493.821,490.529,492.46,493.903,497.618,484.92,498.602,491.421,498.018,488.472],"script":[112.972,114.219,112.803,113.389,111.035,115.018,111.296,115.444,115.446,114.638,114.414,115.706,112.702,114.726,111.187],"paint":[366.11,373.706,374.248,369.889,375.655,371.071,371.769,369.394,370.968,375.226,363.139,374.814,371.243,375.759,369.53]}}, -{"f":"mimbl-v0.10.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.15,47.207,46.723,46.459,49.624,46.652,48.631,48.607,47.328,50.585,47.415,46.819,49.22,48.705,49.093],"script":[8.745,8.751,8.619,8.781,8.718,8.674,8.889,8.808,8.885,9.265,8.722,8.774,9.051,9.455,8.946],"paint":[41.461,37.61,37.274,36.775,39.937,37.073,38.81,38.76,37.609,40.112,37.764,37.14,38.897,38.421,39.176]}}, -{"f":"mimbl-v0.10.4-keyed","b":"09_clear1k_x8","v":{"total":[15.046,15.431,15.059,15.26,15.662,14.597,15.165,14.414,15.388,15.385,14.976,16.415,15.267,15.215,14.788],"script":[13.121,12.898,12.734,12.757,12.613,12.407,12.356,12.844,12.379,12.936,13.498,13.199,13.226,13.311,12.719],"paint":[1.145,2.431,2.218,2.398,2.912,1.447,1.805,0.766,2.907,2.051,1.385,2.305,1.119,0.743,0.867]}}, -{"f":"mimbl-v0.10.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.645960807800293]}}, -{"f":"mimbl-v0.10.4-keyed","b":"22_run-memory","v":{"DEFAULT":[4.221168518066406]}}, -{"f":"mimbl-v0.10.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.259494781494141]}}, -{"f":"mimbl-v0.10.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0412750244140625]}}, -{"f":"mimbl-v0.10.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.39442825317383]}}, -{"f":"mimbl-v0.10.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[2110.35]}}, -{"f":"mimbl-v0.10.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.232]}}, -{"f":"mimbl-v0.10.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.92399999999998]}}, +{"f":"million-v2.3.3-keyed","b":"43_first-paint","v":{"DEFAULT":[42]}}, +{"f":"mimbl-v0.10.4-keyed","b":"01_run1k","v":{"total":[49.365,48.264,49.361,49.793,49.02,49.677,51.144,50.284,49.449,50.954,48.231,50.917,52.093,49.978,49.603],"script":[13.437,12.359,12.681,13.304,12.849,12.584,13.307,12.814,13.175,13.011,12.227,13.081,13.548,13.743,13.159],"paint":[35.374,35.447,36.198,36.059,35.461,36.371,37.132,36.81,35.621,37.187,35.407,37.108,37.829,35.685,35.986]}}, +{"f":"mimbl-v0.10.4-keyed","b":"02_replace1k","v":{"total":[55.926,54.83,54.197,53.874,53.686,55.774,54.422,53.648,56.014,55.917,54.028,54.685,53.011,53.821,54.079],"script":[15.362,15.125,14.9,15.545,15.062,15.894,14.839,14.973,16.145,15.993,15.331,15.156,15.133,15,15.133],"paint":[40.081,39.212,38.548,37.865,38.174,39.415,38.878,38.171,39.102,39.446,38.02,39.056,37.47,38.343,38.193]}}, +{"f":"mimbl-v0.10.4-keyed","b":"03_update10th1k_x16","v":{"total":[17.036,16.773,19.566,18.961,17.802,18.969,19.489,17.907,18.665,17.8,17.527,17.532,17.907,19.003,16.885],"script":[1.159,0.229,0.94,1.348,1.347,1.323,0.627,0.901,0.909,1.557,0.884,0.626,1.07,1.407,0.549],"paint":[14.328,14.314,16.353,15.699,14.225,16.275,16.657,14.978,14.826,14.853,15.301,15.512,15.365,15.22,14.758]}}, +{"f":"mimbl-v0.10.4-keyed","b":"04_select1k","v":{"total":[3.545,2.802,4.062,3.809,3.099,4.045,2.664,3.448,3.191,3.776,4.067,4.018,4.176,2.962,3.691,3.299,4.24,4.99,3.385,3.827,3.449,3.516,3.404,4.034,3.652],"script":[0.151,0.153,1.086,0.151,0.141,0.13,0.143,1.164,0.82,1.137,1.191,0.944,0.641,1.072,0.129,0.139,1.099,1.248,0.489,0.984,0.962,0.942,1.07,0.543,0.151],"paint":[2.761,1.515,1.948,2.84,2.316,2.605,2.377,1.492,1.184,1.354,1.878,2.891,2.062,1.337,2.557,1.939,1.959,2.461,1.838,2.695,1.898,1.895,2.214,2.484,2.33]}}, +{"f":"mimbl-v0.10.4-keyed","b":"05_swap1k","v":{"total":[21.362,22.31,21.395,22.887,21.287,21.631,23.526,22.065,21.183,22.727,24.593,22.424,20.784,21.601,21.519],"script":[0.18,0.905,0.822,0.2,0.922,0.921,0.178,0.979,0.844,1.268,1.063,0.806,0.543,1.177,0.969],"paint":[19.554,19.748,18.589,20.743,18.874,18.408,20.908,19.056,19.642,19.084,20.707,20.143,18.608,19.351,19.237]}}, +{"f":"mimbl-v0.10.4-keyed","b":"06_remove-one-1k","v":{"total":[17.555,17.286,17.008,17.225,17.005,17.11,17.457,17.135,16.664,17.215,16.581,16.585,17.666,16.612,17.635],"script":[0.522,0.195,0.544,0.185,0.535,0.52,0.536,0.444,0.527,0.506,0.535,0.198,0.511,0.528,0.522],"paint":[15.726,16.117,15.389,15.553,15.053,15.44,16.079,15.579,15.307,15.606,15.212,15.614,16.309,15.34,16.29]}}, +{"f":"mimbl-v0.10.4-keyed","b":"07_create10k","v":{"total":[489.389,487.59,485.323,485.111,497.352,486.909,487.284,488.639,492.183,487.032,488.262,486.301,487.828,488.836,485.515],"script":[121.632,119.743,119.256,117.602,118.7,119.238,119.152,119.781,118.918,119.967,120.007,119.484,119.88,120.829,117.39],"paint":[360.175,360.28,358.674,360.185,371.179,360.339,360.062,361.224,365.887,359.701,359.928,359.31,360.619,360.672,359.768]}}, +{"f":"mimbl-v0.10.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.859,56.439,56.079,55.459,55.698,55.623,55.962,56.666,56.083,55.092,55.022,56.976,57.839,56.325,55.886],"script":[13.048,12.142,12.317,12.877,11.79,12.132,12.94,12.897,12.141,12.009,11.917,13.324,13.386,13.148,12.897],"paint":[42.609,43.059,42.495,41.594,42.63,42.537,41.767,42.792,42.957,42.248,41.874,42.449,43.447,42.012,42.035]}}, +{"f":"mimbl-v0.10.4-keyed","b":"09_clear1k_x8","v":{"total":[14.193,15,14.504,14.077,14.847,14.18,14.918,13.82,15.047,15.489,14.335,15.241,14.552,15.266,14.985],"script":[11.967,12.503,12.584,12.429,11.794,11.889,12.555,12.234,13.026,12.732,12.597,12.852,12.627,13.142,12.855],"paint":[2.109,2.384,1.547,0.682,1.396,2.023,1.952,0.938,1.404,2.295,0.754,1.588,1.811,1.559,1.001]}}, +{"f":"mimbl-v0.10.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6504011154174805]}}, +{"f":"mimbl-v0.10.4-keyed","b":"22_run-memory","v":{"DEFAULT":[3.914440155029297]}}, +{"f":"mimbl-v0.10.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.9609975814819336]}}, +{"f":"mimbl-v0.10.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.047088623046875]}}, +{"f":"mimbl-v0.10.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.260793685913086]}}, +{"f":"mimbl-v0.10.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[2110.7349999999997]}}, +{"f":"mimbl-v0.10.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.848]}}, +{"f":"mimbl-v0.10.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.60000000000005]}}, {"f":"mimbl-v0.10.4-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[189.3486328125]}}, {"f":"mimbl-v0.10.4-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[51.07421875]}}, {"f":"mimbl-v0.10.4-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.107421875]}}, -{"f":"mimbl-v0.10.4-keyed","b":"43_first-paint","v":{"DEFAULT":[103.6]}}, -{"f":"mimbl-v0.10.4-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[103.6]}}, -{"f":"miso-v1.4.0-keyed","b":"01_run1k","v":{"total":[57.192,55.115,56.752,55.084,53.749,56.682,58.056,54.847,54.988,55.738,56.596,56.028,55.923,56.083,55.338],"script":[23.062,22.603,23.128,22.186,21.618,22.409,22.981,22.54,21.947,22.799,22.444,22.547,23.093,22.97,22.275],"paint":[33.951,32.321,33.443,32.714,31.961,34.096,34.888,32.145,32.872,32.77,33.972,33.175,32.651,32.945,32.901]}}, -{"f":"miso-v1.4.0-keyed","b":"02_replace1k","v":{"total":[65.694,66.735,65.492,69.192,65.372,66.442,65.455,65.731,65.651,65.533,67.576,67.421,66.363,66.384,66.097],"script":[33.271,33.546,33.165,33.086,32.296,32.9,31.838,32.917,33.466,33.149,34.095,34.509,32.948,33.426,33.245],"paint":[32.233,32.998,32.142,35.93,32.893,33.214,33.403,32.642,32.003,32.213,33.295,32.733,33.223,32.776,32.666]}}, -{"f":"miso-v1.4.0-keyed","b":"03_update10th1k_x16","v":{"total":[59.993,61.938,60.61,59.355,57.733,59.996,61.232,58.504,56.945,58.742,59.126,60.554,61.25,59.096,62.193],"script":[40.858,41.643,40.25,39.717,38.761,39.196,39.933,41.285,37.441,40.039,39.264,39.759,40.899,40.105,40.278],"paint":[18.26,18.273,19.339,18.15,17.411,19.572,20.25,17.066,17.358,17.408,17.99,19.642,18.801,17.984,20.478]}}, -{"f":"miso-v1.4.0-keyed","b":"04_select1k","v":{"total":[42.738,44.668,44.844,42.995,44.292,43.295,43.244,45.053,42.974,42.612,45.089,43.061,42.972,43.126,42.047,43.806,43.617,44.363,43.285,42.904,42.391,43.003,42.115,45.219,44.276],"script":[35.976,35.191,37.792,35.602,37.595,36.805,36.684,37.669,35.415,35.932,37.31,35.665,34.763,36.187,36.091,36.608,36.386,38.23,35.692,35.947,35.344,36.643,34.883,37.348,37.772],"paint":[4.476,6.394,4.349,4.822,4.823,5.308,4.069,4.917,4.874,4.458,4.754,4.98,4.877,4.355,3.601,5.483,5.178,4.431,5.835,5.72,4.008,4.615,3.643,5.003,3.931]}}, -{"f":"miso-v1.4.0-keyed","b":"05_swap1k","v":{"total":[58.823,61.301,60.125,59.112,58.025,60.04,60.359,59.85,59.086,60.303,59.554,58.164,64.796,58.106,53.835],"script":[35.162,37.196,36.799,34.485,33.414,35.613,35.225,34.415,33.697,36.32,34.689,35.157,37.18,33.725,33.728],"paint":[22.331,22.799,22.51,23.323,22.943,23.661,23.843,23.535,23.632,23.227,22.672,22.197,25.518,23.557,19.959]}}, -{"f":"miso-v1.4.0-keyed","b":"06_remove-one-1k","v":{"total":[46.761,46.275,46.526,45.79,45.577,44.525,49.184,46.896,49.393,49.508,49.615,43.253,42.734,38.396,44.928],"script":[17.914,18.042,17.957,17.537,17.302,18.132,18.607,17.587,17.743,18.25,17.713,17.658,18.383,16.439,17.912],"paint":[18.895,17.615,18.541,19.867,17.705,17.687,17.921,18.751,18.391,19.667,18.792,19.371,18.451,19.127,18.595]}}, -{"f":"miso-v1.4.0-keyed","b":"07_create10k","v":{"total":[630.508,635.342,631.165,631.897,624.285,638.301,630.019,634.466,631.616,637.955,627.097,633.413,630.71,641.897,627.191],"script":[242.709,246.922,244.353,243.844,245.489,251.039,249.301,247.36,247.687,252.532,248.067,243.368,248.772,254.784,247.925],"paint":[384.175,384.838,383.274,384.425,375.239,383.687,376.769,383.253,380.353,381.851,375.486,386.221,378.352,383.558,375.674]}}, -{"f":"miso-v1.4.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[71.476,69.995,70.61,75.501,69.989,71.937,70.198,70.736,70.731,72.955,71.914,72.942,74.779,72.003,76.589],"script":[32.901,31.902,32.599,35.092,32.688,33.724,31.733,32.491,32.738,34.125,32.916,33.068,33.418,33.66,35.576],"paint":[38.237,37.635,37.53,39.928,36.996,37.877,38.144,37.916,37.677,38.339,38.511,39.491,41.017,38.029,40.477]}}, -{"f":"miso-v1.4.0-keyed","b":"09_clear1k_x8","v":{"total":[32.694,34.065,59.338,38.1,30.474,35.801,39.684,40.376,63.765,36.001,58.214,67.339,38.66,36.371,59.625],"script":[28.479,29.581,29.05,33.963,25.006,28.432,33.72,33.465,33.369,31.52,28.279,34.482,34.752,32.902,28.965],"paint":[2.397,2.747,3.185,3.001,3.837,4.49,5.091,6.576,4.107,3.427,4.327,7.097,3.613,3.199,5.522]}}, -{"f":"miso-v1.4.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.70358943939209]}}, -{"f":"miso-v1.4.0-keyed","b":"22_run-memory","v":{"DEFAULT":[8.583215713500977]}}, -{"f":"miso-v1.4.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.941389083862305]}}, -{"f":"miso-v1.4.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.578795433044434]}}, -{"f":"miso-v1.4.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[51.34561061859131]}}, -{"f":"miso-v1.4.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[4051.852]}}, -{"f":"miso-v1.4.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[101.648]}}, -{"f":"miso-v1.4.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[217.04400000000004]}}, +{"f":"mimbl-v0.10.4-keyed","b":"43_first-paint","v":{"DEFAULT":[87.8]}}, +{"f":"miso-v1.4.0-keyed","b":"01_run1k","v":{"total":[65.6,70.738,63.931,63.354,65.635,63.279,63.17,68.591,64.001,62.921,64.329,61.987,63.428,64.843,63.714],"script":[27.213,27.441,26.251,26.788,27.268,26.14,26.651,26.088,26.589,26.821,26.869,25.759,26.628,26.748,26.508],"paint":[38.196,38.499,37.485,36.373,38.153,36.941,36.327,36.177,37.22,35.908,37.27,36.044,36.608,37.901,37.02]}}, +{"f":"miso-v1.4.0-keyed","b":"02_replace1k","v":{"total":[82.608,82.292,85.612,80.685,86.315,81.647,80.516,81.134,81.839,86.209,84.531,81.099,79.949,85.528,80.657],"script":[42.605,44.132,42.627,42.444,42.691,42.432,42.3,42.739,42.571,42.695,42.379,42.336,42.847,42.752,41.423],"paint":[39.8,37.945,39.503,38.042,37.249,38.917,38.019,38.214,39.055,38.637,37.285,38.564,36.9,37.914,39.017]}}, +{"f":"miso-v1.4.0-keyed","b":"03_update10th1k_x16","v":{"total":[68.702,71.561,65.941,70.151,71.245,69.398,68.325,68.216,70.556,70.626,68.378,67.372,69.62,70.421,69.161],"script":[48.506,50.124,49.089,50.339,50.818,49.098,48.855,49.237,50.506,50.556,49.556,47.86,50.66,49.792,52.488],"paint":[17.261,18.943,16.684,18.848,18.988,19.061,19.176,18.266,17.525,17.284,17.366,18.538,17.896,19.919,15.118]}}, +{"f":"miso-v1.4.0-keyed","b":"04_select1k","v":{"total":[53.136,55.412,55.716,54.881,54.348,54.129,54.717,51.434,54.299,53.543,53.153,51.377,56.498,57.405,53.887,53.852,52.232,54.056,52.171,54.124,54.572,51.882,55.105,51.763,53.057],"script":[45.359,47.566,47.8,47.393,45.781,46.305,45.977,44.354,46.065,46.243,45.201,44.987,48.761,48.882,46.495,46.499,45.394,47.46,45.61,46.967,47.39,45.676,46.613,45.549,45.691],"paint":[5.014,7.168,5.248,5.862,4.697,5.222,5.791,4.78,4.958,5.383,4.976,4.466,5.396,4.944,5.463,3.578,4.762,3.364,4.709,4.575,5.282,4.273,6.605,3.188,5.598]}}, +{"f":"miso-v1.4.0-keyed","b":"05_swap1k","v":{"total":[65.729,69.864,66.102,72.787,70.127,69.231,69.133,69.291,68.226,66.958,67.722,66.56,66.137,72.493,69.688],"script":[42.25,46.397,44.343,46.455,45.129,46.872,45.71,45.938,44.08,44.635,43.188,42.21,42.652,48.889,46.696],"paint":[21.116,21.407,20.177,25.109,22.668,20.676,21.381,21.882,22.184,21.675,21.965,21.679,21.911,22.188,21.856]}}, +{"f":"miso-v1.4.0-keyed","b":"06_remove-one-1k","v":{"total":[47.281,48.292,55.012,46.757,45.768,54.34,46.433,51.686,52.918,50.781,46.057,47.074,54.658,46.966,46.303],"script":[22.711,22.812,23.647,23.023,21.999,22.727,22.493,23.082,24.006,23.103,22.014,23.111,21.654,22.782,21.566],"paint":[18.031,19.059,19.813,18.255,18.573,17.955,16.851,18.457,18.611,18.57,17.539,18.835,19.113,17.393,17.682]}}, +{"f":"miso-v1.4.0-keyed","b":"07_create10k","v":{"total":[625.372,626.125,626.805,626.923,627.661,621.624,632.644,645.17,624.153,633.551,634.051,631.763,631.849,642.219,633.708],"script":[252.855,252.457,251.814,249.565,251.504,248.762,252.089,254.953,247.681,253.505,256.935,250.02,252.518,259.52,255.984],"paint":[368.878,370.09,371.437,373.786,372.55,369.326,376.774,386.654,372.836,376.457,373.47,378.195,375.649,379.112,374.102]}}, +{"f":"miso-v1.4.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[82.393,82.324,81.98,81.337,81.507,83.091,82.48,83.336,82.503,84.425,81.808,82.299,81.247,80.035,80.809],"script":[37.872,36.805,37.277,36.694,36.869,37.962,36.328,37.254,37.962,37.67,37.323,37.086,37.311,36.661,36.614],"paint":[44.163,45.126,44.365,44.314,44.268,44.667,45.701,45.71,44.205,46.248,44.134,44.89,43.569,42.971,43.869]}}, +{"f":"miso-v1.4.0-keyed","b":"09_clear1k_x8","v":{"total":[35.403,55.976,34.927,34.533,34.051,34.087,33.387,34.707,33.022,65.878,59.779,39.018,33.833,35.875,36.04],"script":[30.562,25.873,30.041,29.246,30.346,29.937,29.15,29.552,29.005,33.116,30.425,33.658,29.242,31.361,31.4],"paint":[2.888,3.471,3.735,3.458,3.443,2.769,3.052,3.132,3.215,4.772,3.383,3.84,3.381,3.154,3.113]}}, +{"f":"miso-v1.4.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.734933853149414]}}, +{"f":"miso-v1.4.0-keyed","b":"22_run-memory","v":{"DEFAULT":[8.53137493133545]}}, +{"f":"miso-v1.4.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.69128704071045]}}, +{"f":"miso-v1.4.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.49690055847168]}}, +{"f":"miso-v1.4.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[49.30063819885254]}}, +{"f":"miso-v1.4.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[4051.396]}}, +{"f":"miso-v1.4.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[105.89599999999987]}}, +{"f":"miso-v1.4.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[232.79999999999998]}}, {"f":"miso-v1.4.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[581.1181640625]}}, {"f":"miso-v1.4.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[442.8408203125]}}, {"f":"miso-v1.4.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[90.6025390625]}}, -{"f":"miso-v1.4.0-keyed","b":"43_first-paint","v":{"DEFAULT":[684.1]}}, -{"f":"miso-v1.4.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[684.1]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"01_run1k","v":{"total":[41.731,42.429,41.016,41.415,39.725,41.377,41.259,40.996,40.043,40.899,40.42,41.091,42.031,43.289,40.574],"script":[5.468,5.489,5.733,5.391,5.439,5.964,5.695,5.698,5.457,5.45,5.154,5.703,5.83,5.814,5.587],"paint":[35.82,36.261,34.894,35.528,33.821,34.988,35.136,34.863,33.93,34.99,34.846,34.768,35.76,37.018,34.523]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"02_replace1k","v":{"total":[48.885,46.31,45.874,45.408,45.089,45.057,44.258,46.822,44.836,45.868,45.31,46.953,45.445,46.55,46.783],"script":[12.727,12.364,12.655,12.117,12.138,12.248,12.028,13.385,12.555,12.42,12.198,12.458,12.412,12.414,12.44],"paint":[35.465,33.531,32.754,32.857,32.245,32.389,31.788,32.99,31.864,33.012,32.691,34.069,32.612,33.694,33.9]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[31.831,29.883,29.89,31.192,29.977,29.929,30.482,28.862,32.089,30.538,30.589,29.942,29.786,28.935,30.071],"script":[8.585,7.381,7.416,7.376,7.685,7.807,8.104,7.249,8.049,7.559,8.205,7.408,7.432,7.68,8.505],"paint":[20.899,19.524,21.166,21.918,19.033,20.654,21.156,19.444,22.017,19.837,19.573,20.709,19.637,19.083,19.618]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"04_select1k","v":{"total":[12.684,13.226,11.215,12.517,12.378,11.863,11.639,13.545,12.06,12.672,12.682,12.871,13.709,12.147,12.003,11.442,12.835,11.795,12.918,12.214,13.054,11.73,12.549,12.234,12.512],"script":[5.766,5.55,4.634,5.227,5.551,4.43,5.067,5.444,5.315,5.408,5.572,5.891,5.68,5.163,4.933,4.605,5.479,4.972,5.481,5.396,5.708,4.728,5.295,4.583,5.235],"paint":[4.722,6.503,6.37,6.156,5.655,6.611,5.383,6.361,5.58,6.338,6.463,5.887,7.105,5.529,5.609,5.742,5.657,5.796,5.938,6.592,6.383,5.989,6.346,6.978,7.049]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"05_swap1k","v":{"total":[25.909,29.328,27.254,27.3,26.607,25.992,25.681,27.053,26.23,27.225,27.719,27.706,26.282,26.052,26.994],"script":[4.398,4.567,4.374,4.647,4.575,4.75,4.424,4.623,4.367,4.85,4.431,4.325,4.601,4.578,4.166],"paint":[18.86,21.778,20.636,20.999,20.516,19.832,19.193,20.792,20.095,20.406,21.023,20.288,20.341,19.553,21.149]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"06_remove-one-1k","v":{"total":[21.231,19.73,20.192,19.645,19.475,20.085,20.322,19.527,19.667,19.834,19.679,20.518,19.95,19.14,19.515],"script":[2.684,2.477,2.508,2.425,2.434,2.497,2.438,2.447,2.452,2.512,2.542,2.451,2.506,2.122,2.45],"paint":[16.694,16.147,16.177,16.032,15.659,16.222,16.647,16.256,16.034,15.988,15.933,16.892,16.141,16.199,16.045]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"07_create10k","v":{"total":[438.911,436.164,440.843,430.148,438.762,439.55,439.567,445.036,437.604,439.06,444.224,436.039,446.342,445.291,437.475],"script":[74.239,75.217,74.22,72.295,73.107,73.695,73.239,74.278,70.692,73.238,75.418,73.355,75.505,72.226,73.145],"paint":[357.03,353.554,359.185,350.215,356.69,358.151,358.646,363.003,359.487,358.347,361.253,355.197,362.176,365.398,356.676]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.435,49.674,47.184,49.269,49.243,48.571,48.118,50.645,47.763,47.808,49.697,47.857,48.787,49.781,47.983],"script":[9.062,8.747,8.834,8.611,9.253,9.141,9,8.887,8.735,8.845,8.525,8.508,9.761,8.996,8.768],"paint":[40.06,40.071,37.468,39.716,39.159,38.431,38.161,40.526,38.045,38,40.14,38.114,38.085,39.812,38.259]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"09_clear1k_x8","v":{"total":[20.464,20.506,20.418,18.648,19.275,19.66,19.844,19.125,19.265,18.97,19.376,20.38,19.794,19.972,20.948],"script":[18.817,17.961,17.705,16.796,17.104,17.923,17.656,17.678,17.007,17.465,16.765,18.244,17.61,18.419,19.337],"paint":[1.544,1.043,2.386,1.738,2.044,0.785,2.088,1.349,2.162,0.839,2.135,1.333,1.709,1.444,1.514]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49726104736328125]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.5073699951171875]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.5271100997924805]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7194356918334961]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.566913604736328]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1953.895]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.983999999999996]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[130.19599999999997]}}, +{"f":"miso-v1.4.0-keyed","b":"43_first-paint","v":{"DEFAULT":[662.2]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"01_run1k","v":{"total":[44.62,45.04,44.165,43.694,40.693,42.295,40.378,40.842,43.974,44.074,45.491,43.741,45.289,45.501,41.071],"script":[7.966,8.337,7.81,8.132,5.853,5.973,6.182,5.855,8.15,8.405,8.501,8.132,8.383,8.533,6.223],"paint":[36.224,36.302,35.906,35.144,34.447,35.936,33.768,34.31,35.416,35.241,36.282,35.177,36.329,36.521,34.402]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"02_replace1k","v":{"total":[52.695,53.134,52.856,51.739,51.403,51.872,52.833,54.215,52.394,51.758,51.7,52.184,52.178,52.179,51.855],"script":[15.334,15.359,15.048,15.13,14.967,15.077,15.202,15.828,15.11,15.16,14.861,15.044,15.286,15.052,15.228],"paint":[36.876,37.295,37.3,36.074,35.914,36.219,37.125,37.883,36.747,36.076,36.352,36.724,36.383,36.41,36.137]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[31.414,33.617,35.406,32.716,33.119,33.22,33.165,32.516,35.762,33.522,31.663,33.03,34.999,33.878,34.234],"script":[10.294,10.97,12.362,11.068,10.879,10.771,11.62,10.477,12.281,11.334,10.503,11.017,11.809,10.866,11.024],"paint":[19.409,20.136,20.75,19.525,20.628,21.14,19.535,20.726,21.592,19.778,19.259,20.13,21.241,20.497,21.275]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"04_select1k","v":{"total":[15.952,14.587,15.925,15.35,16.022,14.01,15.753,15.74,16.309,14.61,15.379,14.911,14.741,14.774,15.898,14.721,15.812,14.59,16.333,15.031,15.342,15.111,16.166,15.386,15.44],"script":[8.815,7.806,9.112,8.507,8.325,7.446,7.572,8.604,8.646,7.404,9.088,7.786,7.876,7.649,8.036,7.397,7.92,7.534,9.249,8.321,8.265,8.619,8.438,8.089,8.624],"paint":[5.725,5.855,5.871,5.929,6.357,5.896,6.579,6.286,5.554,5.892,5.243,5.896,5.404,5.851,7.621,6.61,6.786,5.809,6.494,5.317,5.828,4.995,6.459,5.973,5.845]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"05_swap1k","v":{"total":[30.311,29.457,32.016,29.74,29.924,30.399,31.95,29.178,29.813,28.632,29.339,30.293,29.706,28.607,29.959],"script":[7.983,8.58,8.956,7.425,7.649,7.979,8.613,6.906,7.899,7.46,8.173,8.117,7.773,7.16,9.196],"paint":[19.736,19.24,21.064,19.821,19.851,20.295,21.334,21.166,19.956,19.147,19.52,20.414,20.408,19.761,19.023]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"06_remove-one-1k","v":{"total":[21.617,22.843,22.693,24.223,21.467,22.21,21.101,21.847,22.725,22.364,21.758,22.817,22.25,22.219,21.508],"script":[4.495,4.949,4.94,4.952,4.74,4.976,4.418,4.628,4.941,4.895,4.453,4.753,4.989,4.943,4.784],"paint":[16.048,16.658,16.089,17.764,15.932,16.372,15.824,15.827,16.094,16.651,16.453,16.212,16.442,16.307,15.929]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"07_create10k","v":{"total":[438.313,444.866,452.295,436.285,439.433,441.907,450.477,441.412,442.64,453.752,453.214,452.432,452.817,442.786,448.971],"script":[79.126,85.85,81.174,79.101,77.374,77.062,90.928,78.661,77.414,81.902,80.403,80.558,80.467,77.277,79.231],"paint":[351.46,351.678,363.841,349.894,354.805,357.536,352.19,355.164,357.963,364.385,365.473,364.374,364.975,358.214,362.389]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.367,56.255,56.973,55.49,55.311,56.017,56.593,56.224,55.816,55.546,54.577,55.939,55.727,54.203,55.816],"script":[11.783,11.813,11.737,11.849,11.69,12.253,11.728,11.924,11.623,11.739,11.687,11.606,11.583,11.587,11.587],"paint":[43.618,43.523,44.284,42.397,42.362,42.82,43.647,43.316,42.993,42.86,41.696,43.137,42.913,41.666,43.274]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"09_clear1k_x8","v":{"total":[20.282,17.765,19.122,20.922,18.397,18.368,19.994,20.88,19.398,19.043,19.69,21.044,18.198,19.887,20.109],"script":[17.757,16.271,16.615,18.465,16.485,16.448,17.626,18.763,17.096,17.168,17.269,18.535,16.749,17.312,18.247],"paint":[2.026,1.382,1.423,1.26,1.112,0.827,1.772,2.022,2.212,0.366,1.817,1.936,0.401,2.266,1.484]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.48275184631347656]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.2969255447387695]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.3162174224853516]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6679754257202148]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.43585968017578]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1953.7999999999997]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[31.747999999999998]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.444]}}, {"f":"misojs-v1.1.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[144.7333984375]}}, {"f":"misojs-v1.1.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[23.736328125]}}, {"f":"misojs-v1.1.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.32421875]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[86.5]}}, -{"f":"misojs-v1.1.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[86.5]}}, -{"f":"mithril-v2.2.2-keyed","b":"01_run1k","v":{"total":[43.548,50.668,50.779,48.552,45.912,50.352,52.299,51.738,47.407,46.334,42.372,53.047,48.267,47.924,52.015],"script":[7.674,7.284,8.064,7.097,7.469,7.832,7.151,7.759,8.354,7.155,7.585,8.025,7.893,7.818,7.973],"paint":[34.879,35.641,34.896,33.728,33.901,34.808,34.528,34.727,34.658,34.423,34.436,34.215,34.122,35.338,34.576]}}, -{"f":"mithril-v2.2.2-keyed","b":"02_replace1k","v":{"total":[55.21,48.755,45.228,51.087,45.449,44.854,45.97,48.11,47.553,49.148,44.849,44.473,47.324,46.793,48.646],"script":[10.944,10.499,9.693,10.479,11.121,11.029,10.527,10.62,10.688,10.716,11.176,10.69,10.413,10.409,11.22],"paint":[35.799,32.68,35.371,33.235,33.093,33.367,33.141,33.221,34.701,33.094,33.529,33.597,32.913,36.217,33.466]}}, -{"f":"mithril-v2.2.2-keyed","b":"03_update10th1k_x16","v":{"total":[26.101,25.407,24.871,26.232,26.376,26.657,26.086,25.74,26.06,26.32,25.987,27.069,26.744,25.846,25.944],"script":[9.802,9.525,9.404,9.345,10.026,10.037,9.659,8.937,9.009,8.808,8.871,9.665,8.62,9.333,9.193],"paint":[16.174,15.757,15.354,16.759,15.11,16.348,16.277,15.676,16.277,16.107,16.225,17.279,17.984,16.384,16.366]}}, -{"f":"mithril-v2.2.2-keyed","b":"04_select1k","v":{"total":[12.406,12.272,11.861,11.64,11.5,12.262,12.494,13.153,12.657,11.588,12.108,11.66,11.517,11.25,12.168,11.838,11.787,11.808,12.292,12.04,12.581,10.993,12.068,11.559,12.174],"script":[7.877,8.312,8.124,8.541,8.554,8.076,8.624,8.822,8.803,8.473,8.996,8.248,7.464,7.615,8.337,8.355,8.654,8.563,8.337,8.714,9.329,8.187,8.593,7.886,7.644],"paint":[1.699,2.78,2.819,2.916,1.691,3.004,3.121,2.636,3.03,2.553,1.251,3.259,3.363,2.797,2.339,3.24,2.443,1.687,2.196,2.405,1.997,2.54,2.779,2.249,2.693]}}, -{"f":"mithril-v2.2.2-keyed","b":"05_swap1k","v":{"total":[29.103,28.704,29.6,29.637,29.519,28.623,29.724,29.801,31.436,28.799,29.794,28.66,29.442,28.76,28.774],"script":[7.966,8.587,8.602,8.214,8.073,8.958,9.206,8.624,8.118,7.911,8.199,8.052,8.513,8.802,8.186],"paint":[21.014,19.413,19.766,21.297,20.76,19.222,20.393,20.464,19.135,19.622,20.58,20.485,19.968,19.832,20.467]}}, -{"f":"mithril-v2.2.2-keyed","b":"06_remove-one-1k","v":{"total":[20.011,19.013,19.444,19.046,19.62,19.071,21.11,18.737,19.279,19.464,19.095,19.57,21.207,19.888,20.732],"script":[3.995,3.941,4.231,3.923,4.324,4.318,3.927,3.78,4.223,4.122,4.135,3.826,4.113,4.122,4.398],"paint":[14.639,14.703,15.072,14.54,14.827,14.463,15.243,14.51,14.882,15.052,14.495,15.549,15.363,15.629,15.093]}}, -{"f":"mithril-v2.2.2-keyed","b":"07_create10k","v":{"total":[490.278,464.848,482.229,460.223,475.438,487.604,469.25,477.32,492.176,482.822,462.115,485.898,478.016,457.083,483.153],"script":[98.836,96.715,97.893,94.534,97.808,96.81,95.147,97.429,97.101,95.314,97.265,96.732,95.38,96.235,97.238],"paint":[379.736,363.188,380.906,361.935,369.154,382.338,368.723,374.916,388.266,376.533,360.613,378.018,375.485,357.111,374.252]}}, -{"f":"mithril-v2.2.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.918,47.653,47.821,56.57,48.214,53.634,47.452,56.524,54.268,47.781,52.725,49.209,47.158,55.703,55.735],"script":[9.462,9.919,9.851,9.38,9.539,9.701,9.799,9.5,9.504,10.136,9.377,9.559,9.619,9.583,9.245],"paint":[37.435,37.411,37.668,39.412,37.746,37.65,37.349,38.816,38.082,37.329,37.418,39.253,37.242,37.288,39.811]}}, -{"f":"mithril-v2.2.2-keyed","b":"09_clear1k_x8","v":{"total":[18.128,17.398,17.581,16.227,18.043,16.046,16.569,16.884,16.924,17.932,16.926,17.812,17.52,16.011,16.271],"script":[15.948,15.695,16.152,14.779,15.386,14.653,14.454,14.817,14.999,14.872,14.937,14.812,15.772,14.134,13.836],"paint":[1.606,1.6,1.377,1.39,1.638,1.331,2.052,2.002,1.863,2.988,1.926,2.924,1.693,1.696,2.373]}}, -{"f":"mithril-v2.2.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5639181137084961]}}, -{"f":"mithril-v2.2.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.2094011306762695]}}, -{"f":"mithril-v2.2.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.7334184646606445]}}, -{"f":"mithril-v2.2.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9330081939697266]}}, -{"f":"mithril-v2.2.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.61983776092529]}}, -{"f":"mithril-v2.2.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.3049999999998]}}, -{"f":"mithril-v2.2.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.328]}}, -{"f":"mithril-v2.2.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.96399999999997]}}, +{"f":"misojs-v1.1.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[73.1]}}, +{"f":"mithril-v2.2.2-keyed","b":"01_run1k","v":{"total":[45.173,47.959,47.966,48.26,47.544,52.298,49.544,51.696,49.356,51.449,48.553,46.512,42.791,47.861,51.56],"script":[7.635,9.104,9.218,7.947,7.811,8.427,7.272,9.547,9.335,7.717,9.341,7.806,7.587,7.322,9.786],"paint":[34.326,35.534,35.437,34.067,33.968,34.759,34.473,37.436,36.612,35.097,35.921,35.473,34.165,34.245,35.388]}}, +{"f":"mithril-v2.2.2-keyed","b":"02_replace1k","v":{"total":[54.648,55.321,58.024,53.339,50.037,53.287,51.566,57.066,50.658,50.205,51.291,52.256,58.976,55.715,53.91],"script":[12.365,11.923,12.729,12.078,11.962,11.851,12.082,12.507,12.19,12.301,12.447,12.155,12.294,12.198,12.308],"paint":[38.086,37.687,37.543,38.028,37.647,39.008,37.023,37.505,37.19,37.366,38.389,37.721,37.864,37.225,37.241]}}, +{"f":"mithril-v2.2.2-keyed","b":"03_update10th1k_x16","v":{"total":[30.975,29.236,30.848,32.352,30.047,28.46,28.562,29.151,28.547,30.922,28.822,29.23,29.551,28.14,29.906],"script":[15.014,11.547,14.022,14.702,14.06,11.645,12.567,12.768,12.11,13.927,13.124,13.28,13.005,12.121,14.212],"paint":[15.846,16.696,15.61,17.513,15.64,16.087,15.244,15.821,14.803,16.873,14.944,15.204,16.424,15.897,14.885]}}, +{"f":"mithril-v2.2.2-keyed","b":"04_select1k","v":{"total":[15.623,15.5,15.924,15.453,16.347,17.306,16.204,15.503,15.932,14.52,15.53,16.506,16.436,14.704,14.849,14.676,15.699,16.341,16.705,16.75,15.142,16.009,15.29,15.158,16.196],"script":[12.485,11.289,12.445,12.784,11.617,12.954,12.938,12.523,11.546,11.049,12.661,13.339,12.91,11.512,11.546,11.098,11.758,12.921,12.017,14.017,12.122,13.152,12.219,11.434,13.041],"paint":[2.15,3.257,3.232,1.678,3.607,2.749,2.074,1.778,2.922,0.563,1.88,2.92,1.725,2.795,3.104,2.696,3.234,2.798,3.485,1.489,1.351,2.652,2.092,2.843,2.158]}}, +{"f":"mithril-v2.2.2-keyed","b":"05_swap1k","v":{"total":[31.862,33.499,32.554,34.186,33.93,31.567,32.522,33.584,32.278,31.515,33.573,49.327999999999996,33.844,32.63,32.49],"script":[11.657,11.857,12.554,12.532,12.61,11.419,11.766,12.037,12.301,11.159,11.89,12.411,12.372,12.43,12.375],"paint":[19.485,19.572,19.561,20.562,20.272,20.031,20.446,20.733,19.764,19.019,21.047,20.859,21.087,20.066,18.947]}}, +{"f":"mithril-v2.2.2-keyed","b":"06_remove-one-1k","v":{"total":[21.586,22.146,21.997,26.219,22.159,20.959,22.596,21.168,21.977,22.198,21.079,24.668,20.925,21.526,24.404],"script":[6.639,6.622,6.139,5.804,6.952,6.197,6.425,6.449,6.189,6.755,6.264,6.658,6.36,6.077,6.362],"paint":[14.456,15.334,14.282,14.619,14.658,14.283,15.974,14.568,14.54,15.281,14.586,14.713,14.038,15.103,15.475]}}, +{"f":"mithril-v2.2.2-keyed","b":"07_create10k","v":{"total":[487.25,459.957,474.928,485.323,464.295,467.184,476.499,480.262,472.406,476.477,481.473,479.947,478.281,475.557,468.159],"script":[96.814,96.732,101.237,96.699,96.276,101.966,98.326,97.951,100.747,98.366,101.747,97.251,100.628,97.039,96.942],"paint":[379.231,353.103,368.732,375.955,358.889,354.97,367.861,375.299,365.422,373.092,372.843,370.657,373.192,370.23,359.901]}}, +{"f":"mithril-v2.2.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.45,61.567,60.499,55.076,54.432,54.294,60.614,63.817,56.825,56.172,62,61.341,61.213,56.426,63.052],"script":[12.931,12.862,12.381,12.675,12.682,12.287,12.581,12.301,12.631,13.457,12.596,12.393,12.712,13.026,12.85],"paint":[41.853,42.203,41.618,42.097,41.434,41.722,41.906,41.952,43.305,42.406,43.416,42.382,42.075,43.096,43.522]}}, +{"f":"mithril-v2.2.2-keyed","b":"09_clear1k_x8","v":{"total":[18.661,16.589,17.013,17.754,17.157,16.584,17.967,17.098,16.752,17.168,17.83,17.297,17.695,18.029,17.668],"script":[16.586,15.415,15.251,16.185,14.475,14.839,14.767,15.358,15.041,15.627,16.003,14.168,15.871,16.481,15.372],"paint":[1.944,0.479,1.125,1.509,1.29,1.685,3.114,1.687,1.645,1.467,1.753,2.053,1.76,1.487,1.63]}}, +{"f":"mithril-v2.2.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5656423568725586]}}, +{"f":"mithril-v2.2.2-keyed","b":"22_run-memory","v":{"DEFAULT":[3.996967315673828]}}, +{"f":"mithril-v2.2.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.423375129699707]}}, +{"f":"mithril-v2.2.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9672794342041016]}}, +{"f":"mithril-v2.2.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.48556613922119]}}, +{"f":"mithril-v2.2.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.505]}}, +{"f":"mithril-v2.2.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.295999999999998]}}, +{"f":"mithril-v2.2.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.74800000000005]}}, {"f":"mithril-v2.2.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[176.2255859375]}}, {"f":"mithril-v2.2.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[37.951171875]}}, {"f":"mithril-v2.2.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[11.7041015625]}}, -{"f":"mithril-v2.2.2-keyed","b":"43_first-paint","v":{"DEFAULT":[86.3]}}, -{"f":"mithril-v2.2.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[86.3]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"01_run1k","v":{"total":[43.408,41.745,41.826,44.417,42.766,42.786,42.683,42.08,42.933,42.713,43.708,40.792,41.25,40.516,41.852],"script":[6.755,7.009,6.678,7.108,7.003,6.866,6.922,6.906,6.89,7.024,7.338,6.496,6.646,6.315,6.833],"paint":[36.245,34.3,34.646,36.874,35.274,35.5,35.05,34.736,35.622,35.268,35.631,33.827,34.176,33.759,34.614]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"02_replace1k","v":{"total":[46.454,44.336,41.848,42.183,43.159,44.999,42.807,43.364,42.838,42.829,43.161,42.276,43.032,42.586,43.603],"script":[9.245,8.545,8.81,8.816,8.934,8.964,8.853,9.125,8.765,9.214,8.471,8.751,9.082,9.104,9.605],"paint":[36.725,35.112,32.597,32.956,33.721,35.573,33.478,33.782,33.597,33.125,34.153,33.027,33.494,33.061,33.271]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.56,19.877,19.424,19.412,19.047,18.725,19.795,19.674,19.272,18.969,19.115,19.778,19.391,20.033,19.131],"script":[2.499,2.192,2.92,2.336,2.954,1.846,2.209,2.665,2.908,2.358,2.515,2.729,2.12,2.488,2.408],"paint":[18.389,15.584,14.66,15.281,14.835,14.722,16.609,15.148,15.297,15.268,15.203,16.034,15.327,15.38,14.747]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"04_select1k","v":{"total":[4.385,3.685,3.775,3.183,3.946,3.467,3.808,3.733,3.435,4.315,3.545,2.938,3.806,3.287,4.532,2.809,4.357,3.465,3.664,4.374,3.119,5.097,4.314,3.674,2.762],"script":[1.146,0.924,0.858,0.589,1.155,0.627,1.147,0.923,0.192,1.031,1.177,0.782,1.111,0.184,0.174,0.185,1.019,0.985,1.15,0.205,0.73,0.816,1.372,1.236,0.629],"paint":[1.991,1.932,0.873,1.83,1.59,2.734,2.521,2.683,2.475,3.167,1.41,2.037,1.52,2.265,3.12,2.476,2.501,2.007,2.388,2.377,2.26,2.274,1.743,2.311,2.004]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"05_swap1k","v":{"total":[23.333,23.019,23.37,22.662,23.647,23.801,24.258,25.243,22.633,22.986,24.026,24.237,26.03,23.251,23.521],"script":[1.551,2.127,2.161,1.33,1.647,2.386,1.875,2.131,2.288,2.366,2.579,2.23,1.889,1.457,1.78],"paint":[20.132,19.098,19.539,19.808,19.669,19.232,20.606,21.809,18.734,19.124,19.53,19.947,21.283,20.601,20.742]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"06_remove-one-1k","v":{"total":[18.629,17.987,17.344,18.46,17.495,16.522,17.687,18.292,18.64,17.369,17.703,17.758,18.076,17.289,17.796],"script":[0.787,0.815,1.103,0.903,0.852,1.045,1.071,1.161,1.144,0.772,1.11,1.124,1.132,0.775,1.123],"paint":[16.984,16.101,15.06,16.013,15.417,14.46,15.758,15.903,16.195,15.067,15.348,15.736,15.588,16.014,15.708]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"07_create10k","v":{"total":[462.481,461.546,459.787,463.24,458.424,464.075,463.334,464.033,458.707,460.529,456.132,468.049,450.969,463.048,449.364],"script":[88.26,89.821,87.938,87.89,89.34,87.229,90.656,88.337,88.613,88.911,89.389,89.448,89.296,90.955,88.199],"paint":[366.648,364.338,364.541,367.838,361.349,368.817,364.96,367.443,362.591,363.727,359.275,371.004,354.121,364.266,353.72]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[42.939,44.8,43.254,42.683,42.729,44.12,43.025,44.629,43.693,44.297,44.27,43.192,43.403,43.565,42.949],"script":[4.834,4.81,5.083,5.127,4.762,4.881,4.977,4.817,4.939,4.875,5.556,5.039,4.948,4.727,4.851],"paint":[37.311,38.787,37.318,36.689,37.155,38.301,37.161,38.898,37.553,38.451,37.698,37.342,37.608,37.917,37.28]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"09_clear1k_x8","v":{"total":[15.373,15.28,16.172,15.667,15.803,15.982,15.461,15.796,15.94,15.749,15.644,15.971,16.314,15.56,15.73],"script":[13.585,12.924,13.896,12.986,13.182,13.978,13.235,13.263,13.387,13.308,13.587,14.105,13.692,13.457,13.179],"paint":[1.677,2.261,1.055,2.564,2.208,1.142,1.611,2.42,2.031,1.964,1.183,1.752,1.574,1.612,1.942]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8514528274536133]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.0822038650512695]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.1063385009765625]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2453508377075195]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.871076583862305]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2102.39]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.847999999999999]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.728]}}, +{"f":"mithril-v2.2.2-keyed","b":"43_first-paint","v":{"DEFAULT":[71.5]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"01_run1k","v":{"total":[44.023,43.263,42.921,43.901,45.095,44.262,43.586,43.738,45.807,44.882,44.332,43.886,43.829,44.655,44.212],"script":[8.28,7.816,7.706,7.742,8.044,8.345,7.709,8.073,8.341,8.054,7.737,8.106,8.119,8.326,8.246],"paint":[35.299,34.854,34.505,35.413,36.527,35.464,35.415,35.167,36.989,36.37,36.082,35.082,35.025,35.857,35.498]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"02_replace1k","v":{"total":[49.924,48.207,48.358,47.481,47.9,49.045,50.243,48.359,49.83,50.468,47.859,48.222,48.16,47.446,48.755],"script":[11.115,10.837,10.973,10.475,10.9,10.815,11.344,11.442,10.627,10.902,10.285,11.176,10.483,10.504,10.825],"paint":[38.279,36.626,36.896,36.285,36.512,37.488,38.425,36.445,38.753,38.845,36.804,36.331,37.174,36.441,37.461]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.717,20.63,19.453,20.884,18.754,18.875,18.787,18.721,19,18.832,20.828,18.8,19.074,18.97,18.954],"script":[2.877,2.437,2.161,3.222,1.94,1.825,2.038,2.067,2.494,1.823,2.581,2.445,2.388,2.584,2.292],"paint":[15.097,16.166,15.662,16.251,14.933,15.447,14.494,14.978,14.912,15.886,15.297,13.278,14.098,14.457,13.693]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"04_select1k","v":{"total":[3.455,4.711,4.569,3.536,3.728,3.87,3.466,4.017,4.13,3.426,3.716,3.797,4.131,3.794,3.435,2.963,4.195,4.383,3.493,4.022,3.75,4.001,3.788,3.809,3.916],"script":[1.2,1.151,1.014,0.261,1.278,0.782,1.013,0.846,0.826,0.201,0.836,1.153,0.963,0.198,0.195,0.965,0.883,1.043,1.175,1.164,0.963,0.758,0.191,0.19,1.146],"paint":[0.544,2.412,2.395,3.106,2.307,2.007,1.524,1.874,1.948,2.729,1.863,1.305,2.582,2.755,2.662,1.375,2.126,2.257,1.382,1.897,1.914,2.001,2.739,1.789,2.244]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"05_swap1k","v":{"total":[23.088,23.419,22.287,22.622,22.322,22.946,23.814,23.677,22.832,23.217,23.702,23.815,23.144,24.039,23.033],"script":[2.391,2.59,1.864,2.603,1.835,1.863,2.412,2.294,1.527,2.168,2.366,2.326,2.18,1.876,2.159],"paint":[19.657,18.9,18.615,18.116,19.145,18.989,19.029,19.805,19.95,19.448,20.139,19.885,18.683,20.31,19.5]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"06_remove-one-1k","v":{"total":[18.174,18.616,18.382,17.74,18.191,18.949,17.812,17.619,18.134,17.92,17.756,17.794,17.842,17.821,17.999],"script":[1.063,0.778,1.175,1.142,1.107,1.327,1.145,1.178,1.087,0.77,0.832,1.146,1.181,0.899,0.852],"paint":[15.687,16.547,15.907,15.616,16.129,16.769,15.851,15.669,15.405,16.347,15.841,15.506,15.861,15.712,15.803]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"07_create10k","v":{"total":[447.62,443.37,441.744,449.111,446.355,449.267,450.202,450.769,454.217,444.991,448.457,446.447,449.187,450.13,446.191],"script":[80.55,81.208,79.68,79.601,79.874,81.625,80.022,80.401,80.003,79.471,80.881,80.722,79.502,79.568,78.965],"paint":[359.74,354.843,354.7,361.927,358.728,360.365,361.995,363.055,365.788,358.292,360.185,357.881,362.397,363.24,359.459]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.413,48.824,50.004,49.584,49.774,49.72,49.034,50.789,51.345,48.215,48.706,48.979,50.249,50.025,49.627],"script":[7.277,6.914,7.118,7.133,7.185,7.173,7.003,7.038,7.167,6.76,7.008,6.962,7.165,7.319,7.151],"paint":[42.263,41.042,41.986,40.999,41.619,41.332,40.8,42.46,42.834,40.55,40.495,40.771,42.092,41.509,41.566]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"09_clear1k_x8","v":{"total":[15.658,14.92,15.895,15.083,15.287,14.47,14.73,15.069,15.469,15.028,14.964,14.926,15.627,15.136,15.495],"script":[13.26,12.448,13.418,13.186,13.437,12.905,12.433,13.511,13.428,12.583,13.203,12.517,13.056,13.153,13.112],"paint":[1.237,1.279,2.351,1.791,0.81,1.46,2.198,1.453,1.932,2.324,0.854,2.298,1.986,1.147,2.26]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8495874404907227]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.8682193756103516]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.9119644165039062]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2431659698486328]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.659645080566406]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2102.275]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.896]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.25599999999997]}}, {"f":"mobx-jsx-v0.14.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[194.52734375]}}, {"f":"mobx-jsx-v0.14.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[56.2529296875]}}, {"f":"mobx-jsx-v0.14.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.5126953125]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"43_first-paint","v":{"DEFAULT":[103.8]}}, -{"f":"mobx-jsx-v0.14.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[103.8]}}, -{"f":"mogwai-v0.6.5-keyed","b":"01_run1k","v":{"total":[41.691,42.038,40.374,40.987,41.303,40.567,42.334,40.175,40.692,42.321,45.046,42.04,42.777,40.256,41.109],"script":[6.357,6.564,6.748,6.691,6.709,6.733,6.517,6.556,6.605,6.836,6.866,6.909,6.727,6.698,6.608],"paint":[34.673,35.033,33.193,33.575,33.855,33.365,35.358,33.201,33.422,35.019,37.483,34.668,35.587,33.129,33.757]}}, -{"f":"mogwai-v0.6.5-keyed","b":"02_replace1k","v":{"total":[47.079,46.554,45.643,43.486,43.87,43.978,44.339,44.044,43.408,46.188,44.854,44.287,46.394,47.093,43.764],"script":[10.258,10.091,10.387,10.004,10.09,9.989,10.199,10.039,9.956,10.388,10.841,10.298,10.326,10.539,10.096],"paint":[36.357,36.05,34.81,33.02,33.331,33.449,33.587,33.409,33.007,35.353,33.535,33.505,35.349,35.857,33.21]}}, -{"f":"mogwai-v0.6.5-keyed","b":"03_update10th1k_x16","v":{"total":[18.193,18.982,17.998,17.547,18.596,17.923,17.703,18.175,18.541,19.148,18.459,18.47,19.823,18.64,18.719],"script":[1.329,1.507,0.932,1.298,1.416,0.951,0.954,1.047,1.044,1.338,1.805,1.016,0.984,1.034,1.77],"paint":[15.128,15.815,15.236,13.906,16.16,14.972,14.889,15.189,16.51,15.245,14.743,15.588,15.844,15.463,15.509]}}, -{"f":"mogwai-v0.6.5-keyed","b":"04_select1k","v":{"total":[4.126,4.925,4.111,4.273,3.742,4.163,4.131,4.852,4.412,4.188,3.811,3.592,3.694,3.129,4.339,3.848,3.845,3.762,3.798,3.927,5.045,3.23,4.272,3.375,3.458],"script":[1.23,0.908,0.18,1.17,0.99,0.74,1.127,1.242,1.512,0.951,1.057,0.658,1.232,0.292,1.557,1.056,0.96,0.895,0.896,0.961,0.883,0.211,0.578,0.958,0.61],"paint":[1.951,3.739,2.74,1.998,2.056,3.185,2.131,3.038,2.031,2.69,2.605,2.408,2.004,2.68,2.634,2.638,2.049,1.96,1.933,2.663,3.015,2.857,3.135,1.75,2.005]}}, -{"f":"mogwai-v0.6.5-keyed","b":"05_swap1k","v":{"total":[23.642,22.592,23.325,23.308,22.76,22.448,23.462,23.916,22.415,22.297,23.101,26.064,22.974,22.233,22.651],"script":[2.259,1.245,1.367,1.539,1.592,1.241,1.643,1.802,1.288,1.546,1.553,1.953,1.297,0.964,1.982],"paint":[19.509,19.666,20.908,19.807,18.826,19.61,19.897,20.467,19.048,20.017,19.702,21.46,19.561,19.494,19.617]}}, -{"f":"mogwai-v0.6.5-keyed","b":"06_remove-one-1k","v":{"total":[18.833,18.404,18.132,17.802,17.884,17.187,17.683,17.61,17.595,17.701,19.34,17.935,17.323,17.62,18.195],"script":[0.812,0.707,0.968,0.708,0.641,0.673,0.946,0.957,0.667,0.689,1.092,0.749,0.679,0.65,0.678],"paint":[16.704,16.343,16.071,16.287,16.28,15.687,15.943,15.589,16.082,16.213,16.973,15.767,15.786,16.146,16.478]}}, -{"f":"mogwai-v0.6.5-keyed","b":"07_create10k","v":{"total":[667.095,657.392,656.826,661.974,683.062,678.389,676.395,661.213,663.947,650.412,659.934,656.671,680.926,679.123,685.297],"script":[268.212,265.615,265.978,271.946,283.261,280.871,276.868,269.183,270.01,264.329,267.636,266.197,276.281,273.287,283.335],"paint":[391.52,384.278,383.426,382.341,392.004,389.645,390.821,384.725,386.507,378.773,384.636,382.952,396.879,398,394.052]}}, -{"f":"mogwai-v0.6.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.845,66.072,84.322,65.363,65.983,77.376,62.669,63.144,81.554,63.571,67.69,65.177,80.187,65.714,81.091],"script":[23.476,25.594,36.457,24.403,25.731,33.924,23.58,23.521,35.733,24.024,25.602,25.511,35.808,26.266,36.47],"paint":[37.536,39.444,46.582,39.617,39.071,42.442,38.138,38.636,44.59,38.721,41.132,38.408,43.404,38.515,43.58]}}, -{"f":"mogwai-v0.6.5-keyed","b":"09_clear1k_x8","v":{"total":[20.612,19.704,19.788,21.188,19.138,22.16,19.918,20.356,19.621,19.896,19.961,19.132,20.472,20.533,19.597],"script":[18.111,17.285,17.239,18.486,17.236,19.406,17.621,18.463,17.756,17.752,18.23,17.665,18.041,18.071,17.684],"paint":[1.465,1.191,1.825,1.585,1.591,2.568,2.194,1.628,0.756,2.033,0.768,0.399,1.826,1.308,1.785]}}, -{"f":"mogwai-v0.6.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.7243032455444336]}}, -{"f":"mogwai-v0.6.5-keyed","b":"22_run-memory","v":{"DEFAULT":[9.881738662719727]}}, -{"f":"mogwai-v0.6.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.988917350769043]}}, -{"f":"mogwai-v0.6.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[10.487566947937012]}}, -{"f":"mogwai-v0.6.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[74.86692523956299]}}, -{"f":"mogwai-v0.6.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.6999999999998]}}, -{"f":"mogwai-v0.6.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[36.715999999999994]}}, -{"f":"mogwai-v0.6.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[167.48799999999994]}}, +{"f":"mobx-jsx-v0.14.0-keyed","b":"43_first-paint","v":{"DEFAULT":[89.2]}}, +{"f":"mogwai-v0.6.5-keyed","b":"01_run1k","v":{"total":[43.522,43.088,43.422,43.23,44.524,43.804,44.66,43.795,43.708,44.108,42.265,45.607,43.213,44.691,43.464],"script":[6.374,6.621,6.845,6.56,6.58,6.75,6.684,6.866,6.882,6.941,6.318,6.435,6.56,7.61,6.565],"paint":[36.442,36.001,36.123,36.233,37.314,36.392,37.472,36.506,36.329,36.702,35.501,38.723,36.198,36.414,36.415]}}, +{"f":"mogwai-v0.6.5-keyed","b":"02_replace1k","v":{"total":[47.848,50.302,48.846,48.771,48.875,50.912,48.972,49.493,49.091,49.722,47.123,48.97,50.071,48.462,49.078],"script":[10.862,9.683,10.557,10.534,9.918,10.338,10.227,10.368,9.887,9.937,10.078,10.091,10.361,10.175,9.859],"paint":[36.505,40.115,37.832,37.665,38.211,40.076,38.013,38.673,38.703,39.223,36.333,38.154,39.188,37.786,38.736]}}, +{"f":"mogwai-v0.6.5-keyed","b":"03_update10th1k_x16","v":{"total":[18.363,18.227,17.868,18.257,18.24,17.77,19.293,18.198,17.531,18.417,18.017,18.702,17.935,17.749,19.46],"script":[1.682,1.543,1,1.695,1.853,1.326,1.757,1.517,1.04,1.524,0.964,1.8,1.258,0.979,1.257],"paint":[14.403,15.57,15.507,14.786,14.422,14.749,16.441,15.211,15.191,14.966,15.007,15.254,14.814,15.268,16.764]}}, +{"f":"mogwai-v0.6.5-keyed","b":"04_select1k","v":{"total":[4.092,4.036,4.014,4.456,4.334,3.529,3.741,4.033,2.951,3.79,4.764,4.759,4.067,4.214,4.11,3.321,5.085,4.348,4.667,3.529,3.918,3.486,4.116,4.518,4.088],"script":[1.069,0.986,1.105,0.99,1.298,1.265,0.642,1.473,0.956,1.267,0.656,0.992,1.051,1.086,0.848,0.558,0.606,1.142,1.367,0.922,0.896,0.904,0.982,1.13,0.644],"paint":[2.194,2.083,1.637,2.048,2.003,1.359,2.278,1.981,1.107,2.371,3.003,2.968,2.109,0.891,1.656,1.676,2.986,2.139,1.786,1.761,1.705,1.503,2.987,2.175,3.295]}}, +{"f":"mogwai-v0.6.5-keyed","b":"05_swap1k","v":{"total":[22.326,22.363,23.19,22.205,22.323,21.874,22.66,23.683,23.572,22.901,22.042,23.337,21.839,22.379,22.081],"script":[1.65,1.026,1.718,1.422,1.677,1.593,1.89,1.045,1.785,1.54,1.812,1.204,1.337,1.749,1.539],"paint":[19.025,19.038,18.049,18.78,18.556,19.212,18.492,20.657,20.513,19.519,18.666,20.371,18.578,19.239,18.928]}}, +{"f":"mogwai-v0.6.5-keyed","b":"06_remove-one-1k","v":{"total":[18.051,17.912,17.456,17.556,17.815,18.073,17.99,18.938,17.792,17.721,17.804,17.164,17.662,18.184,17.253],"script":[0.909,0.682,0.765,0.66,0.669,1.055,0.812,1.095,0.717,0.703,0.664,0.659,1.059,0.668,0.661],"paint":[15.957,15.954,15.729,16.112,16.094,15.607,16.273,16.381,15.88,15.29,15.829,15.496,15.202,16.009,15.474]}}, +{"f":"mogwai-v0.6.5-keyed","b":"07_create10k","v":{"total":[679.128,668.997,665.33,670.712,670.343,656.608,671.996,664.953,666.197,662.474,667.762,677.471,670.463,671.184,669.756],"script":[280.638,278.243,275.941,279.04,281.754,272.246,278.477,280.381,279.523,275.344,276.821,280.652,281.204,282.731,281.382],"paint":[391.079,383.095,381.274,383.81,381.172,376.759,386.057,377.161,379.353,379.465,383.253,389.235,381.325,380.74,379.711]}}, +{"f":"mogwai-v0.6.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[80.556,79.223,80.594,80.529,81.227,79.015,79.167,79.705,81.898,78.406,80.837,80.52,80.467,79.884,81.544],"script":[35.603,35.724,36.054,35.943,35.807,35.241,35.249,35.146,35.755,35.257,35.648,36.186,35.39,35.779,36.01],"paint":[43.992,42.53,43.551,43.587,44.413,42.801,42.972,43.61,45.14,41.896,44.225,43.386,44.059,42.858,44.325]}}, +{"f":"mogwai-v0.6.5-keyed","b":"09_clear1k_x8","v":{"total":[19.968,21.855,20.735,20.153,19.507,19.338,21.677,19.821,19.601,19.433,19.916,19.306,20.566,19.634,20.589],"script":[17.498,19.893,18.447,17.615,17.251,16.86,19.544,17.768,17.609,16.641,17.865,17.11,18.077,17.934,18.322],"paint":[2.365,1.578,1.155,2.396,1.009,1.136,2.018,1.588,1.154,2.549,1.907,1.827,2.375,1.24,1.917]}}, +{"f":"mogwai-v0.6.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.726149559020996]}}, +{"f":"mogwai-v0.6.5-keyed","b":"22_run-memory","v":{"DEFAULT":[9.669027328491211]}}, +{"f":"mogwai-v0.6.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.720995903015137]}}, +{"f":"mogwai-v0.6.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[10.278796195983887]}}, +{"f":"mogwai-v0.6.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[72.69038486480713]}}, +{"f":"mogwai-v0.6.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[1953.7599999999998]}}, +{"f":"mogwai-v0.6.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[38.656]}}, +{"f":"mogwai-v0.6.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[153.06800000000018]}}, {"f":"mogwai-v0.6.5-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[370.78125]}}, {"f":"mogwai-v0.6.5-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[232.2216796875]}}, {"f":"mogwai-v0.6.5-keyed","b":"42_size-compressed","v":{"DEFAULT":[66.2548828125]}}, -{"f":"mogwai-v0.6.5-keyed","b":"43_first-paint","v":{"DEFAULT":[405.9]}}, -{"f":"mogwai-v0.6.5-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[405.9]}}, -{"f":"openui5-v1.120.0-keyed","b":"01_run1k","v":{"total":[42.749,42.477,42.557,50.115,43.257,43.732,44.681,44.756,43.611,44.083,45.424,43.577,44.027,50.858,45.95],"script":[7.369,7.425,7.386,7.367,7.759,8.207,7.888,8.12,7.414,7.718,8.151,7.986,7.73,7.519,7.583],"paint":[35.225,34.521,34.854,35.912,35.344,35.356,35.676,35.82,35.63,35.236,36.79,35.432,35.949,36.459,36.994]}}, -{"f":"openui5-v1.120.0-keyed","b":"02_replace1k","v":{"total":[45.898,45.679,45.77,47.599,49.05,47.824,45.321,48.229,46.392,47.07,48.153,47.185,48.058,47.144,48.226],"script":[23.182,23.068,23.194,23.76,24.27,23.717,22.881,24.623,23.285,23.442,23.994,23.943,24.357,23.698,24.357],"paint":[32.722,32.467,32.479,33.861,35.061,33.975,32.179,34.201,33.256,33.549,34.133,33.42,33.753,33.622,34.197]}}, -{"f":"openui5-v1.120.0-keyed","b":"03_update10th1k_x16","v":{"total":[51.072,53.967,54.56,53.042,50.601,49.506,54.476,56.104,53.476,55.471,53.846,53.206,54.036,53.706,54.019],"script":[30.98,34.152,35.048,34.222,31.641,31.406,35.35,36.263,34.4,35.838,34.66,34.094,34.267,34.066,34.487],"paint":[19.13,18.833,19.238,17.725,18.372,17.269,16.816,18.432,17.459,17.571,18.054,17.853,18.672,17.848,18.801]}}, -{"f":"openui5-v1.120.0-keyed","b":"04_select1k","v":{"total":[36.382,39.088,37.452,37.786,37.375,38.031,37.725,38.588,37.593,36.733,38.677,35.875,39.403,36.97,36.772,36.789,36.7,37.432,37.216,38.213,38.377,36.898,36.846,37.571,36.329],"script":[30.85,30.922,30.321,31.615,30.75,31.757,31.252,32.168,30.963,30.052,31.271,28.971,32.052,30.162,30.488,30.484,30.9,30.675,31.054,31.867,32.138,29.53,30.815,30.606,30.514],"paint":[4.644,5.546,3.623,3.903,4.676,4.475,4.196,3.058,4.111,4.761,3.887,4.042,5.179,3.644,4.981,4.585,4.028,4.526,4.203,4.22,4.493,4.614,4.539,4.652,4.081]}}, -{"f":"openui5-v1.120.0-keyed","b":"05_swap1k","v":{"total":[194.005,191.473,195.527,187.09,193.258,193.865,193.106,195.565,188.278,194.229,192.304,197.054,191.821,192.242,185.914],"script":[50.07,47.482,47.539,46.139,50.505,51.116,50.859,52.471,45.49,49.759,50.249,53.869,47.505,50.272,47.079],"paint":[142.772,143.419,146.666,139.868,141.108,141.775,140.349,142.756,141.006,143.474,141.545,141.934,142.864,140.127,138.212]}}, -{"f":"openui5-v1.120.0-keyed","b":"06_remove-one-1k","v":{"total":[99.634,94.063,96.056,96.303,95.104,99.995,96.228,93.861,97.199,97.498,93.779,97.778,96.526,99.592,96.655],"script":[24.988,22.766,23.65,24.854,24.118,27.762,25.046,23.8,25.614,24.802,22.614,25.57,23.738,26.745,25.136],"paint":[72.748,69.218,70.852,69.311,69.569,69.925,69.205,68.727,70.112,70.646,69.116,70.406,70.851,71.065,69.848]}}, -{"f":"openui5-v1.120.0-keyed","b":"07_create10k","v":{"total":[451.848,449.878,450.08,469.309,444.004,447.546,447.512,453.61,450.164,443.567,454.491,458.517,453.86,450.447,453.852],"script":[82.803,81.088,83.438,84.842,79.805,81.892,80.855,85.119,82.271,81.795,83.103,83.55,83.256,82.711,84.65],"paint":[365.37,365.279,363.067,380.885,360.688,362.007,363.13,364.882,364.244,358.176,367.822,371.401,367.05,364.124,365.532]}}, -{"f":"openui5-v1.120.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.264,53.693,54.326,53.71,55.997,55.141,57.835,53.761,53.52,53.051,54.148,53.416,52.523,54.035,54.215],"script":[15.708,15.788,15.754,15.586,16.008,16.178,17.027,15.87,15.781,15.603,15.645,15.668,15.59,16.161,16.202],"paint":[38.094,37.57,38.176,37.665,39.476,38.619,40.296,37.424,37.446,36.966,37.98,37.272,36.627,37.572,37.491]}}, -{"f":"openui5-v1.120.0-keyed","b":"09_clear1k_x8","v":{"total":[27.537,25.436,26.765,25.346,25.462,27.204,26.253,27.323,26.796,27.215,27.506,26.533,27.433,25.85,26.119],"script":[21.851,21.242,22.362,21.51,21.222,22.31,22.047,22.314,21.687,21.604,22.02,21.85,23.263,21.198,22.353],"paint":[5.42,3.621,2.608,2.791,2.803,2.994,3.452,4.071,3.333,4.302,3.78,3.549,3.465,2.901,3.154]}}, -{"f":"openui5-v1.120.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[3.4001283645629883]}}, -{"f":"openui5-v1.120.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.0253448486328125]}}, -{"f":"openui5-v1.120.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.152544021606445]}}, -{"f":"openui5-v1.120.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.8850603103637695]}}, -{"f":"openui5-v1.120.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.815038681030273]}}, -{"f":"openui5-v1.120.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.7955]}}, -{"f":"openui5-v1.120.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[145.06400000000005]}}, -{"f":"openui5-v1.120.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[400.6519999999999]}}, -{"f":"openui5-v1.120.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[1028.6669921875]}}, +{"f":"mogwai-v0.6.5-keyed","b":"43_first-paint","v":{"DEFAULT":[380.3]}}, +{"f":"openui5-v1.120.0-keyed","b":"01_run1k","v":{"total":[44.759,45.858,44.588,42.856,44.601,43.789,44.324,43.381,44,50.292,45.325,44.35,44.217,43.546,44.619],"script":[8.196,8.131,8.525,7.733,8.162,8.22,8.038,8.058,8.025,8.449,8.321,8.245,8.14,8.271,7.754],"paint":[36.379,37.547,35.869,34.75,35.509,35.375,36.142,35.122,35.246,35.068,36.842,35.924,35.095,35.118,36.572]}}, +{"f":"openui5-v1.120.0-keyed","b":"02_replace1k","v":{"total":[52.968,52.46,52.541,51.836,51.907,52.497,53.254,52.474,52.29,52.86,52.914,52.002,52.253,51.813,52.943],"script":[24.581,24.141,24.348,24.803,24.659,24.384,24.797,24.365,24.685,25.329,24.723,24.767,24.482,24.637,24.686],"paint":[38.1,37.874,37.812,36.923,36.972,38.001,38.296,37.742,37.33,37.614,37.957,37.299,37.281,36.881,38.074]}}, +{"f":"openui5-v1.120.0-keyed","b":"03_update10th1k_x16","v":{"total":[55.511,53.578,55.355,53.061,52.345,50.774,52.405,51.847,53.269,55.552,55.138,52.567,52.078,55.337,52.449],"script":[34.466,34.581,34.693,34.609,33.777,33.026,34.076,33.998,34.652,35.932,36.3,33.58,34.293,34.696,34.056],"paint":[19.384,18.713,19.068,16.912,16.951,17.468,18.054,16.992,16.839,18.22,17.926,18.16,17.002,19.049,17.54]}}, +{"f":"openui5-v1.120.0-keyed","b":"04_select1k","v":{"total":[40.465,41.686,40.338,39.605,41.323,41.068,40.273,41.388,41.89,42.062,41.309,40.474,41.233,42.852,41.559,39.475,41.262,41.576,40.727,40.063,41.075,40.72,42.24,42.21,40.59],"script":[34.458,35.111,33.943,34.046,35.655,34.877,34.355,34.561,35.225,34.352,34.093,34.544,32.958,36.38,34.255,33.914,34.195,34.848,34.802,33.525,33.578,34.191,35.272,35.432,33.792],"paint":[4.834,4.54,5.016,3.511,4.381,4.216,3.86,3.766,5.358,5.364,3.765,3.372,6.998,3.328,5.474,3.742,4.747,4.463,4.221,4.035,3.756,4.111,3.875,5.353,3.788]}}, +{"f":"openui5-v1.120.0-keyed","b":"05_swap1k","v":{"total":[206.571,204.809,207.177,203.925,202.878,214.759,207.54,203.549,205.53,208.558,207.567,202.897,208.3,201.891,206.957],"script":[52.001,50.372,53.457,52.073,50.237,51.997,51.506,50.722,51.548,53.55,52.734,49.458,53.963,49.799,51.379],"paint":[153.402,152.543,151.311,151.507,150.269,161.023,154.237,151.92,151.711,153.24,153.015,151.061,152.797,151.775,152.183]}}, +{"f":"openui5-v1.120.0-keyed","b":"06_remove-one-1k","v":{"total":[102.459,103.844,105.063,102.307,102.319,104.33,103.584,103.988,103.61,103.256,106.632,105.632,106.323,105.501,102.565],"script":[25.613,26.388,26.947,25.052,25.486,25.929,25.009,26.736,25.284,25.947,26.983,27.198,26.394,25.946,25.308],"paint":[74.674,75.086,76.165,74.545,75.401,76.326,76.276,74.625,76.229,74.815,77.702,75.879,77.8,77.882,75.999]}}, +{"f":"openui5-v1.120.0-keyed","b":"07_create10k","v":{"total":[456.452,459.222,451.903,466.989,451.841,455.702,452.687,459.17,453.832,452.765,448.58,450.637,456.068,453.567,459.031],"script":[88.925,90.308,90.953,90.532,91.049,90.416,89.479,90.358,89.905,90.087,88.921,90.37,90.697,89.875,90.491],"paint":[363.848,365.452,357.468,372.901,357.278,361.761,359.657,365.247,360.321,359.053,356.11,356.731,361.634,360.116,364.86]}}, +{"f":"openui5-v1.120.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.45,60.432,58.071,59.056,58.688,57.749,57.31,58.825,59.08,57.129,58.506,57.736,58.346,59.637,57.324],"script":[17.221,17.262,17.775,16.639,17.144,16.794,16.41,17.472,17.813,16.9,16.658,16.55,17.355,16.925,16.278],"paint":[39.907,42.723,39.991,41.96,41.184,40.48,40.597,41.038,40.938,39.93,41.339,40.729,40.696,42.383,40.724]}}, +{"f":"openui5-v1.120.0-keyed","b":"09_clear1k_x8","v":{"total":[26.003,27.782,27.211,26.19,27.587,25.603,27.671,27.069,26.452,26.071,26.264,25.719,25.336,27.222,26.304],"script":[21.589,22.363,22.047,21.112,23.102,21.414,21.362,22.572,22.485,21.406,21.376,21.246,21.744,22.314,22.024],"paint":[3.55,4.537,4.148,2.402,4.201,2.821,4.297,3.347,2.933,3.438,4.481,2.924,3.248,2.464,3.68]}}, +{"f":"openui5-v1.120.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[3.408435821533203]}}, +{"f":"openui5-v1.120.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.788459777832031]}}, +{"f":"openui5-v1.120.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.88132381439209]}}, +{"f":"openui5-v1.120.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.7828636169433594]}}, +{"f":"openui5-v1.120.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.67311954498291]}}, +{"f":"openui5-v1.120.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2565.333]}}, +{"f":"openui5-v1.120.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[145.64800000000022]}}, +{"f":"openui5-v1.120.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[409.696]}}, +{"f":"openui5-v1.120.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[1022.24609375]}}, {"f":"openui5-v1.120.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[885.857421875]}}, -{"f":"openui5-v1.120.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[211.6533203125]}}, -{"f":"openui5-v1.120.0-keyed","b":"43_first-paint","v":{"DEFAULT":[162.5]}}, -{"f":"openui5-v1.120.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[162.5]}}, -{"f":"owl-v2.2.6-keyed","b":"01_run1k","v":{"total":[51.263,47.23,48.417,48.43,45.942,51.298,47.284,48.866,51.715,46.996,42.258,45.455,47.708,45.655,46.862],"script":[6.614,5.758,6.647,6.45,6.391,6.66,6.437,6.626,6.632,6.657,6.459,6.532,6.408,6.459,6.559],"paint":[36.862,33.927,35.552,35.88,35.081,35.494,34.747,36.277,36.061,35.749,35.107,35.673,36.833,35.865,35.564]}}, -{"f":"owl-v2.2.6-keyed","b":"02_replace1k","v":{"total":[44.73,46.049,47.281,43.91,43.641,49.742,43.705,41.102,42.202,44.205,44.773,43.876,42.718,45.669,47.646],"script":[9.621,8.762,9.726,9.334,9.427,9.6,9.493,8.69,9.718,8.999,9.798,9.115,8.652,9.666,9.666],"paint":[32.885,32.533,32.794,34.142,32.437,32.404,32.9,32.271,32.328,34.703,32.8,34.605,32.77,35.655,32.877]}}, -{"f":"owl-v2.2.6-keyed","b":"03_update10th1k_x16","v":{"total":[26.215,25.869,25.362,26.965,26.4,24.329,26.185,25.228,25.186,24.374,26.535,28.228,25.961,27.184,25.937],"script":[10.251,8.94,8.911,9.904,8.832,8.964,9.38,8.33,9.426,8.886,10.134,10.702,9.178,8.397,10.051],"paint":[15.839,16.046,15.837,16.232,16.709,14.637,16.107,16.443,15.62,14.436,15.728,17.383,15.647,18.628,14.627]}}, -{"f":"owl-v2.2.6-keyed","b":"04_select1k","v":{"total":[11.301,10.305,12.246,10.278,11.503,10.008,12.251,13.322,11.085,10.636,11.149,10.706,11.816,10.653,11.601,10.855,10.533,10.966,11.815,11.127,11.774,9.983,10.133,10.93,12.716],"script":[8.175,7.972,7.375,7.402,8.979,7.588,8.624,9.214,8.67,8.139,7.873,8.086,8.571,8.553,8.627,7.369,8.247,7.934,7.821,6.9,8.011,7.47,7.042,7.225,9.519],"paint":[2.528,1.391,3.044,1.407,2.333,2.111,2.866,3.342,2.225,2.148,1.898,2.422,2.695,1.911,2.067,2.025,1.486,1.98,2.5,3.553,3.553,1.908,2.96,3.515,2.992]}}, -{"f":"owl-v2.2.6-keyed","b":"05_swap1k","v":{"total":[27.449,27.294,28.292,29.303,29.006,27.615,28.972,27.302,28.009,28.957,29.001,27.885,29.349,27.392,29.963],"script":[7.076,8.174,7.328,8.576,7.88,8.061,8.78,7.481,7.11,8.667,7.363,7.255,7.842,7.536,9.274],"paint":[20.127,18.339,19.986,19.843,21,19.436,20.069,18.849,19.797,19.221,21.516,20.512,20.099,19.464,19.828]}}, -{"f":"owl-v2.2.6-keyed","b":"06_remove-one-1k","v":{"total":[21.09,21.096,21.547,21.812,20.47,21.022,20.984,21.312,21.429,20.791,21.616,20.46,21.172,21.253,20.965],"script":[6.335,6.192,6.178,6.752,5.63,5.98,6.281,6.204,6.511,6.127,6.485,5.731,6.603,6.156,6.626],"paint":[14.318,14.55,15.107,14.704,14.4,14.902,14.288,14.621,14.639,14.526,14.766,14.59,14.415,14.247,14.194]}}, -{"f":"owl-v2.2.6-keyed","b":"07_create10k","v":{"total":[447.147,450.7,474.111,455.074,456.656,451.031,455.58,451.201,445.997,447.279,447.305,444.873,439.336,439.487,452.098],"script":[75.465,77.869,78.136,77.879,77.159,78.296,76.693,76.538,74.456,74.4,73.384,73.669,73.852,74.27,74.355],"paint":[368.155,369.308,392.374,373.679,375.914,369.308,375.433,371.171,368.062,369.432,370.471,367.783,361.855,361.398,374.275]}}, -{"f":"owl-v2.2.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.488,45.706,47.155,48.07,54.158,47.8,49.017,48.606,48.78,47.86,48.062,47.346,47.611,47.361,46.022],"script":[9.642,8.994,9.697,9.468,9.584,9.889,9.695,9.51,9.51,9.434,9.848,9.673,9.626,9.78,8.831],"paint":[37.535,36.428,37.161,38.306,38.508,37.599,39.019,38.796,38.976,38.121,37.351,37.349,37.679,37.25,36.902]}}, -{"f":"owl-v2.2.6-keyed","b":"09_clear1k_x8","v":{"total":[16.024,16.113,16.493,14.592,15.053,15.973,15.3,14.475,15.384,15.655,15.949,15.935,15.273,15.609,16.297],"script":[13.825,13.388,13.249,12.395,12.951,13.964,13.567,12.473,13.323,13.942,14.03,13.629,13.793,13.972,14.977],"paint":[2.14,1.738,3.173,2.147,2.051,1.947,1.671,1.942,1.112,1.656,1.859,1.551,1.423,1.584,1.257]}}, -{"f":"owl-v2.2.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7963647842407227]}}, -{"f":"owl-v2.2.6-keyed","b":"22_run-memory","v":{"DEFAULT":[3.5721569061279297]}}, -{"f":"owl-v2.2.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.5441770553588867]}}, -{"f":"owl-v2.2.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3646793365478516]}}, -{"f":"owl-v2.2.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.052927017211914]}}, -{"f":"owl-v2.2.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2259.42]}}, -{"f":"owl-v2.2.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.876]}}, -{"f":"owl-v2.2.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.65200000000004]}}, +{"f":"openui5-v1.120.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[211.6611328125]}}, +{"f":"openui5-v1.120.0-keyed","b":"43_first-paint","v":{"DEFAULT":[134.5]}}, +{"f":"owl-v2.2.6-keyed","b":"01_run1k","v":{"total":[48.819,44.628,43.176,47.088,46.182,47.781,50.011,41.455,53.289,47.223,42.691,48.414,48.061,44.38,44.859],"script":[6.243,7.373,5.923,6.136,6.279,6.177,5.689,5.558,6.336,6.271,7.047,6.317,6.429,7.423,6.428],"paint":[36.305,35.843,34.056,34.713,35.172,36.857,35.21,35.62,37.74,35.179,35.153,37.534,35.613,36.765,35.17]}}, +{"f":"owl-v2.2.6-keyed","b":"02_replace1k","v":{"total":[49.543,53.867,51.091,49.047,50.74,50.14,48.105,51.818,47.547,48.696,50.844,54.945,49.506,48.671,47.626],"script":[11.2,10.85,10.716,10.531,11.114,11.231,10.459,10.744,10.667,10.409,10.466,10.892,11.502,10.979,9.952],"paint":[38.163,37.094,38.079,38.344,37.323,37.395,37.485,38.674,36.716,38.132,38.806,39.127,37.834,37.537,37.125]}}, +{"f":"owl-v2.2.6-keyed","b":"03_update10th1k_x16","v":{"total":[27.381,28.538,26.703,26.962,27.635,28.33,29.955,26.454,28.046,28.36,30.082,27.142,28.225,27.765,26.182],"script":[10.585,11.114,9.973,10.363,9.971,11.685,11.634,10.718,10.191,11.265,11.664,10.513,11.435,11.432,10.32],"paint":[15.739,17.278,15.361,15.762,17.523,16.498,17.35,14.737,17.717,16.971,17.329,16.317,16.656,15.163,15.727]}}, +{"f":"owl-v2.2.6-keyed","b":"04_select1k","v":{"total":[11.986,12.39,13.769,13.463,11.421,12.088,11.796,13.371,11.645,14.662,12.564,11.14,15.31,11.68,12.001,14.443,11.108,11.133,13.196,11.817,11.81,11.829,13.091,11.354,14.526],"script":[8.861,9.761,9.037,10.419,8.471,7.576,8.993,10.761,8.575,11.293,8.676,7.607,11.503,7.886,9.261,11.046,8.145,8.273,10.609,8.619,8.844,8.865,8.652,8.314,10.403],"paint":[2.203,1.779,3.628,1.482,2.04,2.374,2.316,1.743,1.885,3.03,2.585,2.285,2.49,3.158,2.523,2.017,0.969,1.946,1.875,2.544,1.939,1.997,2.887,2.851,2.659]}}, +{"f":"owl-v2.2.6-keyed","b":"05_swap1k","v":{"total":[29.39,27.647,29.844,26.978,31.37,27.416,27.823,29.731,27.243,27.109,28.338,27.328,27.053,27.784,31.394],"script":[10.436,7.575,10.735,7.808,11.089,7.027,7.523,10.353,8.443,7.978,9.044,7.085,8.151,7.515,10.046],"paint":[18.042,19.947,18.981,16.698,19.336,18.782,19.58,18.631,18.303,19.01,19.165,18.753,18.758,20.147,20.307]}}, +{"f":"owl-v2.2.6-keyed","b":"06_remove-one-1k","v":{"total":[22.024,22.682,22.541,22.72,22.12,22.628,21.431,22.017,21.534,22.137,22.158,22.571,21.986,21.964,21.666],"script":[7.353,7.809,7.452,7.09,7.397,7.411,7.141,6.999,7.024,7.283,7.003,7.592,7.286,7.059,7.211],"paint":[14.202,14.68,14.579,15.456,13.964,14.66,14.128,14.512,14.332,14.514,14.382,14.574,14.534,14.262,14.206]}}, +{"f":"owl-v2.2.6-keyed","b":"07_create10k","v":{"total":[440.261,438.786,436.03,441.685,449.731,445.42,442.502,442.771,445.106,449.461,442.104,442.334,446.577,453.009,442.369],"script":[76.614,75.059,81.384,76.431,84.868,76.075,75.396,74.846,74.345,74.534,74.509,75.506,76.233,83.213,75.882],"paint":[360.026,360.212,351.083,361.679,361.423,365.781,363.529,364.443,367.343,371.349,364.033,363.284,366.772,366.231,362.875]}}, +{"f":"owl-v2.2.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.629,54.33,53.436,54.288,54.304,52.22,54.846,54.441,54.535,55.554,54.71,54.413,52.466,54.097,53.517],"script":[11.06,11.111,10.806,10.793,11.136,10.783,11.661,10.636,11.89,12.096,11.661,11.366,11.015,11.303,10.853],"paint":[41.787,42.893,42.312,43.167,42.267,41.134,42.857,43.447,42.344,43.164,42.739,42.711,41.154,42.471,41.927]}}, +{"f":"owl-v2.2.6-keyed","b":"09_clear1k_x8","v":{"total":[14.399,15.586,14.755,15.269,15.016,15.16,15.388,16.825,15.154,14.455,15.001,15.07,15.221,14.271,14.642],"script":[12.891,13.554,11.604,13.403,13.669,13.351,12.772,14.214,13.359,12.854,13.093,13.661,12.598,12.157,12.576],"paint":[1.443,1.628,2.293,1.801,1.289,1.736,2.381,1.335,1.734,1.537,1.843,1.334,2.549,1.4,1.785]}}, +{"f":"owl-v2.2.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8339290618896484]}}, +{"f":"owl-v2.2.6-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3329811096191406]}}, +{"f":"owl-v2.2.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.323089599609375]}}, +{"f":"owl-v2.2.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3216419219970703]}}, +{"f":"owl-v2.2.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.953933715820312]}}, +{"f":"owl-v2.2.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2184.2349999999997]}}, +{"f":"owl-v2.2.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.644]}}, +{"f":"owl-v2.2.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[163.67199999999997]}}, {"f":"owl-v2.2.6-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[216.978515625]}}, {"f":"owl-v2.2.6-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[78.703125]}}, {"f":"owl-v2.2.6-keyed","b":"42_size-compressed","v":{"DEFAULT":[22.3466796875]}}, -{"f":"owl-v2.2.6-keyed","b":"43_first-paint","v":{"DEFAULT":[138.8]}}, -{"f":"owl-v2.2.6-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[138.8]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"01_run1k","v":{"total":[77.958,75.527,75.901,75.561,78.569,74.928,78.715,76.23,77.652,76.105,77.35,74.559,74.648,75.564,76.801],"script":[39.048,37.255,37.668,37.728,39.478,37.454,38.841,38.391,38.856,38.692,37.848,36.718,36.452,37.3,38.83],"paint":[38.361,37.45,37.557,37.29,38.385,36.925,39.253,37.34,38.241,36.896,38.787,37.329,37.635,37.73,37.452]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"02_replace1k","v":{"total":[79.569,79.418,78.194,80.287,77.036,78.228,78.442,77.201,77.085,78.648,77.991,77.887,81.145,76.392,77.248],"script":[41.695,43.251,42.049,41.66,40.987,43.058,43.385,41.887,41.71,43.595,42.023,42.445,42.096,41.993,42.099],"paint":[37.344,35.38,35.6,38.121,35.53,34.661,34.437,34.83,34.869,34.48,35.443,34.677,38.495,33.826,34.647]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"03_update10th1k_x16","v":{"total":[24.193,20.941,21.714,21.938,23.133,21.342,21.949,21.116,21.42,21.129,23.233,21.157,21.641,21.397,23.152],"script":[3.5,2.56,3.304,3.226,2.778,3.137,3.655,3.364,2.738,3.134,3.755,3.156,3.5,2.987,3.087],"paint":[18.963,17.07,16.826,16.545,17.328,16.168,16.926,16.377,16.861,15.964,17.907,15.882,16.606,16.222,17.317]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"04_select1k","v":{"total":[16.818,19.543,18.373,17.969,18.987,14.007,19.075,14.866,18.843,19.583,18.186,17.739,19.407,17.236,20.156,19.445,17.017,19.539,19.145,19.907,18.828,19.093,20.094,16.216,20.168],"script":[13.507,16.163,14.972,15.233,15.79,11.486,15.682,12.091,15.197,15.576,14.771,14.863,15.419,14.183,16.047,16.244,13.866,16.233,15.945,15.962,15.478,15.688,16.681,13.89,16.239],"paint":[2.055,3.175,1.527,2.154,2.552,2.399,2.789,1.748,3.105,3.342,2.258,2.002,3.414,2.076,2.498,1.972,2.024,3.099,2.359,2.41,3.144,3.216,2.138,2.201,2.539]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"05_swap1k","v":{"total":[83.174,86.085,86.312,83.949,88.43,82.301,81.667,79.612,102.044,86.559,85.107,89.301,81.043,78.434,94.539],"script":[56.46,60.94,62.671,60.035,63.815,57.847,57.753,55.912,72.045,62.541,61.533,64.782,56.56,55.127,65.117],"paint":[24.446,22.892,21.548,22.544,22.56,22.13,21.519,21.781,27.536,22.327,21.4,20.922,22.297,21.955,26.882]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"06_remove-one-1k","v":{"total":[119.424,127.987,125.213,117.867,125.314,124.858,126.786,124.136,118.277,123.255,123.048,123.683,127.171,120.369,121.605],"script":[46.913,51.683,52.12,43.836,50.59,50.581,51.642,48.843,46.653,46.499,50.041,49.325,51.219,47.092,48.704],"paint":[70.616,74.307,71.784,72.419,72.439,72.202,73.273,73.652,70.121,74.999,71.196,73.389,74.276,72.04,71.493]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"07_create10k","v":{"total":[850.891,842.723,844.354,839.055,810.952,825.391,825.651,852.797,842.897,831.584,844.214,840.546,856.692,832.536,832.646],"script":[400.716,414.623,416.579,404.858,398.37,390.727,394.649,413.488,415.142,401.837,408.196,413.39,413.85,413.439,402.779],"paint":[441.565,420.464,419.878,426.555,404.889,427.04,422.31,430.584,420.137,422.118,428.395,419.435,435.026,411.215,422.111]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[97.004,91.018,97.225,91.529,98.655,90.88,91.955,93.499,98.726,93.378,94.527,93.07,96.104,95.649,96.051],"script":[54.589,47.856,54.18,49.381,53.24,48.697,49.751,51.892,54.474,51.721,51.953,50.79,53.403,52.382,53.823],"paint":[41.061,42.213,41.926,41.07,44.344,41.275,41.134,40.545,42.903,40.651,41.437,40.939,41.672,42.162,41.187]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"09_clear1k_x8","v":{"total":[26.421,29.386,29.196,30.034,27.214,27.575,30.053,27.411,30.387,30.167,28.629,29.334,27.971,27.633,28.196],"script":[24.735,27.554,26.982,27.44,25.268,25.691,27.668,25.582,28.265,27.744,26.29,26.667,25.826,26.167,25.983],"paint":[1.236,1.694,2.107,2.464,1.345,1.783,2.283,1.734,2.008,2.121,1.695,2.091,1.537,1.371,1.525]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5459718704223633]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"22_run-memory","v":{"DEFAULT":[7.000400543212891]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.115054130554199]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4342050552368164]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[59.337379455566406]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.4049999999997]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.44]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.16]}}, +{"f":"owl-v2.2.6-keyed","b":"43_first-paint","v":{"DEFAULT":[126.5]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"01_run1k","v":{"total":[77.779,75.225,74.374,74.347,74.71,74.483,72.742,75.145,73.273,73.71,73.912,75.216,75.085,75.499,74.674],"script":[37.702,37.329,37.365,36.996,37.245,37.326,36.687,37.043,36.787,37.35,36.334,37.473,37.939,38.198,37.301],"paint":[39.354,37.306,36.326,36.815,36.736,36.655,35.556,37.307,35.883,35.863,37.012,37.21,36.607,36.766,36.652]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"02_replace1k","v":{"total":[87.457,86.533,87.002,86.12,87.179,86.659,88.262,86.651,87.326,86.954,86.075,87.902,85.765,85.684,87.954],"script":[44.764,43.746,44.45,44.419,43.822,44.161,43.824,43.533,44.5,44.197,44.159,44.209,43.314,44.311,45.312],"paint":[41.935,42.034,41.991,41.145,42.801,41.969,43.685,42.514,42.293,42.234,41.369,43.006,41.877,40.819,41.895]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"03_update10th1k_x16","v":{"total":[23.469,20.876,21.532,21.258,22.901,20.56,21.254,22.563,21.28,21.581,21.187,22.994,21.701,22.449,21.375],"script":[3.782,3.199,3.652,2.833,2.91,3.238,2.997,3.569,3.279,3.411,2.893,2.942,3.623,3.39,3.802],"paint":[18.342,16.596,16.467,16.347,17.666,15.43,16.64,17.198,16.435,16.799,16.851,18.056,16.084,16.918,16.387]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"04_select1k","v":{"total":[18.464,16.766,19.186,18.746,18.003,18.665,19.554,17.746,17.278,19.001,16.859,17.747,19.078,18.352,18.083,16.986,17.239,17.355,17.012,17.072,17.142,16.593,17.252,17.65,18.568],"script":[15.582,13.86,15.29,14.714,14.656,15.971,15.033,14.335,14.508,15.315,13.762,14.067,15.055,14.961,14.378,13.876,14.339,14.656,13.853,14.288,14.318,12.667,13.874,14.281,15.189],"paint":[1.441,1.965,3.024,3.7,2.411,1.814,3.585,2.533,2.083,2.77,1.712,2.643,3.185,2.607,2.987,2.866,1.759,1.905,2.953,1.783,1.867,3.026,2.567,2.615,2.33]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"05_swap1k","v":{"total":[84.311,85.512,83.476,82.913,84.647,85.669,84.278,85.592,82.823,86.595,87.293,83.091,84.341,84.298,87.11],"script":[60.083,61.636,60.675,59.033,60.781,60.922,60.394,61.779,59.59,62.138,63.4,60.428,60.302,59.751,62.972],"paint":[21.448,21.703,20.599,22.731,21.677,21.936,22.037,21.703,21.009,22.575,22.376,20.764,21.532,22.698,21.712]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"06_remove-one-1k","v":{"total":[127.899,130.04,129.839,128.813,128.954,129.762,130.536,130.451,130.12,131.535,127.184,129.889,128.381,133.301,127.583],"script":[47.426,47.624,47.481,48.922,47.802,47.124,49.425,49.059,48.477,48.548,46.623,48.591,48.321,50.815,46.423],"paint":[79.121,80.536,80.687,78.179,79.254,80.833,79.428,80.052,79.602,80.876,78.763,79.881,78.131,80.815,79.773]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"07_create10k","v":{"total":[823.294,817.262,811.196,819.102,831.693,839.026,812.494,818.019,818.808,827.152,814.705,816.82,820.057,842.904,825.334],"script":[396.141,395.554,400.952,402.297,404.2,405.874,402.999,399.71,406.918,407.005,400.511,400.609,403.128,410.497,403.511],"paint":[419.441,413.903,402.554,409.165,419.715,425.507,401.637,410.703,403.379,412.161,406.663,408.703,409.367,424.548,413.972]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[99.561,100.518,98.41,98.565,100.713,100.1,100.714,98.103,99.158,98.041,98.298,98.055,102.032,99.281,97.798],"script":[49.961,50.626,50.36,49.412,50.703,50.615,51.848,48.456,50.137,48.89,49.646,49.72,52.306,49.423,49.409],"paint":[48.294,48.812,46.77,48.054,48.749,48.301,47.562,48.619,47.879,47.659,47.752,47.098,48.751,48.911,47.146]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"09_clear1k_x8","v":{"total":[28.723,29.45,28.48,30.257,29.043,29.288,27.29,29.173,28.652,27.813,29.198,29.346,29.173,27.823,28.222],"script":[26.152,26.988,25.707,28.042,26.297,27.456,25.63,26.507,26.585,25.926,26.722,26.61,25.68,25.319,25.679],"paint":[2.308,2.338,2.603,1.253,2.622,1.693,0.845,2.536,1.924,1.762,1.64,2.619,1.873,2.35,1.436]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5468454360961914]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"22_run-memory","v":{"DEFAULT":[6.789344787597656]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.83919620513916]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3361730575561523]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[57.42958068847656]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.3000000000002]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.607999999999997]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.748]}}, {"f":"petite-vue-v0.4.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[157.900390625]}}, {"f":"petite-vue-v0.4.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.6240234375]}}, {"f":"petite-vue-v0.4.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[7.2314453125]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"43_first-paint","v":{"DEFAULT":[67.8]}}, -{"f":"petite-vue-v0.4.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[67.8]}}, -{"f":"plaited-v5.3.0-keyed","b":"01_run1k","v":{"total":[44.109,47.244,44.121,45.912,45.443,43.833,43.675,44.232,44.218,46.966,45.138,43.981,44.533,44.542,45.776],"script":[7.942,7.794,7.657,7.37,7.361,7.526,7.665,7.659,8.615,7.402,7.688,7.352,7.818,7.766,7.819],"paint":[35.692,38.772,36.012,38.018,37.362,35.844,35.588,36.038,35.171,38.823,36.876,35.902,36.205,36.281,37.498]}}, -{"f":"plaited-v5.3.0-keyed","b":"02_replace1k","v":{"total":[45.444,43.809,43.505,45.124,45.452,43.162,43.699,44.018,43.449,45.474,46.188,45.773,46.961,45.593,45.783],"script":[10.47,10.277,10.145,10.747,11.104,10.505,10.383,10.433,10.047,10.793,11.642,11.049,11.599,11.247,10.955],"paint":[34.446,33.055,32.931,33.861,33.902,32.208,32.893,33.146,32.948,34.202,33.863,34.181,34.671,33.635,34.333]}}, -{"f":"plaited-v5.3.0-keyed","b":"03_update10th1k_x16","v":{"total":[21.828,22.275,23.286,21.918,22.39,22.354,22.155,23.478,22.483,22.57,22.02,21.924,22.451,22.75,22.137],"script":[2.373,2.373,2.619,2.455,2.495,2.26,2.34,2.677,1.758,2.828,2.202,1.837,2.48,2.593,2.134],"paint":[17.296,17.565,19.123,17.293,18.226,18.522,18.451,18.994,19.134,18.383,18.218,19.38,18.287,18.686,18.561]}}, -{"f":"plaited-v5.3.0-keyed","b":"04_select1k","v":{"total":[5.138,4.655,4.329,3.764,3.435,3.717,3.11,3.57,2.915,4.711,4.788,3.455,5.139,3.468,4.027,3.669,3.746,3.998,4.631,4.327,3.853,5.442,3.764,3.364,3.762],"script":[1.2,1.332,1.397,1.145,1.188,0.602,0.706,1.227,0.962,0.255,0.265,1.449,1.755,0.939,0.953,0.686,1.684,1.263,1.268,1.412,1.227,0.95,0.25,1.594,1.093],"paint":[3.705,2.627,1.795,2.095,1.127,2.677,1.972,2.244,1.115,4.181,4.11,1.171,2.792,1.429,2.371,1.972,1.965,1.917,3.118,1.883,2.526,2.762,3.113,1.654,2.32]}}, -{"f":"plaited-v5.3.0-keyed","b":"05_swap1k","v":{"total":[22.564,23.075,23.683,22.775,22.132,22.89,23.25,21.598,23.466,22.113,22.379,23.378,22.126,22.593,22.884],"script":[1.787,1.852,1.492,1.843,1.337,2.168,1.967,1.544,1.897,1.315,1.789,1.581,1.272,1.445,1.585],"paint":[19.159,19.495,19.971,18.505,18.659,18.369,19.136,17.957,19.392,19.107,18.905,19.977,19.784,19.681,19.325]}}, -{"f":"plaited-v5.3.0-keyed","b":"06_remove-one-1k","v":{"total":[18.625,17.742,17,17.723,17.142,16.555,18.392,17.135,17.043,16.84,17.089,16.382,16.924,17.339,16.935],"script":[0.517,0.5,0.493,0.548,0.575,0.463,0.556,0.518,0.505,0.365,0.489,0.478,0.361,0.52,0.385],"paint":[17.094,15.765,15.758,16.216,15.486,15.071,16.351,15.862,15.504,15.315,15.91,15.198,15.383,16.035,15.858]}}, -{"f":"plaited-v5.3.0-keyed","b":"07_create10k","v":{"total":[465.138,464.708,458.422,470.779,466.884,468.691,468.366,464.141,469.96,467.71,466.996,469.543,466.074,463.272,470.169],"script":[88.099,88.921,88.35,91.194,91.118,91.759,92.736,88.429,93.093,93.03,89.853,92.238,91.405,91.243,92.31],"paint":[369.704,368.324,362.762,372.057,368.332,368.704,368.134,368.239,368.366,366.926,369.59,369.604,365.852,364.655,370.379]}}, -{"f":"plaited-v5.3.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.92,46.62,46.347,44.58,46.7,45.481,44.91,45.441,46.645,44.791,46.944,45.387,45.232,44.705,48.056],"script":[6.827,7.676,7.547,6.337,7.66,6.779,6.503,6.457,6.774,6.638,6.624,6.648,6.764,6.718,6.869],"paint":[37.175,38.003,37.885,37.403,38.105,37.82,37.524,38.071,39.052,37.347,39.051,37.914,37.67,37.175,40.27]}}, -{"f":"plaited-v5.3.0-keyed","b":"09_clear1k_x8","v":{"total":[15.704,15.353,15.351,14.86,16.524,16.091,15.089,15.713,15.584,15.429,15.519,15.692,15.62,16.041,15.137],"script":[13.498,13.074,13.178,13.391,13.829,13.788,12.776,13.249,13.216,13.188,13.431,13.743,13.646,14.132,12.985],"paint":[2.09,1.98,1.555,0.396,1.823,1.791,1.059,1.269,1.851,1.569,1.088,1.207,1.852,1.833,2.067]}}, -{"f":"plaited-v5.3.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5080652236938477]}}, -{"f":"plaited-v5.3.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.242671012878418]}}, -{"f":"plaited-v5.3.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.325132369995117]}}, -{"f":"plaited-v5.3.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0162639617919922]}}, -{"f":"plaited-v5.3.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.671740531921387]}}, -{"f":"plaited-v5.3.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3249999999998]}}, -{"f":"plaited-v5.3.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[6.627999999999998]}}, -{"f":"plaited-v5.3.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[126.13599999999995]}}, +{"f":"petite-vue-v0.4.1-keyed","b":"43_first-paint","v":{"DEFAULT":[68.7]}}, +{"f":"plaited-v5.3.0-keyed","b":"01_run1k","v":{"total":[44.626,43.806,45.077,43.913,43.925,43.14,43.308,44.515,44.922,43.757,44.24,45.154,44.088,43.043,44.125],"script":[7.395,7.697,7.588,7.444,7.315,7.274,7.591,7.214,7.529,7.552,7.461,7.588,7.497,7.17,7.626],"paint":[36.747,35.589,36.786,35.769,35.876,35.379,35.236,36.813,36.88,35.689,36.267,37.071,35.905,35.377,35.991]}}, +{"f":"plaited-v5.3.0-keyed","b":"02_replace1k","v":{"total":[48.947,48.158,48.974,49.198,50.392,50.039,49.597,49.508,49.018,49.724,47.517,49.064,48.157,48.409,47.759],"script":[11.646,10.987,11.793,11.348,11.769,11.226,10.837,11.436,11.142,11.722,10.743,11.589,11.118,11.479,10.55],"paint":[36.791,36.715,36.389,37.29,37.875,38.283,38.276,37.324,37.163,37.504,36.284,36.785,36.509,36.23,36.494]}}, +{"f":"plaited-v5.3.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.238,21.46,22.344,21.906,22.242,22.95,23.115,22.401,21.16,21.49,23.184,23.271,21.775,22.777,23.211],"script":[1.974,1.861,2.44,2.738,2.211,1.591,2.669,2.656,1.902,2.321,1.855,3.218,1.605,2.946,2.543],"paint":[18.504,18.439,17.989,17.773,18.186,17.974,18.488,17.953,17.681,17.613,18.338,18.722,18.46,17.848,18.973]}}, +{"f":"plaited-v5.3.0-keyed","b":"04_select1k","v":{"total":[3.627,3.293,3.562,4.642,4.183,3.826,4.369,4.158,4.093,3.442,3.063,3.652,3.825,4.208,4.121,3.679,4.269,2.715,3.855,3.68,3.865,3.735,4.138,3.824,3.892],"script":[0.863,1.041,1.243,1.293,1.847,0.933,1.5,0.265,1.338,1.056,0.863,1.045,0.921,0.823,0.735,0.267,0.694,0.255,1.34,0.951,1.048,0.91,1.255,1.071,0.601],"paint":[1.87,1.649,1.371,2.117,1.689,2.77,1.814,2.898,2.628,1.844,1.579,1.983,1.643,2.821,2.734,2.608,2.684,2.346,2.394,1.877,2.255,1.841,1.985,2.626,2.756]}}, +{"f":"plaited-v5.3.0-keyed","b":"05_swap1k","v":{"total":[22.647,22.634,22.207,22.231,21.91,22.031,23.224,22.418,22.729,22.028,21.39,22.238,22.633,23.648,24.817],"script":[2.027,2.097,1.938,1.417,1.434,2.022,1.786,1.607,2.05,1.531,1.418,1.662,1.799,1.924,2.101],"paint":[19.019,18.877,17.332,18.464,18.676,18.618,19.942,18.659,18.641,18.585,17.073,19.633,19.294,20.38,21.215]}}, +{"f":"plaited-v5.3.0-keyed","b":"06_remove-one-1k","v":{"total":[16.953,17.294,17.403,17.223,17.724,17.069,17.208,17.224,17.232,17.189,17.186,16.645,16.862,17.147,16.503],"script":[0.506,0.463,0.541,0.265,0.499,0.564,0.413,0.384,0.284,0.601,0.494,0.157,0.408,0.422,0.5],"paint":[15.955,15.544,15.868,16.2,15.837,15.137,15.792,16.043,15.77,15.802,15.491,15.758,15.681,15.607,15.286]}}, +{"f":"plaited-v5.3.0-keyed","b":"07_create10k","v":{"total":[457.591,463.032,456.287,461.052,479.724,464.648,454.664,460.458,457.161,465.542,458.081,457.273,458.139,455.171,456.954],"script":[91.449,92.199,88.277,88.437,89.005,89.933,91.249,92.387,92.171,90.963,88.898,90.473,90.659,88.382,91.887],"paint":[358.674,363.216,360.593,365.266,383.083,367.277,355.995,359.392,357.597,367.102,361.549,359.623,359.988,359.551,357.798]}}, +{"f":"plaited-v5.3.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.298,50.229,50.502,50.82,51.536,50.55,50.447,50.533,50.732,49.791,49.856,49.125,50.615,50.544,49.851],"script":[7.365,7.238,8.003,8.035,7.908,7.864,8.207,7.914,7.866,7.894,7.283,7.726,7.839,7.754,7.931],"paint":[41.003,42.069,41.539,41.538,42.674,41.499,41.059,41.342,41.954,40.972,41.341,40.478,41.923,41.549,40.987]}}, +{"f":"plaited-v5.3.0-keyed","b":"09_clear1k_x8","v":{"total":[15.126,14.554,16.064,15.395,15.227,14.412,15.591,14.933,14.66,15.328,14.958,14.628,15.157,15.284,14.297],"script":[12.657,13.039,13.22,12.608,12.546,12.768,13.241,13.478,12.711,13.012,12.196,12.28,12.834,12.571,12.723],"paint":[1.394,0.481,2.665,1.885,2.579,1.539,0.879,1.367,1.357,1.97,2.163,2.254,2.227,2.162,1.481]}}, +{"f":"plaited-v5.3.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5262556076049805]}}, +{"f":"plaited-v5.3.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.016132354736328]}}, +{"f":"plaited-v5.3.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.128293037414551]}}, +{"f":"plaited-v5.3.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9234418869018555]}}, +{"f":"plaited-v5.3.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[13.44477653503418]}}, +{"f":"plaited-v5.3.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.44]}}, +{"f":"plaited-v5.3.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.696]}}, +{"f":"plaited-v5.3.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.69999999999996]}}, {"f":"plaited-v5.3.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[151.564453125]}}, {"f":"plaited-v5.3.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[13.2890625]}}, {"f":"plaited-v5.3.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.1806640625]}}, -{"f":"plaited-v5.3.0-keyed","b":"43_first-paint","v":{"DEFAULT":[70.4]}}, -{"f":"plaited-v5.3.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[70.4]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"01_run1k","v":{"total":[47.811,44.721,44.639,45.15,44.59,43.681,45.469,45.655,44.32,44.633,44.21,44.301,44.737,44.685,47.236],"script":[11.331,8.7,8.881,9.103,8.838,8.632,9.081,9.558,9.141,8.686,8.834,8.697,8.707,9.064,8.857],"paint":[35.98,35.445,35.309,35.35,35.298,34.617,35.919,35.651,34.677,35.495,34.905,35.14,35.568,35.129,37.868]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"02_replace1k","v":{"total":[50.63,51.817,52.273,51.403,52.424,51.897,52.547,51.905,51.991,51.317,54.937,52.043,52.677,51.731,52.064],"script":[17.74,18.345,17.84,17.865,18.417,17.494,18.105,17.819,18.172,17.616,17.577,18.222,18.622,17.79,18.195],"paint":[32.462,33.015,33.654,33.06,33.558,33.654,33.941,33.66,33.316,33.244,36.683,33.378,33.596,33.489,33.429]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"03_update10th1k_x16","v":{"total":[23.036,24.302,24.697,23.263,23.36,23.584,23.405,23.033,23.956,22.76,22.759,22.75,22.874,23.344,22.838],"script":[6.234,5.71,6.037,4.914,5.299,5.731,6.133,5.723,6.163,5.574,5.148,6.215,5.96,5.973,5.858],"paint":[15.392,15.503,16.298,16.955,16.097,15.249,15.051,14.997,16.602,14.917,15.668,14.729,14.849,15.482,15.896]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"04_select1k","v":{"total":[7.785,7.203,5.79,7.127,6.009,6.99,6.72,6.639,7.436,7.06,5.884,5.88,6.552,6.131,6.287,5.785,6.461,7.534,6.332,5.835,5.509,5.909,6.543,5.528,5.994],"script":[3.787,3.852,2.365,3.688,2.812,3.236,3.257,3.721,3.982,3.313,3.298,3.089,3.331,2.856,3.728,3.183,2.897,3.687,3.196,3.164,2.855,3.033,3.243,2.905,3.458],"paint":[2.883,2.071,3.222,2.424,2.98,2.512,2.163,2.046,2.372,2.779,1.511,1.887,2.162,1.936,1.508,1.596,2.289,3.526,2.202,2.488,2.528,2.179,2.158,1.618,1.666]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"05_swap1k","v":{"total":[26.846,26.123,24.671,25.437,25.186,25.021,25.748,24.834,25.156,24.785,25.013,25.975,25.856,25.473,24.59],"script":[3.646,4.357,3.946,3.82,3.061,2.756,3.765,3.808,3.688,3.179,3.711,3.468,3.7,4.115,2.897],"paint":[21.454,19.505,18.346,20.642,20.345,20.084,20.222,18.559,19.52,19.628,19.595,20.265,19.703,19.998,18.742]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"06_remove-one-1k","v":{"total":[22.65,21.833,21.76,21.354,23.094,22.165,20.938,22.374,21.981,21.548,21.519,21.62,21.08,22.14,21.514],"script":[4.806,4.453,4.459,4.595,4.965,4.89,4.324,4.681,4.342,4.582,4.729,4.403,4.31,4.779,4.756],"paint":[16.429,16.604,16.049,15.458,16.852,16.405,15.84,16.239,16.855,16.134,16.018,15.769,15.998,16.29,15.302]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"07_create10k","v":{"total":[492,480.596,488.34,479.81,479.549,483.171,476.552,485.783,491.833,485.049,480.746,479.328,479.788,484.588,487.225],"script":[110.701,108.037,109.942,108.573,108.867,110.612,109.043,108.58,109.49,106.971,105.8,105.707,106.21,108.209,110.74],"paint":[373.621,364.732,370.413,363.502,362.91,364.86,359.837,369.515,374.548,370.315,366.738,365.754,366.059,368.268,368.782]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.528,49.932,49.834,51.558,50.467,50.99,51.645,50.449,51.786,51.037,52.105,51.011,51.805,50.748,51.554],"script":[12.789,11.294,11.886,12.423,11.715,11.925,12.392,11.863,12.5,11.98,12.921,11.724,12.24,11.646,12.848],"paint":[37.74,37.682,37.032,38.223,37.769,38.131,38.248,37.606,38.307,38.12,38.234,37.99,38.36,37.82,37.698]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"09_clear1k_x8","v":{"total":[20.061,19.454,20.134,19.152,17.988,20.082,19.434,18.629,18.099,20.271,18.17,19.166,19.529,17.505,19.233],"script":[17.892,17.084,17.395,17.246,16.367,17.909,17.021,16.792,15.836,17.247,16.235,16.967,17.781,15.811,17.115],"paint":[2.047,1.274,2.617,1.78,0.78,1.308,1.43,1.723,2.159,2.162,1.809,1.754,1.1,1.259,2.015]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5297479629516602]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"22_run-memory","v":{"DEFAULT":[4.275351524353027]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.34620475769043]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6964740753173828]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[37.33017826080322]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1875.9950000000001]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.271999999999997]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.10400000000004]}}, +{"f":"plaited-v5.3.0-keyed","b":"43_first-paint","v":{"DEFAULT":[68.1]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"01_run1k","v":{"total":[47.054,47.273,43.471,43.556,47.292,46.358,47.069,47.761,47.357,48.046,43.926,47.214,43.742,46.924,47.691],"script":[10.452,10.125,8.127,7.994,10.179,10.348,10.234,10.121,10.199,10.33,8.788,10.319,8.004,10.605,10.783],"paint":[36.149,36.445,34.93,34.898,36.65,35.303,36.093,36.936,36.71,37.255,34.67,36.171,35.305,35.587,36.209]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"02_replace1k","v":{"total":[58.91,59.569,58.449,58.85,60.377,59.73,59.279,59.506,58.631,58.476,60.14,57.67,58.591,60.134,59.008],"script":[20.097,19.815,19.708,19.603,20.855,19.8,19.938,20.091,19.59,19.834,20.446,19.686,19.72,20.231,19.713],"paint":[38.318,39.322,38.27,38.774,39.063,39.435,38.634,38.947,38.286,37.964,39.207,37.522,38.45,39.194,38.816]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"03_update10th1k_x16","v":{"total":[24.439,22.74,24.406,23.099,23.83,22.744,23.538,23.434,23.306,23.198,23.437,24.535,23.454,24.953,25.512],"script":[6.374,5.953,5.558,5.338,6.202,5.803,5.844,6.258,6.091,6.052,5.936,5.865,6.14,5.622,6.748],"paint":[16.171,14.167,17.55,15.108,15.869,14.005,16.586,15.701,14.822,14.502,15.862,16.868,14.355,17.145,17.029]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"04_select1k","v":{"total":[7.416,7.195,6.362,6.395,6.107,6.376,7.291,6.729,7.155,6.849,7.328,6.85,6.179,6.727,6.483,6.927,7.099,5.892,6.062,6.967,6.483,6.874,6.558,7.441,6.821],"script":[4.166,3.406,3.286,3.718,3.593,3.571,3.744,3.185,4.213,3.372,4.173,4.252,3.578,3.582,3.636,3.513,3.43,3.393,3.482,3.952,4.017,2.87,3.938,3.967,3.103],"paint":[2.242,3.121,1.257,1.62,1.964,1.587,2.923,2.931,1.774,3.286,1.943,1.472,1.576,1.192,1.948,2.76,2.431,2.297,1.63,2.172,2.257,3.807,1.603,2.609,2.828]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"05_swap1k","v":{"total":[26.205,25.826,26.502,25.124,24.87,24.508,27.121,25.395,24.479,25.291,23.999,25.022,26.359,25.123,25.491],"script":[3.696,4.214,3.214,3.696,3.244,4.142,4.29,3.489,3.547,4.104,3.557,3.429,3.244,3.974,4.028],"paint":[20.542,18.866,20.592,19.963,19.746,18.991,20.806,19.29,19.101,19.652,19.015,19.932,21.221,19.112,18.888]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"06_remove-one-1k","v":{"total":[22.71,22.258,21.553,22.574,22.284,22.139,22.066,21.169,21.859,22.408,22.197,21.042,21.992,21.568,22.088],"script":[4.858,4.805,4.827,4.303,4.78,4.483,4.416,4.351,4.439,4.276,4.457,4.484,4.67,4.608,4.495],"paint":[16.486,16.189,15.823,16.784,16.611,16.624,16.618,15.98,16.203,16.767,16.528,15.732,15.963,15.781,16.53]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"07_create10k","v":{"total":[486.293,484.159,486.415,470.476,475.352,485.663,486.286,488.707,481.881,484.717,481.662,483.866,484.792,471.183,483.499],"script":[111.321,109.581,110.037,107.421,107.516,111.002,110.605,110.438,111.29,111.73,110.304,110.552,109.182,105.81,109.895],"paint":[367.028,367.207,368.79,355.449,360.22,366.793,368.308,370.306,363.196,365.621,363.528,365.829,367.895,357.813,366.16]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.889,59.261,58.88,58.194,58.335,59.055,57.311,57.939,58.932,58.728,57.125,58.34,57.292,57.041,58.402],"script":[14.84,14.639,14.78,14.394,14.725,14.053,13.991,13.452,14.111,14.314,13.835,14.386,14.34,14.16,14.551],"paint":[43.827,43.658,43.125,42.849,42.357,43.975,42.09,43.638,43.624,43.521,42.275,42.955,41.948,41.942,42.758]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"09_clear1k_x8","v":{"total":[19.592,19.55,18.891,19.248,19.773,19.814,20.239,19.041,18.796,20.124,18.988,17.989,17.282,19.446,20.047],"script":[17.353,17.608,16.477,17.115,16.671,17.69,17.809,16.453,16.002,18.021,17.488,15.53,15.345,17.022,17.096],"paint":[1.896,1.733,1.701,2.012,2.23,1.219,1.271,2.042,1.94,0.846,0.461,2.371,1.829,1.556,2.833]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5191850662231445]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"22_run-memory","v":{"DEFAULT":[4.081935882568359]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.116214752197266]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7583503723144531]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.119028091430664]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1875.9500000000003]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.055999999999997]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.4919999999999]}}, {"f":"preact-classes-v10.13.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[154.73046875]}}, {"f":"preact-classes-v10.13.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.4560546875]}}, {"f":"preact-classes-v10.13.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.5791015625]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"43_first-paint","v":{"DEFAULT":[65]}}, -{"f":"preact-classes-v10.13.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[65]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"01_run1k","v":{"total":[46.078,44.618,45.227,46.865,47.143,44.797,43.667,44.916,45.507,44.771,45.847,46.514,45.731,46.036,45.493],"script":[9.637,9.036,9.813,9.809,9.903,8.8,8.945,8.821,9.732,9.282,9.182,9.774,9.845,9.81,8.738],"paint":[35.689,35.12,34.91,36.359,36.738,35.258,34.245,35.617,35.289,35.062,36.229,36.023,35.137,35.69,36.284]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"02_replace1k","v":{"total":[52.69,50.18,51.969,49.366,50.035,51.915,49.791,51.102,50.471,51.096,49.534,50.563,49.968,49.796,50.375],"script":[15.932,16.194,15.872,15.884,15.931,15.769,16.526,16.184,16.089,16.552,16.134,17.101,16.008,15.845,16.333],"paint":[36.24,33.511,35.536,33.032,33.339,35.46,32.829,34.46,33.957,33.833,32.959,33.023,33.472,33.267,33.598]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"03_update10th1k_x16","v":{"total":[31.032,31.19,31.666,31.789,31.334,32.233,31.882,33.361,32.511,31.181,31.953,32.689,32.079,31.433,32.638],"script":[13.097,13.538,14.332,14.094,13.849,14.047,13.734,14.585,14.39,13.76,14.39,14.202,13.878,13.502,13.854],"paint":[16.652,15.351,15.072,15.924,15.147,16.293,16.513,16.261,16.369,15.495,15.916,16.833,16.683,16.251,16.758]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"04_select1k","v":{"total":[15.925,16.86,15.765,16.297,15.71,16.366,16.504,15.5,16.137,14.997,15.353,15.783,15.455,15.576,16.352,14.578,14.813,15.459,15.861,17.7,16.391,15.414,16.53,17.008,16.166],"script":[11.529,12.87,12.392,12.444,11.762,12.4,12.706,12.307,12.121,11.761,11.909,12.31,11.916,11.57,12.76,11.852,11.414,12.055,11.581,13.166,13.035,12.746,12.151,12.262,12.515],"paint":[3.034,2.438,2.41,2.605,2.787,2.949,2.039,2.286,3.34,1.931,2.447,2.451,2.355,2.154,2.351,1.539,1.917,2.245,2.648,3.508,2.352,1.359,2.467,3.342,2.415]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"05_swap1k","v":{"total":[34.371,34.241,33.52,35.71,34.895,34.185,33.988,34.965,33.166,34.776,35.323,34.981,34.336,33.452,33.753],"script":[12.281,11.21,11.624,12.326,12.905,11.789,12.101,12.301,11.937,12.688,12.207,12.283,12.007,12.895,12.248],"paint":[20.297,21.559,19.738,21.469,19.821,20.262,19.914,21.185,19.333,19.302,21.282,20.647,19.905,19.444,19.712]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"06_remove-one-1k","v":{"total":[23.346,23.555,25.387,24.593,23.966,24.794,24.447,22.484,23.394,24.32,24.348,24.645,25.1,22.904,24.389],"script":[6.091,6.13,6.094,7.11,6.165,6.219,6.136,5.867,6.087,5.987,6.224,6.656,6.195,5.976,6.538],"paint":[16.376,16.193,17.31,16.248,16.469,17.694,16.963,15.867,16.174,17.38,17.283,16.472,17.546,15.759,16.063]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"07_create10k","v":{"total":[486.605,482.146,485.292,486.31,481.799,483.076,474.697,471.695,484.565,480.885,481.405,483.188,480.811,483.102,482.532],"script":[106.486,106.522,106.992,108.723,107.005,106.893,105.264,104.514,109.169,106.846,106.25,108.017,107.048,106.999,105.315],"paint":[372.055,368.06,370.774,369.345,366.928,368.503,361.708,359.628,367.639,365.826,366.838,366.648,366.292,368.211,369.344]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.088,49.703,51.604,51.238,50.382,50.448,50.19,50.814,50.378,50.204,50.286,51.609,52.575,50.879,50.692],"script":[11.865,11.393,11.875,11.373,11.62,11.529,11.955,11.615,11.752,11.193,11.873,11.44,11.841,11.727,11.592],"paint":[37.37,37.436,38.79,38.243,37.831,37.598,37.33,38.246,37.766,38.084,37.558,39.232,39.485,38.173,37.812]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"09_clear1k_x8","v":{"total":[17.746,20.626,17.329,20.967,19.538,20.192,20.493,20.082,17.466,20.837,17.395,19.027,17.966,19.731,20.085],"script":[15.827,17.966,15.844,18.436,17.138,18.052,18.416,17.397,14.909,18.977,15.596,17.625,16.05,17.152,17.993],"paint":[1.817,2.206,1.393,2.402,2.299,2.013,1.973,2.236,1.959,1.131,1.186,1.278,1.038,1.695,1.977]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5291366577148438]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.980889320373535]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.121655464172363]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6992988586425781]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.5417423248291]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.6200000000001]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.056]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.6]}}, +{"f":"preact-classes-v10.13.1-keyed","b":"43_first-paint","v":{"DEFAULT":[61.8]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"01_run1k","v":{"total":[45.167,47.799,45.032,44.242,46.627,44.379,46.24,44.451,47.87,43.496,45.06,44.406,43.634,47.252,44.197],"script":[9.014,8.514,9.761,9.006,8.645,9.196,10.051,9.124,11.129,8.498,10.168,8.899,8.333,8.743,8.724],"paint":[35.476,38.742,34.761,34.842,37.504,34.734,35.477,34.621,36.025,34.575,34.46,34.888,34.797,37.816,35.023]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"02_replace1k","v":{"total":[56.405,56.744,56.642,57.383,57.514,58.036,56.985,57.522,57.632,57.885,57.712,56.829,57.794,56.467,57.567],"script":[18.244,17.996,18.288,18.063,18.179,18.054,18.123,18.561,18.084,18.264,18.599,18.257,18.498,18.087,18.061],"paint":[37.704,38.246,37.834,38.87,38.867,39.251,38.358,38.501,39.076,38.985,38.613,38.089,38.754,37.912,39.044]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"03_update10th1k_x16","v":{"total":[36.098,36.112,35.429,35.635,37.326,34.9,37.658,36.045,37.018,36.399,35.614,35.34,36.109,36.065,36.55],"script":[17.772,17.902,17.946,17.215,18.783,17.964,18.317,17.65,18.709,17.975,18.042,17.008,17.646,18.553,18.077],"paint":[16.625,15.026,16.01,17.049,16.74,14.906,17.112,17.14,16.1,17.287,15.911,15.648,15.961,15.823,16.792]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"04_select1k","v":{"total":[20.56,20.455,20.133,18.999,19.289,20.051,19.36,20.142,20.052,20.845,21.128,19.222,21.041,21.15,20.332,19.36,21.259,22.175,20.545,19.848,21.572,20.893,20.629,19.552,20.825],"script":[17.112,17.54,16.069,15.758,15.783,16.033,16.006,15.822,15.71,16.33,16.718,14.584,16.577,16.758,16.267,16.083,17.238,17.354,15.979,16.192,17.5,16.209,16.375,16.258,17.502],"paint":[2.235,1.818,3.768,1.989,3.151,2.548,1.523,3.423,3.11,3.49,2.852,3.225,3.324,3.111,1.855,1.483,2.082,2.356,3.372,2.613,2.773,3.63,3.986,1.832,1.747]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"05_swap1k","v":{"total":[39.647,40.208,40.66,38.572,39.714,38.196,38.937,40.43,39.693,39.442,39.153,38.284,39.448,37.064,40],"script":[17.616,18.147,17.234,15.718,17.243,16.067,16.679,17.408,17.954,17.096,16.965,17.213,16.395,15.541,18.824],"paint":[20.224,20.136,21.237,20.904,21.362,20.645,19.428,20.599,20.078,20.739,20.295,19.627,19.314,19.216,19.574]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"06_remove-one-1k","v":{"total":[26.486,26.616,26.435,26.536,26.965,26.561,27.639,26.032,26.908,25.92,26.407,26.49,26.152,26.221,26.946],"script":[8.517,8.746,8.596,8.862,8.662,8.56,9.248,8.249,8.628,8.096,8.62,8.851,8.323,9.15,8.635],"paint":[16.095,16.676,16.673,16.485,17.236,16.632,16.99,16.906,16.954,16.41,16.88,16.477,16.522,16.242,16.959]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"07_create10k","v":{"total":[481.223,479.294,478.619,475.339,469.398,470.898,479.114,476.992,478.923,472.605,481.632,481.722,476.118,470.828,472.858],"script":[108.814,110.93,108.293,107.066,107.766,109.263,109.945,108.516,108.742,105.813,109.905,109.86,108.427,107.501,107.293],"paint":[364.92,360.888,362.376,360.567,353.974,353.82,361.571,360.716,362.484,358.701,363.66,364.248,360.163,355.515,358.192]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.782,59.553,59.665,60.33,57.976,59.123,59.914,57.998,60.415,59.191,61.066,59.086,60.678,60.736,60.267],"script":[15.236,15.002,14.891,15.899,15.517,15.429,15.143,15.016,15.127,15.353,15.771,15.203,15.416,15.781,15.035],"paint":[42.564,43.616,43.536,43.257,41.365,42.447,43.505,42.02,44.32,42.877,44.107,42.932,44.042,44.005,43.883]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"09_clear1k_x8","v":{"total":[20.423,19.157,19.514,19.012,19.826,18.87,17.771,18.69,20.868,19.891,17.658,18.498,18.947,20.165,19.786],"script":[17.792,16.617,17.387,17.206,17.534,17.425,16.209,16.759,18.43,17.76,15.466,16.038,17.329,17.524,17.522],"paint":[2.139,2.411,1.033,0.809,2.188,1.342,1.438,1.547,1.384,2.01,2.075,1.958,0.827,2.345,2.143]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5363445281982422]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.767338752746582]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.811356544494629]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7609682083129883]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.32572078704834]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.5300000000002]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.011999999999999]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.83999999999995]}}, {"f":"preact-hooks-v10.18.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[152.349609375]}}, {"f":"preact-hooks-v10.18.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[14.0751953125]}}, {"f":"preact-hooks-v10.18.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.4697265625]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"43_first-paint","v":{"DEFAULT":[59.7]}}, -{"f":"preact-hooks-v10.18.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[59.7]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"01_run1k","v":{"total":[46.436,49.29,46.858,51.191,48.471,49.339,47.663,47.67,48.811,49.915,51.168,47.559,47.634,46.797,47.748],"script":[10.822,12.744,10.931,12.939,11.228,10.848,11.632,11.163,12.655,11.215,11.727,11.144,11.88,11.592,11.068],"paint":[35.152,35.834,35.206,37.747,36.423,38.012,35.535,36.059,35.653,38.244,38.705,35.899,35.185,34.701,36.207]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"02_replace1k","v":{"total":[51.089,52.044,51.891,51.789,50.965,51.575,53.937,50.713,52.51,51.96,50.866,51.865,52.256,52.091,51.248],"script":[17.518,17.671,18.297,17.944,17.076,17.432,18.035,17.673,17.877,17.637,17.414,17.021,17.591,18.306,17.52],"paint":[33.093,33.65,33.117,33.346,33.14,33.325,35.225,32.589,34.053,33.532,32.642,34.328,33.902,33.355,33.269]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"03_update10th1k_x16","v":{"total":[19.401,17.905,18.398,19.356,18.362,18.236,18.882,17.839,19.236,18.614,18.939,18.358,17.316,18.817,18.617],"script":[1.809,0.994,1.37,1.447,0.937,1.165,0.927,1.223,1.682,0.984,0.592,1.093,1.022,0.967,1.193],"paint":[15.478,15.134,16.015,16.077,16.087,15.316,16.942,14.867,15.708,16.296,16.458,14.485,14.671,15.173,14.814]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"04_select1k","v":{"total":[17.983,17.279,18.104,18.453,18.056,17.888,18.741,16.77,18.946,17.599,17.469,17.758,17.031,18.373,15.797,17.499,17.073,17.559,16.851,16.576,18.715,17.596,17.861,16.763,17.475],"script":[14.075,13.598,14.939,14.601,14.083,14.461,14.557,13.651,14.304,13.279,13.623,14.223,14.016,14.163,12.586,14.071,13.265,14.272,13.602,13.592,14.455,14.238,13.665,12.727,14.267],"paint":[2.663,2.366,1.535,1.972,3.001,2.793,2.885,2.162,3.374,2.158,2.969,2.316,2.416,2.909,2.586,2.434,2.031,2.288,1.963,1.668,3.187,2.134,2.243,2.771,2.515]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"05_swap1k","v":{"total":[37.096,35.983,36.493,36.135,34.051,36.492,34.601,35.606,35.449,37.67,35.736,35.885,34.651,34.876,35.296],"script":[15.299,13.461,14.804,12.939,12.698,13.774,12.849,13.422,13.37,14.863,13.382,13.802,12.715,12.153,13.714],"paint":[20.078,20.781,19.806,20.697,20.301,20.881,20.161,20.09,20.577,20.871,19.534,20.151,20.731,21.033,18.729]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"06_remove-one-1k","v":{"total":[24.426,24.628,24.38,23.441,24.729,24.63,23.945,23.664,25.113,24.05,23.393,24.381,24.722,23.986,24.099],"script":[7.284,7.385,7.159,6.461,6.843,6.887,6.737,6.482,6.919,6.902,6.474,7.121,6.8,7.219,6.908],"paint":[16.659,16.209,16.225,15.798,16.307,16.891,15.377,16.192,16.852,15.974,15.844,16.407,16.964,15.899,16.198]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"07_create10k","v":{"total":[496.178,487.166,493.945,487.109,486.134,492.98,488.454,489.081,495.859,488.724,486.06,483.095,491.888,489.124,483.942],"script":[114.573,114.161,115.06,113.559,112.665,114.84,114.85,112.678,112.927,111.731,112.252,112.507,113.37,112.657,111.553],"paint":[373.874,365.597,371.412,366.125,365.914,370.651,366.073,368.984,375.44,369.36,366.071,362.253,370.736,369.195,364.541]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.262,52.629,54.459,52.44,53.153,52.97,51.925,51.928,51.536,52.796,50.949,52.038,52.875,51.848,53.957],"script":[13.822,13.416,13.548,13.368,13.779,12.999,13.435,13.348,13.505,13.213,13.124,12.904,13.448,13.41,13.002],"paint":[38.522,38.191,39.869,37.779,38.397,39.108,37.489,37.621,37.073,38.568,36.922,37.762,38.075,37.46,39.727]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"09_clear1k_x8","v":{"total":[21.633,20.898,19.998,22.041,21.761,21.192,21.157,21.993,21.933,22.07,20.2,20.031,22.422,22.239,21.213],"script":[19.395,18.439,18.013,19.876,19.329,19.32,19.029,19.47,19.937,20.428,18.974,18.081,20.467,19.42,19.083],"paint":[1.696,2.3,1.876,2.042,0.917,1.767,1.995,1.934,1.074,1.525,0.475,1.844,1.81,1.884,1.865]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5688362121582031]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"22_run-memory","v":{"DEFAULT":[4.406492233276367]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.3429107666015625]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7838544845581055]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.6489782333374]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.375]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.271999999999998]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.384]}}, +{"f":"preact-hooks-v10.18.1-keyed","b":"43_first-paint","v":{"DEFAULT":[49.3]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"01_run1k","v":{"total":[50.334,50.737,50.644,49.483,49.299,50.668,48.678,50.037,50.08,50.562,50.054,50.744,48.999,49.932,49.124],"script":[13.269,13.434,13.505,12.746,13.357,12.728,12.954,13.127,13.129,13.579,13.391,13.131,12.567,12.941,13.188],"paint":[36.353,36.83,36.56,35.965,35.48,37.428,35.233,36.449,36.273,36.565,36.163,37.138,35.696,36.33,35.453]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"02_replace1k","v":{"total":[58.187,58.071,57.492,58.526,58.31,58.43,59.377,59.276,59.044,59.854,59.311,59.892,59.456,57.784,57.424],"script":[19.987,19.304,18.906,19.306,19.406,19.344,20.009,19.45,20.513,20.26,20.049,20.222,20.216,19.23,19.783],"paint":[37.717,38.304,38.115,38.731,38.441,38.571,38.862,39.153,38.062,38.86,38.805,39.186,38.501,38.066,37.158]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"03_update10th1k_x16","v":{"total":[19.267,18.839,19.172,19.342,19.112,18.757,18.267,19.86,18.578,19.52,19.14,18.154,18.676,18.785,18.74],"script":[1.886,0.883,0.973,1.093,1.239,1.029,1.387,1.715,1.041,1.246,0.992,1.214,1.374,1.006,0.923],"paint":[15.51,15.346,16.54,15.861,16.732,16.307,15.487,16.985,15.413,16.185,15.507,15.153,15.909,15.41,16.39]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"04_select1k","v":{"total":[23.185,21.737,22.618,21.711,21.69,21.953,23.13,22.828,22.557,24.028,22.574,21.31,21.685,23.335,22.217,22.667,22.474,23.055,21.313,23.53,22.24,22.037,21.625,20.626,23.114],"script":[19.164,17.952,18.053,18.132,18.755,18.121,18.812,19.109,18.806,19.21,19.424,17.38,18.536,19.593,18.591,18.613,19.063,18.5,17.851,19.241,17.89,18.153,18.555,17.359,18.994],"paint":[3.309,3.457,3.765,2.428,1.965,2.601,3.654,2.352,2.626,3.3,2.441,2.415,2.474,2.998,2.455,3.787,2.218,3.906,2.505,1.778,2.853,2.866,1.559,2.001,3.171]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"05_swap1k","v":{"total":[40.789,39.773,38.742,42.601,40.537,39.658,39.983,39.95,42.013,40.384,41.335,38.807,40.875,42.93,39.917],"script":[19.192,17.451,17.467,19.482,19.424,18.151,19.32,18.644,18.049,18.409,18.28,17.363,18.782,18.183,17.433],"paint":[19.883,20.484,19.328,21.19,18.85,19.735,19.281,18.988,21.959,20.308,19.845,19.435,19.624,22.581,20.31]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"06_remove-one-1k","v":{"total":[25.821,26.835,25.765,26.813,25.728,26.638,25.814,26.253,27.132,26.585,27.736,26.471,26.349,26.386,26.807],"script":[8.701,8.705,8.599,9.008,8.604,9.486,9.139,9.067,9.773,9.274,9.85,9.18,9.316,9.262,9.373],"paint":[16.271,16.708,16.009,16.348,15.918,16.307,15.527,16.32,16.071,15.946,16.517,15.908,16.006,16.397,15.753]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"07_create10k","v":{"total":[480.427,488.395,480.284,485.758,480.383,483.391,479.217,488.451,482.836,487.463,479.345,484.809,484.758,482.178,481.68],"script":[114.203,114.551,114.203,115.056,114.5,112.64,113.026,117.204,114.885,113.562,113.614,115.699,113.582,112.082,116.177],"paint":[358.479,366.02,358.356,363.328,358.445,362.862,358.776,362.766,360.613,366.42,358.387,361.675,363.773,362.613,358.048]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[62.742,60.799,61.349,60.987,62.387,62.067,60.895,60.876,61.291,61.315,61.673,61.437,61.873,62.873,61.47],"script":[17.172,16.978,17.633,17.33,17.822,16.953,17.611,17.533,16.922,17.78,17.046,17.42,17.167,17.084,17.326],"paint":[44.259,42.85,42.755,42.661,43.621,44.15,42.31,42.014,43.385,42.279,43.617,43.003,43.755,44.916,43.206]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"09_clear1k_x8","v":{"total":[21.138,21.991,22.341,22.609,23.452,22.681,21.438,20.47,21.032,21.881,21.822,21.325,21.623,21.608,21.363],"script":[18.9,19.451,20.216,20.436,20.204,20.583,19.247,18.64,19.179,20.442,19.648,19.722,19.857,19.607,19.218],"paint":[2.127,2.327,2.011,1.037,2.231,1.96,2.065,1.736,1.757,0.407,2.059,1.498,1.651,1.885,2.038]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5446834564208984]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"22_run-memory","v":{"DEFAULT":[4.068349838256836]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.097973823547363]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7965822219848633]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.415053367614746]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.11]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.996000000000002]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.928]}}, {"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[158.1298828125]}}, {"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.85546875]}}, {"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[7.26953125]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"43_first-paint","v":{"DEFAULT":[80.5]}}, -{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[80.5]}}, -{"f":"qwik-v1.2.17-keyed","b":"01_run1k","v":{"total":[50.918,52.3,67.95,51.467,64.311,52.455,53.437,51.571,54.109,51.628,52.708,51.408,53.022,54.673,51.879],"script":[18.588,19.312,19.773,18.45,19.066,19.268,19.217,18.546,19.821,18.608,19.637,18.312,19.161,19.234,19.661],"paint":[32.181,32.82,35.022,32.859,32.942,32.93,34.057,32.864,34.127,32.847,32.904,32.923,33.709,35.228,32.048]}}, -{"f":"qwik-v1.2.17-keyed","b":"02_replace1k","v":{"total":[60.463,61.423,61.464,62.55,59.919,63.168,60.627,60.024,62.182,61.193,61.957,64.171,63.23,62.54,61.76],"script":[27.48,28.197,28.302,28.623,27.569,28.006,27.582,27.56,28.649,28.004,27.87,28.135,28.307,28.467,28.906],"paint":[32.804,33.029,32.986,33.586,32.175,34.866,32.876,32.147,33.215,33.011,33.786,35.844,34.729,33.702,32.67]}}, -{"f":"qwik-v1.2.17-keyed","b":"03_update10th1k_x16","v":{"total":[56.613,25.091,22.107,58.854,58.399,56.879,22.42,59.482,57.731,22.263,26.111,58.924,57.448,22.574,57.852],"script":[3.582,2.846,3.598,3.839,3.703,4.237,3.954,2.397,3.171,3.464,3.701,3.46,3.859,2.738,3.419],"paint":[17.464,18.182,18.286,16.744,16.952,17.106,17.336,18.467,17.857,18.587,17.294,18.82,18.166,17.713,17.86]}}, -{"f":"qwik-v1.2.17-keyed","b":"04_select1k","v":{"total":[13.615,7.987,15.615,12.988,14.813,13.897,9.435,7.142,14.58,14.651,10.894,9.523,7.961,6.724,17.656,11.683,10.445,8.042,7.182,10.933,12.957,7.322,20.644,12.061,15.584],"script":[2.157,2.284,2.574,1.506,1.918,2.407,1.665,1.953,2.313,2.093,1.769,1.416,2.903,1.85,1.902,2.479,1.726,2.522,2.238,1.572,1.361,2.236,2.876,2.359,1.546],"paint":[3.872,4.166,4.612,3.756,4.071,3.924,3.698,3.311,4.605,4.275,5.182,3.746,3.677,4.611,5.932,3.926,3.919,3.991,4.628,3.919,4.122,3.568,3.372,4.514,5.236]}}, -{"f":"qwik-v1.2.17-keyed","b":"05_swap1k","v":{"total":[31.991,66.501,33.312,32.76,32.033,31.619,27.673,31.811,31.987,32.785,68.546,32.019,66.448,69.654,35.087],"script":[8.734,7.018,9,8.073,7.616,8.151,7.717,8.657,7.852,9.043,7.341,8.349,8.513,7.058,9.598],"paint":[21.835,23.293,22.927,22.335,22.966,21.894,19.837,22.277,21.512,21.757,22.207,23.212,21.079,22.2,22.081]}}, -{"f":"qwik-v1.2.17-keyed","b":"06_remove-one-1k","v":{"total":[23.554,25.035,24.211,22.378,21.752,24.128,24.455,25.184,24.932,24.336,24.81,21.068,24.682,25.489,25.828],"script":[4.939,5.317,5.34,4.64,4.832,5.674,5.21,4.973,5.025,5.71,5.065,4.876,5.316,5.181,5.027],"paint":[17.057,17.039,17.769,16.284,15.6,16.876,17.871,18.39,17.668,17.208,17.696,15.419,17.204,18.026,19.128]}}, -{"f":"qwik-v1.2.17-keyed","b":"07_create10k","v":{"total":[572.401,576.773,573.818,581.871,578.166,568.175,570.615,570.354,577.243,564.689,566.29,572.234,573.585,575.425,571.885],"script":[202.679,203.692,199.574,198.942,202.81,197.714,198.808,196.967,199.939,198.823,200.569,198.986,198.338,200.09,197.106],"paint":[365.463,368.342,369.854,378.503,371.018,365.904,367.487,369.083,372.959,361.406,361.481,368.876,370.95,370.992,370.307]}}, -{"f":"qwik-v1.2.17-keyed","b":"08_create1k-after1k_x2","v":{"total":[62.235,62.259,62.596,62.59,64.16,63.785,63.027,61.679,108.884,62.393,62.149,62.316,63.16,64.279,63.813],"script":[23.602,23.082,23.569,23.933,24.03,23.623,23.285,22.802,23.687,23.412,22.958,23.274,23.436,23.374,23.913],"paint":[37.644,38.232,38.003,37.652,39.133,38.03,38.762,37.904,38.238,37.782,38.096,38.056,38.793,38.662,38.905]}}, -{"f":"qwik-v1.2.17-keyed","b":"09_clear1k_x8","v":{"total":[26.669,28.148,26.806,27.3,24.593,28.083,26.955,27.694,26.292,26.207,27.736,27.386,28.37,27.76,27.618],"script":[21.658,22.185,21.158,22.234,22.598,22.511,21.799,22.402,21.546,21.535,22.814,22.694,23.136,22.923,23.352],"paint":[3.158,2.89,3.53,3.663,1.913,4.023,3.97,4.359,3.895,3.999,3.479,3.653,4.274,4.561,3.686]}}, -{"f":"qwik-v1.2.17-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4406766891479492]}}, -{"f":"qwik-v1.2.17-keyed","b":"22_run-memory","v":{"DEFAULT":[8.599162101745605]}}, -{"f":"qwik-v1.2.17-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.690350532531738]}}, -{"f":"qwik-v1.2.17-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[7.441575050354004]}}, -{"f":"qwik-v1.2.17-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[74.07201194763184]}}, -{"f":"qwik-v1.2.17-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.467]}}, -{"f":"qwik-v1.2.17-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.704]}}, -{"f":"qwik-v1.2.17-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[146.71200000000002]}}, +{"f":"preact-signals-v10.18.1 + 1.2.1-keyed","b":"43_first-paint","v":{"DEFAULT":[75.1]}}, +{"f":"qwik-v1.2.17-keyed","b":"01_run1k","v":{"total":[60.322,58.202,59.259,60.017,59.926,59.93,59.729,58.424,60.265,59.247,58.974,75.329,59.145,58.664,59.358],"script":[22.077,20.484,21.36,22.027,21.042,21.5,21.154,20.889,21.46,22.143,21.043,21.99,21.278,21.511,21.997],"paint":[38.089,37.552,37.707,37.662,38.719,38.244,38.401,37.365,38.637,36.94,37.77,37.55,37.704,37.001,37.188]}}, +{"f":"qwik-v1.2.17-keyed","b":"02_replace1k","v":{"total":[67.933,68.397,69.224,70.319,67.861,70.125,66.366,68.693,67.219,68.397,66.693,67.665,68.029,69.447,67.383],"script":[28.535,29.208,29.361,31.039,29.188,30.878,28.835,29.354,29.747,29.645,29.187,29.449,30.003,29.84,29.4],"paint":[39.219,38.844,39.68,39.097,38.45,38.838,37.352,39.009,37.3,38.579,37.326,38.046,37.844,39.426,37.802]}}, +{"f":"qwik-v1.2.17-keyed","b":"03_update10th1k_x16","v":{"total":[58.654,56.394,22.778,55.273,22.102,57.382,20.661,58.58,57.182,21.763,20.546,59.815,20.35,56.356,20.554],"script":[3.528,3.945,3.394,3.136,4.555,3.577,3.596,3.879,3.934,2.677,3.236,4.297,2.434,3.3,3.632],"paint":[17.912,16.655,16.418,17.15,16.062,16.287,15.953,17.935,16.529,16.944,16.535,17.761,17.71,17.848,14.849]}}, +{"f":"qwik-v1.2.17-keyed","b":"04_select1k","v":{"total":[15.616,17.986,9.68,7.471,6.895,7.122,8.631,10.38,11.495,7.715,11.811,17.548,8.364,6.754,14.556,5.165,15.453,12.409,8.551,9.267,9.618,8.367,13.993,8.527,12.54],"script":[2.096,2.8,0.778,2.34,1.213,1.987,1.88,3.146,2.073,2.055,2.804,2.095,1.868,1.656,2.236,1.855,1.531,2.179,1.127,3.293,1.371,3.005,2.522,2.842,2.407],"paint":[5.59,4.209,4.022,4.065,3.552,4.222,3.743,3.515,4.169,4.859,3.99,4.61,4.484,3.028,4.073,1.75,4.294,3.764,6.529,3.235,5.697,3.317,3.525,2.93,3.177]}}, +{"f":"qwik-v1.2.17-keyed","b":"05_swap1k","v":{"total":[31.018,31.276,31.306,30.959,31.025,27.6,30.608,32.435,32.697,30.579,35.289,29.443,31.186,66.206,32.643],"script":[9.619,8.366,8.196,8.534,8.255,8.513,8.775,9.494,8.773,8.228,8.67,8.843,8.438,8.609,10.052],"paint":[21.185,21.037,22.05,21.408,21.772,18.305,21.424,21.885,21.675,20.448,23.114,19.653,22.216,20.171,20.132]}}, +{"f":"qwik-v1.2.17-keyed","b":"06_remove-one-1k","v":{"total":[25.653,23.096,24.693,25.857,24.068,25.361,25.009,24.249,23.305,24.31,25.13,23.829,23.789,24.066,23.319],"script":[5.44,5.209,5.058,5.584,5.181,5.58,5.043,5.394,5.531,5.52,5.435,5.726,5.343,5.046,5.425],"paint":[17.636,16.696,17.383,18.147,17.474,17.283,17.455,17.104,16.791,17.719,16.868,16.283,16.726,17.158,16.903]}}, +{"f":"qwik-v1.2.17-keyed","b":"07_create10k","v":{"total":[579.082,566.984,574.322,572.431,569.936,571.874,575.48,572.202,571.115,574.454,576.952,575.071,578.789,578.695,571.086],"script":[207.298,198.725,206.47,203.762,203.912,204.421,204.856,204.949,204.281,204.028,206.69,203.791,204.755,207.797,204.956],"paint":[367.058,363.242,363.035,363.806,360.713,362.59,365.798,362.387,362.159,365.692,365.164,365.912,369.055,365.38,361.242]}}, +{"f":"qwik-v1.2.17-keyed","b":"08_create1k-after1k_x2","v":{"total":[69.622,69.522,71.56,70.853,70.904,71.786,71.213,73.693,71.771,71.56,71.001,69.961,71.168,71.71,71.993],"script":[26.168,25.354,26.001,25.617,26.22,25.9,25.82,27.148,27.029,26.85,26.312,25.81,26.308,26.57,25.957],"paint":[42.221,43.156,44.56,44.227,43.629,44.642,44.362,45.446,43.675,43.474,43.638,42.907,43.756,43.82,44.723]}}, +{"f":"qwik-v1.2.17-keyed","b":"09_clear1k_x8","v":{"total":[27.862,28.062,27.647,26.016,26.468,27.147,26.114,30.105,27.106,27.693,27.509,26.042,24.903,26.051,27.162],"script":[22.081,21.667,22.635,21.969,21.884,21.723,21.594,22.325,22.822,23.395,22.236,21.211,21.4,22.534,22.208],"paint":[4.904,5.344,4.652,2.576,3.095,4.283,2.861,7.324,4.008,3.821,2.235,3.268,2.465,3.042,4.132]}}, +{"f":"qwik-v1.2.17-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.43747997283935547]}}, +{"f":"qwik-v1.2.17-keyed","b":"22_run-memory","v":{"DEFAULT":[8.389595031738281]}}, +{"f":"qwik-v1.2.17-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.463556289672852]}}, +{"f":"qwik-v1.2.17-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[7.314138412475586]}}, +{"f":"qwik-v1.2.17-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[71.8621883392334]}}, +{"f":"qwik-v1.2.17-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.44]}}, +{"f":"qwik-v1.2.17-keyed","b":"32_startup-bt","v":{"DEFAULT":[18.2]}}, +{"f":"qwik-v1.2.17-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.59999999999997]}}, {"f":"qwik-v1.2.17-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[143.8984375]}}, {"f":"qwik-v1.2.17-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[57.345703125]}}, {"f":"qwik-v1.2.17-keyed","b":"42_size-compressed","v":{"DEFAULT":[21.8251953125]}}, -{"f":"qwik-v1.2.17-keyed","b":"43_first-paint","v":{"DEFAULT":[54.3]}}, -{"f":"qwik-v1.2.17-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[54.3]}}, -{"f":"ractive-v1.3.6-keyed","b":"01_run1k","v":{"total":[57.935,58.703,59.53,58.116,57.426,58.067,58.654,58.601,59.116,60.714,58.24,58.493,58.994,58.896,59.683],"script":[22.574,22.61,23.242,23.086,21.951,23.27,23.315,23.368,23.028,23.308,22.467,23.646,23.002,23.447,23.916],"paint":[34.667,35.376,35.607,34.618,34.993,34.323,34.822,34.77,35.671,36.896,35.025,34.417,35.506,34.746,35.043]}}, -{"f":"ractive-v1.3.6-keyed","b":"02_replace1k","v":{"total":[62.924,64.879,64.947,64.714,64.544,63.579,63.824,63.851,63.043,65.534,63.461,64.034,63.823,65.503,63.391],"script":[29.496,31.71,30.913,30.814,30.507,30.658,30.146,29.814,29.772,31.76,29.65,30.413,30.594,29.208,29.685],"paint":[32.96,32.424,33.235,33.138,33.326,32.495,33.219,33.261,32.808,33.282,33.296,32.897,32.739,35.804,33.213]}}, -{"f":"ractive-v1.3.6-keyed","b":"03_update10th1k_x16","v":{"total":[21.642,20.773,21.297,21.705,21.253,21.172,21.462,20.238,20.977,20.846,21.029,21.514,20.528,20.997,21.45],"script":[4.093,4.011,4.073,3.68,4.211,3.932,3.951,3.38,3.744,3.597,3.253,3.775,3.56,3.642,3.631],"paint":[16.023,15.488,15.873,15.469,15.039,14.741,15.55,16.19,16.269,15.881,15.113,15.852,15.651,15.056,15.567]}}, -{"f":"ractive-v1.3.6-keyed","b":"04_select1k","v":{"total":[8.353,10.018,8.185,9.193,7.302,9.083,8.068,8.664,9.929,9.008,8.861,9.161,8.197,10.02,9.104,9.467,9.53,8.61,7.979,9.564,8.868,9.748,7.517,9.437,8.338],"script":[5.211,6.372,5.538,5.47,4.285,5.538,5.529,5.326,5.317,5.878,5.813,5.824,5.125,5.546,6.065,5.596,5.489,6.043,4.821,5.818,5.48,6.135,4.663,5.895,5.533],"paint":[1.946,2.197,1.679,2.782,1.222,2.59,1.716,2.438,3.899,2.273,2.846,2.553,2.15,3.395,1.927,2.679,2.39,1.723,2.283,3.065,2.171,2.205,2.359,2.587,2.282]}}, -{"f":"ractive-v1.3.6-keyed","b":"05_swap1k","v":{"total":[164.34,172.022,165.77,167.432,168.368,171.426,168.914,168.879,163.685,170.365,169.815,169.107,170.818,162.65,167.721],"script":[26.474,27.088,27.621,26.749,27.119,27.721,26.528,26.177,25.631,26.632,23.873,27.187,27.923,26.58,24.147],"paint":[135.761,142.078,136.496,138.544,139.152,140.881,140.437,140.444,136.012,141.735,143.551,138.308,140.811,134.089,141.239]}}, -{"f":"ractive-v1.3.6-keyed","b":"06_remove-one-1k","v":{"total":[23.271,22.223,22.044,22.676,22.991,23.518,23.615,22.69,23.22,22.841,23.344,23.434,22.887,23.818,22.511],"script":[5.431,4.942,4.859,5.521,5.201,5.602,5.23,5.433,5.628,5.286,5.05,5.355,5.142,5.548,5.43],"paint":[16.419,16.266,16.214,15.976,16.381,16.592,16.393,15.73,16.489,16.216,16.557,16.554,16.841,16.916,16.248]}}, -{"f":"ractive-v1.3.6-keyed","b":"07_create10k","v":{"total":[613.134,597.577,603.818,590.573,602.606,612.333,608.044,606.715,589.775,609.253,600.914,602.492,610.094,598.478,597.669],"script":[216.933,209.416,210.643,206.993,210.586,215.782,210.897,212.726,209.731,212.817,210.327,211.517,208.3,209.727,209.117],"paint":[387.58,380.506,385.71,376.125,384.493,388.769,389.467,386.387,372.74,389.009,383.039,383.431,394.042,381.015,380.921]}}, -{"f":"ractive-v1.3.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.945,59.148,58.762,58.232,59.693,59.714,61.501,59.344,59.333,58.836,60.082,58.857,59.636,57.911,60.42],"script":[20.155,20.974,20.149,20.169,20.609,20.369,21.414,20.314,20.506,20.458,21.41,20.215,20.53,20.008,21.634],"paint":[37.514,37.187,37.655,37.192,38.086,38.079,38.862,38.062,37.895,37.408,37.353,37.543,38.155,36.958,37.783]}}, -{"f":"ractive-v1.3.6-keyed","b":"09_clear1k_x8","v":{"total":[32.767,32.174,31.121,33.805,30.839,31.799,32.808,31.427,33.122,34.412,33.373,33.58,33.721,32.342,30.423],"script":[30.081,29.753,29.248,31.616,28.199,29.524,30.399,28.571,30.775,32.406,30.615,31.143,30.644,30.076,28.775],"paint":[1.087,1.525,1.743,2.059,2.526,2.146,2.208,1.87,2.22,1.15,2.593,2.272,2.914,1.502,1.23]}}, -{"f":"ractive-v1.3.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0981407165527344]}}, -{"f":"ractive-v1.3.6-keyed","b":"22_run-memory","v":{"DEFAULT":[8.949716567993164]}}, -{"f":"ractive-v1.3.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.996423721313477]}}, -{"f":"ractive-v1.3.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.39849853515625]}}, -{"f":"ractive-v1.3.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[75.12145805358887]}}, -{"f":"ractive-v1.3.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.9480000000003]}}, -{"f":"ractive-v1.3.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.751999999999999]}}, -{"f":"ractive-v1.3.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.98000000000005]}}, +{"f":"qwik-v1.2.17-keyed","b":"43_first-paint","v":{"DEFAULT":[42.7]}}, +{"f":"ractive-v1.3.6-keyed","b":"01_run1k","v":{"total":[58.757,63.042,65.955,62.432,62.694,64.471,64.64,62.879,59.634,64.292,63.815,63.4,62.758,64.229,59.164],"script":[23.91,26.182,27.125,26.864,26.413,27.375,26.652,26.556,25.501,27.326,26.835,26.439,26.579,26.205,23.524],"paint":[34.139,36.401,38.38,35.12,35.791,36.616,37.517,35.841,33.735,36.496,36.49,36.489,35.717,37.25,35.19]}}, +{"f":"ractive-v1.3.6-keyed","b":"02_replace1k","v":{"total":[72.102,72.375,69.959,72.027,71.037,72.55,72.617,74.298,74.154,73.731,72.329,73.196,74.178,72.521,73.142],"script":[32.794,32.504,31.946,33.167,33.628,33.077,34.395,34.617,34.282,34.298,33.865,33.471,34.37,34.044,34.61],"paint":[38.756,39.346,37.42,38.18,36.891,38.784,37.744,38.982,39.154,38.939,37.742,39.222,39.197,38.009,38.083]}}, +{"f":"ractive-v1.3.6-keyed","b":"03_update10th1k_x16","v":{"total":[21.004,22.05,20.522,20.053,20.055,22.011,21.786,20.582,20.387,21.562,21.047,22.398,20.161,20.822,21.452],"script":[4.215,3.886,3.755,4.004,4.09,4.206,4.037,3.826,3.229,4.242,3.634,4.549,3.893,3.38,4.08],"paint":[15.812,16.393,14.817,14.961,14.946,15.828,16.746,14.915,15.971,15.501,15.564,15.971,14.994,15.281,15.71]}}, +{"f":"ractive-v1.3.6-keyed","b":"04_select1k","v":{"total":[7.873,9.456,9.867,9.511,8.406,9.225,8.238,8.636,7.82,9.817,8.738,7.741,8.782,9.57,8.372,9.239,7.625,9.042,9.837,9.415,9.712,10.083,8.7,7.696,8.356],"script":[4.28,6.37,6.099,6.318,5.46,5.765,5.191,5.085,4.936,5.976,6.294,4.969,5.865,5.357,5.374,6.078,5.193,5.796,5.285,6.105,5.897,5.775,5.565,5.405,5.956],"paint":[3.402,1.22,2.396,2.987,1.724,3.206,1.966,2.76,1.307,3.113,2.234,1.435,2.69,3.23,1.718,2.467,2.228,2.047,3.26,3.105,2.588,2.521,2.941,1.296,1.294]}}, +{"f":"ractive-v1.3.6-keyed","b":"05_swap1k","v":{"total":[181.281,179.465,181.951,181.283,180.544,179.775,180.431,181.533,177.088,181.961,181.114,177.538,175.755,175.482,181.154],"script":[25.738,27.516,28.272,27.105,27.104,28.586,27.376,29.818,25.491,27.395,27.176,27.32,27.59,26.648,27.56],"paint":[153.169,150.462,150.39,151.822,150.875,149.702,150.418,149.109,149.682,152.087,152.574,147.291,145.336,147.259,150.295]}}, +{"f":"ractive-v1.3.6-keyed","b":"06_remove-one-1k","v":{"total":[22.888,22.754,23.392,23.351,22.948,23.721,23.376,23.952,23.595,23.968,23.46,23.155,23.347,22.705,22.691],"script":[5.553,5.548,5.427,5.61,5.471,5.681,5.601,5.507,5.792,5.721,6.027,5.445,5.551,5.557,5.479],"paint":[16.039,16.167,16.322,16.933,15.865,16.796,16.658,17.134,16.643,17.121,15.763,16.367,16.149,16.339,16.352]}}, +{"f":"ractive-v1.3.6-keyed","b":"07_create10k","v":{"total":[613.238,601.89,610.36,608.431,601.845,598.6,598.194,594.982,595.841,607.674,607.497,607.063,604.458,603.722,601.502],"script":[219.728,218.526,217.876,220.499,217.283,216.179,218.349,218.83,215.445,219.362,218.673,218.297,218.345,218.251,219.829],"paint":[385.87,375.547,385.133,379.303,376.804,375.052,372.464,368.778,372.885,380.677,380.843,381.173,378.696,377.893,374.314]}}, +{"f":"ractive-v1.3.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[68.136,67.003,67.534,68.069,68.433,67.631,67.972,67.86,66.716,68.122,66.748,64.809,68.704,68.653,66.257],"script":[24.139,23.437,24.085,24.364,24.79,23.891,23.752,23.941,23.927,23.824,23.497,23.349,24.687,24.002,23.992],"paint":[43.047,42.607,42.125,42.456,42.653,42.56,43.217,42.917,41.57,43.016,42.294,40.531,42.792,43.443,41.291]}}, +{"f":"ractive-v1.3.6-keyed","b":"09_clear1k_x8","v":{"total":[31.693,32.373,32.168,33.32,32.132,32.744,33.443,31.691,31.359,32.327,35.328,32.695,32.895,32.513,32.728],"script":[29.09,30.097,29.623,30.875,30.339,30.643,31,29.611,28.588,29.353,32.64,29.683,30.605,30.45,30.155],"paint":[0.982,0.516,1.897,1.28,0.783,1.74,1.292,1.153,1.13,2.835,1.824,2.841,1.986,1.152,2.419]}}, +{"f":"ractive-v1.3.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.099717140197754]}}, +{"f":"ractive-v1.3.6-keyed","b":"22_run-memory","v":{"DEFAULT":[8.730116844177246]}}, +{"f":"ractive-v1.3.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.817400932312012]}}, +{"f":"ractive-v1.3.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.3941097259521484]}}, +{"f":"ractive-v1.3.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[72.9354600906372]}}, +{"f":"ractive-v1.3.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.384]}}, +{"f":"ractive-v1.3.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.804000000000002]}}, +{"f":"ractive-v1.3.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[176.18400000000003]}}, {"f":"ractive-v1.3.6-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[362.4169921875]}}, {"f":"ractive-v1.3.6-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[224.140625]}}, {"f":"ractive-v1.3.6-keyed","b":"42_size-compressed","v":{"DEFAULT":[58.7353515625]}}, -{"f":"ractive-v1.3.6-keyed","b":"43_first-paint","v":{"DEFAULT":[328]}}, -{"f":"ractive-v1.3.6-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[328]}}, -{"f":"rax-v0.6.7-keyed","b":"01_run1k","v":{"total":[48.612,49.371,51.425,50.534,50.097,51.391,49.903,51.23,51.311,53.593,49.215,50.965,51.313,50.318,50.597],"script":[13.72,13.786,15.336,14.298,14.159,14.518,13.926,15.118,13.819,15.312,13.715,14.399,15.118,14.733,14.072],"paint":[34.401,35.103,35.364,35.759,35.476,36.423,35.51,35.712,36.759,37.535,35.035,36.107,35.777,35.166,36.101]}}, -{"f":"rax-v0.6.7-keyed","b":"02_replace1k","v":{"total":[56.482,56.52,55.879,56.521,57.555,56.802,56.08,55.504,57.643,57.106,56.622,57.701,57.585,57.674,56.399],"script":[20.554,21.559,20.741,20.713,21.582,20.961,20.637,21.203,21.421,21.475,21.181,21.548,21.625,20.739,20.788],"paint":[35.171,34.501,34.639,35.307,35.495,35.172,34.789,33.836,35.462,35.151,34.964,35.404,35.527,36.39,35.132]}}, -{"f":"rax-v0.6.7-keyed","b":"03_update10th1k_x16","v":{"total":[28.348,29.953,27.325,28.726,29.645,29.018,31.081,32.109,28.911,28.769,28.027,29.903,27.946,28.996,29.421],"script":[10.513,11.566,10.22,11.117,11.499,11.639,11.138,11.282,10.996,11.216,10.577,11.35,10.595,11.081,11.343],"paint":[16.08,15.364,15.456,14.893,16.028,15.519,16.176,17.554,15.752,15.298,15.884,16.746,15.846,15.929,16.656]}}, -{"f":"rax-v0.6.7-keyed","b":"04_select1k","v":{"total":[10.563,11.128,10.423,9.905,10.437,11.145,10.925,11.366,11.12,11.232,10.18,9.983,10.942,10.296,11.691,10.703,10.999,11.721,10.912,11.645,10.549,10.708,10.897,11.481,10.264],"script":[7.204,8.047,6.859,7.23,7.071,7.592,7.62,8.024,7.171,7.885,7.069,6.809,7.753,7.495,7.952,7.637,7.835,7.747,7.679,7.777,7.384,7.591,8.505,8.413,7.124],"paint":[1.612,2.421,2.982,1.663,1.695,2.575,2.156,2.419,2.304,3.156,2.474,3.011,2.296,2.155,2.896,1.96,1.93,3.345,2.151,2.312,2.166,2.461,1.518,2.175,2.435]}}, -{"f":"rax-v0.6.7-keyed","b":"05_swap1k","v":{"total":[167.145,173.688,162.854,162.131,168.711,165.525,164.273,162.063,161.001,169.308,162.25,172.12,165.322,163.068,167.357],"script":[22.02,21.82,22.202,22.207,22.764,21.561,21.803,21.728,22.702,21.941,21.043,22.774,23.067,22.035,21.296],"paint":[143.45,149.067,138.165,137.993,143.176,141.245,140.602,137.208,136.058,145.591,139.507,146.828,140.279,138.224,144.022]}}, -{"f":"rax-v0.6.7-keyed","b":"06_remove-one-1k","v":{"total":[21.026,20.527,20.924,22.107,20.364,21.663,21.201,20.849,20.708,20.775,20.806,20.863,21.112,21.137,21.128],"script":[3.75,3.744,3.721,3.836,3.604,4.013,3.475,3.776,3.502,4.053,3.892,3.652,3.767,3.939,3.663],"paint":[15.98,15.976,16.355,16.97,16.022,16.486,16.598,15.923,16.416,15.587,15.951,16.053,16.508,16.057,16.662]}}, -{"f":"rax-v0.6.7-keyed","b":"07_create10k","v":{"total":[602.733,603.274,600.494,609.689,602.781,603.626,607.113,606.306,595.696,617.729,597.466,618.671,607.529,620.172,601.538],"script":[211.313,210.084,208.237,211.876,208.34,208.714,208.209,211.922,208.288,213.505,207.948,215.368,214.205,218.752,206.686],"paint":[382.91,385.522,384.339,389.739,386.633,387.464,391.419,386.95,379.973,396.382,382.109,395.46,385.533,393.945,387.5]}}, -{"f":"rax-v0.6.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.511,56.557,57.496,55.956,56.36,53.853,56.499,55.071,57.435,55.407,56.625,56.312,56.524,55.652,56.308],"script":[16.826,16.996,17.115,17.066,16.886,16.212,17.433,16.551,17.64,17.227,17.311,17.424,17.268,16.432,16.946],"paint":[37.772,38.64,39.04,37.931,38.482,36.757,37.645,37.637,38.835,36.894,38.374,37.927,38.23,37.974,38.383]}}, -{"f":"rax-v0.6.7-keyed","b":"09_clear1k_x8","v":{"total":[29.293,27.226,27.696,26.733,27.713,28.101,25.512,26.269,27.412,26.858,28.581,28.435,28.792,27.602,24.126],"script":[27.063,24.471,25.134,23.92,25.524,26.073,22.873,24.013,24.755,24.734,25.742,25.557,26.562,25.329,21.719],"paint":[0.824,2.629,2.441,2.702,2.032,1.651,1.365,1.974,2.533,2.002,2.728,2.719,2.091,1.17,2.305]}}, -{"f":"rax-v0.6.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6850662231445312]}}, -{"f":"rax-v0.6.7-keyed","b":"22_run-memory","v":{"DEFAULT":[5.139548301696777]}}, -{"f":"rax-v0.6.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.287823677062988]}}, -{"f":"rax-v0.6.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1486968994140625]}}, -{"f":"rax-v0.6.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[42.62167549133301]}}, -{"f":"rax-v0.6.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.21]}}, -{"f":"rax-v0.6.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.732000000000001]}}, -{"f":"rax-v0.6.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.71999999999997]}}, +{"f":"ractive-v1.3.6-keyed","b":"43_first-paint","v":{"DEFAULT":[303.9]}}, +{"f":"rax-v0.6.7-keyed","b":"01_run1k","v":{"total":[53.691,50.031,50.788,49.416,50.12,50.391,49.574,52.363,50.895,53.192,49.166,49.632,53.415,49.724,49.685],"script":[17.842,15.021,15.364,14.843,14.944,15.197,14.837,15.264,15.311,15.466,14.918,14.898,18.061,15.267,15.007],"paint":[35.399,34.596,35.007,34.182,34.794,34.782,34.295,36.688,35.103,37.007,33.858,34.341,34.893,34.049,34.001]}}, +{"f":"rax-v0.6.7-keyed","b":"02_replace1k","v":{"total":[63.749,64.001,63.592,63.455,64.072,64.28,63.322,63.215,63.388,63.803,63.423,61.549,63.613,63.487,63.73],"script":[24.175,24.773,24.904,24.467,24.734,24.709,24.736,24.019,24.981,24.428,24.432,23.555,24.905,24.106,24.98],"paint":[38.938,38.412,38.199,38.475,38.867,39.032,38.086,38.701,37.684,38.575,38.469,37.521,38.18,38.873,38.024]}}, +{"f":"rax-v0.6.7-keyed","b":"03_update10th1k_x16","v":{"total":[31.319,31.612,32.753,33.22,30.711,32.951,29.889,32.321,31.284,30.535,30.085,30.092,31.336,30.687,31.672],"script":[13.181,13.252,14.671,14.116,13.966,13.746,12.414,14.695,13.525,13.036,13.212,12.92,13.14,13.428,13.653],"paint":[16.705,17.266,17.298,16.964,15.052,17.698,15.201,15.297,16.092,15.264,15.263,15.719,16.58,15.082,15.584]}}, +{"f":"rax-v0.6.7-keyed","b":"04_select1k","v":{"total":[12.311,12.842,12.94,12.346,12.791,12.844,12.728,12.307,13.101,11.719,12.102,12.073,13.509,12.96,13.23,12.613,12.533,12.626,13.079,11.65,12.22,11.905,12.953,12.949,13.298],"script":[9.734,9.22,9.983,9.697,10.358,9.435,9.3,9.718,9.409,8.585,8.649,8.607,9.817,9.771,9.48,9.512,9.158,9.84,9.961,8.824,8.783,9.27,9.73,9.973,10.235],"paint":[2.374,2.622,2.078,1.503,1.343,2.518,2.764,1.599,2.392,1.66,2.449,2.61,3.431,2.968,2.79,2.904,2.135,2.105,1.948,1.885,3.225,1.495,1.816,1.885,2.863]}}, +{"f":"rax-v0.6.7-keyed","b":"05_swap1k","v":{"total":[177.682,181.767,178.295,177.843,178.027,179.114,178.836,179.711,178.202,180.344,178.207,183.223,180.552,177.988,180.855],"script":[24.562,24.492,24.603,25.143,24.467,23.311,23.88,24.365,24.301,25.88,24.299,24.135,24.701,23.746,24.989],"paint":[151.581,154.727,150.853,150.79,150.979,153.118,152.946,153.352,151.908,151.6,150.796,155.406,154.42,151.405,153.374]}}, +{"f":"rax-v0.6.7-keyed","b":"06_remove-one-1k","v":{"total":[22.309,21.418,22.156,21.972,22.429,21.542,22.104,22.232,22.37,21.512,21.736,24.033,22.115,21.825,22.118],"script":[4.51,4.752,4.823,4.962,5.268,4.915,4.806,4.968,4.927,4.77,4.948,5.398,4.931,4.801,4.891],"paint":[16.887,15.593,16.052,15.525,15.905,15.786,15.914,15.746,15.766,15.916,15.116,17.3,15.827,15.193,16.382]}}, +{"f":"rax-v0.6.7-keyed","b":"07_create10k","v":{"total":[597.141,593.892,587.519,592.203,593.227,593.667,598.982,578.041,595.126,602.072,613.497,575.379,594.179,597.022,606.922],"script":[213.329,212.73,209.504,211.861,212.886,211.108,216.491,212.439,210.128,217.057,219.604,212.616,216.43,215.928,211.347],"paint":[375.397,373.745,370.453,372.527,372.056,373.596,375.058,358.168,377.536,377.527,386.167,355.28,369.824,373.293,388.123]}}, +{"f":"rax-v0.6.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[62.921,64.298,64.145,63.115,64.815,65.14,62.915,64.583,64.325,64.336,65.15,63.645,63.423,65.021,63.363],"script":[20.173,19.999,20.387,20.427,20.423,20.254,20.143,20.221,20.156,20.371,20.182,20.379,19.714,20.837,19.906],"paint":[41.777,43.26,42.737,41.756,43.178,43.545,41.489,43.171,43.254,43.014,43.721,42.345,42.855,42.975,42.533]}}, +{"f":"rax-v0.6.7-keyed","b":"09_clear1k_x8","v":{"total":[27.302,26.383,26.748,26.906,27.709,26.781,28.249,25.696,26.487,27.55,26.395,26.098,25.985,25.522,25.857],"script":[25.385,24.471,23.913,24.776,25.565,24.866,25.095,23.789,24.531,25.258,24.2,23.745,23.796,23.792,24.219],"paint":[0.594,1.061,2.308,1.139,2.035,1.067,3.02,1.111,0.443,1.122,1.801,2.225,2.082,1.271,1.513]}}, +{"f":"rax-v0.6.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6893577575683594]}}, +{"f":"rax-v0.6.7-keyed","b":"22_run-memory","v":{"DEFAULT":[4.927980422973633]}}, +{"f":"rax-v0.6.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.180381774902344]}}, +{"f":"rax-v0.6.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.171682357788086]}}, +{"f":"rax-v0.6.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.48340606689453]}}, +{"f":"rax-v0.6.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.6899999999996]}}, +{"f":"rax-v0.6.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.163999999999998]}}, +{"f":"rax-v0.6.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.01600000000002]}}, {"f":"rax-v0.6.7-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[202.2998046875]}}, {"f":"rax-v0.6.7-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[64.025390625]}}, {"f":"rax-v0.6.7-keyed","b":"42_size-compressed","v":{"DEFAULT":[12.8125]}}, -{"f":"rax-v0.6.7-keyed","b":"43_first-paint","v":{"DEFAULT":[118.4]}}, -{"f":"rax-v0.6.7-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[118.4]}}, -{"f":"react-classes-v18.2.0-keyed","b":"01_run1k","v":{"total":[45.538,46.08,46.78,48.167,46.275,47.804,46.627,47.768,46.006,46.447,46.066,45.488,47.361,46.877,47.148],"script":[10.407,10.378,11.066,11.333,10.803,11.25,10.59,11.738,11.234,11.227,10.777,10.551,11.188,11.467,11.461],"paint":[34.691,35.187,34.999,36.433,34.983,36.023,35.362,35.314,34.322,34.755,34.832,34.479,35.682,34.915,35.261]}}, -{"f":"react-classes-v18.2.0-keyed","b":"02_replace1k","v":{"total":[48.154,47.163,47.525,47.038,46.161,47.459,46.647,46.581,47.315,47.51,48.024,46.484,45.969,48.018,47.281],"script":[13.687,13.008,13.911,13.514,13.037,13.012,12.944,13.085,13.674,13.612,13.994,12.903,13.188,13.725,13.505],"paint":[33.784,33.679,33.031,33.119,32.701,33.695,32.991,33.003,33.215,33.2,33.572,33.129,32.299,33.834,33.031]}}, -{"f":"react-classes-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.336,22.462,24.58,26.239,25.293,22.939,23.521,24.707,23.799,23.437,24.149,23.565,24.502,23.682,24.73],"script":[5.606,5.342,5.287,6.211,7.551,5.395,6.027,6.148,4.985,5.647,5.043,6.313,6.309,6.1,5.656],"paint":[16.45,14.962,17.657,18.566,15.929,15.983,15.296,15.354,15.984,15.837,17.464,15.695,15.453,16.483,16.279]}}, -{"f":"react-classes-v18.2.0-keyed","b":"04_select1k","v":{"total":[6.252,5.95,5.406,5.71,5.803,6.296,5.114,5.893,5.09,5.597,6.405,5.835,6.112,5.45,5.239,6.288,5.276,5.727,5.839,6.561,6.1,4.666,6.236,5.484,5.558],"script":[2.758,2.581,2.867,2.018,2.502,2.793,2.606,2.796,2.373,2.424,3.462,1.985,2.465,2.51,2.162,2.6,2.461,2.295,2.218,3.083,2.32,2.712,3.252,2.706,2.468],"paint":[2.211,3.164,2.371,3.046,2.299,2.531,1.599,2.949,1.56,1.936,2.788,2.63,3.023,1.959,2.909,2.766,1.634,3.232,2.001,2.442,2.737,1.151,1.86,1.873,1.745]}}, -{"f":"react-classes-v18.2.0-keyed","b":"05_swap1k","v":{"total":[161.893,164.269,165.507,162.53,159.396,162.775,169.443,161.443,165.226,164.438,166.013,162.084,165.288,164.603,165.97],"script":[21.994,22.265,23.276,23.567,22.085,23.333,23.733,23.027,22.519,21.898,22.37,23.517,23.276,23.976,23.324],"paint":[138.209,140.257,140.586,137.117,134.75,136.645,143.45,136.001,140.261,141.132,141.418,136.651,139.987,138.541,139.808]}}, -{"f":"react-classes-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[20.4,19.76,18.41,18.881,19.807,18.925,18.765,19.796,19.816,18.933,18.9,19.499,19.268,18.872,19.014],"script":[1.917,2.072,1.7,1.798,2.051,1.74,1.703,1.566,1.92,1.83,1.734,1.719,1.521,1.894,2.025],"paint":[17.089,16.837,15.63,16.012,16.139,16.375,16.154,17.283,16.176,16.032,15.848,16.336,16.724,16.08,15.856]}}, -{"f":"react-classes-v18.2.0-keyed","b":"07_create10k","v":{"total":[639.987,633.787,631.852,630.977,636.769,632.399,635.443,625.943,605.829,623.052,629.882,628.143,632.783,626.636,635.162],"script":[246.315,246.39,244.512,244.98,249.204,241.289,239.224,246.146,241.382,239.939,241.909,244.597,245.311,242.876,248.346],"paint":[385.882,379.791,379.742,378.429,380.017,383.343,388.558,372.232,356.733,375.544,380.442,375.962,379.948,376.208,379.322]}}, -{"f":"react-classes-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.907,49.579,50.398,48.822,49.406,49.24,50.772,49.154,49.255,49.151,48.646,50.176,50.879,49.514,48.088],"script":[10.605,10.662,11.471,11.166,10.927,10.266,10.978,10.511,10.874,9.789,10.563,10.966,11.017,10.537,10.125],"paint":[36.465,38.012,37.907,36.707,37.465,38.067,38.822,37.791,37.418,38.417,37.144,37.955,38.6,37.756,37.144]}}, -{"f":"react-classes-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[16.313,15.227,15.655,15.554,15.911,16.193,15.13,15.472,15.261,15.483,16.095,15.512,14.962,14.867,15.617],"script":[13.748,13.366,13.206,13.502,13.502,14.213,13.594,13.424,12.834,12.994,13.371,14.128,13.094,13.025,13.847],"paint":[2.449,1.765,2.29,1.954,2.31,1.013,1.427,1.169,2.321,2.375,2.63,1.285,1.043,1.732,0.901]}}, -{"f":"react-classes-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9788484573364258]}}, -{"f":"react-classes-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.639595985412598]}}, -{"f":"react-classes-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.170371055603027]}}, -{"f":"react-classes-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8177547454833984]}}, -{"f":"react-classes-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.28540515899658]}}, -{"f":"react-classes-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2552.21]}}, -{"f":"react-classes-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.324]}}, -{"f":"react-classes-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.84799999999998]}}, +{"f":"rax-v0.6.7-keyed","b":"43_first-paint","v":{"DEFAULT":[104.4]}}, +{"f":"react-classes-v18.2.0-keyed","b":"01_run1k","v":{"total":[46.279,48.528,46.282,47.315,46.465,46.597,46.38,46.814,46.832,46.856,47.236,47.671,45.946,46.536,48.674],"script":[11.682,10.726,11.088,11.538,11.308,11.701,10.68,11.62,11.243,11.184,11.556,11.956,11.201,11.658,11.562],"paint":[34.151,37.121,34.777,35.305,34.753,34.416,35.021,34.746,35.171,35.282,35.219,35.311,34.354,34.309,36.719]}}, +{"f":"react-classes-v18.2.0-keyed","b":"02_replace1k","v":{"total":[54.512,54.674,54.348,53.988,53.129,54.909,53.312,53.93,53.92,54.628,54.577,54.87,54.403,54.791,54.16],"script":[16.389,16.051,16.251,16.069,15.303,16.229,16.274,15.514,15.534,16.342,16.18,16.089,16.225,16.434,16.201],"paint":[37.364,38.162,37.39,37.191,37.367,37.96,36.566,37.67,37.923,37.501,37.92,38.037,37.697,37.85,37.448]}}, +{"f":"react-classes-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.227,23.636,23.634,23.942,23.862,23.11,25.439,23.688,23.392,22.954,29.517,24.252,23.981,22.516,23.387],"script":[5.691,5.773,5.779,6.192,6.385,5.654,5.883,5.853,5.58,5.11,7.048,6.335,5.401,5.898,6.083],"paint":[16.002,16.199,16.469,16.144,15.95,14.833,17.098,15.05,15.06,16.772,19.626,15.876,15.781,15.363,15.677]}}, +{"f":"react-classes-v18.2.0-keyed","b":"04_select1k","v":{"total":[5.579,6.679,5.894,5.97,5.624,5.636,5.832,6.076,5.69,6.836,5.35,6.789,6.754,5.804,5.863,5.779,6.028,6.119,6.339,6.319,6.059,5.664,5.72,5.631,5.933],"script":[2.476,3.316,2.326,2.889,2.633,2.756,2.527,2.827,1.794,3.14,2.537,3.118,3.37,2.793,2.388,2.208,2.3,2.417,2.55,3.183,2.906,2.621,2.806,2.52,2.485],"paint":[2.314,2.338,3.368,1.36,2.788,1.463,2.659,1.645,2.78,3.442,1.913,3.055,2.422,1.765,2.438,3.403,2.546,2.188,3.047,2.05,1.709,2.107,1.61,2.697,2.042]}}, +{"f":"react-classes-v18.2.0-keyed","b":"05_swap1k","v":{"total":[183.215,180.462,178.994,177.564,177.589,176.569,181.965,180.34,180.732,180.033,178.652,181.027,177.687,175.933,177.278],"script":[22.935,23.434,22.961,24.162,23.926,23.939,23.667,23.224,23.984,22.249,22.835,22.802,22.994,22.144,22.942],"paint":[158.713,153.499,152.561,152.056,151.789,150.059,155.252,155.319,154.294,155.156,152.645,155.429,151.863,151.392,151.208]}}, +{"f":"react-classes-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[19.124,18.896,18.624,18.918,19.174,18.34,20.869,19.049,18.777,19.371,19.111,18.505,18.432,19.153,18.571],"script":[2.162,1.643,1.855,2.195,1.789,1.757,1.846,1.713,1.777,2.088,1.747,1.814,1.858,1.796,1.706],"paint":[15.985,16.232,15.565,15.877,16.063,15.448,17.242,15.766,15.104,16.069,15.989,15.823,15.454,16.034,15.791]}}, +{"f":"react-classes-v18.2.0-keyed","b":"07_create10k","v":{"total":[632.844,622.706,634.613,625.053,629.318,621.447,622.795,626.29,620.174,636.849,623.04,630.747,628.22,623.627,630.788],"script":[245.955,241.548,251.99,247.27,245.484,240.086,240.763,244.154,241.641,253.862,244.184,250.76,243.934,247.718,253.572],"paint":[378.787,373.582,374.581,369.91,375.947,373.117,374.24,374.574,370.6,375.543,371.243,372.435,376.163,368.269,369.743]}}, +{"f":"react-classes-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.415,56.327,55.331,56.431,55.054,55.475,56.141,56.139,54.793,54.258,55.355,56.908,56.511,55.771,56.195],"script":[12.614,13.055,13.033,13.593,12.577,12.39,13.337,12.543,12.605,12.578,13.08,13.142,13.422,12.94,12.956],"paint":[41.531,42.282,41.305,41.779,41.247,42.081,41.797,42.529,40.963,40.706,41.285,42.411,42.186,41.766,42.26]}}, +{"f":"react-classes-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[15.823,16.195,16.806,17.392,16.307,16.276,16.044,15.642,16.83,16.669,15.757,16.808,16.365,16.703,17.244],"script":[13.463,13.633,14.799,14.428,13.833,14.553,13.911,13.42,14.61,14.336,13.767,14.517,14.344,14.407,14.319],"paint":[1.292,1.483,0.965,2.808,1.706,1.631,2.012,1.471,1.1,2.219,1.634,1.515,1.922,2.153,2.83]}}, +{"f":"react-classes-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9732398986816406]}}, +{"f":"react-classes-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.518904685974121]}}, +{"f":"react-classes-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.969500541687012]}}, +{"f":"react-classes-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8809022903442383]}}, +{"f":"react-classes-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.155001640319824]}}, +{"f":"react-classes-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.2700000000004]}}, +{"f":"react-classes-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.064]}}, +{"f":"react-classes-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[174.924]}}, {"f":"react-classes-v18.2.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[281.0419921875]}}, {"f":"react-classes-v18.2.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[142.765625]}}, {"f":"react-classes-v18.2.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.30859375]}}, -{"f":"react-classes-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[230]}}, -{"f":"react-classes-v18.2.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[230]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"01_run1k","v":{"total":[48.672,46.489,47.789,50.456,48.004,49.338,47.684,46.729,47.57,47.862,46.486,47.135,48.208,47.779,47.594],"script":[11.636,11.532,12.525,11.935,12.652,12.078,11.707,12.394,12.193,12.297,11.771,12.047,12.235,12.546,12.289],"paint":[36.634,34.509,34.538,37.785,34.907,36.742,35.311,33.932,34.955,35.074,34.241,34.625,35.515,34.815,34.831]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"02_replace1k","v":{"total":[53.991,53.572,54.297,55.926,55.239,53.136,54.032,53.68,53.781,55.082,54.54,54.395,54.277,54.195,56.014],"script":[20.124,19.642,20.069,19.227,18.75,19.593,19.93,19.9,19.624,19.411,20.347,19.906,19.8,19.883,19.943],"paint":[33.118,33.239,33.772,36.243,36.016,33.09,33.667,33.374,33.705,35.171,33.738,34.024,34.084,33.834,35.616]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"03_update10th1k_x16","v":{"total":[25.795,25.28,22.626,23.618,24.426,26.199,23.392,24.109,22.665,22.549,23.868,23.332,23.006,24.329,23.582],"script":[7.307,6.793,5.436,6.097,6.892,7.425,6.15,6.945,5.391,5.901,6.361,6.366,5.628,6.217,5.647],"paint":[16.664,16.858,15.242,16.088,15.62,15.077,15.53,15.568,16.131,15.687,16.397,14.991,16.08,15.827,15.986]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"04_select1k","v":{"total":[6.342,7.144,6.912,8.328,6.949,7.196,7.859,6.448,7.257,8.101,7.191,7.574,7.707,6.319,7.48,7.571,6.761,6.865,7.803,7.517,7.174,8.021,7.571,7.223,5.463],"script":[3.204,3.822,4.058,5.144,3.847,3.762,3.916,3.845,3.575,4.277,3.3,3.115,4.293,3.202,4.048,3.863,3.619,3.45,3.576,3.841,3.132,4.374,4.023,3.723,2.919],"paint":[3.019,2.159,2.655,2.226,2.173,2.235,3.375,2.476,2.793,2.97,3.24,3.276,2.242,2.995,2.909,2.837,1.978,1.485,2.426,2.388,3.051,1.831,2.596,2.825,2.426]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"05_swap1k","v":{"total":[170.172,170.604,167.75,161.233,166.236,164.847,166.838,164.816,163.723,166.891,164.461,161.34,165.913,167.439,162.622],"script":[25.965,24.165,24.782,23.696,24.151,23.502,23.188,23.779,24.065,23.882,22.745,23.24,23.044,24.232,23.302],"paint":[141.35,142.921,140.998,135.795,139.895,139.351,142.054,137.448,135.39,139.713,138.96,136.348,140.579,140.632,136.529]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"06_remove-one-1k","v":{"total":[19.651,19.277,19.503,19.73,19.331,19.194,20.647,19.604,18.751,19.732,20.601,19.046,19.068,19.14,20.125],"script":[2.485,2.129,2.643,2.124,2.272,2.19,2.852,2.245,2.094,2.398,2.168,2.418,2.375,2.133,2.017],"paint":[16.049,16.012,15.229,16.243,15.744,16.264,16.648,16.528,15.751,15.69,16.578,15.606,15.835,15.779,17.149]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"07_create10k","v":{"total":[667.791,666.735,668.579,663.235,654.223,670.249,663.828,662.671,654.737,656.965,658.894,662.084,666.507,666.307,659.86],"script":[274.901,277.195,274.764,274.515,272.884,275.685,277.964,273.051,273.575,272.982,274.175,276.628,275.007,273.455,273.895],"paint":[385.257,381.914,381.153,380.831,373.506,386.802,378.176,381.834,373.299,376.265,377.222,377.911,383.446,384.978,378.464]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.817,52.257,53.073,53.094,54.736,53.756,50.875,51.095,52.359,51.112,54.215,51.887,55.194,53.575,53.719],"script":[11.926,12.015,12.977,12.039,13.16,13.008,12.054,11.8,12.936,11.809,12.325,12.361,12.798,12.791,12.984],"paint":[38.595,39.401,39.244,39.803,40.334,39.709,37.865,38.426,38.566,38.371,40.639,38.603,41.216,39.58,39.51]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"09_clear1k_x8","v":{"total":[31.802,29.639,33.798,30.729,31.138,30.162,30.303,30.794,30.995,32.077,30.407,30.502,30.303,31.746,29.575],"script":[29.562,27.033,30.985,28.374,29.098,27.443,28.144,28.55,28.911,29.763,28.816,28.472,28.543,29.934,27.503],"paint":[2.13,2.499,0.862,1.787,0.762,2.515,1.594,2.118,1.769,1.638,1.486,1.719,1.161,1.693,1.353]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0772924423217773]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"22_run-memory","v":{"DEFAULT":[6.979619026184082]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.54224967956543]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.093752861022949]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[56.12696933746338]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[2702.2]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.703999999999999]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[164.06400000000002]}}, +{"f":"react-classes-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[210.6]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"01_run1k","v":{"total":[50.719,47.982,48.194,48.946,48.602,48.061,48.3,48.416,48.459,48.536,47.613,48.565,49.351,50.189,49.55],"script":[13.212,13.163,13.189,12.565,13.236,12.927,12.978,13.153,13.57,13.45,12.679,13.12,13.561,13.547,13.39],"paint":[37,34.321,34.497,35.653,34.866,34.707,34.614,34.523,34.175,34.646,34.445,34.759,35.262,36.222,35.411]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"02_replace1k","v":{"total":[62.282,61.419,61.777,62.721,62.894,62.28,61.484,63.136,64.435,62.768,63.954,63.096,64.075,62.75,63.181],"script":[22.977,22.625,22.794,23.702,22.589,23.295,22.936,23.429,24.167,24.024,23.648,23.441,23.602,23.966,23.82],"paint":[38.662,38.208,38.542,38.597,39.849,38.237,38.073,39.037,39.591,37.976,39.885,39.117,39.879,38.313,38.904]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"03_update10th1k_x16","v":{"total":[23.73,24.191,23.592,24.208,24.436,24.751,25.176,24.057,24.526,24.554,24.809,24.697,24.203,25.581,24.254],"script":[6.717,6.514,6.381,6.495,6.882,6.406,7.505,7.011,6.689,6.41,7.144,7.569,6.96,6.286,6.744],"paint":[15.37,15.59,15.809,15.977,15.813,14.924,16.054,15.24,15.859,16.512,15.583,15.291,15.519,17.435,15.178]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"04_select1k","v":{"total":[8.735,7.468,6.528,6.983,7.684,8.419,7.223,6.869,7.731,7.434,7.313,6.832,8.372,6.889,7.684,7.743,7.649,7.689,7.406,7.522,7.692,8.015,7.067,8.012,8.162],"script":[4.575,3.987,3.896,3.455,3.957,3.838,3.985,3.705,4.272,4.123,3.62,3.835,4.084,3.411,4.448,4.442,3.637,4.14,4.356,4.292,3.288,4.204,3.819,4.409,3.804],"paint":[2.716,2.276,1.477,2.239,2.86,3.279,2.017,1.235,3.217,2.523,2.252,2.464,3.136,2.422,3.021,2.161,2.786,2.191,2.226,2.226,3.373,2.592,2.07,2.716,3.046]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"05_swap1k","v":{"total":[182.58,180.754,177.602,177.363,181.941,183.554,177.536,174.364,178.632,177.264,175.529,180.11,173.693,178.971,175.993],"script":[25.467,23.34,23.894,23.328,23.78,24.852,23.096,22.933,23.231,23.052,24.301,25.1,22.829,22.48,23.172],"paint":[154.077,155.456,151.228,152.061,154.589,155.993,151.32,149.198,152.962,152.072,148.564,152.538,148.384,154.24,149.639]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"06_remove-one-1k","v":{"total":[19.408,19.353,18.847,18.998,18.822,18.488,19.352,18.806,18.677,19.272,19.838,18.917,19.187,18.54,19.112],"script":[1.979,1.971,2.57,2.227,2.245,2.016,2.269,2.117,1.985,2.494,1.997,2.303,2.397,2.244,2.182],"paint":[15.92,16.101,15.412,15.563,15.577,15.404,15.976,15.295,14.941,15.82,16.562,15.806,15.891,15.441,15.668]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"07_create10k","v":{"total":[664.696,661.279,657.51,669.121,661.862,660.628,664.021,668.321,664.438,671.014,661.161,669.152,664.983,659.1,660.297],"script":[280.482,280.177,277.505,285.35,280.885,280.164,281.202,281.028,281.094,282.963,278.416,279.624,280.224,282.721,278.621],"paint":[376.149,372.955,372.008,375.986,373.436,372.807,374.871,379.641,375.167,380.089,374.53,381.791,376.967,368.772,373.452]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.795,62.53,60.492,61.231,61.308,61.207,62.369,61.022,60.509,60.253,59.488,60.868,59.5,59.63,60.612],"script":[16.562,16.859,17.13,17.571,17.057,17.09,16.788,16.684,16.498,16.932,16.795,16.885,16.591,16.64,17.039],"paint":[44.168,44.373,42.391,42.697,43.036,43.153,44.406,43.405,43.063,42.376,41.723,42.744,41.958,42.009,42.587]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"09_clear1k_x8","v":{"total":[37.156,35.513,33.625,40.679,34.197,33.362,35.21,35.308,34.014,40.291,40.55,37.402,38.441,34.896,34.645],"script":[34.269,32.399,31.544,38.755,31.118,31.052,33.296,33.318,31.853,37.843,37.83,34.645,36.306,33.014,32.355],"paint":[2.722,2.602,1.51,1.767,1.887,1.647,1.777,1.848,2.039,1.24,2.56,1.857,1.566,1.776,1.634]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.1051902770996094]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"22_run-memory","v":{"DEFAULT":[6.787336349487305]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.329586982727051]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.0681467056274414]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[53.994505882263184]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[2701.0200000000004]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.212]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[186.336]}}, {"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[306.712890625]}}, {"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[168.4365234375]}}, {"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[45.5029296875]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"43_first-paint","v":{"DEFAULT":[256.7]}}, -{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[256.7]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"01_run1k","v":{"total":[49.806,48.011,49.505,48.014,47.801,47.317,47.67,49.195,47.615,48.825,48.029,47.936,50.972,51.526,48.845],"script":[12.497,12.611,12.425,12.905,12.419,12.852,12.547,12.645,12.54,12.909,12.706,12.49,13.054,13.089,12.977],"paint":[36.817,34.964,36.365,34.373,34.978,33.965,34.661,35.835,34.593,35.186,34.868,35.012,37.402,37.989,35.371]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"02_replace1k","v":{"total":[57.985,59.119,59.36,58.675,57.3,58.033,59.114,61.851,58.524,58.703,58.154,59.221,59.13,58.959,59.368],"script":[24.795,25.035,25.294,24.888,24.309,25.078,24.867,25.083,24.923,25.371,24.339,25.328,24.987,24.979,25.53],"paint":[32.685,33.343,33.61,33.325,32.31,32.497,33.781,36.091,32.839,32.877,33.337,33.448,33.67,33.23,33.388]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"03_update10th1k_x16","v":{"total":[68.436,68.102,66.868,68.042,69.261,69.054,67.668,61.85,61.37,65.424,65.217,66.94,68.194,67.681,68.58],"script":[50.207,48.125,49.05,49.651,50.235,50.885,48.445,44.206,43.634,47.664,47.504,48.456,50.003,48.366,49.537],"paint":[16.174,16.57,15.911,16.607,16.774,15.772,16.542,16.575,16.343,16.231,16.368,16.606,14.459,17.589,16.971]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"04_select1k","v":{"total":[5.021,5.02,7.01,6.397,6.244,5.978,5.18,5.56,6.436,5.072,5.818,5.512,5.702,5.223,6.075,6.184,6.204,5.801,5.591,7.148,4.794,6.252,6.68,6.376,5.589],"script":[2.286,2.427,3.395,3.185,3.048,2.781,1.603,1.872,3.436,2.318,2.94,2.448,2.069,2.152,2.339,2.173,3.096,2.463,2.696,2.746,2.53,3.652,3.313,3.078,2.456],"paint":[2.031,2.466,3.385,2.068,3.076,3.006,3.419,3.562,2.028,1.804,1.726,1.892,2.382,1.954,2.535,3.885,2.173,1.898,1.643,4.222,1.512,1.805,2.716,3.102,2.941]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"05_swap1k","v":{"total":[208.235,207.999,207.975,212.362,205.553,207.404,212.168,214.326,214.955,211.39,212.159,214.611,208.803,210.383,207.268],"script":[70.413,67.153,68.15,69.839,69.548,67.653,71.834,68.915,68.873,70.087,68.266,70.708,69.135,70.344,66.225],"paint":[136.336,138.654,137.34,140.596,133.166,136.875,138.363,144.161,143.459,139.585,140.874,141.429,136.342,138.842,138.851]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"06_remove-one-1k","v":{"total":[40.953,41.242,41.662,42.197,42.552,39.401,38.969,41.274,41.318,41.53,38.95,42.097,39.096,41.842,41.265],"script":[22.867,23.603,22.963,23.592,24.176,22.006,21.276,23.916,23.574,22.465,21.26,23.9,21.857,23.57,23.339],"paint":[16.847,16.212,17.481,17.214,17.044,16.903,16.901,16.461,16.541,17.426,16.739,17.238,16.41,16.936,16.953]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"07_create10k","v":{"total":[653.293,651.401,657.463,642.77,642.312,645.472,655.973,651.234,654.909,650.749,652.074,655.79,650.496,653.735,652.048],"script":[256.49,261.29,262.67,260.621,262.503,261.475,263.949,257.807,259.514,259.468,256.369,263.675,257.446,261.457,262.998],"paint":[388.109,382.038,385.89,374.691,372.228,376.526,384.234,385.358,387.741,383.826,387.5,384.175,385.05,383.758,380.798]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[65.298,65.938,67.054,65.974,64.083,65.896,64.959,65.434,65.529,65.975,68.688,65.793,65.657,65.484,65.639],"script":[26.267,26.787,27.418,25.82,25.536,26.537,26.217,26.233,26.226,26.777,26.658,26.598,25.984,26.387,26.509],"paint":[38.129,38.248,38.246,39.158,37.572,38.43,37.776,38.246,38.341,38.212,41.105,38.22,38.709,38.114,38.173]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"09_clear1k_x8","v":{"total":[33.528,34.132,33.806,33.466,34.593,34.149,33.315,35.136,34.302,34.169,33.91,34.099,38.089,34.195,33.85],"script":[31.625,31.894,32.074,30.736,31.661,31.804,30.448,32.381,31.596,31.294,31.92,31.752,34.771,32.05,31.613],"paint":[1.789,1.678,0.772,2.187,1.524,2.202,2.086,2.619,1.861,1.107,1.883,1.518,1.765,1.999,2.105]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0734968185424805]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.083934783935547]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.814909934997559]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.9781293869018555]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[46.39196586608887]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2700.96]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.924]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[166.34799999999996]}}, +{"f":"react-diagon-v18.2.0 + 0.14.3-keyed","b":"43_first-paint","v":{"DEFAULT":[233.1]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"01_run1k","v":{"total":[48.057,48.438,48.193,47.798,49.197,48.014,48.529,47.51,48.265,48.238,47.961,48.181,47.707,50.988,47.539],"script":[12.891,12.939,13.159,13.04,13.217,13.199,13.437,12.998,13.116,13.255,12.959,13.182,13.085,13.291,13.209],"paint":[34.664,35.021,34.336,34.041,35.511,34.377,34.614,34.061,34.671,34.453,34.486,34.59,34.21,36.991,33.604]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"02_replace1k","v":{"total":[65.395,65.802,65.324,65.64,66.239,65.636,65.885,65.338,66.323,65.726,65.24,65.168,66.42,66.074,65.233],"script":[26.364,27.308,26.92,27.185,27.13,27.231,26.388,27.611,26.933,27.229,26.75,26.401,26.67,26.869,26.757],"paint":[38.556,38.054,37.939,37.973,38.419,37.642,39.016,37.266,38.667,37.813,37.967,38.124,39.274,38.739,38.031]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"03_update10th1k_x16","v":{"total":[69.614,69.102,69.465,69.05,71.033,65.066,68.621,70.718,68.01,70.161,70.23,73.693,71.643,70.3,73.238],"script":[50.957,51.545,52.039,51.402,53.082,46.694,50.442,51.953,50.509,50.78,52.235,55.531,53.145,52.342,51.856],"paint":[16.541,16.325,15.741,15.565,16.28,16.929,16.833,17.078,16.35,18.266,16.116,17.056,17.387,16.624,19.043]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"04_select1k","v":{"total":[6.643,5.695,5.82,5.724,5.754,5.249,5.735,5.77,6.049,5.232,5.476,5.784,6.549,6.4,7.162,7.322,5.736,6.157,5.436,7.1,5.926,4.925,6.507,6.21,5.852],"script":[1.987,2.973,2.664,2.29,2.477,1.836,2.795,2.665,2.426,2.21,2.53,2.642,3.363,3.095,3.446,2.886,2.236,3.289,2.504,2.605,2.709,1.616,2.785,2.769,2.605],"paint":[3.359,1.628,1.667,3.227,2.034,3.227,1.656,2.226,1.855,2.126,1.639,2.483,2.492,2.664,2.121,3.182,2.24,1.578,1.803,3.366,2.059,2.459,3.545,2.504,1.676]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"05_swap1k","v":{"total":[231.026,229.222,231.448,225.631,225.962,227.513,227.134,226.942,234.113,223.905,221.212,225.635,226.912,227.096,226.572],"script":[73.081,72.756,74.906,69.678,72.373,73.971,72.715,73.412,75.079,70.203,71.156,72.969,71.672,71.83,73.062],"paint":[156.002,153.761,154.341,153.911,152.118,151.136,152.051,151.17,156.254,151.998,147.576,149.572,152.622,153.008,148.697]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"06_remove-one-1k","v":{"total":[44.137,45.008,43.254,43.707,43.339,43.729,42.611,44.066,42.871,42.939,44.23,43.866,43.34,42.914,43.319],"script":[25.974,25.873,26.018,26.309,25.937,26.542,24.919,26.219,25.341,25.697,25.363,26.28,25.602,25.653,25.782],"paint":[16.893,17.959,16.04,16.343,16.476,16.346,16.511,16.417,16.502,15.842,17.464,16.365,16.858,16.296,16.043]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"07_create10k","v":{"total":[647.559,649.997,642.617,654.017,651.24,642.745,645.872,644.75,654.846,652.836,653.902,647.093,646.186,641.416,658.14],"script":[266.435,263.544,264.341,271.584,268.22,263.245,266.247,263.551,265.235,270.596,263.4,264.123,264.133,263.89,269.784],"paint":[373.232,379.007,370.64,374.762,375.41,371.192,371.87,373.313,382.021,374.063,381.994,375.217,373.997,369.817,380.533]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[71.589,72.903,72.775,73.302,73.009,72.576,71.577,72.135,72.253,72.438,71.545,73.437,73.173,72.046,70.775],"script":[27.752,27.889,27.9,28.352,28.799,27.811,27.618,27.482,27.525,27.562,27.837,28.437,27.458,27.878,27.254],"paint":[42.838,44.056,43.915,43.959,42.931,43.807,43.003,43.775,43.719,43.864,42.763,44.123,44.546,43.183,42.566]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"09_clear1k_x8","v":{"total":[36.092,35.71,35.714,37.277,35.079,35.269,37.656,36.331,36.733,37.481,37.208,35.126,35.107,37.663,37.396],"script":[33.317,33.253,33.39,34.402,32.831,32.594,35.177,33.943,34.116,35.373,34.42,33.218,33.552,35.383,35.074],"paint":[2.35,2.31,2.148,2.051,2.132,2.049,1.097,1.501,1.699,0.873,2.556,1.782,1.438,1.138,2.178]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0830554962158203]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.863117218017578]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.639575004577637]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.0101089477539062]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.26268672943115]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2700.8639999999996]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.031999999999996]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[177.78399999999996]}}, {"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[313.48046875]}}, {"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[175.203125]}}, {"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[48.84375]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"43_first-paint","v":{"DEFAULT":[270.3]}}, -{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[270.3]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"01_run1k","v":{"total":[45.264,46.408,46.085,48.126,47.404,47.299,46.295,44.808,46.382,44.8,46.102,46.368,45.63,44.727,45.296],"script":[9.991,10.232,10.198,10.437,10.371,10.092,10.294,9.52,10.075,10.048,10.521,10.323,8.961,9.454,10.33],"paint":[34.822,35.764,35.372,37.191,36.314,36.514,35.518,34.826,35.876,34.298,35.073,35.368,35.789,34.83,34.53]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"02_replace1k","v":{"total":[51.648,49.734,48.928,50.636,52.827,51.535,50.543,50.47,49.538,49.827,48.786,48.665,50.532,48.923,50.568],"script":[16.653,16.192,15.86,16.556,16.149,15.9,16.696,16.419,15.83,15.176,15.271,15.545,16.482,15.652,15.87],"paint":[34.301,33.092,32.626,33.617,35.961,35.08,33.381,33.588,33.255,34.11,32.988,32.666,33.564,32.824,34.123]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.121,23.719,24.502,21.286,23.106,21.844,24.053,22.667,24.148,23.345,23.409,25.022,21.807,23.201,22.201],"script":[5.531,5.976,4.795,4.637,5.197,4.627,5.249,4.686,5.202,5.045,5.321,7.258,5.014,5.972,4.814],"paint":[15.167,15.493,17.759,15.074,16.049,15.749,15.928,16.168,15.977,14.514,16.354,15.207,15.033,15.387,16.289]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"04_select1k","v":{"total":[5.102,6.052,6.523,5.312,5.841,6.355,5.9,5.341,5.902,5.648,7.187,4.508,5.083,6.114,6.031,6.62,5.988,6.813,6.211,6.238,6.958,5.192,7.241,5.631,6.351],"script":[2.497,2.583,2.502,2.45,2.717,2.993,2.708,2.534,2.731,2.846,3.32,2.236,2.419,2.489,2.984,2.553,2.686,2.538,2.684,2.83,2.839,2.539,3.336,2.523,2.882],"paint":[1.678,2.094,3.6,2.74,1.964,2.163,2.125,2.687,3.043,1.816,2.71,2.151,1.609,2.067,2.002,3.805,3.093,4.058,2.154,2.428,3.892,1.51,3.007,2.459,2.479]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"05_swap1k","v":{"total":[163.59,167.682,165.153,170.789,165.207,164.361,171.14,162.063,163.006,166.485,162.236,166.17,163.013,165.792,163.689],"script":[23.01,24.977,23.046,23.836,23.046,23.026,23.896,22.227,22.364,25.729,21.587,25.028,22.923,24.653,22.688],"paint":[138.093,140.279,140.433,144.224,140.669,138.671,145.292,136.96,138.251,138.602,137.688,139.086,138.451,138.159,139.191]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[19.592,20.406,19.76,18.978,18.868,18.99,19.264,18.696,19.759,18.972,20.13,18.83,19.033,19.039,19.006],"script":[1.832,1.962,1.614,1.638,2.065,2.117,1.522,1.894,1.748,1.606,2.297,1.647,1.65,1.595,1.867],"paint":[16.336,17.111,16.486,16.239,15.854,15.983,16.558,15.9,16.945,16.199,16.833,15.957,16.549,15.615,15.959]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"07_create10k","v":{"total":[634.421,638.085,631.482,633.014,639.057,637.24,640.404,639.176,644.807,643.699,629.881,653.291,639.954,641.565,637.81],"script":[243.26,247.722,239.525,247.137,248.61,250.225,243.121,245.254,250.435,247.025,243.075,255.427,243.617,250.12,244.703],"paint":[383.178,382.536,383.729,378.215,381.658,379.442,389.225,386.086,386.07,389.102,379.26,389.932,388.463,383.523,385.239]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.031,47.16,47.968,47.167,47.069,48.345,48.715,50.854,50.932,48.295,48.163,49.593,49.984,47.985,49.991],"script":[9.429,9.4,9.511,9.487,9.277,10.167,10.304,10.405,9.956,9.772,10.32,10.334,11.038,9.761,10.257],"paint":[36.689,36.863,37.556,36.831,36.931,37.237,37.46,39.365,39.996,37.547,36.824,38.323,38.034,36.99,38.73]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[25.725,26.57,25.959,26.203,28.583,26.788,27.563,27.473,26.525,27.567,25.799,28.616,26.944,26.934,25.339],"script":[23.966,24.793,24.107,24.691,26.286,24.712,25.101,24.452,24.366,26.008,23.25,25.952,24.842,24.659,23.496],"paint":[1.662,1.145,1.221,1.414,2.154,1.556,2.338,2.922,1.05,1.449,2.426,2.519,1.435,1.959,1.747]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9776229858398438]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.630484580993652]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.246904373168945]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.7814550399780273]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.44523906707764]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2476.33]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.404]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[149.66399999999996]}}, +{"f":"react-focal-v18.2.0 + 0.9.0-keyed","b":"43_first-paint","v":{"DEFAULT":[262.4]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"01_run1k","v":{"total":[45.433,45.434,46.408,45.907,45.629,45.634,45.923,45.1,45.71,45.105,47.506,45.576,46.094,46.513,45.264],"script":[9.992,10.674,10.242,10.091,10.17,9.804,10.008,10.217,10.771,10.208,9.727,10.043,10.397,10.83,10.171],"paint":[34.947,34.347,35.427,35.336,34.794,35.077,35.419,34.421,34.536,34.476,37.023,35.111,35.263,34.992,34.357]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"02_replace1k","v":{"total":[58.468,58.975,58.958,59.741,59.919,59.71,58.069,58.458,59.011,60.065,59.988,59.164,58.785,59.626,59.947],"script":[20.049,19.717,19.119,20.242,20.534,20.319,19.085,19.328,19.907,20.212,20.395,20.015,19.541,19.94,20.243],"paint":[37.918,38.74,39.309,39.056,38.865,38.84,38.266,38.626,38.437,39.365,39.104,38.494,38.544,38.943,39.153]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.956,23.666,23.353,23.831,21.638,22.555,23.817,23.34,23.114,23.466,23.012,23.567,22.939,23.761,22.382],"script":[5.162,5.641,4.71,5.825,4.991,4.681,5.569,5.791,5.807,6.374,5.009,5.559,5.023,5.605,4.664],"paint":[16.348,16.355,16.628,16.376,15.213,15.831,16.274,14.783,15.075,16.012,15.789,16.608,16.598,16.437,16.222]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"04_select1k","v":{"total":[6.019,6.126,6.921,5.981,5.525,5.173,6.382,6.75,5.139,6.278,6.493,5.875,5.618,6.32,6.276,6.473,6.041,5.326,6.216,5.089,6.85,6.431,5.967,5.671,6.885],"script":[2.486,2.465,2.554,2.413,2.381,1.901,3.249,2.979,2.282,1.902,3.319,2.491,2.854,2.864,2.816,2.558,2.377,2.809,2.168,2.636,3.387,2.641,2.341,2.635,2.862],"paint":[2.156,3.276,3.156,2.087,2.236,2.161,2.092,3.538,1.993,3.196,1.891,2.131,1.635,2.235,3.245,2.725,2.469,1.622,3.021,1.404,2.081,2.6,2.36,1.921,3.118]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"05_swap1k","v":{"total":[185.757,180.119,177.27,182.171,187.166,178.113,181.311,179.988,178.016,178.042,182.248,182.721,178.383,182.658,181.269],"script":[24.143,23.26,23.572,24.019,28.545,23.643,24.087,24.168,23.931,23.888,25.054,24.248,23.676,24.792,25.256],"paint":[158.258,153.621,151.169,156.283,156.137,151.459,154.991,153.712,151.988,152.28,155.086,155.987,151.392,155.605,153.31]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[18.636,20.414,20.691,20.164,18.989,20.829,18.758,19.182,19.614,19.376,19.058,18.657,19.288,19.554,19.209],"script":[1.822,1.869,2.049,1.911,1.921,2.193,1.666,1.898,2.284,1.783,1.651,1.873,1.874,1.849,2.25],"paint":[15.957,16.815,17.805,17.326,15.847,17.089,15.959,16.326,15.968,16.355,16.103,15.474,16.084,16.385,15.827]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"07_create10k","v":{"total":[629.614,638.158,631.444,631.735,633.278,614.493,633.027,635.284,631.867,632.75,624.582,627.863,629.752,631.431,636.892],"script":[249.992,256.51,248.97,251.661,252.595,247.606,253.013,256.208,250.93,254.208,245.838,247.398,245.972,249.935,254.41],"paint":[370.734,373.342,374.84,372.308,373.103,359.485,372.184,371.631,373.208,371.062,370.855,372.997,376.279,373.399,374.862]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.415,55.717,55.973,59.14,55.192,55.435,56.5,55.405,54.757,56.093,54.574,56.181,54.384,55.4,53.947],"script":[12.939,12.793,12.686,14.804,12.42,12.551,12.748,13.21,12.658,12.915,11.963,12.884,12.141,12.26,12.455],"paint":[41.506,41.937,42.277,43.111,41.579,42.038,42.518,41.245,41.167,42.109,41.383,42.364,41.227,42.148,40.297]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[29.809,28.938,30.339,28.955,28.371,29.327,29.514,30.749,29.655,30.488,28.534,29.981,29.126,29.002,30.106],"script":[27.302,26.951,27.896,26.795,26.165,26.861,26.896,28.169,28.143,27.251,26.53,27.081,26.336,26.818,28.124],"paint":[2.393,1.181,1.69,2.039,2.092,2.369,2.078,2.307,1.382,2.275,0.798,2.53,2.662,1.522,1.87]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9866046905517578]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.40028190612793]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.949830055236816]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8342866897583008]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.24015140533447]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.505]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.16]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.83999999999995]}}, {"f":"react-hooks-v18.2.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[280.546875]}}, {"f":"react-hooks-v18.2.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[142.2705078125]}}, {"f":"react-hooks-v18.2.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.0517578125]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[224.8]}}, -{"f":"react-hooks-v18.2.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[224.8]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"01_run1k","v":{"total":[45.332,44.304,44.369,45.284,46.043,46.171,44.764,45.961,46.337,46.46,45.409,44.665,44.247,47.091,46.164],"script":[9.048,9.467,9.591,9.486,9.574,10.294,9.435,10.179,10.259,10.19,9.242,9.22,9.237,10.311,10.25],"paint":[35.817,34.39,34.302,35.331,36.02,35.466,34.86,35.281,35.681,35.778,35.658,34.691,34.552,36.29,35.423]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"02_replace1k","v":{"total":[51.13,49.617,49.559,51.747,47.946,50.641,49.67,51.67,48.8,50.041,49.916,48.93,49.003,50.653,49.443],"script":[16.315,15.931,15.594,15.548,15.427,16.554,15.467,15.174,15.573,16.497,15.692,15.46,15.566,16.433,16.011],"paint":[34.321,33.224,33.535,35.708,32.087,33.585,33.702,35.999,32.777,33.132,33.541,33.002,32.859,33.486,32.998]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.408,24.771,22.91,21.905,22.706,23.51,24.648,22.4,23.389,22.43,23.203,22.972,22.765,21.412,22.726],"script":[6.192,5.492,5.697,5.204,5.227,4.993,4.551,4.921,4.734,4.577,4.273,5.853,5.213,4.55,5.283],"paint":[15.299,17.285,15.752,14.865,16.073,16.57,18.26,16.074,17.16,16.506,17.277,14.984,15.762,15.413,16.021]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"04_select1k","v":{"total":[6.151,5.839,5.545,7.593,5.415,5.878,5.678,6.142,5.534,5.796,5.812,6.917,6.344,6.894,5.378,4.82,6.269,5.952,6.236,5.357,6.041,7.314,6.698,5.562,7.18],"script":[3.011,1.882,2.903,3.301,2.213,2.897,2.834,2.519,2.405,2.357,1.951,2.43,3.082,2.939,2.268,2.258,3.103,3.225,2.022,1.955,3.512,3.497,2.815,2.186,3.156],"paint":[1.832,2.971,2.478,3.583,1.693,2.857,1.942,2.679,1.808,2.414,3.575,2.635,2.28,2.951,2.525,1.587,2.978,1.302,3.874,3.035,1.383,3.357,3.161,2.707,3.131]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"05_swap1k","v":{"total":[165.529,167.837,166.224,168.789,168.555,165.05,169.752,165.565,165.112,172.038,165.571,169.727,168.949,166.457,162.921],"script":[23.825,23.638,25.55,23.848,22.977,22.974,26.114,25.03,23.434,24.747,22.981,23.718,23.314,23.671,25.207],"paint":[139.46,141.986,139.275,143.014,142.962,140.428,141.5,138.131,139.21,145.362,139.528,144.092,143.287,140.822,135.407]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[20.236,20.8,18.584,20.106,19.163,19.096,19.711,18.994,18.602,20.235,18.662,19.712,19.533,18.508,19.223],"script":[2.253,1.72,1.873,1.926,2.094,1.657,1.825,1.573,1.807,1.811,1.895,2.139,2.216,1.512,1.853],"paint":[16.864,17.46,15.959,16.516,16.239,16.651,16.739,16.083,16.039,16.545,15.961,16.699,16.44,16.228,16.253]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"07_create10k","v":{"total":[635.112,640.817,636.692,637.357,628.3,627.588,629.244,636.056,643.014,637.801,631.648,636.209,628.667,644.15,635.969],"script":[250.505,247.317,248.608,244.731,245.108,237.999,240.625,242.308,252.749,251.273,243.915,246.275,241.543,252.965,247.327],"paint":[376.811,385.591,380.292,384.986,375.597,381.583,380.968,385.787,382.702,378.558,380.099,382.257,379.569,383.55,381.053]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.97,47.947,50.047,49.453,47.621,48.899,48.821,47.498,49.733,50.316,46.734,48.964,49.705,50.344,47.537],"script":[10.8,9.482,9.982,10.611,9.681,10.194,10.083,9.505,10.122,9.99,9.407,9.991,10.279,9.792,9.662],"paint":[38.946,37.564,39.216,37.805,37.11,37.465,37.79,37.054,38.616,39.316,36.505,37.981,38.18,39.311,36.976]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[26.928,27.536,27.63,26.954,26.607,26.619,27.09,26.088,26.573,27.555,27.514,29.223,26.954,27.154,26.135],"script":[24.133,24.507,25.252,24.438,24.674,24.649,24.469,24.211,24.649,24.786,24.747,27.244,24.95,24.947,24.212],"paint":[1.731,2.201,1.177,2.419,1.84,1.173,2.109,1.422,1.82,2.186,2.639,1.868,1.436,1.462,1.821]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0476579666137695]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.635899543762207]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.151683807373047]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.7838926315307617]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.412567138671875]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.6]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.796]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.96799999999996]}}, +{"f":"react-hooks-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[209.5]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"01_run1k","v":{"total":[45.522,45.469,46.468,47.264,45.606,45.428,45.427,47.026,45.962,46.067,45.754,45.728,46.145,48.286,45.498],"script":[10.096,10.08,10.92,10.009,9.829,10.378,10.945,11.056,10.9,10.385,10.87,10.781,11.082,10.244,10.552],"paint":[34.99,34.946,35.041,36.568,35.087,34.368,33.992,35.198,34.384,35.152,34.386,34.445,34.645,37.588,34.522]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"02_replace1k","v":{"total":[60.281,60.06,57.27,59.598,58.898,58.18,59.313,59.638,59.198,59.517,60.019,58.632,60.705,59.368,59.629],"script":[21.046,20.662,19.388,19.817,19.221,19.143,19.958,20.385,19.776,20.762,19.984,19.416,19.893,20.249,19.913],"paint":[38.733,38.936,37.404,39.132,38.955,38.544,38.867,38.532,38.722,38.221,39.225,38.697,40.228,38.631,39.223]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.333,26.312,22.704,23.376,23.197,22.762,22.898,22.173,23.575,24.565,22.899,23.285,22.733,22.381,23.593],"script":[5.365,5.946,5.376,5.834,5.494,5.706,5.225,4.897,5.223,5.405,5.216,5.816,5.415,5.562,4.989],"paint":[15.181,18.333,15.65,15.933,15.663,15.144,15.612,15.07,16.729,17.231,15.497,15.974,15.492,15.228,16.374]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"04_select1k","v":{"total":[6.056,5.334,6.596,5.936,6.705,6.065,5.345,6.315,5.993,5.935,6.641,6.079,6.811,4.95,5.339,5.908,5.045,5.37,5.875,5.735,6.657,4.897,6.754,6.137,5.607],"script":[3.126,2.743,3.266,1.909,3.149,1.946,2.237,2.255,2.51,3.083,3.063,2.913,2.653,2.296,2.76,2.877,2.429,2.475,2.56,2.729,2.803,2.196,2.764,2.278,2.534],"paint":[2.71,1.48,2.085,2.972,2.401,2.778,2.134,2.058,2.059,1.959,2.437,2.237,2.738,1.512,1.197,2.137,1.174,1.953,3.076,2.108,3.523,1.528,3.049,2.469,2.201]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"05_swap1k","v":{"total":[179.886,177.562,173.339,176.31,176.568,177.583,178.061,175.316,182.772,180.892,186.01,180.257,180.508,175.682,181.466],"script":[22.962,24.131,23.736,24.028,22.72,24.353,25.529,24.85,24.691,24.293,25.34,23.619,23.681,22.296,24.451],"paint":[154.529,151.098,147.555,150.051,150.446,150.779,150.884,148.638,155.655,154.356,157.979,154.876,154.525,150.971,154.657]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[18.878,19.498,19.011,19.166,19.226,18.955,19.483,18.639,20.235,19.225,18.888,18.751,18.685,18.762,19.086],"script":[1.966,2.28,1.931,1.936,2.235,1.847,2.274,1.885,2.178,1.918,1.986,1.65,1.566,1.867,2.252],"paint":[16.056,16.227,15.764,16.318,15.751,16.042,15.975,15.921,16.958,16.17,15.752,15.898,15.952,15.463,15.884]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"07_create10k","v":{"total":[638.67,636.446,633.794,632.169,634.125,628.49,631.151,635.167,618.244,641.09,629.406,631.671,637.272,628.583,627.942],"script":[257.724,253.832,254.12,250.957,252.758,254.702,247.814,251.036,253.644,253.084,246.173,248.142,256.104,247.408,247.007],"paint":[373.38,374.958,371.984,372.777,372.557,366.279,375.104,376.686,357.176,379.974,375.626,375.517,373.746,373.528,373.205]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.443,56.315,55.431,56.302,54.886,55.144,56.186,56.115,55.469,55.688,56.915,56.09,56.757,56.233,57.426],"script":[13.448,12.99,12.767,13.559,12.209,12.421,12.604,12.373,12.151,12.459,13.322,12.692,13.489,12.901,13.135],"paint":[42.05,42.329,41.714,41.458,41.464,41.856,42.619,42.852,42.132,41.993,42.339,42.16,42.322,42.09,43.003]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[30.685,27.955,30.511,30.123,27.314,29.986,28.727,30.111,30.395,29.553,30.222,28.823,30.254,30.155,29.377],"script":[28.404,25.372,28.002,27.954,25.08,27.477,27.488,27.504,27.862,26.991,28.26,26.549,27.513,27.874,27.394],"paint":[2.026,1.713,2.034,2.04,2.099,2.38,0.54,2.339,2.438,1.714,1.129,1.884,2.601,2.175,1.84]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.973332405090332]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.406351089477539]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.939797401428223]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.7857742309570312]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.23199272155762]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.8999999999996]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.92]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[174.01599999999996]}}, {"f":"react-hooks-opt-v18.2.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[280.1923828125]}}, {"f":"react-hooks-opt-v18.2.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[141.916015625]}}, {"f":"react-hooks-opt-v18.2.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.033203125]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[218.8]}}, -{"f":"react-hooks-opt-v18.2.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[218.8]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"01_run1k","v":{"total":[46.511,45.399,44.665,48.159,49.329,48.606,52.338,47.612,45.375,44.312,45.749,55.895,46.227,55.057,45.606],"script":[9.945,10.313,9.819,10.674,11.18,11.058,10.574,10.729,10.213,9.989,10.534,10.779,10.743,10.703,10.072],"paint":[35.851,34.68,34.633,37.032,37.755,37.185,34.895,36.504,34.945,34.089,34.97,38.68,34.951,37.769,35.207]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"02_replace1k","v":{"total":[48.231,47.934,46.742,49.922,47.393,46.756,51.982,47.718,48.165,47.123,50.428,49.35,48.057,47.807,48.108],"script":[13.991,14.018,13.486,14.048,14.052,13.612,14.361,14.087,14.006,13.564,13.918,14.332,13.946,14.454,14.49],"paint":[33.795,33.41,32.992,35.309,33.097,32.883,37.184,33.391,33.638,33.314,35.983,34.585,33.717,32.8,33.37]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[49.807,26.633,26.162,27.846,48.724,26.256,50.007,28.505,46.406,27.044,26.779,28.779,25.232,26.047,26.986],"script":[7.407,6.931,6.977,7.25,7.983,7.875,6.327,7.968,6.898,7.118,6.751,7.462,6.962,6.523,6.906],"paint":[21.416,18.309,18.211,18.265,20.004,17.332,19.622,17.67,18.145,17.163,19.692,18.255,17.105,17.626,17.871]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"04_select1k","v":{"total":[15.859,11.625,9.463,18.822,8.747,12.406,10.299,16.548,19.639,10.475,11.657,18.73,12.391,11.668,17.897,19.645,10.955,15.995,17.282,9.647,11.14,16.841,10.266,13.728,17.611],"script":[3.482,5.498,3.497,3.921,3.738,5.085,4.268,2.718,4.102,3.366,3.546,3.395,3.36,3.905,4.836,5.22,3.809,3.901,4.273,4.694,3.95,4.5,2.952,3.54,4.67],"paint":[5.423,4.209,3.21,3.869,3.954,5.038,4.24,4.125,3.748,3.971,4.311,4.869,5.236,3.646,3.657,4.111,3.372,5.359,5.154,3.426,4.333,3.6,3.641,4.158,3.942]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"05_swap1k","v":{"total":[167.346,168.19,167.39,167.007,167.979,172.576,165.554,170.1,165.857,162.372,164.463,166.294,171.867,167.342,167.7],"script":[25.58,22.927,24.88,24.486,24.584,26.055,24.749,27.618,24.551,25.345,24.349,24.802,26.639,24.957,24.076],"paint":[141.256,143.505,141.827,141.26,141.692,143.404,139.733,141.858,139.842,136.273,139.144,138.721,143.723,142.029,141.969]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[21.913,23.325,23.47,21.806,23.24,21.174,22.616,20.971,22.091,22.825,20.261,19.752,22.224,23.351,22.759],"script":[2.14,2.283,2.213,2.25,2.596,2.031,2.384,2.247,2.396,2.248,2.368,2.264,2.004,2.414,2.214],"paint":[17.761,18.372,18.742,17.924,18.58,17.02,18.007,16.869,17.424,18.723,16.648,16.167,18.113,18.988,18.638]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"07_create10k","v":{"total":[632.437,623.726,621.268,627.294,633.351,635.342,626.674,631.94,634.361,619.669,632.366,629.995,618.668,623.805,629.326],"script":[227.362,228.305,229.664,228.46,231.334,230.919,231.175,228.11,232.529,234.69,231.617,231.244,222.695,229.586,225.273],"paint":[388.247,382.819,376.574,384.283,386.204,384.451,380.548,390.983,390.66,371.197,387.232,383.796,379.94,382.228,387.805]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.848,49.418,48.808,48.814,48.267,52.111,50.525,48.717,51.145,50.506,48.571,48.969,66.782,52.812,49.067],"script":[10.598,10.76,10.821,10.281,10.367,10.812,11.405,10.984,11.291,10.772,10.685,11.099,10.479,11.501,10.537],"paint":[40.649,38.051,37.409,37.98,37.338,40.291,38.72,37.33,39.208,39.019,37.518,37.495,37.5,40.681,37.937]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[20.509,22.193,20.785,21.269,20.938,20.487,20.892,19.097,20.454,21.545,19.594,22.205,20.525,20.787,19.237],"script":[15.465,16.509,14.788,16.291,15.681,15.15,16.17,14.832,15.822,17.456,15.403,15.768,14.418,15.208,15.032],"paint":[3.404,4.857,5.78,3.858,4.576,3.12,4.414,2.978,3.282,3.493,2.783,5.108,4.923,2.163,3.997]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9863691329956055]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.744511604309082]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.215419769287109]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8789644241333008]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.4736852645874]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2476.93]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.783999999999999]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[152.85999999999999]}}, +{"f":"react-hooks-opt-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[210.4]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"01_run1k","v":{"total":[53.01,45.98,45.996,52.308,46.344,45.563,46.04,46.001,46.014,47.423,47.338,48.388,48.843,51.999,52.858],"script":[10.573,11.164,11.188,10.495,10.829,10.954,11.343,11.18,11.572,10.695,10.99,10.779,10.982,10.591,11.49],"paint":[35.69,34.56,34.564,34.996,35.168,34.377,34.466,34.462,34.177,36.409,35.988,36.446,37.037,34.699,34.786]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"02_replace1k","v":{"total":[56.33,57.189,55.836,55.499,56.67,56.139,57.177,57.462,55.891,56.785,57.281,56.653,55.569,57.637,56.815],"script":[17.453,17.324,17.119,16.919,17.331,17.533,17.737,17.446,16.819,16.752,17.504,17.36,16.946,17.292,17.428],"paint":[38.266,39.223,38.122,38.007,38.73,38.014,38.85,39.266,38.483,39.518,39.177,38.68,38.024,39.748,38.838]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[27.179,29.893,28.931,28.621,28.025,27.683,49.832,28.619,28.434,24.726,26.218,47.629,26.204,48.224,27.703],"script":[7.319,7.74,7.416,6.971,7.575,7.031,7.8,8.026,7.539,7.404,7.717,6.871,7.775,8.071,8.182],"paint":[18.65,19.108,16.848,17.741,17.025,18.614,18.137,18.606,18.236,16.975,16.367,19.419,17.605,17.963,19.199]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"04_select1k","v":{"total":[18.032,20.658,17.318,10.293,15.049,16.922,13.927,17.915,13.395,12.721,9.971,15.451,9.408,9.918,16.083,14.442,16.037,17.64,17.914,10.825,13.856,10.311,11.941,15.176,14.003],"script":[4.428,5.068,4.772,4.568,3.395,3.512,3.993,4.405,3.71,4.176,4.118,3.945,4.344,3.351,4.146,3.599,4.755,4.615,4.881,3.755,4.2,3.89,4.408,4.44,4.172],"paint":[4.817,4.746,5.847,3.769,4.14,3.897,4.234,3.771,3.777,4.433,3.551,3.606,3.112,5.308,3.422,4.393,4.217,4.06,3.975,4.732,5.07,4.17,2.752,3.373,3.724]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"05_swap1k","v":{"total":[183.529,182.475,179.778,183.709,180.521,179.506,187.43,183.96,185.984,184.031,182.87,181.18,180.107,187.057,189.448],"script":[27.602,24.111,25.583,25.567,25.151,25.158,25.764,25.453,25.839,25.309,26.045,26.465,27.049,26.687,27.863],"paint":[153.075,156.949,152.347,157.79,155.134,153.294,159.838,156.696,157.992,156.42,156.475,151.87,150.802,157.819,161.236]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"06_remove-one-1k","v":{"total":[22.219,22.649,22.011,22.295,22.447,22.112,21.792,22.393,21.897,19.657,22.381,22.546,21.774,21.632,21.586],"script":[1.798,2.309,2.001,1.974,2.567,1.871,2.746,2.132,2.124,1.763,1.8,2.617,2.391,2.291,2.056],"paint":[17.725,17.833,17.841,18.271,17.889,17.493,17.534,17.879,17.546,16.387,18.114,17.889,17.508,17.675,17.553]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"07_create10k","v":{"total":[619.7,630.658,621.448,622.504,624.779,627.131,602.125,626.562,625.358,625.381,628.768,618.476,621.091,612.237,624.796],"script":[238.218,228.669,232.576,234.093,230.434,230.291,229.874,234.606,234.366,229.48,228.893,229.537,230.216,234.749,238.139],"paint":[368.645,385.08,371.408,371.633,377.184,379.928,357.615,374.312,373.752,378.408,377.915,371.386,374.247,362.087,371.065]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[77.435,56.809,56.299,56.918,56.816,55.412,56.906,58.802,57.913,59.21,58.23,56.252,56.612,56.724,57.114],"script":[14.504,13.685,13.279,13.463,13.646,13.34,14.024,13.513,13.772,13.497,13.692,13.896,13.464,13.844,13.97],"paint":[42.993,42.354,42.414,42.847,42.42,41.31,42.219,44.517,43.448,44.932,43.736,41.763,42.49,42.119,42.423]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"09_clear1k_x8","v":{"total":[20.705,19.679,18.901,21.239,20.212,21.565,19.153,22.11,20.071,20.769,19.052,20.508,19.438,19.763,19.958],"script":[15.385,15.634,14.955,15.384,15.501,15.331,14.838,15.677,14.177,15.854,14.656,15.742,14.136,14.826,15.033],"paint":[4.231,3.409,2.613,4.449,3.882,4.987,3.801,5.551,3.93,3.82,3.384,4.51,4.164,2.928,3.96]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9729328155517578]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.533475875854492]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.001957893371582]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.914113998413086]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.276288986206055]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.155]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[35.955999999999996]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[186.46]}}, {"f":"react-hooks-use-transition-v18.2.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[280.7333984375]}}, {"f":"react-hooks-use-transition-v18.2.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[142.45703125]}}, {"f":"react-hooks-use-transition-v18.2.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.14453125]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[219.1]}}, -{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[219.1]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"01_run1k","v":{"total":[44.966,48.458,46.423,46.577,45.633,47.328,46.928,44.615,45.419,47.819,47.026,44.402,45.951,46.535,46.935],"script":[10.647,10.832,11.918,11.549,10.998,11.692,11.796,10.815,10.766,11.879,11.627,10.448,11.398,11.8,11.654],"paint":[33.83,37.201,34.041,34.624,34.169,34.944,34.63,33.309,34.174,35.236,34.887,33.514,33.835,33.946,34.591]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"02_replace1k","v":{"total":[49.113,52.24,48.602,51.01,48.384,49.656,50.471,50.338,48.191,48.604,48.605,49.581,49.292,48.541,48.902],"script":[15.07,15.967,14.987,15.076,15.315,15.392,15.62,15.932,15.177,15.234,15.17,15.738,15.02,15.483,15.81],"paint":[33.588,35.803,33.162,35.516,32.58,33.69,34.304,33.671,32.568,32.93,32.933,33.146,33.81,32.612,32.623]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"03_update10th1k_x16","v":{"total":[23.042,23.838,22.602,22.597,22.717,23.311,21.327,22.469,23.99,22.549,23.562,23.987,24.41,23.296,22.847],"script":[5.124,6.371,5.082,5.596,5.288,5.264,4.717,5.263,5.537,5.379,6.302,6.327,5.912,5.274,5.29],"paint":[15.89,15.699,15.53,15.034,16.242,16.503,15.239,15.134,16.561,16.176,15.83,15.342,16.19,15.752,16.362]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"04_select1k","v":{"total":[6.13,7.416,7.2,6.446,6.555,6.265,7.043,7.647,6.531,7.037,6.851,6.551,7.019,6.333,7.042,7.066,7.103,6.564,6.844,5.558,6.949,6.324,6.828,7.119,6.546],"script":[3.117,3.965,3.811,3.303,3.315,2.914,3.783,3.765,3.09,4.115,3.64,4.019,3.997,3.203,3.177,3.79,3.394,3.074,3.688,2.836,3.724,3.147,3.833,3.952,3.432],"paint":[1.952,2.028,2.05,2.628,1.958,2.686,2.697,3.374,3.249,1.857,1.928,1.773,1.666,2.946,3.73,2.356,2.829,2.1,1.692,2.598,2.328,1.976,1.126,2.983,1.985]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"05_swap1k","v":{"total":[169.367,168.109,168.347,178.518,166.616,166.213,170.17,167.134,168.47,166.268,166.79,169.06,168.683,172.113,174.443],"script":[28.455,27.685,26.191,28.81,26.417,25.793,26.016,26.32,25.343,26.315,26.567,28.905,25.964,28.075,28.127],"paint":[139.427,138.361,141.01,146.456,138.027,138.526,142.019,137.078,141.55,137.646,138.165,138.283,140.427,141.467,143.525]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"06_remove-one-1k","v":{"total":[18.852,18.662,18.816,18.589,18.597,18.777,19.003,19.774,19.421,19.055,18.948,18.539,22.061,18.385,18.233],"script":[1.526,1.803,1.742,1.417,1.585,1.429,1.927,1.503,1.687,2.132,1.983,1.576,2.871,1.435,1.392],"paint":[16.07,15.983,16.012,15.977,16.063,16.315,16.231,16.844,16.311,16.043,15.991,15.784,18.006,15.241,16.063]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"07_create10k","v":{"total":[675.489,667.968,667.679,667.389,658.904,655.478,675.39,662.453,657.223,663.062,662.09,676.943,665.199,667.193,678.587],"script":[275.472,274.771,275.438,274.172,275.947,273.037,277.555,276.083,274.896,273.755,272.159,275.956,274.308,274.999,274.457],"paint":[392.259,385.234,384.315,384.984,375.451,374.474,390.275,379.024,374.83,381.971,382.165,393.196,383.017,379.873,396.382]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.066,50.323,51.408,50.819,51.711,51.531,51.054,50.378,51.247,49.69,51.839,49.35,50.597,50.764,51.436],"script":[12.188,12.427,12.73,11.62,11.586,12.642,12.747,12.67,12.753,11.359,12.762,11.07,12.683,12.55,12.216],"paint":[37.914,36.97,37.82,38.026,39.294,37.694,37.362,36.764,37.56,37.408,37.866,37.383,36.939,37.252,38.257]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"09_clear1k_x8","v":{"total":[18.417,17.541,18.408,17.803,17.428,16.547,17.121,17.688,16.898,17.851,16.153,16.303,17.23,15.927,16.156],"script":[15.717,15.585,16.152,15.354,14.709,14.754,14.406,15.45,14.797,15.49,14.587,14.358,15.234,14.221,14.341],"paint":[2.233,1.161,1.788,1.649,2.32,0.847,2.081,1.622,1.225,1.865,0.705,1.135,1.209,1.606,1.706]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.2705135345458984]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"22_run-memory","v":{"DEFAULT":[7.285565376281738]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.915447235107422]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.6612024307250977]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[57.378631591796875]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"31_startup-ci","v":{"DEFAULT":[3059.464]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"32_startup-bt","v":{"DEFAULT":[67.66399999999999]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[179.65599999999998]}}, +{"f":"react-hooks-use-transition-v18.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[208.1]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"01_run1k","v":{"total":[46.602,47.19,47.139,46.995,46.896,46.787,46.882,46.868,47.101,47.084,47.483,47.173,47.112,47.709,46.385],"script":[11.369,12.207,12.135,12.129,12.155,11.595,12.08,12.303,11.672,12.109,12.214,11.815,12.177,12.541,12.199],"paint":[34.501,34.556,34.541,34.413,34.304,34.701,34.154,34.171,34.71,34.29,34.775,34.733,34.525,34.779,33.797]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"02_replace1k","v":{"total":[59.741,58.02,58.188,58.294,59.012,59.171,58.976,59.758,58.301,58.656,58.86,57.741,60.261,59.621,59.601],"script":[20.173,19.274,19.538,19.673,19.58,19.855,19.742,19.225,19.626,19.572,19.299,19.236,19.347,19.869,19.605],"paint":[39.095,38.237,38.172,37.885,38.975,38.872,38.542,39.915,37.903,38.595,39.07,37.712,40.204,39.078,39.481]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"03_update10th1k_x16","v":{"total":[23.092,23.238,23.145,23.82,23.482,23.347,23.074,23.853,23.958,23.339,22.411,22.586,23.037,23.768,23.301],"script":[6.107,4.933,5.577,5.186,5.694,5.881,6.119,6.109,5.805,5.666,5.66,5.475,5.899,5.669,5.772],"paint":[15.355,16.563,15.431,15.898,15.826,15.608,14.654,16.027,15.383,16.087,15.361,15.487,15.234,16.274,16.116]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"04_select1k","v":{"total":[6.957,6.244,7.176,6.927,6.19,6.207,7.05,7.139,6.277,8.664,5.829,6.56,5.847,7.475,7.462,7.916,6.331,7.215,6.921,6.385,5.758,6.931,6.894,7.134,6.685],"script":[4.197,3.419,4.093,3.512,3.682,3.172,3.909,3.865,3.205,4.046,3.018,3.268,3.518,3.711,3.832,4.22,2.878,3.974,3.838,2.977,3.09,4.17,3.43,4.507,3.551],"paint":[1.29,2.63,2.885,2.57,1.984,2.839,2.488,2.369,2.883,3.354,2.137,2.428,2.203,2.466,2.981,2.039,3.253,3.044,1.334,3.238,2.475,1.894,2.557,1.742,1.933]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"05_swap1k","v":{"total":[180.146,179.924,177.48,177.619,179.247,172.372,178.351,183.473,182.487,179.965,178.807,183.403,179.958,179.529,178.307],"script":[24.2,24.946,24.518,24.617,25.854,23.846,26.205,26.053,25.355,25.328,24.742,25.135,25.704,25.904,25.324],"paint":[153.482,151.969,150.409,150.984,151.263,146.039,149.533,154.689,154.681,152.728,152.089,156.073,150.615,151.07,151.066]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"06_remove-one-1k","v":{"total":[18.887,19.826,19.234,18.183,18.437,20.033,19.187,19.163,19.679,18.416,18.924,19.188,19.106,19.688,18.669],"script":[1.909,1.513,1.903,1.794,1.801,1.766,1.529,2.15,1.642,1.469,1.507,1.473,1.438,1.486,1.831],"paint":[15.979,16.829,16.12,15.415,15.484,16.597,16.019,15.973,17.035,15.714,16.207,16.835,16.326,17.289,15.086]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"07_create10k","v":{"total":[666.823,671.711,666.199,661.838,673.96,673.998,671.751,666.978,664.382,670.777,672.13,664.389,672.847,666.08,664.284],"script":[281.426,280.77,277.616,275.354,282.575,279.363,280.588,279.874,279.633,280.124,280.248,281.077,280.535,277.418,277.809],"paint":[378.015,383.182,380.791,378.5,383.509,386.812,383.085,379.143,376.82,382.522,384.056,375.868,384.926,380.614,379.143]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.674,58.435,59.986,59.356,58.847,59.533,58.961,59.521,57.734,60.528,59.661,60.388,59.622,57.517,59.943],"script":[15.873,15.238,16.037,15.638,15.648,15.243,15.098,15.495,15.406,16.897,15.461,15.632,15.526,15.1,15.798],"paint":[42.62,41.947,42.75,42.775,41.92,43.028,42.941,43.076,41.342,42.405,43.212,43.56,42.841,41.409,43.204]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"09_clear1k_x8","v":{"total":[17.765,18.681,18.364,19.262,19.591,18.886,19.751,19.193,18.741,19.467,20.416,18.446,18.835,18.987,18.873],"script":[14.916,17.271,15.802,17.222,17.633,16.27,17.312,16.746,17.258,17.176,17.597,16.115,15.852,16.247,16.528],"paint":[2.101,0.811,2.381,1.92,1.086,1.077,1.347,1.867,1.397,1.206,1.823,1.88,2.859,2.252,2.237]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.2819290161132812]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"22_run-memory","v":{"DEFAULT":[7.075089454650879]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.685968399047852]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.61153507232666]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[55.26817798614502]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"31_startup-ci","v":{"DEFAULT":[3058.4439999999995]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"32_startup-bt","v":{"DEFAULT":[67.04400000000001]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[189.47999999999996]}}, {"f":"react-mlyn-v0.5.16-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[351.380859375]}}, {"f":"react-mlyn-v0.5.16-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[213.1044921875]}}, {"f":"react-mlyn-v0.5.16-keyed","b":"42_size-compressed","v":{"DEFAULT":[49.2158203125]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"43_first-paint","v":{"DEFAULT":[299.6]}}, -{"f":"react-mlyn-v0.5.16-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[299.6]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"01_run1k","v":{"total":[47.717,48.534,47,46.74,50.1,47.306,46.949,48.413,49.594,45.873,47.515,46.839,49.814,49.874,46.341],"script":[13.948,14.19,13.548,13.191,13.874,13.803,13.494,13.562,13.512,12.691,13.75,13.302,14.548,13.792,13.21],"paint":[33.059,33.602,32.736,33.111,35.747,32.984,33.039,34.33,35.583,32.745,33.27,33.107,34.824,35.701,32.716]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"02_replace1k","v":{"total":[52.815,51.913,54.583,54.531,53.176,54.719,54.88,53.909,54.099,54.723,53.692,53.24,56.762,53.656,53.773],"script":[20.048,19.402,20.31,20.994,20.136,21.507,21.589,20.33,20.726,21.172,20.164,20.447,22.565,20.547,20.507],"paint":[32.306,32.1,33.545,33.062,32.575,32.752,32.854,33.115,32.942,33.081,33.059,32.336,33.44,32.658,32.511]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"03_update10th1k_x16","v":{"total":[23.539,22.067,24.307,22.618,23.156,23.134,23.118,25.067,23.662,23.121,24.54,23.088,24.17,22.194,23.304],"script":[5.98,5.064,7.01,5.146,5.618,5.826,6.417,6.326,5.704,4.964,6.232,5.502,6.316,5.222,6.097],"paint":[15.86,14.955,14.508,15.895,15.929,15.88,15.214,16.98,15.983,16.594,16.927,16.35,16.303,15.708,14.591]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"04_select1k","v":{"total":[7.172,5.717,5.583,7.106,6.437,7.157,7.246,6.869,7.066,6.36,7.418,6.229,6.298,6.622,6.73,5.922,7.645,6.522,5.624,6.536,7.664,6.617,5.93,7.142,7.601],"script":[3.542,3.211,3.673,4.24,3.05,3.919,3.751,3.639,4.264,3.357,3.759,2.927,2.911,3.564,4.087,3.208,4.339,3.183,3.048,3.581,3.756,3.097,3.078,3.669,3.702],"paint":[3.413,2.39,1.799,1.859,2.166,1.747,2.396,2.213,2.627,2.427,2.517,2.195,1.922,1.345,2.52,2.599,2.405,2.754,1.353,2.075,2.797,3.303,1.909,2.878,2.879]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"05_swap1k","v":{"total":[163.315,165.536,162.045,165.307,170.411,166.375,166.803,171.875,162.256,166.284,168.621,165.175,170.448,162.758,163.65],"script":[24.827,22.894,22.653,25.857,26.893,26.144,25.352,26.059,23.515,24.703,26.527,24.428,25.83,25.019,23.126],"paint":[136.301,139.995,137.528,137.512,140.887,138.937,138.921,143.428,136.822,138.467,140.722,138.396,142.628,135.252,137.82]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"06_remove-one-1k","v":{"total":[19.208,19.656,19.156,18.747,19.281,19.702,19.038,18.979,19.029,18.576,20.193,18.65,18.845,19.143,19.904],"script":[2.213,2.169,1.918,2.054,1.984,2.168,1.917,1.974,1.913,2.011,2.196,1.887,2.153,2.058,1.959],"paint":[15.781,16.45,16.497,15.565,15.761,16.046,16.363,15.963,16.23,15.38,16.774,15.563,15.873,16.266,16.604]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"07_create10k","v":{"total":[668.085,646.277,664.271,657.773,650.921,654.051,657.93,651.997,653.597,646.334,657.04,653.712,644.496,652.672,658.756],"script":[273.208,261.13,268.876,268.321,266.873,268.368,267.696,266.064,267.871,265.821,268.048,266.679,264.24,266.473,269.498],"paint":[387.075,377.486,387.751,381.703,376.302,377.907,382.546,378.31,378.002,372.796,381.223,379.097,372.618,378.298,381.234]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.241,52.714,52.815,54.172,52.009,51.663,52.78,54.491,54.358,52.73,53.073,52.233,51.282,51.948,53.094],"script":[13.155,13.511,13.807,13.952,13.655,12.952,13.86,13.929,13.932,13.596,13.825,13.661,13.116,13.782,13.768],"paint":[37.766,38.24,38.06,39.216,37.427,37.807,37.9,39.533,39.451,38.177,38.204,37.502,37.261,37.197,38.382]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"09_clear1k_x8","v":{"total":[28.832,29.705,29.151,27.39,29.333,28.251,28.405,27.458,29.444,28.485,28.522,30.898,27.876,27.493,29.016],"script":[27.047,27.998,26.997,25.113,27.149,25.746,26.451,24.73,26.904,26.247,25.731,28.212,26.309,25.661,26.562],"paint":[0.847,0.781,0.673,1.913,1.579,2.105,1.109,2.631,2.412,2.137,1.81,2.066,1.464,1.213,1.681]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.4003362655639648]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.28200626373291]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.838533401489258]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.846403121948242]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[46.697914123535156]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2851.1679999999997]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.911999999999997]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.43600000000006]}}, +{"f":"react-mlyn-v0.5.16-keyed","b":"43_first-paint","v":{"DEFAULT":[280.7]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"01_run1k","v":{"total":[48.276,48.522,48.659,48.498,48.754,48.907,47.346,48.373,49.016,48.247,47.994,47.737,51.088,51.623,49.657],"script":[13.872,13.745,14.03,14.142,13.904,13.697,13.393,13.975,14.131,13.75,13.716,13.366,13.504,14.007,13.401],"paint":[33.995,34.09,34.176,33.944,34.157,34.501,33.534,33.978,34.425,34.008,33.876,33.901,36.881,36.903,35.77]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"02_replace1k","v":{"total":[65.32,64.287,62.506,62.889,62.846,63.222,65.836,65.717,63.252,61.996,64.099,64.456,63.9,64.738,62.016],"script":[25.319,24.914,24.259,24.98,24.753,25.014,25.735,25.856,24.573,24.489,24.567,25.484,24.782,25.373,24.254],"paint":[39.442,38.905,37.785,37.154,37.348,37.426,39.641,39.236,38.222,37.019,39.022,38.242,38.377,38.737,37.289]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"03_update10th1k_x16","v":{"total":[24.496,23.139,23.875,22.761,23.719,25.276,23.84,25.172,23.783,23.234,23.523,23.964,24.37,23.673,25.076],"script":[6.538,6.243,6.372,6.082,6.01,6.572,5.859,5.646,6.263,5.992,5.694,5.92,6.151,6.501,6.28],"paint":[16.879,14.474,15.552,14.584,15.598,17.022,15.745,17.595,16.335,15.841,15.511,15.7,16.555,16.074,16.286]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"04_select1k","v":{"total":[6.729,7.924,6.243,6.413,6.666,6.412,7.495,6.761,7.832,7.336,7.678,6.693,7.48,6.447,7.023,7.689,6.59,6.218,6.213,7.325,6.062,6.577,8.065,6.598,6.25],"script":[3.112,3.655,4.029,3.602,3.771,2.896,3.796,3.533,3.538,3.876,4.147,3.618,3.168,2.958,3.671,3.35,2.955,3.616,3.29,3.143,2.895,2.831,4.378,3.435,3.41],"paint":[2.917,4.039,1.566,1.89,1.971,3.321,2.755,2.411,3.326,2.794,2.271,1.915,3.084,2.853,1.648,3.368,2.792,1.622,1.781,2.889,1.628,3.373,3.159,2.319,1.553]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"05_swap1k","v":{"total":[182.795,180.998,183.897,180.444,174.225,178.34,179.599,185.239,186.284,179.636,184.801,178.602,184.499,186.401,181.161],"script":[26.37,24.562,24.837,24.157,22.347,25.236,25.671,24.667,25.968,22.87,26.84,22.39,25.12,26.113,25.289],"paint":[154.109,153.015,156.302,154.056,149.508,150.563,150.629,159.065,156.694,154.305,156.454,153.164,154.669,157.476,153.202]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"06_remove-one-1k","v":{"total":[19.043,19.148,18.978,18.447,18.583,19.036,18.4,19.142,19.7,19.177,19.153,19.004,19.106,18.538,19.55],"script":[1.956,2.047,2.008,1.96,1.967,2.132,1.934,1.927,2.018,2.163,1.988,2.327,2.032,1.942,1.869],"paint":[15.927,15.648,15.881,15.286,15.804,15.605,15.635,16.11,15.852,15.934,15.712,15.791,15.665,15.427,16.423]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"07_create10k","v":{"total":[667.019,660.59,659.595,659.361,654.868,659.922,661.502,659.569,663.276,659.709,657.595,660.467,665.418,658.179,662.27],"script":[271.235,273.689,271.963,271.488,272.682,274.147,271.831,273.151,273.169,272.882,273.129,272.878,274.744,273.346,273.839],"paint":[388.019,379.419,380.191,380.396,374.712,377.697,381.434,377.953,382.357,378.953,376.771,379.85,382.025,376.902,380.508]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.961,59.328,59.299,61.389,60.229,60.677,60.765,61.25,61.363,60.931,62.768,61.364,59.974,61.185,61.626],"script":[16.469,16.631,16.586,16.672,16.421,16.682,16.761,16.488,17.897,16.79,18.055,16.63,16.884,16.882,16.617],"paint":[42.513,41.702,41.76,43.434,42.828,42.766,42.752,43.565,42.23,43.156,43.705,43.484,42.126,43.074,43.752]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"09_clear1k_x8","v":{"total":[34.633,34.605,36.077,35.49,34.57,33.378,33.306,32.773,34.426,36.105,36.093,34.619,34.663,36.711,38.916],"script":[32.043,32.652,33.443,33.449,32.768,31.195,31.079,30.95,32.909,34.084,33.632,32.44,32.604,34.269,36.405],"paint":[2.077,1.826,2.331,1.899,0.849,2.075,1.609,0.88,0.405,1.438,1.552,1.219,1.958,1.624,1.9]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.4025306701660156]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.079456329345703]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.574377059936523]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.892268180847168]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.57406520843506]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2851.2520000000004]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.288]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[185.57199999999997]}}, {"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[335.287109375]}}, {"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[197.009765625]}}, {"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[53.451171875]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"43_first-paint","v":{"DEFAULT":[310]}}, -{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[310]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"01_run1k","v":{"total":[46.033,45.402,44.129,44.827,45.033,45.339,44.339,47.116,45.238,44.634,45.201,44.454,44.66,45.574,44.637],"script":[9.724,9.909,9.261,9.387,9.658,9.82,9.445,9.772,9.573,9.24,9.721,9.182,9.281,9.625,9.676],"paint":[35.588,35.018,34.41,34.991,34.943,35.03,34.415,36.636,35.251,34.923,34.776,34.842,34.921,35.452,34.509]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"02_replace1k","v":{"total":[50.717,52.157,51.55,49.291,50.807,51.454,49.949,50.073,51.333,50.573,51.444,50.661,52.73,50.595,51.483],"script":[15.979,16.729,15.73,15.48,16.126,16.581,16.64,15.627,17.076,16.184,16.889,16.172,16.543,16.373,17.274],"paint":[34.251,34.889,35.116,33.338,34.184,34.403,32.867,33.976,33.801,33.925,33.887,34.029,35.452,33.745,33.478]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"03_update10th1k_x16","v":{"total":[23.653,23.924,23.641,24.616,24.036,23.037,26.199,23.714,22.595,24.915,23.469,23.748,22.855,23.343,24.377],"script":[5.363,5.614,5.777,5.997,6.556,6.254,6.503,5.499,5.558,6.723,5.571,6.322,5.719,5.519,6.311],"paint":[16.343,16.266,16.141,15.305,16.059,15.691,18.05,15.733,15.112,15.929,15.338,15.527,15.221,15.864,15.692]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"04_select1k","v":{"total":[7.247,6.33,5.172,6.031,6.306,6.708,6.19,5.919,6.089,6.177,5.993,7.576,6.564,7.058,8.763,7.199,5.33,6.281,6.765,6.412,6.315,6.957,6.532,6.367,7.998],"script":[3.136,2.852,2.572,2.505,2.86,3.051,3.166,3.078,3.188,2.732,2.857,3.193,3.865,3.328,5.55,3.328,2.707,3.082,3,2.97,3.185,3.443,2.349,3.14,3.817],"paint":[3,3.336,1.609,3.371,2.54,2.145,1.696,1.956,2.71,2.825,2.094,3.02,1.544,2.437,1.993,2.133,1.481,2.051,2.866,2.697,2.933,3.273,3.161,3.042,3.415]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"05_swap1k","v":{"total":[164.503,165.123,167.4,164.138,165.523,173.86,163.709,164.751,164.17,166.97,163.717,168.795,171.089,161.309,162.849],"script":[24.86,25.258,26.412,24.161,25.556,25.045,23.433,27.15,25.6,25.305,25.189,24.588,26.642,23.638,23.741],"paint":[137.737,137.861,138.354,137.776,137.829,145.99,138.889,135.82,136.527,139.208,135.612,141.972,142.207,135.79,136.912]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"06_remove-one-1k","v":{"total":[18.883,19.724,19.24,19.97,19.457,19.488,18.91,18.628,19.71,19.568,19.063,19.574,18.517,19.143,19.527],"script":[2.2,2.232,1.884,2.23,2.034,1.946,1.88,1.893,2.085,2.04,2.242,2.071,2.19,2.259,1.923],"paint":[15.57,15.766,16.359,16.633,16.247,16.615,16.222,15.649,16.418,16.506,15.757,16.327,15.567,15.737,16.519]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"07_create10k","v":{"total":[639.373,638.958,642.301,639.427,646.43,630.544,629.115,634.058,640.081,627.311,627.364,636.895,633.911,635.141,635.424],"script":[246.453,250.402,250.586,248.003,260.385,244.211,247.947,250.512,250.59,244.805,244.02,248.286,248.85,250.205,248.378],"paint":[384.623,378.967,383.435,383.532,378.564,378.745,373.561,375.986,381.45,374.723,375.541,381.127,377.443,377.592,379.327]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.909,49.516,49.281,48.166,47.826,48.05,49.377,49.049,46.904,49.513,48.955,48.751,47.077,49.827,51.868],"script":[9.6,10.66,10.455,10.265,9.616,9.824,10.195,10.312,9.364,10.365,9.747,10.288,9.616,10.441,10.251],"paint":[37.364,37.915,37.886,36.957,37.409,37.345,38.163,37.738,36.638,38.163,38.271,37.54,36.662,38.398,40.225]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"09_clear1k_x8","v":{"total":[29.347,29.685,27.26,27.915,28.456,27.881,27.844,29.097,28.06,27.97,26.066,27.235,27.866,28.246,28.099],"script":[27.05,27.381,25.261,25.926,25.612,25.195,25.661,26.73,25.77,26.27,24.217,25.577,25.761,25.983,26.182],"paint":[1.315,2.194,0.434,1.337,2.737,2.331,1.583,1.193,1.145,1.373,1.124,1.532,1.429,2.123,1.772]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.409088134765625]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"22_run-memory","v":{"DEFAULT":[5.469040870666504]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.105419158935547]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.4143943786621094]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.571438789367676]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.092]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.216000000000001]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[163.55600000000004]}}, +{"f":"react-mobX-v18.2.0 + 6.9.0-keyed","b":"43_first-paint","v":{"DEFAULT":[278]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"01_run1k","v":{"total":[46.055,45.435,45.663,45.981,45.357,46.221,45.88,46.626,47.606,46.472,45.861,44.94,47.386,46.419,48.847],"script":[11.074,10.373,10.559,10.805,9.919,10.869,10.486,10.754,10.668,10.775,10.797,10.235,10.829,10.192,10.624],"paint":[34.299,34.673,34.602,34.75,34.916,34.961,34.9,35.467,36.531,35.216,34.667,34.297,36.154,35.536,37.548]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"02_replace1k","v":{"total":[60.428,60.386,61.635,60.25,59.653,61.664,60.349,60.795,60.578,61.116,60.461,60.469,60.58,59.258,60.926],"script":[21.081,20.553,20.844,21.508,20.694,21.783,20.625,20.932,21.049,20.935,21.116,20.603,20.893,20.161,21.193],"paint":[38.629,39.131,40.342,38.022,38.427,39.173,39.219,39.394,39.047,39.642,38.85,39.379,39.213,38.535,39.286]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"03_update10th1k_x16","v":{"total":[23.791,23.057,25.048,24.522,26.392,23.997,23.474,23.346,23.124,25.113,25.661,22.998,23.227,24.344,22.585],"script":[6.692,6.416,6.788,6.543,6.519,6.652,6.604,6.312,6.513,6.615,6.347,5.666,6.133,6.655,5.353],"paint":[15.202,15.245,15.83,16.841,17.787,15.077,15.456,15.862,15.216,16.404,18.133,15.478,15.414,16.148,15.743]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"04_select1k","v":{"total":[6.661,7.086,6.573,6.653,6.244,6.919,6.965,6.912,6.679,6.835,6.606,7.75,6.888,6.313,6.434,5.98,5.986,6.577,6.327,7.051,6.448,5.89,6.036,7.219,6.618],"script":[3.566,2.778,3.335,3.817,3.369,3.542,3.143,3.13,2.829,2.822,3.155,3.379,3.625,3.748,2.729,3.13,2.61,3.055,3.184,3.1,3.657,3.032,2.957,2.847,3.444],"paint":[2.822,3.684,2.192,1.996,1.714,2.492,2.768,3.52,2.963,3.483,2.29,4.034,2.048,2.361,2.137,1.886,2.716,2.582,1.857,2.804,1.895,1.93,1.961,3.761,2.327]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"05_swap1k","v":{"total":[185.024,176.037,177.748,178.301,182.191,183.374,182.597,185.399,183.606,185.52,181.564,182.874,177.297,188.652,178.147],"script":[26.363,26.09,23.816,24.553,25.704,26.488,24.69,27.671,25.578,26.13,26.156,26.802,25.125,25.166,24.613],"paint":[155.413,146.927,151.457,151.47,153.854,153.046,155.807,155.542,155.138,156.545,152.018,153.19,149.109,161.351,150.994]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"06_remove-one-1k","v":{"total":[18.84,18.974,20.505,19.043,20.375,19.826,19.118,19.251,18.753,19.141,18.837,18.257,18.644,18.99,20.706],"script":[2.012,1.917,2.242,1.591,2.079,2.089,1.724,1.92,1.931,2.013,1.903,1.777,1.907,2.31,2.296],"paint":[15.695,15.895,16.822,16.315,17.044,16.502,16.206,15.755,15.742,16.086,16.124,15.746,15.66,15.869,17.515]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"07_create10k","v":{"total":[640.731,639.053,633.837,642.748,639.283,629.898,639.034,631.82,635.796,634.623,637.696,643.718,629.32,646.558,630.366],"script":[257.577,255.905,253.312,253.758,252.978,253.539,254.231,254.453,255.07,256.22,254.903,257.627,253.537,260.868,256.218],"paint":[374.694,375.452,372.738,381.237,378.604,368.7,377.175,369.434,372.942,370.486,374.731,378.052,368.212,377.613,366.46]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.531,58.67,56.993,57.251,58.057,57.954,57.851,56.351,59.448,58.484,56.23,55.458,57.329,58.058,57.494],"script":[13.636,13.614,13.284,13.754,13.538,13.068,13.71,13.052,14.419,13.948,13.27,13.481,13.878,13.677,12.965],"paint":[41.897,44.112,42.454,42.319,43.512,43.656,43.2,42.293,44.086,43.345,41.752,41.039,42.428,43.192,43.549]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"09_clear1k_x8","v":{"total":[30.097,29.879,29.376,30.81,30.056,31.529,30.147,30.837,31.348,30.764,30.023,31.847,34.115,31.628,32.195],"script":[27.435,28.082,26.696,28.369,28.135,28.905,28.548,28.31,29.473,28.401,28.076,29.241,31.319,29.067,29.603],"paint":[2.506,1.704,1.857,1.275,1.674,2.402,1.488,1.444,1.773,1.911,1.267,2.475,2.013,1.417,2.472]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.413055419921875]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"22_run-memory","v":{"DEFAULT":[5.239337921142578]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.917995452880859]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.373011589050293]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.36113929748535]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.404]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[176.03599999999997]}}, {"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[356.3369140625]}}, {"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[218.060546875]}}, {"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"42_size-compressed","v":{"DEFAULT":[59.6748046875]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"43_first-paint","v":{"DEFAULT":[333.3]}}, -{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[333.3]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"01_run1k","v":{"total":[58.842,58.42,60.628,60.547,61.671,58.002,59.493,57.468,61.894,57.558,61.108,58.195,57.597,61,61.787],"script":[23.436,22.494,22.991,22.55,23.611,22.442,22.876,22.075,23.441,21.96,23.481,22.078,21.79,23.46,23.506],"paint":[34.914,35.474,37.194,37.251,37.562,35.083,36.087,34.937,37.975,35.132,37.164,35.63,35.323,37.071,37.772]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"02_replace1k","v":{"total":[64.257,63.324,63.68,63.275,62.687,64.77,65.083,63.328,63.721,63.373,66.768,64.762,63.351,64.063,66.443],"script":[30.212,29.689,30.066,29.744,29.41,30.955,30.339,29.843,30.172,30.067,29.572,31.083,30.522,31.052,30.786],"paint":[33.409,33.144,33.171,33.064,32.8,33.348,34.302,32.976,33.127,32.815,36.715,33.221,32.339,32.535,35.177]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"03_update10th1k_x16","v":{"total":[29.404,28.454,29.001,28.739,28.19,29.1,29.931,29.288,30.269,28.953,29.547,28.394,28.795,29.966,28.694],"script":[11.37,11.004,11.79,10.926,11.201,11.233,10.936,9.893,11.032,11.614,11.504,10.564,10.557,11.569,10.888],"paint":[16.137,15.267,15.766,15.127,14.91,16.052,17.032,17.831,16.189,15.567,15.965,16.213,15.862,16.974,15.939]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"04_select1k","v":{"total":[7.301,7.472,6.836,7.379,6.569,6.433,6.142,7.763,6.433,6.092,6.626,6.682,7.515,7.443,6.748,7.483,7.729,7.452,7.521,8.034,7.968,6.862,8.744,7.565,7.287],"script":[4.134,3.767,3.809,4.207,3.758,3.721,3.292,4.56,3.644,2.827,3.774,3.383,4.048,3.761,3.472,3.958,3.943,4.049,4.586,4.539,3.665,3.687,4.769,3.78,4.335],"paint":[2.254,2.176,1.366,2.289,2.675,1.787,1.691,1.991,1.91,2.596,1.977,2.967,3.257,2.726,2.664,2.679,1.254,2.445,1.574,2.626,3.694,2.16,2.789,3.052,1.973]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"05_swap1k","v":{"total":[169.386,175.133,171.312,170.207,171.152,170.712,180.146,171.829,170.764,174.918,172.788,174.321,168.889,175.091,172.819],"script":[28.19,27.93,25.86,28.548,27.67,26.283,33.873,26.086,28.245,29.069,27.816,27.445,26.059,30.755,28.902],"paint":[139.211,145.186,144.033,140.172,140.633,142.635,143.673,143.866,139.88,143.803,142.403,145.083,139.255,141.802,141.743]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"06_remove-one-1k","v":{"total":[35.171,33.197,38.151,34.465,36.182,35.596,32.974,35.601,35.006,35.417,35.515,35.009,34.389,35.071,36.735],"script":[17.6,15.703,19.004,16.416,18.21,16.899,14.579,17.501,16.836,17.008,17.241,16.036,16.298,16.31,18.417],"paint":[16.356,16.267,18.006,16.755,16.452,17.457,17.028,16.555,16.324,17.157,16.875,17.521,16.895,16.703,17.312]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"07_create10k","v":{"total":[750.668,747.666,746.204,748.724,744.656,734.452,740.052,739.485,734.423,750.408,748.724,738.511,735.985,743.873,751.694],"script":[350.054,348.274,348.956,347.436,347.739,342.647,348.221,346.954,344.526,347.75,348.886,345.3,347.505,347.909,350.361],"paint":[392.825,391.694,388.498,393.553,389.526,384.366,384.122,385.105,382.443,394.86,391.799,384.739,380.552,388.097,393.259]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.134,57.186,63.686,58.171,60.566,63.431,60.908,58.934,59.636,62.904,58.342,60.585,59.464,60.595,58.982],"script":[19.074,19.256,21.722,18.959,21.813,21.433,21.892,19.568,21.533,22.019,19.362,21.757,19.224,22.282,17.762],"paint":[38.099,37.009,40.881,37.969,37.818,41.004,38.081,38.168,37.115,39.655,37.767,37.931,38.997,37.331,40.289]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"09_clear1k_x8","v":{"total":[34.436,37.494,38.163,32.827,36.571,38.778,39.015,39.148,38.635,38.663,38.658,37.275,36.835,37.272,37.271],"script":[32.247,34.803,35.727,30.46,33.954,36.757,36.601,37.332,35.905,36.181,36.637,34.536,34.044,35.249,34.863],"paint":[1.306,1.824,2.32,2.226,2.517,1.888,1.869,0.875,2.136,2.011,1.696,2.165,1.727,1.143,1.753]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.1237897872924805]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"22_run-memory","v":{"DEFAULT":[9.034221649169922]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.729935646057129]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.0024118423461914]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[75.10037040710449]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.71]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.488]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.528]}}, +{"f":"react-recoil-v18.2.0 + 0.7.7-keyed","b":"43_first-paint","v":{"DEFAULT":[318]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"01_run1k","v":{"total":[59.426,60.749,58.703,59.837,57.197,61.216,58.471,59.289,61.841,60.413,59.011,58.753,57.814,59.052,57.636],"script":[21.786,23.203,21.703,23.252,22.431,23.515,23.554,23.968,24.422,22.843,23.134,23.304,23.306,24.185,22.727],"paint":[37.16,37.095,36.547,35.877,33.972,36.989,34.43,34.893,36.715,36.851,35.43,34.988,34.078,34.391,34.439]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"02_replace1k","v":{"total":[72.931,74.38,74.337,75.405,77.342,73.437,72.982,74.668,77.854,71.492,73.625,74.082,76.368,75.369,72.887],"script":[33.801,34.449,34.476,35.657,35.374,33.804,33.957,33.481,38.309,33.083,33.615,33.398,36.115,34.838,34.084],"paint":[38.614,39.318,39.374,39.304,41.251,39.141,38.28,40.656,38.885,37.942,39.492,39.984,39.521,40.049,38.343]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"03_update10th1k_x16","v":{"total":[29.619,28.438,29.386,30.26,30.063,31.059,30.96,29.212,28.272,28.647,29.615,28.623,29.611,28.838,27.999],"script":[11.504,11.145,11.943,11.072,12.076,11.999,11.558,10.783,10.494,11.307,12.035,10.959,11.551,11.55,9.77],"paint":[15.577,15.201,16.256,17.938,16.23,17.275,17.397,16.574,16.689,15.601,16.179,16.184,16.662,15.797,15.898]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"04_select1k","v":{"total":[7.945,6.987,6.54,8.822,7.084,7.509,7.483,7.47,6.824,7.658,6.909,7.996,7.427,7.731,7.174,6.974,7.15,7.444,6.874,7.038,7.314,6.893,9.416,8.537,6.365],"script":[4.705,3.868,3.891,4.027,3.956,4.049,3.768,3.658,4.208,4.31,3.663,4.566,4.238,4.074,3.305,3.865,4.587,4.807,4.056,3.615,3.378,3.908,4.886,4.934,3.773],"paint":[2.072,2.2,1.494,3.52,1.633,2.682,3.494,3.065,1.47,2.44,1.824,3.174,2.972,2.919,2.124,2.41,1.695,1.721,1.943,3.196,2.864,1.991,2.388,2.654,1.706]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"05_swap1k","v":{"total":[180.54,182.193,184.098,181.612,181.777,181.608,182.03,181.767,183.661,182.676,182.364,182.635,184.668,184.5,182.275],"script":[27.268,29.982,26.879,29.506,28.883,29.73,27.943,28.191,28.301,28.501,27.679,28.527,27.53,27.857,27.46],"paint":[151.13,149.71,155.153,150.387,150.388,149.714,152.16,151.293,153.036,151.798,151.179,151.792,155.312,154.067,152.837]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"06_remove-one-1k","v":{"total":[39.517,38.213,36.64,37.614,38.511,36.716,36.986,37.155,38.175,35.869,38.54,39.359,36.977,38.415,36.407],"script":[21.432,19.786,18.29,19.573,20.465,18.805,18.858,19.037,20.042,17.781,20.544,21.133,19.501,20.653,18.704],"paint":[16.375,17.078,17.129,16.803,16.839,16.924,16.817,16.719,16.619,16.854,16.6,16.554,15.91,16.663,16.788]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"07_create10k","v":{"total":[743.216,746.974,745.116,739.53,744.442,743.021,739.813,745.682,734.529,737.46,736.825,743.294,743.337,737.495,739.263],"script":[353.124,352.962,354.886,350.777,353.348,352.746,352.372,351.567,351.391,351.342,349.375,354.597,356.197,350.285,352.171],"paint":[382.563,386.341,382.43,380.717,383.057,382.367,379.666,386.086,375.204,378.41,379.737,381.09,379.302,379.588,379.681]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[68.041,69.742,69.132,69.689,69.02,68.033,69.376,70.804,68.301,68.93,67.869,68.433,68.936,68.786,67.607],"script":[23.789,26.21,23.855,24.078,24.158,24.545,24.821,25.307,24.358,24.084,24.93,25.482,24.343,23.962,24.335],"paint":[43.331,42.594,44.078,44.447,43.904,42.543,43.274,44.274,43.122,43.631,41.982,41.725,43.629,43.589,42.268]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"09_clear1k_x8","v":{"total":[39.961,39.418,38.747,43.335,40.228,39.579,40.511,38.139,42.156,41.104,38.086,40.648,41.691,38.606,41.08],"script":[37.19,35.901,36.944,39.784,37.547,37.09,38.544,36.125,38.923,38.224,35.292,37.734,38.728,36.072,38.1],"paint":[1.956,3.327,0.794,3.377,1.614,1.411,1.305,0.803,2.321,2.683,1.838,1.781,2.088,2.232,2.27]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.1298933029174805]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"22_run-memory","v":{"DEFAULT":[8.791054725646973]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.51899242401123]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.0821895599365234]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[72.98551368713379]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.235]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.711999999999996]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[166.05599999999998]}}, {"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[296.39453125]}}, {"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[158.1181640625]}}, {"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"42_size-compressed","v":{"DEFAULT":[44.3681640625]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"43_first-paint","v":{"DEFAULT":[263.3]}}, -{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[263.3]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"01_run1k","v":{"total":[46.658,47.151,46.123,45.709,47.754,47.608,47.105,46.799,48.615,46.993,45.759,45.649,45.948,47.302,46.009],"script":[10.738,11.194,10.987,10.372,11.127,10.875,10.965,10.867,10.646,10.841,10.85,10.49,10.591,10.917,10.775],"paint":[35.176,35.555,34.7,34.823,36.154,36.321,35.673,35.473,37.552,35.724,34.449,34.716,34.908,35.679,34.804]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"02_replace1k","v":{"total":[52.127,50.823,51.189,51.233,51.286,50.808,50.832,50.998,50.766,51.177,50.742,51.522,52.392,50.755,50.012],"script":[17.937,17.129,17.37,17.857,17.636,17.397,17.176,17.464,17.048,17.46,16.351,17.105,17.702,17.082,16.864],"paint":[33.733,33.197,33.35,32.886,33.193,32.971,33.201,33.053,33.258,33.262,33.661,33.67,34.219,33.222,32.706]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"03_update10th1k_x16","v":{"total":[25.062,24.875,24.813,26.809,25.17,25.025,25.216,25.908,27.355,25.555,24.122,25.491,24.149,24.316,25.111],"script":[7.11,7.535,6.692,7.558,8.02,6.073,7.357,7.396,8.229,7.411,6.656,7.71,6.65,7.056,6.312],"paint":[15.857,15.06,16.536,17.234,15.768,17.77,15.396,16.555,16.587,15.919,15.591,16.142,15.559,15.875,16.906]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"04_select1k","v":{"total":[6.619,8.179,6.858,5.467,6.642,6.12,7.19,6.72,6.544,7.05,6.722,7.146,5.825,7.411,6.332,6.25,6.587,6.727,6.535,6.021,6.061,6.094,6.763,6.329,6.838],"script":[2.886,4.004,3.105,3.109,3.556,2.809,3.758,3.506,2.463,3.266,3.592,2.979,2.657,2.915,3.206,3.079,3.471,3.007,2.949,2.363,3.423,3.011,2.8,2.971,3.554],"paint":[2.871,3.178,3.545,2.228,2.144,3.189,1.587,1.932,2.786,2.72,1.3,3.073,2.061,3.541,2.164,3.051,2.919,2.738,2.655,2.934,2.242,2.119,3.4,2.565,2.251]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"05_swap1k","v":{"total":[165.947,164.817,163.598,165.054,172.019,162.398,161.933,165.89,163.257,165.467,167.931,164.816,174.711,172.073,174.774],"script":[23.25,23.933,24.407,23.208,24.653,25.768,23.356,23.956,24.031,24.757,22.998,24.871,23.578,24.687,25.719],"paint":[140.51,137.674,137.227,139.813,145.559,134.163,136.635,139.199,136.48,138.786,142.902,136.931,148.07,145.186,145.382]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"06_remove-one-1k","v":{"total":[19.571,19.076,19.06,19.329,20.108,18.828,19.707,18.878,19.342,19.398,19.956,19.004,18.641,19.687,20.09],"script":[2.313,2.204,1.91,2.317,1.869,2.054,2.187,1.979,2.126,2.173,2.235,1.861,1.998,1.997,2.06],"paint":[16.081,15.781,15.86,16.034,17.361,15.714,16.186,15.502,16.022,16.363,16.744,16.085,15.543,16.806,16.212]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"07_create10k","v":{"total":[647.511,638.832,636.411,643.164,650.851,642.931,643.234,634.464,641.592,642.376,639.1,639.073,641.227,647.009,645.047],"script":[255.306,253.272,254.362,254.044,257.132,255.742,256.582,259.066,255.625,254.764,254.49,254.349,254.861,255.872,253.636],"paint":[384.554,377.701,374.449,380.765,385.612,379.179,379.046,367.872,378.182,379.59,377.097,375.981,377.537,383.259,383.312]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.474,48.357,49.728,47.875,50.495,49.581,49.462,50.043,50.018,49.916,47.781,48.178,52.614,49.732,49.96],"script":[11.047,11,11.325,10.087,11.254,11.136,10.956,11.2,11.254,11.291,10.188,10.426,11.166,11.373,11.401],"paint":[37.448,36.41,37.486,36.951,38.042,37.449,37.237,37.901,37.562,37.666,36.753,36.928,40.436,37.159,37.704]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"09_clear1k_x8","v":{"total":[27.857,29.536,27.87,28.423,28.091,26.543,27.228,28.135,30.259,27.433,27.456,26.947,28.055,28.63,27.446],"script":[25.622,26.489,25.022,26.168,25.933,24.226,24.571,25.647,28.049,24.818,25.386,24.228,25.914,26.142,25.329],"paint":[1.539,1.24,1.886,2.141,2.05,2.222,2.092,2.365,2.108,2.207,1.953,2.053,2.018,2.383,2.02]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0246562957763672]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"22_run-memory","v":{"DEFAULT":[5.895790100097656]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.357892990112305]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.805802345275879]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.60482215881348]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.455]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.82]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.08399999999997]}}, +{"f":"react-redux-v18.2.0 + 8.0.5-keyed","b":"43_first-paint","v":{"DEFAULT":[222.8]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"01_run1k","v":{"total":[46.241,46.678,46.611,46.975,47.311,47.18,46.414,48.006,48.226,46.582,47.238,47.169,49.959,46.646,47.205],"script":[11.022,12.186,11.817,11.912,11.994,11.8,11.385,12.094,11.173,12.045,11.685,11.875,12.084,11.242,12.178],"paint":[34.729,34.078,34.249,34.313,34.589,34.645,34.513,35.168,36.343,34.057,35.055,34.539,37.457,34.838,34.593]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"02_replace1k","v":{"total":[61.016,59.811,61.769,62.23,60.657,62.105,60.529,60.601,61.797,60.764,62.058,60.749,61.272,62.007,62.439],"script":[21.056,21.525,22.01,22.009,21.814,21.713,21.985,21.824,21.942,21.186,21.736,22.068,21.728,22.137,22.354],"paint":[39.292,37.513,39.292,39.788,38.102,39.722,38.087,38.272,39.369,39.148,39.817,38.257,39.01,38.976,39.622]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"03_update10th1k_x16","v":{"total":[25.108,24.469,25.171,25.604,24.969,25.187,24.991,25.175,25.605,24.21,25.414,26.445,25.189,26.216,25.261],"script":[7.017,7.001,7.643,7.054,7.939,7.384,7.237,7.656,7.373,7.344,7.627,7.658,6.745,7.71,6.688],"paint":[15.783,16.189,15.809,16.833,15.968,15.779,16.151,15.7,16.601,14.323,15.59,16.799,16.772,16.363,17.179]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"04_select1k","v":{"total":[7.576,6.607,6.53,6.484,6.533,6.766,6.462,7.712,6.711,6.091,6.341,6.292,6.861,5.997,5.672,7.612,7.386,6.12,5.969,5.289,6.66,5.924,6.7,5.895,6.25],"script":[3.415,3.741,3.317,3.164,3.343,3.103,3.17,3.897,3.469,2.628,3.181,2.772,2.708,2.665,2.918,4.214,2.92,3.421,3.133,2.804,2.602,2.519,3.015,3.276,3.545],"paint":[2.866,1.332,2.064,2.295,2.453,3.448,2.048,2.561,2.258,2.272,2.32,3.303,3.936,2.097,2.545,1.47,3.127,1.58,2.628,1.382,2.925,2.533,1.992,1.486,2.425]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"05_swap1k","v":{"total":[180.32,177.601,178.581,178.176,174.006,179.207,179.45,179.781,177.68,178.219,178.673,176.521,183.696,178.517,180.576],"script":[24.926,24.518,23.983,24.394,23.257,25.239,23.625,26.538,26.393,22.802,23.48,22.447,24.909,24.001,22.9],"paint":[153.012,151.093,152.9,152.529,148.265,151.236,152.81,150.822,148.528,152.371,153.046,149.305,156.505,152.557,155.025]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"06_remove-one-1k","v":{"total":[19.177,19.569,20.115,19.199,19.022,19.394,19.325,19.057,19.178,19.728,18.8,18.667,19.024,19.701,19.18],"script":[2.202,2.472,2.706,2.296,1.996,2.185,2.004,2.036,2.133,2.32,2.512,1.961,2.341,2.624,2.381],"paint":[15.788,16.051,15.753,15.998,15.883,16.378,16.495,16.187,15.751,16.232,15.239,15.882,15.811,16.057,15.929]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"07_create10k","v":{"total":[638.623,643.338,636.725,640.99,634.778,634.542,638.974,647.889,637.159,642.932,638.437,646.802,637.124,639.417,639.985],"script":[261.205,267.087,261.913,262.075,254.661,259.914,261.568,260.638,262.051,261.679,260.859,261.666,260.79,260.866,262.199],"paint":[369.47,367.881,367.326,371.191,372.424,367.092,369.308,379.468,367.488,373.706,370.029,376.883,368.388,370.238,369.694]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.981,60.008,59.168,58.933,59.256,59.829,58.094,58.198,58.141,58.454,58.642,58.606,58.75,58.593,58.455],"script":[15.365,15.34,15.373,15.447,16.319,15.679,15.404,15.476,15.098,15.399,15.255,15.099,15.325,15.511,15.638],"paint":[41.673,43.432,42.809,42.228,41.689,43.031,41.675,41.466,42.069,42.127,41.99,42.279,42.17,42.201,41.87]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"09_clear1k_x8","v":{"total":[30.68,30.89,30.318,31.707,31.579,29.643,30.574,30.856,29.757,31.161,31.811,30.133,30.305,28.639,29.6],"script":[28.785,28.35,27.92,29.224,28.827,27.481,28.703,28.067,27.386,28.256,29.622,28.024,28.16,27.12,27.602],"paint":[0.836,1.142,1.753,1.957,2.27,2.025,1.732,2.478,2.082,2.767,1.632,1.572,2,0.476,1.17]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.032444953918457]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"22_run-memory","v":{"DEFAULT":[5.558921813964844]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.098586082458496]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.778280258178711]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[42.46119499206543]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[2627.4500000000003]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.556]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.968]}}, {"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[287.9580078125]}}, {"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[149.681640625]}}, {"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"42_size-compressed","v":{"DEFAULT":[41.822265625]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"43_first-paint","v":{"DEFAULT":[233.3]}}, -{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[233.3]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"01_run1k","v":{"total":[49,48.646,46.69,47.398,46.653,47.079,50.006,47.604,46.736,47.965,50.16,49.266,49.585,47.511,47.554],"script":[12.947,13.133,11.806,12.632,11.563,11.994,12.124,12.023,11.803,12.171,12.786,12.493,12.528,12.489,11.885],"paint":[35.545,34.999,34.4,34.304,34.598,34.617,37.436,35.139,34.453,35.038,36.949,36.3,36.565,34.237,35.211]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"02_replace1k","v":{"total":[54.992,52.687,52.918,51.962,53.04,52.585,53.614,52.828,52.388,52.846,53.531,52.632,51.887,53.294,52.365],"script":[18.607,18.938,19.352,18.554,19.625,19.495,19.379,19.482,19.376,19.087,19.99,19.232,18.848,19.713,18.605],"paint":[35.748,33.136,33.114,32.965,32.878,32.373,33.754,32.921,32.548,33.297,33.063,32.874,32.571,33.125,33.059]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"03_update10th1k_x16","v":{"total":[26.028,28.611,28.472,28.062,27.488,28.532,26.425,27.554,26.677,27.549,26.356,29.453,27.753,27.537,27.701],"script":[9.415,9.756,9.353,9.033,9.27,10.872,8.637,9.736,8.545,9.152,9.361,9.762,10.132,9.545,9.401],"paint":[15.228,16.23,17.198,17.547,15.88,15.697,16.375,16.768,16.47,15.937,15.021,16.027,16.215,16.549,16.49]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"04_select1k","v":{"total":[7.128,6.91,6.286,5.396,5.84,6.426,7.036,7.464,7.071,6.217,6.881,5.931,6.507,7.263,7.596,6.038,6.454,6.745,6.046,7.592,5.413,6.47,6.218,6.971,6.426],"script":[3.782,3.514,3.066,2.787,2.863,3.453,3.041,3.981,3.562,3.148,3.618,3.494,2.717,3.035,3.133,3.078,3.486,3.379,2.208,4.41,2.396,3.114,2.805,3.384,3.3],"paint":[2.426,2.552,2.047,1.691,2.448,1.97,3.767,2.832,2.78,1.941,1.897,2.282,3.059,3.012,2.845,1.564,2.378,3.192,3.717,2.988,2.897,2.799,2.44,2.328,0.955]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"05_swap1k","v":{"total":[173.812,168.449,171.691,167.083,172.096,161.928,172.963,164.265,169.225,167.012,163.893,171.895,174.905,166.16,170.079],"script":[25.47,25.37,26.72,26.742,29.971,25.357,26.745,25.617,26.925,25.779,23.861,26.905,25.471,25.476,27.761],"paint":[146.343,140.372,142.998,137.646,139.85,134.414,144.25,136.257,138.705,139.49,138.294,143.621,147.776,138.699,140.282]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"06_remove-one-1k","v":{"total":[20.369,20.049,20.783,19.854,19.91,20.124,20.738,19.732,20.208,20.789,20.466,19.741,19.766,20.176,19.814],"script":[3.315,3.009,2.841,2.771,2.818,2.931,2.972,2.665,2.578,3.436,3.066,2.651,3.122,2.989,3.021],"paint":[15.886,15.953,16.334,16.301,16.274,15.972,16.982,16.243,16.527,16.394,16.034,16.329,15.428,16.039,15.737]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"07_create10k","v":{"total":[647.216,656.889,642.95,657.617,635.955,644.703,651.901,639.652,644.243,654.133,656.575,646.641,635.482,643.077,642.146],"script":[259.685,263.484,258.241,259.909,257.054,258.54,257.578,256.061,259.295,261.937,263.777,259.202,257.628,263.715,259.83],"paint":[379.612,385.748,376.78,388.496,371.411,378.043,386.676,375.872,377.484,383.736,384.98,379.789,370.329,371.739,374.709]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.853,51.705,51.065,54.987,51.854,52.668,51.331,52.338,52.015,51.729,52.03,51.49,52.219,52.006,52.309],"script":[12.64,12.081,12.341,13.567,13.231,13.331,13.344,13.188,13.028,13.27,12.766,13.251,12.564,13.048,13.45],"paint":[37.286,38.545,37.747,40.183,37.679,38.367,36.951,38.322,38.047,37.53,38.252,37.273,38.649,38.027,37.631]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"09_clear1k_x8","v":{"total":[29.758,29.636,29.276,28.902,27.438,28.735,30.064,29.926,29.458,28.576,29.219,28.293,28.501,29.573,30.254],"script":[27.097,27.688,27.093,26.901,25.796,27.208,27.249,27.776,27.1,26.21,26.393,25.798,26.243,27.778,27.934],"paint":[1.73,1.83,2.058,1.177,0.862,0.441,2.682,2.049,1.084,2.249,2.705,2.382,2.16,0.888,1.493]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.1961450576782227]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"22_run-memory","v":{"DEFAULT":[6.232275009155273]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.816094398498535]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.382382392883301]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[46.63652324676514]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.184]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.343999999999998]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.02800000000002]}}, +{"f":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","b":"43_first-paint","v":{"DEFAULT":[209.2]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"01_run1k","v":{"total":[51.031,51.269,48.85,50.176,50.998,46.943,48.381,48.561,48.514,48.21,51.538,48.018,47.729,49.3,47.417],"script":[13.285,13.906,13.535,13.494,13.508,12.996,13.584,13.392,13.599,13.539,13.563,13.478,13.373,13.342,13.214],"paint":[37.31,36.896,34.84,36.179,37.017,33.478,34.072,34.442,34.415,34.225,37.343,34.1,33.936,35.489,33.692]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"02_replace1k","v":{"total":[61.098,62.823,62.423,63.544,62.157,60.866,62.167,62.915,59.985,62.839,62.073,61.316,61.873,61.986,61.952],"script":[23.055,22.981,23.959,23.24,22.697,22.617,22.819,23.085,22.188,23.031,23,22.681,23.278,22.609,23.067],"paint":[37.591,39.304,37.916,39.591,38.947,37.77,38.863,39.115,37.326,39.083,38.335,38.102,37.944,38.767,38.258]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"03_update10th1k_x16","v":{"total":[28.548,26.83,28.717,27.468,27.622,27.555,26.992,26.964,29.051,28.278,28.49,27.916,26.766,29.128,27.484],"script":[10.697,8.769,10.951,9.774,10.438,10.032,10.29,8.85,10.095,11.005,10.422,10.695,9.235,9.723,9.671],"paint":[15.094,16.251,15.208,16.284,15.263,15.99,14.837,15.561,17.205,15.388,16.982,15.663,15.671,16.67,16.273]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"04_select1k","v":{"total":[6.861,6.795,7.768,7.048,5.895,6.725,6.582,6.353,8.219,5.936,6.019,7.095,6.278,6.459,6.422,6.455,6.851,6.885,7.139,6.243,6.309,6.88,6.099,6.953,6.359],"script":[3.248,3.205,3.742,3.345,3.078,2.951,3.178,3.267,3.425,3.445,3.083,3.388,3.103,2.887,2.974,2.77,3.191,3.159,3.916,2.571,3.169,3.684,3.325,3.425,2.835],"paint":[2.16,2.885,2.822,2.672,2.081,3.561,2.438,2.848,3.797,1.478,1.979,2.998,2.224,2.536,1.882,2.538,2.24,2.418,2.05,3.465,1.527,2.075,2.565,3.308,2.538]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"05_swap1k","v":{"total":[182.073,182.139,184.772,183.123,180.645,182.506,183.864,177.576,180.69,181.07,180.976,184.635,181.83,183.193,180.046],"script":[23.984,24.953,26.871,28.563,25.095,26.586,24.279,25.16,25.955,26.151,26.73,26.675,27.037,25.235,25.906],"paint":[155.984,154.64,155.013,152.148,153.266,152.392,154.887,149.401,152.106,151.042,151.844,154.16,152.451,155.4,152.481]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"06_remove-one-1k","v":{"total":[19.83,19.869,20.97,20.406,20.222,20.358,20.144,20.019,19.873,20.626,20.498,20.886,20.898,20.027,21.557],"script":[3.111,3.118,3.646,3.312,2.793,3.246,3.381,3.162,3.072,3.224,3.247,3.458,2.799,3.013,3.125],"paint":[15.827,15.916,16.002,15.691,15.69,15.925,15.778,15.819,15.832,15.554,16.174,16.248,16.443,15.693,16.394]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"07_create10k","v":{"total":[641.708,644.492,643.141,641.923,641.943,644.816,644.36,640.059,646.169,652.005,645.438,646.143,645.053,637.275,639.474],"script":[264.402,265.608,267.09,260.914,263.772,265.88,264.528,261.375,264.232,262.42,267.764,266.718,267.022,262.335,263.76],"paint":[369.551,370.561,368.01,373.201,369.551,371.02,371.722,371.206,373.717,381.798,369.083,371.777,370.297,367.142,367.664]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.399,63.043,61.337,61.212,61.898,62.133,60.859,60.744,60.155,61.19,60.048,61.722,62.312,62.098,61.114],"script":[17.519,17.56,17.804,17.352,17.852,18.689,17.289,17.416,17.768,18.335,17.52,18.077,17.375,17.783,17.527],"paint":[41.605,44.256,42.289,42.62,43.184,42.465,42.63,42.391,41.411,41.653,41.266,42.413,44.088,43.331,42.374]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"09_clear1k_x8","v":{"total":[32.035,31.472,31.59,31.378,30.026,32.131,31.231,31.177,30.179,31.227,29.465,32.151,31.388,31.585,32.146],"script":[29.391,29.063,29.108,29.139,28.078,29.64,29.629,28.981,27.525,29.62,27.152,29.027,28.56,29.262,30.099],"paint":[1.831,2.038,2.357,2.107,1.811,2.352,1.469,1.528,2.52,1.492,2.196,3.006,2.517,1.845,1.548]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.1983089447021484]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"22_run-memory","v":{"DEFAULT":[6.038760185241699]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.584476470947266]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.3276185989379883]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.48380661010742]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"31_startup-ci","v":{"DEFAULT":[3000.9040000000005]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"32_startup-bt","v":{"DEFAULT":[30.351999999999997]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[182.88400000000004]}}, {"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[348.2841796875]}}, {"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[210.0068359375]}}, {"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"42_size-compressed","v":{"DEFAULT":[55.9921875]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"43_first-paint","v":{"DEFAULT":[322.3]}}, -{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[322.3]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"01_run1k","v":{"total":[59.468,59.637,58.157,58.126,62.31,58.688,57.95,61.347,57.907,58.376,60.591,59.704,58.919,58.082,60.356],"script":[23.524,22.887,22.324,22.2,23.663,23.123,22.35,23.519,21.898,23.12,23.351,23.97,23.909,22.757,23.478],"paint":[35.492,36.231,35.342,35.432,38.155,35.099,35.119,37.3,35.54,34.81,36.726,35.299,34.541,34.555,36.365]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"02_replace1k","v":{"total":[65.772,63.892,62.565,62.98,63.146,63.977,62.626,63.213,63.731,64.503,63.04,64.482,64.116,64.955,65.677],"script":[30.907,30.402,29.678,29.541,29.496,30.276,29.056,29.311,30.187,29.906,29.529,29.247,29.622,29.16,30.161],"paint":[34.379,32.953,32.445,32.948,33.203,33.128,33.107,33.284,33.086,34.13,33.068,34.747,33.788,35.319,35.086]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[30.106,28.657,29.31,27.217,29.49,29.462,28.73,28.664,28.764,30.509,30.033,29.621,29.52,28.571,28.901],"script":[12.321,11.578,11.114,9.91,11.606,11.376,10.776,10.745,11.576,10.952,11.922,11.568,11.897,11.225,11.219],"paint":[15.774,14.45,16.299,15.435,15.971,15.677,16.163,16.355,15.279,16.882,14.953,16.416,15.896,15.883,15.381]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"04_select1k","v":{"total":[7.93,5.993,7.32,6.332,6.841,8.438,6.48,7.546,6.499,7.661,6.546,7.158,8.067,6.579,8.482,8.564,6.953,6.775,6.567,7.165,6.633,7.201,7.136,7.045,7.414],"script":[3.862,3.637,4.174,3.196,3.167,4.662,3.073,3.781,3.466,4.324,4.244,3.765,4.38,3.765,4.075,3.956,3.837,3.321,3.966,3.524,3.816,3.814,3.662,3.888,3.992],"paint":[3.446,1.453,2.02,2.591,2.799,3.419,2.284,3.544,2.887,2.7,1.528,2.552,2.942,1.989,3.377,3.009,2.103,2.251,2.39,3.16,1.86,2.37,2.615,1.556,2.042]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"05_swap1k","v":{"total":[171.355,170.327,172.595,170.725,173.764,176.59,166.795,169.547,164.389,171.799,169.522,166.416,175.763,170.834,172.945],"script":[31.906,29.138,28.99,29.582,32.723,29.008,27.611,29.028,27.826,30.896,25.863,29.495,28.094,29.182,25.732],"paint":[136.245,139.413,140.969,139.267,137.071,145.087,136.607,138.362,135.107,138.345,141.385,134.822,145.979,140.194,144.499]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"06_remove-one-1k","v":{"total":[35.759,35.558,34.398,34.076,37,34.106,35.906,36.497,35.958,32.476,34.576,35.705,38.165,37.439,35.079],"script":[17.847,16.87,16.241,16.663,18.489,16.427,16.665,17.649,18.291,14.224,15.461,17.203,19.686,19.419,17.18],"paint":[16.993,17.293,16.871,16.532,17.298,16.763,18.247,17.46,16.276,16.74,17.473,17.562,17.045,16.991,16.925]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"07_create10k","v":{"total":[746.317,736.091,740.216,740.701,744.55,738.019,767.569,776.289,758.405,744.108,745.475,741.617,743.606,741.373,735.437],"script":[344.147,341.022,343.533,345.149,345.977,345.417,361.066,363.344,361.766,344.404,344.663,344.813,348.549,343.782,347.744],"paint":[394.527,387.504,389.363,388.042,390.84,385.123,398.752,405.121,389.027,391.18,393.002,389.344,387.788,390.081,379.846]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.371,62.981,59.047,61.599,58.308,60.887,59.472,60.218,64.311,59.201,60.44,58.702,57.438,59.236,58.718],"script":[21.706,20.614,20.801,20.556,18.114,22.008,20.621,21.729,22.729,19.553,21.927,19.465,19.278,19.894,18.826],"paint":[41.588,41.433,37.38,39.832,39.195,37.952,37.886,37.642,40.651,38.349,37.532,38.28,37.251,38.105,38.651]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"09_clear1k_x8","v":{"total":[38.582,38.423,37.55,37.694,38.215,35.813,39.194,39.294,36.627,37.762,38.335,36.733,36.675,36.849,38.087],"script":[35.857,35.937,35.199,35.742,36.167,33.247,36.532,35.784,34.613,35.501,35.576,34.194,35.065,34.312,35.347],"paint":[2.595,1.367,1.115,1.793,1.186,2.428,1.826,2.144,1.424,2.136,1.892,2.393,1.505,1.439,2.598]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.142725944519043]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[8.99034595489502]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.719870567321777]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.00872802734375]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[74.81625938415527]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2701.4840000000004]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.02]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[163.64000000000001]}}, +{"f":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","b":"43_first-paint","v":{"DEFAULT":[308.3]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"01_run1k","v":{"total":[59.901,56.755,58.022,60.783,61.845,58.027,60.231,59.417,57.772,57.487,58.481,57.436,58.764,60.28,57.469],"script":[23.515,22.034,23.007,23.478,24.168,23.238,22.753,22.888,22.964,22.499,23.143,22.285,23.611,22.534,22.981],"paint":[35.981,34.267,34.602,36.792,36.994,34.33,37.01,36.082,34.061,34.51,34.892,34.682,34.658,36.975,34.06]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"02_replace1k","v":{"total":[73.884,77.41,72.954,72.08,72.678,73.223,72.811,73.205,74.486,73.037,74.43,73.811,76.316,77.36,74.379],"script":[33.178,35.324,33.983,33.446,33.423,34.468,33.837,33.913,34.372,33.07,33.963,33.269,35.805,36.004,33.967],"paint":[39.919,41.619,38.356,37.861,38.799,37.996,38.138,38.809,39.409,39.481,39.989,40.082,39.77,40.816,39.931]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[29.281,28.269,29.752,29.998,32.547,28.87,29.673,28.669,29.141,29.554,31.177,30.306,29.432,29.086,30.823],"script":[11.394,10.536,11.808,12.079,13.178,11.029,11.803,10.826,11.168,10.807,12.274,11.758,11.424,10.786,12.24],"paint":[16.539,15.01,16.755,15.995,16.767,16.44,16.591,16.016,15.559,16.994,16.487,16.377,16.225,17.243,16.98]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"04_select1k","v":{"total":[7.336,7.968,8.132,6.785,7.736,7.523,7.083,7.199,7.594,7.668,7.553,7.247,7.447,7.108,7.222,7.384,7.849,7.368,7.459,7.917,8.39,8.059,6.921,7.328,7.786],"script":[4.012,4.609,3.795,3.849,4.393,4.302,3.933,3.837,4.586,4.134,3.719,3.836,3.463,3.448,4.248,3.503,4.027,3.899,4.228,4.147,4.333,4.618,3.654,4.063,4.628],"paint":[2.362,2.668,3.681,1.558,2.761,2.84,2.116,2.653,2.202,2.92,3.608,3.176,3.409,2.584,1.76,2.921,2.947,2.394,1.919,2.234,3.822,2.473,1.32,2.124,2.294]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"05_swap1k","v":{"total":[187.525,182.923,183.414,183.909,181.598,184.045,186.664,181.969,184.147,180.75,180.943,184.872,180.745,186.29,184.135],"script":[29.22,28.379,27.968,28.146,28.828,27.789,29.319,27.235,28.481,30.262,29.146,29.59,26.877,28.045,27.71],"paint":[155.968,152.312,152.981,152.821,150.33,153.721,155.209,152.417,153.096,148.491,149.849,152.396,151.895,156.063,153.994]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"06_remove-one-1k","v":{"total":[37.853,36.039,35.965,38.849,38.231,36.675,37.146,36.241,37.513,37.133,38.886,37.533,38.027,36.413,37.332],"script":[19.141,18.098,18.048,20.746,19.875,19.193,19.07,18.526,19.259,19.093,20.386,19.159,19.41,19.122,19.012],"paint":[17.019,16.422,16.725,16.702,16.782,16.598,16.767,16.517,16.553,16.815,17.194,17,17.233,16.181,16.315]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"07_create10k","v":{"total":[744.406,743.82,737.88,739.76,738.755,740.837,743.488,742.025,734.987,742.768,734.834,734.398,741.718,732.71,729.413],"script":[352.535,353.486,350.219,349.834,356.576,352.96,354.211,351.774,351.499,352.938,349.752,352.654,357.815,346.292,348.096],"paint":[384.166,382.597,380.118,382.376,374.712,380.382,381.535,382.834,375.602,382.309,377.546,373.928,376.115,379.077,373.914]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[69.439,67.996,69.464,69.595,68.708,68.729,67.689,67.565,68.505,70.824,68.902,68.684,68.483,69.422,69.142],"script":[24.792,24.664,24.19,24.39,23.7,24.163,23.794,23.637,24.025,25.92,24.206,24.692,24.326,24.711,24.494],"paint":[43.501,42.385,44.109,44.26,43.663,43.63,42.637,42.899,43.254,44.035,43.697,42.746,43.225,43.76,43.739]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"09_clear1k_x8","v":{"total":[42.137,41.178,38.864,40.064,41.019,38.611,39.818,39.716,40.722,42.84,39.677,41.398,39.813,41.21,41.432],"script":[39.483,38.712,36.768,37.067,38.82,36.843,36.941,37.468,38.698,39.656,36.683,38.736,37.625,38.563,39.221],"paint":[1.873,1.338,0.94,2.14,1.436,0.791,1.908,2.082,1.409,2.797,2.163,1.836,1.915,1.625,2.058]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.144301414489746]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[8.789098739624023]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.513086318969727]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.061581611633301]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[72.61117267608643]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2700.772]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.36]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[174.86399999999998]}}, {"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[304.033203125]}}, {"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[165.7568359375]}}, {"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[46.119140625]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[258.4]}}, -{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[258.4]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"01_run1k","v":{"total":[44.705,46.253,44.502,46.094,49.27,46.527,47.327,45.262,44.866,48.219,45.993,44.764,45.67,45.796,45.041],"script":[9.568,10.547,9.755,9.714,10.791,10.381,10.418,9.574,9.846,10.74,10.787,9.582,10.074,9.664,9.502],"paint":[34.631,35.19,34.282,35.881,37.999,35.684,36.385,35.242,34.572,36.782,34.766,34.732,35.144,35.719,35.104]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"02_replace1k","v":{"total":[53.455,51.902,47.873,50.517,47.87,50.015,50.284,50.731,49.383,52.321,49.951,47.876,50.694,50.63,49.68],"script":[16.531,15.648,14.819,16.472,15.173,16.283,16.305,16.524,15.21,16.912,16.077,14.917,16.692,16.14,15.607],"paint":[36.463,35.569,32.64,33.598,32.256,33.267,33.549,33.735,33.748,34.696,33.378,32.548,33.318,34.098,33.363]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"03_update10th1k_x16","v":{"total":[23.679,22.85,23.449,23.099,23.222,24.851,23.446,26.596,21.9,22.725,22.936,22.209,23.513,22.323,24.07],"script":[5.688,5.746,5.855,4.909,6.215,5.423,5.359,6.727,4.338,5.241,5.638,4.988,5.688,5.575,6.314],"paint":[15.89,15.951,15.899,16.257,15.396,17.15,16.032,17.509,16.525,16.067,16.167,15.244,15.975,15.129,15.837]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"04_select1k","v":{"total":[6.854,5.623,6.954,7.049,4.514,6.739,6.337,4.732,6.292,7.053,6.504,6.225,5.51,5.931,5.81,5.571,6.11,5.235,5.188,5.574,6.046,6.415,6.019,5.275,6.684],"script":[2.512,2.058,2.469,2.572,2.682,2.509,2.53,2.948,3.189,3.089,3.04,2.42,2.973,3.309,2.723,2.378,2.921,2.799,2.32,2.31,2.204,3.083,2.253,2.683,2.772],"paint":[4.113,3.444,3.169,3.727,1.163,3.997,3.584,1.67,2.386,2.876,3.302,2.288,1.978,1.769,1.714,2.484,2.246,2.257,2.698,2.788,2.796,2.57,1.903,1.361,2.146]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"05_swap1k","v":{"total":[169.284,157.521,162.979,163.02,163.785,162.978,166.622,159.797,160.839,170.367,163.171,164.184,166.332,160.725,158.216],"script":[22.605,22.209,22.951,23.688,22.86,23.506,22.243,21.268,21.661,21.866,23.146,21.661,22.186,21.527,20.565],"paint":[144.22,133.35,136.81,136.553,139.021,137.245,143.148,136.3,136.44,146.594,138.035,140.807,141.078,136.797,135.82]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"06_remove-one-1k","v":{"total":[19.085,18.672,18.542,18.773,20.063,18.892,18.935,18.517,18.312,18.592,18.912,18.706,18.896,19.097,18.162],"script":[1.505,1.756,1.59,1.488,1.671,2.06,1.455,1.415,1.415,1.54,1.663,1.366,1.451,1.709,1.391],"paint":[15.891,16.132,15.697,16.074,17.069,15.14,16.217,15.97,15.898,16.089,16.143,16.49,16.609,16.005,16.008]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"07_create10k","v":{"total":[636.136,629.481,638.376,632.259,625.922,634.811,629.104,643.309,632.865,638.438,627.801,639.17,637.357,631.702,634.397],"script":[244.079,249.678,251.523,244.379,243.071,248.53,246.825,251.398,246.254,255.105,248.428,245.154,248.977,244.357,248.606],"paint":[384.226,371.87,379.227,380.394,374.856,378.808,374.766,384.33,378.648,375.811,371.866,386.43,380.901,378.932,378.225]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.182,48.049,47.806,49.519,49.853,46.9,49.08,48.373,48.518,47.796,50.841,50.298,49.215,50.562,48.532],"script":[10.12,10.239,10.15,10.432,10.97,9.954,10.534,10.781,10.321,9.787,10.755,11.045,10.092,10.381,10.545],"paint":[37.189,36.927,36.79,38.255,37.941,36.137,37.537,36.66,37.179,37.191,39.132,38.293,38.166,38.957,37.161]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"09_clear1k_x8","v":{"total":[27.327,26.522,27.083,26.648,27.564,27.449,26.639,26.378,27.046,26.899,27.621,27.375,27.103,27.725,25.433],"script":[24.566,23.783,24.895,24.613,25.649,25.524,24.881,24.253,24.376,24.189,26.083,25.08,24.668,25.207,23.145],"paint":[1.382,2.603,2.09,1.937,1.783,1.079,1.643,0.898,2.244,2.594,1.444,1.881,2.329,1.903,1.13]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0504350662231445]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"22_run-memory","v":{"DEFAULT":[4.5182952880859375]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.946069717407227]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8272457122802734]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.52939796447754]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[2627.78]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.655999999999999]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.47599999999997]}}, +{"f":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[240.6]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"01_run1k","v":{"total":[49.98,46.025,45.812,45.966,46.589,45.719,45.917,48.978,45.485,45.899,45.862,48.417,46.189,47.266,46.166],"script":[13.762,10.531,10.75,10.628,10.544,10.941,11.093,10.409,10.454,10.627,10.613,10.803,10.903,11.138,11.106],"paint":[35.828,34.75,34.597,34.878,35.582,34.288,34.397,38.079,34.605,34.755,34.86,37.112,34.832,35.66,34.585]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"02_replace1k","v":{"total":[57.99,57.452,56.546,58.004,58.13,58.376,57.712,58.853,58.293,59.05,57.819,58.524,58.248,58.03,58.2],"script":[18.925,19.113,19.191,19.102,19.092,19.479,19.234,19.459,19.421,19.683,18.712,19.882,19.433,19.728,18.941],"paint":[38.595,37.606,36.921,38.429,38.303,38.41,37.978,38.887,38.391,38.754,38.697,38.139,38.35,37.497,38.547]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"03_update10th1k_x16","v":{"total":[23.935,23.411,23.8,24.535,23.786,23.762,23.468,23.756,22.484,22.889,22.843,23.19,23.086,23.869,23.724],"script":[5.64,5.85,6.191,5.723,5.433,5.802,5.523,5.822,5.29,5.427,6.092,5.649,5.681,5.908,5.727],"paint":[16.539,14.885,15.146,16.008,16.009,15.963,16.535,15.907,15.414,15.795,14.975,15.453,14.944,16.638,16.238]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"04_select1k","v":{"total":[5.77,6.082,6.298,5.653,6.019,6.164,6.436,5.976,5.543,6.163,4.677,5.575,6.881,6.441,6.142,5.184,5.338,5.717,6.66,5.646,5.348,6.751,6.529,5.268,5.655],"script":[2.633,3.823,2.874,2.21,2.822,2.855,2.584,2.688,2.979,2.527,2.366,2.738,3.563,3.024,3.185,2.534,3.087,2.571,3.069,2.731,2.493,3.564,3.421,1.948,3.046],"paint":[1.575,1.567,1.705,2.577,2.298,2.393,3.065,2.418,1.712,3.043,1.337,1.222,1.478,2.429,1.874,1.322,2.053,1.846,2.719,2.729,2.646,2.1,2.936,2.705,1.545]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"05_swap1k","v":{"total":[177.7,173.826,178.518,175.242,183.961,177.959,181.049,174.227,179.129,179.098,175.292,179.188,177.007,177.082,172.546],"script":[22.894,22.44,22.203,22.652,23.108,24.029,22.841,23.517,22.025,22.461,22.318,23.767,22.197,22.527,22.039],"paint":[151.902,149.359,153.791,150.335,157.932,152.043,154.485,146.822,155.597,153.868,150.516,151.478,152.174,151.794,148.337]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"06_remove-one-1k","v":{"total":[19.366,18.432,18.39,18.606,18.459,18.478,18.183,18.705,18.872,19.334,18.73,19.14,18.836,18.375,18.502],"script":[1.873,1.785,1.419,1.521,1.658,1.69,1.642,1.494,1.555,1.707,1.456,1.44,1.462,1.594,1.434],"paint":[16.126,15.825,15.744,15.764,15.568,15.793,15.712,16.015,16.203,16.404,15.766,16.125,16.126,15.641,15.596]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"07_create10k","v":{"total":[632.27,637.353,630.054,629.789,641.67,627.05,632.76,637.719,632.222,614.072,631.423,640.821,631.178,610.943,629.522],"script":[249.46,254.38,248.389,252.722,257.86,248.198,250.799,254.873,251.454,252.855,253.112,260.19,246.678,248.49,249.344],"paint":[375.159,374.963,374.192,368.947,375.789,371.238,374.221,374.245,373.299,353.645,370.477,372.9,376.773,354.586,372.416]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.543,56.778,56.076,56.972,56.556,56.614,57.238,57.334,55.681,56.705,56.883,56.043,57.385,55.793,55.561],"script":[13.379,12.982,13.524,13.21,13.206,13.876,13.115,13.456,13.202,13.228,13.347,12.792,13.001,12.841,12.826],"paint":[42.216,42.828,41.62,42.477,42.124,41.863,42.902,42.65,41.546,42.276,42.533,42.304,43.127,41.741,41.45]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"09_clear1k_x8","v":{"total":[28.704,28.462,30.725,27.965,30.671,28.464,28.177,29.13,30.713,28.981,30.989,31.158,30.675,32.294,30.819],"script":[27.133,26.563,28.207,25.135,29.004,26.52,26.713,27.094,27.592,25.698,28.709,28.439,28.175,29.762,28.115],"paint":[1.442,1.782,2.366,2.708,1.559,1.375,0.39,1.18,3.024,2.236,2.126,2.562,1.534,1.641,1.89]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0691957473754883]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"22_run-memory","v":{"DEFAULT":[4.305890083312988]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.743959426879883]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8533620834350586]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.34496307373047]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.455]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.203999999999997]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[180.8959999999999]}}, {"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[294.8623046875]}}, {"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[156.5859375]}}, {"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"42_size-compressed","v":{"DEFAULT":[43.7705078125]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"43_first-paint","v":{"DEFAULT":[247.5]}}, -{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[247.5]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"01_run1k","v":{"total":[45.739,45.935,46.927,46.129,46.917,47.453,46.969,47.592,47.353,46.124,46.373,45.692,47.144,46.631,46.961],"script":[11.616,11.875,12.533,11.92,12.006,11.995,12.057,12.359,12.232,11.955,11.984,12.001,12.624,12.08,12.508],"paint":[33.703,33.6,33.939,33.739,34.189,34.978,34.464,34.698,34.688,33.737,33.951,33.224,34.08,34.093,33.991]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"02_replace1k","v":{"total":[61.587,59.615,59.626,60.362,60.266,59.734,59.59,60.009,60.068,61.057,60.048,59.166,62.052,59.127,60.07],"script":[25.149,26.212,26.276,26.604,26.364,26.507,26.046,25.858,26.53,27.402,26.903,25.759,26.654,26.08,26.131],"paint":[35.695,32.94,32.917,33.308,33.171,32.785,33.095,33.416,33.071,33.215,32.686,32.973,34.884,32.607,33.478]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"03_update10th1k_x16","v":{"total":[27.154,27.491,27.749,28.44,25.479,27.222,26.288,26.263,26.091,27.979,27.153,23.075,27.659,27.055,27.557],"script":[8.976,9.331,9.715,9.958,7.702,9.05,8.502,8.218,8.294,9.339,8.819,4.778,8.733,7.98,8.118],"paint":[15.616,15.928,16.897,15.351,16.097,15.98,15.248,16.2,16.491,16.571,16.898,16.885,17.006,17.184,16.782]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"04_select1k","v":{"total":[5.264,5.381,4.862,6.626,3.9,5.703,6.407,6.031,4.621,6.959,5.683,4.824,5.242,5.708,4.797,4.332,4.963,4.58,5.81,4.933,5.812,5.897,4.942,6.183,5.972],"script":[1.88,1.969,2.573,2.433,2.047,2.074,2.292,2.291,1.773,3.422,2.205,2.704,2.147,2.022,2.171,1.963,2.112,2.361,2.331,2.68,2.216,2.707,2.354,2.253,2.76],"paint":[3.198,2.786,1.35,2.684,1.449,3.426,2.928,2.669,1.649,2.471,2.572,1.525,2.215,2.842,1.692,1.522,1.876,1.435,2.575,1.357,3.001,2.176,1.661,3.039,2.574]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"05_swap1k","v":{"total":[169.668,167.642,168.885,168.259,171.03,170.343,169.451,169.578,173.31,169.41,171.186,166.741,168.591,171.01,168.567],"script":[32.765,34.45,36.593,34.379,33.005,34.254,34.121,34.083,34.315,33.739,34.134,32.57,33.94,35.899,34.292],"paint":[134.998,130.652,130.622,131.834,136.046,132.816,133.413,133.437,136.629,133.113,135.158,132.041,132.737,132.658,131.709]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"06_remove-one-1k","v":{"total":[23.407,25.035,22.748,24.421,24.576,23.823,23.246,24.093,24.068,23.324,23.575,24.643,23.421,23.311,23.218],"script":[6.496,6.319,6.149,6.462,6.527,6.27,6.535,6.437,6.259,6.266,6.3,6.487,6.365,6.222,6.247],"paint":[16.039,17.408,15.421,16.334,16.409,16.345,15.565,16.182,15.777,16.239,16.349,16.774,15.929,16.235,15.57]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"07_create10k","v":{"total":[642.438,646.681,639.774,645.321,631.048,642.948,644.221,647.983,650.209,642.333,658.156,645.055,645.693,640.475,645.985],"script":[254.796,253,255.258,256.566,253.234,254.003,256.788,255.781,257.212,255.286,267.826,257.618,258.073,253.728,256.351],"paint":[379.784,385.857,376.975,381.348,370.383,380.987,379.809,383.975,384.947,379.513,382.737,379.617,379.859,379.315,381.85]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.245,51.474,50.066,51.061,54.365,53.275,50.443,51.982,51.109,52.228,52.615,50.69,52.405,50.44,51.2],"script":[13.684,13.046,12.286,12.474,13.283,13.444,12.865,12.634,12.595,12.524,13.221,12.358,12.825,12.478,12.7],"paint":[38.567,37.448,36.876,37.667,40.062,38.753,36.719,38.127,37.578,38.464,38.096,37.463,38.51,37.056,37.637]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"09_clear1k_x8","v":{"total":[34.674,34.342,34.826,33.577,33.758,34.972,35.491,33.558,38.34,33.943,35.077,34.785,34.215,35.197,33.746],"script":[32.156,32,32.314,31.282,31.494,32.407,33.016,31.778,36.284,31.254,33.063,32.256,32.174,32.084,32.184],"paint":[1.481,2.257,1.559,2.187,2.152,2.441,2.378,0.795,1.956,2.03,0.812,2.406,1.688,2.979,1.458]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0415716171264648]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"22_run-memory","v":{"DEFAULT":[7.501445770263672]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.415984153747559]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.279107093811035]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[60.299363136291504]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[2552.9049999999997]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.351999999999999]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.352]}}, +{"f":"react-rxjs-v18.2.0 + 0.10.4-keyed","b":"43_first-paint","v":{"DEFAULT":[228.7]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"01_run1k","v":{"total":[46.744,46.376,49.125,48.337,46.786,47.979,47.713,46.587,48.585,46.783,45.264,47.271,46.5,46.997,47.562],"script":[13.215,12.773,12.866,13.111,12.633,12.492,14.061,13.348,12.488,12.841,12.279,12.511,12.768,13.255,13.926],"paint":[33.081,33.125,35.81,34.485,33.687,35.041,33.185,32.786,35.638,33.502,32.545,34.034,33.288,33.345,33.176]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"02_replace1k","v":{"total":[55.711,59.496,58.611,59.023,57.589,59.025,58.173,57.161,59.614,59.416,57.522,58.357,59.805,58.901,58.351],"script":[23.439,26.729,25.584,25.732,24.769,25.99,25.687,24.389,26.705,26.745,24.745,24.395,24.783,26.352,25.471],"paint":[31.832,32.302,32.588,32.853,32.093,32.276,32.037,32.065,32.449,32.245,32.054,33.225,34.329,32.081,32.174]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"03_update10th1k_x16","v":{"total":[22.789,22.428,23.588,22.846,22.712,21.931,23.474,22.506,22.698,22.727,21.913,22.779,21.858,22.299,21.86],"script":[4.157,4.41,4.926,4.037,4.341,3.556,4.315,4.244,3.765,4.144,4.245,4.05,3.977,3.569,3.936],"paint":[16.917,17.003,16.742,16.597,16.658,16.93,16.183,16.717,16.388,16.495,15.458,17.01,16.264,16.907,16.306]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"04_select1k","v":{"total":[3.872,5.561,4.29,4.864,4.437,5.417,5.608,4.821,4.431,4.76,5.413,5.473,5.289,4.021,4.635,4.641,5.237,5.32,5.44,5.676,3.654,5.58,4.802,5.377,4.707],"script":[1.588,1.741,1.716,1.471,1.58,1.212,1.412,1.651,1.554,1.912,2.303,2.156,1.333,1.24,1.875,1.994,1.277,2.142,2.225,2.038,1.358,2.037,1.771,2.207,1.49],"paint":[1.465,3.567,1.469,2.573,1.894,3.025,3.985,1.707,2.698,2.113,1.915,2.373,2.872,1.86,1.858,2.455,3.028,1.935,2.001,3.424,1.349,1.822,1.677,2.062,2.618]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"05_swap1k","v":{"total":[170.298,164.836,169.352,166.811,170.112,165.646,166.86,168.438,169.32,168.367,165.415,167.229,167.816,166.613,167.339],"script":[34.365,32.214,34.051,36.025,33.734,32.795,34.082,36.15,34.166,34.062,33.832,34.646,35.87,34.49,36.385],"paint":[132.03,130.155,133.918,129.325,134.915,130.228,131.084,130.007,133.473,133.2,130.121,130.682,129.231,130.154,129.259]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"06_remove-one-1k","v":{"total":[23.568,23.608,23.661,23.904,23.39,25.894,23.273,23.831,22.683,23.753,23.569,22.877,23.881,23.797,24.977],"script":[6.678,6.804,6.916,6.554,6.331,7.17,6.406,6.352,6.19,6.598,6.168,6.257,5.907,6.263,6.608],"paint":[15.825,15.678,16.161,16.079,15.94,17.763,15.88,16.395,15.665,16.273,16.157,15.784,16.617,16.169,17.13]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"07_create10k","v":{"total":[635.296,645.811,642.919,640.399,644.134,639.864,643.829,642.176,640.414,645.853,637.846,646.102,643.139,644.076,637.849],"script":[257.335,262.091,261.159,260.718,262.117,261.068,262.383,262.143,260.074,261.354,258.979,264.753,261.92,260.619,260.554],"paint":[370.176,376.168,374.304,372.344,374.292,370.552,373.842,372.04,372.772,376.107,371.253,373.94,373.672,375.668,369.783]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.656,52.327,51.468,51.339,52.262,51.427,51.985,54.566,52.428,54.177,52.244,52.447,51.568,51.338,52.558],"script":[14.522,14.373,14.033,13.962,14.585,13.237,14.117,15.39,14.393,14.51,14.454,14.75,14.184,13.043,14.453],"paint":[39.168,36.741,36.194,36.187,36.489,37.238,36.704,38.215,37.23,38.489,36.58,36.73,36.149,37.053,37.193]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"09_clear1k_x8","v":{"total":[36.236,37.806,32.835,38.306,35.985,35.241,36.276,37.249,38.075,41.199,32.807,39.709,32.948,37.315,35.742],"script":[33.88,35.678,30.409,36.093,33.738,32.97,33.535,34.791,35.765,38.484,31.266,37.117,30.797,34.391,33.863],"paint":[2.249,1.19,1.868,2.09,2.096,2.159,2.558,1.535,2.17,1.178,0.432,1.262,2.009,2.293,1.765]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0498371124267578]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"22_run-memory","v":{"DEFAULT":[7.269804954528809]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.200496673583984]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.331812858581543]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[58.169700622558594]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.585]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.004]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.276]}}, {"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[284.458984375]}}, {"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[146.181640625]}}, {"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"42_size-compressed","v":{"DEFAULT":[41.4326171875]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"43_first-paint","v":{"DEFAULT":[230.7]}}, -{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[230.7]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"01_run1k","v":{"total":[52.553,52.693,52.092,53.019,50.294,52.744,50.718,52.564,54.506,52.004,51.398,53.529,53.6,53.89,53.133],"script":[17.631,17.368,17.081,17.637,17.121,18.239,17.409,17.488,17.215,17.075,17.162,17.16,16.978,17.834,17.827],"paint":[34.425,34.883,34.544,34.245,32.689,33.715,32.898,34.334,36.564,34.491,33.793,35.633,36.113,35.403,34.818]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"02_replace1k","v":{"total":[57.587,57.848,62.74,59.076,58.664,58.884,59.21,58.294,58.276,58.672,58.227,58.552,58.459,60.212,58.774],"script":[24.096,24.372,25.699,24.926,24.821,24.839,24.866,24.748,24.576,24.767,24.908,24.838,24.729,25.539,24.794],"paint":[32.985,32.973,36.377,33.663,33.371,33.573,33.859,33.06,33.213,33.434,32.83,32.975,33.244,34.203,33.458]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[52.213,51.204,52.591,51.598,53.715,53.264,53.405,51.591,51.489,51.147,51.838,51.822,54.545,52.188,53.463],"script":[34.02,33.69,34.194,34.368,34.404,34.118,35.124,33.17,33.28,33.548,33.772,34.095,34.817,34.538,35.461],"paint":[16.717,16.464,15.858,15.887,16.814,17.535,15.738,17.305,16.287,15.521,16.733,15.999,17.228,15.708,16.364]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"04_select1k","v":{"total":[36.105,36.706,36.394,36.523,37.541,37.619,35.233,36.186,37.334,34.535,36.01,36.146,34.816,38.532,36.701,36.042,35.325,35.632,36.053,38.084,36.634,36.84,36.233,35.466,36.144],"script":[31.565,32.15,32.532,32.496,33.029,32.774,31.18,32.409,32.83,31.517,32.279,32.126,31.278,33.532,32.075,31.667,31.088,31.667,31.873,33.172,32.198,32.819,31.85,31.908,32.119],"paint":[2.647,3.657,2.536,3.363,3.274,3.393,1.972,2.56,2.561,1.833,2.479,2.073,2.32,3.128,2.725,3.25,3.994,3.041,3.351,4.181,2.865,2.447,3.114,2.422,3.763]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"05_swap1k","v":{"total":[193.842,198.186,199.735,195.942,204.531,195.234,193.011,192.595,196.007,197.292,195.524,194.485,197.789,200.205,200.339],"script":[54.429,53.801,56.025,54.556,53.917,53.727,54.911,54.824,54.228,55.36,54.581,54.991,54.48,56.193,55.05],"paint":[137.444,143.303,141.511,139.013,148.686,138.578,136.088,135.904,138.922,141.091,139.297,137.625,140.83,142.151,143.65]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"06_remove-one-1k","v":{"total":[34.083,34.422,33.99,34.075,34.569,33.918,33.702,34.797,33.255,34.606,34,34.052,33.978,34.328,34.173],"script":[16.611,16.961,16.584,16.233,17.107,16.537,15.972,16.685,16.471,16.222,16.371,16.539,16.265,16.974,16.522],"paint":[16.232,16.541,16.328,16.604,16.229,16.147,16.784,16.947,15.543,16.624,16.598,16.254,16.109,16.496,16.384]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"07_create10k","v":{"total":[703.108,706.674,703.928,698.771,694.97,707.925,697.055,692.366,691.037,692.039,691.713,698.592,699.739,696.311,699.303],"script":[303.53,301.194,307.552,306.437,300.729,314.009,303.716,305.367,302.194,303.204,303.891,304.698,303.288,303,305.5],"paint":[391.988,397.899,388.062,384.785,386.801,386.446,385.542,379.453,381.341,381.194,380.265,386.303,388.914,385.689,386.314]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.95,64.066,63.477,66.043,67.388,64.096,64.598,64.949,65.475,63.957,65.333,64.618,64.127,66.122,65.196],"script":[26.452,25.707,25.835,25.815,25.925,26.136,26.414,25.906,26.303,25.582,25.88,25.946,25.623,25.45,26.199],"paint":[37.614,37.441,36.801,39.188,40.482,36.961,37.187,37.729,38.123,37.519,38.46,37.708,37.537,39.337,37.736]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"09_clear1k_x8","v":{"total":[31.509,31.901,31.489,32.693,33.001,31.232,32.857,33.595,32.474,33.088,32.36,31.323,32.135,33.101,32.718],"script":[29.119,30.149,29.215,30.221,30.906,29.326,30.645,30.566,30.27,30.636,29.957,29.3,29.793,30.623,30.178],"paint":[1.748,0.812,1.587,2.328,1.946,0.722,1.553,2.369,2.111,2.293,2.275,1.927,0.892,2.27,1.581]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.5349340438842773]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.92208194732666]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.196999549865723]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.8282394409179688]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[50.4440393447876]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.112]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[60.79600000000001]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.96400000000006]}}, +{"f":"react-signalis-v18.2.0 + 0.0.8-keyed","b":"43_first-paint","v":{"DEFAULT":[214.5]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"01_run1k","v":{"total":[58.266,53.389,52.9,56.047,53.324,53.911,54.513,53.516,54.309,53.52,53.392,53.28,53.916,54.621,54.031],"script":[20.003,18.688,18.012,18.789,18.344,18.409,17.838,18.422,18.775,18.705,18.493,18.024,18.503,18.654,18.895],"paint":[37.53,34.246,34.485,36.847,34.575,34.81,35.948,34.684,35.036,34.392,34.213,34.765,34.679,35.544,34.656]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"02_replace1k","v":{"total":[67.968,68.172,68.348,67.141,67.675,67.831,66.869,67.548,66.527,66.946,67.494,66.183,68.083,68.02,67.375],"script":[27.827,28.543,29.13,28.306,28.458,28.556,27.387,27.845,28.091,28.425,28.707,27.081,29.212,28.976,28.255],"paint":[39.554,39.14,38.474,38.377,38.708,38.54,38.94,38.974,37.711,37.784,38.335,38.584,38.285,38.509,38.365]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[56.96,55.938,59.841,57.848,57.839,57.595,55.487,55.144,57.341,54.932,56.184,54.616,56.612,57.915,57.684],"script":[38.962,38.201,40.941,39.074,39.836,38.26,37.93,37.366,39.104,37.904,38.584,37.624,39.308,38.508,38.779],"paint":[15.617,15.679,17.221,16.941,16.375,17.65,15.921,16.185,16.762,15.515,14.748,15.131,15.902,16.933,15.682]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"04_select1k","v":{"total":[40.755,40.248,41.775,41.039,42.267,42.06,40.531,41.773,41.272,39.335,40.079,41.784,42.671,40.527,41.639,41.768,39.522,41.588,42.773,40.102,40.86,39.055,39.036,39.809,41.724],"script":[35.807,36.144,38.233,37.022,36.765,38.968,37.078,37.474,37.359,35.716,36.629,36.987,38.078,36.258,36.665,37.053,36.142,37.577,38.385,36.3,36.321,35.172,34.664,35.812,37.31],"paint":[3.079,2.891,2.616,3.099,3.14,1.789,2.448,3.089,2.584,2.973,1.615,2.679,3.872,2.692,3.992,2.81,1.525,2.717,2.621,2.213,3.064,1.798,3.258,3.727,3.376]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"05_swap1k","v":{"total":[213.745,215.255,211.252,215.269,218.648,215.245,215.2,215.828,214.72,212.343,215.264,216.801,213.723,215.481,213.522],"script":[61.328,59.366,57.297,61.366,60.622,60.24,59.405,60.235,59.962,59.083,59.843,61.519,58.511,62.677,58.632],"paint":[150.38,152.644,151.052,150.9,155.762,151.476,153.655,153.54,152.827,150.993,153.037,152.848,153.044,150.328,153.289]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"06_remove-one-1k","v":{"total":[37.922,37.046,35.959,36.593,36.286,35.466,37.144,35.787,36.303,36.334,36.238,35.698,36.544,35.685,35.808],"script":[19.49,19.213,18.706,19.25,19.005,18.737,19.226,18.539,18.911,18.949,18.478,18.746,18.968,18.452,18.529],"paint":[17.176,16.042,16.049,16.41,15.76,15.642,16.509,15.607,16.004,16.451,16.073,16.006,15.926,15.694,16.057]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"07_create10k","v":{"total":[721.847,698.472,697.397,699.067,699.371,702.783,691.987,701.535,697.832,709.013,707.712,707.501,717.428,712.921,712.283],"script":[332.263,313.658,315.26,311.741,311.809,315.035,307.221,316.248,312.579,316.606,316.763,317.356,321.403,323.669,323.027],"paint":[381.808,377.164,374.659,379.764,380.144,380.084,377.461,377.812,377.62,385.001,383.037,382.346,387.949,381.848,381.473]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[74.262,75.011,73.378,73.581,74.051,73.089,74.709,72.872,73.448,75.227,74.091,73.176,73.412,73.85,73.898],"script":[29.398,29.953,29.269,29.163,29.167,28.981,29.306,28.672,28.959,29.718,29.138,29.46,28.7,29.291,29.767],"paint":[43.866,44.078,43.117,43.403,43.773,42.939,44.013,43.259,43.376,44.283,43.986,42.705,43.626,43.169,43.169]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"09_clear1k_x8","v":{"total":[35.182,34.464,35.659,33.989,34.854,36.039,35.187,35.67,34.572,37.126,33.685,34.558,35.496,35.494,34.594],"script":[32.586,32.018,33.252,32.476,32.466,33.712,32.354,33.03,32.18,34.971,30.982,32.049,33.214,32.683,32.195],"paint":[2.046,2.323,1.766,0.376,2.281,2.166,2.361,2.548,1.7,2.004,1.696,1.592,1.496,2.213,0.979]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.5383663177490234]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.629467010498047]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.959888458251953]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.8523006439208984]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[48.266982078552246]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.612]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[61.255999999999986]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[178.03999999999996]}}, {"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[364.1005859375]}}, {"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[225.8232421875]}}, {"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[61.8857421875]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[349.9]}}, -{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[349.9]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"01_run1k","v":{"total":[47.637,44.722,44.864,44.845,45.904,47.625,46.27,44.234,47.544,46.163,45.348,48.645,46.288,44.786,44.578],"script":[10.507,9.456,9.652,9.957,10.066,10.201,10.176,9.615,10.753,10.377,9.704,10.768,10.104,9.555,9.592],"paint":[36.668,34.818,34.731,34.435,35.407,36.97,35.578,34.156,36.077,35.365,35.173,37.39,35.472,34.785,34.539]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"02_replace1k","v":{"total":[49.544,53.054,49.868,50.088,50.546,48.862,50.638,49.462,49.678,51.395,51.517,51.437,52.761,50.449,51.722],"script":[16.131,16.339,16.294,16.151,16.566,16.132,16.683,15.931,16.245,17.088,17.496,16.509,16.82,16.148,17.476],"paint":[32.979,36.018,33.109,33.469,33.265,32.279,33.472,33.08,32.949,33.827,33.557,34.492,35.485,33.824,33.727]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"03_update10th1k_x16","v":{"total":[23.106,26.443,23.932,23.824,22.771,24.973,22.881,24.311,24.286,24.542,23.569,24.475,23.121,24.982,24.891],"script":[5.511,7.376,5.847,5.942,5.477,5.944,5.347,6.151,5.495,5.909,5.896,5.981,6.04,5.874,5.796],"paint":[15.978,17.561,16.365,16.54,15.543,17.087,15.488,16.286,15.986,16.686,16.596,15.894,15.233,16.725,16.86]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"04_select1k","v":{"total":[5.746,5.095,6.523,6.163,6.123,5.318,6.55,6.131,6.122,6.006,6.051,4.683,6.233,7.437,5.606,5.576,6.163,4.823,4.72,6.12,4.956,5.927,6.819,5.039,6.385],"script":[1.945,2.26,2.834,2.995,3.155,2.097,2.45,3.203,2.286,2.802,2.659,1.888,3.17,4.03,2.722,2.111,2.894,1.884,2.114,1.908,2.11,3.129,2.863,2.157,2.712],"paint":[2.805,1.837,2.935,2.511,1.986,2.015,3.13,1.653,2.924,1.991,2.121,2.241,2.419,3.202,1.926,2.02,2.325,2.815,1.753,3.275,1.912,2.568,2.746,2.007,1.665]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"05_swap1k","v":{"total":[163.934,169.122,165.818,166.191,158.742,162.539,162.406,161.369,163.399,162.983,162.466,162.917,166.341,159.473,170.164],"script":[21.435,22.03,22.124,22.974,23.2,23.608,21.53,21.293,22.672,21.992,22.289,22.81,20.854,22.291,22.69],"paint":[140.509,144.833,141.669,141.177,133.309,137.093,137.782,138.263,138.787,139.338,137.473,137.731,142.785,136.019,145.139]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"06_remove-one-1k","v":{"total":[18.758,17.925,18.364,19.204,18.726,18.554,18.061,18.074,18.328,19.846,18.096,18.629,19.01,18.397,19.837],"script":[1.335,1.681,1.361,1.431,1.638,1.415,1.288,1.354,1.961,1.397,1.346,1.3,1.431,1.677,1.646],"paint":[16.668,15.16,15.826,16.414,15.897,16.319,15.888,15.796,15.065,16.533,15.383,16.567,16.003,15.794,16.946]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"07_create10k","v":{"total":[653.24,651.914,640.283,643.771,637.295,645.584,635.705,649.139,647.084,647.014,633.378,644.021,650.376,645.283,640.88],"script":[260.32,261.722,255.833,255.253,251.553,259.716,253.017,260.121,261.464,255.901,256.293,260.036,257.691,261.161,257.692],"paint":[384.701,382.101,376.868,380.627,378.164,378.356,374.867,381.181,377.812,383.546,369.492,376.454,385.092,376.558,375.601]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.063,48.427,49.577,48.647,53.711,50.781,49.809,49.704,50.127,49.044,49.317,49.675,51.926,48.307,49.266],"script":[11.087,10.267,11.031,10.352,11.112,11.445,11.221,11.105,11.118,10.345,11.16,10.955,10.846,10.867,10.984],"paint":[37.983,37.323,37.364,37.463,41.67,38.339,37.345,37.366,37.973,37.756,37.188,37.903,40.068,36.539,37.285]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"09_clear1k_x8","v":{"total":[27.038,27.546,26.68,28.845,27.935,27,26.962,27.6,27.509,25.875,26.466,27.362,28.172,26.221,27.905],"script":[25.428,25.27,24.615,27.037,25.585,25.33,24.971,25.573,25.087,23.94,24.456,25.408,25.548,24.024,25.414],"paint":[1.294,1.345,1.01,0.416,1.556,0.886,1.821,1.43,2.325,1.219,1.036,1.853,2.465,1.546,2.389]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9778270721435547]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"22_run-memory","v":{"DEFAULT":[5.150282859802246]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.772764205932617]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.7214241027832031]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[39.33884334564209]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.41]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.088]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.70799999999994]}}, +{"f":"react-starbeam-v18.2.0 + 0.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[327.4]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"01_run1k","v":{"total":[46.225,47.416,45.267,45.457,47.293,46.467,46.57,48.212,45.387,47.216,46.242,47.745,48.403,44.578,45.979],"script":[10.751,10.773,10.733,10.44,10.747,10.809,11.277,11.283,10.609,10.925,10.795,10.852,11.275,10.206,11.219],"paint":[35.066,36.214,34.038,34.446,36.005,35.052,34.856,36.234,34.351,35.852,34.712,36.453,36.627,33.955,34.221]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"02_replace1k","v":{"total":[60.29,60.987,60.679,60.636,59.993,60.184,60.971,61.471,60.279,60.158,60.904,60.255,60.638,59.826,60.695],"script":[20.94,21.495,20.636,20.699,20.277,20.857,21.471,22.14,20.851,20.615,21.583,21.214,21.471,20.713,21.331],"paint":[38.376,38.868,39.336,39.225,39.031,38.847,38.657,38.762,38.7,38.621,38.503,38.044,38.42,38.457,38.381]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"03_update10th1k_x16","v":{"total":[22.972,24.63,24.606,23.25,23.884,23.318,22.585,27.366,23.978,26.179,23.44,23.69,23.144,22.669,23.861],"script":[5.996,6.458,6.277,5.459,5.609,5.873,5.627,5.228,6.521,7.213,5.923,5.987,5.845,5.671,6.523],"paint":[15.564,15.105,16.17,15.927,16.968,15.981,13.886,18.719,15.658,16.65,15.654,14.599,15.516,15.35,16.23]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"04_select1k","v":{"total":[5.784,5.898,5.948,5.926,6.714,5.661,5.994,6.212,7.298,6.072,6.877,7.097,6.209,6.381,5.625,6.001,6.544,5.871,5.235,6.361,6.57,5.825,6.129,5.912,6.259],"script":[2.538,2.239,2.561,2.479,2.859,2.75,2.502,1.954,3.084,2.157,3.39,3.436,3.306,2.932,2.444,3.193,2.878,2.865,2.583,2.47,3.13,2.792,2.578,2.738,2.985],"paint":[3.043,2.598,2.063,2.227,3.171,1.796,3.255,3.669,3.538,2.844,3.25,2.211,1.475,1.961,2.279,2.038,2.046,2.412,1.506,2.66,2.624,1.697,2.786,1.412,2.005]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"05_swap1k","v":{"total":[177.813,176.4,175.661,174.207,174.286,171.35,175.434,170.913,179.188,174.819,177.26,176.599,179.649,178.898,177.181],"script":[23.444,22.005,22.007,22.529,22.521,21.087,21.408,20.681,21.853,22.655,22.532,22.14,22.391,23.204,23.597],"paint":[151.745,151.16,150.736,148.477,149.854,147.793,151.554,148.099,154.792,150.019,152.498,151.881,154.482,152.178,151.485]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"06_remove-one-1k","v":{"total":[20.209,18.398,17.982,18.13,18.975,20.532,18.456,19.611,18.898,19.112,18.424,18.808,18.726,18.492,18.333],"script":[1.777,1.654,1.348,1.587,1.455,1.605,1.776,1.716,1.542,1.398,1.559,1.516,1.665,1.672,1.678],"paint":[16.713,15.859,15.481,15.399,15.96,17.281,15.837,16.382,16.253,16.065,15.708,16.102,16.06,15.906,15.602]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"07_create10k","v":{"total":[634.075,651.244,640.741,642.472,639.395,639.566,643.027,645.279,644.639,643.478,636.963,649.501,638.784,644.021,641.517],"script":[258.926,270.504,267.068,265.39,259.081,262.94,264.522,264.197,265.36,264.092,258.987,264.733,262.451,262.88,262.777],"paint":[367.045,373.266,366.242,369.553,372.335,369.209,370.606,373.267,371.522,371.316,370.29,376.958,368.874,373.43,370.894]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.31,56.036,56.728,58.483,58.415,59.14,59.368,59.525,57.669,57.059,58.762,57.094,58.698,57.169,57.636],"script":[14.807,14.033,14.119,14.911,14.628,14.838,14.375,14.984,14.396,14.041,15.207,14.25,14.899,14.178,14.569],"paint":[43.486,41.062,41.65,42.654,42.59,43.419,44,43.681,42.358,42.08,42.315,41.851,42.525,41.772,41.844]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"09_clear1k_x8","v":{"total":[29.695,28.45,30.393,29.979,27.823,29.031,29.109,28.219,28.578,29.216,30.608,29.518,29.549,30.641,28.993],"script":[27.563,26.118,28.186,27.452,25.64,26.315,26.751,25.758,26.909,26.387,27.862,26.882,27.33,27.875,26.603],"paint":[1.103,1.966,1.441,2.397,1.706,2.306,2.26,2.331,1.55,2.724,2.584,2.084,2.087,2.609,2.284]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9835109710693359]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.944802284240723]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.484101295471191]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.7781038284301758]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[37.131022453308105]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[2476.305]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.688000000000002]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[166.87999999999994]}}, {"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[280.166015625]}}, {"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[141.8896484375]}}, {"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.0517578125]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"43_first-paint","v":{"DEFAULT":[225.6]}}, -{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[225.6]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"01_run1k","v":{"total":[46.131,46.965,47.215,47.386,48.969,47.388,46.649,47.724,46.878,47.008,46.814,48.177,46.156,48.454,47.163],"script":[11.63,11.522,12.517,12.258,12.914,12.487,11.596,12.426,11.669,11.422,11.576,12.173,11.222,11.909,11.311],"paint":[34.042,34.942,34.29,34.708,35.615,34.376,34.599,34.804,34.775,35.124,34.799,35.503,34.5,36.122,35.125]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"02_replace1k","v":{"total":[54.215,50.913,53.188,52.468,51.265,51.23,52.726,49.865,51.474,52.362,51.189,52.71,52.321,52.488,52.33],"script":[17.522,17.519,19.019,18.566,17.557,18.343,17.631,17.399,18.6,18.374,17.454,18.635,18.645,18.568,18.451],"paint":[36.225,32.738,33.703,33.433,32.968,32.441,34.619,32.039,32.445,33.554,33.25,33.464,33.244,33.484,33.435]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"03_update10th1k_x16","v":{"total":[27.625,27.203,28.082,26.775,26.543,26.766,26.697,29.249,28.741,27.656,28.92,28.386,26.962,25.742,28.513],"script":[9.533,9.409,10.587,9.781,9.465,9.338,9.613,10.037,9.564,9.48,10.143,9.59,9.511,8.895,9.545],"paint":[15.529,15.608,16.07,14.76,15.493,15.845,15.135,17.135,17.13,15.948,16.835,16.855,16.086,14.989,17.428]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"04_select1k","v":{"total":[8.161,9.116,9.898,9.325,10.301,9.19,10.008,11.289,9.556,9.755,9.258,9.222,9.068,10.013,10.437,9.336,10.195,8.845,9.051,9.328,9.538,8.516,9.615,10.249,8.979],"script":[5.605,5.896,6.2,5.859,7.378,6.072,6.309,5.859,6.333,7.075,6.124,6.148,6.193,6.709,6.634,6.43,6.819,6.305,5.69,6.516,6.311,6.19,6.668,6.854,6.094],"paint":[1.948,2.592,1.456,2.889,2.284,1.601,3.484,4.269,2.192,2.013,1.773,2.944,2.747,1.911,3.46,1.188,2.151,1.654,3.236,2.595,1.922,1.561,1.632,2.775,1.246]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"05_swap1k","v":{"total":[176.264,169.98,171.578,168.077,166.006,174.661,171.687,169.125,173.759,170.644,168.851,171.308,166.976,168.366,169.249],"script":[28.427,27.195,26.177,26.995,27.991,27.491,27.233,28.103,29.122,28.268,27.418,28.455,28.537,28.34,28.152],"paint":[144.578,141.388,142.799,139.438,135.434,145.94,142.208,138.841,143.044,139.238,139.125,140.287,136.197,137.785,138.532]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"06_remove-one-1k","v":{"total":[20.52,22.37,21.676,20.878,21.157,20.903,21.628,21.499,20.841,20.582,21.59,20.168,21.033,21.307,20.741],"script":[3.563,3.767,3.31,3.831,3.8,3.67,3.508,3.903,3.961,3.541,3.351,3.459,3.637,3.724,3.466],"paint":[15.665,16.643,16.875,15.853,16.085,16.062,16.777,16.069,15.954,16.059,17.321,15.9,15.74,16.412,16.432]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"07_create10k","v":{"total":[658.955,652.325,648.772,653.811,656.506,659.928,647.652,651.343,662.505,649.435,653.467,645.142,652.404,649.813,648.676],"script":[265.6,267.307,263.931,266.281,265.884,267.924,265.24,264.973,272.363,263.413,264.686,258.39,265.821,266.093,264.154],"paint":[385.656,377.044,377.107,379.914,383.008,384.082,374.672,379.017,382.3,378.142,380.755,379.256,378.908,376.04,376.94]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.147,53.992,52.144,54.03,53.07,52.424,53.194,53.321,53.116,53.505,51.962,53.959,53.539,53.094,53.523],"script":[13.48,14.973,13.853,15.81,14.265,14.456,14.527,14.159,14.667,14.293,13.459,14.221,14.596,14.391,13.812],"paint":[36.756,38.049,37.016,37.341,37.846,37.021,37.411,38.205,37.21,38.266,37.589,38.481,38.019,37.762,38.786]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"09_clear1k_x8","v":{"total":[27.627,27.8,29.622,28.428,27.551,27.817,28.784,26.772,28.671,26.102,27.652,28.157,28.474,28.403,28.225],"script":[25.295,24.701,26.878,26.186,25.311,25.076,25.838,24.741,26.81,24.493,25.441,26.176,26.391,26.013,26.049],"paint":[2.219,2.995,2.603,1.792,1.244,2.636,2.776,1.891,1.012,1.299,1.554,1.86,1.773,1.811,1.47]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0771455764770508]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"22_run-memory","v":{"DEFAULT":[5.117474555969238]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.744361877441406]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.227627754211426]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.331027030944824]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"31_startup-ci","v":{"DEFAULT":[2476.57]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.991999999999999]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.30799999999996]}}, +{"f":"react-tagged-state-v18.2.0 + 1.23.2-keyed","b":"43_first-paint","v":{"DEFAULT":[208.6]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"01_run1k","v":{"total":[48.575,47.912,48.42,49.806,47.362,47.419,46.822,48.959,47.525,48.269,47.355,48.503,48.249,49.697,48.282],"script":[13.064,12.229,13.217,12.187,12.671,12.65,12.684,12.203,12.567,12.904,12.5,12.87,12.925,12.969,12.885],"paint":[35.049,35.169,34.748,37.231,34.292,34.337,33.721,36.339,34.513,34.918,34.449,34.934,34.796,36.271,34.787]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"02_replace1k","v":{"total":[62.999,61.324,61.381,61.126,61.271,61.253,61.394,61.447,61.271,61.15,61.524,61.753,62.978,60.935,61.428],"script":[23.064,21.801,22.54,22.792,22.077,23.04,22.026,23.545,22.283,22.463,22.631,22.743,22.492,22.426,22.238],"paint":[39.431,38.817,38.362,37.867,38.619,37.586,38.761,37.414,38.499,38.207,38.147,38.277,39.788,38.034,38.464]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"03_update10th1k_x16","v":{"total":[28.313,28.153,27.7,27.967,27.487,27.242,27.284,29.72,27.652,27.961,27.694,29.088,29.265,27.084,28.294],"script":[11.125,9.825,10.258,10.278,10.25,10.267,9.582,10.212,10.136,10.535,9.657,10.115,10.897,9.345,10.647],"paint":[15.641,17.148,16.2,15.695,15.42,14.781,16.35,16.964,16.094,16.009,15.373,15.832,16.89,15.561,16.039]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"04_select1k","v":{"total":[9.582,10.228,9.768,10.483,10.768,9.711,9.978,10.185,10.456,9.594,9.552,9.694,9.591,9.383,9.955,11.144,9.964,9.653,9.984,9.923,9.647,10.575,10.564,10.164,10.476],"script":[6.725,6.279,6.598,7.053,6.477,6.29,6.549,6.809,7.337,6.165,6.593,6.182,6.107,6.404,7.14,6.828,6.875,6.539,6.279,6.222,7.156,6.773,6.532,6.934,6.879],"paint":[1.404,2.921,2.621,2.198,2.33,2.376,2.505,2.279,2.516,2.555,1.778,2.806,2.15,1.79,1.702,3.796,1.847,2.105,3.114,2.922,1.87,2.738,2.973,2.211,2.505]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"05_swap1k","v":{"total":[186.15,179.943,182.541,185.291,175.912,181.698,182.177,186.202,183.288,185.883,183.343,178.463,179.886,184.796,181.951],"script":[27.817,27.843,29.471,30.975,28.05,27.401,28.154,29.05,28.509,27.827,30.123,26.509,27.454,29.323,29.746],"paint":[155.883,148.692,151.161,151.597,145.527,151.587,151.12,154.531,152.811,155.122,150.737,149.349,150.03,152.768,150.315]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"06_remove-one-1k","v":{"total":[21.206,21.558,21.05,21.193,20.466,21.166,21.151,21.02,20.329,20.421,22.161,20.911,20.952,20.537,21.002],"script":[3.707,3.765,3.459,3.698,3.501,3.698,3.804,3.639,3.762,3.309,3.852,3.785,3.98,3.5,3.672],"paint":[16.279,16.418,15.924,15.841,15.786,16.029,16.432,16.423,15.561,16.235,17.125,15.859,15.87,15.545,15.647]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"07_create10k","v":{"total":[653.5,660.25,651.009,651.503,651.744,655.575,648.502,653.641,656.864,648.399,648.49,659.828,653.149,658.057,658.807],"script":[271.46,272.19,275.068,270.739,273.626,273.147,269.565,274.41,274.629,272.375,273.121,277.458,276.665,270.215,275.109],"paint":[373.813,380.385,367.997,372.841,369.92,374.42,370.846,371.415,374.346,367.853,366.825,374.428,368.777,379.88,375.912]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.643,61.82,61.244,61.722,63.506,62.933,63.193,62.739,61.373,59.266,63.772,60.526,62.418,62.34,62.762],"script":[18.486,17.75,17.643,18.257,18.784,18.98,19.114,18.816,17.723,17.137,19.102,18.157,19.183,18.072,18.698],"paint":[42.226,42.803,42.634,42.513,43.479,42.685,43.088,42.936,42.457,41.118,43.264,41.369,42.228,43.285,43.086]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"09_clear1k_x8","v":{"total":[30.686,27.677,31.446,29.094,29.901,29.277,30.148,30.149,30.449,32.148,31.297,30.974,29.085,29.79,30.047],"script":[28.152,25.821,28.912,27.175,27.112,26.982,27.432,27.38,27.988,29.661,29.166,28.499,27.704,26.82,28.163],"paint":[1.826,1.74,2.398,1.11,2.684,2.181,1.892,2.101,1.593,2.355,1.767,2.343,1.27,2.837,0.588]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.074777603149414]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"22_run-memory","v":{"DEFAULT":[4.915927886962891]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.524967193603516]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.264338493347168]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.15706825256348]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.8999999999996]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"32_startup-bt","v":{"DEFAULT":[17.887999999999998]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[170.832]}}, {"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[284.126953125]}}, {"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[145.8505859375]}}, {"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"42_size-compressed","v":{"DEFAULT":[41.4306640625]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"43_first-paint","v":{"DEFAULT":[228.8]}}, -{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[228.8]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"01_run1k","v":{"total":[49.662,47.094,46.614,46.962,47.802,49.779,47.385,44.623,46.012,47.97,47.808,48.794,47.404,45.73,46.142],"script":[11.976,10.962,10.604,11.127,11.785,11.585,10.956,9.794,10.433,11.872,11.686,10.587,10.792,10.337,10.281],"paint":[37.212,35.643,35.516,35.334,35.522,37.657,35.684,34.371,35.07,35.68,35.619,37.748,36.172,34.928,35.339]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"02_replace1k","v":{"total":[52.189,53.679,53.078,49.635,49.788,50.324,53.85,51.554,51.163,50.23,52.851,51.688,51.067,50.527,53.587],"script":[18.86,18.683,18.825,16.918,16.936,17.305,17.648,17.782,17.927,17.744,19.067,18.196,17.725,17.762,19.509],"paint":[32.835,34.543,33.788,32.308,32.369,32.546,35.536,33.279,32.788,32.056,33.289,33.035,32.894,32.324,33.625]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"03_update10th1k_x16","v":{"total":[25.815,26.204,25.113,26.518,25.451,26.141,26.063,25.146,25.075,25.742,26.482,25.248,24.503,25.058,24.491],"script":[7.663,7.863,7.753,9.229,7.88,7.842,7.91,7.307,7.496,6.661,7.878,7.363,6.885,7.798,7.56],"paint":[16.226,16.705,15.697,15.088,15.431,16.571,16.007,16.206,15.178,16.949,16.938,16.542,16.386,15.606,14.571]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"04_select1k","v":{"total":[7.577,6.725,7.268,6.91,7.588,7.761,7.854,7.145,10.143,7.682,7.435,6.605,7.815,7.451,7.544,8.284,7.294,7.19,6.716,6.353,5.456,8.371,7.426,8.228,7.532],"script":[4.228,3.415,4.116,3.835,4.146,4.061,3.793,2.847,4.422,4.029,4.05,3.984,4.825,3.982,4.309,3.563,4.015,4.679,3.239,3.597,2.801,4.904,4.177,4.887,4.357],"paint":[3.128,2.758,2.313,2.395,2.703,3.036,2.792,3.266,4.842,3.463,2.492,1.824,2.04,2.783,2.294,4.481,2.408,1.641,2.908,2.615,1.486,2.333,1.884,1.581,1.785]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"05_swap1k","v":{"total":[168.733,175.238,170.504,170.583,171.53,172.112,171.101,170.545,169.924,170.729,171.419,172.487,169.934,168.795,169.548],"script":[28.741,29.069,30.538,29.94,30.54,30.964,27.91,30.046,29.849,28.614,28.729,27.383,29.432,24.627,27.678],"paint":[138.564,143.847,137.861,137.777,139.544,138.819,141.584,137.483,137.023,139.949,140.014,141.849,138.338,142.008,139.903]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"06_remove-one-1k","v":{"total":[19.023,21.061,20.091,20.048,20.881,19.893,19.664,20.486,19.341,22.182,20.308,19.917,20.121,20.317,21.496],"script":[2.201,2.307,2.605,2.536,2.54,2.487,2.827,2.282,2.465,4.307,2.6,2.374,2.268,2.63,2.818],"paint":[15.919,17.373,16.631,16.337,17.146,16.469,16.001,16.681,16.018,16.814,16.236,16.348,16.526,16.673,17.234]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"07_create10k","v":{"total":[670.533,671.468,664.121,663.99,670.781,661.446,664.294,663.768,668.925,669.568,674.043,677.78,670.667,666.266,659.139],"script":[268.344,271.145,268.111,268.052,268.928,266.307,270.897,267.643,268.45,269.808,271.983,274.721,271.035,270.457,270.792],"paint":[394.481,392.606,388.503,388.54,394.054,387.598,380.962,388.614,392.399,392.227,394.265,395.243,391.757,388.414,380.717]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.561,49.083,50.191,50.609,49.377,51.734,51.751,48.552,51.516,49.684,51.96,49.163,51.391,51.805,50.694],"script":[11.824,11.915,12.658,12.373,11.015,11.825,13.16,11.326,12.437,11.29,12.112,11.615,12.203,12.861,12.116],"paint":[37.783,36.362,36.587,37.271,37.53,38.648,37.382,36.282,37.889,37.014,38.593,36.733,38.249,38.013,37.33]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"09_clear1k_x8","v":{"total":[30.363,30.868,36.261,31.588,37.055,36.304,34.779,31.939,34.803,31.568,32.098,34.322,31.079,37.854,30.157],"script":[28.127,28.413,33.82,29.368,35.363,33.665,33.006,29.396,31.989,29.324,29.262,32.649,29.488,35.379,28.203],"paint":[2.07,1.419,2.34,2.11,1.587,2.509,0.808,2.437,2.706,2.13,1.966,1.216,0.991,1.697,1.826]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0125112533569336]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"22_run-memory","v":{"DEFAULT":[7.545182228088379]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.279047966003418]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8677558898925781]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[62.71494388580322]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2553.1949999999997]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.128]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.85999999999999]}}, +{"f":"react-tracked-v18.2.0 + 1.7.11-keyed","b":"43_first-paint","v":{"DEFAULT":[218.7]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"01_run1k","v":{"total":[47.366,47.625,47.582,46.471,47.704,48.209,48.367,47.323,47.54,47.497,47.945,50.109,47.151,48.237,47.357],"script":[12.099,12.436,12.264,11.849,11.903,12.189,12.378,12.036,12.223,12.487,12.507,12.606,12.406,12.511,12.266],"paint":[34.798,34.685,34.922,34.205,35.296,35.631,35.485,34.825,34.654,34.287,35.04,37.108,34.274,34.93,34.698]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"02_replace1k","v":{"total":[64.39,60.428,62.982,64.08,63.273,63.87,61.38,64.09,63.096,62.304,62.292,62.769,62.91,64.603,62.947],"script":[23.939,22.766,23.638,24.017,23.509,24.08,23.007,24.744,23.654,23.382,23.202,23.838,24.087,24.705,23.162],"paint":[39.709,37.019,38.814,39.405,39.278,39.291,37.918,38.613,38.742,38.159,38.482,38.489,38.137,39.42,39.327]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"03_update10th1k_x16","v":{"total":[25.328,25.026,27.007,25.218,26.303,26.015,26.905,25.563,25.921,25.891,25.269,25.534,25.793,23.768,24.293],"script":[7.19,7.699,8.309,7.458,7.812,8.115,8.326,7.949,7.807,8.038,7.627,7.009,8.292,6.786,7.041],"paint":[16.752,15.99,15.94,16.328,16.88,16.247,17.05,14.903,16.363,16.647,15.352,15.938,15.873,15.956,15.934]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"04_select1k","v":{"total":[7.138,5.737,7.822,7.143,6.778,6.049,6.606,5.521,6.569,6.571,7.567,6.845,8.1,6.818,6.933,6.092,5.857,6.112,6.179,7.15,6.529,7.008,6.94,6.763,6.445],"script":[4.128,2.835,3.731,3.761,3.472,3.374,3.183,2.683,2.529,3.433,3.467,2.706,4.361,3.363,2.934,3.009,2.801,2.711,3.234,3.649,3.389,3.156,3.339,3.362,3.351],"paint":[1.805,2.698,2.769,2.167,2.191,1.549,2.172,1.629,3.018,2.94,2.778,3.126,3.488,3.203,3.759,1.94,1.893,2.26,1.68,3.153,2.011,3.643,3.389,2.853,1.63]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"05_swap1k","v":{"total":[186.246,178.238,184.701,181.907,179.491,183.321,181.44,178.993,180.704,186.08,183.232,182.332,181.991,182.747,184.439],"script":[28.52,27.35,28.453,28.746,26.148,27.969,26.639,25.095,26.812,30.315,30.009,28.786,25.675,29.64,28.485],"paint":[155.229,148.239,151.344,150.29,151.29,151.51,153.065,150.799,152.173,152.553,150.332,150.716,153.244,151.11,153.315]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"06_remove-one-1k","v":{"total":[20.895,20.486,19.833,20.803,20.333,20.147,19.656,19.857,19.814,19.333,20.035,19.713,19.742,20.434,20.043],"script":[2.991,2.704,2.138,2.423,2.604,2.498,2.578,2.504,2.49,2.229,2.56,2.626,2.803,2.847,2.66],"paint":[16.528,16.139,16.026,17.225,16.479,16.542,15.846,16.012,15.891,15.873,16.311,16.28,15.693,16.454,16.211]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"07_create10k","v":{"total":[674.489,669.286,665.393,662.877,665.63,659.491,662.684,658.228,661.849,680.482,667.613,670.017,665.376,666.808,665.831],"script":[282.051,280.183,274.276,280.137,277.39,274.12,278.256,273.895,276.462,280.492,279.857,280.605,276.028,278.153,278.374],"paint":[384.756,381.172,383.582,375.017,380.764,378.054,377.132,376.607,377.952,392.643,378.944,381.887,381.644,381.01,379.16]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.845,59.317,60.652,59.56,59.681,59.033,59.968,61.373,61.409,58.995,60.662,59.467,60.064,62.102,61.17],"script":[15.71,15.977,17.189,16.431,15.972,15.966,17.031,16.789,16.813,16.195,16.961,16.482,16.635,16.812,18.131],"paint":[42.88,42.075,42.506,42.173,42.773,42.095,41.966,43.63,43.722,41.834,42.747,42.007,42.475,44.023,42.2]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"09_clear1k_x8","v":{"total":[36.434,38.248,36.444,37.594,37.312,40.241,38.308,39.694,37.973,36.707,39.633,37.565,37.013,38.67,40.167],"script":[33.903,35.484,34.591,35.327,34.315,37.883,35.438,37.737,35.746,34.715,37.351,35,34.788,36.249,37.563],"paint":[1.869,2.242,1.684,2.137,2.098,2.219,2.729,1.8,1.358,1.874,2.123,2.425,2.115,2.295,1.821]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0075788497924805]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"22_run-memory","v":{"DEFAULT":[7.372624397277832]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.967747688293457]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.9188861846923828]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[60.549689292907715]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.3350000000005]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.276]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.44399999999993]}}, {"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[283.15625]}}, {"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[144.8798828125]}}, {"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.8134765625]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"43_first-paint","v":{"DEFAULT":[226]}}, -{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[226]}}, -{"f":"reagent-v0.10-keyed","b":"01_run1k","v":{"total":[56.976,65.083,61.091,58.192,56.534,59.109,57.681,60.145,58.474,59.72,58.373,62.086,60.875,57.25,61.563],"script":[23.791,24.466,24.491,23.743,24.081,24.484,24.277,24.055,24.182,23.821,24.281,24.549,24.981,23.941,23.596],"paint":[32.741,32.762,34.837,32.639,32.221,34.134,32.818,32.66,32.639,32.606,32.511,33.424,32.646,32.853,32.985]}}, -{"f":"reagent-v0.10-keyed","b":"02_replace1k","v":{"total":[63.309,62.455,64.026,61.434,65.056,61.142,60.584,62.261,68.336,68.502,61.33,62.319,68.309,61.364,63.735],"script":[28.331,28.758,28.99,28.482,28.097,27.809,27.42,28.456,27.246,27.659,28.083,28.911,28.354,28.098,28.541],"paint":[34.8,33.526,34.848,32.751,34.362,33.176,33.005,32.234,32.217,33.645,33.085,32.6,32.789,33.097,33.456]}}, -{"f":"reagent-v0.10-keyed","b":"03_update10th1k_x16","v":{"total":[30.023,29.027,29.326,30.179,28.461,30.232,29.42,32.587,28.202,29.334,28.308,28.396,29.393,29.656,29.485],"script":[13.544,12.057,13.002,12.847,12.742,13.449,13.351,15.781,11.959,12.499,13.102,12.113,13.255,13.526,13.262],"paint":[15.67,16.196,15.86,15.724,15.599,16.655,15.151,16.664,15.302,16.639,15.093,15.593,15.946,15.591,15.643]}}, -{"f":"reagent-v0.10-keyed","b":"04_select1k","v":{"total":[10.434,8.508,8.373,8.729,9.884,8.918,8.402,6.473,8.102,9.339,8.825,7.236,8.726,7.498,7.294,8.336,7.986,8.231,5.463,5.555,7.098,5.652,9.078,9.064,7.138],"script":[5.758,5.245,5.09,4.841,5.746,5.035,3.781,2.694,3.932,5.617,6.089,4.18,5.122,3.332,4.19,4.844,4.67,5.382,3.032,2.54,3.835,2.851,5.904,5.203,3.824],"paint":[3.29,2.257,2.624,2.965,2.54,2.255,2.427,2.924,1.705,3.508,1.572,2.002,2.176,2.929,2.117,2.009,3.077,1.767,2.265,2.814,3.122,1.782,2.953,3.295,3.085]}}, -{"f":"reagent-v0.10-keyed","b":"05_swap1k","v":{"total":[165.515,166.776,162.316,165.021,166.693,164.498,173.374,166.99,165.302,171.005,166.61,168.602,173.004,164.401,165.47],"script":[28.02,27.476,27.521,28.062,29.599,27.502,29.7,27.038,28.392,26.905,26.652,27.246,28.949,27.112,28.62],"paint":[137.334,138.823,134.617,136.451,136.934,136.856,143.508,138.95,136.009,143.098,139.134,140.241,143.865,134.707,136.574]}}, -{"f":"reagent-v0.10-keyed","b":"06_remove-one-1k","v":{"total":[34.617,32.206,30.912,27.604,24.406,29.893,29.81,32.413,27.537,30.436,24.703,28.069,26.931,27.466,24.553],"script":[5.221,5.639,5.085,5.582,5.407,5.633,5.929,5.414,5.067,5.241,5.522,5.54,5.336,5.624,5.421],"paint":[18.203,17.572,17.288,16.814,16.805,17.523,16.884,17.094,17.282,16.736,16.923,17.721,16.783,17.085,17.054]}}, -{"f":"reagent-v0.10-keyed","b":"07_create10k","v":{"total":[703.805,696.021,699.544,694.098,698.317,700.261,701.324,705.138,704.527,707.44,701.748,703.438,692.605,707.458,694.687],"script":[315.851,313.531,313.522,311.38,312.431,312.854,314.578,313.167,311.811,315.722,314.291,316.06,315.374,316.902,312.15],"paint":[383.655,378.144,382.372,378.442,381.716,383.428,382.464,386.486,382.342,388.209,383.927,383.348,373.62,386.578,378.365]}}, -{"f":"reagent-v0.10-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.275,68.368,67.306,65.93,60.794,61.523,66.699,61.151,64.621,65.698,65.912,60.751,61.369,65.89,64.779],"script":[22.361,23.357,23.306,22.432,22.74,22.808,22.101,23.235,22.953,22.47,22.717,22.002,22.496,22.533,22.556],"paint":[37.143,39.886,38.558,38.236,37.743,38.002,39.503,37.215,36.684,38.244,37.318,38.398,38.553,38.141,36.949]}}, -{"f":"reagent-v0.10-keyed","b":"09_clear1k_x8","v":{"total":[30.838,30.392,30.238,28.862,27.696,30.656,28.546,30.02,30.439,28.857,29.178,31.162,30.874,28.712,30.853],"script":[28.417,27.442,28.167,27.344,26.093,27.289,27.322,27.751,27.634,26.258,27.45,28.889,29.15,26.746,29.241],"paint":[2.348,2.885,2.005,1.455,1.545,3.292,1.162,2.196,2.736,2.533,1.666,2.192,1.661,1.899,1.545]}}, -{"f":"reagent-v0.10-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.4130239486694336]}}, -{"f":"reagent-v0.10-keyed","b":"22_run-memory","v":{"DEFAULT":[6.631756782531738]}}, -{"f":"reagent-v0.10-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.333052635192871]}}, -{"f":"reagent-v0.10-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.197887420654297]}}, -{"f":"reagent-v0.10-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.41961860656738]}}, -{"f":"reagent-v0.10-keyed","b":"31_startup-ci","v":{"DEFAULT":[3345.536]}}, -{"f":"reagent-v0.10-keyed","b":"32_startup-bt","v":{"DEFAULT":[6.275999999999997]}}, -{"f":"reagent-v0.10-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.55199999999996]}}, +{"f":"react-zustand-v18.2.0 + 4.3.6-keyed","b":"43_first-paint","v":{"DEFAULT":[212.4]}}, +{"f":"reagent-v0.10-keyed","b":"01_run1k","v":{"total":[63.703,67.511,60.778,62.657,62.679,65.245,65.175,62.46,63.271,65.68,60.912,62.191,59.927,63.879,60.819],"script":[25.718,24.062,24.385,24.09,23.739,23.969,24.214,23.696,24.143,24.589,24.392,24.522,24.197,24.032,23.975],"paint":[36.219,35.475,34.37,35.318,34.487,34.899,36.064,34.094,34.136,34.674,34.908,34.42,34.26,34.717,34.803]}}, +{"f":"reagent-v0.10-keyed","b":"02_replace1k","v":{"total":[73.133,74.903,71.716,70.559,70.882,70.82,73.944,70.366,74.032,76.522,76.302,70.575,70.237,70.541,69.47],"script":[31.761,31.452,30.994,31.211,31.92,31.214,32.778,31.733,30.617,31.25,31.746,30.398,30.485,31.233,30.617],"paint":[39.374,38.926,38.251,39.185,38.766,39.433,39.544,38.001,37.851,38.972,38.243,38.431,39.569,38.841,38.139]}}, +{"f":"reagent-v0.10-keyed","b":"03_update10th1k_x16","v":{"total":[31.717,33.609,31.348,30.747,32.562,32.052,33.597,33.076,31.8,32.657,31.121,31.561,31.421,30.201,33.767],"script":[15.674,14.76,15.619,15.364,16.198,15.684,16.415,15.54,15.715,15.863,14.17,15.247,15.112,14.881,16.939],"paint":[15.616,15.545,15.594,15.252,16.224,15.537,15.978,16.203,15.843,15.743,16.243,15.539,15.397,14.743,16.421]}}, +{"f":"reagent-v0.10-keyed","b":"04_select1k","v":{"total":[8.804,9.166,7.371,8.658,9.04,7.008,8.55,9.096,8.564,9.677,6.497,8.979,7.925,8.364,8.973,6.883,8.936,9.214,7.484,8.885,8.889,9.546,8.631,9.58,8.967],"script":[6.114,6.321,3.33,3.855,5.822,3.875,5.52,5.299,4.684,6.324,3.743,5.764,3.965,4.585,5.57,3.95,5.351,6.731,4.131,4.693,4.023,6.355,5.093,4.667,6.115],"paint":[1.45,2.275,3.08,3.096,2.828,2.914,2.419,2.068,2.149,1.941,2.59,2.979,2.713,2.539,2.162,1.969,3.025,1.381,2.487,2.652,3.369,1.853,1.761,2.544,1.994]}}, +{"f":"reagent-v0.10-keyed","b":"05_swap1k","v":{"total":[182.391,176.219,179.042,180.593,182.619,182.563,181.512,181.075,178.439,185.805,187.15,186.901,179.269,180.025,184.234],"script":[27.937,27.751,26.477,29.496,28.817,28.924,28.003,29.823,28.271,27.807,30.054,29.943,27.529,27.003,28.469],"paint":[153.89,147.869,152.412,150.71,153.623,153.456,152.843,151.091,150.005,157.819,155.087,155.924,150.185,152.595,154.789]}}, +{"f":"reagent-v0.10-keyed","b":"06_remove-one-1k","v":{"total":[30.946,25.66,30.972,29.148,28.639,29.134,31.144,31.492,31.859,23.48,30.803,29.271,32.845,26.144,23.986],"script":[5.923,5.704,5.592,5.829,5.656,5.982,5.497,5.778,5.762,6.093,6.234,5.754,6.131,5.813,5.225],"paint":[17.688,16.347,17.086,17.26,16.738,16.833,16.638,16.617,17.42,16.178,16.649,17.026,17.16,17.174,16.289]}}, +{"f":"reagent-v0.10-keyed","b":"07_create10k","v":{"total":[698.852,694.817,694.937,688.947,698.694,696.372,699.696,692.278,698.982,690.558,696.48,695.993,692.915,692.229,690.197],"script":[319.359,316.688,318.616,317.436,318.929,315.675,319.768,318.06,319.076,317.301,317.993,318.244,317.274,316.884,313.882],"paint":[375.332,374.546,372.621,367.948,376.195,376.994,376.362,369.921,376.397,369.52,374.985,374.054,372.108,371.595,372.299]}}, +{"f":"reagent-v0.10-keyed","b":"08_create1k-after1k_x2","v":{"total":[76.611,75.825,73.613,74.317,69.514,67.894,73.473,73.811,67.483,67.617,68.296,74.813,68.01,68.739,73.992],"script":[24.935,25.292,24.868,25.209,25.166,24.515,24.703,24.472,24.229,25.677,25.035,25.318,24.449,24.875,25.553],"paint":[43.548,42.309,42.041,42.445,43.666,42.69,42.72,43.021,41.967,41.645,42.068,43.015,42.978,43.558,42.475]}}, +{"f":"reagent-v0.10-keyed","b":"09_clear1k_x8","v":{"total":[32.049,31.953,31.334,31.315,30.667,31.175,31.535,30.978,31.092,31.069,31.045,32.047,32.445,31.196,29.333],"script":[30.207,28.764,29.661,28.986,28.765,29.771,29.612,29.356,29.564,28.428,28.977,30.197,29.818,29.328,27.895],"paint":[1.784,1.998,1.258,2.265,1.717,1.338,1.853,1.549,1.463,1.868,1.377,1.777,2.561,1.078,1.368]}}, +{"f":"reagent-v0.10-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.4143743515014648]}}, +{"f":"reagent-v0.10-keyed","b":"22_run-memory","v":{"DEFAULT":[6.421479225158691]}}, +{"f":"reagent-v0.10-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.145378112792969]}}, +{"f":"reagent-v0.10-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.2077531814575195]}}, +{"f":"reagent-v0.10-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[42.29048728942871]}}, +{"f":"reagent-v0.10-keyed","b":"31_startup-ci","v":{"DEFAULT":[3270.428]}}, +{"f":"reagent-v0.10-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.259999999999998]}}, +{"f":"reagent-v0.10-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[177.94799999999998]}}, {"f":"reagent-v0.10-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[413.0390625]}}, {"f":"reagent-v0.10-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[274.7626953125]}}, {"f":"reagent-v0.10-keyed","b":"42_size-compressed","v":{"DEFAULT":[64.447265625]}}, -{"f":"reagent-v0.10-keyed","b":"43_first-paint","v":{"DEFAULT":[415.8]}}, -{"f":"reagent-v0.10-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[415.8]}}, -{"f":"redom-v3.29.0-keyed","b":"01_run1k","v":{"total":[44.967,41.253,42.8,42.893,41.076,42.64,42.032,42.326,42.29,42.019,42.006,41.337,42.249,42.069,43.086],"script":[8.543,8.239,8.769,8.725,7.999,9.285,8.719,8.097,8.34,8.735,8.456,8.276,8.969,8.654,8.109],"paint":[35.923,32.557,33.58,33.437,32.617,32.91,32.867,33.737,33.262,32.857,33.058,32.596,32.607,32.97,34.282]}}, -{"f":"redom-v3.29.0-keyed","b":"02_replace1k","v":{"total":[45.188,45.897,45.617,44.754,45.99,45.427,45.338,46.257,45.187,46.485,47.808,45.195,45.822,45.216,45.706],"script":[11.559,12.517,12.003,11.313,11.558,11.318,11.831,12.368,11.77,11.512,11.811,11.839,12.07,11.025,11.821],"paint":[33.17,32.903,33.164,33.018,33.707,33.659,33.047,33.445,32.936,34.352,35.518,32.632,33.292,33.728,33.436]}}, -{"f":"redom-v3.29.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.242,19.054,19.047,19.081,20.642,19.219,21.529,19.362,21.734,19.166,19.854,20.068,20.285,19.147,19.001],"script":[2.364,2.143,2.001,2.21,2.512,1.787,2.301,1.058,1.987,1.573,1.8,1.909,1.452,1.577,1.859],"paint":[16.829,15.585,15.029,15.058,16.034,15.341,16.372,15.735,17.035,16.434,15.272,16.763,17.014,16.144,15.475]}}, -{"f":"redom-v3.29.0-keyed","b":"04_select1k","v":{"total":[3.459,4.307,4.389,4.2,3.553,5.156,3.745,3.865,4.88,4.172,4.052,3.789,3.744,3.675,3.997,4.935,3.736,3.219,3.777,4.119,5.071,3.676,3.944,4.188,3.224],"script":[1.179,0.876,1.161,0.893,0.958,0.946,1.377,1.367,1.655,0.241,1.753,0.917,0.975,1.047,1.584,1.397,1.41,0.242,1.186,1.257,1.293,1.468,1.204,0.64,0.87],"paint":[1.581,2.109,1.998,3.133,2.006,3.932,2.26,1.317,1.934,2.768,1.278,2.763,2.657,1.187,2.305,1.897,2.199,2.34,1.532,1.959,2.946,1.595,2.613,2.739,1.214]}}, -{"f":"redom-v3.29.0-keyed","b":"05_swap1k","v":{"total":[22.389,21.585,23.378,22.456,22.985,21.936,22.607,22.409,22.997,22.318,23.682,23.245,22.328,22.026,21.997],"script":[1.248,0.994,1.58,1.764,0.941,1.148,0.917,1.491,1.619,1.444,1.628,1.268,0.902,1.338,0.96],"paint":[18.983,19.251,20.237,19.021,20.519,18.285,20.434,18.352,19.097,19.104,20.1,20.371,19.815,19.274,20.036]}}, -{"f":"redom-v3.29.0-keyed","b":"06_remove-one-1k","v":{"total":[17.523,18.562,17.605,16.488,17.53,17.648,16.827,18.292,16.815,17.759,17.236,17.124,17.154,17.559,17.776],"script":[0.63,0.601,0.449,0.562,0.664,0.618,0.259,0.665,0.539,0.891,0.583,0.407,0.624,0.614,0.594],"paint":[15.266,16.198,15.889,15.199,15.802,16.2,15.419,16.199,15.169,15.616,15.037,15.929,15.423,15.551,15.595]}}, -{"f":"redom-v3.29.0-keyed","b":"07_create10k","v":{"total":[467.399,469.869,471.042,462.882,473.47,472.036,471.363,474.176,465.022,469.046,471.701,469.928,467.599,470.584,471.605],"script":[93.526,94.396,94.932,92.357,94.236,92.075,94.583,92.27,92.529,93.343,96.5,95.091,91.743,97.887,92.652],"paint":[365.938,367.654,368.569,362.765,371.627,372.131,369,374.288,364.874,367.7,367.55,367.104,368.197,364.986,371.096]}}, -{"f":"redom-v3.29.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.443,46.952,46.426,48.191,46.549,47.543,46.863,49.576,47.391,46.839,48.788,46.552,47.394,46.968,47.022],"script":[8.789,8.79,8.726,8.969,9.118,9.512,9.076,8.847,9.021,9.079,9.115,8.418,9.005,9.344,8.92],"paint":[38.758,37.137,36.494,37.965,36.512,37.121,36.843,39.525,37.426,36.777,38.385,37.286,37.424,36.73,37.113]}}, -{"f":"redom-v3.29.0-keyed","b":"09_clear1k_x8","v":{"total":[15.39,16.267,14.681,15.993,14.224,15.167,15.41,15.785,15.083,14.724,15.056,15.141,15.798,16.004,15.799],"script":[13.752,14.508,13.107,13.512,12.761,13.284,13.362,13.352,12.919,13.102,13.08,13.668,13.787,13.969,14.059],"paint":[1.328,0.877,1.268,2.395,1.364,1.793,1.058,1.652,1.19,0.959,0.838,0.391,1.91,1.905,1.633]}}, -{"f":"redom-v3.29.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4900360107421875]}}, -{"f":"redom-v3.29.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.65860652923584]}}, -{"f":"redom-v3.29.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.703640937805176]}}, -{"f":"redom-v3.29.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.702996253967285]}}, -{"f":"redom-v3.29.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.318299293518066]}}, -{"f":"redom-v3.29.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.27]}}, -{"f":"redom-v3.29.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.432]}}, -{"f":"redom-v3.29.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.68800000000002]}}, +{"f":"reagent-v0.10-keyed","b":"43_first-paint","v":{"DEFAULT":[384.1]}}, +{"f":"redom-v3.29.0-keyed","b":"01_run1k","v":{"total":[49.146,46.428,49.125,48.192,48.028,47.985,49.656,48.668,49.48,48.946,49.225,50.242,47.228,49.197,48.038],"script":[10.735,10.425,10.825,11.018,10.782,10.67,11.205,10.486,10.476,10.753,10.225,11.021,10.508,10.964,10.524],"paint":[37.93,35.544,37.6,36.721,36.775,36.846,37.736,37.705,38.274,37.732,38.483,38.525,36.03,37.762,36.785]}}, +{"f":"redom-v3.29.0-keyed","b":"02_replace1k","v":{"total":[52.773,50.767,50.808,50.845,50.931,51.997,53.274,52.234,51.711,50.571,51.849,51.621,52.121,54.102,52.292],"script":[13.778,13.127,13.176,13.764,13.525,13.756,13.48,13.716,14.146,12.958,13.667,13.754,13.913,13.738,13.908],"paint":[38.449,37.173,37.22,36.607,36.677,37.757,39.054,37.794,37.053,37.105,37.685,37.387,37.71,39.632,37.929]}}, +{"f":"redom-v3.29.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.226,20.113,19.538,19.552,19.291,20.229,18.101,19.684,20.559,19.532,19.384,18.628,19.436,19.642,20.13],"script":[2.464,2.421,1.798,1.449,1.843,2.074,1.81,1.433,2.026,1.97,2.257,1.762,1.722,1.919,2.04],"paint":[15.908,15.282,16.366,16.679,15.958,16.761,14.186,15.96,16.886,15.316,14.968,14.992,15.829,16.884,16.726]}}, +{"f":"redom-v3.29.0-keyed","b":"04_select1k","v":{"total":[3.887,4.023,3.993,3.994,4.007,4.405,4.133,3.758,4.356,4.177,4.244,4.13,3.953,5.877,3.768,4.024,4.645,4.305,4.262,4.005,4.688,5.255,3.809,4.879,4.438],"script":[1.201,0.956,1.279,1.028,1.568,0.95,1.549,1.192,1.459,1.277,0.619,1.408,0.61,1.682,1.234,1.186,1.581,1.985,1.509,1.246,1.307,1.227,1.234,1.638,1.523],"paint":[1.536,2.163,2.06,2.863,2.266,2.84,1.956,1.448,1.842,2.182,3.38,1.524,1.689,4.004,1.959,1.526,2.399,1.406,1.901,1.847,1.795,3.773,2.426,2.347,2.385]}}, +{"f":"redom-v3.29.0-keyed","b":"05_swap1k","v":{"total":[22.727,22.521,21.823,22.186,22.361,22.195,22.964,22.464,22.024,22.246,22.998,22.28,22.542,22.449,22.073],"script":[1.676,1.299,0.969,1.442,1.585,1.54,1.274,1.496,1.378,1.274,0.956,0.929,0.963,1.104,1.047],"paint":[19.844,18.792,19.143,19.451,18.908,18.633,20.216,19.512,19.064,19.639,20.668,18.607,19.811,19.209,18.819]}}, +{"f":"redom-v3.29.0-keyed","b":"06_remove-one-1k","v":{"total":[17.794,17.743,17.6,17.965,16.745,17.298,17.424,18.142,17.11,16.758,16.847,18.439,17.17,17.688,17.772],"script":[0.585,0.593,0.675,0.845,0.401,0.695,0.616,0.608,0.643,0.605,0.284,0.677,0.583,0.595,0.693],"paint":[15.676,15.865,15.782,15.902,15.525,15.679,15.29,16.347,15.67,15.471,14.918,16.672,15.105,16.29,15.961]}}, +{"f":"redom-v3.29.0-keyed","b":"07_create10k","v":{"total":[470.793,472.23,473.914,472.245,475.096,472.531,475.737,472.267,470.77,469.424,467.725,476.168,469.392,471.73,473.828],"script":[102.478,100.667,101.76,101.09,103.131,102.109,103.221,104.596,104.826,100.688,101.251,100.406,102.847,100.335,104.466],"paint":[360.721,363.895,364.635,363.748,364.13,363.136,365.07,360.413,358.389,360.249,359.07,368.248,359.167,364.178,361.807]}}, +{"f":"redom-v3.29.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.702,54.335,52.574,53.681,54.601,54.098,54.141,53.697,52.963,53.934,53.747,54.111,53.97,53.553,53.623],"script":[11.126,10.836,11.311,10.767,10.898,11.225,11.092,10.998,10.509,10.637,10.859,11.42,11.122,11.276,10.893],"paint":[40.632,42.505,40.069,41.951,42.752,41.594,41.862,41.71,41.431,42.304,41.882,41.729,41.835,41.314,41.743]}}, +{"f":"redom-v3.29.0-keyed","b":"09_clear1k_x8","v":{"total":[16.26,15.435,15.07,14.528,15.687,15.829,15.375,15.639,16.058,15.805,15.378,16.015,15.417,14.987,15.271],"script":[13.744,12.708,12.829,12.858,13.132,13.051,13.453,13.944,13.905,13.407,13.491,14.07,12.97,13.293,12.661],"paint":[1.469,2.582,2.12,0.402,2.343,2.642,1.805,1.415,2.006,1.594,1.776,1.152,2.309,1.375,2.498]}}, +{"f":"redom-v3.29.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49083709716796875]}}, +{"f":"redom-v3.29.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.444089889526367]}}, +{"f":"redom-v3.29.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.491100311279297]}}, +{"f":"redom-v3.29.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.4030981063842773]}}, +{"f":"redom-v3.29.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.284958839416504]}}, +{"f":"redom-v3.29.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3]}}, +{"f":"redom-v3.29.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.168]}}, +{"f":"redom-v3.29.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.69599999999994]}}, {"f":"redom-v3.29.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.7607421875]}}, {"f":"redom-v3.29.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.4873046875]}}, {"f":"redom-v3.29.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.24609375]}}, -{"f":"redom-v3.29.0-keyed","b":"43_first-paint","v":{"DEFAULT":[50]}}, -{"f":"redom-v3.29.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[50]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"01_run1k","v":{"total":[41.713,40.653,42.085,41.509,41.133,41.394,41.459,41.789,40.842,40.378,41.479,41.115,40.436,41.56,41.168],"script":[5.222,5.14,5.577,5.648,5.689,5.684,5.818,5.599,5.119,5.606,6.019,5.681,5.267,5.348,5.534],"paint":[36.094,35.09,36.097,35.38,35.01,35.023,35.165,35.501,35.018,34.33,34.757,34.978,34.722,35.74,35.216]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"02_replace1k","v":{"total":[47.916,48.832,46.372,46.949,47.548,49.891,46.817,47.556,49.008,46.705,47.932,47.021,47.762,47.55,46.987],"script":[13.457,14.301,13.41,12.881,12.797,13.357,12.962,13.656,13.307,13.229,12.976,12.824,13.986,13.155,13.446],"paint":[34.03,34.106,32.539,33.616,34.29,35.873,33.371,33.504,34.97,32.851,34.457,33.47,33.326,33.756,33.091]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"03_update10th1k_x16","v":{"total":[21.869,22.7,21.439,21.016,22.412,20.832,20.743,19.94,20.827,20.893,20.788,19.882,20.695,22.516,21.315],"script":[2.747,3.483,3.494,3.426,3.102,3.516,3.194,3.372,3.023,2.844,3.061,2.995,3.054,2.981,2.713],"paint":[17.136,17.036,15.99,16.252,16.761,15.893,15.787,15.557,16.211,15.876,15.166,15.26,15.997,17.301,17.28]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"04_select1k","v":{"total":[5.747,4.814,4.632,4.165,4.707,4.42,4.888,3.866,5.51,4.98,4.353,5.055,4.375,4.612,3.81,5.268,5.23,3.862,4.423,5.14,4.4,6.049,4.575,6.138,4.322],"script":[1.505,1.386,1.921,1.481,2.411,1.459,1.793,1.497,1.584,1.529,1.913,1.367,1.422,1.557,1.484,1.565,1.86,1.642,1.321,1.563,1.538,1.55,1.392,1.617,1.91],"paint":[4.003,2.517,2.313,2.526,1.631,1.145,2.936,2.219,2.845,3.272,2.085,2.618,2.286,1.964,1.511,2.976,3.204,2.071,2.935,3.408,1.97,3.833,2.481,3.544,2.26]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"05_swap1k","v":{"total":[23.722,23.681,23.399,25.038,26.39,23.372,23.765,23.794,23.392,23.76,24.196,23.779,25.746,23.757,23.125],"script":[1.984,1.541,2.449,2.558,2.277,2.349,2.327,2.292,2.174,2.205,2.397,2.449,1.903,2.329,1.577],"paint":[19.809,20.27,19.857,21.093,21.458,18.881,20.039,19.598,19.319,19.812,19.516,19.934,21.57,19.98,20.236]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"06_remove-one-1k","v":{"total":[18.507,17.911,18.005,18.412,18.061,19.336,18.126,18.168,17.577,17.818,18.002,17.724,19.302,19.132,17.881],"script":[1.122,0.798,0.727,0.749,0.792,0.782,1.155,1.148,0.87,0.959,0.847,1.132,0.92,1.005,0.736],"paint":[16.495,16.113,16.368,16.619,16.37,16.583,16.087,16.286,15.928,15.904,16.059,15.523,16.868,16.804,15.651]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"07_create10k","v":{"total":[454.824,450.461,457.846,448.85,450.99,452.117,458.482,453.71,460.2,462.478,447.546,469.128,467.235,459.696,448.302],"script":[82.421,81.619,88.282,81.645,83.558,86.572,86.555,83.777,85.851,89.958,82.588,92.285,90.188,90.4,82.023],"paint":[364.794,361.267,362.018,359.465,359.918,357.793,364.397,362.367,366.722,364.889,357.414,369.09,369.368,361.582,358.799]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.039,43.193,43.154,43.376,42.731,42.912,43.882,46.85,43.072,46.013,44.007,44.334,44.363,44.087,44.188],"script":[5.415,5.386,5.361,5.416,5.383,5.35,6.114,5.693,5.297,5.379,5.35,5.745,6.17,5.415,5.306],"paint":[36.788,36.994,36.903,37.092,36.562,36.764,36.602,39.932,36.962,39.502,37.391,37.632,37.249,37.439,37.864]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"09_clear1k_x8","v":{"total":[17.167,17.472,18.234,16.805,17.285,17.724,16.941,17.789,16.593,16.636,17.666,16.724,18.009,16.398,17.468],"script":[14.82,15.328,15.876,14.119,15.019,15.479,14.642,15.27,14.379,15.066,15.626,14.176,15.655,14.456,15.407],"paint":[2.246,1.692,1.898,1.195,2.175,2.101,1.703,1.829,1.19,0.831,1.908,1.704,2.233,1.837,1.202]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.47899818420410156]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3313074111938477]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.4222850799560547]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8119306564331055]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.269210815429688]}}, +{"f":"redom-v3.29.0-keyed","b":"43_first-paint","v":{"DEFAULT":[53.8]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"01_run1k","v":{"total":[43.916,43.725,43.817,43.7,45.131,44.499,43.174,43.358,44.724,43.589,44.55,44.236,44.536,45.003,43.062],"script":[7.371,7.527,7.359,7.231,7.568,7.774,6.818,7.303,6.966,7.411,6.85,7.451,6.986,7.773,6.837],"paint":[36.05,35.53,36.018,36.017,37.12,36.253,35.893,35.372,37.262,35.488,36.978,36.101,36.927,36.54,35.611]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"02_replace1k","v":{"total":[51.442,52.244,52.845,53.45,54.438,53.569,52.194,52.023,51.122,51.441,53.841,52.159,53.855,52.556,53.265],"script":[14.805,14.874,15.164,15.643,15.897,15.578,15.089,15.294,14.373,15.378,15.254,15.15,15.282,15.779,15.303],"paint":[35.9,36.617,36.961,37.335,38.052,37.534,36.437,35.985,36.283,35.598,37.91,36.534,38.103,36.32,37.217]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"03_update10th1k_x16","v":{"total":[19.954,20.523,21.52,21.509,22.431,21.495,19.437,23.024,20.064,20.6,22.218,20.716,21.13,20.392,21.392],"script":[2.788,2.722,3.433,3.82,3.457,3.075,3.174,3.11,2.69,2.818,3.858,2.798,3.432,2.921,3.544],"paint":[15.589,15.937,15.853,15.762,15.892,15.642,14.636,17.546,15.479,16.122,16.543,16.82,16.121,15.253,15.71]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"04_select1k","v":{"total":[5.318,4.161,5.404,3.684,5.038,4.34,3.946,4.886,4.658,4.275,4.461,5.019,4.672,4.359,4.383,4.402,4.709,5.105,5.622,5.081,5.124,4.323,5.534,4.741,4.181],"script":[2.21,1.722,2.244,1.504,2.18,2.106,1.475,1.806,2.283,1.549,1.046,1.622,1.247,1.344,1.355,1.623,1.635,2.314,1.871,1.879,2.064,1.151,1.363,1.84,1.426],"paint":[1.911,1.94,2.186,1.545,1.903,1.146,1.558,2.905,1.439,1.902,3.238,2.527,2.324,1.783,2.396,1.22,2.546,1.835,2.877,3.036,2.088,1.494,2.969,2.017,1.879]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"05_swap1k","v":{"total":[23.366,22.466,22.772,22.481,23.283,22.824,23.419,25.337,22.534,23.264,24.41,23.467,22.994,23.07,23.225],"script":[1.875,1.897,1.992,1.731,1.925,1.963,2.639,2.598,2.357,1.657,2.147,2.514,1.597,2.499,1.988],"paint":[20.006,18.228,18.049,19.391,19.325,19.49,18.734,21.153,18.371,19.644,19.737,19.664,19.63,20.196,18.362]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"06_remove-one-1k","v":{"total":[17.768,17.972,18.818,17.648,17.436,17.798,17.884,17.747,17.649,18.268,17.462,17.876,17.204,19.16,17.772],"script":[1.12,0.754,0.967,1.155,0.775,1.16,0.756,1.157,1.128,1.13,0.867,1.017,0.766,1.121,1.245],"paint":[15.762,15.965,16.153,15.009,15.89,15.823,16.211,15.801,15.092,15.844,15.829,15.887,15.654,15.996,15.721]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"07_create10k","v":{"total":[460.217,450.441,460.304,461.668,458.808,455.306,459.668,458.474,453.627,454.278,453.856,457.13,442.627,460.107,451.526],"script":[88.205,87.58,87.331,88.108,87.945,87.13,88.417,86.839,88.741,86.554,85.33,87.252,86.661,89.086,86.342],"paint":[364.606,355.35,365.33,365.115,363.281,360.84,363.749,364.341,357.417,360.211,361.027,362.633,348.568,362.805,357.691]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.778,49.106,50.278,50.088,48.353,48.688,51.739,48.96,49.144,47.964,49.958,49.646,48.156,49.216,49.609],"script":[7.796,7.877,7.777,8.387,7.998,8.084,8.34,8.175,7.826,7.717,8.159,7.939,8.027,8.1,8.664],"paint":[40.768,40.204,41.229,40.488,39.419,39.677,42.544,39.598,40.094,39.269,40.612,40.51,39.233,39.925,40.122]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"09_clear1k_x8","v":{"total":[16.821,17.31,16.985,16.877,16.049,16.629,17.753,17.154,17.891,17.852,16.41,16.826,16.234,17.159,14.805],"script":[14.893,14.659,14.484,14.819,13.588,14.621,14.422,14.856,15.563,15.275,14.313,14.748,14.116,15.227,12.852],"paint":[1.819,2.322,1.577,1.498,1.628,1.898,2.884,2.182,1.539,2.407,1.224,1.522,1.077,1.098,1.395]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4694023132324219]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"22_run-memory","v":{"DEFAULT":[3.1207704544067383]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.2131567001342773]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8135366439819336]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[25.063830375671387]}}, {"f":"rendrjs-v0.1.190-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.525]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.823999999999993]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.79999999999995]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.887999999999995]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.952]}}, {"f":"rendrjs-v0.1.190-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[144.75390625]}}, {"f":"rendrjs-v0.1.190-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[6.4794921875]}}, {"f":"rendrjs-v0.1.190-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.861328125]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"43_first-paint","v":{"DEFAULT":[52]}}, -{"f":"rendrjs-v0.1.190-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[52]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"01_run1k","v":{"total":[46.297,46.731,46.802,45.458,46.323,44.745,44.523,45.453,45.773,43.645,46.683,46.082,44.71,45.35,44.381],"script":[9.629,9.911,10.211,9.757,10.093,9.558,9.477,9.795,9.376,9.379,10.047,9.703,9.678,10.002,9.633],"paint":[36.218,36.329,36.096,35.005,35.752,34.722,34.586,35.182,35.935,33.815,36.194,35.894,34.586,34.677,34.285]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"02_replace1k","v":{"total":[44.952,48.341,43.676,45.301,45.837,48.192,44.852,44.631,44.074,44.621,44.98,45.001,45.186,43.849,47.614],"script":[11.702,11.824,10.905,11.373,12.074,12.004,11.19,11.228,11.101,11.203,11.397,11.111,11.288,11.322,11.33],"paint":[32.846,36.067,32.3,33.27,33.276,35.546,33.174,32.949,32.535,32.932,33.136,33.443,33.471,32.106,35.79]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"03_update10th1k_x16","v":{"total":[31.393,30.84,30.934,30.586,32.117,30.722,30.882,30.847,30.871,31.188,30.853,28.551,27.722,30.634,30.684],"script":[13.296,13.245,13.971,13.605,14.288,13.378,13.771,13.379,13.434,13.641,13.708,10.87,11.516,13.673,13.16],"paint":[15.695,15.764,15.694,15.34,15.847,15.643,15.462,15.531,15.976,16.226,15.493,15.983,15.227,14.957,15.562]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"04_select1k","v":{"total":[13.348,13.939,13.827,14.225,15.196,15.334,13.888,15.031,14.821,15.341,15.834,14.982,17.185,15.049,14.489,14.698,13.595,15.189,13.336,13.952,13.527,15.201,15.382,15.312,15.883],"script":[10.361,11.031,10.453,11.043,11.471,12.016,10.333,11.919,11.186,11.071,10.828,11.64,12.122,11.537,11.22,11.485,10.276,11.252,10.789,10.534,10.692,11.599,11.808,11.409,12.177],"paint":[2.123,1.937,2.189,2.092,2.003,2.195,3.397,2.087,3.353,4.057,2.655,3.107,4.025,1.985,2.38,2.951,2.348,2.969,2.371,2.364,1.699,2.955,2.171,2.908,2.913]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"05_swap1k","v":{"total":[173.877,180.238,172.855,172.701,176.154,175.132,177.309,171.563,177.043,173.061,181.663,173.721,174.193,178.922,174.852],"script":[32.796,32.048,32.048,32.973,31.988,32.782,32.272,32.419,33.069,32.763,33.69,32.45,31.988,35.723,32.894],"paint":[138.47,145.3,138.765,137.228,142.08,141.097,141.715,137.305,141.572,138.01,145.3,139.818,139.015,141.217,140.403]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"06_remove-one-1k","v":{"total":[24.647,22.207,22.666,24.582,25.908,22.696,22.96,23.866,22.677,23.491,22.753,23.469,23.983,23.881,22.684],"script":[6.604,5.326,5.552,6.234,6.692,5.514,5.506,6.31,5.665,6.447,6.129,6.416,6.603,5.997,6.074],"paint":[16.752,16.129,15.695,17.058,17.497,16.038,16.66,16.412,16.214,15.777,15.822,15.621,15.694,16.624,15.429]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"07_create10k","v":{"total":[632.435,644.053,632.083,635.016,643.992,630.628,625.543,631.203,633.804,635.003,640.664,636.834,646.844,620.822,641.865],"script":[240.971,243.026,248.782,244.675,245.754,241.343,246.68,241.127,240.49,247.795,254.098,240.713,254.627,250.562,248.161],"paint":[383.168,393.257,375.535,382.654,390.402,381.424,370.992,382.247,385.732,379.622,379.069,388.553,384.151,362.73,385.811]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.422,50.543,51.717,50.47,49.547,49.807,49.489,51.552,50.75,49.418,49.536,49.584,50.684,49.665,48.998],"script":[11.521,11.854,12.066,12.173,11.515,11.883,11.417,11.927,12.134,11.633,11.973,11.408,12.162,11.32,11.453],"paint":[37.013,37.814,38.652,37.389,37.162,37.058,37.123,38.696,37.663,36.91,36.599,37.162,37.58,37.462,36.639]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"09_clear1k_x8","v":{"total":[14.971,15.762,14.967,15.857,14.657,15.688,15.61,15.822,15.284,14.866,15.639,15.354,15.241,16.152,16.284],"script":[12.798,12.958,12.759,13.57,12.935,13.375,12.831,13.563,13.229,13.392,13.423,13.129,13.058,13.861,14.048],"paint":[2.064,2.551,2.088,1.294,0.831,2.209,1.762,2.156,1.333,1.373,2.095,2.125,1.016,1.046,2.126]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.940302848815918]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"22_run-memory","v":{"DEFAULT":[4.5158491134643555]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.783492088317871]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.6860780715942383]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.20023250579834]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.4550000000004]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.331999999999999]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[149.236]}}, +{"f":"rendrjs-v0.1.190-keyed","b":"43_first-paint","v":{"DEFAULT":[59.8]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"01_run1k","v":{"total":[45.838,45.925,45.156,48.461,45.74,45.769,45.93,46.817,45.807,46.222,46.105,46.133,47.884,44.723,45.701],"script":[11.19,10.127,10.469,10.452,10.556,10.402,10.374,10.654,10.917,11.09,10.369,10.716,10.325,10.274,11.043],"paint":[34.22,35.375,34.25,37.591,34.657,34.859,35.131,35.709,34.483,34.423,35.214,34.91,37.128,33.943,34.02]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"02_replace1k","v":{"total":[52.021,51.852,54.333,52.003,52.843,51.26,53.801,52.517,52.882,52.116,52.32,52.327,52.176,52.79,52.092],"script":[14.233,14.055,14.966,14.205,13.974,14.113,14.279,13.551,14.198,13.97,13.821,13.883,13.828,14.315,14.1],"paint":[37.268,37.321,38.652,37.069,38.396,36.362,38.783,38.226,38.213,37.676,38.087,37.929,37.889,37.742,37.485]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"03_update10th1k_x16","v":{"total":[32.605,32.965,32.965,32.94,31.552,32.319,31.655,31.749,32.881,33.84,32.411,31.251,32.071,32.143,32.367],"script":[14.641,15.13,15.391,15.909,14.175,14.738,14.39,14.75,14.706,15.432,15.192,14.688,14.657,14.411,13.684],"paint":[16.912,16.536,15.607,14.948,15.724,15.657,15.296,15.636,16.345,17.246,15.624,14.428,15.268,16.722,16.707]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"04_select1k","v":{"total":[14.849,16.553,15.96,14.856,15.866,15.581,15.074,15.444,15.397,14.972,15.768,16.428,16.58,13.749,16.252,14.555,14.769,14.911,15.792,14.151,15.548,15.351,14.996,15.411,14.758],"script":[11.144,11.963,12.062,11.724,12.195,11.978,11.944,11.831,11.23,11.422,11.706,11.275,12.693,10.64,12.791,11.188,10.598,11.313,12.478,11.41,11.059,11.369,11.524,11.905,12.266],"paint":[2.681,4.256,2.903,2.423,2.551,3.372,1.697,2.375,3.178,2.021,3.369,3.771,2.377,1.909,2.075,2.147,3.582,2.233,2.165,1.923,3.287,2.83,1.983,3.262,1.927]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"05_swap1k","v":{"total":[188.616,186.082,186.019,189.735,192.937,190.685,188.472,190.714,192.195,188.928,188.92,191.923,189.038,188.304,187.443],"script":[34.021,34.792,34.614,34.834,34.997,34.689,33.438,35.457,36.518,34.146,34.659,34.901,32.443,34.054,34.149],"paint":[152.569,148.815,149.093,152,155.569,153.871,152.605,152.113,153.399,152.707,152.138,155.308,154.506,151.753,150.766]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"06_remove-one-1k","v":{"total":[24.092,24.367,23.96,24.54,23.814,24.385,24.444,25.964,25.173,23.93,24.04,24.092,24.344,23.729,24.904],"script":[6.876,6.881,6.875,6.933,6.859,6.844,7.261,7.515,7.257,6.948,6.908,6.856,6.866,7.207,6.861],"paint":[15.858,16.136,15.643,15.964,15.446,16.228,16.012,16.499,17.048,16.168,16.23,15.808,16.354,15.656,16.686]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"07_create10k","v":{"total":[630.478,632.081,637.338,631.718,615.555,632.029,637.492,630.593,632.695,635.297,636.475,635.28,633.418,629.8,615.223],"script":[254.792,254.974,252.944,256.879,252.604,253.024,253.958,252.459,253.147,253.664,253.767,258.289,256.158,248.25,252.901],"paint":[368.04,369.101,376.402,367.295,355.447,371.589,375.904,370.784,371.886,373.43,375.101,369.312,369.556,374.114,354.115]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.966,58.76,59.032,58.596,58.647,59.719,58.4,60.372,58.929,58.757,58.233,58.604,58.224,58.818,58.409],"script":[15.154,15.037,15.668,15.406,15.717,15.459,15.46,15.732,15.455,15.115,14.939,15.759,15.024,15.383,14.927],"paint":[41.974,42.467,42.214,41.858,41.622,43.039,41.849,43.412,42.505,42.536,42.187,41.596,42.304,42.473,42.241]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"09_clear1k_x8","v":{"total":[16.012,15.411,16.225,15.894,15.294,15.617,16.086,16.416,15.577,15.416,16.629,15.405,15.764,15.079,15.005],"script":[13.994,13.359,13.697,14.007,13.453,13.131,13.229,13.822,13.385,12.917,13.768,13.249,13.961,12.908,13.384],"paint":[1.218,1.938,1.721,1.764,1.746,2.368,2.085,2.471,2.091,2.374,2.552,2.034,0.814,2.039,1.518]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9338855743408203]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"22_run-memory","v":{"DEFAULT":[4.398731231689453]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.450067520141602]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.6907243728637695]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.059412956237793]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.75]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.136]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[169.21599999999995]}}, {"f":"rescript-react-v0.10.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[270.95703125]}}, {"f":"rescript-react-v0.10.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[132.6806640625]}}, {"f":"rescript-react-v0.10.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[37.9970703125]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"43_first-paint","v":{"DEFAULT":[226.4]}}, -{"f":"rescript-react-v0.10.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[226.4]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"01_run1k","v":{"total":[44.51,44.34,44.404,44.893,44.12,44.99,44.772,44.7,44.642,43.589,44.651,44.948,45.059,44.573,47.478],"script":[8.312,9.049,8.463,9.113,8.783,9.316,9.183,8.751,8.884,8.933,9.23,8.601,8.998,9.311,9.031],"paint":[35.75,34.873,35.47,35.172,34.826,35.188,35.112,35.471,35.287,34.184,34.703,35.558,35.66,34.787,37.912]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"02_replace1k","v":{"total":[46.098,46.655,45.993,46.568,45.892,45.124,46,46.194,46.128,45.214,45.992,45.983,45.9,45.976,45.893],"script":[11.844,11.913,12.003,11.691,11.693,11.203,11.872,11.821,12.139,11.868,11.918,12.045,12.07,12.311,12.02],"paint":[33.794,34.274,33.495,34.14,33.675,33.461,33.662,33.891,33.287,32.922,33.593,33.493,33.107,33.169,33.409]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"03_update10th1k_x16","v":{"total":[19.408,19.836,20.014,19.894,19.478,18.979,18.831,19.028,18.928,20.191,18.862,20.133,18.941,19.117,19.008],"script":[2.279,2.384,2.583,2.944,2.496,1.742,2.248,2.525,2.087,2.631,1.91,2.504,2.244,1.765,1.865],"paint":[16.033,15.873,16.148,15.623,15.787,15.813,14.561,15.788,15.797,16.136,15.369,16.335,15.266,15.779,16.098]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"04_select1k","v":{"total":[4.909,4.342,4.897,3.796,3.402,4.024,3.864,3.898,3.83,3.981,4.666,4.828,3.989,4.26,3.295,3.522,4.315,4.318,3.646,4.763,3.725,3.518,4.225,4.654,3.753],"script":[1.558,2.018,1.334,0.946,1.11,1.654,1.246,1.428,1.268,1.803,1.323,0.89,1.153,1.534,1.02,1.226,1.232,1.269,0.962,1.389,1.326,1.208,1.358,1.671,1.039],"paint":[2.15,1.173,2.656,1.921,1.524,2.259,1.832,1.456,1.679,1.673,1.871,2.136,2.725,2.621,2.154,1.5,2.22,1.936,1.328,3.129,1.91,2.177,1.986,1.74,1.988]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"05_swap1k","v":{"total":[24.508,25.305,24.988,25.012,25.035,23.932,23.76,24.542,23.328,24.841,23.283,24.095,24.626,24.523,24.142],"script":[2.502,3.019,3.148,3.001,2.759,2.56,2.669,2.773,2.483,2.741,2.667,2.786,2.263,2.527,2.869],"paint":[20.515,20.344,20.001,20.407,20.271,19.979,19.257,19.404,18.99,20.731,17.655,19.952,20.483,20.554,19.709]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"06_remove-one-1k","v":{"total":[18.91,18.893,18.398,18.466,18.975,18.286,21.029,17.787,19.813,18.503,18.502,18.386,18.963,19.229,19.518],"script":[1.324,1.639,1.289,1.176,1.514,0.94,1.467,1.175,1.606,1.24,1.319,1.313,1.226,1.335,1.673],"paint":[16.75,16.386,16.024,16.511,15.989,16.582,18.364,14.962,16.914,16.16,16.048,16.29,16.897,16.708,16.543]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"07_create10k","v":{"total":[486.325,480.196,479.258,471.523,474.782,469.074,476.522,466.006,472.85,468.833,478.419,473.968,472.591,479.616,489.075],"script":[103.948,95.638,99.175,100.654,96.14,98.616,101.878,100.861,99.616,101.555,99.481,99.653,99.511,98.333,99.569],"paint":[374.251,376.824,372.643,362.703,371.217,362.937,366.552,357.344,365.437,359.6,371.512,366.853,365.4,373.762,381.541]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.748,45.18,46.511,47.196,46.566,47.151,47.64,49.435,46.519,46.721,47.097,45.867,46.286,47.117,46.726],"script":[8.648,8.117,9.039,9.186,9.333,8.911,8.949,8.712,8.42,8.379,8.891,8.16,7.879,9.239,8.538],"paint":[37.148,36.255,36.54,37.06,36.255,37.254,37.694,39.815,37.077,37.419,37.319,36.864,37.519,36.913,37.212]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"09_clear1k_x8","v":{"total":[13.347,13.751,13.046,13.027,13.092,12.996,13.169,14.071,12.986,12.735,13.162,12.701,12.899,12.877,13.615],"script":[11.539,11.316,10.836,11.311,11.797,11.275,10.708,11.907,11.341,11.254,10.741,10.765,11.48,10.405,11.571],"paint":[1.207,1.432,2.099,1.384,0.899,1.381,2.357,2.046,0.962,0.382,1.907,0.956,0.383,2.374,1.88]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4837656021118164]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"22_run-memory","v":{"DEFAULT":[2.9742393493652344]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.0132389068603516]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8354110717773438]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.50392436981201]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.0649999999998]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.511999999999993]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[166.67200000000003]}}, +{"f":"rescript-react-v0.10.3-keyed","b":"43_first-paint","v":{"DEFAULT":[203.6]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"01_run1k","v":{"total":[42.774,48.708,46.939,47.739,48.498,47.831,47.922,47.334,46.621,46.561,46.453,47.316,47.821,49.806,48.089],"script":[8.397,10.403,10.437,11.295,10.723,10.309,10.736,10.499,10.581,10.644,10.433,10.611,10.541,10.893,11.221],"paint":[33.901,37.599,35.85,35.75,37.09,37.06,36.747,36.368,35.564,35.385,35.513,36.205,36.803,38.422,36.161]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"02_replace1k","v":{"total":[52.199,51.376,52.188,51.712,52.041,52.927,51.739,52.239,51.278,53.446,52.222,52.14,52.58,51.262,51.779],"script":[13.557,12.572,13.046,12.864,13.553,14.134,12.59,13.186,12.632,12.381,13.078,13.431,13.864,13.188,12.858],"paint":[38.141,38.304,38.626,38.37,38.003,38.26,38.618,38.422,38.178,40.308,38.534,38.249,37.976,37.582,38.406]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"03_update10th1k_x16","v":{"total":[20.877,19.486,19.942,19.516,19.208,19.333,19.599,19.939,19.308,20.15,19.584,19.336,20.702,20.955,19.701],"script":[3.054,2.071,2.58,2.392,1.986,2.608,2.621,2.868,2.763,2.152,2.451,2.549,2.788,2.43,2.572],"paint":[16.737,16.166,15.289,15.645,15.638,14.913,15.149,14.467,14.761,15.952,15.777,15.792,15.76,16.214,15.093]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"04_select1k","v":{"total":[4.274,4.329,3.582,4.286,4.112,4.628,3.485,3.867,4.287,3.438,3.83,4.645,3.522,4.482,3.962,3.758,3.97,5.095,4.372,5.199,3.619,3.805,4.504,4.529,3.155],"script":[1.683,1.289,0.953,1.252,1.138,1.31,1.291,1.355,1.343,1.044,1.514,1.506,1.528,1.473,0.951,1.202,1.388,0.918,1.299,1.991,1.254,1.011,1.388,0.955,0.599],"paint":[1.766,2.903,1.625,2.88,1.693,3.071,2.049,1.93,1.606,1.873,2.141,2.903,1.405,2.045,2.861,1.919,2.423,3.914,1.871,1.956,1.577,1.918,2.222,1.876,1.383]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"05_swap1k","v":{"total":[23.93,24.889,24.494,24.432,23.525,24.254,26.069,23.294,24.855,24.018,24.123,23.357,23.696,23.231,24.827],"script":[2.789,3.085,3.343,3.086,2.437,2.819,2.697,2.254,2.94,2.506,2.156,2.598,3.323,2.784,3.018],"paint":[19.223,20.372,19.519,19.901,19.468,20.031,20.023,18.824,19.541,19.012,20.326,19.349,18.793,18.425,19.968]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"06_remove-one-1k","v":{"total":[18.355,18.877,19.713,19.511,18.432,19.114,18.455,19.784,18.801,18.939,18.845,17.78,19.119,19.088,18.16],"script":[1.447,1.329,1.237,1.219,1.273,1.336,1.32,1.279,1.283,1.563,1.303,1.236,1.505,1.279,1.248],"paint":[15.496,16.693,17.166,17.408,16.056,16.278,15.926,17.2,16.454,15.961,16.285,15.753,16.831,16.394,16.141]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"07_create10k","v":{"total":[471.859,464.539,462.182,472.655,477.249,468.757,477.527,473.625,470.285,469.639,484.895,464.85,477.451,463.786,476.527],"script":[102.269,104.823,101.425,103.569,105.173,102.07,104.625,107.27,109.943,103.542,106.59,102.787,102.575,102.699,105.517],"paint":[362.061,351.939,352.811,361.451,364.763,358.847,365.372,357.864,352.409,358.749,370.918,354.613,367.286,353.48,363.39]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.298,52.574,51.992,52.613,54.532,52.663,53.225,54.098,53.749,52.069,52.442,53.355,53.104,52.015,54.472],"script":[10.438,10.216,11.268,11.078,11.139,11.421,10.59,11.06,10.691,10.473,10.603,10.619,10.811,10.432,11.157],"paint":[40.88,41.144,39.498,40.342,42.107,40.273,41.575,42.044,41.787,40.642,40.65,41.735,41.058,40.353,42.066]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"09_clear1k_x8","v":{"total":[13.305,12.996,12.571,13.327,12.798,12.727,14.122,12.402,13.35,12.725,13.247,12.834,13.113,12.825,14.629],"script":[10.995,10.447,10.119,10.845,10.732,10.014,11.117,10.586,10.855,10.843,11.523,10.347,10.405,10.866,12.352],"paint":[0.879,1.639,2.343,1.942,1.955,1.816,2.745,1.698,2.405,1.761,0.772,1.413,2.584,1.391,1.646]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5040292739868164]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"22_run-memory","v":{"DEFAULT":[2.746363639831543]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.796839714050293]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9441671371459961]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.37677574157715]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.585]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[31.207999999999995]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[187.66799999999992]}}, {"f":"rezact-v1.0.15-beta.9-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[149.9189453125]}}, {"f":"rezact-v1.0.15-beta.9-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.6435546875]}}, {"f":"rezact-v1.0.15-beta.9-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.11328125]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"43_first-paint","v":{"DEFAULT":[59.1]}}, -{"f":"rezact-v1.0.15-beta.9-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[59.1]}}, -{"f":"riot-v7.1.0-keyed","b":"01_run1k","v":{"total":[49.664,45.728,46.675,45.675,46.043,46.832,46.207,45.659,46.838,47.27,46.202,48.136,47.542,47.858,46.206],"script":[10.775,9.712,10.525,10.307,10.906,10.524,10.871,9.752,10.872,10.492,9.798,10.106,11.113,11.08,10.57],"paint":[38.101,35.511,35.69,34.632,34.603,35.849,34.851,35.374,35.497,36.013,35.713,37.26,35.77,36.165,35.176]}}, -{"f":"riot-v7.1.0-keyed","b":"02_replace1k","v":{"total":[51.825,50.891,50.303,49.523,50.844,53.158,49.576,50.222,50.567,49.587,53.199,49.98,51.035,50.327,50.696],"script":[17.297,17.096,15.563,15.829,16.983,16.383,15.908,16.117,16.551,15.799,16.073,15.721,16.276,16.05,16.765],"paint":[33.922,33.34,34.295,33.236,33.39,36.247,33.191,33.635,33.305,33.32,36.425,33.812,34.295,33.817,33.437]}}, -{"f":"riot-v7.1.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.743,22.137,22.787,22.556,22.718,22.964,21.993,22.734,23.145,22.493,22.763,23.273,23.343,21.925,23.983],"script":[4.674,4.94,5.272,4.859,4.923,5.36,4.835,4.629,5.071,5.361,4.792,4.285,5.192,4.723,5.395],"paint":[16.277,15.562,15.327,15.814,16.199,15.593,14.72,15.958,15.937,15.645,16.272,16.664,16.721,14.253,17.487]}}, -{"f":"riot-v7.1.0-keyed","b":"04_select1k","v":{"total":[8.69,7.377,8.017,7.509,6.104,6.898,7.087,8.048,7.464,7.547,7.483,8.26,7.687,7.107,6.873,6.705,7.913,6.788,7.487,7.862,8.436,6.872,6.518,7.899,7.883],"script":[4.35,4.203,4.826,4.657,3.668,4.079,4.596,5.039,4.518,5.091,4.268,5.07,4.354,4.699,4.006,3.92,4.382,4.129,4.518,5.04,5.186,3.783,4.346,5.072,4.781],"paint":[3.728,2.032,2.003,2.638,1.687,1.885,2.005,2.812,1.934,1.889,3.088,1.923,2.204,0.931,1.586,2.602,2.769,2.525,2.365,2.205,2.013,1.922,1.648,1.491,2.188]}}, -{"f":"riot-v7.1.0-keyed","b":"05_swap1k","v":{"total":[25.648,25.997,25.847,26.935,25.516,28.286,26.096,24.6,26.713,26.109,24.558,24.753,24.99,26.404,26.104],"script":[5.036,5.109,4.695,5.367,4.563,4.867,5.208,4.641,5.138,4.713,4.015,4.094,4.436,4.241,4.281],"paint":[18.663,18.398,18.876,20.359,19.261,22.256,19.53,18.186,19.083,19.798,19.368,19.347,18.896,20.906,19.756]}}, -{"f":"riot-v7.1.0-keyed","b":"06_remove-one-1k","v":{"total":[19.234,19.696,19.017,20.155,18.979,19.71,18.839,19.548,19.371,19.579,19.038,20.386,19.298,19.062,19.796],"script":[2.137,2.136,2.285,2.222,2.38,2.462,2.148,2.384,2.399,2.384,2.387,2.714,2.191,2.38,2.356],"paint":[15.665,15.608,15.924,16.741,15.827,15.956,15.54,15.9,15.563,15.947,15.686,16.448,16.14,15.895,15.855]}}, -{"f":"riot-v7.1.0-keyed","b":"07_create10k","v":{"total":[545.269,538.055,521.024,531.146,525.722,514.139,532.948,516.852,508.91,529.074,538.94,521.486,513.996,519.364,513.503],"script":[130.778,129.987,130.814,130.599,132.099,131.084,130.61,131.212,128.207,130.841,131.268,129.373,129.346,132.342,129.704],"paint":[406.754,399.547,382.594,392.393,385.563,375.156,393.88,377.656,373.177,390.684,399.677,384.081,377.117,379.537,375.424]}}, -{"f":"riot-v7.1.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.303,52.379,51.039,49.37,51.503,54.317,49.015,49.442,49.152,51.15,49.66,49.171,53.946,49.986,50.76],"script":[11.274,11.688,11.117,10.488,11.192,12.117,10.595,10.468,10.312,12.189,10.744,10.676,11.932,10.626,11.548],"paint":[37.742,39.828,38.937,37.977,39.29,41.258,37.566,38.052,37.913,38.027,38.025,37.631,40.795,38.353,38.266]}}, -{"f":"riot-v7.1.0-keyed","b":"09_clear1k_x8","v":{"total":[26.796,26.091,23.892,22.055,27.237,26.257,27.334,24.603,24.146,21.705,27.513,24.141,23.03,24.697,25.376],"script":[24.597,24.173,21.705,20.476,24.684,24.3,25.674,22.424,22.204,19.219,25.056,22.191,20.875,22.544,23.246],"paint":[1.23,1.063,1.698,1.472,2.264,1.848,0.8,1.837,1.817,2.391,2.331,1.105,1.375,2.057,2.026]}}, -{"f":"riot-v7.1.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5325040817260742]}}, -{"f":"riot-v7.1.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.789669990539551]}}, -{"f":"riot-v7.1.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.931232452392578]}}, -{"f":"riot-v7.1.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8965425491333008]}}, -{"f":"riot-v7.1.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.368557929992676]}}, -{"f":"riot-v7.1.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2099999999998]}}, -{"f":"riot-v7.1.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.356000000000002]}}, -{"f":"riot-v7.1.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.23200000000008]}}, +{"f":"rezact-v1.0.15-beta.9-keyed","b":"43_first-paint","v":{"DEFAULT":[68.2]}}, +{"f":"riot-v7.1.0-keyed","b":"01_run1k","v":{"total":[50.762,51.553,50.774,49.771,50.706,51.697,52.114,48.699,50.303,50.491,52.487,51.869,49.096,49.45,50.028],"script":[13.662,13.093,13.269,13.174,12.977,13.078,12.678,12.322,13.236,13.092,13.694,13.191,13.303,12.974,13.019],"paint":[36.45,38.015,36.984,35.934,37.01,38.152,38.767,35.924,36.605,36.712,38.236,38.189,35.32,35.763,36.496]}}, +{"f":"riot-v7.1.0-keyed","b":"02_replace1k","v":{"total":[58.705,56.935,58.081,58.183,57.818,59.181,58.795,59.412,58.643,57.811,57.105,58.298,57.921,57.609,58.002],"script":[19.076,18.164,18.696,18.9,18.736,18.432,18.82,18.916,18.82,18.181,18.234,18.928,18.166,18.588,18.564],"paint":[39.144,38.292,38.622,38.83,38.585,39.998,39.259,39.817,39.302,38.918,38.365,38.834,39.256,38.28,38.949]}}, +{"f":"riot-v7.1.0-keyed","b":"03_update10th1k_x16","v":{"total":[24.296,22.867,23.016,22.761,23.879,23.012,22.937,23.382,25.916,23.261,23.687,23.911,24.939,24.548,22.416],"script":[6.26,5.73,5.836,6.127,5.951,6.699,5.684,6.595,5.843,6.732,6.271,6.126,6.608,6.761,5.451],"paint":[16.64,15.757,15.484,15.037,16.271,15.015,15.995,15.518,17.194,14.729,15.57,15.442,15.866,15.024,15.346]}}, +{"f":"riot-v7.1.0-keyed","b":"04_select1k","v":{"total":[9.955,9.322,9.576,8.67,8.876,9.639,10.168,8.533,9.769,10.098,9.386,10.257,9.478,10.042,9.675,9.09,10.06,9.535,10.296,9.977,10.16,9.023,9.032,8.709,10.765],"script":[5.73,6.789,6.474,5.685,6.037,6.392,6.529,5.478,6.687,7.1,6.655,6.732,5.944,7.234,6.575,6.222,7.086,7.083,6.527,6.761,6.436,5.961,6.198,6.081,7.395],"paint":[3.982,1.975,2.046,1.508,2.634,2.257,2.363,2.142,2.151,1.368,1.167,2.238,2.887,1.469,1.74,2.052,1.434,2.239,2.584,2.52,2.988,2.193,2.323,1.456,2.503]}}, +{"f":"riot-v7.1.0-keyed","b":"05_swap1k","v":{"total":[27.407,27.624,27.263,26.801,27.195,26.627,25.779,27.216,26.8,27.976,27.977,27.844,27.552,27.682,25.746],"script":[6.853,6.809,6.03,6.226,6.062,6.121,5.951,5.813,6.265,5.843,6.003,7.097,5.88,6.876,5.603],"paint":[18.223,18.991,20.453,18.676,19.383,18.97,18.572,20.258,18.564,20.657,20.251,19.427,19.643,18.869,18.209]}}, +{"f":"riot-v7.1.0-keyed","b":"06_remove-one-1k","v":{"total":[20.259,20.391,20.481,21.707,19.879,19.401,19.597,19.342,19.922,20.007,20.349,19.808,20.241,19.848,20.281],"script":[3.051,3.09,3.095,3.2,3.221,2.539,3.044,2.964,3.054,2.998,3.029,3.148,3.153,3.18,3.621],"paint":[16.374,15.924,15.733,17.102,15.572,15.508,15.058,15.361,15.691,15.641,16.419,15.421,16.027,15.85,15.784]}}, +{"f":"riot-v7.1.0-keyed","b":"07_create10k","v":{"total":[501.418,501.503,508.514,498.581,503.306,499.87,516.056,508.455,509.397,506.224,506.141,503.462,500.18,496.061,506.689],"script":[129.608,131.335,131.167,130.949,130.904,129.544,130.712,130.698,131.972,131.444,130.968,129.832,129.386,127.575,131.951],"paint":[364.183,362.402,369.785,360.103,365.034,362.7,377.086,370.071,369.865,367.029,367.573,365.847,363.422,361.053,367.429]}}, +{"f":"riot-v7.1.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.048,57.97,58.643,57.341,58.087,58.279,60.085,55.883,58.175,56.153,57.935,58.976,59.447,59.918,57.442],"script":[13.366,13.832,14.655,14.259,14.49,13.82,15,13.734,14.129,13.416,14.235,13.738,14.582,14.896,13.565],"paint":[43.371,43.128,42.864,42.036,42.585,43.53,43.71,41.141,42.789,41.771,42.698,43.942,43.901,43.77,42.876]}}, +{"f":"riot-v7.1.0-keyed","b":"09_clear1k_x8","v":{"total":[24.753,27.235,26.287,24.56,24.936,26.371,25.496,27.008,26.22,26.931,26.752,25.583,25.7,24.043,23.501],"script":[22.786,25.606,23.253,22.249,22.594,23.631,23.163,24.511,23.28,24.689,24.271,23.143,23.223,21.375,21.096],"paint":[1.118,0.725,1.923,2.149,2.202,2.165,1.731,1.775,2.461,2.104,2.355,2.337,2.366,2.268,1.572]}}, +{"f":"riot-v7.1.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5453424453735352]}}, +{"f":"riot-v7.1.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.600916862487793]}}, +{"f":"riot-v7.1.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.5956878662109375]}}, +{"f":"riot-v7.1.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8421268463134766]}}, +{"f":"riot-v7.1.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.134867668151855]}}, +{"f":"riot-v7.1.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.7250000000001]}}, +{"f":"riot-v7.1.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.572000000000001]}}, +{"f":"riot-v7.1.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.86800000000005]}}, {"f":"riot-v7.1.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[158.203125]}}, {"f":"riot-v7.1.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.9287109375]}}, {"f":"riot-v7.1.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.4384765625]}}, -{"f":"riot-v7.1.0-keyed","b":"43_first-paint","v":{"DEFAULT":[67.1]}}, -{"f":"riot-v7.1.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[67.1]}}, -{"f":"s2-v1.0.17-keyed","b":"01_run1k","v":{"total":[45.978,45.36,45.159,45.72,44.297,45.112,44.665,46.738,45.487,45.44,46.991,44.96,44.147,45.563,45.213],"script":[8.879,8.353,9.705,9.052,8.663,9.476,8.499,8.964,9.266,9.07,9.061,8.833,8.574,8.46,8.901],"paint":[36.581,36.383,34.965,36.231,35.195,35.139,35.606,37.275,35.548,35.875,37.458,35.596,34.804,36.654,35.856]}}, -{"f":"s2-v1.0.17-keyed","b":"02_replace1k","v":{"total":[49.292,47.695,45.251,46.71,47.067,47.709,47.514,47.315,46.503,46,47.455,45.223,47.493,46.887,45.994],"script":[13.498,13.67,12.264,12.848,13.058,13.214,13.18,13.006,13.038,12.886,13.149,12.12,13.152,13.31,12.455],"paint":[35.34,33.545,32.573,33.376,33.486,33.756,33.585,33.83,33.012,32.637,33.588,32.654,33.852,33.12,33.05]}}, -{"f":"s2-v1.0.17-keyed","b":"03_update10th1k_x16","v":{"total":[20.656,21.21,19.276,20.21,19.828,19.545,19.954,22.187,23.021,28.715,19.358,19.557,20.792,18.613,22.886],"script":[1.705,1.56,1.675,1.83,1.307,0.938,1.089,0.972,1.557,2.303,1.323,0.638,1.323,1.283,1.607],"paint":[17.37,17.678,16.217,16.498,16.86,16.937,16.669,18.23,19.385,22.49,16.957,16.211,17.243,15.173,18.594]}}, -{"f":"s2-v1.0.17-keyed","b":"04_select1k","v":{"total":[3.503,3.039,3.111,3.893,4.057,3.071,3.329,3.035,3.13,4.06,4.039,3.429,2.744,3.65,2.86,2.68,2.744,3.934,3.706,4.031,2.776,2.78,3.197,3.233,2.617],"script":[0.407,0.047,0.057,0.895,0.045,0.59,0.05,0.051,0.842,0.06,0.847,0.059,0.182,0.053,0.049,0.053,0.205,0.684,0.056,0.048,0.05,0.051,0.05,0.056,0.046],"paint":[1.897,2.504,2.912,2.857,2.858,2.361,2.069,1.79,1.722,2.588,2.777,2.395,2.259,2.956,2.699,1.464,2.404,2.238,3.49,2.899,2.128,2.626,3.013,2.58,1.545]}}, -{"f":"s2-v1.0.17-keyed","b":"05_swap1k","v":{"total":[21.615,21.659,22.497,20.669,23.235,21.953,22.321,21.462,22.688,21.419,21.582,22.008,21.819,22.236,21.787],"script":[0.137,0.851,1.046,0.127,1.015,0.127,0.878,1,0.814,0.759,0.202,0.933,1.296,0.856,0.79],"paint":[19.527,18.869,19.554,19.021,19.265,18.767,19.8,19.023,20.32,19.087,20.311,18.819,19.119,19.545,19.714]}}, -{"f":"s2-v1.0.17-keyed","b":"06_remove-one-1k","v":{"total":[18.261,17.217,18.126,17.205,16.669,17.101,17.434,18.004,17.153,17.032,17.043,17.538,17.059,16.623,17.067],"script":[0.336,0.243,0.362,0.091,0.092,0.43,0.319,0.092,0.101,0.133,0.217,0.226,0.09,0.093,0.247],"paint":[16.572,15.666,16.631,16.366,15.5,15.455,16.298,16.648,15.941,16.081,15.763,16.111,16.208,15.388,15.484]}}, -{"f":"s2-v1.0.17-keyed","b":"07_create10k","v":{"total":[498.357,502.598,499.254,507.865,504.376,493.665,493.626,502.358,493.834,483.363,501.647,497.882,495.88,492.302,499.137],"script":[108.385,107.484,107.772,108.297,111.888,108.021,106.085,106.765,105.068,105.775,110.561,109.822,109.982,104.884,109.261],"paint":[382.126,387.394,383.479,391.481,384.772,377.999,379.81,387.37,381.259,370.071,383.347,380.192,377.521,379.593,382.222]}}, -{"f":"s2-v1.0.17-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.022,48.716,48.051,48.337,47.264,49.729,49.808,50.826,49.584,48.278,49.874,46.559,50.344,48.77,49.586],"script":[9.197,9.869,9.837,9.605,9.334,9.586,9.74,9.6,9.789,9.504,9.949,9.126,9.993,9.633,9.195],"paint":[36.956,37.612,37.305,37.729,36.918,39.134,39.122,40.214,38.893,37.76,38.673,36.581,39.051,38.18,39.144]}}, -{"f":"s2-v1.0.17-keyed","b":"09_clear1k_x8","v":{"total":[19.824,19.301,20.52,20.613,19.095,19.926,18.552,20.214,20.633,20.557,19.66,19.418,20.584,19.376,20.029],"script":[17.624,17.003,18.067,18.336,16.457,18.139,16.35,18.069,18.493,18.652,18.097,17.584,17.675,17.018,17.513],"paint":[2.109,2.188,0.464,2.144,1.284,0.863,2.099,2.039,1.143,1.243,1.371,1.206,2.782,1.313,2.421]}}, -{"f":"s2-v1.0.17-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5625600814819336]}}, -{"f":"s2-v1.0.17-keyed","b":"22_run-memory","v":{"DEFAULT":[3.5092058181762695]}}, -{"f":"s2-v1.0.17-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.569260597229004]}}, -{"f":"s2-v1.0.17-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.166438102722168]}}, -{"f":"s2-v1.0.17-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.967507362365723]}}, -{"f":"s2-v1.0.17-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.3640000000005]}}, -{"f":"s2-v1.0.17-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.071999999999994]}}, -{"f":"s2-v1.0.17-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.45600000000007]}}, +{"f":"riot-v7.1.0-keyed","b":"43_first-paint","v":{"DEFAULT":[75.2]}}, +{"f":"s2-v1.0.17-keyed","b":"01_run1k","v":{"total":[46.341,47.321,46.554,47.672,47.496,47.238,47.13,47.11,47.074,47.729,46.961,47.985,46.856,48.323,46.221],"script":[10.161,9.953,9.9,10.812,10.406,10.547,10.651,10.099,10.242,10.471,9.974,10.638,10.205,10.536,10.101],"paint":[35.677,36.889,36.155,36.377,36.677,36.266,35.972,36.521,36.14,36.653,36.313,36.907,35.958,37.332,35.496]}}, +{"f":"s2-v1.0.17-keyed","b":"02_replace1k","v":{"total":[52.538,54.426,54.105,54.183,55.366,54.005,53.99,53.368,54.244,54.757,54.453,55.012,54.167,54.277,53.315],"script":[14.217,15.077,14.946,15.053,15.161,15.105,14.881,14.129,15.3,14.869,15.328,15.866,15.159,15.289,14.961],"paint":[37.755,38.635,38.687,38.638,39.711,38.382,38.383,38.473,38.218,39.153,38.412,38.398,38.568,38.479,37.876]}}, +{"f":"s2-v1.0.17-keyed","b":"03_update10th1k_x16","v":{"total":[19.304,19.377,19.167,18.894,19.243,19.771,19.398,22.185,19.263,19.38,18.984,18.757,19.814,19.594,18.641],"script":[1.964,1.52,1.326,1.15,1.216,1.728,1.277,2.299,1.535,1.248,0.983,1.721,1.365,1.866,1.249],"paint":[15.938,15.594,15.932,16.6,16.316,16.415,15.802,16.82,16.453,16.482,16.229,15.496,17.291,16.502,15.633]}}, +{"f":"s2-v1.0.17-keyed","b":"04_select1k","v":{"total":[3.187,2.969,3.372,2.901,3.836,3.316,3.417,3.489,3.636,2.354,3.417,3.46,4.036,2.481,3.637,3.283,3.823,2.427,3.829,3.385,3.761,3.031,4.407,4.079,3.171],"script":[0.064,0.13,0.991,0.067,0.045,0.053,0.269,1.089,0.758,0.253,0.298,0.057,0.606,0.058,0.057,0.623,0.079,0.066,0.068,0.434,0.045,0.052,0.068,0.065,0.044],"paint":[2.318,1.922,2.264,2.699,2.723,2.491,2.908,1.483,1.981,1.671,2.362,3.269,3.25,2.294,2.013,2.534,2.613,1.175,2.753,1.763,2.704,2.858,2.36,2.8,2.197]}}, +{"f":"s2-v1.0.17-keyed","b":"05_swap1k","v":{"total":[22.76,20.495,21.586,21.139,22.01,20.741,22.879,21.054,21.598,21.909,21.659,21.353,21.712,22.02,21.387],"script":[0.798,0.824,0.153,0.143,0.124,0.876,0.463,0.143,0.572,0.14,0.136,0.978,0.887,1.073,1.12],"paint":[20.496,18.727,19.162,19.562,20.783,18.324,20.498,19.856,18.847,20.176,20.062,18.758,19.718,19.39,18.687]}}, +{"f":"s2-v1.0.17-keyed","b":"06_remove-one-1k","v":{"total":[16.807,17.219,17.375,17.68,18.105,17.937,17.265,17.635,17.744,17.652,17.445,17.349,16.74,17.321,17.843],"script":[0.127,0.116,0.117,0.343,0.085,0.081,0.102,0.449,0.107,0.1,0.409,0.099,0.096,0.154,0.096],"paint":[15.557,15.738,15.985,16.004,16.579,17.048,15.391,16.237,16.503,16.286,16.079,15.822,15.545,15.52,16.594]}}, +{"f":"s2-v1.0.17-keyed","b":"07_create10k","v":{"total":[493.059,494.437,498.92,495.831,493.095,499.729,503.527,493.292,489.831,503.217,502.33,493.383,500.241,486.81,494.474],"script":[112.845,116.629,118.082,117.061,115.049,118.829,117.393,117.123,115.233,120.278,118.837,116.226,117.197,113.097,113.934],"paint":[372.732,370.033,373.086,371.117,370.627,373.463,378.12,368.642,367.025,375.518,374.939,369.298,375.539,366.108,373.039]}}, +{"f":"s2-v1.0.17-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.504,53.221,52.889,55.679,54.869,54.829,55.356,56.739,55.481,56.764,55.221,56.047,55.422,56.165,54.487],"script":[11.245,11.412,11.319,11.573,11.489,11.449,11.562,11.57,11.667,11.945,11.041,11.936,11.816,11.876,10.928],"paint":[41.312,40.851,40.612,42.878,42.126,42.152,42.83,44.172,42.589,43.857,43.208,43.137,42.387,43.296,42.577]}}, +{"f":"s2-v1.0.17-keyed","b":"09_clear1k_x8","v":{"total":[20.568,20.253,19.645,20.207,21.439,20.274,20.145,18.844,19.981,20.253,20.429,19.641,20.498,20.54,20.496],"script":[18.263,17.924,17.832,17.835,19.22,18.055,18.202,16.168,17.757,18.358,17.985,17.655,18.165,18.338,18.354],"paint":[1.188,2.192,1.67,1.289,2.111,0.531,1.838,2.587,2.108,1.77,1.773,1.188,2.23,1.715,1.477]}}, +{"f":"s2-v1.0.17-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5633344650268555]}}, +{"f":"s2-v1.0.17-keyed","b":"22_run-memory","v":{"DEFAULT":[3.302617073059082]}}, +{"f":"s2-v1.0.17-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.358637809753418]}}, +{"f":"s2-v1.0.17-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1995916366577148]}}, +{"f":"s2-v1.0.17-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[25.811098098754883]}}, +{"f":"s2-v1.0.17-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.694]}}, +{"f":"s2-v1.0.17-keyed","b":"32_startup-bt","v":{"DEFAULT":[33.963999999999984]}}, +{"f":"s2-v1.0.17-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.7560000000001]}}, {"f":"s2-v1.0.17-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[211.9326171875]}}, {"f":"s2-v1.0.17-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[73.3544921875]}}, {"f":"s2-v1.0.17-keyed","b":"42_size-compressed","v":{"DEFAULT":[11.75]}}, -{"f":"s2-v1.0.17-keyed","b":"43_first-paint","v":{"DEFAULT":[128.6]}}, -{"f":"s2-v1.0.17-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[128.6]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"01_run1k","v":{"total":[44.84,43.97,45.329,44.137,45.084,43.854,45.058,43.428,44.877,45.304,44.375,44.178,43.774,43.779,45.053],"script":[8.218,7.836,8.965,7.891,7.941,7.843,8.077,7.801,7.631,7.927,7.853,8.318,7.858,7.639,8.223],"paint":[36.159,35.674,35.912,35.767,36.728,35.571,36.499,35.166,36.786,36.873,36.008,35.408,35.454,35.668,36.419]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"02_replace1k","v":{"total":[48.587,48.985,49.94,47.933,47.175,47.495,46.632,47.191,46.446,47.831,47.611,47.693,47.977,48.207,47.841],"script":[13.057,13.794,13.855,13.225,13.451,13.21,13.028,13.385,13.269,13.534,14.296,13.423,14.124,13.635,13.57],"paint":[34.955,34.714,35.575,34.273,33.265,33.806,33.134,33.354,32.712,33.572,32.89,33.795,33.403,33.853,33.803]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.112,20.82,21.276,21.303,20.826,20.386,20.601,20.588,21.862,21.505,21.662,21.144,20.507,22.192,21.158],"script":[3.776,3.557,3.949,3.451,3.416,3.442,3.691,3.612,3.942,4.189,4.016,3.229,3.618,2.96,3.634],"paint":[16.566,15.644,16.02,16.171,16.355,15.655,14.985,14.694,16.311,15.405,15.704,15.591,14.888,16.764,15.478]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"04_select1k","v":{"total":[5.798,5.236,4.427,4.138,6.106,5.38,4.61,5.375,4.872,5.918,5.269,4.707,4.621,5.567,4.263,4.712,6.01,4.323,5.187,5.749,4.509,4.742,5.085,5.085,4.348],"script":[2.969,1.538,1.895,1.866,2.159,1.935,1.238,1.804,1.624,1.614,2.182,1.827,2.056,1.961,1.85,2.387,2.146,1.339,2.455,1.828,1.891,1.916,2.024,2.139,1.341],"paint":[2.016,2.676,2.413,1.499,3.115,2.445,2.656,2.731,2.529,4.023,2.936,1.754,2.465,2.358,1.592,2.222,3.597,2.88,2.211,2.657,2.515,2.611,1.793,2.181,2.252]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"05_swap1k","v":{"total":[24.041,24.35,23.343,23.125,23.163,23.907,24.699,24.509,24.279,24.186,23.696,23.878,24.173,25.992,27.095],"script":[1.425,2.356,2.129,2.332,1.808,2.131,1.847,2.481,2.309,1.88,1.583,2.358,1.813,3.03,1.839],"paint":[21.145,19.784,19.581,18.801,19.566,20.468,20.814,20.153,19.563,20.421,20.559,19.629,19.612,20.814,22.837]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"06_remove-one-1k","v":{"total":[18.195,18.7,18.57,17.872,17.805,18.143,18.856,18.501,17.734,18.263,18.693,18.072,18.276,19.008,18.238],"script":[0.685,1.074,0.727,0.72,0.677,0.747,0.927,0.768,1.033,1.025,1.041,0.902,0.946,0.748,0.712],"paint":[16.37,16.233,16.668,15.676,16.302,16.532,16.752,16.366,15.838,16.166,16.489,16.062,16.279,16.969,16.293]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"07_create10k","v":{"total":[495.029,490.234,489.601,484.165,489.766,486.025,494.769,487.061,497.626,488.061,495.922,485.934,495.543,486.541,489.889],"script":[105.66,109.63,103.218,106.145,105.756,109.223,117.817,104.218,115.492,115.773,118.357,107.11,104.159,104.804,106.687],"paint":[381.647,372.892,378.282,370.348,376.284,368.465,369.25,375.045,374.221,364.762,369.802,371.379,383.635,372.816,374.493]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.954,47.974,48.286,49.055,49.277,51.395,50.603,50.296,52.816,49.136,49.002,47.82,49.959,48.858,48.12],"script":[8.648,8.517,8.804,8.743,9.18,8.709,8.686,8.84,8.319,8.657,8.532,8.44,8.406,8.256,8.422],"paint":[41.306,38.611,38.475,39.347,38.928,41.736,40.972,40.53,43.332,39.534,39.496,38.553,40.272,39.643,38.791]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"09_clear1k_x8","v":{"total":[25.696,24.393,22.755,25.205,25.344,22.949,23.054,23.411,25.114,25.159,25.448,25.652,25.753,26.25,24.733],"script":[23.446,22.225,20.902,23.566,22.781,20.588,21.458,21.77,22.877,22.667,23.372,23.757,23.214,23.932,22.808],"paint":[1.286,1.533,1.029,0.912,1.69,1.245,1.47,1.532,1.679,2.375,0.892,0.918,2.427,1.807,1.84]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8278942108154297]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"22_run-memory","v":{"DEFAULT":[5.174866676330566]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.29532527923584]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.089193344116211]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[43.22648811340332]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.2799999999997]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.099999999999998]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.72799999999998]}}, +{"f":"s2-v1.0.17-keyed","b":"43_first-paint","v":{"DEFAULT":[125.4]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"01_run1k","v":{"total":[45.583,46.158,44.726,45.422,44.682,46.332,45.556,44.947,44.87,45.411,44.319,44.706,45.497,45.512,45.253],"script":[8.956,8.561,9.021,9.012,8.435,8.668,9.504,8.736,8.856,8.712,8.798,8.37,9.408,8.942,8.367],"paint":[36.11,37.144,35.261,35.95,35.821,37.215,35.327,35.796,35.566,36.318,35.02,35.848,35.576,36.131,36.401]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"02_replace1k","v":{"total":[54.725,54.421,53.423,53.422,54.15,55.577,53.635,55.182,54.645,55.673,53.984,54.201,52.936,55.542,54.974],"script":[16.456,15.766,16.146,15.885,16.534,15.959,15.813,16.116,15.785,16.999,16.116,16.018,15.803,16.595,16.507],"paint":[37.795,37.874,36.801,37.05,37.151,39.143,37.317,38.581,38.125,38.014,37.405,37.707,36.676,38.2,37.948]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.907,20.252,22.172,22.371,21.879,23.29,23.288,21.58,22.443,21.744,21.563,20.922,21.304,23.537,20.911],"script":[3.935,4.101,4.138,4.499,3.919,4.105,4.751,4.295,3.901,4.189,3.335,4.202,3.868,4.266,3.48],"paint":[14.811,14.288,15.819,15.521,16.448,17.249,16.483,15.773,16.093,16.18,17.074,14.923,15.998,17.034,14.858]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"04_select1k","v":{"total":[5.942,5.1,4.994,4.942,5.829,4.55,5.386,5.297,5.939,4.791,4.404,4.865,4.655,4.354,6.18,5.208,4.472,4.49,5.187,4.692,4.418,4.861,4.612,5.015,4.708],"script":[2.425,1.814,1.556,2.524,2.425,1.269,1.919,2.441,1.553,1.999,1.56,2.091,1.862,1.303,2.253,1.952,2.158,2.018,2.047,1.885,1.891,1.4,1.832,1.7,1.816],"paint":[3.118,1.889,3.27,1.524,2.275,2.514,2.491,1.826,3.169,1.924,2.698,1.999,2.635,2.447,2.56,1.793,1.068,1.807,2.188,1.77,1.921,2.412,1.935,2.595,2.269]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"05_swap1k","v":{"total":[23.082,24.052,23.197,24.655,23.327,23.954,23.867,23.312,24.035,24.4,24.387,23.32,23.891,23.639,23.673],"script":[2.056,2.783,1.431,2.429,1.891,1.451,1.622,2.136,1.673,2.204,2.583,2.117,2.072,2.383,2.378],"paint":[18.944,19.447,19.97,20.622,19.991,20.714,19.929,20.132,20.532,20.001,19.677,19.442,20.408,18.967,19.951]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"06_remove-one-1k","v":{"total":[17.738,18.703,18.352,19.677,17.94,18.353,17.834,17.861,17.537,18.217,17.724,17.75,17.728,18.213,18.209],"script":[0.71,0.68,0.76,1.2,0.681,0.95,0.689,1.026,0.894,1.081,0.944,0.77,1.064,0.696,0.959],"paint":[16.206,16.072,16.046,17.108,15.697,16.25,16.282,15.978,15.335,15.53,15.975,15.961,15.831,16.005,16.306]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"07_create10k","v":{"total":[487.864,494.557,492.593,486.743,487.638,485.988,488.538,487.427,487.751,493.995,484.335,488.33,483.595,487.17,488.821],"script":[114.659,112.244,112.166,110.852,108.856,114.739,112.111,113.947,116.044,112.22,112.314,114.855,109.882,114.711,109.97],"paint":[365.266,374.066,372.888,368.428,371.587,363.678,368.5,365.972,364.243,374.289,364.446,365.949,365.819,364.901,371.518]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.432,55.365,54.881,55.748,54.428,54.015,54.511,53.864,54.353,55.295,55.506,54.428,54.939,54.849,54.93],"script":[12.398,12.286,12.08,12.062,12.196,11.929,11.938,11.937,11.749,12.125,12.312,11.856,12.038,12.378,12.122],"paint":[41.786,42.131,41.547,42.833,41.248,41.118,41.352,40.704,41.654,42.082,41.935,41.6,41.921,41.497,41.58]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"09_clear1k_x8","v":{"total":[23.988,25.937,24.228,25.03,24.535,24.371,24.123,26.166,25.221,24.485,25.796,24.589,24.209,23.901,24.661],"script":[21.712,23.999,22.005,22.408,22.242,22.183,21.597,23.589,22.298,21.915,22.856,22.434,21.959,21.727,22.202],"paint":[2.166,1.082,1.54,1.8,2.151,1.108,2.405,2.44,2.264,1.243,2.391,2.007,2,1.172,1.789]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8295497894287109]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"22_run-memory","v":{"DEFAULT":[4.969491004943848]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.186429023742676]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1550636291503906]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[41.09930992126465]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2177.3950000000004]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.859999999999998]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.72799999999995]}}, {"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[214.7236328125]}}, {"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[76.447265625]}}, {"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[19.0400390625]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"43_first-paint","v":{"DEFAULT":[134.2]}}, -{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[134.2]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"01_run1k","v":{"total":[45.9,41.946,42.925,52.004,42.612,40.94,41.741,41.92,42.435,41.6,40.711,43.91,44.7,48.205,41.345],"script":[5.85,6.002,6.008,5.598,5.817,5.668,6.317,6.481,5.832,5.789,5.593,5.975,5.52,6.377,5.833],"paint":[34.536,35.791,36.721,38.135,36.599,35.11,35.229,35.241,36.326,35.641,34.955,37.378,34.059,35.759,35.342]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"02_replace1k","v":{"total":[46.081,44.162,45.041,43.359,44.244,43.931,46.444,43.287,43.906,43.846,42.221,47.186,43.169,44.084,43.33],"script":[10.945,10.512,11.249,10.29,10.737,10.15,10.582,10.337,10.019,9.9,9.511,10.593,10.059,10.491,10.06],"paint":[34.727,33.292,33.442,32.878,33.078,33.6,35.657,32.774,33.697,33.78,32.535,36.245,32.922,33.409,33.092]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"03_update10th1k_x16","v":{"total":[22.832,42.727,39.818,40.247,22.692,37.031,22.476,23.889,20.304,39.756,42.33,23.726,24.56,39.127,19.795],"script":[4.753,4.755,3.815,4.859,3.937,3.903,4.602,4.414,3.923,5.263,4.506,4.712,3.985,4.104,4.142],"paint":[16.579,20.567,19.059,18.961,17.009,16.577,17.636,16.418,16.234,17.917,19.047,16.328,19.085,16.266,15.198]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"04_select1k","v":{"total":[14.541,7.316,14.57,13.718,16.142,18.745,10.508,15.899,8.768,11.019,10.205,14.681,10.76,10.643,10.714,7.5,12.295,8.718,17.973,7.707,13.339,16.797,19.512,10.58,14.627],"script":[3.397,2.784,3.302,2.759,2.313,3.14,1.917,1.902,3.48,3.053,2.567,3.467,1.706,2.346,2.792,2.092,2.392,3.621,3.027,3.572,3.209,2.224,3.463,1.85,3.106],"paint":[4.641,4.286,3.257,4.021,5.15,4.546,5.484,4.001,2.872,4.034,4.9,5.677,3.209,3.369,4.659,3.166,5.806,5.106,5.491,4.189,4.575,5.328,6.502,2.605,4.154]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"05_swap1k","v":{"total":[42.29,42.894,28.775,26.01,27.387,26.737,42.008,31.085,25.715,30.104,26.116,43.303,42.24,25.808,26.487],"script":[2.486,1.88,2.85,3.427,2.108,1.722,2.301,2.816,2.753,2.581,2.189,2.287,2.564,3.196,3.622],"paint":[21.544,21.88,22.071,21.746,22.722,22.409,22.922,24.708,21.997,26.067,21.956,22.406,23.526,21.857,21.042]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"06_remove-one-1k","v":{"total":[18.07,20.938,20.916,20.79,19.832,21.754,22.372,18.913,22.662,20.322,20.865,20.731,21.577,21.528,20.232],"script":[1.312,1.644,1.698,1.3,1.384,1.731,1.374,1.378,1.588,1.305,1.671,1.354,1.629,1.324,1.285],"paint":[15.586,17.028,17.389,17.795,16.965,18.038,18.631,16.239,18.722,17.163,17.906,17.753,17.895,18.194,17.385]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"07_create10k","v":{"total":[438.682,430.24,434.588,432.218,432.041,430.17,433.663,432.886,429.164,432.845,430.272,440.636,434.318,430.101,430.36],"script":[76.487,73.988,76.277,75.79,72.616,73.913,75.168,74.869,73.391,75.633,76.559,77.178,76.574,75.001,74.251],"paint":[358.649,352.771,354.9,352.974,355.895,352.767,354.431,354.504,352.306,353.747,350.178,360.082,354.24,351.6,352.512]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.859,46.862,43.92,46.244,44.246,60.644,60.244,60.62,45.445,45.27,43.338,58.914,49.009,44.028,46.315],"script":[6.289,6.368,6.226,6.257,6.243,6.331,6.391,6.696,6.246,6.346,6.379,6.637,7.058,6.402,6.465],"paint":[37.592,40.096,37.209,39.63,37.347,37.925,37.228,37.821,38.886,38.625,36.637,36.499,40.767,37.29,39.554]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"09_clear1k_x8","v":{"total":[20.377,22.468,21.274,20.494,21.09,20.996,19.877,20.408,20.117,21.982,20.71,20.183,20.279,20.62,20.869],"script":[14.993,16.266,16.204,16.291,15.335,16.435,15.06,16.273,15.606,17.65,15.604,15.457,15.705,16.047,16.047],"paint":[3.684,5.129,3.816,2.795,3.928,2.976,3.149,3.351,3.547,3.501,3.697,2.73,3.318,3.254,3.705]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9565238952636719]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7120180130004883]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.8525381088256836]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2102670669555664]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.272886276245117]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2250.965]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.524]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.77599999999995]}}, +{"f":"san-composition-v3.12.2 + 1.3.0-keyed","b":"43_first-paint","v":{"DEFAULT":[127.2]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"01_run1k","v":{"total":[46.619,42.013,43.866,50.238,41.078,43.336,48.298,43.187,44.296,43.995,43.337,41.541,41.824,43.931,41.813],"script":[5.647,5.773,7.818,7.696,6.176,7.545,5.865,7.824,7.448,7.842,7.705,6.048,5.947,6.487,5.85],"paint":[34.138,35.001,35.86,35.742,34.701,35.56,35.822,35.162,36.639,35.967,35.44,35.311,35.699,36.41,35.757]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"02_replace1k","v":{"total":[49.952,50.345,50.161,49.519,49.998,48.993,50.424,49.25,51.334,50.425,50.859,50.188,49.507,50.74,48.723],"script":[12.991,12.763,12.619,12.779,12.891,12.351,12.737,12.578,13.392,13.661,13.431,12.872,12.489,12.673,12.478],"paint":[36.625,37.378,37.154,36.391,36.92,36.459,37.481,36.475,37.616,36.573,37.112,37.119,36.846,37.853,36.067]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"03_update10th1k_x16","v":{"total":[22.677,23.11,26.532,23.167,23.545,25.219,25.844,25.527,44.598,45.758,45.782,24.079,20.46,44.231,45.244],"script":[3.883,5.599,4.82,5.371,4.068,4.037,4.955,3.78,4.061,4.892,4.548,5.031,4.534,4.5,5.345],"paint":[17.153,17.293,17.324,17.128,18.364,18.817,18.23,18.907,18.458,19.299,18.658,18.196,15.439,17.343,17.274]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"04_select1k","v":{"total":[16.376,8.356,11.986,11.566,16.23,11.399,12.341,14.103,13.862,19.247,12.696,14.936,8.507,14.664,17.29,10.601,17.28,16.358,13.048,9.118,8.043,14.733,15.907,9.606,9.297],"script":[2.858,2.151,2.099,2.855,1.911,3.034,2,2.524,3.094,2.308,2.401,2.896,2.808,1.842,3.449,2.962,1.962,1.832,2.887,3.954,2.133,3.069,1.877,2.947,3.285],"paint":[4.038,3.583,3.9,4.587,5.438,3.347,5.538,4.683,3.906,4.638,3.962,5.593,3.438,2.958,5.696,3.865,3.648,5.102,4.279,3.957,3.694,4.142,3.737,4.978,2.639]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"05_swap1k","v":{"total":[46.252,24.461,48.903,48.642,25.167,28.495,45.156,25.393,28.37,26.451,23.272,46.877,22.455,26.078,47.53],"script":[2.237,2.394,2.932,3.427,2.641,1.879,1.965,2.766,1.718,2.832,2.56,2.685,2.118,2.677,2.332],"paint":[21.743,21.249,22.832,21.213,21.193,21.835,20.751,21.46,23.392,22.723,19.841,21.26,19.715,20.976,19.962]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"06_remove-one-1k","v":{"total":[18.192,17.783,21.069,20.336,20.318,21.737,19.781,21.021,20.78,21.64,18.13,21.506,21.425,20.383,20.48],"script":[1.251,1.45,1.3,1.259,1.35,1.462,1.331,1.358,1.643,1.374,1.512,1.268,1.587,1.108,1.333],"paint":[15.858,15.751,17.335,16.914,16.851,17.742,16.321,17.521,17.552,18.375,15.346,18.117,17.892,17.098,17.397]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"07_create10k","v":{"total":[424.309,426.419,440.979,440.755,442.582,443.83,446.519,442.903,442.019,441.127,441.911,441.361,438.807,436.577,434.269],"script":[76.175,78.153,83.45,83.229,81.551,81.053,82.449,82.659,79.596,79.49,83.804,82.337,80.789,80.049,78.241],"paint":[344.566,344.404,353.985,353.851,357.405,359.207,360.251,356.655,358.799,357.899,354.577,355.122,354.3,352.967,352.336]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.487,51.173,47.782,48.58,51.141,69.772,52.058,49.99,50.002,48.786,49.656,51.249,50.925,50.231,49.587],"script":[8.392,7.937,7.63,8.185,7.624,7.721,7.935,8.016,8.299,8.253,8.082,8.187,8.237,7.881,8.218],"paint":[40.782,42.869,39.811,40.055,43.06,41.469,42.407,40.886,41.353,40.195,41.182,42.707,42.338,41.165,41.054]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"09_clear1k_x8","v":{"total":[20.092,18.849,19.243,20.176,19.624,19.875,19.602,20.118,20.314,19.81,21.112,20.15,19.441,19.677,20.033],"script":[15.538,14.588,15.12,15.331,14.976,14.636,14.838,15.036,15.535,15.161,15.793,15.249,14.383,15.25,15.023],"paint":[3.929,2.053,3.864,3.417,3.148,2.859,2.356,3.582,4.507,3.187,5.002,3.541,3.258,3.487,4.748]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8670501708984375]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.503875732421875]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.625302314758301]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.198786735534668]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.07330322265625]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.3549999999996]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.511999999999999]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.116]}}, {"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[224.6513671875]}}, {"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[86.3759765625]}}, {"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[21.6728515625]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"43_first-paint","v":{"DEFAULT":[151.2]}}, -{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[151.2]}}, -{"f":"sauron-v0.57.4-keyed","b":"01_run1k","v":{"total":[73.558,72.233,76.007,74.849,75.975,74.511,76.109,75.494,74.558,75.313,70.407,74.991,75.365,73.894,74.052],"script":[36.598,35.843,37.114,37.392,37.314,37.992,39.121,38.34,37.748,38.029,33.11,37.602,38.421,36.1,37.296],"paint":[36.493,35.914,38.399,36.987,37.92,35.927,36.483,36.589,36.29,36.804,36.815,36.866,36.255,37.342,36.26]}}, -{"f":"sauron-v0.57.4-keyed","b":"02_replace1k","v":{"total":[92.567,91.628,85.715,92.418,92.129,93.076,91.436,91.098,93.829,94.047,89.821,92.618,89.646,84.993,86.022],"script":[58.458,58.085,52.632,58.202,57.82,59.039,57.802,57.792,59.541,57.994,54.778,58.68,54.201,51.269,52.089],"paint":[33.642,33.088,32.635,33.525,33.6,33.567,32.915,32.844,33.553,35.593,34.581,33.217,34.996,33.288,33.474]}}, -{"f":"sauron-v0.57.4-keyed","b":"03_update10th1k_x16","v":{"total":[27.957,27.499,29.053,29.742,28.09,27.432,27.612,28.502,28.09,27.812,27.629,27.742,27.668,29.095,27.771],"script":[8.938,9.976,10.429,10.359,9.832,9.147,9.217,10.497,10.176,10.083,9.278,10.337,9.814,9.656,9.928],"paint":[17.47,16.234,16.922,17.518,16.454,16.55,16.715,16.239,16.477,16.364,15.942,16.329,15.764,17.482,15.419]}}, -{"f":"sauron-v0.57.4-keyed","b":"04_select1k","v":{"total":[11.376,10.854,10.429,11.864,10.965,11.613,11.428,11.961,10.404,10.276,11.467,10.946,10.939,10.687,10.981,10.042,11.797,11.348,10.767,10.879,10.793,11.732,11.271,11.592,10.699],"script":[7.919,8.03,7.254,8.175,7.283,7.98,8.344,7.974,7.429,7.704,8.425,7.938,8.312,7.447,8.145,6.956,8.244,8.114,7.331,7.312,7.3,7.684,7.614,8.075,7.379],"paint":[1.797,1.866,2.024,2.533,3.509,2.428,2.164,2.709,2.007,1.649,1.397,2.304,1.653,3.049,2.067,2.938,2.692,2.005,2.238,2.322,2.345,3.872,2.716,2.52,1.897]}}, -{"f":"sauron-v0.57.4-keyed","b":"05_swap1k","v":{"total":[54.471,54.486,57.548,56.061,54.57,56.779,54.515,55.562,53.878,55.661,55.171,53.487,54.255,56.417,54.135],"script":[32.094,31.796,34.393,32.438,32.066,33.028,31.919,32.644,31.608,32.208,32.219,31.768,31.896,32.718,32.244],"paint":[20.872,20.361,21.098,22.151,20.672,21.296,20.466,21.255,20.231,21.598,21.041,20.586,19.296,22.58,19.014]}}, -{"f":"sauron-v0.57.4-keyed","b":"06_remove-one-1k","v":{"total":[20.902,20.953,20.83,20.908,21.262,21.468,21.334,20.963,20.348,21.299,20.916,21.334,21.449,21.016,21.768],"script":[3.567,3.69,3.701,3.819,3.726,3.667,3.728,3.677,3.664,3.668,3.681,4.068,3.806,3.688,4.02],"paint":[15.815,15.816,15.733,16.325,16.734,16.44,16.671,16.533,15.666,16.264,15.809,16.186,16.545,15.85,16.487]}}, -{"f":"sauron-v0.57.4-keyed","b":"07_create10k","v":{"total":[998.339,973.807,978.012,979.989,949.258,985.382,974.812,988.541,1003.394,999.038,999.661,978.776,990.527,982.363,988.765],"script":[602.125,579.081,575.3,587.166,561.281,590.851,578.161,591.692,597.143,601.824,603.593,591.385,589.209,584.575,598.546],"paint":[388.223,386.996,394.612,385.103,380.283,386.793,389.001,389.02,398.369,388.919,388.187,379.767,392.668,389.735,382.208]}}, -{"f":"sauron-v0.57.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[78.452,79.178,77.933,80.678,78.633,81.696,83.128,77.956,82.586,82.176,80.446,81.571,79.312,78.259,82.726],"script":[38.444,38.286,38.017,39.605,38.164,40.35,41.113,37.654,40.846,41.511,39.643,39.226,38.866,37.845,41.341],"paint":[39.026,39.892,38.93,39.679,39.491,40.345,40.676,39.304,40.805,39.585,39.849,41.045,39.428,39.403,40.408]}}, -{"f":"sauron-v0.57.4-keyed","b":"09_clear1k_x8","v":{"total":[47.276,45.179,45.008,47.658,43.951,44.76,44.493,47.237,47.53,44.997,42.26,44.513,43.239,43.479,46.247],"script":[44.477,42.444,42.501,44.833,41.231,42.551,42.196,44.685,44.89,42.486,40.274,41.549,41.126,41.964,43.524],"paint":[2.669,1.887,1.675,1.979,2.618,2.087,1.355,2.427,1.354,2.385,1.877,2.843,1.09,0.432,1.261]}}, -{"f":"sauron-v0.57.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6789588928222656]}}, -{"f":"sauron-v0.57.4-keyed","b":"22_run-memory","v":{"DEFAULT":[5.88038444519043]}}, -{"f":"sauron-v0.57.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.030688285827637]}}, -{"f":"sauron-v0.57.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.580798149108887]}}, -{"f":"sauron-v0.57.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[44.21481800079346]}}, -{"f":"sauron-v0.57.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.37]}}, -{"f":"sauron-v0.57.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[22.652]}}, -{"f":"sauron-v0.57.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.23200000000003]}}, +{"f":"san-store-v3.12.2 + 2.2.1-keyed","b":"43_first-paint","v":{"DEFAULT":[134.6]}}, +{"f":"sauron-v0.57.4-keyed","b":"01_run1k","v":{"total":[70.917,76.728,69.987,74.58,73.045,74.177,75.633,73.46,74.795,74.75,75.726,71.686,70.816,75.921,71.705],"script":[34.815,38.522,34.197,38.322,37.001,37.933,39.194,37.755,38.567,38.608,38.769,35.129,34.503,37.784,35.61],"paint":[35.659,37.708,35.336,35.785,35.555,35.78,35.911,35.289,35.537,35.658,36.229,36.085,35.804,37.688,35.615]}}, +{"f":"sauron-v0.57.4-keyed","b":"02_replace1k","v":{"total":[100.648,101.555,105.765,105.906,105.773,103.595,105.305,100.749,105.143,102.901,101.683,99.653,104.584,104.695,103.483],"script":[61.978,62.617,67.253,67.212,67.112,65.339,66.583,61.988,66.058,63.959,63.032,61.355,65.065,66.357,65.486],"paint":[38.149,38.221,38.041,38.178,38.019,37.779,38.239,37.962,38.591,38.269,37.905,37.816,39.086,37.929,37.521]}}, +{"f":"sauron-v0.57.4-keyed","b":"03_update10th1k_x16","v":{"total":[29.275,27.036,26.119,31.575,27.686,27.778,27.782,29.095,29.242,26.342,27.345,29.538,28.183,27.812,29.449],"script":[10.052,9.336,9.4,10.066,9.551,9.022,10.074,9.411,10.801,9.201,9.167,9.751,10.026,9.334,9.26],"paint":[17.699,16.239,15.374,17.919,16.455,17.412,16.191,16.968,16.439,16.046,16.181,18.342,15.559,15.697,17.772]}}, +{"f":"sauron-v0.57.4-keyed","b":"04_select1k","v":{"total":[10.551,10.467,11.74,11.422,10.958,11.06,11.161,10.078,12.037,10.531,10.385,10.099,10.631,10.181,11.208,10.495,10.93,11.158,11.432,10.067,10.397,10.147,10.916,11.021,10.719],"script":[7.372,7.85,7.708,7.477,7.235,7.87,7.418,7.422,8.438,6.812,7.451,7.234,8.124,7.468,7.821,7.652,6.931,6.991,8.095,7.484,7.26,7.128,7.461,7.303,7.951],"paint":[1.985,1.657,3.778,3.638,3.487,1.759,2.604,2.411,2.677,2.829,1.78,1.998,2.308,1.684,1.965,2.269,2.878,3.082,2.508,1.895,2.272,2.451,2.18,3.045,2.147]}}, +{"f":"sauron-v0.57.4-keyed","b":"05_swap1k","v":{"total":[56.31,53.484,56.509,52.274,52.698,52.511,51.317,52.44,54.232,52.674,52.814,52.301,51.585,52.535,51.54],"script":[31.589,31.19,32.895,30.076,30.263,29.976,30.349,31.167,30.591,30.478,30.632,30.259,30.53,30.285,30.555],"paint":[21.413,20.828,21.194,20.329,20.487,21.457,18.883,19.203,21.373,20.346,19.741,19.914,19.449,20.443,19.057]}}, +{"f":"sauron-v0.57.4-keyed","b":"06_remove-one-1k","v":{"total":[21.037,20.388,20.458,21.989,20.987,20.867,22.923,20.664,21.826,21.241,22.878,21.418,21.946,20.775,20.294],"script":[3.739,3.27,3.581,3.539,3.446,3.666,3.724,3.386,3.628,3.637,3.758,3.753,3.695,3.815,3.589],"paint":[16.15,16.307,15.806,17.087,16.108,15.969,18.375,16.009,16.898,16.303,17.478,16.804,16.897,16.146,15.87]}}, +{"f":"sauron-v0.57.4-keyed","b":"07_create10k","v":{"total":[990.063,985.37,968.406,955.212,977.813,990.94,996.291,972.782,962.345,976.211,955.032,989.43,976.429,980.121,973.338],"script":[597.859,598.284,586.391,568.722,577.12,585.965,597.964,580.521,574.67,589.527,568.437,595.573,584.674,590.137,580.079],"paint":[384.215,379.017,374.464,379.084,393.169,397.285,390.144,384.366,379.898,379.283,379.118,386.363,384.275,382.437,385.209]}}, +{"f":"sauron-v0.57.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[99.736,99.715,95.795,97.152,96.897,98.741,97.618,99.528,99.609,98.13,96.919,98.598,99.816,98.134,98.087],"script":[53.892,53.685,52.005,53.068,56.584,54.331,51.935,54.321,54.274,57.094,57.184,53.662,54.643,53.948,57.102],"paint":[44.87,44.867,42.799,43.029,39.308,43.419,44.644,44.169,44.204,39.973,38.371,43.558,43.977,43.251,39.983]}}, +{"f":"sauron-v0.57.4-keyed","b":"09_clear1k_x8","v":{"total":[45.984,42.793,46.935,46.394,45.958,43.753,45.419,44.102,45.042,43.439,44.05,45.892,46.226,45.937,46.38],"script":[43.281,40.744,44.214,43.818,43.895,41.474,43.268,42.537,42.558,41.142,41.445,43.565,43.733,43.413,43.511],"paint":[1.901,1.02,2.591,1.423,0.775,2.141,2.024,1.435,1.204,1.461,1.515,1.757,2.334,2.422,2.723]}}, +{"f":"sauron-v0.57.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6807327270507812]}}, +{"f":"sauron-v0.57.4-keyed","b":"22_run-memory","v":{"DEFAULT":[5.551046371459961]}}, +{"f":"sauron-v0.57.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.811396598815918]}}, +{"f":"sauron-v0.57.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.571228981018066]}}, +{"f":"sauron-v0.57.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[42.052062034606934]}}, +{"f":"sauron-v0.57.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.8600000000001]}}, +{"f":"sauron-v0.57.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[22.587999999999994]}}, +{"f":"sauron-v0.57.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[153.50400000000002]}}, {"f":"sauron-v0.57.4-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[388.0185546875]}}, {"f":"sauron-v0.57.4-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[249.458984375]}}, {"f":"sauron-v0.57.4-keyed","b":"42_size-compressed","v":{"DEFAULT":[75.6826171875]}}, -{"f":"sauron-v0.57.4-keyed","b":"43_first-paint","v":{"DEFAULT":[488.8]}}, -{"f":"sauron-v0.57.4-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[488.8]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"01_run1k","v":{"total":[46.158,46.159,44.199,45.433,44.905,46.189,45.113,44.567,43.777,43.04,48.014,44.747,44.796,44.173,43.569],"script":[6.943,6.285,6.221,6.737,6.448,7.178,6.559,6.49,6.208,6.381,7.09,6.366,6.879,6.506,6.364],"paint":[38.526,39.141,37.542,38.186,37.97,38.484,38.058,37.379,36.87,36.219,40.21,37.881,37.39,37.189,36.533]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"02_replace1k","v":{"total":[46.917,45.571,43.568,45.763,45.336,44.549,44.23,44.734,43.57,43.638,46.208,44.682,43.297,44.515,42.999],"script":[8.783,8.616,8.828,8.695,9.237,8.636,8.794,8.777,8.788,8.756,8.903,8.631,8.759,8.527,8.604],"paint":[37.618,36.244,34.32,36.328,35.593,35.431,34.703,35.264,34.363,34.468,36.773,35.392,34.103,35.271,33.93]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"03_update10th1k_x16","v":{"total":[19.151,17.814,18.147,18.951,19.082,18.272,18.548,18.712,17.932,19.345,20.557,18.582,18.871,19.936,18.194],"script":[1.495,2.062,2.359,2.607,2.782,2.024,1.99,1.95,1.795,1.094,2.068,1.262,1.01,1.795,2.052],"paint":[15.972,15.247,15.034,16.196,15.373,16.126,16.427,15.639,16.007,17.032,18.152,17.194,16.059,18.02,15.99]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"04_select1k","v":{"total":[3.726,4.98,5.98,4.47,4.961,4.101,3.4,3.773,3.19,4.79,3.745,4.299,4.35,4.034,4.461,4.289,5.766,4.618,3.387,4.661,4.476,4.948,4.74,3.733,4.452],"script":[1.191,1.705,2.605,1.758,1.825,1.178,0.775,0.994,0.717,1.332,0.704,1.093,1.296,1.448,2.37,1.134,1.26,1.337,1.516,1.619,0.982,1.788,1.672,1.203,1.51],"paint":[1.56,3.025,2.637,2.581,2.981,2.236,1.415,2.674,1.565,2.651,1.334,2.122,1.202,1.703,1.942,3.027,2.157,2.55,1.349,1.355,2.369,2.997,2.455,1.479,2.251]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"05_swap1k","v":{"total":[23.6,24.312,24.202,22.507,22.858,22.05,22.562,22.092,21.758,23.927,22.101,22.346,22.089,21.608,22.667],"script":[0.912,1.249,1.1,0.889,1.067,1.057,1.237,0.681,0.985,1.166,1.088,1.357,0.966,1.06,0.955],"paint":[21.536,21.437,20.05,19.267,20.389,19.417,19.147,19.624,19.2,21.378,19.386,19.654,19.497,18.624,19.483]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"06_remove-one-1k","v":{"total":[18.973,18.826,18.197,18.621,17.845,18.464,17.934,17.767,17.871,17.267,17.805,17.805,18.326,18.447,17.594],"script":[0.586,0.798,0.572,0.639,0.566,0.6,0.575,0.62,0.61,0.594,0.584,0.59,0.63,0.632,0.58],"paint":[17.022,16.316,16.862,16.871,16.438,16.677,16.629,16.015,15.744,15.777,15.972,16.087,16.854,16.241,16.106]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"07_create10k","v":{"total":[473.442,471.547,469.915,469.48,473.681,485.331,472.358,477.695,475.081,477.41,478.469,468.31,466.029,471.576,465.717],"script":[91.809,88.21,87.728,91.213,94.376,92.691,90.335,92.513,89.079,90.853,94.116,85.978,87.428,87.312,92.232],"paint":[373.955,375.271,374.577,369.493,371.459,384.949,374.028,377.703,378.454,378.325,376.765,374.195,371.101,376.609,365.839]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.237,46.656,46.423,44.614,44.838,46.598,45.352,45.778,48.719,45.95,44.998,46.458,46.124,47.179,46.58],"script":[5.875,6.059,6.075,5.651,5.838,5.92,5.83,5.657,5.991,6.063,5.63,5.451,6.031,6.1,6.073],"paint":[39.1,39.672,39.19,37.704,38.158,39.436,38.536,39.2,41.55,38.916,38.5,39.791,39.084,39.96,39.543]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"09_clear1k_x8","v":{"total":[15.991,15.402,16.239,15.442,15.876,15.683,16.255,16.298,16.206,15.331,15.139,15.541,16.018,16.216,15.453],"script":[13.285,13.451,13.774,13.178,13.766,13.781,13.494,13.928,13.509,13.681,12.871,13.541,13.827,13.917,13.185],"paint":[1.946,1.859,2.364,2.179,1.541,1.091,2.276,2.283,1.861,1.559,1.396,1.168,2.09,2.17,2.032]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8479204177856445]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"22_run-memory","v":{"DEFAULT":[4.196432113647461]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.228818893432617]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1591482162475586]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.39875793457031]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2405.7200000000003]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.251999999999999]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.49600000000004]}}, +{"f":"sauron-v0.57.4-keyed","b":"43_first-paint","v":{"DEFAULT":[468.4]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"01_run1k","v":{"total":[43.867,42.97,43.954,44.078,44.121,44.422,43.783,42.86,44.626,44.187,43.407,45.415,44.254,42.861,44.866],"script":[6.747,6.074,6.248,6.182,6.303,6.299,6.272,5.959,6.024,5.98,6.006,6.345,6.069,6.433,5.913],"paint":[36.503,36.421,37.018,37.353,37.18,37.668,36.917,36.375,38.13,37.536,36.862,38.412,37.759,35.87,38.313]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"02_replace1k","v":{"total":[49.983,50.005,49.555,50.067,48.66,48.984,49.554,50.078,50.398,49.762,49.69,50.469,49.683,48.731,48.978],"script":[10.232,10.334,10.351,10.717,9.788,9.815,10.385,10.277,10.46,10.357,10.288,10.471,10.377,9.848,9.564],"paint":[39.25,39.183,38.49,38.84,38.414,38.43,38.648,39.038,39.415,38.93,38.852,39.528,38.844,38.375,38.686]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"03_update10th1k_x16","v":{"total":[17.713,19.304,18.507,18.563,17.551,16.933,20.799,19.622,18.16,18.073,17.385,17.186,17.564,17.322,19.242],"script":[1.208,1.855,1.911,2.1,2.308,1.749,1.921,2.235,1.082,1.23,1.187,2.073,2.191,1.109,1.411],"paint":[15.238,16.782,14.626,15.925,15.114,15.053,18.746,17.252,15.147,15.581,14.548,14.273,14.321,16.091,16.374]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"04_select1k","v":{"total":[4.081,4.551,4.954,3.865,4.05,4.3,4.814,4.233,4.143,4.911,4.367,4.676,4.153,4.012,4.801,4.065,3.91,4.415,4.822,3.801,4.568,4.906,3.653,3.551,4.42],"script":[1.15,1.295,2.107,1.209,1.202,1.601,2.272,1.716,1.048,1.897,1.911,1.393,1.299,1.218,1.161,1.34,0.974,1.417,1.253,1.146,1.544,1.226,1.658,0.708,1.314],"paint":[2.274,2.14,1.944,2.532,2.363,1.56,2.393,1.723,2.936,1.707,2.304,2,2.708,2.275,3.508,2.601,2.265,2.335,3.036,1.442,2.533,3.526,1.877,1.2,1.973]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"05_swap1k","v":{"total":[23.639,20.904,22.154,22.125,22.722,21.785,21.83,21.4,21.865,21.718,22.024,21.319,21.623,22.993,21.555],"script":[1.19,0.697,0.851,0.912,1.036,1.176,0.577,0.954,0.943,1.014,1.288,0.227,0.225,0.822,0.916],"paint":[20.115,18.795,19.404,20.167,20.349,19.052,19.548,18.159,19.036,18.46,19.207,19.765,19.469,20.493,18.847]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"06_remove-one-1k","v":{"total":[18.522,17.904,18.311,17.601,17.915,17.605,17.776,17.76,17.877,18.263,17.685,18.268,17.831,17.849,17.829],"script":[0.611,0.595,0.634,0.313,0.619,0.527,0.597,0.595,0.33,0.608,0.579,0.608,0.592,0.575,0.573],"paint":[16.579,15.859,16.405,16.097,16.432,16.135,16.397,15.753,16.705,16.693,16.336,16.428,16.205,15.661,16.087]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"07_create10k","v":{"total":[464.727,459.533,461.496,470.664,467.656,467.817,462.58,464.323,464.113,458.628,460.823,464.91,466.188,457.824,467.766],"script":[91.846,89.496,89.446,90.673,90.021,89.108,88.59,90.164,85.807,89.046,86.065,89.887,87.818,85.005,88.537],"paint":[365.414,362.521,364.541,372.426,370.093,370.842,366.496,366.726,370.755,362.053,367.331,367.031,370.668,365.263,371.199]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.934,52.089,50.743,51.18,50.496,50.317,51.681,50.533,50.333,51.263,51.735,51.425,50.788,51.342,51.28],"script":[7.144,6.75,6.923,6.918,6.969,6.976,6.963,6.794,7.072,6.901,7.064,7.091,6.992,7.081,6.906],"paint":[43.769,44.376,42.81,42.949,42.608,42.383,43.555,42.816,42.224,43.186,43.62,43.446,42.797,43.06,43.421]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"09_clear1k_x8","v":{"total":[15.322,15.222,15.327,15.137,15.104,15.583,15.385,15.543,15.638,15.562,14.89,15.772,14.753,14.924,14.494],"script":[13.122,13.323,13.284,12.942,13.07,13.028,12.891,13.452,13.574,13.496,12.589,13.235,12.821,12.973,13.052],"paint":[1.739,1.791,1.745,2.093,1.034,2.405,1.792,1.328,1.124,1.184,2.068,1.754,1.19,1.161,0.396]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8366880416870117]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9048967361450195]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.01657772064209]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.255934715270996]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.266640663146973]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2405.71]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.883999999999999]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[178.83999999999997]}}, {"f":"scarlets-frame-v0.34.6-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[255.7216796875]}}, {"f":"scarlets-frame-v0.34.6-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[117.443359375]}}, {"f":"scarlets-frame-v0.34.6-keyed","b":"42_size-compressed","v":{"DEFAULT":[30.4462890625]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"43_first-paint","v":{"DEFAULT":[173.1]}}, -{"f":"scarlets-frame-v0.34.6-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[173.1]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"01_run1k","v":{"total":[43.938,44.086,43.429,43.203,43.02,43.127,44.15,43.402,42.892,44.908,44.205,45.347,44.247,43.624,42.507],"script":[6.679,6.8,6.265,6.034,6.008,6.523,6.855,6.14,6.099,6.555,6.49,6.016,6.271,6.536,6.024],"paint":[36.72,36.872,36.677,36.699,36.583,36.09,36.829,36.821,36.259,37.886,37.248,38.647,37.506,36.51,36.061]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"02_replace1k","v":{"total":[42.981,43.003,45.603,44.983,42.77,43.484,42.608,44.41,42.926,44.616,44.913,44.392,43.562,42.538,45.488],"script":[9.468,9.657,9.768,9.813,9.551,9.629,9.42,10,9.52,10.491,9.904,9.646,10.29,9.51,9.873],"paint":[33.048,32.927,35.12,34.718,32.801,33.384,32.746,33.963,32.963,33.669,34.564,33.981,32.608,32.609,34.888]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.34,18.146,17.733,19.136,17.935,17.398,17.457,17.567,18.071,18.067,17.724,18.795,17.152,17.939,18.33],"script":[1.234,0.888,1.191,1.512,1.243,0.887,0.885,0.261,0.95,1.506,0.607,1.19,0.22,1.178,0.867],"paint":[16.121,14.923,14.659,15.401,14.816,15.489,14.961,15.45,15.188,14.682,14.198,15.881,15.435,14.541,15.242]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"04_select1k","v":{"total":[4.701,4.066,3.465,3.477,4.826,5.448,3.783,4.265,4.75,3.407,2.939,4.825,3.983,4.339,4.232,3.941,3.71,4.328,3.361,3.789,4.643,3.71,3.988,3.362,3.699],"script":[1.252,1.237,0.894,0.924,0.91,1.266,1.007,1.132,1.056,0.916,0.766,1.239,1.194,1.151,1.162,0.924,1.198,1.51,0.58,0.683,0.978,1.143,1.291,0.211,0.942],"paint":[3.295,1.879,1.781,2.447,2.784,3.384,2.124,1.737,2.428,1.611,2.072,3.446,1.825,2.032,1.944,2.867,1.592,2.273,1.602,2.378,2.292,2.45,2.569,3.042,2.621]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"05_swap1k","v":{"total":[21.472,21.579,22.561,21.54,20.871,22.565,21.498,22.457,21.242,21.507,22.028,21.695,22.3,21.539,21.967],"script":[0.559,0.613,0.888,0.129,0.515,0.63,0.834,0.854,0.715,0.135,0.819,1.05,0.131,0.124,0.67],"paint":[19.154,19.373,20.132,19.451,19.076,19.573,19.11,20.198,19.233,19.31,19.335,19.123,21.163,20.095,19.666]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"06_remove-one-1k","v":{"total":[17.392,17.808,17.291,17.688,17.088,16.824,16.916,16.657,17.211,16.632,16.78,16.469,17.228,18.044,16.702],"script":[0.207,0.112,0.111,0.45,0.129,0.208,0.249,0.1,0.232,0.256,0.211,0.105,0.486,0.122,0.111],"paint":[16.155,16.653,15.498,15.89,15.935,15.714,15.133,15.357,15.869,15.256,15.776,15.606,15.67,16.629,15.858]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"07_create10k","v":{"total":[452.364,455.655,459.579,453.33,458.87,450.44,448.097,455.989,451.448,454.396,460.656,459.026,453.909,458.864,454.974],"script":[76.309,83.261,75.961,77.654,81.909,75.151,75.376,82.953,75.015,75.454,80.794,82.027,80.042,79.082,77.537],"paint":[368.255,364.632,375.919,367.405,369.291,367.639,365.166,365.479,368.958,370.624,372.352,369.498,366.582,372.184,369.156]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.596,44.164,44.488,45.112,44.794,45.646,45.63,45.99,44.261,46.159,45.684,45.936,45.573,45.501,45.485],"script":[7.172,6.011,6.009,7.038,6.312,6.36,7.085,6.042,6.094,7.016,6.925,6.182,6.143,6.152,5.937],"paint":[38.245,37.26,37.235,36.948,37.491,38.346,37.529,38.793,37.324,38.187,37.854,38.759,38.501,38.41,38.645]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"09_clear1k_x8","v":{"total":[15.563,15.325,15.335,15.471,15.918,15.161,15.179,13.828,15.305,14.685,15.231,15.795,14.856,15.017,15.344],"script":[12.975,13.177,13.136,13.22,13.066,13.741,13.489,11.49,13.745,12.589,13.193,13.242,12.403,13.01,13.377],"paint":[2.475,2.031,2.103,2.159,2.733,0.955,1.229,2.001,0.877,1.915,1.941,1.739,1.9,1.072,1.101]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.63177490234375]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.870206832885742]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.005068778991699]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.531853675842285]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.481000900268555]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.335]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[34.74]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.34]}}, +{"f":"scarlets-frame-v0.34.6-keyed","b":"43_first-paint","v":{"DEFAULT":[172.4]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"01_run1k","v":{"total":[43.026,43.967,43.106,44.894,43.422,43.191,44.142,43.456,43.036,43.945,43.189,43.025,44.239,42.868,43.993],"script":[6.593,6.923,6.55,6.532,6.505,6.229,6.642,6.968,6.165,6.524,6.361,6.52,6.341,6.353,6.463],"paint":[35.986,36.548,35.934,37.888,36.447,36.287,36.8,36.035,36.202,36.747,36.141,35.811,37.246,36.084,36.779]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"02_replace1k","v":{"total":[48.649,48.751,47.924,47.772,47.326,46.046,47.633,46.925,48.628,48.247,47.646,47.782,46.806,49.55,47.162],"script":[9.992,9.82,9.638,9.515,9.437,9.437,9.377,9.406,9.883,9.586,9.634,9.631,9.504,9.538,9.871],"paint":[38.198,38.465,37.616,37.804,37.409,36.202,37.75,37.048,38.059,37.93,37.476,37.652,36.841,39.553,36.584]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.595,18.094,17.85,19.516,18.307,17.68,20.258,17.867,18.497,18.888,19.366,17.851,20.364,18.232,18.578],"script":[0.89,1.422,1.831,1.466,1.285,1.089,1.323,1.044,0.952,0.563,1.231,1.023,1.548,1.406,0.934],"paint":[15.433,15.046,13.559,16.632,15.838,14.913,16.604,14.586,16.171,16.413,15.15,14.919,16.202,14.886,15.654]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"04_select1k","v":{"total":[4.677,3.778,4.224,3.547,3.863,3.953,3.661,3.955,4.465,4.475,4.321,3.641,3.679,4.05,3.912,4.209,3.422,4.222,3.659,3.976,4.752,3.758,3.624,3.772,3.777],"script":[1.702,1.114,0.943,0.701,0.188,1.215,0.621,1.111,1.209,1.133,0.971,0.855,0.211,0.975,1.045,0.915,0.206,0.992,0.293,1.175,1.054,0.191,0.284,0.993,0.912],"paint":[2.112,2.16,3.137,1.967,1.998,2.596,2.119,2.103,1.892,2.141,2.721,1.657,2.104,2.204,2.708,1.566,2.13,1.73,2.54,2.652,3.433,2.697,2.782,2.294,2.236]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"05_swap1k","v":{"total":[21.465,21.249,20.73,20.994,21.674,20.573,22.08,20.68,21.332,21.227,21.499,20.978,21.696,21.018,21.38],"script":[0.793,0.802,0.462,0.586,0.78,0.133,0.498,0.125,0.935,0.832,0.891,0.135,0.517,0.128,0.651],"paint":[19.313,19.19,18.749,18.343,19.089,19.082,20.129,19.302,19.215,18.832,19.052,19.417,18.952,19.514,18.363]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"06_remove-one-1k","v":{"total":[16.591,16.989,17.276,16.516,17.185,18.472,17.545,16.623,16.277,16.911,17.306,17.304,17.183,17.139,17.852],"script":[0.153,0.121,0.358,0.466,0.116,0.496,0.466,0.118,0.251,0.507,0.185,0.521,0.307,0.5,0.537],"paint":[15.642,15.638,15.57,15.299,16.229,16.642,15.784,15.376,15.254,15.633,15.765,15.458,16.032,15.467,15.73]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"07_create10k","v":{"total":[450.547,457.098,449.012,451.846,457.387,452.245,454.298,445.723,452.988,446.491,444.709,450.194,446.747,444.792,443.895],"script":[84.777,85.382,86.683,83.513,82.616,80.619,86.818,83.188,87.777,82.762,83.961,84.287,82.719,83.291,83.667],"paint":[358.385,364.363,354.813,360.858,367.329,364.219,360.12,355.045,357.772,356.487,353.425,358.463,356.619,354.192,352.996]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.238,50.477,49.839,48.503,49.843,49.239,51.086,49.464,47.851,49.977,50.315,49.645,49.091,49.726,49.753],"script":[7.105,7.336,7.034,7.515,7.032,7.116,7.075,6.941,7.144,7.088,7.203,7.211,7.17,7.269,7.137],"paint":[40.223,42.195,41.596,39.975,41.632,40.95,42.816,41.313,39.838,41.961,42.292,41.489,40.943,41.502,41.704]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"09_clear1k_x8","v":{"total":[15.555,15.092,14.676,14.843,15.146,15.293,15.148,14.622,15.021,15.419,14.208,15.341,14.74,15.599,15.087],"script":[13.158,13.149,12.358,12.574,12.838,13.126,12.965,12.381,12.318,12.929,12.297,13.021,12.58,13.447,12.45],"paint":[2.285,0.828,2.216,1.222,2.21,2.049,1.506,1.366,2.251,1.901,1.817,1.375,2.044,2.055,2.355]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6335220336914062]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7540531158447266]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.713435173034668]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.514897346496582]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.411705017089844]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.5549999999998]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[38.603999999999985]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.29200000000006]}}, {"f":"silkenweb-v0.6.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[309.3173828125]}}, {"f":"silkenweb-v0.6.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[170.7578125]}}, {"f":"silkenweb-v0.6.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[46.126953125]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[284.4]}}, -{"f":"silkenweb-v0.6.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[284.4]}}, -{"f":"sinuous-v0.32.1-keyed","b":"01_run1k","v":{"total":[42.718,42.296,42.61,41.838,42.338,43.685,43.407,42.293,42.102,42.475,42.56,41.687,41.312,41.383,40.74],"script":[5.092,4.777,5.221,4.905,5.562,5.519,5.345,5.149,5.212,5.045,4.849,5.056,4.943,5.343,4.843],"paint":[37.112,37.067,36.828,36.411,36.184,37.682,37.511,36.593,36.401,36.944,37.014,36.014,35.697,35.531,35.396]}}, -{"f":"sinuous-v0.32.1-keyed","b":"02_replace1k","v":{"total":[41.364,42.026,42.072,43.461,42.44,41.822,42.565,42.854,41.801,41.68,42.21,44.598,41.693,41.863,41.936],"script":[7.618,7.95,7.834,7.681,8.09,7.758,7.908,7.701,7.583,7.932,7.938,8.177,7.82,8.035,7.81],"paint":[33.284,33.654,33.75,35.304,33.9,33.598,33.928,34.676,33.453,33.292,33.824,35.686,33.44,33.402,33.5]}}, -{"f":"sinuous-v0.32.1-keyed","b":"03_update10th1k_x16","v":{"total":[18.847,17.658,17.884,18.046,18.023,18.664,18.265,18.358,19.739,17.955,18.422,20.821,17.848,18.975,17.605],"script":[0.813,1.038,0.884,1.179,0.914,1.207,0.973,1.19,1.046,1.037,1.22,2.173,0.591,0.602,1.157],"paint":[16.162,14.83,14.869,15.395,14.98,16.402,14.957,15.525,16.962,14.062,16.071,16.652,14.89,16.248,14.755]}}, -{"f":"sinuous-v0.32.1-keyed","b":"04_select1k","v":{"total":[3.122,2.945,3.45,2.2,3.317,2.996,3.605,3.086,5.033,3.903,2.334,2.339,2.638,2.511,2.862,3.568,2.357,2.908,2.365,3.101,2.838,2.969,2.069,2.866,4.105],"script":[0.71,0.064,0.063,0.308,0.876,0.08,0.055,0.068,0.065,1.023,0.061,0.061,0.061,0.18,0.661,0.088,0.066,0.538,0.069,0.595,0.065,0.07,0.068,0.074,0.07],"paint":[2.274,2.118,2.38,1.393,2.318,2.371,2.358,2.884,3.45,2.741,2.146,1.401,1.652,1.545,2.076,3.342,1.354,1.66,2.167,2.02,2.666,1.953,1.133,2.672,2.274]}}, -{"f":"sinuous-v0.32.1-keyed","b":"05_swap1k","v":{"total":[22.068,23.759,25.964,22.154,23.619,23.325,22.695,23.399,22.512,23.929,22.415,22.33,22.804,22.71,22.785],"script":[0.967,1.463,1.489,1.452,1.406,1.699,1.024,1.594,1.325,1.728,0.934,1.491,0.918,1.707,1.261],"paint":[19.761,20.255,21.634,18.638,20.317,19.43,20.313,20.441,19.516,20.626,20.087,19.054,20.825,19.725,19.537]}}, -{"f":"sinuous-v0.32.1-keyed","b":"06_remove-one-1k","v":{"total":[17.053,17.827,16.694,17.265,17.222,18.464,17.284,17.389,17.216,17.34,17.285,17.196,17.55,17.91,17.667],"script":[0.42,0.554,0.203,0.55,0.249,0.389,0.203,0.304,0.392,0.212,0.2,0.468,0.562,0.59,0.539],"paint":[15.752,16.271,15.616,15.62,16.208,16.752,15.635,15.972,15.593,15.984,15.791,15.587,15.746,16.254,15.709]}}, -{"f":"sinuous-v0.32.1-keyed","b":"07_create10k","v":{"total":[448.609,448.293,442.981,458.45,451.576,447.118,452.25,449.932,454.969,448.661,451.854,454.287,453.463,453.864,451.572],"script":[75.118,76.108,76.665,76.553,76.801,78.063,76.766,76.618,78.505,74.753,75.5,77.766,77.673,74.796,76.974],"paint":[365.845,364.5,358.733,373.87,366.838,361.303,367.807,365.652,367.831,366.318,368.469,368.874,368.079,371.321,366.929]}}, -{"f":"sinuous-v0.32.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.26,42.12,44.176,43.01,43.273,44.753,44.316,44.499,42.972,44.102,44.982,43.01,44.5,45.741,43.609],"script":[4.765,4.701,4.853,4.825,4.81,4.86,4.715,4.671,4.783,4.69,4.933,4.647,4.53,4.751,4.785],"paint":[37.659,36.594,38.422,37.247,37.498,38.903,38.764,38.797,37.292,38.447,38.794,37.49,38.762,40.047,37.994]}}, -{"f":"sinuous-v0.32.1-keyed","b":"09_clear1k_x8","v":{"total":[13.521,14.034,13.329,13.608,14.519,13.46,12.978,13.395,13.281,14.272,13.596,13.779,13.633,13.144,13.84],"script":[11.265,11.956,10.777,11.577,12.051,10.97,11.378,11.6,10.991,11.781,11.594,11.665,11.596,10.667,11.463],"paint":[1.57,1.99,2.428,1.259,1.371,2.359,1.505,1.703,2.196,2.402,1.885,1.811,1.149,2,2.014]}}, -{"f":"sinuous-v0.32.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4973182678222656]}}, -{"f":"sinuous-v0.32.1-keyed","b":"22_run-memory","v":{"DEFAULT":[2.831235885620117]}}, -{"f":"sinuous-v0.32.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.8545312881469727]}}, -{"f":"sinuous-v0.32.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8002119064331055]}}, -{"f":"sinuous-v0.32.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.689069747924805]}}, -{"f":"sinuous-v0.32.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3049999999998]}}, -{"f":"sinuous-v0.32.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.668]}}, -{"f":"sinuous-v0.32.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[134.06]}}, +{"f":"silkenweb-v0.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[272.6]}}, +{"f":"sinuous-v0.32.1-keyed","b":"01_run1k","v":{"total":[41.467,42.257,42.512,41.531,41.734,41.219,40.808,40.505,41.586,42.184,39.941,42.406,41.431,41.412,43.027],"script":[5.302,5.393,5.348,5.357,5.27,5.03,5.261,5.412,5.407,5.069,5.239,4.894,5.416,5.308,5.079],"paint":[35.7,36.396,36.438,35.584,35.991,35.65,34.871,34.649,35.541,36.443,34.211,36.845,35.513,35.423,37.494]}}, +{"f":"sinuous-v0.32.1-keyed","b":"02_replace1k","v":{"total":[46.55,47.082,46.23,47.593,49.578,48.197,47.673,47.238,46.649,47.087,47.779,47.004,48.551,47.186,48.091],"script":[9.096,9.453,9.176,9.302,9.292,9.358,9.323,9.463,9.385,9.329,9.422,9.44,9.167,9.361,9.502],"paint":[36.923,37.14,36.571,37.767,39.533,38.11,37.732,37.319,36.815,37.225,37.618,37.065,38.909,37.336,38.113]}}, +{"f":"sinuous-v0.32.1-keyed","b":"03_update10th1k_x16","v":{"total":[19.296,18.995,18.302,18.313,18.614,18.035,17.536,16.98,18.044,18.463,17.798,17.876,20.449,19.952,18.707],"script":[1.508,0.929,0.936,0.975,1.138,1.214,1.026,0.879,1.525,1.186,0.965,1.001,0.921,1.313,0.999],"paint":[16.746,16.102,16.248,16.026,16.73,15.317,15.172,15.034,14.948,15.851,15.879,15.236,16.924,16.605,16.284]}}, +{"f":"sinuous-v0.32.1-keyed","b":"04_select1k","v":{"total":[3.092,2.59,3.764,3.277,3.185,2.954,2.837,2.929,3.465,3.39,3.484,4.201,3.715,3.304,3.258,3.674,2.538,4.403,4.261,3.524,3.137,3.418,2.83,3.846,3.403],"script":[0.074,0.803,0.063,0.071,0.078,0.08,0.071,0.066,0.645,0.625,0.066,0.885,1.094,0.719,0.076,0.908,0.074,0.074,0.935,0.09,0.857,0.059,0.563,0.076,0.056],"paint":[2.884,1.66,2.611,2.703,2.569,2.742,2.63,1.983,2.686,2.251,2.92,2.379,1.913,2.467,3.04,2.637,1.639,4.081,3.079,2.817,1.506,3.23,1.478,2.591,3.22]}}, +{"f":"sinuous-v0.32.1-keyed","b":"05_swap1k","v":{"total":[22.189,21.889,22.664,22.853,21.893,23.171,22.428,23.248,22.2,22.534,22.036,23.328,21.443,22.708,21.752],"script":[1.513,1.284,1.757,1.611,1.311,1.515,1.303,1.772,1.82,1.368,1.573,1.542,1.383,1.272,0.954],"paint":[18.714,19.193,19.544,19.638,19.339,19.494,20.091,20.018,18.966,19.312,18.147,19.896,17.881,19.673,19.123]}}, +{"f":"sinuous-v0.32.1-keyed","b":"06_remove-one-1k","v":{"total":[17.069,17.681,17.5,17.182,17.23,17.098,17.383,17.377,17.169,17.229,16.748,17.292,17.615,17.8,17.418],"script":[0.446,0.568,0.348,0.211,0.309,0.203,0.238,0.373,0.542,0.537,0.511,0.458,0.559,0.582,0.34],"paint":[15.566,15.508,16.073,16.164,16.179,15.482,15.947,15.618,15.463,15.853,15.135,15.536,15.598,16.061,16.531]}}, +{"f":"sinuous-v0.32.1-keyed","b":"07_create10k","v":{"total":[439.954,450.461,442.248,451.861,443.615,448.05,444.304,448.44,448.247,441.19,442.872,453.558,446.473,448.235,453.662],"script":[77.491,79.358,78.105,79.43,77.604,78.161,77.044,77.675,78.184,78.33,78.838,78.622,77.966,78.613,79.411],"paint":[354.918,363.526,356.615,364.692,358.602,361.666,359.821,363.209,362.456,354.911,356.619,367.313,361.015,362.197,366.774]}}, +{"f":"sinuous-v0.32.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.991,49.171,49.064,48.286,48.799,47.435,48.872,48.965,49.479,47.266,49.876,50.148,47.979,48.378,49.117],"script":[6.424,6.45,6.511,6.437,6.653,6.267,6.372,6.224,6.51,6.183,6.569,6.536,6.362,6.46,6.469],"paint":[42.317,41.873,41.61,40.988,40.854,40.21,41.513,41.866,41.757,40.115,42.019,42.653,40.607,40.744,41.699]}}, +{"f":"sinuous-v0.32.1-keyed","b":"09_clear1k_x8","v":{"total":[14.271,13.434,12.644,13.116,12.987,12.686,12.67,13.162,13.493,12.171,13.008,12.38,12.784,12.689,12.896],"script":[11.455,11.443,10.576,10.374,10.933,11.173,10.673,11.169,11,10.538,10.796,10.683,10.898,10.301,10.899],"paint":[2.646,1.685,1.162,2.645,1.965,0.424,1.335,1.237,1.149,0.803,2.109,0.756,1.773,2.287,1.896]}}, +{"f":"sinuous-v0.32.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4826946258544922]}}, +{"f":"sinuous-v0.32.1-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6215829849243164]}}, +{"f":"sinuous-v0.32.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6478776931762695]}}, +{"f":"sinuous-v0.32.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8011083602905273]}}, +{"f":"sinuous-v0.32.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.58952236175537]}}, +{"f":"sinuous-v0.32.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3099999999997]}}, +{"f":"sinuous-v0.32.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.284]}}, +{"f":"sinuous-v0.32.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.46]}}, {"f":"sinuous-v0.32.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.71484375]}}, {"f":"sinuous-v0.32.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.44140625]}}, {"f":"sinuous-v0.32.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.7568359375]}}, -{"f":"sinuous-v0.32.1-keyed","b":"43_first-paint","v":{"DEFAULT":[57.5]}}, -{"f":"sinuous-v0.32.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[57.5]}}, -{"f":"skruv-v0.6.3-keyed","b":"01_run1k","v":{"total":[48.661,49.221,49.674,49.493,49.801,50.284,49.502,49.972,49.453,49.275,48.399,48.697,49.441,49.626,50.133],"script":[10.879,11.535,11.654,11.316,10.946,10.611,10.269,11.025,10.333,10.969,11.217,11.493,11.537,11.979,11.481],"paint":[37.075,37.192,37.312,37.68,38.134,38.967,38.731,38.237,38.579,37.605,36.684,36.7,37.396,36.966,37.94]}}, -{"f":"skruv-v0.6.3-keyed","b":"02_replace1k","v":{"total":[51.6,52.897,52.461,51.513,52.772,54.81,51.544,51.109,53.01,53.325,52.351,50.446,54.99,53.311,55.604],"script":[16.515,18.807,18.947,18.246,18.699,18.977,18.148,17.792,18.587,18.676,18.327,16.611,18.822,18.755,19.178],"paint":[34.36,33.443,33.044,32.677,33.619,35.129,32.913,32.899,33.729,34.192,33.524,33.346,35.633,34.08,35.757]}}, -{"f":"skruv-v0.6.3-keyed","b":"03_update10th1k_x16","v":{"total":[23.619,22.346,23.928,24.676,21.537,23.745,23.249,24.007,23.604,22.79,23.641,21.6,22.268,22.075,22.667],"script":[5.48,5.125,5.182,6.145,4.589,5.782,5.206,5.638,5.713,5.162,5.376,4.798,4.694,4.977,5.078],"paint":[15.664,16.151,16.74,16.885,15.49,15.708,16.629,15.955,16.104,15.37,17.536,15.544,16.577,15.816,15.708]}}, -{"f":"skruv-v0.6.3-keyed","b":"04_select1k","v":{"total":[6.387,5.102,5.322,6.297,6.938,6.414,5.813,5.121,6.144,6.249,5.053,6.479,5.575,5.873,5.569,5.989,5.907,5.888,5.795,5.684,6.761,6.365,5.49,6.006,7.403],"script":[3.599,3.071,3.057,3.224,3.721,3.288,2.258,2.841,3.013,3.145,2.809,2.795,3.396,3.487,2.773,3.074,2.926,3.075,3.141,3.014,3.338,3.273,3.092,3.699,3.312],"paint":[1.199,1.127,1.548,0.915,1.969,1.923,3.014,1.503,1.772,1.66,2.131,3.46,1.257,2.163,1.797,2.743,2.826,2.696,2.328,1.823,3.174,1.663,2.251,1.492,3.858]}}, -{"f":"skruv-v0.6.3-keyed","b":"05_swap1k","v":{"total":[25.897,24.626,24.335,25.377,25.215,24.45,23.5,26.924,24.969,25.035,24.13,24.271,24.012,26.372,24.081],"script":[4.099,3.154,3.195,3.477,3.911,3.608,3.129,3.416,3.245,3.584,3.114,3.154,3.113,3.724,3.415],"paint":[19.754,20.455,19.063,19.933,19.694,19.127,19.391,22.091,20.392,20.184,18.874,19.668,18.701,21.656,19.238]}}, -{"f":"skruv-v0.6.3-keyed","b":"06_remove-one-1k","v":{"total":[19.528,19.501,18.462,19.042,19.544,18.45,18.791,18.88,18.972,18.995,18.948,18.938,18.947,18.946,18.911],"script":[1.777,1.735,1.381,1.707,1.435,1.346,1.587,1.609,1.626,1.358,1.408,1.698,1.794,1.567,1.396],"paint":[16.574,16.545,15.993,15.639,17.15,16.336,16.458,16.327,16.605,16.599,16.794,16.447,16.005,16.053,16.402]}}, -{"f":"skruv-v0.6.3-keyed","b":"07_create10k","v":{"total":[539.499,525.682,546.783,540.304,525.724,525.361,525.437,546.355,517.643,551.158,547.079,521.474,519.585,544.602,551.737],"script":[140.387,142.218,143.213,144.004,136.955,136.954,137.617,139.222,136.805,145.154,142.533,136.291,138.645,140.038,140.652],"paint":[391.061,367.526,386.723,388.508,381.027,380.702,380.11,391.423,373.11,387.579,395.588,367.705,372.393,387.363,403.016]}}, -{"f":"skruv-v0.6.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.731,53.648,54.054,53.588,53.471,53.529,51.225,53.602,53.779,53.646,53.732,53.458,53.178,53.283,53.474],"script":[13.507,14.293,13.993,14.085,13.686,14.191,13.138,14.419,14.832,14.322,14.358,14.079,13.677,13.874,14.608],"paint":[38.246,38.385,39.126,38.537,38.803,38.23,37.128,37.963,37.986,38.062,38.434,38.396,38.25,38.358,37.947]}}, -{"f":"skruv-v0.6.3-keyed","b":"09_clear1k_x8","v":{"total":[14.656,14.464,15.276,14.611,13.94,14.728,15.699,14.953,14.991,14.544,15.404,14.787,15.498,14.186,15.105],"script":[12.741,12.4,13.323,12.197,12.489,12.448,13.349,12.476,13.304,12.001,12.958,12.689,12.859,12.306,12.906],"paint":[1.746,1.971,1.085,1.967,0.438,1.672,2.042,2.35,0.758,2.442,1.746,1.808,2.537,1.776,2.073]}}, -{"f":"skruv-v0.6.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4598569869995117]}}, -{"f":"skruv-v0.6.3-keyed","b":"22_run-memory","v":{"DEFAULT":[2.188505172729492]}}, -{"f":"skruv-v0.6.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.2029008865356445]}}, -{"f":"skruv-v0.6.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9090805053710938]}}, -{"f":"skruv-v0.6.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.406624794006348]}}, -{"f":"skruv-v0.6.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.56]}}, -{"f":"skruv-v0.6.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.643999999999995]}}, -{"f":"skruv-v0.6.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.972]}}, +{"f":"sinuous-v0.32.1-keyed","b":"43_first-paint","v":{"DEFAULT":[53.6]}}, +{"f":"skruv-v0.6.3-keyed","b":"01_run1k","v":{"total":[51.097,50.781,50.007,48.831,49.742,50.089,51.903,51.315,50.179,51.017,50.507,51.588,51.11,50.755,50.625],"script":[14.055,13.839,13.238,13.027,13.629,14.12,13.658,13.67,13.685,13.598,13.459,14.159,13.747,13.968,13.788],"paint":[36.317,36.445,36.069,35.347,35.657,35.503,37.522,37.167,35.883,36.818,36.39,36.736,36.766,36.118,36.348]}}, +{"f":"skruv-v0.6.3-keyed","b":"02_replace1k","v":{"total":[60.551,58.603,60.927,57.785,59.975,60.724,60.645,57.712,60.255,59.276,61.714,60.183,59.256,60.285,60.734],"script":[21.493,18.531,21.033,18.714,21.706,21.916,20.841,18.883,21.512,21.414,21.063,21.58,21.112,21.345,21.76],"paint":[38.313,39.565,39.146,38.524,37.81,38.333,39.079,38.29,38.258,37.398,40.152,37.975,37.699,38.199,38.514]}}, +{"f":"skruv-v0.6.3-keyed","b":"03_update10th1k_x16","v":{"total":[23.205,22.987,22.801,23.887,24.232,22.204,22.907,22.814,21.88,21.52,23.273,22.343,23.039,22.167,22.408],"script":[5.714,5.536,5.23,5.8,6.278,5.003,4.956,5.657,4.934,5.17,5.559,5.208,5.242,5.461,4.974],"paint":[14.99,15.81,16.274,16.327,16.344,15.792,16.326,15.082,15.651,14.824,16.173,15.077,15.929,15.695,15.958]}}, +{"f":"skruv-v0.6.3-keyed","b":"04_select1k","v":{"total":[7.605,6.507,6.252,7.456,5.72,6.563,5.699,7.316,7.254,6.258,6.233,6.056,6.788,6.523,6.164,5.561,5.798,6.041,6.659,5.982,6.836,6.296,5.881,6.159,6.615],"script":[4.131,4.22,3.161,3.722,2.925,3.463,3.338,4.271,3.826,3.452,3.207,3.335,4.087,3.413,3.728,2.774,3.254,2.95,3.932,3.083,3.369,3.411,3.375,3.376,3.551],"paint":[1.966,1.249,2.178,2.309,2.248,2.926,2.226,2.122,2.114,1.307,1.63,1.828,2.527,2.504,2.206,2.631,1.512,2.387,1.83,1.731,3.214,2.032,1.532,1.721,1.902]}}, +{"f":"skruv-v0.6.3-keyed","b":"05_swap1k","v":{"total":[25.683,25.275,24.358,24.813,24.423,26.285,25.693,24.234,25.454,25.008,25.541,25.031,24.862,25.587,24.91],"script":[3.504,3.887,3.259,3.746,3.657,3.242,4.148,3.224,4.122,3.394,3.761,4.014,3.225,3.367,3.676],"paint":[20.039,19.57,19.757,19.261,19.312,19.455,19.944,19.303,20.029,20.213,20.42,19.927,19.258,19.766,19.332]}}, +{"f":"skruv-v0.6.3-keyed","b":"06_remove-one-1k","v":{"total":[18.418,19.475,19.14,19.342,18.959,18.639,18.347,19.079,19.301,18.562,18.602,19.023,18.427,19.324,19.17],"script":[1.785,1.899,1.849,2.084,1.841,1.756,1.776,1.809,1.78,1.445,1.528,1.993,1.42,1.846,1.718],"paint":[15.74,16.416,15.897,15.932,16.23,15.726,15.519,15.954,16.451,15.921,16.193,15.935,16.287,16.313,16.06]}}, +{"f":"skruv-v0.6.3-keyed","b":"07_create10k","v":{"total":[538.081,525.554,523.469,516.429,516.746,515.948,539.951,524.227,523.065,512.638,527.532,519.857,510.053,512.37,516.403],"script":[142.984,142.341,142.732,137.077,137.207,143.349,139.96,142.934,140.792,137.513,146.161,139.665,134.485,139.072,139.756],"paint":[387.423,375.354,373.04,371.826,372.074,365.109,391.877,373.664,374.365,367.68,373.336,372.695,368.074,365.739,369.231]}}, +{"f":"skruv-v0.6.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.985,61.333,60.57,62.969,60.969,61.403,60.018,60.408,60.749,61.928,60.43,59.798,60.067,58.918,59.703],"script":[16.415,16.53,16.915,17.481,16.255,16.412,16.376,16.223,16.002,16.957,15.69,15.999,15.795,15.654,16.456],"paint":[42.612,43.615,42.441,44.48,43.432,43.758,42.677,43.016,43.471,43.766,43.736,42.805,43.315,42.024,42.289]}}, +{"f":"skruv-v0.6.3-keyed","b":"09_clear1k_x8","v":{"total":[15.053,14.63,14.715,14.499,14.042,14.301,13.667,13.721,14.372,14.654,14.048,15.103,14.652,13.814,14.172],"script":[12.545,11.782,11.857,12.231,11.83,11.748,12.134,11.533,12.286,12.68,11.94,12.947,12.439,11.776,11.63],"paint":[2.326,1.365,2.673,2.154,1.736,1.853,1.433,2.084,1.931,1.836,1.476,1.162,1.916,1.335,2.359]}}, +{"f":"skruv-v0.6.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.46128368377685547]}}, +{"f":"skruv-v0.6.3-keyed","b":"22_run-memory","v":{"DEFAULT":[1.992051124572754]}}, +{"f":"skruv-v0.6.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.0071563720703125]}}, +{"f":"skruv-v0.6.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9363079071044922]}}, +{"f":"skruv-v0.6.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.294761657714844]}}, +{"f":"skruv-v0.6.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.63]}}, +{"f":"skruv-v0.6.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.823999999999996]}}, +{"f":"skruv-v0.6.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.49599999999998]}}, {"f":"skruv-v0.6.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[142.78125]}}, {"f":"skruv-v0.6.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[4.5078125]}}, {"f":"skruv-v0.6.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[1.8310546875]}}, -{"f":"skruv-v0.6.3-keyed","b":"43_first-paint","v":{"DEFAULT":[53.6]}}, -{"f":"skruv-v0.6.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[53.6]}}, -{"f":"solid-v1.8.0-keyed","b":"01_run1k","v":{"total":[39.609,38.651,39.437,37.979,39.132,38.625,38.939,38.69,38.878,38.211,39.696,38.797,39.758,39.078,39.011],"script":[2.831,3.132,3.327,3.033,3.121,3.182,3.118,3.325,3.333,3.116,3.292,3.25,2.9,3.101,3.172],"paint":[36.316,35.028,35.416,34.507,35.561,35.01,35.354,34.676,35.082,34.43,35.973,35.093,36.152,35.526,35.37]}}, -{"f":"solid-v1.8.0-keyed","b":"02_replace1k","v":{"total":[43.768,39.527,41.256,41.072,41.94,41.394,41.212,41.537,41.297,44.689,41.425,41.149,39.937,40.997,40.862],"script":[7.57,6.817,7.555,7.346,7.764,7.458,7.229,7.345,7.638,7.527,7.39,7.369,6.96,7.208,7.266],"paint":[35.743,32.304,33.279,33.013,33.474,33.492,33.568,33.744,33.021,36.668,33.314,33.337,32.505,33.313,33.109]}}, -{"f":"solid-v1.8.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.247,18.6,18.111,18.802,18.515,19.369,18.627,19.713,18.108,17.294,18.397,18.245,19.327,18.812,18.14],"script":[0.886,0.943,1.581,1.3,1.538,1.33,2.033,1.298,0.928,1.254,1.379,1.622,1.934,1.745,1.246],"paint":[15.491,15.84,15.138,15.843,14.861,16.16,15.211,16.308,16.479,14.023,15.608,15.017,14.356,15.712,15.258]}}, -{"f":"solid-v1.8.0-keyed","b":"04_select1k","v":{"total":[3.293,3.497,3.058,3.387,3.587,3.766,2.931,3.828,3.737,3.151,3.56,3.22,4.138,3.21,3.547,2.982,2.738,2.765,3.753,3.711,3.962,3.313,3.652,2.852,2.684],"script":[0.603,0.869,0.153,1.109,0.853,1.16,0.176,0.167,0.857,0.933,0.158,0.14,1.131,1.188,1.117,0.144,0.147,0.842,0.123,1.088,0.597,0.607,1.219,0.839,0.14],"paint":[1.904,2.519,2.481,2.184,1.487,1.595,2.298,3.523,1.957,1.567,3.045,2.464,2.136,1.29,2.318,2.716,1.384,1.815,1.567,1.979,2.151,2.156,2.058,1.893,2.445]}}, -{"f":"solid-v1.8.0-keyed","b":"05_swap1k","v":{"total":[23.319,23.518,22.861,21.281,22.897,23.762,23.079,22.535,22.362,22.682,21.753,22.799,22.396,24.705,21.937],"script":[1.165,1.489,1.787,1.106,1.756,1.021,1.708,1.86,1.402,1.828,0.97,1.339,1.547,1.577,1.365],"paint":[20.721,19.36,19.243,19.168,18.021,21.317,20.041,19.228,20.242,19.098,19.606,20.074,19.187,20.963,18.115]}}, -{"f":"solid-v1.8.0-keyed","b":"06_remove-one-1k","v":{"total":[17.135,18.18,17.44,18.498,17.297,18.177,17.487,18.205,17.124,17.539,17.06,16.845,17.36,17.461,16.68],"script":[0.601,0.614,0.581,0.589,0.256,0.583,0.568,0.597,0.559,0.621,0.563,0.583,0.476,0.588,0.571],"paint":[15.731,16.285,15.554,16.802,16.237,16.127,15.874,16.331,15.788,15.856,15.34,15.393,16.11,15.524,15.36]}}, -{"f":"solid-v1.8.0-keyed","b":"07_create10k","v":{"total":[412.018,409.616,411.077,411.046,400.118,410.528,407.411,404.319,406.466,404.868,400.565,407.124,408.468,402.611,408.549],"script":[45.127,43.893,42.445,44.337,43.072,43.62,42.921,42.936,42.742,43.071,42.136,42.524,45.314,42.751,44.914],"paint":[359.409,358.12,360.552,359.27,349.729,359.414,357.061,353.967,355.797,354.368,351.063,357.158,355.774,352.307,355.254]}}, -{"f":"solid-v1.8.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.288,41.144,42.153,41.095,41.31,41.882,41.878,43.422,41.635,41.85,44.608,41.495,41.856,43.596,41.731],"script":[3.367,3.386,3.731,3.556,3.674,3.477,3.481,3.542,3.619,3.716,3.517,3.54,3.609,3.627,3.829],"paint":[37.073,36.927,37.176,36.69,36.697,37.499,37.461,38.921,37.099,37.166,39.894,37.04,37.036,38.954,36.735]}}, -{"f":"solid-v1.8.0-keyed","b":"09_clear1k_x8","v":{"total":[15.143,15.634,14.579,15.261,15.351,15.863,15.946,15.464,15.038,15.811,15.078,15.856,15.469,14.977,15.865],"script":[13.194,13.162,12.666,13.114,12.916,13.679,13.394,13.268,12.935,13.447,12.827,13.6,13.423,13.452,13.568],"paint":[1.706,1.924,0.409,2.057,2.327,1.386,2.423,2.061,2.018,1.476,2.15,1.358,1.953,1.403,1.217]}}, -{"f":"solid-v1.8.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.47014522552490234]}}, -{"f":"solid-v1.8.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7270984649658203]}}, -{"f":"solid-v1.8.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.7468996047973633]}}, -{"f":"solid-v1.8.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7543230056762695]}}, -{"f":"solid-v1.8.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.098525047302246]}}, -{"f":"solid-v1.8.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.54]}}, -{"f":"solid-v1.8.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.312000000000001]}}, -{"f":"solid-v1.8.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.50400000000005]}}, +{"f":"skruv-v0.6.3-keyed","b":"43_first-paint","v":{"DEFAULT":[52.1]}}, +{"f":"solid-v1.8.0-keyed","b":"01_run1k","v":{"total":[39.733,39.289,40.886,41.123,40.399,41.22,40.827,40.332,40.924,40.79,40.09,43.514,41.63,40.463,38.58],"script":[4.254,2.721,4.536,4.19,4.519,4.569,4.408,4.477,4.526,4.409,4.46,4.599,4.6,4.152,2.816],"paint":[34.978,36.141,35.857,36.419,35.425,36.172,35.719,35.386,35.94,35.849,35.163,38.366,36.58,35.83,35.114]}}, +{"f":"solid-v1.8.0-keyed","b":"02_replace1k","v":{"total":[47.324,43.307,45.765,47.611,46.206,46.935,45.717,46.523,46.002,46.166,45.992,48.264,46.876,46.307,46.345],"script":[8.908,7.827,8.038,8.537,8.675,8.788,8.746,8.799,8.264,8.635,8.061,8.848,8.929,8.716,8.708],"paint":[37.672,35.033,37.253,38.31,37.003,37.421,36.247,37.258,37.267,36.831,37.455,39.011,37.448,37.151,36.964]}}, +{"f":"solid-v1.8.0-keyed","b":"03_update10th1k_x16","v":{"total":[18.143,18.482,19.23,18.36,18.723,18.45,18.815,19.521,19.25,17.908,17.769,18.298,17.73,17.167,18.494],"script":[1.613,1.705,1.747,1.324,1.483,1.974,0.931,1.434,1.571,1.406,0.642,1.105,1.659,0.967,1.585],"paint":[15.155,15.709,16.287,15.893,15.107,14.195,14.791,15.907,15.602,14.46,14.74,15.324,15.013,14.798,15.07]}}, +{"f":"solid-v1.8.0-keyed","b":"04_select1k","v":{"total":[3.153,4.219,3.544,3.815,4.524,3.74,3.775,3.505,3.842,3.53,3.693,4.559,3.997,4.244,3.162,4.618,3.358,3.432,3.335,3.848,3.748,3.17,4.328,3.762,4.076],"script":[0.711,0.18,0.899,1.211,0.176,0.918,0.136,0.863,0.985,1.157,0.576,0.938,0.835,1.154,0.944,0.937,0.638,0.254,0.857,1.159,0.635,0.949,1.085,1.138,0.178],"paint":[1.809,2.523,0.892,2.038,3.074,2.665,3.507,1.533,2.729,2.235,2.328,2.393,2.163,2.086,1.323,2.505,2.569,2.934,1.517,2.516,1.778,2.088,2.051,2.496,2.741]}}, +{"f":"solid-v1.8.0-keyed","b":"05_swap1k","v":{"total":[22.239,22.651,22.233,25.1,22.797,22.768,22.915,22.578,22.452,22.234,24.921,22.042,23.109,22.845,23.57],"script":[1.868,1.483,1.761,1.965,0.695,1.233,1.845,1.656,1.841,1.824,1.735,0.944,1.889,1.95,1.784],"paint":[18.114,19.814,19.431,21.226,20.319,19.536,20.072,19.784,18.625,18.989,20.866,19.68,20.773,19.333,20.439]}}, +{"f":"solid-v1.8.0-keyed","b":"06_remove-one-1k","v":{"total":[18.122,16.759,17.762,16.83,16.56,17.412,16.759,17.606,17.235,17.237,17.21,16.843,17.253,17.944,17.03],"script":[0.599,0.559,0.924,0.587,0.589,0.836,0.568,0.586,0.609,0.624,0.629,0.593,0.634,0.582,0.596],"paint":[15.895,15.502,15.772,15.428,15.233,15.578,15.443,15.828,15.517,15.797,15.801,15.278,15.721,16.545,15.186]}}, +{"f":"solid-v1.8.0-keyed","b":"07_create10k","v":{"total":[399.29,410.583,407.464,410.797,409.778,407.487,410.492,410.709,410.377,408.102,411.221,407.257,410.44,397.037,409.575],"script":[41.978,46.492,44.332,44.039,44.111,44.357,44.878,45.848,44.001,44.803,44.063,44.537,43.165,41.68,44.846],"paint":[349.909,356.58,355.63,359.206,358.067,355.749,358.396,357.529,358.822,355.981,359.867,355.257,359.981,348.005,357.374]}}, +{"f":"solid-v1.8.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.329,46.675,46.39,47.007,45.533,47.584,48.592,47.271,47.585,46.25,48.116,46.988,45.946,48.42,48.129],"script":[4.71,4.984,4.98,5.096,4.73,4.909,4.938,4.924,4.961,4.801,4.998,4.874,4.754,4.972,4.996],"paint":[40.754,40.768,40.201,40.986,39.929,41.696,42.436,41.362,41.347,40.515,42.185,40.831,40.217,42.256,42.205]}}, +{"f":"solid-v1.8.0-keyed","b":"09_clear1k_x8","v":{"total":[14.711,14.41,14.938,15.673,15.551,14.772,15.07,15.057,14.114,14.509,15.054,15.061,14.77,14.836,14.701],"script":[11.931,12.17,12.466,13.112,12.595,12.253,12.889,12.565,11.932,11.802,13.073,12.823,12.757,12.131,12.524],"paint":[2.697,2.115,2.376,1.641,2.847,1.984,0.981,2.184,2.047,2.28,1.165,2.137,1.554,1.832,1.69]}}, +{"f":"solid-v1.8.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49106693267822266]}}, +{"f":"solid-v1.8.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.5145950317382812]}}, +{"f":"solid-v1.8.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.549534797668457]}}, +{"f":"solid-v1.8.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7362499237060547]}}, +{"f":"solid-v1.8.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.985623359680176]}}, +{"f":"solid-v1.8.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2549999999999]}}, +{"f":"solid-v1.8.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.439999999999998]}}, +{"f":"solid-v1.8.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.73200000000008]}}, {"f":"solid-v1.8.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.0478515625]}}, {"f":"solid-v1.8.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.7734375]}}, {"f":"solid-v1.8.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.5400390625]}}, -{"f":"solid-v1.8.0-keyed","b":"43_first-paint","v":{"DEFAULT":[64.4]}}, -{"f":"solid-v1.8.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[64.4]}}, -{"f":"solid-store-v1.5.4-keyed","b":"01_run1k","v":{"total":[40.37,40.278,42.335,40.315,40.863,40.858,41.219,41.321,41.094,40.187,41.301,39.543,41.08,41.293,40.248],"script":[5.169,5.462,5.49,5.104,5.525,5.572,5.077,5.729,5.647,5.166,5.722,5.045,5.591,5.666,5.524],"paint":[34.754,34.355,36.368,34.509,34.898,34.591,35.684,35.091,35.046,34.571,34.903,34.064,35.055,35.18,34.326]}}, -{"f":"solid-store-v1.5.4-keyed","b":"02_replace1k","v":{"total":[40.885,42.682,43.229,42.294,42.907,42.925,41.627,42.718,44.133,42.349,42.841,43.059,42.989,44.406,42.693],"script":[8.624,8.86,9.262,8.595,9.209,8.629,8.613,8.514,9.208,8.685,8.958,8.882,8.915,8.824,8.843],"paint":[31.852,33.383,33.49,33.235,33.17,33.825,32.566,33.771,34.209,33.205,33.417,33.455,33.561,35.148,33.419]}}, -{"f":"solid-store-v1.5.4-keyed","b":"03_update10th1k_x16","v":{"total":[17.798,18.39,19.71,18.974,19.251,20.559,20.374,18.371,19.08,17.956,18.117,19.717,18.249,17.837,19.969],"script":[1.463,2.131,1.28,1.76,1.655,1.794,1.663,1.023,2.136,1.322,1.222,1.783,1.338,1.244,1.485],"paint":[14.557,14.416,16.254,15.334,15.256,17.141,16.171,15.92,14.254,14.607,14.884,15.512,14.632,14.732,16.675]}}, -{"f":"solid-store-v1.5.4-keyed","b":"04_select1k","v":{"total":[3.534,3.706,3.228,3.396,4.621,2.936,3.271,4.154,4.126,3.179,4.422,3.678,3.082,4.32,3.565,3.211,3.617,3.864,2.749,4.717,3.287,3.171,2.505,3.551,3.509],"script":[0.806,1.12,0.825,0.181,1.339,0.883,0.611,1.022,1.047,0.157,1.165,0.637,0.319,0.914,0.182,0.922,1.106,0.786,0.712,0.927,0.842,0.934,0.609,1.004,0.971],"paint":[1.728,1.475,1.585,3.11,2.12,1.22,1.769,1.918,2.266,2.706,3.061,2.267,1.945,3.296,3.259,1.487,2.4,2.018,1.936,3.236,1.522,1.389,1.79,2.424,1.999]}}, -{"f":"solid-store-v1.5.4-keyed","b":"05_swap1k","v":{"total":[24.797,24.241,24.058,25.763,25.33,27.124,25.346,23.999,25.029,27.095,23.937,25.714,26.354,24.373,25.029],"script":[3.875,3.518,3.66,3.431,3.805,4.029,3.664,3.032,3.629,3.643,2.804,4.045,4.225,3.275,3.652],"paint":[18.443,18.383,18.693,20.742,19.645,20.762,19.502,19.68,19.306,21.572,19.576,20.334,20.713,19.397,19.913]}}, -{"f":"solid-store-v1.5.4-keyed","b":"06_remove-one-1k","v":{"total":[19.599,19.128,18.976,19.483,19.096,19.021,18.781,19.447,19.067,18.882,19.093,19.659,19.092,19.773,19.173],"script":[2.37,2.107,2.383,2.411,2.368,2.459,2.237,2.367,2.417,2.361,2.37,2.434,2.31,2.61,2.257],"paint":[16.183,16.173,15.469,16.126,16.011,15.844,15.797,15.563,15.656,15.677,15.457,15.882,16.01,15.687,16.081]}}, -{"f":"solid-store-v1.5.4-keyed","b":"07_create10k","v":{"total":[424.783,432.005,421.746,428.63,428.087,421.778,422.266,426.32,417.954,421.631,423.463,433.903,427.053,421.897,422.466],"script":[59.827,59.435,58.479,59.766,59.342,60.163,59.133,59.784,59.362,60.852,60.01,63.764,61.114,59.301,61.783],"paint":[357.624,365.118,356.115,361.201,360.121,352.421,355.566,359.047,350.662,353.376,355.977,361.613,358.529,355.149,353.502]}}, -{"f":"solid-store-v1.5.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.924,46.174,46.886,47.621,46.252,47.869,44.349,45.104,46.188,46.025,45.439,45.494,47.136,45.637,45.358],"script":[6.817,7.023,7.092,6.463,6.883,6.569,6.335,6.581,6.759,6.693,6.843,6.763,7.123,6.711,6.676],"paint":[37.932,38.22,38.89,40.165,38.182,40.081,37.096,37.347,38.475,38.1,37.711,37.773,38.798,37.811,37.686]}}, -{"f":"solid-store-v1.5.4-keyed","b":"09_clear1k_x8","v":{"total":[15.497,15.982,16.51,15.626,16.162,14.534,15.294,15.307,14.704,15.569,16.488,15.706,15.582,15.141,15.52],"script":[13.401,14.116,13.842,13.838,13.748,12.979,12.801,13.427,13,13.252,14.272,13.224,13.387,12.27,13.341],"paint":[1.295,0.843,2.001,1.687,1.904,0.38,2.387,1.764,1.257,2.233,2.087,2.355,1.077,2.773,1.809]}}, -{"f":"solid-store-v1.5.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49750423431396484]}}, -{"f":"solid-store-v1.5.4-keyed","b":"22_run-memory","v":{"DEFAULT":[2.9796266555786133]}}, -{"f":"solid-store-v1.5.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.975672721862793]}}, -{"f":"solid-store-v1.5.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8357057571411133]}}, -{"f":"solid-store-v1.5.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.243486404418945]}}, -{"f":"solid-store-v1.5.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1599999999999]}}, -{"f":"solid-store-v1.5.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.632]}}, -{"f":"solid-store-v1.5.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.82000000000005]}}, +{"f":"solid-v1.8.0-keyed","b":"43_first-paint","v":{"DEFAULT":[81.7]}}, +{"f":"solid-store-v1.5.4-keyed","b":"01_run1k","v":{"total":[43.983,43.07,43.874,43.704,44.854,42.175,42.285,44.163,43.088,42.811,42.482,42.964,42.177,42.696,42.386],"script":[6.845,6.842,6.643,6.858,6.587,6.658,6.683,6.735,6.793,6.76,6.553,6.827,6.536,7.069,6.787],"paint":[36.72,35.538,36.498,36.187,37.579,35.105,34.973,36.73,35.765,35.577,35.465,35.465,35.231,35.167,34.911]}}, +{"f":"solid-store-v1.5.4-keyed","b":"02_replace1k","v":{"total":[48.359,47.207,47.928,49.727,49.339,47.003,48.286,47.211,47.907,48.479,47.093,49.282,47.521,48.071,47.881],"script":[10.556,10.263,10.564,9.983,10.676,10.337,10.47,10.308,10.644,10.377,10.237,10.934,10.353,10.642,10.227],"paint":[37.293,36.479,36.617,38.983,38.179,36.214,37.389,36.441,36.811,37.628,36.415,37.535,36.461,36.716,37.197]}}, +{"f":"solid-store-v1.5.4-keyed","b":"03_update10th1k_x16","v":{"total":[17.238,18.186,18.858,18.853,21.183,18.312,20.421,18.278,18.645,18.749,18.038,18.203,19.313,18.034,19.719],"script":[1.837,1.462,1.847,2.139,2.206,1.811,1.367,1.333,1.224,1.364,2.076,1.12,1.781,1.563,1.372],"paint":[13.444,15.283,15.635,15.322,16.765,14.758,17.439,15.693,16.096,15.047,14.469,15.683,15.388,14.6,16.893]}}, +{"f":"solid-store-v1.5.4-keyed","b":"04_select1k","v":{"total":[4.425,3.246,4.083,3.617,3.26,3.711,4.134,4.316,4.21,4.343,4.033,2.946,3.078,4.066,3.454,4.018,3.691,2.801,3.151,3.614,3.991,3.45,4.185,3.786,3.99],"script":[0.158,0.186,1.029,0.193,0.199,1.097,0.744,0.617,0.703,1.541,1.395,0.941,1.084,1.201,0.87,0.203,0.911,0.787,0.92,0.923,1.505,0.839,0.972,0.942,0.878],"paint":[3.129,2.569,1.729,2.867,2.562,1.657,2.09,2.793,3.074,2.081,1.623,1.181,1.876,2.414,1.272,3.66,1.946,1.106,2.106,1.848,1.849,2.474,3.076,1.938,2.117]}}, +{"f":"solid-store-v1.5.4-keyed","b":"05_swap1k","v":{"total":[24.582,24.221,25.219,24.239,24.709,25.038,24.734,25.754,24.512,23.886,24.563,24.239,25.752,25.549,24.877],"script":[3.596,3.082,4.022,3.824,3.911,3.945,3.37,3.996,3.647,3.626,3.404,3.216,3.725,4.231,3.742],"paint":[18.92,19.609,19.583,18.677,18.9,19.458,19.083,19.66,19.491,18.863,19.226,19.769,20.003,19.528,18.126]}}, +{"f":"solid-store-v1.5.4-keyed","b":"06_remove-one-1k","v":{"total":[20.599,19.631,18.845,18.957,19.198,20.227,18.842,18.665,20.163,18.516,18.949,19.736,19.458,18.529,18.874],"script":[2.978,2.435,2.426,2.506,2.404,2.523,2.44,2.093,2.696,2.439,2.495,2.501,2.431,2.482,2.39],"paint":[16.279,16.251,15.969,14.984,16.058,16.843,15.636,15.759,16.718,15.035,15.671,16.237,15.494,15.308,16.092]}}, +{"f":"solid-store-v1.5.4-keyed","b":"07_create10k","v":{"total":[426.739,417.847,414.085,420.86,416.902,421.95,416.326,419.53,417.857,425.342,424.872,427.01,417.474,413.824,418.589],"script":[63.894,62.398,64.712,64.28,63.288,64.03,62.48,64.655,63.866,70.657,61.783,67.671,62.738,62.636,65.223],"paint":[355.015,348.152,342.034,349.306,346.19,350.158,346.505,347.571,346.724,347.461,355.477,352.074,347.123,343.724,345.787]}}, +{"f":"solid-store-v1.5.4-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.662,49.221,50.802,49.805,49.683,52.135,50.271,50.184,49.756,49.746,50.029,49.872,51.102,49.126,50.666],"script":[7.982,7.98,8.067,7.565,8.226,7.846,7.997,7.735,7.938,7.971,7.887,7.768,7.641,7.91,7.698],"paint":[40.727,40.005,41.555,41.097,40.528,43.09,41.041,41.545,40.562,40.593,41.16,40.842,42.237,40.305,42.041]}}, +{"f":"solid-store-v1.5.4-keyed","b":"09_clear1k_x8","v":{"total":[14.315,14.43,14.693,14.103,14.524,14.967,14.769,14.791,15.056,15.379,14.688,14.767,15.16,15.504,14.792],"script":[12.651,12.296,12.629,12.769,12.057,12.478,13.075,13.315,12.987,13.218,12.308,12.81,13.104,12.932,12.369],"paint":[0.708,2.003,1.491,0.616,2.346,1.765,1.387,1.395,1.175,1.603,2.273,1.852,1.967,1.834,2.012]}}, +{"f":"solid-store-v1.5.4-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.48016834259033203]}}, +{"f":"solid-store-v1.5.4-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7571334838867188]}}, +{"f":"solid-store-v1.5.4-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.764756202697754]}}, +{"f":"solid-store-v1.5.4-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8879022598266602]}}, +{"f":"solid-store-v1.5.4-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.046137809753418]}}, +{"f":"solid-store-v1.5.4-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.85]}}, +{"f":"solid-store-v1.5.4-keyed","b":"32_startup-bt","v":{"DEFAULT":[6.279999999999999]}}, +{"f":"solid-store-v1.5.4-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[131.92000000000002]}}, {"f":"solid-store-v1.5.4-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[152.935546875]}}, {"f":"solid-store-v1.5.4-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[14.6611328125]}}, {"f":"solid-store-v1.5.4-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.46484375]}}, -{"f":"solid-store-v1.5.4-keyed","b":"43_first-paint","v":{"DEFAULT":[63.8]}}, -{"f":"solid-store-v1.5.4-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63.8]}}, -{"f":"spair-v0.0.8-keyed","b":"01_run1k","v":{"total":[43.378,43.931,43.41,47.017,44.148,43.75,46.803,44.601,42.656,43.624,44.195,45.244,44.818,45.067,45.679],"script":[7.125,7.317,7.074,7.868,7.332,7.342,8.564,8.237,7.359,7.054,7.382,8.734,8.527,7.073,7.317],"paint":[35.657,36.135,35.626,38.601,36.127,35.922,37.604,35.903,34.853,36.086,36.264,35.968,35.805,37.476,37.633]}}, -{"f":"spair-v0.0.8-keyed","b":"02_replace1k","v":{"total":[46.773,46.147,45.218,46.022,45.574,46.569,47.674,47.234,45.034,46.341,46.782,47.079,46.912,49.428,48.052],"script":[11.527,12.03,11.426,11.839,12.171,12.585,11.851,12.04,11.647,12.494,12.197,12.951,12.517,12.143,12.521],"paint":[34.5,33.64,33.338,33.471,32.963,33.527,35.372,34.473,32.952,33.165,34.15,33.631,33.928,36.81,35.022]}}, -{"f":"spair-v0.0.8-keyed","b":"03_update10th1k_x16","v":{"total":[19.195,18.125,19.934,20.288,19.214,18.666,20.215,19.909,18.165,19.016,20.902,18.823,19.675,18.833,18.891],"script":[2.131,2.167,2.181,2.274,1.9,2.127,2.048,2.425,1.781,2.127,1.854,2.035,2.9,2.39,2.072],"paint":[15.206,14.578,16.308,16.027,15.6,14.569,15.922,15.346,14.129,14.484,16.671,14.726,15.464,14.504,15.135]}}, -{"f":"spair-v0.0.8-keyed","b":"04_select1k","v":{"total":[4.338,3.797,4.323,4.441,4.4,3.713,5.054,5.023,4.806,4.864,3.551,4.379,5.141,4.165,4.358,3.457,4.544,3.897,4.257,3.513,4.195,3.83,4.645,4.523,5.229],"script":[1.867,1.369,1.484,1.323,1.684,0.704,1.303,1.486,1.853,1.292,0.976,1.192,1.763,1.515,0.947,0.909,1.264,1.335,1.783,0.956,1.422,1.547,1.256,1.803,2.047],"paint":[2.236,2.306,2.663,2.573,1.855,2.371,2.68,2.131,2.801,2.969,2.03,2.516,3.153,1.652,3.301,2.411,2.206,1.88,1.359,2.393,1.496,1.459,3.231,2.174,2.992]}}, -{"f":"spair-v0.0.8-keyed","b":"05_swap1k","v":{"total":[23.259,22.088,23.073,22.454,22.521,22.465,23.271,23.033,22.192,21.638,22.44,23.379,22.512,22.184,22.425],"script":[1.515,1.452,1.328,1.014,1.611,1.757,1.265,1.8,0.972,0.866,1.436,1.889,1.021,1.291,0.989],"paint":[20.187,18.828,20.081,19.858,19.412,17.986,19.792,19.664,19.677,19.129,18.502,19.147,19.592,18.543,19.779]}}, -{"f":"spair-v0.0.8-keyed","b":"06_remove-one-1k","v":{"total":[17.729,17.691,18.183,17.019,17.221,17.622,18.346,17.745,17.348,17.78,17.725,17.201,17.74,17.574,17.759],"script":[0.737,0.89,0.707,0.693,0.692,0.729,1.048,0.813,0.684,0.673,0.939,0.683,0.684,0.702,0.882],"paint":[15.751,16.072,16.456,15.525,15.767,15.917,15.524,16.063,15.85,16.377,15.658,15.704,16.253,15.945,16.015]}}, -{"f":"spair-v0.0.8-keyed","b":"07_create10k","v":{"total":[467.696,467.154,466.622,476.911,458.757,463.233,469.011,465.944,467.468,467.07,474.163,459.855,470.709,462.784,464.829],"script":[95.333,92.395,92.281,92.963,91.296,92.523,91.157,91.516,93.111,94.437,94.158,92.927,95.452,90.52,92.993],"paint":[364.166,367.091,366.91,375.569,360.03,363.297,370.462,367.033,366.913,365.051,372.236,359.498,367.526,364.809,364.373]}}, -{"f":"spair-v0.0.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.147,48.389,47.031,46.319,46.235,47.466,47.31,46.283,46.987,47.872,46.888,47.853,46.526,46.513,46.714],"script":[7.7,7.571,7.897,7.982,7.691,7.739,8.339,7.871,7.918,8.066,7.914,7.933,8.21,7.846,7.845],"paint":[38.452,39.845,38.123,37.354,37.607,38.732,38.057,37.483,38.151,38.84,38.069,38.635,37.389,37.707,37.877]}}, -{"f":"spair-v0.0.8-keyed","b":"09_clear1k_x8","v":{"total":[15.68,15.576,15.22,15.244,15.328,15.384,15.564,15.382,14.878,15.445,13.842,14.956,15.957,14.767,15.919],"script":[13.703,13.558,12.66,12.798,13.319,13.152,13.177,13.675,12.989,12.836,12.346,13.004,13.958,12.841,13.909],"paint":[1.885,1.929,2.461,1.497,1.145,2.124,1.105,1.378,1.237,2.505,1.412,1.047,1.362,1.818,1.88]}}, -{"f":"spair-v0.0.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6241340637207031]}}, -{"f":"spair-v0.0.8-keyed","b":"22_run-memory","v":{"DEFAULT":[5.172330856323242]}}, -{"f":"spair-v0.0.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.284655570983887]}}, -{"f":"spair-v0.0.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.59964656829834]}}, -{"f":"spair-v0.0.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.310171127319336]}}, -{"f":"spair-v0.0.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.705]}}, -{"f":"spair-v0.0.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[32.99199999999999]}}, -{"f":"spair-v0.0.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.99599999999998]}}, +{"f":"solid-store-v1.5.4-keyed","b":"43_first-paint","v":{"DEFAULT":[76]}}, +{"f":"spair-v0.0.8-keyed","b":"01_run1k","v":{"total":[45.27,45.548,46.754,46.149,45.13,46.163,43.975,46.214,43.719,44.702,44.9,44.465,43.66,44.367,45.093],"script":[8.648,8.518,8.992,8.835,8.878,8.556,8.074,8.795,8.192,8.087,8.474,8.022,7.159,8.425,8.384],"paint":[36.175,36.356,37.085,36.783,35.762,36.883,35.162,36.758,35.089,36.148,36.026,35.972,35.835,35.471,36.015]}}, +{"f":"spair-v0.0.8-keyed","b":"02_replace1k","v":{"total":[50.327,53.296,50.836,51.487,53.326,50.331,51.957,51.744,53.375,52.138,53.443,53.007,52.648,53.106,52.107],"script":[12.628,14.074,12.669,13.304,13.688,12.758,13.295,13.271,13.486,13.39,13.362,13.647,13.427,13.768,13.446],"paint":[37.256,38.743,37.393,37.685,38.879,37.11,38.15,37.759,39.38,37.985,39.338,38.704,38.642,38.871,37.924]}}, +{"f":"spair-v0.0.8-keyed","b":"03_update10th1k_x16","v":{"total":[19.013,18.437,20.875,18.694,18.726,20.04,18.947,18.974,18.984,20.805,19.115,19.068,19.681,19.376,18.73],"script":[2.498,2.5,2.992,1.849,1.337,2.581,2.317,2.256,2.105,2.541,2.4,2.095,2.528,1.88,2.134],"paint":[15.335,14.566,16.287,15.452,16.016,15.188,15.264,15.236,15.225,15.823,15.36,15.49,15.166,16.114,15.265]}}, +{"f":"spair-v0.0.8-keyed","b":"04_select1k","v":{"total":[4.179,3.396,4.902,5.197,3.879,4.512,4.69,4.358,3.533,3.802,4.444,4.85,4.327,4.542,4.082,5.032,4.075,4.796,3.975,5.264,3.82,4.312,4.765,4.528,3.901],"script":[1.314,1.365,1.875,1.381,0.982,1.822,0.996,1.279,1.366,0.69,1.519,1.131,1.297,1.407,1.05,2.028,1.773,1.015,1.325,1.909,1.465,1.19,2.146,1.509,1.395],"paint":[1.886,1.146,2.467,3.14,1.446,2.537,2.519,2.558,1.35,3.001,2,2.119,1.845,1.828,2.181,2.144,2.158,2.626,2.203,1.946,2.227,2.266,1.907,2.869,1.878]}}, +{"f":"spair-v0.0.8-keyed","b":"05_swap1k","v":{"total":[23.706,22.611,22.437,22.001,23.19,21.555,22.639,24.76,21.902,22.811,21.837,22.987,23.327,22.26,21.806],"script":[1.004,1.809,1.297,1.473,1.656,1.48,1.48,1.716,1.42,1.825,1.309,1.969,0.975,1.214,0.661],"paint":[20.439,19.469,19.756,18.847,18.974,18.707,19.1,20.791,18.917,18.936,19.002,19.528,19.534,19.947,19.306]}}, +{"f":"spair-v0.0.8-keyed","b":"06_remove-one-1k","v":{"total":[17.2,18.464,17.7,17.761,17.656,17.797,17.695,17.796,18.365,17.529,17.613,17.142,17.027,17.777,17.167],"script":[0.958,0.725,0.967,1.01,1.049,1.01,0.717,0.722,0.715,1.013,1.069,0.683,0.715,0.995,0.792],"paint":[15.202,16.511,15.946,15.358,15.788,15.479,16.158,16.183,16.436,15.497,15.348,15.399,15.571,15.87,15.279]}}, +{"f":"spair-v0.0.8-keyed","b":"07_create10k","v":{"total":[467.664,472.952,468.701,462.393,457.2,460.794,455.084,466.102,457.92,467.601,469.415,475.908,470.711,462.127,465.233],"script":[97.592,95.541,96.619,97.17,93.761,94.171,93.898,96.997,95.783,99.418,99.741,95.411,97.325,96.796,96.344],"paint":[362.702,370.057,364.677,357.909,355.922,358.916,353.778,360.872,354.499,360.724,362.08,371.358,364.61,357.968,361.45]}}, +{"f":"spair-v0.0.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.845,52.414,52.101,50.365,51.203,50.874,50.372,51.583,52.045,53.039,51.822,52.089,51.363,51.671,52.069],"script":[9.05,9.522,9.382,9.445,9.629,9.418,9.637,9.433,9.729,9.869,9.376,9.253,9.293,9.394,9.338],"paint":[42.952,41.633,41.765,39.976,40.613,40.524,39.863,41.237,41.366,42.175,41.36,41.6,41.194,41.251,41.853]}}, +{"f":"spair-v0.0.8-keyed","b":"09_clear1k_x8","v":{"total":[15.297,16.696,14.134,15.923,15.304,14.335,14.556,16.975,16.516,16.349,16.326,14.128,14.718,15.051,14.926],"script":[13.618,14.519,12.285,13.698,13.31,12.418,12.351,13.893,13.762,13.706,14.139,12.799,12.888,13.129,12.665],"paint":[1.588,1.362,1.112,1.57,1.885,1.786,1.109,1.757,2.277,2.388,1.126,1.236,1.711,1.828,1.156]}}, +{"f":"spair-v0.0.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.640207290649414]}}, +{"f":"spair-v0.0.8-keyed","b":"22_run-memory","v":{"DEFAULT":[5.00090217590332]}}, +{"f":"spair-v0.0.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.022356986999512]}}, +{"f":"spair-v0.0.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.47261905670166]}}, +{"f":"spair-v0.0.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.177480697631836]}}, +{"f":"spair-v0.0.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.2500000000002]}}, +{"f":"spair-v0.0.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[41.29999999999998]}}, +{"f":"spair-v0.0.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.32799999999997]}}, {"f":"spair-v0.0.8-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[239.96484375]}}, {"f":"spair-v0.0.8-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[101.40625]}}, {"f":"spair-v0.0.8-keyed","b":"42_size-compressed","v":{"DEFAULT":[31.7783203125]}}, -{"f":"spair-v0.0.8-keyed","b":"43_first-paint","v":{"DEFAULT":[184]}}, -{"f":"spair-v0.0.8-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[184]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"01_run1k","v":{"total":[45.11,43.962,44.815,45.148,47.372,44.612,43.041,44.453,45.123,43.757,44.778,45.515,43.871,44.698,44.551],"script":[8.565,7.497,7.837,7.736,8.788,7.116,6.958,7.025,8.576,7.297,8.423,8.62,7.696,7.186,7.791],"paint":[36.024,35.778,36.272,36.75,38.118,36.791,35.655,36.954,36.103,35.984,35.649,36.174,35.702,37.009,36.054]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"02_replace1k","v":{"total":[45.771,44.078,45.534,44.048,45.506,46.039,44.63,45.06,45.243,45.834,44.941,44.879,44.263,45.306,43.804],"script":[10.946,10.512,10.449,10.528,11.204,11.059,10.857,11.009,11.099,10.974,10.052,11.036,10.41,11.038,10.222],"paint":[34.356,33.122,34.631,33.067,33.837,34.513,33.338,33.583,33.668,34.162,34.16,33.128,33.387,33.785,33.171]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"03_update10th1k_x16","v":{"total":[19.491,19.317,19.312,18.391,18.706,17.984,17.375,18.27,19.034,17.978,17.406,18.13,18.288,20.553,18.374],"script":[2.097,1.822,1.711,1.439,0.986,0.903,0.906,0.913,1.903,1.441,0.7,1.243,1.58,2.154,0.998],"paint":[15.851,15.637,16.408,15.315,15.167,15.518,15.366,15.253,14.811,14.365,15.087,15.195,15.598,16.318,16.559]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"04_select1k","v":{"total":[3.739,3.016,3.126,2.819,3.927,2.528,4.801,2.961,3.701,3.384,3.327,3.442,3.269,4.022,3.389,2.852,2.93,3.557,2.875,3.382,4.079,4.282,3.121,2.742,2.634],"script":[0.095,0.087,0.094,0.089,0.929,0.598,0.321,0.092,0.086,0.078,0.132,0.999,0.1,0.891,0.096,0.412,0.538,0.074,0.091,0.918,1.165,0.93,0.078,0.118,0.09],"paint":[2.31,2.393,2.138,1.821,1.795,1.366,2.61,1.151,2.583,2.536,2.238,1.499,3.061,2.062,3.177,2.314,2.237,3.359,2.06,2.334,2.051,2.156,2.434,2.526,1.481]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"05_swap1k","v":{"total":[21.709,22.173,21.74,21.585,22.435,21.562,22.183,22.672,21.61,21.493,22.317,22.242,20.933,22.334,21.753],"script":[0.977,0.306,1.113,0.133,0.804,0.878,1.037,0.624,0.754,0.139,0.815,0.143,0.136,0.9,0.924],"paint":[19.341,20.723,18.787,19.712,20.193,18.734,18.864,19.544,18.249,20.354,19.63,20.772,19.478,19.971,18.671]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"06_remove-one-1k","v":{"total":[16.824,16.247,17.14,16.844,16.545,15.963,16.827,16.539,16.693,17.14,16.827,17.374,17.545,16.974,16.931],"script":[0.452,0.274,0.223,0.329,0.111,0.115,0.198,0.119,0.107,0.355,0.129,0.265,0.329,0.12,0.103],"paint":[15.581,15.152,15.719,15.539,15.26,15.135,15.645,15.595,15.521,15.456,15.883,16.394,15.996,15.266,16.104]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"07_create10k","v":{"total":[470.135,465.526,469.474,468.956,468.911,472.345,474.288,469.518,466.346,474.145,468.169,461.361,478.9,459.129,473.597],"script":[93.346,92.807,92.223,92.7,94.585,94.412,93.322,94.779,94.293,91.334,92.531,90.473,94.808,90.519,93.84],"paint":[369.11,365.062,369.384,368.716,366.82,370.482,373.534,367.209,364.577,375.337,368.222,363.692,376.631,361.114,372.333]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.742,44.791,44.624,48.949,45.459,48.107,46.039,46.476,46.266,46.672,45.227,46.978,46.528,45,46.692],"script":[7.017,6.881,7.154,7.317,7.165,6.908,6.939,7.208,7.068,7.36,7.029,7.158,7.496,6.932,7.595],"paint":[38.471,37.043,36.64,40.635,37.36,40.129,38.255,38.326,37.956,38.346,37.247,38.853,38.082,37.21,37.927]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"09_clear1k_x8","v":{"total":[15.196,15.611,15.752,15.74,15.771,16.078,16.114,16.196,17.306,16.782,16.432,14.156,15.332,16.13,15.358],"script":[13.451,13.168,13.737,13.617,13.988,14.139,13.653,13.774,14.444,14.183,14.286,12.315,13.73,13.457,12.855],"paint":[0.763,2.087,1.914,1.62,0.798,1.101,1.363,1.471,2.26,2.063,1.251,1.244,1.499,1.895,0.877]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.62078857421875]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"22_run-memory","v":{"DEFAULT":[4.767084121704102]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.6813459396362305]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.9945192337036133]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.914098739624023]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.8600000000001]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.943999999999992]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[130.20800000000006]}}, +{"f":"spair-v0.0.8-keyed","b":"43_first-paint","v":{"DEFAULT":[189.3]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"01_run1k","v":{"total":[45.274,45.078,45.047,45.206,44.026,46.134,45.357,42.961,45.177,44.991,44.504,43.604,44.066,43.838,45.1],"script":[8.654,8.482,8.367,8.106,7.751,8.212,8.596,7.967,8.899,8.596,7.944,8.25,8.492,8.463,8.393],"paint":[36.113,36.176,36.203,36.413,35.74,37.466,36.056,34.563,35.799,35.931,35.874,34.898,35.116,34.671,36.025]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"02_replace1k","v":{"total":[49.565,48.819,49.78,50.326,51.303,50.875,49.849,51.548,48.559,49.71,50.299,49.946,50.368,49.666,48.683],"script":[11.798,11.612,11.577,11.688,11.722,11.576,11.675,11.877,11.045,11.79,11.863,11.544,11.857,11.492,11.788],"paint":[37.327,36.77,37.689,38.162,38.941,38.786,37.442,38.935,37.037,37.391,37.94,37.735,37.78,37.381,36.461]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"03_update10th1k_x16","v":{"total":[17.644,17.961,18.061,17.827,18.214,18.298,17.312,17.533,21.24,18.494,18.011,16.883,18.388,18.219,18.017],"script":[0.945,1.143,1.185,1.576,1.5,1.436,1.013,1.162,1.259,1.804,1.446,0.739,1.46,1.638,1.212],"paint":[15.226,15.666,15.395,14.421,14.044,15.096,14.388,15.091,17.428,14.893,13.791,14.462,15.973,14.988,15.156]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"04_select1k","v":{"total":[4.306,2.256,2.573,3.418,3.108,2.778,3.26,3.485,3.007,4.063,3.047,2.882,3.68,4.461,3.057,3.48,3.101,3.374,2.947,3.078,2.645,2.106,3.649,3.577,3.974],"script":[0.077,0.088,0.088,0.881,0.925,0.092,0.089,1.229,0.461,0.079,0.533,0.089,1.051,0.083,0.815,0.08,1.088,1.104,0.088,0.543,0.092,0.096,1.072,0.41,0.834],"paint":[3.237,1.589,1.933,1.953,2.046,1.782,2.976,1.577,1.577,2.617,1.766,2.692,2.495,3.153,1.447,3.263,1.16,1.107,1.206,1.705,1.638,0.999,1.577,1.934,2.349]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"05_swap1k","v":{"total":[21.578,21.619,21.837,21.926,20.791,20.896,20.215,21.717,21.152,21.988,21.14,21.465,22.347,21.14,20.266],"script":[0.139,0.132,0.549,0.784,0.591,0.147,0.625,0.573,0.794,0.857,0.464,0.931,0.854,0.948,0.133],"paint":[19.024,19.814,19.92,19.422,18.122,19.191,18.234,20.317,17.528,19.034,19.266,19.04,19.126,18.141,18.924]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"06_remove-one-1k","v":{"total":[17.023,16.657,17.057,16.866,17.06,17.246,17.709,16.601,16.559,17.114,16.971,17.153,16.55,17.265,16.895],"script":[0.472,0.127,0.461,0.474,0.509,0.107,0.12,0.108,0.106,0.458,0.114,0.444,0.343,0.489,0.464],"paint":[15.119,15.74,15.767,15.18,15.515,16.133,16.422,15.353,15.473,15.895,15.965,15.405,14.856,15.669,15.6]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"07_create10k","v":{"total":[458.924,456.642,461.756,453.277,459.67,463.092,457.825,454.702,456.758,457.25,462.646,459.104,458.045,457.739,475.605],"script":[95.513,94.587,96.57,91.425,93.229,93.332,92.943,94.033,92.816,96.39,94.483,96.773,96.729,96.719,100.201],"paint":[355.952,354.525,357.757,354.564,359.017,362.331,357.556,353.326,356.45,353.348,360.884,353.801,353.996,353.659,367.675]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.252,51.825,50,50.955,51.581,51.213,52.58,51.885,51.589,51.215,52.091,50.473,52.224,51.53,53.216],"script":[8.366,8.675,8.459,8.246,8.849,8.743,9.142,9.146,8.912,8.849,8.79,8.984,8.388,9.109,9.43],"paint":[40.877,41.951,40.582,41.534,41.316,41.215,42.141,41.52,41.465,41.485,42.178,40.559,42.573,41.131,42.465]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"09_clear1k_x8","v":{"total":[14.976,14.476,14.469,15.324,14.787,15.692,15.17,15.338,14.35,14.739,15.493,15.077,15.289,15.021,15.818],"script":[13.003,12.9,12.873,13.129,12.733,13.219,13.22,13.104,12.398,12.882,12.841,13.084,13.2,12.623,12.766],"paint":[1.616,0.85,1.462,1.431,1.193,1.688,1.813,2.143,1.122,1.761,2.55,1.896,0.996,1.785,2.918]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6221351623535156]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"22_run-memory","v":{"DEFAULT":[4.483245849609375]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.50418758392334]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.009640693664551]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.73589515686035]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.07]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[38.871999999999986]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.16799999999998]}}, {"f":"spair-qr-v0.0.8-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[229.2421875]}}, {"f":"spair-qr-v0.0.8-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[90.68359375]}}, {"f":"spair-qr-v0.0.8-keyed","b":"42_size-compressed","v":{"DEFAULT":[27.787109375]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"43_first-paint","v":{"DEFAULT":[159.6]}}, -{"f":"spair-qr-v0.0.8-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[159.6]}}, -{"f":"stdweb-v0.4.17-keyed","b":"01_run1k","v":{"total":[50.321,48.823,48.963,47.983,47.333,47.132,46.812,47.122,46.782,49.107,48.054,48.505,46.707,48.124,48.707],"script":[11.562,11.479,11.799,11.656,10.886,11.47,10.866,10.912,10.868,11.493,11.067,11.338,10.937,11.866,11.73],"paint":[38.267,36.786,36.719,35.605,35.705,35.224,35.472,35.72,35.355,36.897,36.241,36.648,35.251,35.767,36.25]}}, -{"f":"stdweb-v0.4.17-keyed","b":"02_replace1k","v":{"total":[48.52,49.128,49.073,48.154,50.681,47.895,49.216,50.138,47.954,48.731,50.272,50.343,48.526,53.407,50.708],"script":[15.005,15.468,15.479,15.004,16.269,14.967,15.304,16.555,15.215,15.045,15.843,15.808,15.349,15.83,15.832],"paint":[33.051,33.257,33.137,32.743,33.97,32.164,33.211,33.101,32.271,33.151,34.019,33.737,32.732,36.916,34.416]}}, -{"f":"stdweb-v0.4.17-keyed","b":"03_update10th1k_x16","v":{"total":[19.54,17.708,20.504,19.125,19.079,18.649,18.637,18.403,18.503,18.781,18.698,17.705,19.235,17.805,19.229],"script":[1.458,0.246,1.093,0.948,1.458,0.815,1.447,0.693,1.005,0.99,1.188,1.135,1.356,1.083,1.551],"paint":[16.291,15.618,17.301,15.594,15.781,16.428,15.669,16.057,16.083,16.753,15.237,14.728,16.027,15.4,15.986]}}, -{"f":"stdweb-v0.4.17-keyed","b":"04_select1k","v":{"total":[2.914,3.756,3.191,3.472,2.975,3.234,3.222,2.7,3.812,4.661,3.503,2.355,3.006,2.745,3.167,2.873,2.855,2.925,2.637,3.115,3.408,2.891,3.019,3.193,3.7],"script":[0.112,1.099,0.092,0.113,0.118,0.82,0.823,0.112,0.124,0.137,0.127,0.103,0.813,0.128,0.139,0.113,0.117,0.117,0.123,0.122,1.149,0.118,0.541,0.841,0.843],"paint":[2.668,1.535,1.602,2.03,2.727,1.311,2.273,1.438,1.93,3.793,2.354,1.083,1.335,1.476,2.874,2.658,1.498,1.565,2.396,1.869,1.545,2.666,1.537,2.218,1.945]}}, -{"f":"stdweb-v0.4.17-keyed","b":"05_swap1k","v":{"total":[20.905,25.563,21.881,22.086,20.938,20.644,21.396,22.235,22.287,22.349,21.63,21.765,22.663,20.746,22.179],"script":[0.099,0.537,0.9,0.977,0.109,0.11,0.132,0.953,0.103,0.856,0.479,0.911,0.103,0.111,0.109],"paint":[19.788,23.158,19.925,19.718,19.8,19.202,19.303,19.514,20.807,19.788,19.008,19.349,20.964,18.51,20.379]}}, -{"f":"stdweb-v0.4.17-keyed","b":"06_remove-one-1k","v":{"total":[16.938,17.349,17.348,17.445,17.872,17.324,16.979,17.175,16.586,17.457,17.559,17.216,17.202,19.814,17.703],"script":[0.361,0.184,0.533,0.558,0.204,0.338,0.515,0.616,0.371,0.325,0.419,0.551,0.574,0.607,0.564],"paint":[15.935,15.74,15.677,15.603,16.433,15.687,15.358,15.759,15.207,16.061,15.827,15.808,15.64,17.579,15.453]}}, -{"f":"stdweb-v0.4.17-keyed","b":"07_create10k","v":{"total":[474.463,477.208,476.865,477.878,480.372,481.687,475.249,493.318,468.084,474.409,472.087,481.847,472.234,476.699,471.975],"script":[99.457,100.924,99.943,97.402,97.68,101.546,98.553,102.97,96.758,98.365,97.216,101.663,97.006,96.49,98.112],"paint":[367.375,368.681,368.576,371.871,375.119,372.464,369.122,382.385,363.41,368.497,367.427,372.486,367.259,372.748,366.392]}}, -{"f":"stdweb-v0.4.17-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.862,46.037,48.182,47.857,45.739,50.073,45.665,45.712,47.629,45.144,47.243,46.395,45.925,46.454,47.248],"script":[7.9,8.058,7.886,8.572,7.72,8.054,7.882,7.701,8.488,7.707,7.75,8.382,7.91,8.055,7.778],"paint":[39.733,37.1,39.475,38.045,37.107,41.063,36.982,36.791,38.237,36.485,38.55,37.197,37.077,37.537,38.546]}}, -{"f":"stdweb-v0.4.17-keyed","b":"09_clear1k_x8","v":{"total":[20.513,20.686,20.827,20.956,21.438,19.914,20.321,19.947,20.787,21.318,20.858,19.67,19.907,19.88,19.948],"script":[18.488,17.54,17.984,17.663,18.627,17.472,17.803,17.909,18.944,19.323,19.312,17.718,18.183,18.035,18.301],"paint":[1.148,2.78,2.718,3.148,1.91,2.356,2.343,1.919,1.741,1.897,1.439,0.796,0.73,1.194,1.547]}}, -{"f":"stdweb-v0.4.17-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.708390235900879]}}, -{"f":"stdweb-v0.4.17-keyed","b":"22_run-memory","v":{"DEFAULT":[3.394913673400879]}}, -{"f":"stdweb-v0.4.17-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.382394790649414]}}, -{"f":"stdweb-v0.4.17-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.304302215576172]}}, -{"f":"stdweb-v0.4.17-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.497471809387207]}}, -{"f":"stdweb-v0.4.17-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.2199999999998]}}, -{"f":"stdweb-v0.4.17-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.823999999999998]}}, -{"f":"stdweb-v0.4.17-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.792]}}, +{"f":"spair-qr-v0.0.8-keyed","b":"43_first-paint","v":{"DEFAULT":[153.4]}}, +{"f":"stdweb-v0.4.17-keyed","b":"01_run1k","v":{"total":[51.086,49.16,49.277,47.965,49.012,51.292,49.582,49.889,49.834,49.842,48.832,49.442,49.923,48.795,50.258],"script":[13.098,12.78,12.875,11.819,12.51,13.27,13.041,13.29,12.766,12.883,13.056,12.831,13.399,13.093,13.461],"paint":[37.262,35.899,35.724,35.429,35.829,37.564,36.09,35.939,36.36,36.504,35.325,35.922,36.102,35.317,36.392]}}, +{"f":"stdweb-v0.4.17-keyed","b":"02_replace1k","v":{"total":[56.829,56.292,55.656,57.185,55.363,55.392,53.946,55.085,54.831,56.354,56.729,57.009,56.449,54.652,54.066],"script":[17.932,18.018,17.853,17.518,17.82,17.99,17.156,17.514,17.687,18.115,18.274,18.14,17.76,17.276,17.069],"paint":[38.422,37.8,37.049,38.912,37.06,36.671,36.323,36.905,36.7,37.779,38.014,38.394,38.285,36.93,36.537]}}, +{"f":"stdweb-v0.4.17-keyed","b":"03_update10th1k_x16","v":{"total":[18.988,18.543,18.424,17.514,18.647,19.608,18.645,18.139,18.383,18.086,18.513,18.902,18.028,18.162,17.854],"script":[2.043,1.231,0.939,0.894,1.113,1.746,1.289,1.172,0.926,0.916,0.902,1.196,0.841,1.195,0.893],"paint":[15.462,15.787,15.742,15.337,15.814,15.96,15.696,15.206,16.245,15.353,15.072,15.675,14.831,14.974,15.396]}}, +{"f":"stdweb-v0.4.17-keyed","b":"04_select1k","v":{"total":[3.327,3.94,2.679,3.893,2.72,3.535,3.14,3.472,4.034,3.397,3.618,2.873,2.832,2.747,4.041,3.2,4.017,3.827,4.071,3.341,3.373,4.576,3.454,4.678,3.929],"script":[0.59,1.178,0.145,0.137,0.117,0.13,0.21,0.136,0.971,0.91,0.096,0.125,0.565,0.635,0.098,0.094,1.066,0.68,1.102,0.788,0.814,0.866,0.869,0.088,0.779],"paint":[2.617,2.574,1.46,1.989,2.482,2.693,2.053,3.194,1.903,1.845,3.4,1.508,2.099,1.403,2.668,2.337,1.628,1.901,1.619,2.435,1.588,3.525,1.615,3.111,1.769]}}, +{"f":"stdweb-v0.4.17-keyed","b":"05_swap1k","v":{"total":[21.765,20.944,21.665,20.92,20.759,21.429,21.391,22.115,21.3,22.043,22.336,20.639,20.494,19.737,21.997],"script":[0.817,0.115,0.85,0.907,0.102,0.237,0.753,0.777,0.56,1.081,0.976,0.685,0.112,0.107,0.807],"paint":[18.91,19.373,18.109,18.418,19.668,19.672,19.062,19.985,18.791,19.221,19.96,18.878,18.658,17.578,19.738]}}, +{"f":"stdweb-v0.4.17-keyed","b":"06_remove-one-1k","v":{"total":[16.77,16.616,17.741,16.755,16.546,17.6,18.615,16.535,16.949,17.153,16.395,17.526,17.038,17.06,17.132],"script":[0.337,0.219,0.549,0.207,0.476,0.526,0.543,0.565,0.34,0.544,0.198,0.516,0.528,0.511,0.379],"paint":[15.923,15.634,16.108,15.418,15.284,16.113,16.35,15.239,15.537,15.373,14.856,16.001,15.818,15.759,15.957]}}, +{"f":"stdweb-v0.4.17-keyed","b":"07_create10k","v":{"total":[469.67,463.361,469.11,471.723,467.782,470.666,470.602,467.258,483.022,467.285,462.61,464.753,470.448,460.275,467.211],"script":[101.512,102.841,100.333,100.485,99.903,102.135,103.64,102.395,101.791,106.669,101.068,99.729,101.802,97.887,101.436],"paint":[360.592,353.017,361.402,363.877,360.243,360.054,359.573,357.402,373.761,353.152,354.262,357.69,361.193,355.08,358.394]}}, +{"f":"stdweb-v0.4.17-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.457,52.279,51.711,52.473,52.088,52.68,51.808,53.278,51.558,52.988,51.757,52.224,52.751,52.681,50.764],"script":[9.85,10.11,10.152,9.538,9.869,10.232,9.828,10.186,9.848,9.991,9.976,10.157,9.811,10.018,9.317],"paint":[41.418,41.311,40.639,41.641,41.009,41.512,41.055,41.894,40.807,41.76,40.874,41.267,41.722,41.457,40.547]}}, +{"f":"stdweb-v0.4.17-keyed","b":"09_clear1k_x8","v":{"total":[20.012,19.549,19.865,19.112,20.061,19.761,19.53,21.595,18.706,19.086,18.587,20.279,20.509,19.622,18.87],"script":[17.893,17.286,17.473,16.463,17.498,17.527,16.936,19.395,16.227,17.479,16.831,18.306,17.981,17.506,16.991],"paint":[0.872,1.197,1.945,1.989,2.416,1.074,1.913,1.156,2.343,1.509,0.907,1.198,1.479,1.389,1.773]}}, +{"f":"stdweb-v0.4.17-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6664037704467773]}}, +{"f":"stdweb-v0.4.17-keyed","b":"22_run-memory","v":{"DEFAULT":[3.183037757873535]}}, +{"f":"stdweb-v0.4.17-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.178781509399414]}}, +{"f":"stdweb-v0.4.17-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.313180923461914]}}, +{"f":"stdweb-v0.4.17-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.361523628234863]}}, +{"f":"stdweb-v0.4.17-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.39]}}, +{"f":"stdweb-v0.4.17-keyed","b":"32_startup-bt","v":{"DEFAULT":[35.215999999999994]}}, +{"f":"stdweb-v0.4.17-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[168.85200000000003]}}, {"f":"stdweb-v0.4.17-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[269.361328125]}}, {"f":"stdweb-v0.4.17-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[130.80078125]}}, {"f":"stdweb-v0.4.17-keyed","b":"42_size-compressed","v":{"DEFAULT":[34.1728515625]}}, -{"f":"stdweb-v0.4.17-keyed","b":"43_first-paint","v":{"DEFAULT":[80.9]}}, -{"f":"stdweb-v0.4.17-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[80.9]}}, -{"f":"stencil-v4.4.1-keyed","b":"01_run1k","v":{"total":[45.67,44.659,44.307,45.884,44.197,45.288,44.97,44.786,45.914,45.232,44.124,44.386,45.334,44.954,45.566],"script":[8.097,8.906,8.337,8.43,7.902,8.399,8.048,8.083,8.233,8.191,7.887,8.357,8.033,7.949,7.965],"paint":[37.072,35.23,35.422,37.024,35.8,36.403,36.385,36.18,36.963,36.535,35.745,35.557,36.843,36.28,37.068]}}, -{"f":"stencil-v4.4.1-keyed","b":"02_replace1k","v":{"total":[52.217,49.948,53.348,51.758,48.712,53.354,51.017,50.122,49.637,51.615,52.007,52.116,53.261,52.005,52.579],"script":[17.623,16.51,17.106,17.781,15.824,17.896,17.039,16.439,15.873,17.021,17.658,17.816,17.972,17.727,17.384],"paint":[34.026,32.966,35.786,33.497,32.403,34.819,33.343,33.138,33.35,34.14,33.898,33.829,34.518,33.823,34.739]}}, -{"f":"stencil-v4.4.1-keyed","b":"03_update10th1k_x16","v":{"total":[34.363,29.2,30.2,28.55,30.715,30.828,31.839,30.631,31.102,29.372,27.612,30.399,28.936,28.495,30.274],"script":[12.846,10.708,12.074,10.654,12.771,12.112,12.411,11.384,12.513,11.908,10.098,10.954,11.141,10.806,11.434],"paint":[18.849,17.444,16.614,16.183,16.371,16.458,17.439,17.215,17.043,15.554,16.41,17.147,16.309,16.704,16.792]}}, -{"f":"stencil-v4.4.1-keyed","b":"04_select1k","v":{"total":[14.326,14.931,16.993,13.76,15.483,16.828,16.362,16.131,14.642,15.749,14.913,15.442,15.207,16.936,14.587,16.43,15.009,15.721,14.598,14.602,15.966,14.827,15.525,16.825,13.293],"script":[10.771,11.604,13.561,11.151,12.354,13.019,12.838,12.611,11.239,12.795,11.708,11.895,11.898,12.934,11.775,12.916,11.342,11.994,11.199,11.985,12.414,11.082,11.796,11.68,10.495],"paint":[2.971,3.001,2.238,1.752,2.238,2.599,1.985,2.698,2.226,1.812,2.004,1.386,2.049,2.36,1.936,2.579,2.855,2.704,2.092,2.421,3.305,2.872,3.465,3.334,2.313]}}, -{"f":"stencil-v4.4.1-keyed","b":"05_swap1k","v":{"total":[33.513,35.824,32.917,33.342,36.228,32.922,34.221,32.959,33.994,34.917,34.399,35.33,32.076,34.006,35.047],"script":[12.028,13.14,11.178,11.647,12.214,11.191,12.402,11.038,12.172,12.891,12.466,12.994,10.008,12.425,12.063],"paint":[20.721,20.149,20.572,20.314,22.428,20.54,19.872,20.238,19.946,20.424,20.06,20.802,20.449,19.932,20.616]}}, -{"f":"stencil-v4.4.1-keyed","b":"06_remove-one-1k","v":{"total":[23.8,23.909,23.341,23.567,23.314,23.249,23.301,22.7,23.291,23.023,24.122,23.632,22.269,21.483,21.771],"script":[6.06,6.159,5.369,6.327,6.563,6.099,5.684,5.498,6.451,6.136,5.983,5.163,5.385,4.947,5.17],"paint":[16.514,16.429,16.208,16.145,15.974,16.372,16.677,16.363,15.907,15.866,16.829,17.016,15.801,15.671,15.767]}}, -{"f":"stencil-v4.4.1-keyed","b":"07_create10k","v":{"total":[494.255,490.639,481.293,490.372,479.517,486.189,489.151,478.191,485.607,480.449,491.802,494.051,482.85,489.878,494.233],"script":[112.176,111.933,109.814,110.337,109.39,108.26,109.664,108.291,111.271,107.268,111.274,111.235,112.102,114.297,111.574],"paint":[373.719,371.048,363.552,372.047,362.44,369.958,371.37,362.063,366.662,365.515,372.769,374.992,362.982,367.571,374.709]}}, -{"f":"stencil-v4.4.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.037,49.651,51.169,51.722,51.299,50.196,50.989,51.009,50.461,49.789,53.024,51.974,50.811,50.172,52.24],"script":[11.828,11.697,11.483,12.134,12.337,12.039,11.576,11.728,11.674,11.405,12.231,12.671,11.719,11.646,11.866],"paint":[38.258,36.99,38.766,38.223,37.964,37.224,38.37,37.964,37.797,37.444,39.539,38.362,38.085,37.546,39.12]}}, -{"f":"stencil-v4.4.1-keyed","b":"09_clear1k_x8","v":{"total":[16.377,17.365,17.503,16.358,17.073,17.254,16.158,17.356,16.147,16.522,16.755,16.995,16.262,17.509,17.647],"script":[14.046,15.05,14.962,13.656,14.847,15.05,14.681,15.158,14.199,13.787,14.699,14.768,13.499,15.082,15.249],"paint":[1.168,2.178,2.414,2.253,2.135,2.107,1.38,0.47,1.853,1.94,1.059,1.227,1.778,0.864,2.309]}}, -{"f":"stencil-v4.4.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5131769180297852]}}, -{"f":"stencil-v4.4.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.585968017578125]}}, -{"f":"stencil-v4.4.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.6069860458374023]}}, -{"f":"stencil-v4.4.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8185043334960938]}}, -{"f":"stencil-v4.4.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.117942810058594]}}, -{"f":"stencil-v4.4.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2027.7419999999997]}}, -{"f":"stencil-v4.4.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.876]}}, -{"f":"stencil-v4.4.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.00800000000004]}}, +{"f":"stdweb-v0.4.17-keyed","b":"43_first-paint","v":{"DEFAULT":[86.4]}}, +{"f":"stencil-v4.4.1-keyed","b":"01_run1k","v":{"total":[44.618,44.925,44.8,46.431,44.568,44.762,46.02,43.708,44.581,44.777,44.561,44.56,44.185,45.096,45.061],"script":[8.458,8.492,8.339,8.617,8.766,8.61,8.524,8.681,8.565,8.659,8.725,8.458,8.966,8.683,9.063],"paint":[35.449,35.965,35.952,37.292,35.291,35.435,36.751,34.577,35.514,35.43,35.373,35.382,34.768,35.969,35.509]}}, +{"f":"stencil-v4.4.1-keyed","b":"02_replace1k","v":{"total":[58.923,59.287,59.185,59.677,59.96,59.795,57.991,56.971,57.204,58.327,56.947,58.213,58.593,57.527,57.195],"script":[19.455,19.479,19.635,19.831,20.505,19.571,19.434,18.518,18.974,19.631,19.302,19.042,19.945,19.301,18.838],"paint":[39.025,39.321,39.066,38.964,38.776,39.762,37.943,38.01,37.774,38.202,37.182,38.681,37.97,37.487,37.673]}}, +{"f":"stencil-v4.4.1-keyed","b":"03_update10th1k_x16","v":{"total":[35.114,33.44,35.462,34.211,35.821,33.495,34.981,37.661,32.797,34.594,33.181,34.878,33.453,33.565,32.625],"script":[16.376,15.043,17.074,16.123,16.582,14.657,15.673,17.108,14.887,16.283,14.863,16.03,15.551,16.505,15.466],"paint":[16.456,16.386,16.556,16.826,15.78,17.777,17.905,18.237,16.299,17.069,15.951,17.611,15.017,15.491,15.857]}}, +{"f":"stencil-v4.4.1-keyed","b":"04_select1k","v":{"total":[19.6,18.166,19.862,19.978,22.372,18.317,18.925,18.468,17.651,20.805,17.458,19.167,20.608,19.589,18.991,18.678,18.844,19.767,20.94,19.297,19.652,19.856,22.139,18.209,17.983],"script":[15.647,14.979,16.17,16.246,17.153,14.685,15.809,15.814,14.059,15.81,13.919,15.734,17.61,15.485,15.055,15.546,15.057,16.554,17.059,15.914,16.256,15.91,17.632,14.827,14.375],"paint":[3.339,1.757,3.112,2.186,2.932,1.838,2.872,1.685,3.32,3.433,2.346,3.207,1.974,3.18,2.923,2.05,3.54,2.442,3.608,2.447,3.126,2.743,2.904,2.786,1.957]}}, +{"f":"stencil-v4.4.1-keyed","b":"05_swap1k","v":{"total":[37.869,39.221,37.725,38.333,37.923,38.826,36.696,39.675,38.362,36,38.887,37.737,38.333,38.159,37.739],"script":[15.701,16.492,15.983,15.987,16.459,16.693,15.529,17.593,16.681,15.374,15.172,16.594,15.496,16.295,15.669],"paint":[20.319,21.475,20.18,20.392,20.063,20.173,19.498,19.903,19.276,19.062,22.592,19.794,21.139,19.995,20.707]}}, +{"f":"stencil-v4.4.1-keyed","b":"06_remove-one-1k","v":{"total":[26.878,26.589,25.948,26.448,26.581,27.082,26.142,25.675,25.872,25.57,25.616,26,30.047,28.546,28.412],"script":[8.286,8.313,8.184,8.72,8.705,8.57,8.737,8.642,8.551,8.451,8.087,8.59,9.438,8.998,9.366],"paint":[17.068,17.022,16.35,16.152,16.527,17.15,16.481,16.256,16.318,16.284,16.706,15.943,18.803,18.043,18.177]}}, +{"f":"stencil-v4.4.1-keyed","b":"07_create10k","v":{"total":[497.478,490.549,494.699,502.05,488.201,492.618,482.236,485.536,484.016,492.505,483.969,490.772,485.85,495.286,500.384],"script":[113.744,112.374,111.951,113.707,113.582,115.914,114.234,115.231,114.874,114.966,111.244,114.453,115.803,115.769,116.481],"paint":[375.186,369.622,374.593,380.326,367.004,368.642,360.54,362.628,361.572,369.869,365.347,368.759,362.305,371.699,376.391]}}, +{"f":"stencil-v4.4.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[62.507,60.733,63.348,62.254,59.15,61.956,61.011,64.035,59.576,62.071,61.053,59.89,61.812,61.111,60.954],"script":[16.606,15.709,16.019,16.399,15.787,16.274,15.504,16.706,15.402,16.115,15.898,15.322,15.948,16.088,15.591],"paint":[44.926,44.03,46.126,44.683,42.428,44.556,44.452,45.933,43.206,44.717,44.203,43.691,44.898,43.956,44.148]}}, +{"f":"stencil-v4.4.1-keyed","b":"09_clear1k_x8","v":{"total":[16.135,17.623,16.737,16.182,16.003,15.763,16.977,16.192,16.067,16.489,16.272,15.677,16.399,16.466,16.464],"script":[13.627,14.706,14.649,14.498,14.128,13.879,14.94,13.589,14.043,13.713,14.045,13.675,13.747,14.234,14.501],"paint":[2.398,2.749,1.991,1.538,1.767,1.007,1.928,2.485,1.931,2.199,2.099,1.889,2.127,2.117,1.123]}}, +{"f":"stencil-v4.4.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5150423049926758]}}, +{"f":"stencil-v4.4.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3550968170166016]}}, +{"f":"stencil-v4.4.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.4641008377075195]}}, +{"f":"stencil-v4.4.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8300533294677734]}}, +{"f":"stencil-v4.4.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.985474586486816]}}, +{"f":"stencil-v4.4.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.452]}}, +{"f":"stencil-v4.4.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[30.931999999999995]}}, +{"f":"stencil-v4.4.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[172.72000000000006]}}, {"f":"stencil-v4.4.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.791015625]}}, {"f":"stencil-v4.4.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.916015625]}}, {"f":"stencil-v4.4.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.9794921875]}}, -{"f":"stencil-v4.4.1-keyed","b":"43_first-paint","v":{"DEFAULT":[68.4]}}, -{"f":"stencil-v4.4.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[68.4]}}, -{"f":"strve-v6.0.2-keyed","b":"01_run1k","v":{"total":[44.897,47.313,46.647,47.718,45.391,45.26,47.078,46,45.104,46.048,45.395,44.312,45.215,45.619,44.817],"script":[9.883,9.072,9.06,9.444,9.248,9.097,10.387,9.534,9.32,10.067,9.607,9.174,9.529,9.253,9.226],"paint":[34.545,37.822,36.837,37.721,35.692,35.722,36.256,35.995,35.307,35.244,35.093,34.648,34.964,35.888,35.112]}}, -{"f":"strve-v6.0.2-keyed","b":"02_replace1k","v":{"total":[48.6,45.167,46.681,46.885,47.064,47.258,46.928,44.677,45.871,46.996,46.779,46.679,45.114,45.516,45.41],"script":[12.371,11.955,12.472,12.502,12.465,12.519,12.687,12.053,12.362,13.439,12.645,12.531,12.098,12.162,11.868],"paint":[35.765,32.814,33.751,33.94,33.868,34.235,33.602,32.217,32.771,32.819,33.677,33.719,32.569,32.955,32.831]}}, -{"f":"strve-v6.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[34.289,33.06,34.761,34.175,34.339,33.513,32.849,34.657,32.802,34.637,33.716,34.372,33.819,33.876,32.855],"script":[16.034,15.382,16.526,16.421,15.977,15.879,15.085,14.545,15.666,15.653,15.916,15.894,16.025,16.034,15.491],"paint":[16.68,15.865,17.169,16.423,16.426,15.465,16.32,17.568,14.731,17.007,15.732,17.221,15.952,15.994,14.683]}}, -{"f":"strve-v6.0.2-keyed","b":"04_select1k","v":{"total":[16.88,16.842,16.415,16.891,15.735,15.811,17.049,16.532,17.081,15.586,16.526,16.704,18.372,17.134,16.733,16.059,15.916,17.677,16.153,15.762,16.987,16.046,16.582,16.323,16.765],"script":[13.893,13.134,13.133,13.412,12.951,12.741,13.791,13.426,14.348,12.64,12.745,13.093,14.137,13.3,12.948,13.263,13.15,14.059,12.934,12.935,13.512,13.477,12.959,13.424,12.666],"paint":[1.993,2.4,3.111,2.228,2.066,1.736,2.575,1.96,1.779,1.65,2.855,2.41,3.549,2.856,2.056,1.562,2.592,2.21,1.682,1.968,2.603,1.649,2.284,2.204,3.184]}}, -{"f":"strve-v6.0.2-keyed","b":"05_swap1k","v":{"total":[35.453,34.889,35.753,35.686,35.522,34.048,33.917,35.724,36.987,34.638,35.463,35.176,37.847,34.923,35.335],"script":[13.576,13.972,14.311,13.935,13.496,13.748,13.761,14.13,14.311,13.835,14.226,13.993,13.669,13.674,14.12],"paint":[20.487,18.494,19.545,18.694,19.216,18.966,18.674,19.688,20.576,19.471,19.887,19.146,22.1,19.263,19.604]}}, -{"f":"strve-v6.0.2-keyed","b":"06_remove-one-1k","v":{"total":[26.37,23.94,23.734,24.644,23.841,23.725,23.54,24.264,23.633,22.926,22.82,24.351,24.982,23.862,23.915],"script":[7.321,6.797,6.718,6.777,6.701,6.712,6.9,6.755,6.724,6.689,6.63,6.8,6.778,6.79,6.789],"paint":[17.691,15.742,15.772,16.656,16.033,16.199,15.845,16.313,15.834,15.087,15.1,16.777,16.852,16.316,15.623]}}, -{"f":"strve-v6.0.2-keyed","b":"07_create10k","v":{"total":[480.842,484.61,475.564,485.682,491.453,482.781,482.792,477.969,479.935,484.765,487.482,482.043,486.37,481.548,484.186],"script":[108.83,108.127,106.819,107.308,107.505,108.724,107.816,107.809,106.432,107.546,108.599,108.181,110.693,108.651,110.252],"paint":[364.749,369.006,361.165,370.954,376.331,366.431,367.575,362.654,366.158,369.615,371.351,366.365,367.381,365.453,366.075]}}, -{"f":"strve-v6.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.151,52.889,52.066,52.777,53.215,53.17,53.713,52.635,52.407,55.59,53.764,54.255,53.143,53.059,53.225],"script":[14.038,14.913,14.165,14.604,14.814,13.882,14.212,14.111,14.166,14.442,14.327,14.301,14.201,14.283,14.415],"paint":[37.237,37.054,36.926,37.269,37.417,38.303,38.241,37.696,37.304,40.181,38.221,38.716,38.096,37.928,37.82]}}, -{"f":"strve-v6.0.2-keyed","b":"09_clear1k_x8","v":{"total":[14.185,14.483,15.029,14.809,15.347,14.738,15.255,15.073,14.495,13.06,14.753,15.227,15.01,15.552,15.195],"script":[12.178,12.178,11.956,12.258,11.923,12.103,12.888,11.969,11.649,10.766,12.038,11.815,12.327,13.192,12.172],"paint":[1.902,2.177,2.988,1.589,2.39,2.522,1.732,2.387,2.729,2.212,2.61,2.821,2.505,2.265,2.895]}}, -{"f":"strve-v6.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.48352813720703125]}}, -{"f":"strve-v6.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7147951126098633]}}, -{"f":"strve-v6.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.8122425079345703]}}, -{"f":"strve-v6.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8442392349243164]}}, -{"f":"strve-v6.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.04931354522705]}}, -{"f":"strve-v6.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2199999999998]}}, -{"f":"strve-v6.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.987999999999998]}}, -{"f":"strve-v6.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.72]}}, +{"f":"stencil-v4.4.1-keyed","b":"43_first-paint","v":{"DEFAULT":[72.7]}}, +{"f":"strve-v6.0.2-keyed","b":"01_run1k","v":{"total":[48.854,48.841,48.119,49.978,48.423,43.96,47.892,48.646,48.561,47.923,47.269,47.592,48.445,48.394,48.009],"script":[12.086,11.066,11.614,11.411,12.065,8.567,11.952,11.879,11.748,11.752,10.923,11.804,11.624,11.357,12.123],"paint":[36.261,37.291,35.977,38.138,35.621,34.944,35.449,36.24,36.111,35.5,35.906,35.083,36.297,36.566,35.42]}}, +{"f":"strve-v6.0.2-keyed","b":"02_replace1k","v":{"total":[52.348,52.593,51.471,52.949,52.072,52.314,52.093,52.422,52.019,51.697,52.208,53.808,53.872,52.151,51.116],"script":[14.368,15.303,13.899,15.053,14.347,15.048,14.456,13.553,14.043,13.902,14.191,15.052,14.712,13.456,13.967],"paint":[37.504,36.753,37.156,37.405,37.24,36.796,36.988,38.412,37.232,37.311,37.26,38.032,38.655,38.266,36.685]}}, +{"f":"strve-v6.0.2-keyed","b":"03_update10th1k_x16","v":{"total":[35.564,36.141,38.078,35.641,34.106,34.925,35.966,34.251,37.14,34.911,36.503,35.586,35.482,33.983,38.451],"script":[18.942,18.638,19.05,17.629,16.643,17.672,18.09,17.272,17.479,17.637,18.172,17.219,18.136,17.001,19.103],"paint":[15.306,15.705,17.419,16.415,16.134,15.467,16.012,15.259,17.711,15.243,17.216,15.934,16.407,15.579,17.96]}}, +{"f":"strve-v6.0.2-keyed","b":"04_select1k","v":{"total":[18.855,18.944,19.405,18.757,17.934,21.141,19.825,19.258,18.588,19.671,19.448,20.724,19.141,20.096,18.703,19.348,20.749,19.528,19.212,18.119,19.636,19.85,19.672,19.988,18.987],"script":[15.524,16.282,16.255,15.053,15.253,16.024,16.237,16.658,15.823,16.276,15.842,16.596,16.306,16.685,15.708,15.767,17.311,16.373,15.62,14.446,17.124,16.624,15.694,16.252,15.804],"paint":[1.728,1.531,2.112,3.087,1.216,4.051,1.921,1.472,1.571,2.366,2.706,3.387,2.608,2.096,1.993,2.715,2.174,2.418,2.585,2.672,1.799,1.475,2.742,3.51,2.96]}}, +{"f":"strve-v6.0.2-keyed","b":"05_swap1k","v":{"total":[38.342,37.072,38.418,38.222,39.289,36.287,38,39.2,38.502,37.21,36.354,38.048,37.849,37.746,37.703],"script":[17.511,17.31,17.211,17.294,17.481,15.636,16.76,17.46,17.408,16.718,16.03,17.961,16.637,15.952,16.021],"paint":[18.806,17.963,18.477,18.785,18.883,18.84,19.354,18.856,19.118,18.635,18.482,18.432,18.89,20.294,19.518]}}, +{"f":"strve-v6.0.2-keyed","b":"06_remove-one-1k","v":{"total":[24.651,25.82,24.55,25.079,25.216,25.52,25.046,24.636,25.067,24.896,24.706,24.799,26.608,24.863,25.08],"script":[8.066,9.101,7.953,8.554,8.48,8.941,8.158,8.21,8.413,8.079,8.123,8.235,8.576,8.554,8.106],"paint":[15.749,15.886,15.778,15.723,15.438,15.706,15.665,15.316,14.987,15.671,15.451,15.431,16.723,15.487,15.637]}}, +{"f":"strve-v6.0.2-keyed","b":"07_create10k","v":{"total":[491.066,490.703,479.248,488.569,463.18,464.609,477.016,469.888,473.279,472.914,468.884,466.725,469.608,467.394,470.052],"script":[107.075,107.897,109.522,111.911,106.028,106.058,110.265,106.768,108.434,108.659,106.071,107.462,108.72,105.963,105.047],"paint":[375.348,375.204,361.958,369.241,349.872,351.285,359.281,355.594,357.426,356.807,355.354,351.583,353.552,354.17,357.595]}}, +{"f":"strve-v6.0.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.218,59.271,60.507,59.544,59.537,60.155,60.421,60.479,60.172,61.006,58.967,60.792,59.972,58.248,59.076],"script":[16.189,16.103,16.501,15.625,16.161,16.011,16.133,16.359,16.746,16.386,15.93,15.828,16.338,15.958,16.038],"paint":[41.027,42.202,42.82,42.963,42.366,43.142,43.327,43.15,42.421,43.69,42.129,43.997,42.659,41.013,42.06]}}, +{"f":"strve-v6.0.2-keyed","b":"09_clear1k_x8","v":{"total":[15.36,14.595,14.267,14.567,14.177,15.169,14.455,13.274,16.879,13.631,14.581,14.442,13.805,13.745,15.48],"script":[12.807,11.379,11.455,11.479,11.073,11.667,11.862,10.633,13.88,11.457,11.351,12.057,10.997,11.525,12.293],"paint":[2.432,2.515,2.037,2.822,2.991,3.397,1.975,1.605,2.575,2.09,1.793,2.292,2.721,1.744,2.925]}}, +{"f":"strve-v6.0.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4785137176513672]}}, +{"f":"strve-v6.0.2-keyed","b":"22_run-memory","v":{"DEFAULT":[2.4987354278564453]}}, +{"f":"strve-v6.0.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.598451614379883]}}, +{"f":"strve-v6.0.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7410345077514648]}}, +{"f":"strve-v6.0.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.806987762451172]}}, +{"f":"strve-v6.0.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.5549999999998]}}, +{"f":"strve-v6.0.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.372]}}, +{"f":"strve-v6.0.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.69999999999996]}}, {"f":"strve-v6.0.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.119140625]}}, {"f":"strve-v6.0.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.84375]}}, {"f":"strve-v6.0.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.033203125]}}, -{"f":"strve-v6.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[62]}}, -{"f":"strve-v6.0.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[62]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"01_run1k","v":{"total":[41.762,39.046,40.918,41.108,42.187,41.88,41.21,39.045,41.464,42.327,40.639,39.414,41.357,39.338,42.274],"script":[3.383,3.142,3.285,3.294,3.431,3.327,3.24,3.319,3.506,3.222,3.186,3.502,3.322,3.239,3.075],"paint":[37.908,35.152,36.878,37.377,37.89,37.858,37.447,35.254,37.264,38.631,36.975,35.418,37.339,35.613,38.722]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"02_replace1k","v":{"total":[41.074,41.585,42.318,41.228,43.188,41.372,41.495,40.606,43.716,40.362,42.886,41.03,40.857,40.173,40.981],"script":[6.509,6.639,6.55,7.221,7.283,6.59,6.897,7.207,6.697,6.986,7.057,6.607,6.745,6.838,6.808],"paint":[34.116,34.484,35.318,33.368,35.436,34.241,33.886,32.958,36.319,32.678,35.373,33.998,33.662,32.868,33.612]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"03_update10th1k_x16","v":{"total":[17.422,18.569,18.329,19.026,18.147,18.901,18.709,17.175,17.712,18.481,18.23,18.361,18.748,18.31,19.243],"script":[0.252,0.608,1.255,0.607,1.01,1.838,1.223,1.106,0.658,1.304,1.029,0.889,0.601,1.167,1.393],"paint":[14.922,16.06,15.358,16.433,15.275,15.19,15.67,13.953,15.518,16.118,15.695,15.735,16.886,15.155,16.002]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"04_select1k","v":{"total":[3.364,3.65,3.547,3.686,4.872,4.34,4.152,3.919,3.712,4.455,4.116,4.803,3.244,2.967,4.88,2.77,3.718,3.256,3.726,4.264,3.901,3.604,4.15,3.333,3.662],"script":[0.953,0.912,1.038,0.214,0.675,1.15,1.198,0.644,0.979,0.587,0.843,1.178,0.223,0.198,1.271,0.986,1.28,1.014,0.911,1.446,1.195,0.964,1.602,0.543,1.132],"paint":[2.064,1.94,2.385,2.89,3.97,1.972,2.01,3.128,2.068,2.958,2.008,2.663,2.918,2.661,2.524,1.659,2.31,1.619,2.171,1.996,2.545,2.099,2.445,1.635,1.962]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"05_swap1k","v":{"total":[22.31,22.877,22.363,23.329,23.017,22.129,21.77,21.555,22.205,21.933,23.005,23.686,24.209,22.56,22.693],"script":[1.111,0.64,1.016,0.98,1.712,1.55,1.112,1.255,1.231,1.126,1.218,1.286,0.952,0.995,1.661],"paint":[19.242,20.476,20.197,19.691,20.01,19.151,19.576,18.726,19.149,18.798,19.868,20.85,21.293,18.962,18.985]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"06_remove-one-1k","v":{"total":[17.38,19.151,17.521,17.552,17.482,18.744,17.254,17.863,17.728,17.838,17.261,17.092,17.168,17.176,17.516],"script":[0.629,0.623,0.597,0.587,0.578,0.612,0.627,0.529,0.562,0.898,0.297,0.566,0.547,0.584,0.594],"paint":[15.834,17.003,15.651,15.732,16.11,16.81,15.857,15.816,16.344,15.908,16.204,15.693,15.622,15.807,16.092]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"07_create10k","v":{"total":[408.343,408.306,404.952,402.323,400.878,411.52,414.656,400.978,407.929,407.884,406.25,411.146,415.044,404.135,406.208],"script":[41.97,44.173,39.135,41.664,38.719,46.03,46.04,42.116,46.04,41.315,41.328,45.392,47.179,42.361,47.438],"paint":[358.84,356.447,358.4,353.157,354.819,358.021,361.072,351.413,354.462,359.074,357.383,358.321,360.254,354.245,351.266]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[42.465,43.442,41.282,43.342,41.78,43.278,41.776,43.612,45.904,43.702,43.07,42.478,43.536,43.292,41.965],"script":[3.236,3.021,3.042,2.943,3.012,3.093,3.029,3.124,3.167,3.136,3.194,3.253,3.136,3.035,3.09],"paint":[38.259,39.479,37.448,39.487,37.978,38.991,37.916,39.253,41.584,39.36,38.959,38.288,39.176,39.284,37.919]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"09_clear1k_x8","v":{"total":[13.485,14.58,14.752,14.385,15.002,14.549,14.797,14.697,14.506,14.394,14.717,15.085,13.864,14.046,14.387],"script":[12.036,12.707,12.221,12.398,12.714,12.388,12.786,11.438,12.011,11.822,12.661,12.858,11.87,12.148,12.413],"paint":[1.351,1.773,1.091,0.955,2.186,2.06,1.906,3.128,1.811,2.09,0.941,1.635,1.906,1.119,0.972]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5038566589355469]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"22_run-memory","v":{"DEFAULT":[2.815458297729492]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.859874725341797]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8144674301147461]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.543684005737305]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.6]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.047999999999998]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.58800000000002]}}, +{"f":"strve-v6.0.2-keyed","b":"43_first-paint","v":{"DEFAULT":[69.3]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"01_run1k","v":{"total":[39.121,38.688,38.653,39.957,38.819,38.01,38.749,38.85,39.854,37.727,38.027,38.493,38.935,38.708,40.541],"script":[2.976,3.016,3.031,3.737,2.92,2.886,3.048,3.044,3.762,2.975,3.03,2.945,2.936,3.049,4.345],"paint":[35.733,35.063,35.161,35.558,35.428,34.662,35.035,35.082,35.565,34.042,34.601,35.107,35.566,35.186,35.536]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"02_replace1k","v":{"total":[45.353,44.358,44.821,44.627,44.06,45.007,44.676,45.767,44.314,45.135,45.002,44.774,44.516,45.214,46.681],"script":[7.837,7.58,7.539,7.637,7.503,7.801,7.8,7.525,7.53,7.667,7.893,7.858,7.521,7.866,8.3],"paint":[36.813,36.029,36.534,36.484,36.077,36.719,36.39,37.471,36.305,36.865,36.615,36.163,36.295,36.593,37.867]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"03_update10th1k_x16","v":{"total":[17.958,17.408,17.31,17.892,17.234,17.767,17.155,18.454,17.677,18.011,18.003,17.176,17.129,17.448,18.186],"script":[1.477,1.241,0.871,1.249,0.662,0.991,1.101,0.984,1.446,1.073,0.938,1.498,0.697,1.462,1.002],"paint":[15.382,14.806,15.326,14.634,15.403,15.477,13.898,15.018,14.582,15.358,14.719,14.449,14.892,14.621,15.597]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"04_select1k","v":{"total":[4.104,3.408,3.276,3.304,3.141,3.583,3.438,3.414,4.687,3.502,4.537,3.921,4.27,4.632,4.227,3.487,4.326,3.479,3.592,4.295,4.39,3.43,4.603,3.996,3.903],"script":[1.016,1.152,0.215,1.22,0.656,0.211,1.019,0.933,1.375,0.728,0.969,1.208,0.885,1.225,1.219,0.868,0.858,0.989,0.294,0.621,1.181,0.992,1.944,0.695,1.416],"paint":[2.01,2.127,2.784,1.945,2.109,3.208,2.286,1.525,3.182,2.621,3.381,2.573,2.857,3.292,2.391,1.662,2.78,2.365,3.143,3.433,2.229,1.804,1.843,2.386,2.027]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"05_swap1k","v":{"total":[21.288,22.885,21.426,21.444,23.532,25.691,23.032,24.554,21.073,22.212,22.578,21.106,21.808,22.071,20.997],"script":[1.05,0.642,1.162,1.219,1.244,1.543,1.069,0.921,1.201,0.615,1.275,1.281,0.98,1.514,1.366],"paint":[18.624,20.807,18.996,18.245,20.392,21.301,20.472,22.096,18.387,19.972,19.68,18.631,19.147,18.657,17.787]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"06_remove-one-1k","v":{"total":[16.947,17.122,16.914,16.889,17.667,16.83,17.136,17.072,16.71,17.761,17.213,17.112,17.484,17.307,16.93],"script":[0.613,0.624,0.603,0.354,0.617,0.614,0.598,0.593,0.595,0.564,0.382,0.884,0.586,0.621,0.612],"paint":[15.558,15.391,15.304,15.573,16.061,15.08,15.721,15.141,15.353,15.744,15.453,15.395,15.876,15.681,15.344]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"07_create10k","v":{"total":[400.547,388.628,398.12,384.912,390.494,395.591,397.635,398.408,391.079,393.142,396.109,393.164,396.471,386.777,388.941],"script":[38.614,36.323,39.399,34.028,38.199,40.457,39.466,38.028,40.234,36.897,38.694,41.132,42.781,37.073,37.738],"paint":[354.416,345.04,351.43,343.513,344.413,347.213,350.858,353.025,343.528,348.768,350.173,344.775,346.118,342.422,343.66]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.827,46.383,46.233,46.188,46.376,46.458,46.74,47.004,45.22,47.282,46.518,45.999,46.161,47.582,45.681],"script":[3.625,3.743,4.287,3.637,3.627,3.536,3.743,3.76,3.568,3.775,3.724,3.574,3.754,3.577,3.52],"paint":[42.983,41.68,40.954,41.324,41.616,41.983,41.793,42.063,40.87,42.602,41.849,41.512,41.214,42.784,41.345]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"09_clear1k_x8","v":{"total":[14.738,14.743,14.136,13.82,13.902,14.468,14.728,14.033,14.215,13.833,13.732,14.062,13.716,14.072,15.548],"script":[12.234,12.493,11.908,11.307,11.864,12.242,12.41,11.647,12.054,11.063,11.266,11.908,11.44,11.496,12.268],"paint":[1.716,2.12,1.864,1.76,1.7,2.103,2.194,1.842,1.221,1.944,1.897,2.024,2.165,2.133,2.79]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4926328659057617]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6993350982666016]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6164989471435547]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8696002960205078]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.300212860107422]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.0900000000001]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.156]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.48399999999998]}}, {"f":"svelte-v5.0.0-next.8-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[154.466796875]}}, {"f":"svelte-v5.0.0-next.8-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.1923828125]}}, {"f":"svelte-v5.0.0-next.8-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.3857421875]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"43_first-paint","v":{"DEFAULT":[61.2]}}, -{"f":"svelte-v5.0.0-next.8-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[61.2]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"01_run1k","v":{"total":[41.505,41.985,40.778,41.135,41.293,40.295,39.037,41.236,42.166,41.698,41.076,41.932,38.333,39.582,41.298],"script":[3.565,3.522,3.347,3.44,3.497,3.476,3.459,3.331,3.695,3.285,3.442,3.255,3.316,3.607,3.26],"paint":[37.469,37.786,36.953,37.214,37.103,36.366,35.119,37.176,37.986,37.943,37.14,38.192,34.547,35.485,37.325]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"02_replace1k","v":{"total":[42.134,40.602,42.593,41.483,41.249,40.579,43.237,40.536,42.967,40.515,41.398,40.694,41.376,40.045,40.688],"script":[6.483,6.905,6.708,6.676,6.711,7.036,6.798,6.906,6.657,6.853,6.686,6.598,7.122,6.77,6.867],"paint":[35.189,33.25,35.199,34.37,33.994,33.094,35.77,33.129,35.892,33.163,34.226,33.638,33.806,32.846,33.37]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"03_update10th1k_x16","v":{"total":[18.051,18.948,18.287,18.739,19.096,18.439,19.33,20.279,19.033,18.575,19.001,20.042,19.253,19.798,17.814],"script":[1.126,1.512,1.695,1.61,1.848,1.561,1.828,1.013,1.809,1.261,1.475,1.429,1.895,1.741,1.099],"paint":[14.48,16.067,14.779,14.982,16.056,15.862,16.461,17.177,15.59,15.511,14.726,15.529,15.203,16.115,14.833]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"04_select1k","v":{"total":[3.33,4.902,3.567,3.41,3.903,4.371,4.001,3.789,3.655,3.872,4.838,3.819,3.724,3.75,3.309,3.442,4.091,4.371,3.734,3.749,3.188,3.732,2.786,3.844,3.571],"script":[0.232,0.888,0.939,1.424,0.236,1.185,0.905,1.196,0.243,1.109,1.229,0.864,0.642,1.462,0.882,1.171,1.233,1.181,0.983,0.238,0.972,1.472,0.243,0.645,1.352],"paint":[2.406,2.632,1.891,1.162,2.197,1.939,2.044,1.629,3.26,2.63,3.319,1.662,2.526,1.43,2.3,1.27,2.022,2.263,2.077,2.875,2.097,1.48,2.401,3.094,1.344]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"05_swap1k","v":{"total":[22.7,21.975,22.901,22.632,22.607,22.449,23.707,22.86,22.91,22.138,22.684,22.639,22.07,21.656,22.73],"script":[1.172,1.049,1.493,1.664,0.993,1.873,1.163,1.475,0.977,1.485,1.303,1.533,0.935,1.532,1.28],"paint":[19.858,19.328,19.917,18.759,19.482,18.746,21.144,19.952,19.943,19.319,19.612,19.73,19.691,18.604,19.465]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"06_remove-one-1k","v":{"total":[17.789,18.307,17.934,18.032,17.366,18.297,17.598,18.389,17.307,18.011,17.739,16.575,17.211,17.799,17.221],"script":[0.222,0.569,0.517,0.186,0.206,0.546,0.502,0.57,0.55,0.459,0.353,0.513,0.322,0.552,0.312],"paint":[16.173,16.383,16.688,16.561,16.373,16.382,15.664,17.303,15.94,16.158,16.302,14.8,16.047,15.754,15.81]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"07_create10k","v":{"total":[404.831,406.994,406.327,403.96,406.622,409.649,406.881,411.017,405.114,403.185,405.655,402.68,406.059,407.899,399.707],"script":[39.994,40.818,42.242,40.507,41.567,40.518,41.061,43.48,40.87,41.307,41.132,41.217,40.373,41.394,40.264],"paint":[357.371,358.67,356.49,356.023,357.503,361.614,358.32,359.797,356.304,354.496,357.001,353.811,357.993,358.938,352.048]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.994,42.023,41.672,41.429,43.834,43.699,42.774,44.625,41.815,43.36,43.572,43.921,42.918,42.702,43.618],"script":[3.418,3.36,3.452,3.464,3.449,3.357,3.59,3.312,3.345,3.279,3.453,3.57,3.388,3.285,3.332],"paint":[37.75,37.873,37.367,37.117,39.571,39.081,38.238,40.296,37.602,38.872,38.884,39.144,38.609,38.469,39.071]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"09_clear1k_x8","v":{"total":[13.607,14.81,14.514,14.815,14.275,14.598,14.197,14.221,13.798,14.713,14.861,14.432,14.518,14.521,14.337],"script":[12.148,12.609,12.229,12.258,12.304,12.051,12.056,12.285,12.308,12.974,12.686,12.202,12.999,12.686,12.39],"paint":[1.371,2.07,2.17,2.151,1.104,2.394,2.051,1.838,0.397,0.761,1.747,2.116,1.419,1.548,1.076]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5043096542358398]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"22_run-memory","v":{"DEFAULT":[2.8418502807617188]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.865992546081543]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8934965133666992]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.6540470123291]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.225]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.119999999999997]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.64800000000002]}}, +{"f":"svelte-v5.0.0-next.8-keyed","b":"43_first-paint","v":{"DEFAULT":[79.3]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"01_run1k","v":{"total":[38.379,38.662,39.031,39.337,38.708,38.743,37.47,40.099,40.579,38.993,40.318,39.771,41.066,40.552,39.92],"script":[3.064,2.794,4.158,2.959,4.067,4.108,2.94,4.291,4.199,3.069,4.366,4.357,4.108,4.46,4.318],"paint":[34.843,35.164,34.383,35.942,34.183,34.205,33.84,35.292,35.912,35.23,35.23,34.95,36.253,35.597,35.167]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"02_replace1k","v":{"total":[44.555,45.735,45.53,44.473,45.45,45.785,46.385,44.277,45.402,45.872,45.718,45.42,45.89,45.978,47.303],"script":[7.615,7.9,7.699,7.606,7.656,7.782,7.738,7.833,7.973,8.146,7.835,7.604,8.134,8.058,8.247],"paint":[36.409,37.398,37.242,36.327,37.341,37.536,37.951,35.715,36.719,37.207,37.196,37.32,37.242,37.458,38.283]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"03_update10th1k_x16","v":{"total":[20.564,18.743,17.868,18.289,18.34,17.882,17.971,18.749,17.497,20.052,18.651,18.467,17.849,19.615,18.06],"script":[2.102,1.172,1.586,1.737,1.735,1.011,1.665,1.707,1.384,1.823,1.561,1.303,1.64,1.582,1.858],"paint":[16.106,15.661,14.163,14.915,14.279,14.827,14.909,15.148,14.615,16.342,15.211,15.813,14.846,16.393,14.688]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"04_select1k","v":{"total":[3.276,3.512,3.433,4.987,5.006,4.204,4.915,3.608,4.955,3.128,3.438,3.578,2.986,4.856,5.062,4.667,3.697,3.405,4.23,3.588,4.177,3.983,3.864,4.108,4.667],"script":[0.997,0.721,1.14,1.521,1.335,1.184,0.984,1.173,1.195,0.865,0.906,1.251,0.959,1.312,0.93,1.779,1.548,0.861,0.241,0.856,1.161,1.122,1.043,1.052,0.975],"paint":[1.545,2.1,1.38,2.387,3.407,0.931,2.761,2.28,2.777,2.134,1.564,1.525,1.119,3.303,3.615,2.698,2.034,1.463,3.742,1.58,2.882,1.849,2.691,2.087,2.513]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"05_swap1k","v":{"total":[21.911,22.839,21.267,22.318,21.604,22.205,22.005,22.74,21.882,22.365,21.332,21.958,22.847,23.073,22.796],"script":[1.107,1.87,1.173,0.997,1.158,1.129,1.186,2.013,1.474,1.09,0.878,1.24,1.351,1.851,1.596],"paint":[19.43,18.909,18.06,19.303,19.092,19.491,19.313,18.551,19.663,19.014,18.113,18.576,20.48,19.949,18.513]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"06_remove-one-1k","v":{"total":[16.656,17.019,16.776,16.97,17.894,17.462,16.841,16.567,16.603,16.161,17.178,17.108,16.492,17.494,16.537],"script":[0.572,0.52,0.563,0.366,0.586,0.542,0.31,0.528,0.535,0.547,0.597,0.32,0.464,0.335,0.557],"paint":[14.945,15.354,15.021,15.526,15.849,15.677,15.25,15.218,15.002,14.543,15.687,15.899,15.291,15.541,15.26]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"07_create10k","v":{"total":[386.235,404.034,389.128,387.861,395.948,392.568,395.629,400.298,400.409,394.918,396.916,399.637,393.067,401.921,395.697],"script":[36.214,42.608,41.314,37.396,42.645,38.247,37.772,41.521,39.007,37.395,41.255,42.65,37.65,42.721,42.345],"paint":[342.646,353.15,340.414,343.234,346.01,347.03,350.565,351.361,354.111,349.745,348.229,348.768,348.018,352.143,346.197]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.011,48.928,48.107,46.683,47.367,47.616,51.167,49.47,48.465,47.853,46.681,48.189,46.577,47.266,48.519],"script":[4.755,4.892,4.772,4.43,3.815,4.768,4.508,4.834,4.606,4.466,4.721,4.712,3.937,4.588,4.688],"paint":[43.025,43.114,42.43,41.418,42.665,41.855,45.686,43.684,42.919,42.17,40.954,42.221,41.474,41.76,42.606]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"09_clear1k_x8","v":{"total":[14.452,13.801,13.529,14.784,12.993,14.036,13.905,13.813,13.971,13.823,14.081,13.144,14.118,13.988,14.373],"script":[12.36,11.32,10.741,12.278,10.474,11.984,11.583,11.863,11.444,11.379,12.168,11.157,11.297,11.962,12.213],"paint":[1.783,2.371,1.238,2.317,2.177,1.936,1.21,0.87,1.961,2.35,1.404,1.105,2.27,1.197,1.627]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.48548221588134766]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7369298934936523]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6343307495117188]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8050003051757812]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.550759315490723]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.355]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"32_startup-bt","v":{"DEFAULT":[18.568]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.58800000000005]}}, {"f":"svelte-classic-v5.0.0-next.8-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[154.6357421875]}}, {"f":"svelte-classic-v5.0.0-next.8-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.361328125]}}, {"f":"svelte-classic-v5.0.0-next.8-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.4677734375]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"43_first-paint","v":{"DEFAULT":[62.3]}}, -{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[62.3]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"01_run1k","v":{"total":[44.464,43.63,45.304,44.918,45.998,48.382,45.899,45.324,46.108,46.304,45.072,45.494,47.279,46.132,46.609],"script":[8.362,8.085,8.651,8.707,8.781,8.717,8.634,8.982,8.91,8.294,8.14,8.082,9.106,9.086,7.987],"paint":[35.672,34.853,36.181,35.781,36.478,38.97,36.546,35.793,36.685,37.423,36.463,36.684,37.707,36.585,38.158]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"02_replace1k","v":{"total":[48.624,50.117,48.271,50.342,49.879,48.275,52.013,48.45,49.498,49.728,52.105,48.251,49.716,49.508,49.761],"script":[14.732,15.615,14.462,15.562,15.558,14.634,15.768,14.76,16.071,15.549,15.317,14.758,15.719,15.542,15.564],"paint":[33.433,34.039,33.364,34.108,33.836,33.216,35.554,33.207,32.962,33.724,36.092,33.074,33.526,33.491,33.5]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"03_update10th1k_x16","v":{"total":[19.923,18.394,19.059,19.47,19.939,18.718,19.135,20.06,19.603,19.014,20.032,20.051,19.358,18.236,18.87],"script":[1.122,1.421,2.32,2.098,1.906,1.389,2.144,2.012,2.131,1.813,2.588,1.878,2.132,1.044,2.083],"paint":[16.822,14.855,14.9,16.29,16.742,15.513,15.457,16.545,15.792,15.016,16.46,16.617,15.952,15.182,15.764]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"04_select1k","v":{"total":[6.232,7.158,6.665,6.389,7.479,7.179,5.936,7.104,7.552,7.374,6.941,7.474,6.546,6.224,7.269,7.388,7.121,6.494,7.116,6.206,6.425,7.201,7.61,6.186,7.648],"script":[3.667,4.446,4.06,3.57,4.628,3.484,3.663,4.025,4.023,3.822,3.673,4.325,3.801,3.767,4.638,4.973,4.035,4.028,4.426,3.616,3.28,4.278,3.666,3.201,4.85],"paint":[1.619,1.862,1.635,2.336,1.178,2.486,1.48,2.538,2.532,3.335,2.156,2.988,2.191,2.33,1.647,2.272,2.148,1.594,2.043,1.553,2.453,2.566,3.707,2.391,1.761]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"05_swap1k","v":{"total":[23.234,22.071,22.853,22.611,22.536,23.43,22.705,23.221,22.295,22.491,22.158,22.218,22.256,22.567,21.382],"script":[1.318,1.312,1.258,1.27,1.543,1.307,1.151,1.177,1.005,1.361,1.181,1.163,1.355,1.578,1.151],"paint":[20.262,19.51,19.904,19.736,20.027,20.577,19.613,19.869,19.893,19.615,19.185,19.996,19.527,18.837,18.472]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"06_remove-one-1k","v":{"total":[18.219,17.913,17.782,17.602,17.398,17.73,17.673,17.544,18.793,17.569,17.901,16.811,17.74,17.752,17.172],"script":[1.04,1.101,0.854,0.789,0.765,1.124,0.81,0.986,1.143,1.064,0.877,0.81,1.146,1.103,0.921],"paint":[16.58,15.519,15.46,15.701,15.5,15.738,15.958,15.625,16.37,15.498,16.297,15.244,15.598,15.913,15.217]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"07_create10k","v":{"total":[484.965,475.79,486.861,471.236,481.173,483.666,490.087,486.293,469.486,486.608,470.911,477.125,480.278,484.046,484.746],"script":[103.575,101.964,103.042,99.308,104.449,103.897,110.412,108.485,100.891,104.44,100.47,101.071,102.329,108.481,108.198],"paint":[373.475,366.199,376.14,364.454,369.119,372.098,372.153,370.005,361.141,374.271,362.975,368.622,370.395,368.132,368.053]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.026,47.365,46.095,46.392,46.993,47.858,47.995,48.292,45.853,51.074,46.177,47.27,48.932,47.001,49.188],"script":[8.773,8.836,8.504,8.503,8.739,8.701,9.235,8.726,8.623,8.721,8.503,8.691,8.822,8.569,8.858],"paint":[37.294,37.573,36.681,37.008,37.382,37.867,37.905,38.307,36.39,41.123,36.818,37.261,38.914,37.595,39.37]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"09_clear1k_x8","v":{"total":[16.691,16.835,16.513,16.893,16.368,17.378,16.644,16.015,16.713,16.637,16.591,15.892,17.102,16.91,16.481],"script":[14.647,14.376,14.162,14.85,14.134,15.176,14.403,14.261,14.036,14.353,15.04,14.219,14.8,14.394,14.04],"paint":[1.652,2.359,2.249,1.928,2.147,1.508,1.224,0.813,2.135,1.078,1.454,0.736,2.199,2.402,2.17]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.7238807678222656]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.930294990539551]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.917333602905273]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.4194717407226562]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[42.66475009918213]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.4099999999999]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.663999999999998]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[169.60400000000004]}}, +{"f":"svelte-classic-v5.0.0-next.8-keyed","b":"43_first-paint","v":{"DEFAULT":[73.6]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"01_run1k","v":{"total":[45.992,45.695,45.406,46.303,45.308,45.897,44.78,44.483,44.316,45.281,45.724,45.656,45.699,45.007,45.575],"script":[8.828,8.831,8.041,9.259,8.959,9.009,7.958,8.147,7.716,9.076,9.303,9.014,8.688,8.758,8.412],"paint":[36.475,36.183,36.824,36.565,35.912,36.405,36.292,35.829,36.115,35.501,35.993,36.172,36.589,35.565,36.464]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"02_replace1k","v":{"total":[55.068,55.377,53.076,53.947,54.226,56.541,55.322,55.628,55.154,54.978,57.242,53.162,55.61,55.028,55.614],"script":[15.909,16.62,15.473,16.006,16.057,16.144,16.614,16.486,16.207,16.056,16.443,15.936,16.778,16.098,16.106],"paint":[38.593,37.998,37.115,37.493,37.435,39.903,38.251,38.644,38.455,38.437,40.064,36.738,38.107,38.215,39.007]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"03_update10th1k_x16","v":{"total":[18.236,18.97,19.066,18.152,19.654,19.17,19.099,19.297,18.872,18.398,18.691,21.695,19.861,19.318,18.292],"script":[1.722,1.996,1.514,1.946,1.07,2.068,1.97,1.933,1.928,2.139,2.322,1.594,1.603,2.306,1.831],"paint":[15.19,15.105,16.814,14.724,17.16,15.705,15.664,16.067,14.813,14.157,14.019,17.376,16.819,15.365,14.23]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"04_select1k","v":{"total":[6.471,8.022,6.353,7.521,7.456,6.456,6.903,6.342,6.874,6.259,6.381,6.869,7.207,6.597,6.916,5.92,8.001,6.367,6.824,7.459,7.122,6.85,6.37,7.743,6.418],"script":[3.481,4.636,3.729,4.146,4.511,3.514,3.996,3.535,3.985,3.848,4.01,4.033,4.355,3.867,3.776,3.864,4.047,4.157,4.355,4.223,4.507,4.232,4.044,4.646,3.705],"paint":[2.332,2.529,1.609,2.299,2.072,2.138,1.852,2.644,1.91,1.986,1.56,2.286,1.612,2.57,2.299,1.954,3.032,2.1,1.479,2.233,1.522,1.735,1.74,2.632,1.803]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"05_swap1k","v":{"total":[21.056,22.789,22.748,24.688,22.599,22.482,21.977,22.581,21.916,22.288,23.101,21.759,22.411,23.071,23.67],"script":[1.244,1.58,0.989,0.653,1.445,0.981,1.837,0.939,1.681,1.142,1.297,1.07,1.594,1.352,1.841],"paint":[17.929,19.563,19.863,20.934,18.792,20.071,18.579,18.563,18.464,20.13,20.07,19.641,18.943,20.25,19.71]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"06_remove-one-1k","v":{"total":[17.814,19.008,17.309,18.069,17.095,17.295,18.426,17.776,17.293,18.156,17.849,17.276,17.754,17.352,17.526],"script":[1.172,0.796,1.153,0.848,1.059,1.163,1.002,1.131,0.78,0.883,1.214,1.1,1.14,1.144,1.107],"paint":[15.385,16.743,14.999,15.903,15.653,15.35,16.167,15.84,15.397,15.932,15.741,15.031,15.448,14.734,14.99]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"07_create10k","v":{"total":[464.89,464.685,470.463,482.565,467.601,469.146,466.194,460.08,461.552,476.317,469.938,463.944,464.855,469.901,470.817],"script":[100.803,99.972,99.424,106.972,100.362,102.719,101.202,99.511,98.326,109.956,98.703,99.403,101.771,100.718,101.076],"paint":[356.53,357.292,363.221,368.117,359.578,359.019,357.642,352.705,354.863,358.977,363.771,356.681,355.757,361.851,362.378]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.017,53.448,52.358,52.652,52.843,52.508,51.955,53.931,52.481,52.089,52.966,50.299,52.225,52.724,52.368],"script":[10.031,10.069,10.099,9.947,10.016,10.021,9.548,9.934,9.744,9.591,10.056,9.522,9.962,10.103,10.046],"paint":[41.031,42.361,41.276,41.728,41.614,41.252,41.475,42.725,41.838,41.329,41.658,39.929,41.063,41.654,41.378]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"09_clear1k_x8","v":{"total":[16.465,16.253,16.266,15.993,15.098,15.651,16.061,16.984,15.787,15.942,16.554,16.581,16.447,16.037,16.716],"script":[13.987,13.354,14.159,13.777,13.519,13.99,14.442,15.01,13.938,13.758,14.381,14.988,13.984,13.954,13.996],"paint":[2.363,2.77,1.496,2.099,0.84,0.83,1.528,1.839,1.297,1.181,1.755,1.479,2.316,1.967,2.304]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6485347747802734]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"22_run-memory","v":{"DEFAULT":[4.742552757263184]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.713245391845703]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.4520034790039062]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.53064823150635]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1879.0300000000002]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[32.660000000000004]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[179.496]}}, {"f":"sycamore-v0.9.0-beta.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[296.078125]}}, {"f":"sycamore-v0.9.0-beta.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[157.5185546875]}}, {"f":"sycamore-v0.9.0-beta.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[47.2265625]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"43_first-paint","v":{"DEFAULT":[285.4]}}, -{"f":"sycamore-v0.9.0-beta.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[285.4]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"01_run1k","v":{"total":[43.02,44.362,43.546,43.334,43.302,41.601,41.829,43.143,42.168,43.934,42.866,43.683,44.028,42.51,42.426],"script":[6.83,6.303,6.596,6.648,6.13,6.252,6.407,6.305,6.284,6.125,6.25,6.258,5.915,6.288,6.209],"paint":[35.691,37.612,36.251,36.162,36.723,34.868,35.007,36.39,35.154,37.279,36.19,36.704,37.599,35.546,35.499]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"02_replace1k","v":{"total":[44.522,44.568,45.395,43.844,45.43,44.646,45.179,43.384,45.879,44.601,44.238,44.161,45.02,45.302,44.74],"script":[9.581,9.802,10.378,9.491,10.506,10.573,9.979,9.803,11.902,10.189,10.412,9.692,10.335,9.985,10.67],"paint":[34.408,34.27,34.252,33.874,34.442,33.608,34.45,33.09,33.482,33.959,33.325,33.787,34.176,34.787,33.571]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"03_update10th1k_x16","v":{"total":[17.311,18.135,18.479,17.837,19.048,18.799,18.757,18.495,18.341,18.679,17.803,18.115,17.948,18.337,19.663],"script":[1.139,1.402,1.047,0.895,1.531,0.991,0.964,0.981,0.628,1.551,0.869,0.891,0.887,0.853,0.924],"paint":[15.062,15.148,15.813,15.896,16.09,15.753,15.357,15.821,14.966,15.324,14.847,15.574,15.189,16.416,17.741]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"04_select1k","v":{"total":[2.654,3.183,2.42,2.875,3.46,3.402,3.273,2.274,3.322,2.376,4.255,3.161,3.361,3.424,3.793,2.915,2.698,3.269,3.047,2.33,3.445,3.637,3.458,2.227,4.302],"script":[0.081,0.251,0.255,0.077,0.063,0.804,1.117,0.071,0.532,0.077,0.744,0.078,1.033,0.85,0.812,0.07,0.21,0.457,0.771,0.085,0.744,0.608,0.283,0.075,0.305],"paint":[1.504,2.788,1.645,2.673,2.557,1.673,2.052,1.667,2.11,1.389,2.123,2.67,1.47,1.626,2.161,1.822,1.729,1.845,2.175,1.295,1.509,2.883,2.943,2.048,2.831]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"05_swap1k","v":{"total":[26.157,27.253,25.819,26.393,25.902,25.837,25.355,28.268,26.084,26.071,26.644,27.279,26.629,25.045,25.993],"script":[4.938,5.411,4.337,4.769,5.102,4.375,4.669,4.627,4.656,5.153,4.278,5.23,4.335,4.63,5.536],"paint":[18.715,19.164,20.092,19.436,19.461,19.532,19.654,21.371,19.29,18.651,19.703,20.963,20.054,18.801,18.679]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"06_remove-one-1k","v":{"total":[20.055,18.832,19.34,20.078,19.161,19.482,19.43,19.466,19.579,19.497,20.036,19.478,19.361,20.728,19.997],"script":[2.533,2.391,2.716,2.939,2.459,2.506,2.57,2.815,2.591,2.588,2.625,2.786,2.847,2.772,2.623],"paint":[16.281,15.704,15.397,15.627,15.905,15.879,15.364,15.466,15.587,15.829,16.317,15.821,15.462,16.634,16.497]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"07_create10k","v":{"total":[461.258,455.544,453.378,461.538,456.187,464.354,466.888,460.14,464.148,460.906,456.174,462.97,462.913,465.566,456.952],"script":[84.971,85.088,84.505,83.505,86.015,86.011,86.639,85.176,88.042,84.847,84.043,86.737,85.58,85.833,83.99],"paint":[368.037,362.508,361.14,369.78,362.407,370.542,372.371,366.957,368.362,368.292,364.101,368.584,369.158,371.238,365.267]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.911,50.141,47.441,48.206,49.055,47.367,48.22,47.347,46.924,46.772,49.686,46.14,46.597,47.922,47.374],"script":[8.143,7.305,7.485,7.949,7.54,8.111,7.862,7.491,8.13,8.307,7.294,7.614,7.699,7.736,7.625],"paint":[37.815,41.636,39.014,38.982,40.521,38.025,39.105,38.92,37.895,37.278,41.253,37.615,37.963,38.986,38.798]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"09_clear1k_x8","v":{"total":[14.577,14.813,14.355,15.037,15.126,14.907,14.633,15.113,14.138,15.361,14.387,15.461,15.378,14.259,15.02],"script":[12.41,12.657,12.449,13.084,13.226,12.704,12.527,12.786,11.761,12.859,11.966,13.415,12.573,11.954,12.884],"paint":[1.63,2.061,1.337,1.858,1.809,2.099,2.01,1.235,2.275,1.279,1.542,1.021,2.686,1.252,1.294]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5219945907592773]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"22_run-memory","v":{"DEFAULT":[2.9926910400390625]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.910795211791992]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7028312683105469]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.127744674682617]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3099999999997]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.66]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[198.06799999999996]}}, +{"f":"sycamore-v0.9.0-beta.2-keyed","b":"43_first-paint","v":{"DEFAULT":[263.7]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"01_run1k","v":{"total":[45.414,43.567,45.011,44.744,45.293,43.898,44.742,45.572,44.515,45.148,44.856,45.404,45.573,44.677,47.129],"script":[8.754,7.794,8.11,8.448,8.226,8.031,8.427,8.436,8.063,8.365,8.538,8.448,8.301,8.262,8.231],"paint":[36.197,35.312,36.198,35.585,36.379,35.39,35.851,36.407,35.944,36.316,35.895,36.49,36.801,35.932,38.193]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"02_replace1k","v":{"total":[52.095,49.589,51.744,51.384,50.416,50.614,50.719,49.477,51.389,49.901,49.473,50.025,51.231,50.002,49.794],"script":[12.8,11.805,12.145,12.234,11.721,12.769,12.268,11.829,12.219,12.447,11.659,11.593,12.458,11.432,12.579],"paint":[38.854,37.068,38.901,38.627,37.986,37.378,37.943,37.161,38.687,36.729,37.368,37.708,38.063,37.876,36.742]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"03_update10th1k_x16","v":{"total":[19.167,17.028,17.829,17.417,17.815,17.156,17.81,18.715,17.643,18.012,20.269,18.018,17.464,18.475,18.107],"script":[0.657,0.204,0.985,0.54,0.874,0.234,1.382,1.134,0.874,1.261,0.983,0.851,0.689,0.957,0.805],"paint":[16.368,15.767,15.454,14.96,15.399,16.001,15.032,15.58,15.34,15.435,16.73,15.311,14.084,15.616,15.69]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"04_select1k","v":{"total":[3.773,3.681,2.478,3.472,3.253,3.573,2.916,2.855,2.364,4.365,3.492,4.37,2.41,3.234,2.83,2.59,3.357,3.414,3.029,2.726,3.249,3.466,3.13,3.08,3.392],"script":[1.139,1.031,0.265,0.848,0.079,0.096,0.076,0.942,0.072,0.922,0.077,0.905,0.18,0.811,0.832,0.086,1.026,0.402,0.078,0.152,0.073,0.875,0.071,0.085,0.072],"paint":[1.766,2.519,2.074,1.748,1.826,2.225,2.715,1.781,1.458,2.424,2.381,2.498,1.437,1.674,1.099,1.305,1.502,1.521,2.011,1.48,3.042,2.032,2.493,2.006,2.607]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"05_swap1k","v":{"total":[29.1,28.993,29.405,28.817,28.583,32.651,30.633,29.491,29.681,29.687,28.549,27.443,31.27,28.902,27.675],"script":[8.06,7.443,7.7,7.827,7.684,9.832,8.893,8.67,7.763,7.704,7.866,7.2,8.772,7.599,7.703],"paint":[19.477,20.115,19.844,19.182,19.265,20.598,19.737,18.911,20.867,19.922,19.411,18.609,21.174,20.13,18.313]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"06_remove-one-1k","v":{"total":[21.598,20.571,23.18,21.696,20.876,21.151,22.466,21.415,21.547,21.313,21.297,20.992,21.646,21.14,22.022],"script":[4.287,4.412,4.389,4.427,4.346,4.347,4.929,4.676,4.405,4.741,4.39,3.936,4.051,3.982,4.43],"paint":[15.951,15.062,17.454,15.357,15.757,15.528,16.748,15.571,15.379,15.633,16.061,16.049,16.674,16.044,16.703]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"07_create10k","v":{"total":[460.352,461.736,460.227,461.948,463.923,456.614,467.097,462.427,472.511,464.723,463.347,462.937,464.286,462.544,459.452],"script":[93.668,92.251,92.302,94.199,93.885,92.415,95.004,93.169,95.222,94.458,92.245,92.998,94.681,93.98,92.862],"paint":[359.122,361.474,360.471,360.207,362.503,356.724,364.596,361.782,369.608,362.13,363.307,362.265,362.067,360.656,359.086]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.071,57.265,54.213,54.144,54.874,55.179,54.433,56.909,55.753,56.049,54.574,53.074,56.336,57.413,55.04],"script":[10.795,11.507,11.566,11.127,11.523,10.735,10.838,12.135,10.515,10.844,11.026,10.576,10.573,11.521,11.078],"paint":[42.353,44.722,41.724,42.025,42.165,43.181,42.312,43.635,44.014,43.995,42.503,41.463,44.59,44.626,42.728]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"09_clear1k_x8","v":{"total":[13.707,15.543,15.156,14.607,14.928,15.235,14.777,14.383,14.061,14.412,13.231,13.888,13.907,13.984,13.625],"script":[11.86,12.777,12.652,12.397,12.414,12.737,12.234,11.401,11.817,11.924,11.777,12.126,12.452,11.694,11.634],"paint":[1.754,2.016,1.392,1.101,1.464,1.002,2.261,2.04,1.29,1.987,0.403,0.826,0.405,2.161,1.654]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5281591415405273]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6572608947753906]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6827707290649414]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6924228668212891]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.978370666503906]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.395]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.239999999999998]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[198.08399999999995]}}, {"f":"udomsay-esx-v0.4.9-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[151.1396484375]}}, {"f":"udomsay-esx-v0.4.9-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[12.865234375]}}, {"f":"udomsay-esx-v0.4.9-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.705078125]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"43_first-paint","v":{"DEFAULT":[90.5]}}, -{"f":"udomsay-esx-v0.4.9-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[90.5]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"01_run1k","v":{"total":[43.542,42.75,42.315,44.838,45.46,42.254,41.127,41.661,43.123,41.472,42.946,41.961,42.031,43.285,42.941],"script":[6.516,6.578,6.133,6.229,6.455,6.013,5.875,6.36,7.177,5.926,6.681,6.239,6.361,6.002,6.209],"paint":[36.307,35.722,35.694,38.137,38.328,35.543,34.809,34.868,35.425,35.083,35.785,35.222,35.166,36.785,36.265]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"02_replace1k","v":{"total":[47.965,46.761,45.143,45.373,45.766,44.374,44.887,45.244,46.559,45.11,45.857,44.447,45.3,46.452,45.074],"script":[10.953,10.74,10.707,10.573,10.704,10.097,10.755,10.836,10.55,10.856,10.284,10.381,10.765,10.448,10.991],"paint":[36.47,35.292,33.902,34.304,34.569,33.477,33.623,33.715,35.323,33.706,35.061,33.607,34.004,35.236,33.548]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"03_update10th1k_x16","v":{"total":[18.305,21.868,18.847,17.424,18.279,17.585,18.238,19.57,17.952,18.043,18.435,19.766,17.859,20.738,18.374],"script":[0.853,0.899,0.933,0.889,0.945,0.89,1.153,1.504,1.284,0.845,1.296,1.2,0.988,0.923,0.902],"paint":[15.651,18.772,16.105,15.506,15.47,15.358,15.514,15.892,15.149,15.966,15.861,16.179,14.943,16.687,15.758]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"04_select1k","v":{"total":[3.77,2.662,3.964,2.82,4.248,2.172,2.534,3.472,2.572,3.978,3.725,3.296,3.946,3.356,2.695,3.355,3.078,4.28,2.298,3.531,2.462,3.424,3.407,2.794,4.172],"script":[0.073,0.072,0.563,0.082,0.087,0.153,0.087,0.069,0.071,0.775,0.754,0.087,1.093,0.072,0.241,0.067,0.435,1.019,0.092,0.069,0.189,0.597,0.853,0.081,0.063],"paint":[2.007,2.46,1.297,2.595,2.929,1.185,1.86,2.869,2.008,2.337,1.814,3.104,2.001,2.915,1.827,3.151,1.639,2.109,2.081,3.201,1.493,2.577,1.954,1.844,3.872]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"05_swap1k","v":{"total":[26.23,25.952,25.909,26.909,25.959,26.276,26.997,26.011,25.528,28.805,25.396,26.597,26.67,26.099,26.309],"script":[4.831,4.635,4.479,5.418,4.673,4.859,5.249,4.594,4.482,5.21,4.219,5.105,4.957,4.733,4.855],"paint":[20.204,18.522,20.138,19.543,20.19,19.303,20.335,19.939,19.443,21.567,20.041,19.337,20.627,19.818,19.43]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"06_remove-one-1k","v":{"total":[19.525,19.589,19.745,19.631,18.897,19.121,19.141,18.888,19.547,19.656,19.131,19.135,19.312,19.082,18.993],"script":[2.467,2.434,2.372,2.498,2.376,2.461,2.046,2.455,2.386,2.046,2.085,2.333,2.399,2.453,2.413],"paint":[16.147,16.338,16.272,16.238,15.669,15.372,15.637,15.695,16,16.518,15.977,15.742,15.537,15.766,15.766]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"07_create10k","v":{"total":[461.679,457.533,468.343,460.471,457.431,461.22,466.783,450.699,459.483,463.102,450.95,465.712,461.627,467.163,458.146],"script":[83.965,85.285,85.719,85.369,85.679,85.842,87.973,84.165,85.467,84.993,84.174,86.276,85.409,87.715,85.82],"paint":[369.587,364.5,374.601,366.557,363.885,367.48,371.181,358.504,366.103,369.881,358.848,371.559,368.013,371.677,364.611]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.734,48.113,47.27,48.098,48.291,47.049,44.812,47.933,46.996,46.723,47.577,46.207,45.641,46.158,46.586],"script":[7.357,8.118,7.581,7.605,8.277,7.571,7.023,7.863,7.143,7.435,7.556,7.9,7.758,7.241,7.722],"paint":[37.488,38.924,38.73,39.497,38.786,38.46,36.952,39.233,38.888,38.107,39.077,37.116,36.915,37.986,37.938]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"09_clear1k_x8","v":{"total":[14.772,15.767,15.036,14.892,14.541,15.279,14.408,14.938,14.276,15.107,14.407,15.011,15.234,14.435,14.686],"script":[12.604,13.483,13.063,12.527,12.081,13.15,12.417,12.88,12.027,12.978,12.277,12.822,12.56,11.92,12.482],"paint":[1.408,1.606,1.827,2.273,2.22,1.86,1.22,1.968,2.154,1.746,1.701,1.637,1.827,1.887,1.97]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5832052230834961]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"22_run-memory","v":{"DEFAULT":[3.088848114013672]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9694299697875977]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.791285514831543]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.301862716674805]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.33]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.851999999999999]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[197.16400000000004]}}, +{"f":"udomsay-esx-v0.4.9-keyed","b":"43_first-paint","v":{"DEFAULT":[96.2]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"01_run1k","v":{"total":[41.557,45.555,44.78,45.229,46.793,44.947,45.939,44.807,46.31,45.981,44.431,45.727,47.053,45.211,45.083],"script":[6.508,8.539,8.334,8.268,8.197,8.801,8.138,8.487,8.058,8.277,7.757,8.322,8.372,7.958,8.372],"paint":[34.646,36.56,36.029,36.489,38.135,35.644,37.3,35.826,37.511,37.23,36.205,36.881,38.055,36.777,36.261]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"02_replace1k","v":{"total":[53.528,50.991,52.632,50.992,51.662,51.899,50.587,51.324,51.259,52.632,53.115,52.597,52.306,52.103,51.964],"script":[14.161,13.149,13.558,12.903,12.888,12.813,12.951,12.708,13.087,13.921,13.543,13.506,13.939,12.798,13.11],"paint":[38.831,37.345,38.557,37.592,38.248,38.587,37.109,38.08,37.665,38.221,39.023,38.585,37.852,38.753,38.049]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"03_update10th1k_x16","v":{"total":[18.089,17.97,18.166,18.155,18.135,19.965,18.198,19.145,17.787,19.094,19.031,18.214,17.659,17.549,17.465],"script":[1.438,0.704,0.587,0.925,1.425,1.181,0.573,1.339,0.999,0.915,0.902,1.216,0.867,0.199,1.239],"paint":[15.05,15.913,16.061,15.107,15.263,17.291,16.142,16.306,13.555,15.451,16.979,15.5,13.794,14.959,14.685]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"04_select1k","v":{"total":[3.124,3.441,4.285,3.441,3.059,4.511,3.122,3.179,3.606,3.717,2.685,2.515,2.702,2.619,3.339,2.547,3.973,2.448,3.704,3.009,2.904,2.595,3.133,2.994,3.353],"script":[0.068,0.874,0.076,0.738,0.276,0.894,0.094,0.082,1.129,1.082,0.182,0.076,0.073,0.083,0.867,0.085,0.651,0.478,1.077,0.077,0.078,0.076,0.075,0.07,0.943],"paint":[2.34,1.494,2.997,1.397,2.649,3.047,1.552,1.993,1.927,1.658,1.703,2.31,2.53,1.569,2.348,2.361,2.699,1.172,1.211,1.627,1.672,1.473,2.852,2.821,1.513]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"05_swap1k","v":{"total":[27.822,29.226,29.629,30.123,29.461,30.023,29.217,30.429,30.057,29.52,28.213,31.243,28.395,29.265,27.164],"script":[7.707,8.285,8.803,7.999,8.642,8.947,7.437,8.321,7.709,8.846,7.777,8.375,7.163,8.593,7.283],"paint":[18.483,19.837,19.681,20.74,19.176,19.038,19.737,19.65,20.67,18.744,18.543,20.904,19.951,17.915,17.958]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"06_remove-one-1k","v":{"total":[20.983,21.573,20.69,20.876,20.748,20.841,20.936,22.284,20.896,21.837,20.845,21.224,20.948,22.084,21.677],"script":[4.352,4.474,4.019,4.328,4.665,4.306,4.849,4.93,4.378,4.635,4.35,4.335,4.363,4.886,4.009],"paint":[15.795,16.251,15.829,15.139,14.987,15.698,15.319,16.516,15.691,15.801,15.341,15.432,15.143,16.432,16.852]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"07_create10k","v":{"total":[468.404,465.647,462.697,464.481,460.802,463.623,464.695,467.527,464.621,463.322,456.408,465.294,466.275,459.872,469.792],"script":[96.703,95.538,93.597,95.997,94.958,95.136,96.327,97.128,95.52,94.898,86.246,95.468,94.733,94.731,95.521],"paint":[363.928,362.564,361.538,360.285,357.833,360.974,360.826,362.62,361.588,360.822,362.644,362.214,363.854,357.563,366.775]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.699,56.153,56.112,55.215,53.922,56.605,55.526,54.704,54.915,54.771,55.153,54.336,55.286,55.351,54.008],"script":[10.853,10.988,11.668,10.543,10.498,11.809,10.78,10.685,10.702,10.809,10.993,10.829,11.258,10.787,11.122],"paint":[43.717,43.51,43.488,43.423,42.44,43.498,43.789,43.044,43.279,42.978,42.915,42.55,43.092,43.347,41.96]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"09_clear1k_x8","v":{"total":[14.304,14.482,13.489,13.895,13.916,14.644,14.384,13.871,13.818,14.392,13.433,13.377,13.859,13.526,13.995],"script":[12.52,11.898,11.765,11.334,11.303,12.085,12.315,11.558,11.66,12.003,11.182,11.158,12.021,11.863,11.301],"paint":[0.793,2.467,0.773,1.815,2.251,2.467,1.739,2.216,2.062,2.276,2.157,1.571,1.745,1.575,2.59]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5821447372436523]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7318172454833984]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.75832462310791]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7784500122070312]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.066994667053223]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3249999999998]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"32_startup-bt","v":{"DEFAULT":[25.764000000000003]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[224.428]}}, {"f":"udomsay-tpl-v0.4.9-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[151.7060546875]}}, {"f":"udomsay-tpl-v0.4.9-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[13.431640625]}}, {"f":"udomsay-tpl-v0.4.9-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.2373046875]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"43_first-paint","v":{"DEFAULT":[100.5]}}, -{"f":"udomsay-tpl-v0.4.9-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[100.5]}}, -{"f":"uhtml-v4.0.0-keyed","b":"01_run1k","v":{"total":[43.039,43.938,45.207,43.999,43.489,44.311,43.991,42.441,41.476,43.276,43.62,45.282,44.111,43.978,44.033],"script":[5.603,5.676,6.135,6.007,6.16,5.745,6.099,5.578,5.522,5.647,5.471,5.52,5.711,5.833,6.247],"paint":[36.962,37.774,38.557,37.274,36.807,37.936,37.415,36.359,35.499,37.145,37.667,39.039,37.695,37.587,37.315]}}, -{"f":"uhtml-v4.0.0-keyed","b":"02_replace1k","v":{"total":[42.721,42.435,43.159,46.971,46.481,43.757,42.746,44.628,43.77,43.965,44.952,45.534,42.513,44.137,43.89],"script":[9.071,9.102,9.427,10.065,8.974,9.667,9.239,9.077,9.99,9.038,9.344,10.323,9.124,9.112,9.179],"paint":[33.217,32.93,33.245,36.189,37.005,33.377,33.047,34.805,33.098,34.222,35.159,34.479,32.96,34.513,34.245]}}, -{"f":"uhtml-v4.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.721,18.181,19.558,18.803,18.73,19.699,20.816,19.399,21.434,18.939,20.59,19.628,18.97,19.642,19.177],"script":[2.117,1.946,2.471,1.288,1.851,1.599,1.919,1.276,2.019,1.44,2.435,1.732,2.031,1.868,1.509],"paint":[15.809,14.671,15.248,15.181,15.251,15.534,16.801,15.327,17.833,16.405,15.324,16.467,15.894,15.322,15.278]}}, -{"f":"uhtml-v4.0.0-keyed","b":"04_select1k","v":{"total":[3.478,3.482,2.891,2.419,3.749,2.636,3.242,3.58,2.372,3.643,2.684,4.735,2.437,4.036,2.797,2.743,3.054,2.427,3.179,2.818,4.262,3.193,3.317,3.353,3.16],"script":[0.054,0.052,0.058,0.055,0.054,0.062,0.058,0.858,0.069,1.113,0.058,0.91,0.059,0.071,0.049,0.064,1.078,0.06,0.064,0.058,0.05,0.876,0.958,0.785,0.055],"paint":[2.72,2.574,2.248,2.264,2.83,1.61,2.568,2.219,1.186,1.715,2.522,2.617,2.279,2.803,1.924,2.553,1.135,2.26,2.973,2.297,3.965,2.221,1.724,1.723,2.984]}}, -{"f":"uhtml-v4.0.0-keyed","b":"05_swap1k","v":{"total":[23.073,24.508,24.687,23.014,22.495,25.294,24.725,22.975,22.805,23.463,23.937,23.968,24.26,24.875,22.442],"script":[1.121,1.826,1.912,2.053,1.337,1.948,2.311,1.779,1.368,1.648,1.363,1.054,2.553,2.436,1.559],"paint":[20.848,21.597,21.111,19.654,19.218,20.512,20.58,19.587,19.538,20.023,20.728,20.513,19.318,20.624,19.614]}}, -{"f":"uhtml-v4.0.0-keyed","b":"06_remove-one-1k","v":{"total":[18.5,19.058,18.969,19.252,18.245,19.221,17.859,17.959,18.334,18.052,18.801,17.806,18.295,19.219,17.869],"script":[0.955,1.25,1.167,0.797,1.11,1.159,1.15,0.768,1.151,0.848,1.231,1.008,1.11,1.259,1.118],"paint":[16.511,16.2,16.957,17.515,15.708,16.536,15.602,16.196,15.722,16.217,16.465,16.064,16.429,17.146,16.017]}}, -{"f":"uhtml-v4.0.0-keyed","b":"07_create10k","v":{"total":[461.836,466.098,455.461,461.865,461.579,464.122,459.789,457.398,458.926,458.639,464.719,463.918,462.388,465.445,462.629],"script":[82.564,82.414,80.047,80.202,82.014,83.271,79.174,81.248,79.456,81.341,81.43,81.356,81.761,81.818,82.724],"paint":[371.876,375.419,367.722,373.939,371.772,372.971,372.965,368.511,371.752,369.587,375.341,374.887,372.957,375.866,371.94]}}, -{"f":"uhtml-v4.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.255,44.578,43.965,45.522,45.19,44.772,46.654,43.634,45.149,46.596,45.139,45.129,46.463,44.742,46.069],"script":[5.945,5.725,5.732,5.651,5.816,5.672,5.683,5.552,6.022,5.713,5.849,6.011,6.469,5.765,5.659],"paint":[37.349,37.93,37.403,38.634,38.381,38.236,39.994,37.245,38.178,39.914,38.385,37.962,39.003,38.052,39.222]}}, -{"f":"uhtml-v4.0.0-keyed","b":"09_clear1k_x8","v":{"total":[14.059,14.26,15.069,15.208,15.092,14.715,14.539,13.602,14.439,14.907,15.081,14.571,15.267,14,15.32],"script":[11.989,11.787,12.633,12.985,12.579,12.531,12.874,12.137,12.852,12.952,12.223,12.697,12.507,12.615,13.083],"paint":[1.459,2.371,2.338,1.34,2.392,2.091,1.558,0.423,0.814,1.866,2.112,1.05,2.011,1.287,1.453]}}, -{"f":"uhtml-v4.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4908008575439453]}}, -{"f":"uhtml-v4.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.5349607467651367]}}, -{"f":"uhtml-v4.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.525588035583496]}}, -{"f":"uhtml-v4.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7342462539672852]}}, -{"f":"uhtml-v4.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.50182056427002]}}, -{"f":"uhtml-v4.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.36]}}, -{"f":"uhtml-v4.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.696]}}, -{"f":"uhtml-v4.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.67999999999998]}}, +{"f":"udomsay-tpl-v0.4.9-keyed","b":"43_first-paint","v":{"DEFAULT":[106]}}, +{"f":"uhtml-v4.0.0-keyed","b":"01_run1k","v":{"total":[43.745,42.01,43.492,43.285,42.304,42.757,42.315,42.832,43.471,43.054,42.654,43.014,42.196,42.394,42.77],"script":[5.148,4.948,5.237,5.18,5.004,5.162,5.34,5.487,5.245,5.117,5.149,5.112,5.056,5.275,5.561],"paint":[38.065,36.605,37.764,37.381,36.901,36.884,36.296,36.663,37.537,37.476,37.059,37.453,36.683,36.619,36.721]}}, +{"f":"uhtml-v4.0.0-keyed","b":"02_replace1k","v":{"total":[48.621,48.852,47.781,47.937,47.766,47.104,47.836,49.708,48.616,47.75,48.452,48.416,46.84,48.026,48.928],"script":[9.934,9.955,9.776,9.908,9.941,9.824,9.73,9.881,9.788,10.005,9.951,9.876,9.047,9.871,9.734],"paint":[37.989,38.239,37.294,37.527,37.327,36.764,37.387,39.394,38.332,37.214,38.009,37.786,37.026,37.642,38.693]}}, +{"f":"uhtml-v4.0.0-keyed","b":"03_update10th1k_x16","v":{"total":[20.475,18.726,18.621,17.666,18.917,19.022,18.432,19.648,20.079,18.964,21.198,20.956,19.181,18.792,21.057],"script":[2.604,1.332,1.224,1.419,1.755,1.996,2.328,2.154,1.814,1.437,1.846,2.169,1.657,1.728,2.258],"paint":[15.754,15.321,16.364,15.197,15.284,15.956,14.572,15.578,16.13,16.177,17.47,16.855,16.389,15.946,16.99]}}, +{"f":"uhtml-v4.0.0-keyed","b":"04_select1k","v":{"total":[2.981,2.835,3.677,3.322,3.855,2.285,2.994,3.21,3.315,3.107,2.889,3.103,3.05,2.916,4.205,3.12,2.023,2.542,3.458,2.84,2.471,2.759,3.32,2.718,2.45],"script":[0.064,0.054,0.057,0.064,0.048,0.058,0.052,0.795,0.851,0.057,0.056,0.071,0.831,0.067,1.013,0.445,0.064,0.659,0.076,0.573,0.466,0.592,0.06,0.068,0.056],"paint":[1.887,1.884,2.99,1.932,2.643,1.182,1.897,1.653,1.936,1.893,1.652,2.621,1.461,2.003,1.164,2.543,1.107,1.328,2.73,1.581,1.237,1.861,2.766,2.055,1.586]}}, +{"f":"uhtml-v4.0.0-keyed","b":"05_swap1k","v":{"total":[23.754,23.341,23.47,22.176,22.772,22.846,23.86,24.134,23.036,22.806,24.757,22.42,23.832,23.532,23.119],"script":[2.312,1.918,1.458,1.685,1.591,1.87,1.673,2.477,1.595,1.49,2.162,2.073,2.358,2.413,2.22],"paint":[19.775,19.287,20.454,18.286,19.764,19.422,19.875,20.575,19.645,19.763,19.826,18.836,19.998,19.729,19.318]}}, +{"f":"uhtml-v4.0.0-keyed","b":"06_remove-one-1k","v":{"total":[18.129,19.424,18.723,17.526,18.508,18.541,18.883,17.772,17.357,18.117,18.316,17.885,18.258,18.037,19.034],"script":[0.913,1.189,1.236,0.954,0.976,1.172,1.193,0.963,1.13,0.979,1.158,1.18,1.134,0.785,0.995],"paint":[15.67,17.265,15.834,15.269,16.255,16.069,16.032,15.808,15.036,16.41,16.036,15.862,16.485,16.104,16.681]}}, +{"f":"uhtml-v4.0.0-keyed","b":"07_create10k","v":{"total":[458.458,454.184,460.105,459.525,455.675,459.873,460.054,457.017,457.842,454.525,452.093,461.652,462.041,454.639,453.191],"script":[85.521,84.551,85.731,82.606,84.941,83.175,85.295,85.884,85.423,80.099,83.717,84.527,83.109,84.381,81.004],"paint":[365.338,362.133,366.833,369.544,363.138,368.968,367.069,363.022,364.872,366.767,360.656,369.721,371.431,362.56,364.583]}}, +{"f":"uhtml-v4.0.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.126,49.526,49.801,49.192,49.125,50.441,49.73,50.067,50.16,50.214,49.202,50.183,50.086,52.165,50.771],"script":[6.24,5.903,6.043,5.9,6.068,6.107,6.23,6.356,6.058,6.592,6.276,6.647,6.117,6.434,6.312],"paint":[42.902,42.617,42.402,42.293,42.053,43.317,42.208,42.815,43.151,42.609,41.906,42.291,42.707,44.428,43.457]}}, +{"f":"uhtml-v4.0.0-keyed","b":"09_clear1k_x8","v":{"total":[14.408,14.559,14.468,14.123,14.312,14.28,14.148,14.573,14.307,14.537,14.226,14.179,14.893,14.628,14.039],"script":[12.185,11.909,12.121,11.295,12.403,12.093,12.513,12.2,11.96,12.196,12.106,12.07,11.985,12.123,12.153],"paint":[2.14,2.533,1.365,2.531,1.815,1.685,1.54,2.278,1.495,2.242,1.71,2.017,2.157,1.401,1.55]}}, +{"f":"uhtml-v4.0.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49344825744628906]}}, +{"f":"uhtml-v4.0.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.3285675048828125]}}, +{"f":"uhtml-v4.0.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.3300275802612305]}}, +{"f":"uhtml-v4.0.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6363115310668945]}}, +{"f":"uhtml-v4.0.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.380372047424316]}}, +{"f":"uhtml-v4.0.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.155]}}, +{"f":"uhtml-v4.0.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.104000000000001]}}, +{"f":"uhtml-v4.0.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.88399999999996]}}, {"f":"uhtml-v4.0.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.236328125]}}, {"f":"uhtml-v4.0.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[8.962890625]}}, {"f":"uhtml-v4.0.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.69921875]}}, -{"f":"uhtml-v4.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[53.4]}}, -{"f":"uhtml-v4.0.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[53.4]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"01_run1k","v":{"total":[43.022,43.533,43,50.528,52.783,52.994,50.541,49.062,52.676,52.148,57.956,55.903,55.204,43.491,52.389],"script":[5.937,6.612,6.767,6.492,6.577,6.536,6.064,6.475,6.511,6.388,7.177,6.431,6.882,5.773,6.546],"paint":[35.46,35.799,36.098,36.674,36.97,36.341,38.268,36.397,36.804,36.517,40.283,37.229,37.68,36.096,36.575]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"02_replace1k","v":{"total":[48.655,43.651,54.535,46.033,51.256,51.194,45.066,45.04,45.528,44.871,44.821,47.939,51.714,50.102,49.384],"script":[9.442,9.135,10.043,9.159,9.512,9.703,9.523,9.246,9.837,9.25,9.213,8.955,9.433,9.141,9.438],"paint":[33.983,33.338,34.336,32.98,34.733,33.649,34.421,34.469,33.407,35.478,35.464,36.741,33.889,34.767,33.729]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"03_update10th1k_x16","v":{"total":[19.863,19.714,20.625,19.765,19.018,19.065,19.476,19.788,19.048,19.141,19.686,19.587,21.961,18.829,19.424],"script":[3.267,2.495,2.873,4.067,2.827,3.883,3.131,3.847,3.7,3.471,2.797,3.595,3.02,2.754,3.499],"paint":[16.238,16.122,16.271,15.565,15.253,14.659,16.204,15.584,14.521,15.531,16.142,15.683,18.011,15.239,15.81]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"04_select1k","v":{"total":[6.669,6.534,6.316,6.254,6.571,6.645,5.83,6.562,6.187,6.738,6.662,6.41,5.999,6.465,6.644,6.516,6.255,6.029,6.656,6.701,7.643,6.473,7.119,6.311,6.833],"script":[3.228,1.897,3.459,2.941,3.391,2.453,3.132,3.787,2.514,3.317,2.657,2.411,2.705,3.099,3.759,2.975,3.968,2.895,3.546,3.279,3.978,3.982,3.628,2.704,2.492],"paint":[2.529,3.335,2.103,2.776,2.166,2.744,1.501,1.658,3.473,2.593,2.982,3.235,1.725,3.187,2.708,2.891,1.682,2.956,2.927,3.242,3.471,1.636,3.318,3.417,3.082]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"05_swap1k","v":{"total":[23.634,24.041,24.442,23.655,26.494,22.731,23.69,23.351,23.88,24.611,24.918,24.304,23.455,23.399,23.934],"script":[2.54,2.692,2.499,1.859,2.28,2.814,2.984,3.531,3.474,2.767,1.984,2.558,2.708,2.443,3.684],"paint":[20.225,21.239,20.782,21.199,20.534,19.312,20.581,19.694,19.063,21.727,22.791,20.367,20.051,20.095,19.581]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"06_remove-one-1k","v":{"total":[17.022,17.317,17.767,17.668,16.918,16.718,16.302,17.006,16.698,16.515,17.192,16.638,16.651,17.021,18.148],"script":[1.377,1.691,1.781,1.741,1.593,1.421,1.511,0.983,1.607,1.651,1.382,1.532,1.075,1.337,1.737],"paint":[15.226,15.363,15.301,15.761,15.166,14.754,14.646,15.878,14.754,14.736,15.146,14.81,14.791,15.012,16.247]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"07_create10k","v":{"total":[458.697,450.025,460.885,445.715,449.434,433.22,450.871,446.958,463.618,437.958,452.528,431.965,453.128,463.11,428.653],"script":[72.962,70.484,71.82,71.507,70.972,69.328,69.954,67.489,69.577,67.747,70.374,67.545,71.29,71.146,69.998],"paint":[380.562,366.162,376.415,364.786,374.843,360.073,375.181,372.308,383.646,366.49,378.456,360.515,375.202,378.782,354.92]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.976,43.731,56.208,55.476,56.707,56.242,46.883,57.348,45.434,44.651,56.394,56.888,43.507,44.868,43.439],"script":[5.369,5.615,5.423,5.45,5.411,5.429,5.638,5.422,5.474,5.355,5.464,5.585,5.429,5.431,5.543],"paint":[38.316,37.839,39.618,38.702,38.628,38.429,40.816,38.71,39.513,38.897,38.534,40.227,37.783,39.148,37.607]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"09_clear1k_x8","v":{"total":[15.596,16.921,15.95,15.534,17.16,16.418,17.224,16.331,16.303,16.203,16.539,15.638,16.293,16.134,16.8],"script":[13.72,14.412,13.86,13.396,15.637,14.03,15.009,14.288,14.075,13.924,13.503,13.237,13.961,14.519,14.668],"paint":[1.819,2.384,2.025,2.071,1.408,2.331,1.806,1.829,1.405,1.836,2.084,2.333,1.715,1.556,2.079]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6723613739013672]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.2479772567749023]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.2177038192749023]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0809755325317383]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.026554107666016]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.314]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.079999999999998]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.1]}}, +{"f":"uhtml-v4.0.0-keyed","b":"43_first-paint","v":{"DEFAULT":[56.6]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"01_run1k","v":{"total":[46.782,43.677,42.751,42.968,45.209,55.011,44.674,42.562,45.534,50.304,51.163,53.533,43.185,46.937,45.989],"script":[6.653,6.851,7.052,7.3,6.588,6.97,6.459,6.474,6.519,6.866,6.884,7.076,7.395,7.005,7.052],"paint":[35.487,35.152,35.53,35.517,35.387,35.997,35.037,35.272,35.813,35.681,35.121,37.386,35.63,36.501,35.62]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"02_replace1k","v":{"total":[49.902,50.012,49.727,48.773,51.262,50.318,52.855,49.047,52.73,54.646,54.835,54.08,49.881,48.878,50.462],"script":[10.563,10.366,10.365,10.406,10.549,10.072,10.595,10.869,10.296,10.454,10.503,10.362,9.988,10.29,10.701],"paint":[39.186,37.385,38.747,38.188,37.077,37.646,37.458,38.005,37.688,37.219,37.35,36.748,38.748,36.618,37.016]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"03_update10th1k_x16","v":{"total":[20.811,20.233,18.911,19.754,19.721,18.92,19.861,19.623,21.194,19.559,18.536,19.689,20.792,19.122,19.64],"script":[3.408,2.759,2.932,2.958,2.756,2.405,3.35,3.024,3.301,3.7,2.856,3.942,3.216,3.131,3.47],"paint":[16.104,16.931,15.165,16.481,16.183,15.686,16.085,16.227,15.605,15.087,13.907,14.914,17.452,15.002,15.984]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"04_select1k","v":{"total":[6.834,6.431,6.164,6.341,6.399,6.104,6.97,6.931,6.471,6.333,5.956,7.398,6.724,6.224,6.762,5.954,7.132,6.307,6.197,6.734,7.119,7.095,7.122,5.669,7.47],"script":[4.413,2.394,3.438,3.218,2.768,3.077,3.539,3.572,3.42,2.412,2.32,3.954,3.33,2.313,2.963,3.89,3.547,3.636,3.142,3.338,3.95,3.939,4.087,2.868,4.175],"paint":[1.465,2.933,1.902,2.272,2.875,1.477,2.617,3.171,2.876,2.056,1.659,2.868,2.86,3.726,1.979,1.793,2.866,2.087,2.694,2.498,1.847,2.621,2.47,1.857,2.761]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"05_swap1k","v":{"total":[23.809,23.426,22.523,22.719,23.044,23.006,22.717,23.58,22.953,24.586,26.562,23.68,22.503,22.321,22.359],"script":[3.771,3.683,2.093,3.83,2.652,2.938,2.296,3.88,3.439,2.576,2.927,2.264,3.335,2.316,2.944],"paint":[19.909,19.608,19.452,18.417,20.271,18.194,19.579,19.583,18.94,21.876,20.362,20.392,19.054,19.466,18.652]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"06_remove-one-1k","v":{"total":[16.634,16.54,17.833,17.008,16.096,16.948,16.365,17.334,17.999,20.356,17.902,17.318,16.962,16.131,16.968],"script":[1.327,1.742,1.497,1.735,1.669,1.571,1.557,1.263,1.093,1.296,1.395,1.414,1.739,1.495,1.503],"paint":[14.623,14.642,14.493,14.853,13.971,15.147,14.495,14.682,14.702,15.601,15.689,14.785,14.983,14.352,14.696]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"07_create10k","v":{"total":[459.588,451.248,434.441,437.414,461.778,436.308,450.387,435.74,452.938,459.843,442.794,445.915,433.083,436.193,451.509],"script":[77.404,77.089,78.416,77.414,80.594,78.877,78.127,76.452,72.946,80.796,77.942,79.816,75.907,76.939,75.056],"paint":[370.249,370.651,351.984,356.583,368.166,353.882,367.073,353.892,367.037,374.866,357.632,357.29,353.669,354.246,369.29]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"08_create1k-after1k_x2","v":{"total":[63.109,49.935,49.638,60.325,49.172,49.251,62.815,61.455,50.091,63.244,60.727,59.424,62.654,61.317,60.97],"script":[7.867,7.703,7.703,7.529,7.18,7.275,7.794,7.296,7.319,7.544,7.247,7.1,7.969,7.283,7.277],"paint":[43.027,41.94,41.609,41.646,41.694,41.673,43.06,42.423,42.117,43.702,40.755,41.245,42.364,42.083,41.471]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"09_clear1k_x8","v":{"total":[16.071,18.37,15.47,15.312,16.555,15.431,15.512,16.522,15.954,16.011,16.521,17.031,15.768,15.311,15.921],"script":[14.13,15.438,12.948,13.307,13.925,13.189,13.41,13.649,13.302,12.673,14.3,14.729,13.852,13.253,14.599],"paint":[1.163,1.281,2.453,1.949,2.57,2.184,2.036,1.825,1.634,3.044,2.158,2.242,1.853,1.593,0.674]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6902389526367188]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"22_run-memory","v":{"DEFAULT":[3.0312986373901367]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9957151412963867]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0889530181884766]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.889500617980957]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.0710000000004]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.788]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.248]}}, {"f":"ui5-webcomponents-v1.3.1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[187.2177734375]}}, {"f":"ui5-webcomponents-v1.3.1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[48.9423828125]}}, {"f":"ui5-webcomponents-v1.3.1-keyed","b":"42_size-compressed","v":{"DEFAULT":[14.69921875]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"43_first-paint","v":{"DEFAULT":[99]}}, -{"f":"ui5-webcomponents-v1.3.1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[99]}}, -{"f":"unis-v1.2.2-keyed","b":"01_run1k","v":{"total":[50.231,49.821,49.168,49.618,50.365,51.71,51.918,50.483,51.685,50.077,49.612,49.187,49.79,49.7,49.796],"script":[14.034,13.316,13.124,13.009,13.543,13.956,14.221,14.245,14.418,13.341,12.995,13.459,14.015,13.164,13.159],"paint":[35.722,36.045,35.511,35.933,36.141,37.279,36.981,35.798,36.791,36.012,36.15,35.26,35.267,35.784,36.152]}}, -{"f":"unis-v1.2.2-keyed","b":"02_replace1k","v":{"total":[55.23,54.659,56.109,55.244,55.626,56.343,55.24,58.638,55.686,55.461,55.625,56.69,57.672,54.499,54.577],"script":[21.976,20.994,21.793,22.205,20.945,21.566,21.256,21.306,20.824,22.034,21.848,21.87,21.291,21.261,20.442],"paint":[32.756,33.179,33.495,32.539,34.173,34.267,33.47,36.828,34.146,32.917,33.291,34.311,35.878,32.513,33.648]}}, -{"f":"unis-v1.2.2-keyed","b":"03_update10th1k_x16","v":{"total":[26.942,26.446,27.313,26.855,25.747,26.229,25.837,26.173,26.39,27.255,25.814,29.008,26.059,27.037,26.509],"script":[8.833,9.004,9.191,9.616,8.198,8.651,8.454,9.205,8.589,8.338,8.997,9.123,8.886,9.112,9.518],"paint":[16.17,16.07,15.52,14.895,16.256,16.191,16.017,15.009,15.402,17.293,15.128,18.109,15.114,16.163,14.712]}}, -{"f":"unis-v1.2.2-keyed","b":"04_select1k","v":{"total":[8.459,8.139,7.672,8.212,8.151,8.05,7.627,8.226,8.127,7.749,8.017,7.799,8.01,8.146,8.038,8.016,8.034,6.804,7.246,7.649,8.436,7.58,7.629,8.407,7.761],"script":[4.072,4.835,4.63,4.549,4.751,4.628,4.383,5.25,5.27,4.819,4.379,4.712,4.914,4.728,4.65,5.191,4.893,3.725,4.521,4.884,4.674,4.679,4.409,4.352,4.92],"paint":[3.305,2.437,2.156,2.714,2.213,3.225,3.07,1.86,1.436,1.816,2.964,2.615,1.903,3.05,2.289,2.491,2.116,2.904,2.055,2.635,3.04,2.739,2.218,3.861,1.942]}}, -{"f":"unis-v1.2.2-keyed","b":"05_swap1k","v":{"total":[26.417,28.064,27.083,26.769,28.793,26.068,26.519,26.679,27.923,26.899,27.097,27.377,26.728,26.234,27.208],"script":[4.942,5.926,5.546,4.943,5.512,5.093,5.053,5.465,5.965,4.767,5.359,5.285,5.469,4.753,5.079],"paint":[19.789,19.966,19.211,19.813,20.772,18.685,20.746,19.204,20.233,20.144,20.306,20.389,19.342,20.501,20.328]}}, -{"f":"unis-v1.2.2-keyed","b":"06_remove-one-1k","v":{"total":[19.337,20.271,19.959,19.855,19.646,20.162,19.891,20.42,19.755,19.993,21.619,20.661,20.99,20.229,20.07],"script":[2.689,3.062,2.686,3.078,2.69,3.094,2.967,3.024,2.716,3.11,3.58,2.635,3.008,3.049,2.851],"paint":[15.898,16.309,15.877,15.344,16.187,15.964,15.818,16.576,16.256,16.108,16.761,16.568,16.616,15.928,16.263]}}, -{"f":"unis-v1.2.2-keyed","b":"07_create10k","v":{"total":[548.154,546.827,548.168,528.961,550.204,547.453,545.601,554.517,550.217,552.63,558.816,535.049,524.033,539.23,549.713],"script":[156.566,154.172,155.075,150.288,155.044,149.514,148.646,156.411,156.884,155.585,152.921,154.991,152.731,152.274,154.716],"paint":[384.063,383.513,384.923,371.439,387.077,390.476,388.442,390.529,385.675,389.416,398.042,372.258,363.871,378.987,387.457]}}, -{"f":"unis-v1.2.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.18,53.41,52.792,52.885,52.283,53.786,53.263,53.009,52.732,53.383,53.858,52.539,53.143,52.778,52.553],"script":[13.923,14.464,14.343,14.668,14.666,15.476,15.12,14.409,14.278,14.652,14.803,14.426,14.105,14.598,14.185],"paint":[37.954,37.705,37.567,37.215,36.661,37.348,37.183,37.607,37.526,37.807,37.814,37.296,37.809,37.233,37.441]}}, -{"f":"unis-v1.2.2-keyed","b":"09_clear1k_x8","v":{"total":[20.695,20.051,16.977,17.864,19.668,19.617,17.443,19.871,17.342,19.781,20.299,20.2,20.198,20.81,18.688],"script":[18.415,17.459,15.285,15.686,17.511,17.446,15.785,17.423,15.346,17.311,18.215,17.998,17.421,18.372,16.42],"paint":[1.57,2.445,1.261,2.073,1.419,1.532,0.739,2.326,0.84,1.335,1.817,2.098,2.674,1.326,1.213]}}, -{"f":"unis-v1.2.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6008510589599609]}}, -{"f":"unis-v1.2.2-keyed","b":"22_run-memory","v":{"DEFAULT":[7.079309463500977]}}, -{"f":"unis-v1.2.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[7.194157600402832]}}, -{"f":"unis-v1.2.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0608224868774414]}}, -{"f":"unis-v1.2.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[62.90063953399658]}}, -{"f":"unis-v1.2.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2400000000002]}}, -{"f":"unis-v1.2.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.6]}}, -{"f":"unis-v1.2.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.07999999999996]}}, +{"f":"ui5-webcomponents-v1.3.1-keyed","b":"43_first-paint","v":{"DEFAULT":[95.2]}}, +{"f":"unis-v1.2.2-keyed","b":"01_run1k","v":{"total":[49.305,50.655,50.186,51.886,49.535,51.663,49.976,50.589,49.522,50.995,49.776,52.135,49.495,51.076,49.685],"script":[14.288,13.776,14.285,15.725,14.226,14.566,14.178,14.183,14.397,14.389,14.046,15.04,14.186,14.009,14.283],"paint":[34.552,36.435,35.212,35.698,34.856,36.509,35.192,35.679,34.638,35.889,35.063,36.382,34.584,36.605,34.954]}}, +{"f":"unis-v1.2.2-keyed","b":"02_replace1k","v":{"total":[64.036,63.399,63.94,63.084,63.54,63.921,62.71,63.802,64.241,64.389,64.7,64.545,65.201,64.253,63.885],"script":[24.08,23.254,23.498,23.928,23.291,24.279,23.212,23.926,23.803,23.725,23.673,23.38,24.699,24.154,23.773],"paint":[39.466,39.632,39.988,38.688,39.766,39.129,38.756,39.394,39.932,39.958,40.549,40.591,40.01,39.605,39.403]}}, +{"f":"unis-v1.2.2-keyed","b":"03_update10th1k_x16","v":{"total":[29.73,29.602,29.862,28.346,28.218,27.507,29.52,30.941,28.522,29.173,28.103,29.137,30.087,29.971,30.299],"script":[11.951,11.349,11.632,11.713,10.994,11.234,12.568,13.458,11.297,12.383,10.707,11.425,12.291,11.723,11.609],"paint":[15.677,16.473,16.802,14.829,15.02,14.902,15.328,16.342,14.95,15.239,15.747,16.953,16.265,15.898,16.115]}}, +{"f":"unis-v1.2.2-keyed","b":"04_select1k","v":{"total":[10.652,10.208,9.273,9.614,10.053,9.323,10.028,9.542,9.136,10.103,10.798,9.834,10.6,10.083,8.713,9.353,9.395,9.58,8.911,10.075,8.928,9.651,9.268,9.068,9.94],"script":[7.6,7.078,5.723,6.385,6.248,6.208,6.18,6.367,6.195,6.157,6.139,6.525,6.673,7.034,5.868,6.234,5.839,6.641,5.89,6.916,5.441,6.605,6.638,6.156,6.069],"paint":[2.139,2.146,3.331,2.353,2.65,2.375,2.123,2,1.879,3.091,3.732,1.949,2.837,2.82,2.643,2.928,2.337,2.003,2.637,2.196,2.419,2.106,1.407,1.658,2.976]}}, +{"f":"unis-v1.2.2-keyed","b":"05_swap1k","v":{"total":[27.516,27.32,28.862,28.33,28.378,27.707,27.845,27.62,27.416,29.791,26.571,27.91,27.392,27.702,28.263],"script":[6.275,6.475,6.735,6.97,7.156,5.942,7.042,6.475,6.791,7.511,6.082,6.524,6.662,6.774,6.563],"paint":[19.63,19.041,20.816,19.948,19.917,20.113,19.776,19.462,18.974,21.128,18.999,18.927,18.439,19.08,19.662]}}, +{"f":"unis-v1.2.2-keyed","b":"06_remove-one-1k","v":{"total":[21.057,22.2,20.965,20.693,21.015,20.819,21.104,20.898,21.899,20.295,20.126,20.94,20.882,21.351,20.569],"script":[3.853,4.331,3.831,3.769,3.807,3.802,3.755,3.745,3.997,3.608,3.664,3.618,3.699,3.682,3.773],"paint":[16.025,16.706,15.611,15.768,16.341,15.537,16.1,16.399,17.128,15.781,15.346,15.967,15.669,16.88,15.851]}}, +{"f":"unis-v1.2.2-keyed","b":"07_create10k","v":{"total":[544.493,545.682,530.854,552.705,555.051,542.071,543.022,543.535,527.251,524.369,550.039,528.683,547.756,539.787,540.223],"script":[151.779,156.318,150.719,159.499,156.72,158.079,156.779,154.473,164.569,154.913,157.282,154.846,155.404,159.114,155.173],"paint":[385.014,381.86,372.89,385.904,389.872,376.038,378.6,381.515,354.953,361.555,385.436,366.177,384.284,373.069,377.687]}}, +{"f":"unis-v1.2.2-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.35,61.593,61.372,61.334,62.108,62.718,61.01,62.268,60.852,61.149,63.199,60.53,62.416,61.887,61.8],"script":[17.476,17.28,17.32,17.524,17.255,17.741,17.571,17.236,17.083,17.497,16.875,17.106,17.407,17.41,17.556],"paint":[42.937,43.391,43.139,42.903,43.752,44.09,42.295,44.069,42.821,42.721,45.159,42.472,43.846,43.55,43.31]}}, +{"f":"unis-v1.2.2-keyed","b":"09_clear1k_x8","v":{"total":[19.191,19.118,17.296,17.554,19.669,19.762,21.441,20.91,19.12,19.664,19.11,18.812,20.575,19.137,20.679],"script":[16.853,16.87,15.238,15.108,17.582,17.455,18.858,18.462,17.459,17.888,17.15,17.204,19.125,16.692,18.326],"paint":[2.243,1.083,1.954,2.069,1.963,1.325,2.456,2.333,1.544,1.054,1.379,0.815,0.425,1.799,1.664]}}, +{"f":"unis-v1.2.2-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6055583953857422]}}, +{"f":"unis-v1.2.2-keyed","b":"22_run-memory","v":{"DEFAULT":[6.868898391723633]}}, +{"f":"unis-v1.2.2-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.90192985534668]}}, +{"f":"unis-v1.2.2-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.049668312072754]}}, +{"f":"unis-v1.2.2-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[60.7683629989624]}}, +{"f":"unis-v1.2.2-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.4800000000002]}}, +{"f":"unis-v1.2.2-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.659999999999997]}}, +{"f":"unis-v1.2.2-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.41199999999998]}}, {"f":"unis-v1.2.2-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[155.1640625]}}, {"f":"unis-v1.2.2-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.8896484375]}}, {"f":"unis-v1.2.2-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.3017578125]}}, -{"f":"unis-v1.2.2-keyed","b":"43_first-paint","v":{"DEFAULT":[67.5]}}, -{"f":"unis-v1.2.2-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[67.5]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"01_run1k","v":{"total":[48.625,49.33,48.053,49.6,49.623,48.405,49.358,48.938,49.275,48.353,52.707,48.478,48.622,50.697,50.222],"script":[15.108,16.086,15.018,15.815,16.146,14.889,15.263,15.184,15.759,14.916,16.051,14.945,15.067,15.673,15.656],"paint":[33.048,32.743,32.58,33.081,32.988,33.045,33.668,33.1,32.816,33.012,36.129,32.902,33.094,34.539,33.92]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"02_replace1k","v":{"total":[52.414,52.839,52.405,52.602,52.18,52.207,52.28,51.937,52.587,53.681,52.779,53.095,52.692,52.48,52.454],"script":[18.95,18.876,18.667,19,18.269,18.674,18.833,18.314,18.831,20.1,18.567,18.994,18.935,18.849,18.523],"paint":[33.036,33.517,33.289,33.111,33.414,33.077,32.784,33.168,33.261,32.882,33.745,33.609,33.284,33.118,33.447]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"03_update10th1k_x16","v":{"total":[33.971,34.171,33.414,35.165,33.378,33.972,34.365,34.875,33.779,33.394,34.114,33.672,34.682,34.492,33.29],"script":[16.211,16.862,16.059,16.084,15.089,15.781,16.939,16.275,16.086,15.938,16.539,15.88,16.505,16.544,16.598],"paint":[16.326,15.375,15.718,17.699,17.048,16.72,15.287,16.07,15.111,16.074,15.47,16.464,16.204,16.364,14.891]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"04_select1k","v":{"total":[12.762,11.603,12.425,13.754,12.48,12.304,13.074,12.214,13.219,12.146,13.11,11.522,11.859,11.963,11.144,10.802,13.315,12.532,12.329,11.867,12.153,11.891,11.673,12.168,12.469],"script":[8.932,8.169,9.213,9.538,9.632,8.85,9.457,8.471,9.465,8.508,9.623,8.138,8.446,8.973,8.805,7.846,9.775,9.917,8.771,8.697,9.236,8.987,8.811,8.653,8.975],"paint":[1.97,1.898,2.272,3.348,1.98,3.248,3.036,2.968,3.467,3.445,2.383,2.147,3.283,2.045,1.185,2.342,2.607,1.465,2.728,2.337,2.701,2.695,2.59,2.887,2.853]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"05_swap1k","v":{"total":[171.69,183.514,187.429,172.625,173.616,179.474,178.946,174.605,177.42,175.019,181.974,175.622,175.682,171.671,179.283],"script":[32.066,35.161,36.661,35.154,34.364,36.083,36.216,34.543,36.601,33.177,38.847,34.45,33.31,33.383,35.513],"paint":[137.318,146.705,147.712,135.117,136.594,140.977,139.989,138.133,138.526,139.613,140.756,139.14,139.793,136.403,142.332]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"06_remove-one-1k","v":{"total":[24.748,24.984,26.127,24.071,25.076,25.135,26.888,27.22,26.633,26.249,26.852,24.768,24.936,24.059,25.459],"script":[7.575,7.954,7.605,6.943,7.835,7.423,8.095,8.238,8.069,7.903,8.468,7.728,7.968,7.57,7.839],"paint":[15.901,15.695,16.716,16.268,16.39,16.089,17.206,17.671,16.757,16.885,16.939,15.828,15.865,15.695,15.837]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"07_create10k","v":{"total":[701.571,694.846,701.571,704.915,696.479,686.506,685.456,694.119,694.99,691.684,689.385,704.405,702.276,696.684,692.15],"script":[301.518,299.395,299.464,302.992,296.253,295.152,295.554,296.745,300.03,298.916,298.547,315.206,297.236,299.361,299.355],"paint":[392.614,388.039,393.956,393.084,392.534,384.009,382.307,389.966,387.448,385.397,383.53,381.698,396.928,389.703,384.392]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.869,56.977,60.263,57.289,60.596,58.158,57.263,58.049,56.576,60.162,56.437,57.854,60.907,57.48,57.884],"script":[19.548,19.059,19.15,19.359,18.377,19.294,19.108,19.356,18.94,19.31,18.46,19.247,18.889,18.296,19.162],"paint":[40.315,36.921,40.152,36.907,41.211,37.663,37.184,37.697,36.709,39.811,37.079,37.636,40.169,38.262,37.637]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"09_clear1k_x8","v":{"total":[19.69,19.087,18.994,19.718,19.583,19.319,19.382,19.322,19.179,19.785,19.358,18.556,19.777,19.702,19.841],"script":[16.906,17.592,16.897,16.931,16.861,17.167,16.591,17.098,16.675,17.375,17.357,16.591,17.728,17.084,17.27],"paint":[1.925,1.398,1.466,2.683,2.584,2.047,2.677,1.708,2.401,1.291,1.898,1.858,1.94,2.495,2.436]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.013707160949707]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"22_run-memory","v":{"DEFAULT":[6.122773170471191]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.841182708740234]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.5970239639282227]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[47.83777332305908]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.22]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.524]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.99999999999997]}}, +{"f":"unis-v1.2.2-keyed","b":"43_first-paint","v":{"DEFAULT":[59.1]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"01_run1k","v":{"total":[52.641,50.531,52.45,51.925,53.016,50.979,51.493,51.668,51.481,51.505,51.887,52.133,50.997,51.198,53.454],"script":[16.843,15.496,16.454,16.877,16.96,15.937,16.805,16.712,16.881,16.514,16.939,16.444,16.431,16.473,17.654],"paint":[35.318,34.315,35.273,34.615,35.64,34.636,34.262,34.511,34.1,34.566,34.425,34.989,34.17,34.227,35.295]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"02_replace1k","v":{"total":[63.203,64.591,64.481,62.447,64.137,63.423,63.617,63.088,62.003,63.448,63.039,63.098,64.619,62.691,62.147],"script":[23.611,24.714,25.013,23.33,23.617,24.623,24.423,24.17,23.322,23.655,23.256,23.759,24.165,23.832,23.178],"paint":[39.101,39.149,38.947,38.629,40.011,38.223,38.719,38.398,38.225,39.284,39.044,38.845,39.98,38.378,38.491]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"03_update10th1k_x16","v":{"total":[36.274,35.313,34.253,35.965,34.753,34.638,36.074,35.02,34.521,35.446,36.589,37.429,35.524,35.131,35.465],"script":[18.325,17.72,17.277,18.269,17.545,17.635,17.256,17.226,17.833,18.33,18.355,18.8,18.106,17.594,18.151],"paint":[16.222,15.271,15.351,15.946,15.686,15.449,16.804,15.988,14.949,14.985,15.724,17.209,14.759,15.647,15.307]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"04_select1k","v":{"total":[11.939,12.787,12.781,12.709,12.491,11.901,12.877,13.939,13.675,12.494,11.458,12.95,12.355,13.323,13.199,12.125,12.843,12.329,12.783,12.656,12.862,11.459,12.863,14.242,13.222],"script":[9.356,9.366,9.63,9.343,8.757,8.988,10.187,10.293,9.459,9.481,8.807,9.475,9.502,9.58,9.534,8.681,9.498,8.702,9.082,9.775,8.933,9.124,9.596,9.592,9.506],"paint":[1.768,2.549,2.234,2.768,2.503,2.08,1.537,2.308,3.097,2.079,1.62,2.685,1.823,3.036,3.16,2.792,2.219,2.673,2.794,1.202,2.41,1.401,2.112,3.421,2.022]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"05_swap1k","v":{"total":[192.594,194.572,187.414,189.406,187.512,191.743,189.304,192.059,190.784,188.311,188.661,190.439,193.375,192.507,192.214],"script":[35.554,37.189,35.04,35.812,34.707,35.371,34.509,36.098,35.905,36.17,34.29,35.648,39.801,37.48,36.962],"paint":[154.6,154.985,149.903,151.64,150.86,154.412,153.242,153.599,152.278,148.804,151.779,152.089,151.072,152.133,153.399]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"06_remove-one-1k","v":{"total":[26.008,26.798,25.951,27.226,26.601,26.6,26.595,25.927,26.312,26.304,26.168,26.737,28.152,25.799,26.868],"script":[9.304,9.382,8.883,9.886,9.15,9.355,8.939,8.93,9.144,9.21,9.127,9.372,9.756,9.307,9.222],"paint":[15.852,16.22,15.928,15.88,15.978,15.868,16.785,15.862,15.396,15.875,15.866,16.135,16.984,15.698,16.796]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"07_create10k","v":{"total":[703.488,678.589,684.546,679.675,682.034,683.34,686.744,680.909,684.997,678.175,683.46,685.323,679.528,680.631,678.712],"script":[320.612,300.553,297.952,298.905,298.825,300.07,301.876,300.438,302.35,297.699,297.089,301.26,300.202,304.93,300.385],"paint":[375.09,369.048,378.525,373.357,375.602,375.495,377.043,372.924,374.975,373.044,378.621,376.326,371.944,368.324,370.312]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"08_create1k-after1k_x2","v":{"total":[67.708,67.26,66.406,67.109,68.086,66.944,66.791,67.314,67.253,68.258,66.526,67.281,67.203,67.452,68.581],"script":[23.811,23.773,23.78,23.615,24.634,24.048,23.687,24.359,23.883,25.474,23.83,23.557,24.536,23.861,24.162],"paint":[43.078,42.456,41.732,42.617,42.513,41.682,42.163,42.056,42.462,41.859,41.759,42.745,41.744,42.588,43.524]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"09_clear1k_x8","v":{"total":[19.93,20.107,20.139,19.603,19.651,20.099,19.328,21.74,19.89,18.753,18.905,20.483,19.178,19.131,20.423],"script":[17.554,17.611,17.618,17.679,17.41,18.064,17.374,19.111,17.371,17.242,15.959,18.001,17.019,16.671,17.978],"paint":[1.289,2.365,1.146,1.817,2.115,1.914,1.848,1.481,2.104,0.386,2.508,1.721,1.518,1.435,2.332]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0108346939086914]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"22_run-memory","v":{"DEFAULT":[5.91656494140625]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.62503719329834]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.5887203216552734]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.73329544067383]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"31_startup-ci","v":{"DEFAULT":[2552.67]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.736]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[179.81599999999995]}}, {"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[284.9931640625]}}, {"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[146.716796875]}}, {"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"42_size-compressed","v":{"DEFAULT":[41.5693359375]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"43_first-paint","v":{"DEFAULT":[234]}}, -{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[234]}}, -{"f":"vanillajs-keyed","b":"01_run1k","v":{"total":[39.702,40.362,40.076,39.811,40.65,38.067,40.511,40.518,40.702,39.306,39.841,39.705,40.937,39.89,40.848],"script":[2.033,2.21,2.114,2.09,2.33,2.168,2.039,2.019,1.999,2.181,2.065,2.072,2.088,2.137,2.243],"paint":[37.011,37.469,37.479,37.267,37.835,35.436,37.99,37.839,38.252,36.646,37.07,36.937,38.398,37.337,37.928]}}, -{"f":"vanillajs-keyed","b":"02_replace1k","v":{"total":[37.928,39.28,39.444,40.594,38.601,40.215,39.695,38.597,37.693,40.494,37.985,39.849,39.095,39.545,39.273],"script":[4.566,4.49,4.686,4.635,5.042,4.607,4.69,4.45,4.526,4.59,4.774,4.63,4.501,4.662,4.472],"paint":[32.791,34.323,34.309,35.58,32.835,34.927,34.382,33.639,32.745,35.447,32.749,34.51,34.139,34.218,34.099]}}, -{"f":"vanillajs-keyed","b":"03_update10th1k_x16","v":{"total":[18.969,18.904,18.821,19.578,19.827,18.557,18.518,17.626,18.315,18.679,18.959,19.152,17.482,18.615,18.933],"script":[1,1.039,1.003,0.776,1.022,0.876,0.886,0.246,0.789,0.659,0.194,0.778,0.802,0.825,0.776],"paint":[16.355,15.824,15.966,17.186,16.814,15.82,15.511,15.775,16.414,16.429,15.44,16.67,14.588,16.372,15.998]}}, -{"f":"vanillajs-keyed","b":"04_select1k","v":{"total":[2.841,3.124,2.87,3.354,3.701,3.448,4.397,3.165,4.212,3.135,3.327,3.339,2.938,2.597,2.45,2.858,3.893,2.638,2.951,4.17,3.064,3.088,3.483,2.771,2.985],"script":[0.191,0.662,0.299,0.058,0.052,0.607,0.076,0.066,0.73,1.004,0.214,0.865,0.07,0.059,0.061,0.062,0.05,0.056,0.058,0.89,0.664,0.61,0.051,0.063,0.063],"paint":[1.767,1.753,1.777,2.276,2.898,1.886,2.148,2.107,2.603,1.674,2.309,1.806,2.75,1.502,1.643,2.316,3.151,2.468,2.698,2.285,1.724,2.352,2.728,1.726,1.939]}}, -{"f":"vanillajs-keyed","b":"05_swap1k","v":{"total":[21.618,22.197,22.044,20.678,22.942,22.836,22.988,21.994,21.281,21.539,21.694,20.926,21.611,21.888,22.828],"script":[0.681,0.079,0.528,0.415,0.748,0.086,0.381,0.565,0.077,0.091,0.074,0.406,0.072,0.758,0.687],"paint":[19.304,20.432,19.678,18.726,20.764,20.695,20.393,19.562,19.196,19.447,20.129,19.122,19.312,19.331,20.211]}}, -{"f":"vanillajs-keyed","b":"06_remove-one-1k","v":{"total":[17.585,17.804,17.56,18.159,17.557,17.915,16.992,17.978,17.438,17.741,17.086,17.429,18.179,16.942,17.387],"script":[0.32,0.315,0.388,0.125,0.426,0.23,0.14,0.438,0.4,0.238,0.159,0.398,0.14,0.414,0.286],"paint":[15.949,16.557,15.805,17.099,15.897,16.613,15.782,16.21,15.952,16.379,15.94,15.984,16.752,15.582,15.684]}}, -{"f":"vanillajs-keyed","b":"07_create10k","v":{"total":[400.765,410.779,404.262,406.41,402.29,406.816,402.608,398.374,407.666,403.159,407.648,401.22,408.35,405.802,410.913],"script":[26.391,25.86,26.726,26.997,26.273,27.154,27.302,25.789,26.882,28.43,26.434,26.576,27.522,27.721,27.819],"paint":[366.32,377.322,370.123,370.413,368.475,372.101,367.813,364.847,373.229,367.165,372.824,366.963,373.318,370.327,375.622]}}, -{"f":"vanillajs-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.103,41.411,41.431,40.956,42.604,41.352,41.527,40.642,41.607,41.276,41.681,41.037,41.116,42.054,41.096],"script":[2.093,2.008,2.058,2.211,2.039,2.049,2.073,2.008,2.06,2.045,2.006,2.037,2.082,1.966,2.008],"paint":[38.232,38.239,38.237,37.792,39.65,38.149,38.182,37.733,38.595,38.083,38.782,38.116,38.094,38.904,37.981]}}, -{"f":"vanillajs-keyed","b":"09_clear1k_x8","v":{"total":[13.415,14.235,13.831,13.411,13.727,14.115,13.328,13.783,13.678,13.816,13.257,13.687,13.82,13.096,13.824],"script":[11.561,11.786,11.822,11.648,11.165,11.772,11.55,11.178,10.732,11.448,11.387,11.48,10.988,10.527,11.459],"paint":[1.768,1.992,1.088,0.891,2.457,1.537,0.733,2.07,2.272,2.225,1.787,2.106,1.908,2.13,1.726]}}, -{"f":"vanillajs-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4411048889160156]}}, -{"f":"vanillajs-keyed","b":"22_run-memory","v":{"DEFAULT":[1.947850227355957]}}, -{"f":"vanillajs-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.9765148162841797]}}, -{"f":"vanillajs-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5396833419799805]}}, -{"f":"vanillajs-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.301775932312012]}}, -{"f":"vanillajs-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.94]}}, -{"f":"vanillajs-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.036000000000001]}}, -{"f":"vanillajs-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[151.30800000000002]}}, +{"f":"valtio-v18.2.0 + 1.10.3-keyed","b":"43_first-paint","v":{"DEFAULT":[222.8]}}, +{"f":"vanillajs-keyed","b":"01_run1k","v":{"total":[38.866,39.342,40.107,39.282,37.553,37.409,38.191,39.016,37.46,39.436,38.678,40.077,39.561,39.166,37.931],"script":[2.358,2.324,2.329,2.425,2.245,2.304,2.271,2.268,2.269,2.253,2.47,2.346,2.319,2.363,2.311],"paint":[35.844,36.548,37.148,36.379,34.842,34.67,35.474,36.308,34.475,36.711,35.733,37.064,36.543,36.294,35.185]}}, +{"f":"vanillajs-keyed","b":"02_replace1k","v":{"total":[42.244,43.536,42.506,42.699,40.815,40.704,42.92,41.842,41.266,43.048,42.804,43.087,42.527,42.928,41.685],"script":[4.893,4.889,4.816,4.806,4.673,4.774,4.784,4.782,4.863,4.9,4.881,4.822,4.868,4.641,4.705],"paint":[36.682,38.193,37.22,37.2,35.68,35.472,37.416,36.568,35.969,37.667,37.458,37.504,36.901,37.816,36.251]}}, +{"f":"vanillajs-keyed","b":"03_update10th1k_x16","v":{"total":[17.899,17.623,18.133,18.943,18.015,18.52,19.548,18.388,18.051,17.756,18.049,18.594,19.371,18.449,17.781],"script":[0.716,0.175,0.17,0.197,0.313,0.821,0.898,0.872,1.094,0.882,1.014,0.891,0.828,0.94,0.96],"paint":[15.532,15.75,15.686,16.58,15.807,16.03,16.354,16.137,15.925,15.521,15.623,15.579,16.89,15.905,15.073]}}, +{"f":"vanillajs-keyed","b":"04_select1k","v":{"total":[3.26,4.178,4.001,3.436,3.346,2.864,2.677,2.763,2.784,4.143,4.089,2.902,3.183,4.03,2.374,3.508,3.767,3.883,3.031,3.512,2.884,4.222,3.362,2.335,3.114],"script":[0.282,0.71,0.913,1.026,0.064,0.915,0.271,0.801,0.074,0.734,0.863,0.058,0.065,0.066,0.057,0.078,1.096,0.077,0.063,0.906,0.057,0.88,0.854,0.056,0.873],"paint":[2.049,3.258,2.312,2.27,1.326,1.488,2.282,1.145,2.581,2.043,1.454,1.8,2.547,3.119,2.19,3.265,2.544,2.866,1.615,2.324,1.955,1.953,1.865,2.154,1.59]}}, +{"f":"vanillajs-keyed","b":"05_swap1k","v":{"total":[20.736,21.111,20.771,20.42,20.207,21.262,21.298,21.268,20.412,21.006,22.329,21.348,20.531,20.554,22.331],"script":[0.857,0.74,0.075,0.082,0.083,0.079,0.713,1.015,0.533,0.081,0.083,0.585,0.076,0.676,0.079],"paint":[18.119,19.066,19.184,18.607,18.565,20.02,19.35,18.754,18.559,19.392,20.648,18.597,19.388,18.276,20.468]}}, +{"f":"vanillajs-keyed","b":"06_remove-one-1k","v":{"total":[16.691,17.887,16.974,17.122,18.208,17.965,16.614,17.846,17.321,16.609,17.097,16.264,16.602,16.821,16.818],"script":[0.111,0.267,0.133,0.497,0.488,0.46,0.138,0.252,0.373,0.46,0.107,0.277,0.479,0.503,0.284],"paint":[15.8,16.428,15.87,15.632,16.475,16.137,15.023,16.047,16.045,15.272,16.217,15.194,15.334,14.821,15.653]}}, +{"f":"vanillajs-keyed","b":"07_create10k","v":{"total":[401.56,399.527,397.812,396.253,398.382,393.573,408.639,399.495,401.294,397.193,395.718,393.711,394.197,395.52,395.3],"script":[28.704,27.188,27.668,27.38,28.705,29.203,28.52,28.06,27.946,28.189,27.802,27.097,28.693,28.925,27.463],"paint":[365.223,364.9,362.591,361.388,362.108,356.72,372.742,363.301,366.033,361.306,360.598,359.171,358.02,359.091,359.908]}}, +{"f":"vanillajs-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.681,43.841,44.165,42.3,44.634,43.441,45.559,43.114,43.51,43.354,44.046,44.423,42.765,44.455,43.975],"script":[2.311,2.325,2.353,2.303,2.342,2.369,2.322,2.356,2.414,2.37,2.363,2.358,2.367,2.336,2.357],"paint":[42.392,40.584,40.877,39.091,41.142,40.073,42.012,39.846,40.135,40.088,40.534,40.901,39.566,41.209,40.73]}}, +{"f":"vanillajs-keyed","b":"09_clear1k_x8","v":{"total":[12.65,12.659,12.604,13.155,12.321,12.88,12.686,12.374,12.937,12.654,12.57,12.22,12.523,12.808,12.791],"script":[11.251,10.95,10.841,10.419,10.014,10.668,10.535,10.171,10.472,10.472,10.612,10.329,10.488,10.55,10.611],"paint":[0.37,1.599,1.66,1.843,1.102,2.125,1.015,2.078,2.359,2.082,1.121,1.214,1.951,1.122,2.104]}}, +{"f":"vanillajs-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.45773887634277344]}}, +{"f":"vanillajs-keyed","b":"22_run-memory","v":{"DEFAULT":[1.7510595321655273]}}, +{"f":"vanillajs-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.6754779815673828]}}, +{"f":"vanillajs-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5957546234130859]}}, +{"f":"vanillajs-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[12.183977127075195]}}, +{"f":"vanillajs-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.345]}}, +{"f":"vanillajs-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.368]}}, +{"f":"vanillajs-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.64]}}, {"f":"vanillajs-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[149.69921875]}}, {"f":"vanillajs-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.423828125]}}, {"f":"vanillajs-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.37109375]}}, -{"f":"vanillajs-keyed","b":"43_first-paint","v":{"DEFAULT":[72]}}, -{"f":"vanillajs-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[72]}}, -{"f":"vanillajs-1-keyed","b":"01_run1k","v":{"total":[38.017,40.226,37.598,38.827,38.798,38.153,38.69,38.915,39.879,38.878,39.507,38.507,38.939,37.737,39.615],"script":[2.066,1.999,1.973,2.068,2.215,2.121,2.068,2.257,2.095,2.085,2.266,2.314,2.305,2.193,2.228],"paint":[35.521,37.559,35.15,36.083,36.14,35.567,35.932,35.985,37.276,36.345,36.765,35.508,35.988,35.11,36.814]}}, -{"f":"vanillajs-1-keyed","b":"02_replace1k","v":{"total":[40.876,38.006,37.339,39.307,39.596,40.176,39.251,38.075,42.066,39.566,39.636,39.428,42.06,39.587,39.808],"script":[4.777,4.701,4.768,4.88,4.955,4.884,4.886,4.693,5,4.923,4.966,4.882,4.862,4.826,5.018],"paint":[35.426,32.889,32.172,33.983,34.204,34.622,33.944,32.685,36.344,34.17,34.216,34.123,36.506,34.065,34.164]}}, -{"f":"vanillajs-1-keyed","b":"03_update10th1k_x16","v":{"total":[17.425,18.447,17.361,19.999,17.807,17.306,17.679,17.033,17.597,17.298,17.971,18.839,17.41,19.616,18.187],"script":[0.183,0.53,0.904,0.935,0.87,1.031,0.875,0.165,1.109,0.956,0.791,0.638,0.186,0.567,0.869],"paint":[14.817,15.81,14.461,17.179,15.058,14.923,15.228,15.327,14.453,15.235,15.86,16.725,15.787,16.558,15.53]}}, -{"f":"vanillajs-1-keyed","b":"04_select1k","v":{"total":[4.375,2.822,2.601,4.322,4.395,3.457,3.748,2.937,2.741,3.319,2.775,2.811,2.79,4.31,3.431,3.943,2.825,3.28,3.241,2.594,2.735,3.409,2.743,2.726,3.107],"script":[1.05,0.067,0.053,0.278,0.069,0.051,1.091,0.058,0.542,0.767,0.383,0.059,0.76,0.052,0.057,0.046,0.061,0.056,0.072,0.079,0.058,1.059,0.942,0.058,0.821],"paint":[2.121,2.255,2.46,2.934,3.362,2.825,1.801,1.733,0.82,1.738,2.284,2.267,1.254,3.001,1.905,3.642,2.637,1.841,1.82,1.975,2.55,2.204,1.696,1.171,1.513]}}, -{"f":"vanillajs-1-keyed","b":"05_swap1k","v":{"total":[21.589,21.124,21.215,22.907,21.431,23.194,21.301,23.099,20.983,21.583,21.016,20.953,21.795,20.88,21.33],"script":[0.709,0.084,0.08,0.945,0.521,0.078,0.077,0.072,0.273,0.813,0.08,0.074,0.08,0.083,0.571],"paint":[19.516,18.647,19.101,19.861,18.584,21.616,19.336,21.871,19.194,19.127,19.092,18.787,18.911,18.93,18.906]}}, -{"f":"vanillajs-1-keyed","b":"06_remove-one-1k","v":{"total":[16.76,17.666,16.76,17.593,16.907,18.02,17.154,17.08,17.112,16.828,16.89,18.001,17.276,17.213,16.805],"script":[0.236,0.074,0.161,0.328,0.309,0.092,0.098,0.073,0.306,0.433,0.302,0.088,0.075,0.091,0.176],"paint":[15.573,16.727,15.8,15.952,15.276,16.706,16.191,15.902,15.594,15.306,15.536,16.355,15.939,16.266,15.156]}}, -{"f":"vanillajs-1-keyed","b":"07_create10k","v":{"total":[400.749,398,398.989,401.428,405.582,400.109,405.503,402.615,390.18,400.883,407.348,389.246,394.772,399.331,402.66],"script":[24.059,23.948,24.029,24.955,24.274,23.808,23.769,24.536,24.509,23.755,24.108,23.897,23.419,24.541,23.93],"paint":[368.926,366.344,367.235,369.026,372.819,368.067,373.592,370.403,358.279,369.2,375.738,357.796,363.784,366.512,371.247]}}, -{"f":"vanillajs-1-keyed","b":"08_create1k-after1k_x2","v":{"total":[39.66,40.221,39.961,41.874,41.698,40.303,40.364,41.572,40.597,40.873,40.077,44.037,41.598,40.984,41.928],"script":[2.03,2.005,2.056,1.989,1.99,2.085,2.034,2.035,2.123,2.123,2.083,2.047,2.125,2.105,2.014],"paint":[36.774,37.333,37.074,38.719,38.78,37.372,37.395,38.613,37.536,37.86,37.123,41.081,38.331,37.765,38.977]}}, -{"f":"vanillajs-1-keyed","b":"09_clear1k_x8","v":{"total":[13.296,13.698,13.933,13.59,13.191,12.775,12.785,12.238,13.588,13.12,13.572,12.77,13.219,13.273,13.124],"script":[11.655,12.067,11.124,11.379,11.049,11.035,10.403,10.851,11.188,10.736,11.659,11.082,10.446,11.511,10.755],"paint":[1.553,1.093,2.644,1.568,2.052,0.84,1.857,0.38,2.306,2.303,1.567,0.805,2.188,0.822,1.92]}}, -{"f":"vanillajs-1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.42635154724121094]}}, -{"f":"vanillajs-1-keyed","b":"22_run-memory","v":{"DEFAULT":[1.9317588806152344]}}, -{"f":"vanillajs-1-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.962082862854004]}}, -{"f":"vanillajs-1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5759382247924805]}}, -{"f":"vanillajs-1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.221376419067383]}}, -{"f":"vanillajs-1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3850000000002]}}, -{"f":"vanillajs-1-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.964]}}, -{"f":"vanillajs-1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.27999999999997]}}, +{"f":"vanillajs-keyed","b":"43_first-paint","v":{"DEFAULT":[72.6]}}, +{"f":"vanillajs-1-keyed","b":"01_run1k","v":{"total":[39.755,38.388,39.369,38.735,38.338,39.747,38.43,38.767,39.034,39.026,36.597,38.675,39.581,39.773,38.836],"script":[2.397,2.386,2.339,2.399,2.458,2.217,2.51,2.397,2.371,2.369,2.315,2.458,2.37,2.367,2.386],"paint":[36.697,35.546,36.333,35.883,35.437,37.064,35.225,35.866,36.207,36.238,33.855,35.525,36.729,36.944,35.987]}}, +{"f":"vanillajs-1-keyed","b":"02_replace1k","v":{"total":[40.74,43.172,42.988,43.32,42.362,42.996,41.674,42.24,42.924,42.79,41.248,42.676,42.214,41.862,42.42],"script":[4.812,4.861,5.137,5.076,4.816,5.084,4.936,4.885,4.942,5.153,4.792,4.955,4.783,4.998,5.001],"paint":[35.477,37.594,37.369,37.758,37.073,37.444,36.287,36.631,37.428,37.188,35.992,37.241,36.935,36.395,36.666]}}, +{"f":"vanillajs-1-keyed","b":"03_update10th1k_x16","v":{"total":[17.579,18.274,17.373,17.627,17.719,17.362,17.383,16.329,18.059,17.313,17.54,17.289,17.536,19.565,17.207],"script":[0.939,0.188,0.189,0.563,0.856,0.168,0.174,0.901,0.817,0.676,0.957,0.168,1.106,1.195,0.515],"paint":[14.35,16.319,15.53,15.975,15.777,15.09,15.509,13.972,14.848,15.207,14.405,16.006,14.997,17.139,15.261]}}, +{"f":"vanillajs-1-keyed","b":"04_select1k","v":{"total":[4.105,2.667,3.505,3.559,2.03,2.386,2.82,2.806,3.361,4.594,4.176,2.519,3.406,2.524,3.161,3.617,3.277,3.261,2.593,3.063,2.631,3.311,3.455,2.795,2.73],"script":[0.078,0.471,0.055,0.918,0.061,0.066,0.061,0.057,0.067,0.93,0.584,0.055,0.053,0.059,0.08,0.058,0.059,0.063,0.075,0.06,0.067,0.954,0.056,0.067,0.071],"paint":[3.774,1.447,3.312,1.629,1.184,1.407,2.035,2.119,2.21,2.919,1.936,1.422,2.567,1.941,2.941,2.482,1.865,1.239,1.679,2.345,0.906,1.869,1.782,2.629,1.809]}}, +{"f":"vanillajs-1-keyed","b":"05_swap1k","v":{"total":[20.588,21.094,21.212,20.86,21.739,21.494,19.799,20.662,21.799,20.778,20.798,20.927,21.192,22.023,21.172],"script":[0.079,0.288,0.252,0.077,0.073,0.873,0.077,0.077,0.073,0.76,0.078,0.078,0.08,0.078,0.942],"paint":[19.572,19.682,17.255,19.487,20.033,18.408,18.772,19.078,19.072,18.551,18.478,19.826,19.65,20.243,19.175]}}, +{"f":"vanillajs-1-keyed","b":"06_remove-one-1k","v":{"total":[16.493,17.118,16.12,17.02,16.698,17.011,16.884,18.626,16.685,16.642,16.705,17.19,16.5,16.881,16.581],"script":[0.435,0.443,0.097,0.099,0.096,0.407,0.106,0.074,0.097,0.35,0.091,0.093,0.094,0.261,0.259],"paint":[15.227,15.374,15.25,15.269,15.514,15.672,15.742,17.554,15.316,15.485,15.753,16.095,15.652,15.627,15.45]}}, +{"f":"vanillajs-1-keyed","b":"07_create10k","v":{"total":[401.767,397.113,397.582,397.995,396.849,397.893,394.709,397.336,396.508,392.494,397.561,396.146,396.366,393.632,395.238],"script":[26.385,26.471,26.648,26.695,25.695,25.584,25.765,26.824,25.798,25.603,26.006,27.346,26.69,26.752,25.965],"paint":[367.811,363.091,363.594,363.475,363.814,364.92,361.594,362.945,363.069,359.311,363.927,361.238,362.274,359.648,361.939]}}, +{"f":"vanillajs-1-keyed","b":"08_create1k-after1k_x2","v":{"total":[42.9,44.392,44.603,43.429,42.269,42.755,42.79,41.836,44.81,44.027,44.03,43.64,42.919,44.397,43.562],"script":[2.418,2.371,2.396,2.311,2.299,2.287,2.311,2.314,2.392,2.375,2.377,2.276,2.374,2.359,2.386],"paint":[39.539,41.057,41.023,40.193,39.163,39.317,39.583,38.664,41.435,40.502,40.751,40.419,39.661,41.151,40.222]}}, +{"f":"vanillajs-1-keyed","b":"09_clear1k_x8","v":{"total":[12.851,12.914,12.707,12.81,12.947,12.948,12.844,12.413,13.252,13.608,13.088,12.776,13.036,12.535,12.691],"script":[10.787,10.897,10.75,10.977,10.453,10.967,10.885,10.626,11.06,10.913,10.979,10.929,10.592,10.375,10.612],"paint":[1.97,1.838,1.873,1.747,1.628,1.401,1.833,0.848,1.878,2.348,1.684,1.757,1.421,1.511,1.974]}}, +{"f":"vanillajs-1-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4368772506713867]}}, +{"f":"vanillajs-1-keyed","b":"22_run-memory","v":{"DEFAULT":[1.7193870544433594]}}, +{"f":"vanillajs-1-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.7196598052978516]}}, +{"f":"vanillajs-1-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5438814163208008]}}, +{"f":"vanillajs-1-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[11.975950241088867]}}, +{"f":"vanillajs-1-keyed","b":"31_startup-ci","v":{"DEFAULT":[1875.8749999999998]}}, +{"f":"vanillajs-1-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.004000000000005]}}, +{"f":"vanillajs-1-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.708]}}, {"f":"vanillajs-1-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.3359375]}}, {"f":"vanillajs-1-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.060546875]}}, {"f":"vanillajs-1-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.041015625]}}, -{"f":"vanillajs-1-keyed","b":"43_first-paint","v":{"DEFAULT":[54.2]}}, -{"f":"vanillajs-1-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[54.2]}}, -{"f":"vanillajs-wc-keyed","b":"01_run1k","v":{"total":[42.413,42.679,40.945,43.006,41.856,42.534,41.425,42.698,42.062,42.653,42.911,43.664,43.569,41.858,42.48],"script":[4.741,4.709,4.653,4.792,4.536,4.629,4.518,4.876,5.084,5.217,4.983,4.978,4.848,5.154,5.106],"paint":[36.973,37.284,35.845,37.745,36.863,37.218,36.45,37.352,36.484,36.975,37.451,38.219,38.012,36.198,36.909]}}, -{"f":"vanillajs-wc-keyed","b":"02_replace1k","v":{"total":[41.991,42.287,40.904,42.258,41.582,40.344,44.091,39.892,42.27,41.265,40.711,42.233,40.17,42.009,40.685],"script":[7.089,7.086,7.124,7.45,7.388,7.031,7.01,6.997,7.18,6.95,7.144,7.208,7.057,7.526,7.213],"paint":[34.376,34.753,33.052,34.101,33.595,32.884,36.6,32.228,34.664,33.587,33.155,34.546,32.634,34.019,33.038]}}, -{"f":"vanillajs-wc-keyed","b":"03_update10th1k_x16","v":{"total":[19.118,18.559,17.799,17.906,19.605,18.565,18.198,18.18,18.307,18.559,18.047,18.366,18.071,18.495,18.919],"script":[0.882,0.981,0.955,0.903,0.819,1.114,1.22,1.124,0.521,0.669,0.162,0.905,0.688,0.165,1.121],"paint":[17.243,15.645,15.473,15.027,17.152,15.202,15.546,15.882,16.235,15.959,16.261,15.807,16.071,16.933,15.474]}}, -{"f":"vanillajs-wc-keyed","b":"04_select1k","v":{"total":[3.028,4.304,3.559,3.612,3.348,2.578,2.645,2.585,3.705,2.852,2.623,2.8,2.37,2.901,3.26,2.99,3.087,3.563,3.741,3.014,3.148,3.006,3.751,2.788,3.083],"script":[0.068,0.081,0.891,0.071,0.758,0.067,0.066,0.075,0.052,0.057,0.069,0.812,0.07,0.184,0.985,0.067,1.134,0.071,0.072,0.782,0.738,0.785,0.556,0.739,0.46],"paint":[2.876,2.955,2.536,2.66,1.429,1.89,1.171,1.289,2.806,1.661,2.409,1.342,1.403,1.932,1.621,2.294,0.92,2.783,1.826,1.342,2.271,2.103,1.493,1.897,1.647]}}, -{"f":"vanillajs-wc-keyed","b":"05_swap1k","v":{"total":[21.676,21.791,22.206,21.379,21.81,20.675,22.011,22.057,22.499,23.383,22.31,22.039,21.792,22.328,21.83],"script":[0.211,0.097,0.521,0.707,0.866,0.09,0.558,0.707,0.804,0.826,0.412,0.714,0.081,0.704,0.086],"paint":[19.232,20.114,20.201,19.077,19.446,18.545,20.447,20.041,19.787,20.723,20.002,19.835,20.644,20.497,20.205]}}, -{"f":"vanillajs-wc-keyed","b":"06_remove-one-1k","v":{"total":[16.642,16.612,17.259,16.831,17.331,16.55,16.555,17.145,16.845,17.17,16.976,16.857,16.852,16.692,18.752],"script":[0.164,0.358,0.13,0.274,0.259,0.112,0.434,0.232,0.215,0.112,0.113,0.461,0.297,0.119,0.17],"paint":[15.101,15.416,15.93,15.482,16.01,15.717,15.38,15.683,15.695,16.018,16.208,14.987,15.429,15.53,16.884]}}, -{"f":"vanillajs-wc-keyed","b":"07_create10k","v":{"total":[441.222,439.138,445.148,439.793,439.697,437.538,436.853,436.651,439.599,443.494,430.625,439.64,443.059,435.183,440.2],"script":[58.802,58.343,59.95,57.877,57.379,57.349,57.627,58.243,58.158,57.96,56.818,57.803,59.103,57.707,57.959],"paint":[374.435,372.962,377.573,374.387,374.511,372.496,371.021,370.941,373.704,377.942,365.459,373.988,376.205,369.403,374.567]}}, -{"f":"vanillajs-wc-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.142,42.715,44.577,45.37,42.712,42.695,43.562,41.925,44.795,44.484,42.718,42.604,43.784,42.059,44.933],"script":[4.486,4.459,4.546,4.293,4.383,4.385,4.262,4.151,4.354,4.317,4.416,4.328,4.358,4.314,4.536],"paint":[39.708,37.34,39.059,40.075,37.505,37.35,38.129,36.962,39.292,39.183,37.508,37.328,38.438,36.929,39.429]}}, -{"f":"vanillajs-wc-keyed","b":"09_clear1k_x8","v":{"total":[13.163,13.27,13.915,13.873,13.2,13.188,13.521,14.792,13.087,14.095,13.343,13.69,13.763,13.872,13.838],"script":[11.41,11.321,10.911,11.759,11.428,11.325,11.325,11.316,11.223,12.281,11.098,10.792,11.83,10.809,11.601],"paint":[0.781,1.848,2.832,2.018,0.778,1.314,1.592,3.369,1.345,1.725,2.144,2.542,1.037,2.89,1.714]}}, -{"f":"vanillajs-wc-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4443931579589844]}}, -{"f":"vanillajs-wc-keyed","b":"22_run-memory","v":{"DEFAULT":[2.145479202270508]}}, -{"f":"vanillajs-wc-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.1287431716918945]}}, -{"f":"vanillajs-wc-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5518064498901367]}}, -{"f":"vanillajs-wc-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.672887802124023]}}, -{"f":"vanillajs-wc-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.055]}}, -{"f":"vanillajs-wc-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.72]}}, -{"f":"vanillajs-wc-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.06799999999996]}}, +{"f":"vanillajs-1-keyed","b":"43_first-paint","v":{"DEFAULT":[51.3]}}, +{"f":"vanillajs-wc-keyed","b":"01_run1k","v":{"total":[42.19,42.857,44.775,42.231,41.56,42.42,41.417,42.775,42.229,42.396,41.211,41.478,41.489,41.634,42.317],"script":[5.649,5.205,5.533,5.289,5.011,5.317,5.08,5.845,5.462,5.882,4.988,5.576,5.17,4.889,5.393],"paint":[36.096,36.949,38.778,36.283,36.087,36.375,35.637,36.467,36.112,35.853,35.53,35.511,35.765,36.286,36.443]}}, +{"f":"vanillajs-wc-keyed","b":"02_replace1k","v":{"total":[45.996,45.58,45.853,46.072,45.592,45.433,44.966,46.837,45.103,45.338,45.633,45.77,44.35,44.774,45.16],"script":[7.261,7.976,7.288,7.505,7.369,7.246,7.413,7.342,7.42,7.628,7.528,7.526,7.296,7.348,7.359],"paint":[38.269,37.116,38.083,37.829,37.762,37.691,37.056,38.759,37.202,37.216,37.368,37.749,36.588,36.949,37.323]}}, +{"f":"vanillajs-wc-keyed","b":"03_update10th1k_x16","v":{"total":[19.587,18.755,19.112,19.345,18.167,18.73,19.398,18.608,17.711,17.416,18.92,18.091,20.015,18.096,18.656],"script":[0.658,1.011,1.02,0.908,1.171,0.851,0.984,0.964,0.567,0.186,1.292,1.38,0.865,1.373,1.131],"paint":[17.362,16.459,15.936,16.902,14.694,15.782,17.109,16.175,15.624,15.398,15.842,14.691,16.874,15.455,16.45]}}, +{"f":"vanillajs-wc-keyed","b":"04_select1k","v":{"total":[3.514,3.372,2.525,2.572,3.082,3.235,3.838,2.919,4.109,3.037,3.747,2.594,2.923,4.74,3.059,2.984,3.132,4.016,3.251,2.84,3.559,2.684,2.931,3.023,2.745],"script":[0.063,0.875,0.064,0.074,0.482,0.07,0.061,0.066,1.02,0.069,0.076,0.095,0.416,1.075,0.927,0.065,0.084,0.876,0.092,0.083,0.074,0.369,0.079,0.064,0.087],"paint":[2.551,2.358,1.946,1.68,1.463,2.165,2.556,2.213,1.875,2.84,2.795,1.542,1.897,2.364,1.712,2.36,2.227,2.233,2.262,1.764,2.92,2.168,2.721,2.863,1.916]}}, +{"f":"vanillajs-wc-keyed","b":"05_swap1k","v":{"total":[21.358,22.079,21.466,22.666,21.598,21.029,21.913,21.848,20.933,20.525,21.078,21.559,22.418,20.429,20.408],"script":[0.093,0.091,0.083,0.781,0.091,0.094,0.51,0.651,0.097,0.09,0.486,0.433,0.095,0.229,0.212],"paint":[19.654,18.942,20.015,20.468,20.005,19.528,18.397,19.103,19.29,18.434,18.459,19.317,20.467,18.836,18.36]}}, +{"f":"vanillajs-wc-keyed","b":"06_remove-one-1k","v":{"total":[16.531,17.976,17.484,16.606,17.71,17.27,16.594,16.525,17.698,17.005,16.577,16.793,17.038,17.566,16.493],"script":[0.479,0.295,0.448,0.131,0.44,0.504,0.141,0.126,0.379,0.495,0.387,0.206,0.13,0.443,0.262],"paint":[15.22,16.483,15.674,15.654,16.364,15.948,15.645,15.302,16.338,15.387,15.43,15.54,15.569,16.244,15.48]}}, +{"f":"vanillajs-wc-keyed","b":"07_create10k","v":{"total":[431.83,433.109,429.384,436.111,431.204,440.469,437.247,432.679,435.378,434.173,434.767,433.779,434.782,433.39,433.332],"script":[61.83,62.402,60.36,61.528,60.866,62.716,63.097,63.871,63.297,62.294,61.857,63.003,62.926,63.497,63.014],"paint":[362.495,363.293,361.476,366.677,362.835,369.914,366.862,361.452,364.476,364.538,365.328,363.182,364.497,362.52,362.984]}}, +{"f":"vanillajs-wc-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.302,47.943,48.587,49.432,48.346,48.692,48.505,47.866,47.402,47.497,47.783,46.451,47.319,47.232,48.495],"script":[5.02,4.747,4.896,4.949,4.82,4.701,4.893,4.86,4.784,4.941,4.618,4.746,4.873,4.811,4.685],"paint":[43.424,42.287,42.762,43.255,42.599,42.664,42.683,41.84,41.683,41.638,41.92,40.853,41.538,41.524,42.623]}}, +{"f":"vanillajs-wc-keyed","b":"09_clear1k_x8","v":{"total":[13.126,13.413,13.25,13.457,12.776,13.409,13.19,13.005,12.755,13.246,12.57,12.512,12.687,13.143,13.249],"script":[10.989,10.657,11.05,11.12,10.583,10.974,10.699,11.271,10.113,11.374,10.756,10.593,10.751,10.667,10.672],"paint":[1.977,2.584,2.116,1.273,1.136,1.12,1.281,1.624,2.073,1.525,1.302,1.804,1.839,1.407,2.47]}}, +{"f":"vanillajs-wc-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.44600677490234375]}}, +{"f":"vanillajs-wc-keyed","b":"22_run-memory","v":{"DEFAULT":[1.7787799835205078]}}, +{"f":"vanillajs-wc-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.8064756393432617]}}, +{"f":"vanillajs-wc-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6417255401611328]}}, +{"f":"vanillajs-wc-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[13.532279968261719]}}, +{"f":"vanillajs-wc-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2]}}, +{"f":"vanillajs-wc-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.56]}}, +{"f":"vanillajs-wc-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.56799999999998]}}, {"f":"vanillajs-wc-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[148.07421875]}}, {"f":"vanillajs-wc-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.7998046875]}}, {"f":"vanillajs-wc-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.484375]}}, -{"f":"vanillajs-wc-keyed","b":"43_first-paint","v":{"DEFAULT":[64.4]}}, -{"f":"vanillajs-wc-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[64.4]}}, -{"f":"vanjs-v1.1.0-keyed","b":"01_run1k","v":{"total":[44.228,45.384,46.411,42.877,45.573,46.38,45.596,45.703,44.548,43.244,45.078,46.023,45.138,45.165,43.283],"script":[8.823,8.803,9.086,8.423,9.067,8.555,8.687,9.012,9.337,8.529,9.003,9.03,8.351,9.212,8.705],"paint":[34.682,36.101,36.634,34.012,35.79,37.124,36.169,35.971,34.798,33.962,35.644,36.538,36.046,35.486,34.137]}}, -{"f":"vanjs-v1.1.0-keyed","b":"02_replace1k","v":{"total":[45.487,48.318,47.088,44.872,46.043,45.642,48.101,45.43,48.275,49.395,47.117,45.58,47.323,47.988,47.883],"script":[11.784,12.534,12.344,11.318,11.847,11.609,11.744,11.932,12.855,12.34,12.403,11.597,12.349,12.403,12.261],"paint":[33.223,35.04,34.267,33.112,33.689,33.547,35.9,33.037,34.882,36.373,34.195,33.528,34.52,34.852,35.145]}}, -{"f":"vanjs-v1.1.0-keyed","b":"03_update10th1k_x16","v":{"total":[21.502,43.221,23.334,41.936,20.453,23.604,22.293,22.311,22.578,41.546,43.842,41.264,21.744,40.287,39.676],"script":[0.983,1.398,1.721,1.09,1.859,1.976,1.038,1.059,1.811,2.463,1.937,1.306,1.543,0.785,1.107],"paint":[20.314,21.328,18.572,19.698,17.946,18.602,18.459,19.722,17.981,17.368,19.22,18.656,18.243,17.377,18.921]}}, -{"f":"vanjs-v1.1.0-keyed","b":"04_select1k","v":{"total":[2.942,3.177,3.027,3.756,3.354,3.313,3.403,4.515,3.523,2.668,2.659,3.188,2.474,3.83,3.883,3.83,3.114,3.44,2.589,2.608,2.806,3.982,3.379,2.862,4.202],"script":[0.081,0.067,0.073,0.749,0.093,0.08,1.077,0.795,0.089,0.082,0.313,0.842,0.368,0.072,0.078,0.072,0.863,0.611,0.074,0.329,0.386,0.105,0.653,0.078,0.89],"paint":[2.741,2.012,2.834,1.156,3.134,3.093,1.377,2.456,3.29,1.562,1.876,2.226,1.982,2.688,2.774,3.616,0.858,2.574,1.654,2.165,2.3,2.423,2.091,1.765,3.098]}}, -{"f":"vanjs-v1.1.0-keyed","b":"05_swap1k","v":{"total":[20.752,20.411,22.065,21.214,21.608,21.81,20.946,21.222,21.564,22.179,23.52,20.714,20.476,21.055,21.633],"script":[0.425,0.097,1.005,0.32,0.772,0.599,0.494,0.734,0.078,0.096,0.436,0.094,0.083,0.091,0.4],"paint":[18.93,18.378,19.418,19.313,18.732,19.076,18.837,19.164,19.539,20.699,19.902,18.582,19.372,19.676,19.372]}}, -{"f":"vanjs-v1.1.0-keyed","b":"06_remove-one-1k","v":{"total":[20.965,21.157,20.367,17.185,20.431,21.749,16.613,18.214,16.971,19.777,17.096,18.197,19.857,21.551,17.739],"script":[0.205,0.334,0.453,0.468,0.303,0.164,0.508,0.256,0.318,0.635,0.46,0.509,0.16,0.612,0.399],"paint":[18.376,19.101,17.793,15.469,17.976,18.949,15.396,16.748,15.441,17.005,15.378,16.468,17.649,18.942,16.083]}}, -{"f":"vanjs-v1.1.0-keyed","b":"07_create10k","v":{"total":[492.18,495.955,500.56,490.844,498.633,498.099,506.758,497.473,480.053,496.621,498.76,503.549,502.093,491.615,504.661],"script":[85.829,86.444,85.564,87.463,85.708,87.557,88.684,88.308,85.808,89.42,85.483,86.996,90.216,86.389,90.013],"paint":[398.631,401.663,407.554,395.796,405.182,402.668,409.418,401.584,386.669,399.034,405.767,409.064,404.419,397.962,406.779]}}, -{"f":"vanjs-v1.1.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.077,46.433,47.286,50.2,47.827,49.63,46.633,46.931,46.862,46.941,47.962,50.191,47.081,49.697,51.498],"script":[7.752,7.353,7.584,7.405,8.296,7.483,7.669,7.784,7.631,7.76,7.943,7.547,7.614,7.46,7.704],"paint":[39.094,38.169,38.775,41.751,38.534,40.884,38.125,38.259,38.233,38.351,38.74,41.355,38.606,41.279,42.846]}}, -{"f":"vanjs-v1.1.0-keyed","b":"09_clear1k_x8","v":{"total":[13.907,14.524,14.548,14.503,13.917,13.93,13.721,14.86,14.482,15.04,14.062,14.587,14.247,14.03,13.593],"script":[12.008,12.339,12.555,11.494,12.23,11.638,11.888,12.043,11.914,12.515,12.596,11.919,11.91,11.77,11.444],"paint":[1.076,1.629,0.919,2.616,0.776,1.168,1.743,2.678,2.426,1.728,1.379,2.216,1.614,2.164,2.045]}}, -{"f":"vanjs-v1.1.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.42773914337158203]}}, -{"f":"vanjs-v1.1.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.4161996841430664]}}, -{"f":"vanjs-v1.1.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.417367935180664]}}, -{"f":"vanjs-v1.1.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5760793685913086]}}, -{"f":"vanjs-v1.1.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.820051193237305]}}, -{"f":"vanjs-v1.1.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1900000000003]}}, -{"f":"vanjs-v1.1.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.159999999999998]}}, -{"f":"vanjs-v1.1.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.29999999999998]}}, +{"f":"vanillajs-wc-keyed","b":"43_first-paint","v":{"DEFAULT":[54.4]}}, +{"f":"vanjs-v1.1.0-keyed","b":"01_run1k","v":{"total":[50.477,51.806,50.679,50.902,50.547,51.385,48.967,49.308,50.795,50.303,50.07,52.726,50.992,50.364,51.356],"script":[10.101,10.624,10.491,10.368,9.93,10.616,9.667,10.02,10.006,10.286,10.101,10.685,10.464,10.168,10.694],"paint":[39.582,40.668,39.447,40.019,40.147,40.13,38.847,38.806,40.028,39.518,39.522,41.546,40.046,39.691,39.908]}}, +{"f":"vanjs-v1.1.0-keyed","b":"02_replace1k","v":{"total":[54.526,52.414,53.408,53.188,53.245,53.371,52.551,53.787,53.732,54.479,54.168,52.906,53.284,53.919,53.561],"script":[13.383,12.921,13.22,12.915,12.937,13.215,12.479,12.83,13.109,13.389,13.531,13.258,12.995,12.914,13.166],"paint":[40.67,38.984,39.679,39.789,39.813,39.661,39.599,40.428,40.108,40.607,39.947,39.141,39.759,40.494,39.882]}}, +{"f":"vanjs-v1.1.0-keyed","b":"03_update10th1k_x16","v":{"total":[21.036,40.803,21.135,42.59,18.89,21.374,27.429,21.097,42.123,43.193,17.741,20.05,42.958,18.104,17.925],"script":[1.079,1.947,1.613,1.381,1.694,1.645,2.163,1.611,1.881,1.084,1.496,1.834,2.382,1.246,0.708],"paint":[19.681,18.236,17.427,18.681,15.031,17.556,21.263,18.255,18.219,18.214,15.856,17.112,17.393,15.991,15.275]}}, +{"f":"vanjs-v1.1.0-keyed","b":"04_select1k","v":{"total":[4.072,3.112,2.697,2.787,3.145,2.965,3.134,3.122,3.2,3.037,3.366,2.912,2.886,2.531,4.607,3.149,2.847,3.353,2.986,2.513,3.333,3.898,4.023,4.142,2.803],"script":[0.927,0.085,0.104,0.636,0.109,0.204,0.084,0.36,0.111,0.593,0.073,0.081,0.28,0.08,0.929,1.123,0.072,0.068,0.794,0.075,0.088,1.028,0.064,0.078,0.323],"paint":[1.927,1.506,1.481,2.051,2.357,1.909,2.928,1.251,2.954,2.34,3.166,2,2.497,2.329,3.482,1.186,1.598,2.77,0.546,1.12,2.059,1.686,3.077,2.831,1.921]}}, +{"f":"vanjs-v1.1.0-keyed","b":"05_swap1k","v":{"total":[21.663,19.948,21.027,19.611,21.233,21.283,22.099,21.616,21.596,22.379,20.666,21.645,20.671,20.494,20.369],"script":[0.814,0.091,0.092,0.293,0.513,0.104,0.094,0.089,0.233,0.083,0.087,0.091,0.085,0.092,0.089],"paint":[18.742,18.872,19.448,18.01,19.07,18.73,19.945,19.58,18.949,20.357,18.785,19.566,18.548,18.698,19.334]}}, +{"f":"vanjs-v1.1.0-keyed","b":"06_remove-one-1k","v":{"total":[20.483,17.221,20.56,19.663,17.766,20.575,19.195,19.611,19.055,19.852,19.075,20.623,17.202,17.1,21.67],"script":[0.352,0.567,0.59,0.561,0.479,0.538,0.818,0.534,0.476,0.469,0.148,0.572,0.464,0.527,0.841],"paint":[18.323,15.405,18.288,17.619,16.352,18.458,16.568,17.049,16.687,17.412,16.797,18.679,15.265,15.355,18.709]}}, +{"f":"vanjs-v1.1.0-keyed","b":"07_create10k","v":{"total":[500.021,499.946,491.902,490.652,486.882,496.917,493.649,489.661,496.677,490.877,498.457,486.841,503.382,500.681,497.095],"script":[113.131,111.852,109.738,108.951,109.226,113.514,112.556,108.892,112.99,109.139,110.586,108.29,109.742,112.892,111.778],"paint":[379.076,380.609,374.398,374.296,370.264,375.656,373.495,373.223,376.049,374.27,380.265,371.147,386.248,380.132,377.709]}}, +{"f":"vanjs-v1.1.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.594,53.225,52.85,52.61,55.117,53.099,53.919,53.318,54.284,53.254,54.398,54.738,51.934,53.665,52.117],"script":[9.706,9.132,9.123,9.562,9.319,9.695,9.967,9.666,9.684,9.698,9.752,9.815,9.467,9.87,9.177],"paint":[42.925,43.113,42.797,42.098,44.564,42.157,42.999,42.698,43.301,42.365,43.436,43.954,41.581,42.814,41.997]}}, +{"f":"vanjs-v1.1.0-keyed","b":"09_clear1k_x8","v":{"total":[12.93,13.083,13.538,12.925,13.344,14.257,13.494,14.852,12.957,12.96,13.527,14.522,13.238,13.913,12.923],"script":[10.495,11.168,11.604,11.085,11.215,11.77,11.052,12.103,11.313,11.043,11.024,12.191,11.381,12.37,10.75],"paint":[0.767,1.364,1.837,1.46,1.994,1.354,1.634,2.651,1.54,1.819,2.108,2.238,1.766,1.446,2.069]}}, +{"f":"vanjs-v1.1.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4447050094604492]}}, +{"f":"vanjs-v1.1.0-keyed","b":"22_run-memory","v":{"DEFAULT":[2.2111902236938477]}}, +{"f":"vanjs-v1.1.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.3314809799194336]}}, +{"f":"vanjs-v1.1.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6119251251220703]}}, +{"f":"vanjs-v1.1.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.68523597717285]}}, +{"f":"vanjs-v1.1.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.4800000000002]}}, +{"f":"vanjs-v1.1.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.476]}}, +{"f":"vanjs-v1.1.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.50400000000005]}}, {"f":"vanjs-v1.1.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[143.7421875]}}, {"f":"vanjs-v1.1.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[5.4677734375]}}, {"f":"vanjs-v1.1.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[1.9130859375]}}, -{"f":"vanjs-v1.1.0-keyed","b":"43_first-paint","v":{"DEFAULT":[61.9]}}, -{"f":"vanjs-v1.1.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[61.9]}}, -{"f":"voby-v0.48.0-keyed","b":"01_run1k","v":{"total":[41.342,42.129,41.933,40.268,41.048,42.211,43.244,41.312,42.791,42.275,41.388,43.329,41.341,43.97,40.985],"script":[5.549,5.832,6.107,5.517,5.927,5.883,5.793,5.804,7.021,5.607,5.865,6.145,5.582,6.213,6.278],"paint":[35.365,35.536,35.385,34.345,34.673,35.572,36.978,35.07,35.322,36.099,35.068,36.718,35.284,37.254,34.27]}}, -{"f":"voby-v0.48.0-keyed","b":"02_replace1k","v":{"total":[40.378,43.497,43.405,41.625,42.226,41.33,41.483,42.655,41.753,41.782,40.888,41.94,42.574,41.354,42.154],"script":[7.298,7.392,7.376,7.836,7.999,7.847,7.523,7.354,7.382,7.878,7.767,7.712,7.865,7.528,7.893],"paint":[32.632,35.413,35.463,33.36,33.791,33.056,33.463,34.613,33.923,33.419,32.656,33.765,34.06,33.195,33.606]}}, -{"f":"voby-v0.48.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.317,17.684,20.852,18.177,18.994,18.59,17.845,18.143,17.867,18.15,18.085,17.804,18.407,18.431,18.174],"script":[1.299,1.301,1.682,1.261,1.58,1.135,1.429,0.925,1.322,1.154,1.289,0.961,0.648,1.471,1.551],"paint":[16.593,14.465,15.68,15.372,15.618,16.204,14.769,15.308,14.797,15.14,14.863,15.391,16.111,15.835,14.784]}}, -{"f":"voby-v0.48.0-keyed","b":"04_select1k","v":{"total":[3.591,3.486,3.911,3.322,3.35,4.133,2.725,4.181,4.066,3.501,4.673,4.175,2.396,4.49,3.997,3.239,3.407,3.379,3.641,3.402,4.056,2.871,3.795,3.1,3.878],"script":[0.149,0.59,1.187,0.612,0.538,1.359,0.256,0.585,0.589,0.536,0.975,0.941,0.156,0.98,0.918,0.16,1.127,0.559,0.815,0.921,0.797,0.927,1.043,0.177,0.152],"paint":[2.792,2.033,1.882,2.578,1.826,2.643,2.376,2.174,2.568,2.075,3.463,2.419,1.138,2.338,2.963,2.445,2.176,2.001,1.623,1.894,1.982,1.356,2.36,1.738,2.03]}}, -{"f":"voby-v0.48.0-keyed","b":"05_swap1k","v":{"total":[23.31,22.999,23.05,22.536,22.9,22.671,23.761,22.506,23.758,23.008,23.504,22.399,23.934,23.98,23.082],"script":[1.817,2.083,2.04,1.555,2.076,2.016,2.392,1.255,2.002,1.878,1.733,1.233,1.951,2.194,2.404],"paint":[19.795,19.725,19.437,18.929,18.706,19.399,19.661,20.102,20.67,20.135,20.036,20.02,19.192,19.689,19.064]}}, -{"f":"voby-v0.48.0-keyed","b":"06_remove-one-1k","v":{"total":[17.874,19.096,17.874,19.06,17.835,17.551,18.186,18.468,18.624,17.106,17.944,17.888,17.551,17.539,18.082],"script":[1.133,0.968,0.779,1.137,1.019,0.988,0.888,0.778,0.782,1.042,0.763,0.848,0.755,0.774,0.886],"paint":[15.272,16.799,16.289,16.267,15.62,15.771,16.003,16.137,16.814,15.342,16.329,16.215,15.702,16.003,15.758]}}, -{"f":"voby-v0.48.0-keyed","b":"07_create10k","v":{"total":[415.389,424.505,425.297,422.569,422.185,419.495,420.882,414.497,419.93,426.702,423.265,425.083,423.976,428.026,425.056],"script":[59.049,58.882,61.349,60.759,59.74,58.693,60.396,59.146,59.598,60.284,60.46,60.159,60.3,60.293,60.977],"paint":[348.616,358.146,355.992,354.346,354.943,353.352,353.095,347.87,352.971,358.696,355.548,357.379,356.172,360.222,356.556]}}, -{"f":"voby-v0.48.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.852,42.677,43.618,42.029,43.56,43.723,43.79,44.526,43.463,42.545,44.431,45.189,43.714,43.28,42.848],"script":[5.086,4.69,5.156,4.864,4.975,4.421,5.039,6.552,4.846,4.745,5.023,5.293,4.776,4.772,4.818],"paint":[38.789,37.074,37.545,36.263,37.538,38.053,37.532,37.064,37.696,36.838,38.567,38.994,37.645,37.318,37.093]}}, -{"f":"voby-v0.48.0-keyed","b":"09_clear1k_x8","v":{"total":[15.318,15.147,15.62,16.615,15.593,14.679,15.994,16.055,15.044,14.93,15.501,15.096,15.47,14.547,15.488],"script":[13.29,12.342,12.88,13.86,13.641,13.206,13.844,13.467,13.12,12.523,13.022,12.565,12.813,12.643,13.048],"paint":[1.025,2.267,1.877,2.581,1.059,1.379,2.044,2.102,1.323,1.441,1.706,2.424,2.551,1.812,2.052]}}, -{"f":"voby-v0.48.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6315679550170898]}}, -{"f":"voby-v0.48.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3661727905273438]}}, -{"f":"voby-v0.48.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.395933151245117]}}, -{"f":"voby-v0.48.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0357189178466797]}}, -{"f":"voby-v0.48.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[25.433669090270996]}}, -{"f":"voby-v0.48.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.085]}}, -{"f":"voby-v0.48.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.788]}}, -{"f":"voby-v0.48.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.716]}}, +{"f":"vanjs-v1.1.0-keyed","b":"43_first-paint","v":{"DEFAULT":[65.4]}}, +{"f":"voby-v0.48.0-keyed","b":"01_run1k","v":{"total":[40.85,39.9,39.405,39.904,40.865,40.374,41.084,41.862,40.752,41.481,40.869,40.404,41.508,40.822,42.19],"script":[5.427,5.353,5.435,5.325,5.743,5.54,5.378,6.684,5.885,6.66,5.543,5.527,5.589,5.445,5.763],"paint":[35.025,34.081,33.531,34.14,34.691,34.401,35.305,34.727,34.414,34.403,34.878,34.129,35.344,34.938,35.958]}}, +{"f":"voby-v0.48.0-keyed","b":"02_replace1k","v":{"total":[45.258,47.026,45.506,46.812,46.258,47.35,45.804,46.871,46.686,45.875,46.632,46.695,47.265,46.196,46.385],"script":[8.629,9.138,8.919,9.054,9.159,9.67,8.948,9.099,9.283,8.534,8.936,9.117,9.089,9.291,9.171],"paint":[36.172,37.435,36.144,37.297,36.631,36.935,36.407,37.257,36.93,36.864,37.234,37.103,37.676,36.229,36.763]}}, +{"f":"voby-v0.48.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.92,19.544,18.116,18.979,17.983,17.564,18.381,18.284,17.535,16.975,17.662,19.035,17.266,18.026,18.277],"script":[2.162,1.296,1.224,1.584,1.675,1.281,1.306,1.19,1,1.002,1.265,0.965,1.158,1.915,1.794],"paint":[15.914,15.596,15.773,16.632,14.506,14.931,15.114,15.717,14.89,14.924,14.77,15.886,13.585,14.638,14.895]}}, +{"f":"voby-v0.48.0-keyed","b":"04_select1k","v":{"total":[3.598,4.377,3.588,3.908,3.697,3.327,3.773,2.831,3.424,3.113,3.235,4.13,3.242,3.515,3.699,3.89,4.548,3.671,3.692,3.779,3.583,3.155,3.394,3.32,4.106],"script":[0.907,0.973,0.188,0.976,1.128,0.884,1.165,0.818,0.909,0.644,0.639,0.971,1.004,0.917,0.876,1.191,1.165,0.929,0.861,0.159,0.191,0.796,0.538,0.153,1.036],"paint":[2.545,2.726,3.284,2.386,1.466,2.34,2.469,1.392,1.895,1.481,1.921,2.096,1.622,2.463,1.759,1.859,2.689,2.434,2.73,2.843,3.239,2.229,1.925,2.044,1.993]}}, +{"f":"voby-v0.48.0-keyed","b":"05_swap1k","v":{"total":[26.09,23.507,22.86,23.473,25.174,23.954,23.297,22.685,23.075,24.062,22.976,22.771,22.952,22.017,24.888],"script":[2.252,2.036,2.143,1.494,2.797,2.273,1.925,2.115,1.809,1.595,1.538,2.316,1.358,1.439,2.888],"paint":[21.093,19.99,19.392,20.575,19.993,20.043,19.17,18.502,19.464,20.951,19.963,18.621,19.793,19.022,20.438]}}, +{"f":"voby-v0.48.0-keyed","b":"06_remove-one-1k","v":{"total":[17.944,19.146,18.228,18.353,18.374,18.014,19.195,17.753,17.859,17.943,18.876,17.873,20.254,17.888,18.288],"script":[1.178,1.093,0.962,1.149,1.129,0.921,1.124,1.147,1.163,1.135,1.256,1.122,1.088,1.151,1.165],"paint":[15.889,17.218,16.248,15.986,15.589,15.922,16.816,15.304,15.87,16,16.278,15.946,17.835,15.954,16.324]}}, +{"f":"voby-v0.48.0-keyed","b":"07_create10k","v":{"total":[418.766,419.137,415.628,417.999,420.336,414.584,416.752,412.39,412.786,421.711,409.221,417.531,408.266,417.215,416.968],"script":[62.349,61.537,60.697,62.08,65.651,62.25,61.997,60.47,60.761,61.911,60.386,63.191,61.467,60.638,59.842],"paint":[349.16,350.125,347.642,348.642,347.324,344.929,347.475,344.628,344.74,352.532,340.919,347.089,339.547,349.26,349.802]}}, +{"f":"voby-v0.48.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.344,47.382,47.86,49.914,48.987,48.242,48.425,48.023,47.707,49.028,49.129,47.26,49.007,47.788,48.209],"script":[6.454,6.431,6.555,6.544,6.512,6.696,6.436,6.574,6.674,6.795,6.542,6.464,6.451,6.555,6.733],"paint":[39.861,39.957,40.161,42.145,41.458,40.666,40.757,40.535,40.078,40.98,41.59,39.939,41.75,40.306,40.525]}}, +{"f":"voby-v0.48.0-keyed","b":"09_clear1k_x8","v":{"total":[14.907,14.817,14.748,14.547,14.588,14.556,15.72,14.091,14.856,15.555,14.481,14.072,14.729,14.561,14.982],"script":[12.937,13.165,12.404,12.224,12.807,12.608,13.773,11.47,12.521,13.202,12.504,11.937,12.55,12.504,12.58],"paint":[1.282,0.889,1.799,1.634,0.806,1.846,1.821,1.815,1.443,1.501,1.865,2.043,2.065,1.973,2.241]}}, +{"f":"voby-v0.48.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6365537643432617]}}, +{"f":"voby-v0.48.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.152432441711426]}}, +{"f":"voby-v0.48.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.2083587646484375]}}, +{"f":"voby-v0.48.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0673694610595703]}}, +{"f":"voby-v0.48.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.2113094329834]}}, +{"f":"voby-v0.48.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2028.1599999999999]}}, +{"f":"voby-v0.48.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.652000000000001]}}, +{"f":"voby-v0.48.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.20800000000003]}}, {"f":"voby-v0.48.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[171.9296875]}}, {"f":"voby-v0.48.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[33.6552734375]}}, {"f":"voby-v0.48.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[11.8427734375]}}, -{"f":"voby-v0.48.0-keyed","b":"43_first-paint","v":{"DEFAULT":[88.1]}}, -{"f":"voby-v0.48.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[88.1]}}, -{"f":"vue-v3.3.6-keyed","b":"01_run1k","v":{"total":[44.153,44.296,44.288,46.528,44.602,44.569,43.973,44.062,44.818,46.119,44.144,44.26,46.212,45.61,44.556],"script":[8.243,8.971,7.903,8.56,8.102,7.824,8.188,8.592,8.828,8.093,8.209,8.832,8.711,7.74,8.124],"paint":[35.469,34.856,35.908,37.484,36.089,36.314,35.331,34.992,35.56,37.607,35.511,34.985,36.963,37.459,36.016]}}, -{"f":"vue-v3.3.6-keyed","b":"02_replace1k","v":{"total":[47.538,45.416,45.239,44.298,46.44,45.732,45.646,44.129,44.515,45.012,46.644,45.257,45.996,46.184,46.383],"script":[10.525,10.442,10.908,10.264,10.754,10.564,10.303,10.504,11.099,10.24,10.569,10.315,10.815,10.484,10.741],"paint":[36.321,34.382,33.82,33.532,35.229,34.392,34.611,33.208,32.945,34.301,35.595,34.493,34.691,35.07,35.196]}}, -{"f":"vue-v3.3.6-keyed","b":"03_update10th1k_x16","v":{"total":[22.431,21.236,22.241,21.076,21.828,24.044,21.153,20.989,21.555,20.701,20.607,20.102,22.143,21.263,22.004],"script":[4.19,4.013,3.079,3.702,4.045,3.837,3.895,3.594,3.325,3.533,3.465,2.888,3.455,3.76,3.83],"paint":[15.503,15.338,17.029,15.669,14.795,17.742,15.777,15.858,16.812,14.892,15.912,15.013,15.791,15.191,16.253]}}, -{"f":"vue-v3.3.6-keyed","b":"04_select1k","v":{"total":[5.538,5.144,5.279,8.444,4.759,5.846,4.004,5.581,5.171,5.637,4.725,3.714,4.814,4.658,5.09,5.582,4.408,3.904,4.761,4.693,4.207,4.778,5.372,4.198,4.668],"script":[2.172,1.335,1.944,2.648,2.194,1.484,1.622,1.954,2.295,1.898,1.336,1.318,1.674,2.013,1.713,1.573,1.816,1.128,1.85,1.55,1.35,1.39,1.299,1.118,1.897],"paint":[3.217,3.601,2.655,3.33,1.458,3.704,1.748,1.451,1.841,2.178,3.26,1.52,2.115,1.783,2.16,2.789,1.49,2.626,1.102,2.132,1.748,3.263,2.219,2.564,2.187]}}, -{"f":"vue-v3.3.6-keyed","b":"05_swap1k","v":{"total":[23.875,23.124,23.917,23.371,24.596,24.591,22.98,24.166,23.659,25.134,23.538,24.655,25.098,24.336,25.269],"script":[1.875,2.334,2.397,2.15,2.361,2.491,2.082,1.587,2.658,1.85,2.1,2.613,3.001,2.483,2.198],"paint":[20.556,19.609,20.211,20.09,21.225,20.313,19.28,20.094,19.456,21.84,20.197,20.94,20.294,20.303,21.217]}}, -{"f":"vue-v3.3.6-keyed","b":"06_remove-one-1k","v":{"total":[18.991,19.174,20.684,18.762,19.05,20.036,20.261,19.133,20.254,19.073,18.828,18.494,19.698,18.93,19.155],"script":[1.876,2.131,2.121,1.932,2.286,1.974,2.213,1.921,2.218,1.928,2.224,1.867,1.916,1.973,1.88],"paint":[16.395,16.465,16.979,15.577,15.632,16.414,16.67,16.451,16.598,16.005,15.877,15.608,16.771,16.094,16.255]}}, -{"f":"vue-v3.3.6-keyed","b":"07_create10k","v":{"total":[470.146,459.588,465.507,472.295,473.913,463.334,472.515,466.005,461.671,467.318,466.307,479.925,478.063,489.239,475.917],"script":[91.431,88.334,90.867,91.038,90.883,90.685,91.398,90.763,89.013,88.497,89.339,93.558,91.704,94.359,91.499],"paint":[371.305,363.628,367.211,373.619,374.592,364.401,373.239,367.784,365.161,370.923,369.721,378.671,378.57,386.891,376.232]}}, -{"f":"vue-v3.3.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.173,47.642,49.171,47.083,47.324,44.745,46.191,45.393,44.795,47.052,45.076,45.139,47.209,48.851,44.907],"script":[6.908,6.845,6.852,6.838,6.805,6.873,7.726,6.941,6.86,7.053,6.843,6.91,7.063,6.901,6.853],"paint":[37.407,39.552,41.102,39.014,39.257,36.984,37.298,37.519,37.12,39.01,37.406,37.346,39.306,40.969,37.244]}}, -{"f":"vue-v3.3.6-keyed","b":"09_clear1k_x8","v":{"total":[15.688,16.783,15.752,16.064,15.916,15.37,16.546,17.024,15.756,15.427,15.271,15.992,16.506,15.29,15.927],"script":[14.065,14.049,13.315,14.468,13.66,12.891,14.642,14.087,13.882,12.969,13.468,14.084,14.091,13.563,14.008],"paint":[1.51,2.142,1.762,1.488,1.449,2.383,1.347,2.351,1.773,0.852,1.692,1.111,2.291,0.794,1.815]}}, -{"f":"vue-v3.3.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7396554946899414]}}, -{"f":"vue-v3.3.6-keyed","b":"22_run-memory","v":{"DEFAULT":[3.8932104110717773]}}, -{"f":"vue-v3.3.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.912050247192383]}}, -{"f":"vue-v3.3.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.143899917602539]}}, -{"f":"vue-v3.3.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.471811294555664]}}, -{"f":"vue-v3.3.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.44]}}, -{"f":"vue-v3.3.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.851999999999997]}}, -{"f":"vue-v3.3.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.808]}}, +{"f":"voby-v0.48.0-keyed","b":"43_first-paint","v":{"DEFAULT":[80.3]}}, +{"f":"vue-v3.3.6-keyed","b":"01_run1k","v":{"total":[43.242,44.365,44.251,44.647,43.47,42.647,45.583,43.513,46.028,44.552,45.386,42.597,44.432,45.294,43.986],"script":[8.259,8.637,9.184,9.152,8.004,8.168,8.489,8.39,8.367,8.269,8.846,8.195,9.138,8.467,8.986],"paint":[34.513,35.23,34.647,35.07,34.965,34.011,36.676,34.632,37.124,35.787,36.141,34.002,34.488,36.131,34.577]}}, +{"f":"vue-v3.3.6-keyed","b":"02_replace1k","v":{"total":[53.133,51.914,52.21,51.499,52.617,52.753,52.537,53.081,52.591,53.032,53.137,52.78,52.416,51.961,53.043],"script":[13.223,12.66,12.593,12.973,12.86,13.036,12.51,12.76,12.431,13.201,12.791,12.967,12.604,12.645,12.817],"paint":[39.481,38.793,39.137,38.034,39.28,39.017,39.521,39.598,39.614,39.354,39.587,39.337,39.103,38.801,39.703]}}, +{"f":"vue-v3.3.6-keyed","b":"03_update10th1k_x16","v":{"total":[22.155,22.504,22.543,20.694,21.203,21.844,21.739,22.123,21.543,21.371,21.539,21.33,21.217,22.278,22.589],"script":[4.079,3.088,4.061,3.476,4.035,4.233,3.414,3.791,3.812,3.498,3.7,3.707,3.214,3.736,3.384],"paint":[16.208,17.536,16.34,15.585,16.461,14.702,16.443,15.214,16.163,15.829,16.256,16.252,16.76,16.477,16.562]}}, +{"f":"vue-v3.3.6-keyed","b":"04_select1k","v":{"total":[4.929,4.689,5.745,5.359,4.704,4.607,5.21,5.43,4.332,5.317,4.626,5.3,4.503,5.13,5.018,4.586,4.691,4.516,5.53,5.043,4.278,5.165,4.909,4.674,5.007],"script":[2.212,2.311,2.446,2.481,2.091,2.256,2.169,2.042,2.26,2.243,1.905,2.361,1.789,2.373,1.86,1.462,2.036,1.737,2.2,2.576,1.792,1.865,1.555,1.696,1.797],"paint":[1.945,1.643,3.127,1.334,2.463,2.054,2.89,2.394,1.928,2.456,2.559,2.012,1.425,1.868,1.214,2.995,1.54,2.636,2.387,2.194,1.454,2.101,3.203,2.825,1.655]}}, +{"f":"vue-v3.3.6-keyed","b":"05_swap1k","v":{"total":[23.982,24.091,24.289,27.141,23.51,22.99,22.703,22.837,24.746,23.16,23.002,22.95,23.167,23.357,22.776],"script":[2.845,1.969,2.846,2.526,2.081,2.201,2.2,2.245,2.667,2.143,1.841,2.126,2.546,1.832,2.388],"paint":[19.025,20.066,19.588,21.562,20.449,19.289,18.659,19.323,19.951,19.475,20.154,19.768,18.396,19.375,18.825]}}, +{"f":"vue-v3.3.6-keyed","b":"06_remove-one-1k","v":{"total":[20.86,20.44,20.697,19.794,21.228,21.083,20.506,21.407,20.935,22.15,20.865,20.302,20.552,20.8,19.927],"script":[3.673,3.32,3.537,3.282,3.718,3.857,3.335,3.799,3.819,4.429,3.832,3.658,3.313,3.643,3.261],"paint":[16.321,15.819,15.869,15.796,15.827,16.098,16.217,16.321,15.96,16.5,16.234,15.747,16.356,16.148,15.501]}}, +{"f":"vue-v3.3.6-keyed","b":"07_create10k","v":{"total":[468.875,471.271,463.338,470.562,464.742,463.076,464.705,462.74,464.042,479.082,458.175,464.365,464.536,467.532,469.126],"script":[94.976,90.404,93.907,95.905,95.529,95.014,94.948,91.485,91.089,96.313,88.737,94.314,94.246,93.921,95.496],"paint":[366.391,372.735,362.157,366.987,361.973,360.802,362.715,364.019,365.578,375.445,362.065,362.618,363.049,366.336,366.363]}}, +{"f":"vue-v3.3.6-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.547,53.062,53.436,51.997,52.277,53.409,52.74,51.169,53.163,52.492,52.498,52.962,53.337,52.988,53.193],"script":[9.146,9.483,9.741,9.164,9.396,9.48,9.307,9.317,9.806,9.186,9.856,9.708,9.716,9.136,9.682],"paint":[41.52,42.385,42.435,41.947,42.004,42.985,42.467,40.928,42.418,42.099,41.692,42.299,42.271,42.895,42.58]}}, +{"f":"vue-v3.3.6-keyed","b":"09_clear1k_x8","v":{"total":[15.279,15.988,15.865,16.07,17.212,16.866,16.292,16.725,15.577,15.32,16.845,15.946,15.645,15.46,16.45],"script":[12.625,14.033,13.806,14.382,15.365,14.828,14.129,14.384,13.16,13.343,14.406,14.38,13.914,13.463,14.584],"paint":[2.483,1.065,1.3,0.77,1.717,1.921,2.059,2.249,1.311,1.88,1.888,0.813,0.779,1.068,1.736]}}, +{"f":"vue-v3.3.6-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.693695068359375]}}, +{"f":"vue-v3.3.6-keyed","b":"22_run-memory","v":{"DEFAULT":[3.6823692321777344]}}, +{"f":"vue-v3.3.6-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.7014055252075195]}}, +{"f":"vue-v3.3.6-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0768795013427734]}}, +{"f":"vue-v3.3.6-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.239432334899902]}}, +{"f":"vue-v3.3.6-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.41]}}, +{"f":"vue-v3.3.6-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.280000000000001]}}, +{"f":"vue-v3.3.6-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[156.49999999999994]}}, {"f":"vue-v3.3.6-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[197.552734375]}}, {"f":"vue-v3.3.6-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[59.27734375]}}, {"f":"vue-v3.3.6-keyed","b":"42_size-compressed","v":{"DEFAULT":[21.080078125]}}, -{"f":"vue-v3.3.6-keyed","b":"43_first-paint","v":{"DEFAULT":[115.6]}}, -{"f":"vue-v3.3.6-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[115.6]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"01_run1k","v":{"total":[45.69,47.226,46.748,48.785,45.947,45.3,45.248,45.68,47.674,45.384,45.623,44.933,48.018,46.014,47.82],"script":[9.763,10.118,10.082,10.359,9.915,9.842,9.291,10.337,10.329,9.432,9.625,9.616,10.231,10.256,10.352],"paint":[35.446,36.406,36.188,37.674,35.483,34.949,35.473,34.838,36.662,35.503,35.519,34.817,37.311,35.291,37.014]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"02_replace1k","v":{"total":[47.078,47.185,47.282,46.195,46.653,47.583,46.057,46.669,46.121,44.1,47.414,45.979,45.747,46.941,46.628],"script":[13.14,13.401,13.004,12.149,12.185,12.486,12.486,12.969,12.206,11.753,12.35,12.446,12.122,13.092,12.468],"paint":[33.494,33.312,33.583,33.57,33.731,34.621,33.111,33.246,33.458,31.902,34.315,33.111,33.182,33.391,33.651]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"03_update10th1k_x16","v":{"total":[27.505,26.553,27.173,25.648,25.669,25.048,25.623,28.236,25.018,25.777,25.165,24.99,25.332,26.782,25.194],"script":[8.418,8.029,8.381,7.911,8.231,7.642,7.496,7.844,7.19,7.523,7.568,7.404,7.914,7.26,7.367],"paint":[16.658,16.881,16.909,15.893,15.858,15.904,16.993,18.273,16.449,16.564,16.48,16.203,15.574,17.584,16.496]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"04_select1k","v":{"total":[8.645,8.991,8.519,8.617,9.11,8.027,8.158,8.519,9.274,7.497,8.694,8.794,8.988,8.228,9.772,9.633,8.57,8,8.137,8.839,9.048,9.498,8.508,9.497,8.404],"script":[4.945,5.274,5.723,5.599,5.674,4.856,4.999,5.66,6.295,4.398,5.811,5.153,5.848,5.85,5.575,6.351,5.435,4.605,5.086,5.579,5.72,5.613,5.244,5.88,5.697],"paint":[2.456,2.093,1.774,2.043,3.239,1.949,2.981,2.736,1.841,2.982,1.556,2.753,2.117,0.935,2.942,3.081,3.017,3.201,2.885,2.127,2.066,2.531,2.709,2.162,2.044]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"05_swap1k","v":{"total":[27.67,27.509,27.433,27.226,27.651,30.108,27.763,27.876,28.804,28.267,28.735,27.058,28.652,27.546,27.048],"script":[4.956,6.098,5.096,6.126,6.129,5.593,5.532,6.132,5.764,6.025,6.457,5.527,6.157,6.034,5.687],"paint":[21.197,19.995,20.859,19.547,19.502,22.555,20.746,18.905,20.897,19.521,20.1,19.84,19.934,19.869,20.296]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"06_remove-one-1k","v":{"total":[23.19,23.374,23.492,22.385,22.927,22.836,23.296,22.856,23.534,22.908,22.218,23.327,22.166,23.473,22.408],"script":[6.078,5.604,5.807,5.696,5.513,5.646,5.541,5.532,5.478,5.626,5.547,5.609,5.508,5.1,5.105],"paint":[16.254,16.317,16.549,15.868,16.28,15.672,16.048,16.22,17.054,16.296,15.779,16.656,15.547,17.504,16.524]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"07_create10k","v":{"total":[490.954,485.21,483.628,494.914,494.624,495.197,488.053,490.89,485.871,492.909,495.05,483.821,491.184,481.148,492.702],"script":[107.826,110.947,108.056,111.717,110.762,109.779,111.693,110.863,111.783,110.345,110.329,109.008,110.686,109.51,112.68],"paint":[375.301,366.879,367.619,375.853,376.158,377.741,369.006,372.51,366.596,374.858,377.075,367.231,372.554,363.985,372.569]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.906,49.056,47.659,49.558,49.791,49.445,49.372,49.687,48.02,49.509,50.363,49.028,48.532,50.946,49.4],"script":[11.075,10.699,10.343,10.93,11.21,11.108,10.795,10.406,10.543,10.537,11.006,10.975,10.302,10.333,11.043],"paint":[37.588,37.407,36.344,37.648,37.625,37.401,37.629,38.082,36.567,38.08,38.124,37.136,37.332,39.659,37.392]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"09_clear1k_x8","v":{"total":[18.164,19.39,19.747,19.413,19.393,19.356,19.63,19.293,18.215,19.415,18.913,19.031,18.355,19.65,18.877],"script":[15.921,17.301,18.118,16.709,17.348,17.144,17.146,17.083,16.235,16.883,16.459,16.76,16.173,17.704,17.086],"paint":[1.912,1.096,1.522,2.598,1.58,2.108,2.366,2.097,1.854,1.089,2.355,1.527,1.051,1.557,0.812]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8490476608276367]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"22_run-memory","v":{"DEFAULT":[4.520216941833496]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.552525520324707]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4541807174682617]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.05166721343994]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.305]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.504]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.45199999999997]}}, +{"f":"vue-v3.3.6-keyed","b":"43_first-paint","v":{"DEFAULT":[107.2]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"01_run1k","v":{"total":[47.517,46.129,47.641,49.059,45.425,45.439,44.517,46.437,45.292,51.053,47.632,48.98,46.18,45.2,45.676],"script":[10.771,10.423,10.817,10.541,10.515,10.511,9.487,10.882,10.52,12.072,9.629,10.177,10.681,10.56,10.494],"paint":[36.029,35.187,36.388,37.784,34.385,34.481,34.553,35.123,34.059,38.277,37.599,38.009,35.045,34.181,34.694]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"02_replace1k","v":{"total":[54.286,54.309,54.941,54.242,54.886,53.906,55.102,54.078,54.607,53.708,54.119,53.801,54.5,54.755,53.934],"script":[14.767,15.309,15.92,14.947,15.598,15.308,15.45,15.004,14.712,14.915,14.995,14.416,14.339,15.147,14.779],"paint":[39.048,38.568,38.562,38.796,38.784,38.121,39.198,38.037,39.406,38.318,38.687,38.927,39.298,39.151,38.507]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"03_update10th1k_x16","v":{"total":[26.763,26.234,26.259,25.348,25.937,25.326,24.868,26.625,25.875,26.878,27.357,25.476,25.986,26.935,26.199],"script":[8.68,8.068,8.385,7.981,7.854,7.768,7.152,8.78,7.887,8.175,7.625,7.739,8.239,8.722,7.53],"paint":[15.713,16.474,16.053,15.578,16.914,15.349,16.153,16.002,16.334,15.846,16.962,16.736,16.422,16.405,16.735]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"04_select1k","v":{"total":[10.457,8.382,8.755,8.41,9.057,9.366,9.041,9.116,8.773,8.646,8.064,8.454,9.632,9.049,8.934,9.093,8.992,9.805,8.922,8.27,9.27,9.474,9.029,8.846,8.727],"script":[6.599,5.291,5.593,5.565,6.029,5.898,6.094,5.588,5.587,5.453,5.448,5.382,6.083,5.973,5.794,6.144,5.409,6.513,5.53,5.179,5.84,6.109,6.049,5.804,5.766],"paint":[2.841,2.402,2.576,2.645,2.049,2.504,2.04,2.143,2.985,1.483,1.648,1.788,2.369,2.214,2.389,2.072,2.992,2.411,2.077,2.17,3.249,2.163,2.023,1.243,1.948]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"05_swap1k","v":{"total":[28.067,28.042,27.663,27.247,25.806,27.065,26.982,27.08,27.127,29.65,28.818,27.195,26.862,26.75,26.984],"script":[6.003,6.361,6.199,5.923,6.031,6.414,6.298,6.177,5.51,6.086,6.457,6.114,6.009,5.969,6.039],"paint":[20.182,20.075,20.033,19.807,18.73,18.912,18.725,19.28,20.118,21.766,20.432,19.383,19.075,19.213,19.892]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"06_remove-one-1k","v":{"total":[25.361,26.258,24.228,24.113,25.495,24.607,24.159,25.06,24.763,24.652,25.189,24.606,24.614,24.43,24.601],"script":[7.813,7.547,7.115,7.365,7.693,7.332,7.369,7.372,7.573,7.495,7.998,7.478,7.48,7.242,7.432],"paint":[16.037,16.629,16.247,15.336,16.56,16.277,15.953,16.4,16.085,16.23,16.044,16.282,16.228,16.353,15.704]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"07_create10k","v":{"total":[483.869,480.051,482.749,481.242,487.911,490.127,483.998,484.578,483.987,488.785,491.012,486.635,484.147,486.589,486.984],"script":[114.141,112.984,111.857,112.895,113.805,115.118,113.133,112.953,114.857,112.987,116.907,114.913,113.431,113.759,114.479],"paint":[362.311,359.687,363.464,361.031,366.315,367.75,362.736,364.292,361.926,368.29,366.838,364.422,363.469,364.94,364.732]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.496,56.638,56.362,55.969,58.602,56.226,57.927,57.726,55.748,59.251,56.07,56.19,58.462,56.577,59.976],"script":[13.293,12.817,13.415,13.363,14.308,13.578,13.026,14.008,12.849,13.982,13.297,13.269,13.622,13.052,13.68],"paint":[43.36,42.288,42.06,41.731,43.077,41.479,43.751,42.505,41.985,44.065,41.806,42.027,44.005,42.423,45.021]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"09_clear1k_x8","v":{"total":[17.421,19.044,19.381,18.926,19.4,18.764,17.444,19.34,19.194,19.389,18.698,19.227,20.191,18.409,19.693],"script":[15.296,16.878,17.081,16.72,16.886,17.169,15.569,17.07,16.55,16.966,16.198,17.037,17.992,16.874,17.801],"paint":[1.447,1.468,1.795,1.057,2.39,1.501,1.678,2.154,2.538,2.287,2.219,2.08,2.046,1.426,1.772]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8541173934936523]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"22_run-memory","v":{"DEFAULT":[4.307738304138184]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.361128807067871]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4493675231933594]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.82841491699219]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"31_startup-ci","v":{"DEFAULT":[2251.675]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.104]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.49999999999994]}}, {"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[215.818359375]}}, {"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[77.5419921875]}}, {"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"42_size-compressed","v":{"DEFAULT":[26.8212890625]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"43_first-paint","v":{"DEFAULT":[143]}}, -{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[143]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"01_run1k","v":{"total":[40.014,42.438,39.304,39.815,40.863,40.66,39.811,40.591,39.605,39.398,40.537,39.56,39.653,40.523,40.168],"script":[4.806,4.909,4.432,4.881,4.334,4.754,4.482,4.914,4.796,4.538,4.678,4.908,4.772,4.852,4.834],"paint":[34.798,37.05,34.476,34.445,36.034,35.486,34.934,35.228,34.364,34.398,35.428,34.202,34.183,35.246,34.943]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"02_replace1k","v":{"total":[42.324,42.988,42.684,43.191,43.184,44.104,42.875,42.312,44.255,43.402,42.635,43.689,43.497,44.156,43.146],"script":[9.149,9.429,9.646,9.916,9.173,9.646,9.24,9.204,9.912,9.688,9.608,9.75,9.637,9.245,9.412],"paint":[32.753,33.089,32.606,32.847,33.266,33.728,33.202,32.671,33.926,33.264,32.563,33.524,33.115,34.504,33.26]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.455,18.419,19.284,19.068,19.072,20.578,18.846,20.111,19.803,19.348,20.274,18.382,21.381,18.449,18.709],"script":[2.289,1.766,2.747,1.939,1.975,1.424,1.882,2.083,2.147,2.153,1.738,1.294,1.334,1.866,1.839],"paint":[15.054,15.644,15.448,15.163,15.606,17.329,15.287,16.449,15.716,15.742,16.618,15.607,16.758,14.736,14.538]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"04_select1k","v":{"total":[3.399,4.922,2.71,2.649,3.656,2.431,3.879,4.502,4.272,2.882,3.486,4.237,3.359,3.892,2.715,3.236,3.828,3.642,3.108,3.981,3.114,3.578,3.195,2.978,3.107],"script":[0.877,0.899,0.484,0.116,0.87,0.278,0.108,0.127,1.079,0.593,0.499,1.125,1.2,1.361,0.6,0.131,0.128,0.832,0.865,0.483,0.831,0.132,0.114,0.323,0.144],"paint":[1.297,3.762,2.119,1.446,1.888,1.623,2.461,3.778,2.05,1.465,1.72,2.122,1.728,2.314,1.54,1.964,2.793,1.931,1.452,2.209,1.375,2.354,2.983,2.532,2.832]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"05_swap1k","v":{"total":[24.423,24.864,23.944,24.888,24.086,25.706,24.55,23.774,25.157,25.028,25.63,25.963,24.859,25.184,24.74],"script":[4.045,3.919,3.455,4.051,3.972,4.2,3.339,3.561,3.933,4.144,3.618,4.05,4.047,3.699,3.56],"paint":[19.064,19.933,19.757,18.646,18.439,20.209,20.055,18.73,19.636,19.44,20.358,19.811,19.007,20.191,18.893]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"06_remove-one-1k","v":{"total":[19.012,19.093,18.057,20.301,18.402,18.321,18.436,18.603,18.423,18.894,18.675,18.381,18.238,18.729,18.425],"script":[1.816,1.849,1.493,1.79,1.473,1.758,1.773,1.44,1.778,1.752,1.828,1.786,1.803,1.82,1.776],"paint":[15.211,15.869,15.782,17.288,16.303,15.77,15.801,15.912,15.856,16.432,15.76,15.815,15.635,16.07,15.374]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"07_create10k","v":{"total":[433.907,429.768,433.719,431.092,430.274,437.031,428.919,434.667,429.539,433.933,435.098,428.846,428.982,435.034,426.187],"script":[66.58,65.142,66.788,65.672,65.03,66.645,65.006,66.066,65.441,65.718,65.677,65.348,64.99,66.826,66.119],"paint":[359.779,357.146,359.431,357.601,357.792,362.939,356.549,361.127,356.283,360.782,362.054,356.095,356.547,360.796,352.698]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.526,45.167,46.5,45.675,45.338,44.884,45.899,45.69,46.46,46.083,45.053,47.504,46.03,46.62,44.906],"script":[6.79,6.928,6.452,7.032,6.907,6.571,6.774,6.711,7.074,6.737,6.818,6.467,6.906,6.655,6.706],"paint":[37.886,37.354,38.817,37.74,37.18,37.508,38.17,38.044,38.15,38.356,37.273,40.027,38.186,39.034,37.31]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"09_clear1k_x8","v":{"total":[16.575,15.486,15.929,15.537,15.061,15.22,14.857,15.452,15.733,17.498,15.028,15.831,15.603,16.791,16.273],"script":[13.968,13.588,13.527,12.858,13.535,12.513,13.248,13.14,13.673,15.478,12.326,13.654,13.147,14.039,13.772],"paint":[2.467,1.807,2.302,2.572,1.44,2.602,1.516,2.231,1.805,0.6,2.592,1.827,2.32,2.616,1.729]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.568359375]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3910322189331055]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.439239501953125]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0101213455200195]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.050891876220703]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1799999999998]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.335999999999999]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.15600000000003]}}, +{"f":"vue-pinia-v3.3.4 + 2.1.7-keyed","b":"43_first-paint","v":{"DEFAULT":[132.8]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"01_run1k","v":{"total":[40.24,40.061,40.285,41.473,40.325,40.581,40.555,40.801,39.441,41.21,39.957,40.322,40.216,40.855,39.903],"script":[4.571,4.566,4.444,4.08,4.67,4.58,4.428,4.74,4.649,4.598,4.141,4.764,4.563,4.534,4.816],"paint":[35.234,35.112,35.169,36.922,35.201,35.564,35.459,35.603,34.346,35.917,35.346,35.112,35.201,35.847,34.662]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"02_replace1k","v":{"total":[46.8,48.555,47.587,48.488,48.452,47.746,46.121,47.139,46.107,46.461,48.234,47.18,49.244,47.852,47.516],"script":[9.866,10.126,9.791,10.434,10.198,10.077,9.898,9.79,9.536,9.795,9.858,9.86,10.783,10.471,9.971],"paint":[36.2,37.725,37.342,37.336,37.536,36.921,35.714,36.92,35.872,35.894,37.641,36.829,38.042,36.929,36.825]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"03_update10th1k_x16","v":{"total":[19.274,20.338,18.366,20.655,18.962,19.699,17.91,18.262,19.46,19.575,19.283,19.064,20.015,18.913,19.531],"script":[2.322,1.89,2.139,2.078,2.194,2.079,1.099,1.845,1.835,2.095,2.445,2.128,2.421,1.705,2.043],"paint":[14.907,16.846,14.927,16.668,13.92,16.287,15.438,15.099,16.573,15.731,15.509,14.726,15.555,15.385,15.87]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"04_select1k","v":{"total":[3.086,3.427,3.193,2.575,4.783,4.574,3.338,3.432,3.077,3.197,3.09,2.776,2.881,4.046,3.131,3.946,3.895,3.618,3.629,4.583,4.062,3.113,4.171,3.55,4.001],"script":[0.619,0.994,0.146,0.133,0.964,1.075,0.151,1.223,0.126,0.755,0.856,0.576,0.144,0.866,0.154,0.633,1.27,1.133,0.914,1.179,1.191,0.813,0.144,0.145,0.771],"paint":[1.811,2.293,1.867,1.915,2.532,2.048,2.409,1.768,2.869,2.304,1.32,1.467,1.883,2.971,1.746,2.275,2.505,2.35,2.092,2.362,2.712,1.228,3.51,3.258,2.001]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"05_swap1k","v":{"total":[23.806,24.349,26.578,24.08,25.493,25.452,25.159,24.414,25.812,25.857,24.506,24.399,25.888,26.003,25.614],"script":[3.762,3.409,3.534,3.985,3.712,3.731,3.726,3.541,3.987,3.706,3.373,3.633,3.76,3.723,3.737],"paint":[18.274,18.875,21.377,18.161,20.612,19.59,18.904,19.413,20.307,20.274,20.057,19.414,20.337,19.733,20.436]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"06_remove-one-1k","v":{"total":[18.354,18.993,18.245,18.447,19.553,20.8,18.841,18.328,18.821,18.441,18.94,19.076,18.823,18.949,20.263],"script":[1.808,1.774,1.785,1.809,1.818,2.131,1.764,1.765,1.782,1.5,1.78,1.779,1.777,1.853,1.808],"paint":[14.793,15.903,15.694,15.412,16.331,17.364,16.279,15.787,15.695,16.164,15.888,15.98,15.959,16.256,16.621]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"07_create10k","v":{"total":[438.072,442.992,434.082,431.252,431.946,436.364,434.611,438.521,433.217,437.928,437.047,433.653,435.591,427.507,431.482],"script":[69.615,68.225,66.823,69.536,66.773,69.285,70.179,70.014,68.564,68.12,67.499,67.428,68.857,67.587,68.408],"paint":[360.939,367.404,359.748,354.384,357.896,359.625,357.117,361.035,357.263,362.267,362.076,358.823,359.316,352.546,355.701]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.593,49.396,49.673,50.369,51.766,50.098,49.131,50.516,51.575,49.961,51.47,51.219,50.729,51.141,49.627],"script":[7.557,7.61,7.965,8,8.021,7.538,7.502,7.913,7.924,7.884,8.044,7.981,8.728,7.833,7.921],"paint":[41.18,40.89,40.699,41.147,42.817,41.601,40.634,41.405,42.842,41.206,42.488,41.902,41.028,42.084,40.793]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"09_clear1k_x8","v":{"total":[15.019,15.111,15.079,14.573,14.426,14.573,14.935,13.992,15.022,15.49,14.854,14.749,16.39,15.662,14.101],"script":[12.801,12.889,13.195,12.333,12.766,12.753,12.81,12.285,12.918,12.874,12.842,12.821,13.801,13.673,12.525],"paint":[2.057,1.722,1.776,2.135,0.73,1.721,1.072,1.601,2.006,2.489,1.904,1.04,2.148,1.891,0.913]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5524082183837891]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"22_run-memory","v":{"DEFAULT":[3.176118850708008]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.2266159057617188]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0348625183105469]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.844449996948242]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.25]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.968]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.008]}}, {"f":"vuerx-jsx-v0.2.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.3505859375]}}, {"f":"vuerx-jsx-v0.2.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[15.076171875]}}, {"f":"vuerx-jsx-v0.2.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.662109375]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[80.5]}}, -{"f":"vuerx-jsx-v0.2.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[80.5]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"01_run1k","v":{"total":[39.484,42.23,43.034,42.874,40.641,40.35,40.326,40.878,40.147,41.163,41.625,40.535,41.202,40.712,41.842],"script":[3.87,4.445,4.485,4.131,4.509,4.547,4.241,4.305,4.12,4.288,4.334,4.189,4.018,4.406,4.217],"paint":[35.165,37.291,38.084,38.283,35.615,35.359,35.371,35.887,35.574,36.17,36.81,35.948,36.472,35.876,36.938]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"02_replace1k","v":{"total":[40.561,42.327,40.223,42.971,41.965,41.888,41.806,41.542,39.729,41.541,41.785,42.322,42.215,41.797,41.888],"script":[6.939,7.144,6.804,6.872,7.41,7.111,7.125,7.217,6.842,7.046,7.156,6.969,7.357,7.266,7.353],"paint":[33.186,34.508,32.981,35.458,34.125,34.359,34.205,33.886,32.457,34.074,34.209,34.904,34.355,34.074,34.041]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"03_update10th1k_x16","v":{"total":[19.677,18.45,19.975,18.142,17.817,17.431,18.179,17.737,18.012,18.221,19.187,18.437,17.951,17.937,19.389],"script":[1.186,1.179,0.685,1.226,1.205,1.051,1.198,1.17,1.679,1.16,1.301,1.192,1.233,0.965,1.279],"paint":[17.078,16.187,17.03,14.34,14.983,14.532,15.501,15.082,13.935,15.657,16.782,15.13,15.478,15.104,17.012]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"04_select1k","v":{"total":[2.726,3.532,2.791,3.311,3.301,2.845,2.853,3.397,4.007,3.118,3.097,3.216,3.231,4.102,3.818,3.047,2.833,3.101,2.607,2.759,2.808,3.51,2.427,2.395,4.26],"script":[0.088,0.834,0.528,0.09,0.613,0.528,0.084,0.077,0.096,0.487,0.545,0.103,0.765,0.114,0.095,0.088,0.487,0.099,0.08,0.471,0.43,0.095,0.095,0.088,0.076],"paint":[2.527,1.868,1.576,3.074,2.551,1.508,2.586,2.292,2.972,1.687,1.704,1.987,2.36,2.899,3.471,1.937,1.136,2.861,1.994,2.177,2.267,1.994,1.409,1.296,2.835]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"05_swap1k","v":{"total":[20.925,21.537,20.964,21.841,20.691,23.19,22.09,22.118,22.424,22.503,22.616,21.218,21.132,20.633,22.372],"script":[0.11,0.103,0.099,0.113,0.096,0.733,0.105,0.096,0.793,0.105,1.046,1.001,0.809,0.096,0.899],"paint":[19.807,19.835,19.005,20.158,18.339,21.293,19.998,20.438,20.339,20.798,19.336,18.579,18.508,18.722,19.98]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"06_remove-one-1k","v":{"total":[17.243,17.117,16.786,16.767,16.663,17.117,16.825,17.54,17.128,16.442,16.551,17.796,17.266,16.119,16.513],"script":[0.25,0.113,0.199,0.453,0.129,0.463,0.302,0.316,0.493,0.129,0.295,0.121,0.264,0.114,0.125],"paint":[16.177,16.176,15.677,15.223,15.713,15.843,15.62,15.879,15.492,15.29,15.457,16.57,15.482,15.213,15.594]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"07_create10k","v":{"total":[430.41,427.83,421.011,427.691,431.434,426.116,430.2,429.75,433.296,427.449,431.098,428.433,429.286,423.783,424.945],"script":[49.806,49.107,47.858,46.401,47.813,49.59,49.972,47.643,48.578,47.621,49.107,48.994,49.19,46.693,46.521],"paint":[372.934,370.647,365.301,373.218,374.902,369.028,370.933,374.301,376.765,371.832,374.32,371.423,372.453,369.672,370.689]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.692,43.229,40.818,42.322,42.574,43.469,42.94,43.819,43.246,42.772,41.238,43.53,45.675,42.537,42.426],"script":[4.06,4.096,3.976,4.03,3.998,4.671,4.004,4.095,4.277,4.149,3.982,4.071,4.486,4.412,4.084],"paint":[38.661,38.303,35.951,37.105,37.716,37.606,37.798,38.529,38.078,37.442,36.332,38.289,40.005,37.188,37.264]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"09_clear1k_x8","v":{"total":[13.61,13.643,13.526,14.926,13.165,12.592,13.139,12.942,14.046,12.644,13.403,13.245,13.199,13.295,13.227],"script":[11.254,11.324,11.563,12.444,11.474,10.709,11.302,11.077,11.69,11.122,11.169,11.637,11.135,11.382,11.286],"paint":[1.73,2.222,1.87,2.357,1.605,1.784,1.038,1.479,1.963,1.422,1.889,1.506,1.974,1.147,1.861]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.598994255065918]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"22_run-memory","v":{"DEFAULT":[3.055790901184082]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.0072994232177734]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8014392852783203]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.456913948059082]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.6599999999999]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.879999999999999]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.772]}}, +{"f":"vuerx-jsx-v0.2.0-keyed","b":"43_first-paint","v":{"DEFAULT":[54.7]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"01_run1k","v":{"total":[40.54,43.747,40.422,40.733,41.253,42.326,41.158,41.055,41.469,40.445,40.018,41.019,41.035,41.284,41.273],"script":[4.177,4.848,4.515,4.392,4.831,4.505,4.745,4.573,4.546,4.479,4.494,4.366,4.911,4.458,4.563],"paint":[35.692,38.236,35.166,35.621,35.77,37.362,35.944,35.824,36.47,35.487,34.849,36.179,35.681,36.177,36.013]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"02_replace1k","v":{"total":[45.302,46.64,46.269,45.439,45.255,44.197,45.31,44.266,45.618,45.89,46.231,44.767,44.551,44.937,45.909],"script":[7.133,7.403,7.018,7.221,7.1,7.19,7.162,7.187,7.296,7.2,7.273,7.141,7.392,7.161,7.058],"paint":[37.696,38.779,38.722,37.555,37.691,36.525,37.695,36.625,37.825,38.125,38.476,37.196,36.727,37.324,38.408]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"03_update10th1k_x16","v":{"total":[19.147,18.344,18.46,18.47,17.872,18.464,18.162,18.011,17.512,17.962,19.384,18.019,18.171,18.86,19.089],"script":[1.463,1.701,0.963,1.346,0.95,1.408,0.244,0.965,0.703,1.099,1.237,1.217,0.883,0.942,1.431],"paint":[15.755,14.875,15,15.847,14.867,14.924,15.741,15.118,15.068,15.403,15.982,15.115,15.966,16.342,15.109]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"04_select1k","v":{"total":[3.562,3.443,3.481,4.116,3.584,2.874,3.493,2.855,3.514,2.133,3.813,3.818,3.382,3.039,3.483,3.352,3.101,2.611,2.831,4.224,3.154,3.577,2.851,2.803,3.837],"script":[0.079,1.022,0.089,0.102,1.014,1.09,0.092,0.482,0.923,0.328,0.096,0.086,0.087,0.095,0.078,0.809,0.93,0.311,0.082,0.875,0.087,0.879,0.809,0.634,0.102],"paint":[2.623,1.66,2.751,3.761,1.337,1.685,3.271,1.579,1.919,1.297,2.627,2.504,3.181,1.655,3.271,1.465,2.029,2.191,2.199,1.956,1.885,2.557,1.155,1.575,3.595]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"05_swap1k","v":{"total":[22.387,21.228,21.656,19.941,21.25,21.396,21.08,21.774,20.766,21.211,21.157,20.356,21.689,21.24,22.426],"script":[0.489,0.108,0.099,0.104,0.092,0.098,0.958,0.719,0.097,0.923,0.103,0.101,0.572,0.104,0.838],"paint":[19.594,19.535,19.939,18.948,20.138,19.835,18.823,19.369,19.245,18.261,18.721,18.972,19.458,18.824,19.839]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"06_remove-one-1k","v":{"total":[17.016,16.467,16.983,17.055,16.979,17.64,16.975,16.532,17.043,16.612,16.838,16.528,17.837,17.302,17.005],"script":[0.342,0.124,0.458,0.473,0.281,0.437,0.122,0.352,0.446,0.387,0.266,0.446,0.272,0.336,0.11],"paint":[15.627,15.305,15.095,15.683,15.582,16.277,15.694,15.362,15.815,15.091,15.839,15.259,16.178,15.739,16.097]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"07_create10k","v":{"total":[424.197,418.595,422.147,423.712,429.226,415.174,414.505,421.349,426.065,421.758,430.823,419.441,421.452,424.303,430.231],"script":[51.588,49.043,49.328,51.837,49.419,51.106,46.973,52.025,51.137,49.405,52.967,48.153,49.975,50.68,51.91],"paint":[364.36,362.139,365.184,364.37,371.98,356.732,360.264,361.42,367.512,364.815,370.46,363.845,363.892,366.291,370.111]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.691,45.253,47.14,46.207,46.54,45.559,46.54,46.492,46.58,45.295,45.664,47.073,47.623,46.543,46.611],"script":[4.38,4.242,4.331,4.35,4.406,4.248,4.698,4.264,4.36,4.235,4.298,4.357,4.25,4.295,4.281],"paint":[41.359,40.048,41.597,40.667,40.909,40.439,40.617,41.234,41.182,40.175,40.18,41.405,42.166,41.039,41.124]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"09_clear1k_x8","v":{"total":[13.774,12.317,12.636,12.864,12.734,12.443,12.689,13.515,13.44,12.747,13.449,12.616,13.426,13.621,12.872],"script":[11.085,10.432,10.922,10.253,10.116,10.464,10.466,10.491,11.225,10.771,11.467,10.538,11.221,11.021,10.418],"paint":[1.911,0.872,1.528,2.502,2.531,1.837,2.126,2.057,2.078,1.851,1.102,1.52,2.066,1.369,2.365]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.5977163314819336]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7848501205444336]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.797544479370117]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.6974754333496094]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[13.252949714660645]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.6049999999998]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"32_startup-bt","v":{"DEFAULT":[30.367999999999995]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[172.69999999999993]}}, {"f":"wasm-bindgen-v0.2.84-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[185.5810546875]}}, {"f":"wasm-bindgen-v0.2.84-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[47.0224609375]}}, {"f":"wasm-bindgen-v0.2.84-keyed","b":"42_size-compressed","v":{"DEFAULT":[14.453125]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"43_first-paint","v":{"DEFAULT":[98.5]}}, -{"f":"wasm-bindgen-v0.2.84-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[98.5]}}, -{"f":"whatsup-v2.6.0-keyed","b":"01_run1k","v":{"total":[47.363,49.547,49.339,47.591,47.268,46.737,47.702,50.05,48.589,49.827,49.757,47.4,49.01,46.781,52.014],"script":[13.552,14.458,14.512,13.621,13.558,13.632,13.342,14.299,14.05,14.706,13.201,13.693,14.162,13.329,14.425],"paint":[33.388,34.562,34.109,33.539,33.24,32.674,33.831,35.263,34.017,34.644,36.084,33.253,34.378,32.997,37.112]}}, -{"f":"whatsup-v2.6.0-keyed","b":"02_replace1k","v":{"total":[52.665,52.606,52.568,53.784,52.767,52.758,54.524,53.29,52.47,53.356,53.287,54.247,54.879,53.347,53.241],"script":[18.637,18.819,18.637,18.963,18.784,18.955,19.641,18.042,18.567,19.188,18.91,19.442,18.214,18.737,18.601],"paint":[33.549,33.297,33.477,34.018,33.484,33.319,34.209,34.513,33.43,33.674,33.903,34.306,36.18,33.855,34.137]}}, -{"f":"whatsup-v2.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[26.797,24.536,27.275,25.345,27.99,26.091,28.012,27.302,26.818,28.622,23.544,25.924,26.525,27.718,25.349],"script":[8.191,7.136,8.44,7.39,9.187,8.233,8.269,8.777,8.804,8.655,6.456,8.191,7.845,8.408,7.368],"paint":[16.765,15.382,16.98,16.317,15.91,16.214,16.944,16.063,16.512,17.65,16.123,16.635,16.713,17.472,15.68]}}, -{"f":"whatsup-v2.6.0-keyed","b":"04_select1k","v":{"total":[4.761,7.068,4.676,4.452,4.481,5.356,4.996,5.184,5.374,4.334,4.659,5.287,4.878,4.437,4.33,5.822,4.913,4.855,5.264,5.488,4.959,5.325,5.294,4.934,6.112],"script":[2.481,2.501,2.162,1.684,1.395,2.6,2.15,2.289,2.035,1.889,2.065,2.042,2.188,1.828,1.846,3.011,2.568,1.866,2.635,2.364,2.193,2.666,2.674,1.907,2.546],"paint":[1.497,3.091,2.384,1.865,2.797,2.533,2.312,1.751,3.225,1.566,1.613,2.034,2.572,1.706,0.968,2.635,1.483,2.877,1.872,1.964,1.83,1.681,1.657,2.081,2.174]}}, -{"f":"whatsup-v2.6.0-keyed","b":"05_swap1k","v":{"total":[25.885,26.165,26.313,26.626,25.791,25.15,25.016,26.721,26.468,25.521,25.773,26.069,25.585,25.118,25.692],"script":[3.561,4.014,3.726,4.155,4.248,3.391,4.14,4.055,4.319,3.298,4.008,3.796,3.572,4.235,3.847],"paint":[20.497,20.547,20.709,19.547,20.13,20.279,19.506,20.501,20.121,20.588,19.923,20.097,20.867,19.013,20.867]}}, -{"f":"whatsup-v2.6.0-keyed","b":"06_remove-one-1k","v":{"total":[19.359,18.405,18.344,18.882,18.568,18.787,19.516,19.133,18.752,19.044,19.035,18.381,19.209,18.961,19.041],"script":[1.4,1.523,1.757,1.652,1.783,1.721,1.739,1.754,1.779,1.413,1.678,1.773,1.779,1.722,1.553],"paint":[16.556,16.095,15.766,16.092,15.991,16.283,16.943,16.211,15.727,16.762,16.056,15.84,16.3,15.742,16.142]}}, -{"f":"whatsup-v2.6.0-keyed","b":"07_create10k","v":{"total":[556.699,553.457,560.487,538.203,554.944,552.791,563.262,557.255,565.834,572.594,570.136,560.207,566.897,564.045,540.767],"script":[165.856,166.752,165.301,163.96,165.636,166.673,171.588,166.299,170.906,170.156,171.499,168.904,169.573,172.687,170.785],"paint":[382.994,379.107,387.178,366.457,381.378,378.02,383.347,383.313,386.761,394.436,390.068,382.765,389.446,383.808,362.431]}}, -{"f":"whatsup-v2.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.871,54.746,55.823,54.72,53.621,55.116,53.252,53.83,53.372,53.806,53.63,53.887,55.238,54.486,52.998],"script":[15.477,15.396,15.586,15.534,15.258,16.419,14.82,14.712,14.785,14.852,14.724,15.326,15.334,15.198,14.758],"paint":[39.426,38.348,39.245,38.233,37.057,37.668,37.502,38.138,37.595,37.934,37.947,37.546,39.006,37.926,37.286]}}, -{"f":"whatsup-v2.6.0-keyed","b":"09_clear1k_x8","v":{"total":[18.641,18.398,18.162,19.115,19.028,18.964,18.356,18.347,20.262,18.224,17.482,18.021,18.987,20.893,19.6],"script":[16.444,15.982,16.523,16.963,16.049,16.493,16.834,16.303,17.212,15.91,15.532,15.549,16.131,18.349,17.322],"paint":[1.687,2.273,1.107,1.256,1.901,2.344,1.41,1.941,1.419,1.696,1.212,1.875,2.718,1.338,2.155]}}, -{"f":"whatsup-v2.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.709834098815918]}}, -{"f":"whatsup-v2.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[8.652979850769043]}}, -{"f":"whatsup-v2.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.929917335510254]}}, -{"f":"whatsup-v2.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.2941665649414062]}}, -{"f":"whatsup-v2.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[76.5502519607544]}}, -{"f":"whatsup-v2.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2025.935]}}, -{"f":"whatsup-v2.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.039999999999996]}}, -{"f":"whatsup-v2.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.38000000000005]}}, +{"f":"wasm-bindgen-v0.2.84-keyed","b":"43_first-paint","v":{"DEFAULT":[93.1]}}, +{"f":"whatsup-v2.6.0-keyed","b":"01_run1k","v":{"total":[57.305,57.254,55.204,56.72,55.421,55.211,56.029,56.277,55.266,57.652,54.87,55.537,55.54,55.118,56.351],"script":[17.25,16.728,16.548,17.783,16.864,16.79,16.866,17.189,16.448,17.672,16.409,16.996,16.71,16.648,17.216],"paint":[39.314,39.775,38.136,38.465,38.076,37.933,38.683,38.599,38.347,39.269,37.968,37.791,38.311,37.958,38.657]}}, +{"f":"whatsup-v2.6.0-keyed","b":"02_replace1k","v":{"total":[62.363,62.633,62.648,63.486,63.275,63.439,62.533,62.317,63.57,62.473,62.248,63.322,62.252,63.582,62.669],"script":[21.777,22.428,22.125,22.01,23.163,22.01,22.566,22.09,21.901,22.563,21.904,22.174,22.094,21.306,22.113],"paint":[39.817,39.661,39.954,40.982,39.625,40.673,39.438,39.739,41.149,39.362,39.851,40.683,39.661,41.563,40.024]}}, +{"f":"whatsup-v2.6.0-keyed","b":"03_update10th1k_x16","v":{"total":[27.337,26.801,27.723,27.253,27.576,26.301,26.673,24.64,27.946,25.142,25.714,27.044,26.977,28.457,28.349],"script":[9.837,8.751,9.45,9.802,8.683,8.866,9.192,7.784,9.787,8.576,8.853,9.295,9.225,10.406,9.146],"paint":[15.752,16.698,16.539,15.608,17.032,15.254,16.522,15.391,17.127,14.844,15.865,15.591,15.837,16.579,17.402]}}, +{"f":"whatsup-v2.6.0-keyed","b":"04_select1k","v":{"total":[5.728,4.845,4.709,4.567,6.223,6.208,4.895,5.844,4.492,6.124,5.618,5.289,4.771,5.29,4.588,4.927,5.376,5.339,5.617,5.399,5.263,4.935,4.696,5.466,5.061],"script":[1.817,2.829,2.052,2.071,2.744,2.807,2.141,2.457,2.58,2.543,2.354,2.064,2.002,2.623,2.43,2.365,2.67,2.628,2.706,1.889,2.768,2.434,1.547,2.387,1.602],"paint":[2.993,1.867,2.109,1.565,1.854,2.504,2.608,2.16,1.147,2.773,2.096,2.442,2.596,1.7,1.104,1.57,1.815,1.754,1.752,2.854,1.757,2.38,2.395,1.379,3.224]}}, +{"f":"whatsup-v2.6.0-keyed","b":"05_swap1k","v":{"total":[26.99,26.484,24.528,27.245,26.587,25.96,25.33,25.463,25.888,26.152,25.872,26.346,25.085,25.934,25.601],"script":[4.779,3.593,3.434,4.657,4.849,4.175,3.899,4.24,4.305,4.379,4.248,4.364,4.478,4.602,4.066],"paint":[20.154,20.957,19.279,20.345,19.906,20.423,20.393,19.35,20.13,20.305,20.108,20.884,19.012,18.822,20.451]}}, +{"f":"whatsup-v2.6.0-keyed","b":"06_remove-one-1k","v":{"total":[19.55,19.723,18.628,19.117,18.959,19.576,18.413,19.476,18.785,19.014,19.843,18.878,19.026,18.901,18.892],"script":[1.809,2.032,1.821,1.484,1.781,1.888,1.695,1.809,1.847,1.555,1.472,1.627,1.687,1.739,1.648],"paint":[16.393,16.035,16.053,16.592,15.677,16.26,15.965,16.219,16.108,16.674,17.175,15.967,16.477,16.103,16.373]}}, +{"f":"whatsup-v2.6.0-keyed","b":"07_create10k","v":{"total":[589.375,589.647,591.175,590.016,578.872,594.355,593.716,557.813,580.88,584.105,568.773,584.066,584.365,580.571,586.549],"script":[179.447,179.216,178.336,180.88,180.341,178.649,182.418,179.88,179.15,177.986,178.825,178.148,177.496,175.336,181.098],"paint":[402.217,402.752,405.115,401.372,390.806,407.984,403.184,370.298,393.958,398.513,382.032,398.43,398.428,397.701,398.077]}}, +{"f":"whatsup-v2.6.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.652,62.888,61.627,61.901,63.218,63.274,64.155,61.82,63.354,62.503,61.798,63.38,63.286,61.812,62.237],"script":[19.218,18.924,18.093,18.353,18.984,19.117,18.815,18.26,19.028,18.563,18.484,19.084,18.333,17.758,18.574],"paint":[44.514,42.971,42.565,42.605,43.249,43.218,44.115,42.606,43.291,42.942,42.386,43.074,44.018,43.083,42.733]}}, +{"f":"whatsup-v2.6.0-keyed","b":"09_clear1k_x8","v":{"total":[18.717,16.864,18.203,17.037,18.304,18.274,19.485,19.302,18.889,19.496,18.684,17.829,17.843,17.465,19.268],"script":[16.287,15.417,15.3,14.398,15.601,15.833,16.949,16.25,15.934,17.127,16.169,15.944,15.334,14.731,17.178],"paint":[2.315,0.408,1.62,2.199,1.797,1.733,1.706,2.162,1.271,1.727,2.367,1.314,1.161,2.228,1.135]}}, +{"f":"whatsup-v2.6.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6730613708496094]}}, +{"f":"whatsup-v2.6.0-keyed","b":"22_run-memory","v":{"DEFAULT":[8.427678108215332]}}, +{"f":"whatsup-v2.6.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.75793743133545]}}, +{"f":"whatsup-v2.6.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.9813356399536133]}}, +{"f":"whatsup-v2.6.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[74.4117841720581]}}, +{"f":"whatsup-v2.6.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.39]}}, +{"f":"whatsup-v2.6.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[30.348]}}, +{"f":"whatsup-v2.6.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.79999999999993]}}, {"f":"whatsup-v2.6.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[174.404296875]}}, {"f":"whatsup-v2.6.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[36.12890625]}}, -{"f":"whatsup-v2.6.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[10.8984375]}}, -{"f":"whatsup-v2.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[86.1]}}, -{"f":"whatsup-v2.6.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[86.1]}}, -{"f":"yew-v0.21.0-keyed","b":"01_run1k","v":{"total":[56.292,55.501,54.893,54.622,54.077,55.004,52.956,53.066,54.299,53.541,53.197,56.371,53.615,54.21,57.181],"script":[18.509,18.106,18.55,18.351,17.861,18.017,17.678,17.578,18.334,17.612,17.506,19.253,18.237,17.812,17.828],"paint":[37.291,36.886,35.877,35.559,35.478,36.178,34.807,35.051,35.461,35.425,35.248,36.628,34.905,35.678,38.578]}}, -{"f":"yew-v0.21.0-keyed","b":"02_replace1k","v":{"total":[59.638,60.3,60.218,57.473,60.939,60.076,56.608,60.027,57.251,60.205,61.624,60.194,59.874,60.098,59.734],"script":[25.85,26.366,26.25,23.998,25.642,26.186,23.517,26.277,24.158,25.893,25.813,26.091,25.648,26.546,26.159],"paint":[33.33,33.473,33.528,33.07,34.864,33.425,32.727,33.298,32.673,33.849,35.314,33.375,33.732,33.087,32.956]}}, -{"f":"yew-v0.21.0-keyed","b":"03_update10th1k_x16","v":{"total":[22.837,24.05,21.722,21.896,21.493,24.923,22.374,21.974,24.108,23.18,22.374,21.103,22.002,21.437,21.434],"script":[4.709,5.08,4.148,3.717,4.636,4.861,4.854,4.305,4.778,4.743,4.834,4.083,4.411,4.632,4.462],"paint":[14.945,16.659,16.305,16.711,14.339,17.285,16.343,16.107,16.898,16.475,16.066,14.943,15.824,15.473,14.529]}}, -{"f":"yew-v0.21.0-keyed","b":"04_select1k","v":{"total":[5.286,5.56,6.211,6.871,4.409,5.215,4.735,6.116,5.741,4.899,5.126,5.462,5.063,5.509,6.266,4.853,5.308,6.48,5.849,5.895,5.06,5.627,6.333,5.488,4.643],"script":[3.02,2.936,2.676,2.768,2.44,2.036,1.896,2.529,2.23,1.754,2.487,2.333,2.294,3.551,3.014,2.192,2.768,2.495,2.806,3.057,1.978,2.426,3.179,2.476,2.133],"paint":[1.545,1.751,2.61,3.163,1.392,2.123,2.324,2.551,3.36,2.313,1.65,2.097,2.106,1.11,3.103,1.534,2.429,3.382,2.37,2.72,2.927,2.876,2.09,2.345,1.564]}}, -{"f":"yew-v0.21.0-keyed","b":"05_swap1k","v":{"total":[24.575,26.033,24.591,25.302,25.06,23.703,24.179,26.509,25.099,24.308,25.177,25.687,23.572,24.43,24.456],"script":[2.516,2.412,3.143,3.284,3.23,2.277,2.986,3.13,2.777,2.866,2.277,2.687,2.36,3.337,3.084],"paint":[20.587,21.496,18.747,20.922,19.6,19.236,19.947,21.507,20.592,19.46,20.348,21.021,19.083,19.981,19.474]}}, -{"f":"yew-v0.21.0-keyed","b":"06_remove-one-1k","v":{"total":[18.47,18.359,18.528,18.406,18.04,18.349,19.051,19.015,18.32,19.186,17.949,17.99,18.257,18.43,17.489],"script":[1.065,1.314,1.215,1.218,1.242,1.22,1.254,1.228,1.453,1.328,1.233,1.22,1.213,1.318,1.204],"paint":[16.495,15.599,16.147,15.992,15.94,15.998,15.918,16.109,15.812,16.575,15.863,15.981,16.256,15.987,15.292]}}, -{"f":"yew-v0.21.0-keyed","b":"07_create10k","v":{"total":[735.504,746.432,743.837,726.19,742.328,739.273,719.449,726.177,732.011,738.645,726.411,749.76,753.239,702.992,716.793],"script":[310.775,321.862,316.704,304.149,305.925,309.96,299.811,306.927,308.064,321.239,309.418,321.89,318.239,296.39,309.671],"paint":[417.158,416.779,419.104,414.395,428.633,421.551,412.166,411.803,416.54,409.559,409.528,420.421,427.406,399.063,399.522]}}, -{"f":"yew-v0.21.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.509,58.52,59.627,57.341,57.544,58.48,57.613,61.65,56.669,59.612,59.157,59.035,56.169,60.492,58.223],"script":[18.043,18.487,18.945,17.905,17.847,18.22,17.846,18.796,17.838,19.382,18.867,18.838,17.765,19.62,18.622],"paint":[38.542,39.076,39.482,38.45,38.607,38.985,38.837,41.629,38.009,39.256,39.299,39.249,37.572,39.952,38.653]}}, -{"f":"yew-v0.21.0-keyed","b":"09_clear1k_x8","v":{"total":[27.673,26.965,25.113,24.944,24.921,26.038,26.748,26.682,26.82,25.87,25.319,26.698,25.529,24.851,25.821],"script":[24.881,24.66,22.799,22.916,22.352,23.889,24.768,24.644,24.65,23.654,22.898,24.349,23.78,23.237,23.992],"paint":[1.921,2.199,2.14,1.669,2.481,2.031,1.852,0.997,2.063,1.272,1.501,1.26,0.838,1.524,1.736]}}, -{"f":"yew-v0.21.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6575288772583008]}}, -{"f":"yew-v0.21.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.5945634841918945]}}, -{"f":"yew-v0.21.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.706573486328125]}}, -{"f":"yew-v0.21.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.878700256347656]}}, -{"f":"yew-v0.21.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[49.65072822570801]}}, -{"f":"yew-v0.21.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.2649999999999]}}, -{"f":"yew-v0.21.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.144]}}, -{"f":"yew-v0.21.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[163.12]}}, +{"f":"whatsup-v2.6.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[10.9033203125]}}, +{"f":"whatsup-v2.6.0-keyed","b":"43_first-paint","v":{"DEFAULT":[77.2]}}, +{"f":"yew-v0.21.0-keyed","b":"01_run1k","v":{"total":[59.928,58.533,59.768,58.352,57.11,59.362,60.004,59.319,59.256,54.618,58.29,58.41,58.695,58.991,57.998],"script":[20.122,20.215,20.275,19.943,18.91,20.286,19.677,20.34,19.504,18.181,20.35,19.604,20.429,20.259,20.371],"paint":[39.018,37.853,39.042,37.922,37.749,38.579,39.614,38.482,39.27,35.996,37.465,38.313,37.763,38.241,37.174]}}, +{"f":"yew-v0.21.0-keyed","b":"02_replace1k","v":{"total":[66.964,65.881,66.694,64.082,67.263,67.016,67.116,66.77,67.589,67.548,67.572,65.761,65.868,63.759,67.104],"script":[27.876,28.08,28.292,25.937,28.395,27.733,27.677,27.607,28.166,27.819,27.7,27.693,27.396,25.495,27.321],"paint":[38.355,37.189,37.939,37.665,38.127,38.835,38.959,38.65,38.749,39.044,39.278,37.671,38.02,37.788,39.287]}}, +{"f":"yew-v0.21.0-keyed","b":"03_update10th1k_x16","v":{"total":[24.867,21.389,21.656,21.641,23.621,23.488,21.446,24.402,23.095,23.568,22.689,22.407,23.319,23.306,72.187],"script":[4.559,4.72,4.23,4.194,5.232,5.007,4.54,5.3,5.214,5.172,4.822,4.591,5.2,4.65,5.44],"paint":[18.066,14.907,16.593,15.561,16.427,16.104,14.861,16.623,15.719,15.962,16.786,15.535,16.227,17.364,66.163]}}, +{"f":"yew-v0.21.0-keyed","b":"04_select1k","v":{"total":[5.215,5.89,4.942,5.388,4.875,5.831,5.272,4.766,5,5.415,4.442,5.099,5.595,6.712,5.872,5.555,4.344,4.63,6.272,4.962,4.937,5.577,4.588,4.942,5.552],"script":[2.393,2.818,2.965,1.964,2.38,2.579,2.707,2.34,2.336,2.857,2.483,2.4,2.78,3.086,2.654,2.658,2.107,2.191,2.826,2.972,2.164,2.446,2.057,2.668,2.709],"paint":[1.683,1.794,1.276,2.731,2.346,2.204,1.781,2.272,1.731,1.614,1.105,2.191,1.572,3.369,2.32,1.738,1.244,2.099,1.651,1.122,1.865,2.429,2.197,1.524,1.689]}}, +{"f":"yew-v0.21.0-keyed","b":"05_swap1k","v":{"total":[24.74,24.121,23.564,24.368,22.984,23.006,25.204,24.533,24.907,23.905,24.554,23.983,24.234,24.371,23.359],"script":[2.33,2.494,2.524,2.941,2.439,3.005,2.897,2.489,3.037,3.01,2.969,3.138,2.93,2.974,2.416],"paint":[20.248,19.724,19.748,19.899,18.781,17.827,20.236,19.684,19.655,18.585,19.702,19.402,19.81,19.18,19.684]}}, +{"f":"yew-v0.21.0-keyed","b":"06_remove-one-1k","v":{"total":[18.401,18.459,18.918,18.202,17.948,18.045,17.82,17.796,18.296,18.951,17.965,17.83,18.246,18.975,17.821],"script":[1.221,1.293,1.507,1.255,1.209,1.22,1.281,1.217,1.533,1.321,1.316,1.213,1.216,1.327,1.22],"paint":[16.316,16.196,15.678,15.946,15.903,16.113,15.455,16.061,15.529,16.376,15.814,15.635,16.091,16.732,15.798]}}, +{"f":"yew-v0.21.0-keyed","b":"07_create10k","v":{"total":[741.334,729.451,733.795,718.849,726.037,716.808,716.568,742.876,739.526,723.62,732.034,737.738,724.025,710.032,723.316],"script":[321.923,317.712,319.637,307.231,316.181,306.77,307.136,325.959,326.031,311.29,318.577,317.965,310.645,304.831,312.914],"paint":[411.215,404.171,406.619,404.307,402.241,402.666,402.131,409.425,405.418,405.069,405.486,412.519,406.046,397.779,402.968]}}, +{"f":"yew-v0.21.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[68.723,68.338,69.306,69.039,68.322,68.82,69.45,69.832,69.267,69.244,69.462,69.17,70.723,70.266,69.141],"script":[24.025,23.954,25.17,24.356,23.898,23.609,25.07,24.288,24.58,24.667,24.589,24.719,24.867,24.677,24.929],"paint":[43.442,43.493,43.177,43.668,43.467,44.002,43.409,44.567,43.747,43.309,43.947,43.489,44.886,44.668,43.309]}}, +{"f":"yew-v0.21.0-keyed","b":"09_clear1k_x8","v":{"total":[26.4,24.487,27.496,24.874,25.147,25.954,27.25,25.039,27.022,26.184,26.984,25.391,24.196,23.931,26.613],"script":[24.814,22.536,24.841,22.592,23.27,23.611,24.505,22.522,24.514,23.372,24.633,23.63,22.589,21.778,24.599],"paint":[1.496,1.653,2.516,2.17,1.78,1.238,1.945,2.4,2.165,1.398,2,1.645,1.504,2.065,1.165]}}, +{"f":"yew-v0.21.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6592836380004883]}}, +{"f":"yew-v0.21.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.365996360778809]}}, +{"f":"yew-v0.21.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.5348663330078125]}}, +{"f":"yew-v0.21.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.880943298339844]}}, +{"f":"yew-v0.21.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[47.51650047302246]}}, +{"f":"yew-v0.21.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.775]}}, +{"f":"yew-v0.21.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[31.648]}}, +{"f":"yew-v0.21.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[172.11599999999999]}}, {"f":"yew-v0.21.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[345.9658203125]}}, {"f":"yew-v0.21.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[207.40625]}}, {"f":"yew-v0.21.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[58.5244140625]}}, -{"f":"yew-v0.21.0-keyed","b":"43_first-paint","v":{"DEFAULT":[366.6]}}, -{"f":"yew-v0.21.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[366.6]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"01_run1k","v":{"total":[55.142,55.286,53.53,59.113,55.19,57.551,58.613,56.266,55.329,57.987,54.526,56.272,54.936,56.977,53.124],"script":[18.497,18.959,17.433,19.184,18.4,18.167,19.302,18.237,18.281,19.019,18.084,18.569,18.443,18.027,17.574],"paint":[36.138,35.608,35.627,39.226,36.304,38.908,38.813,37.498,36.315,38.462,35.946,37.214,36.045,38.493,35.069]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"02_replace1k","v":{"total":[60.064,60.14,60.1,56.732,60.046,57.905,59.481,56.721,59.451,60.156,61.918,59.965,57.649,56.396,59.535],"script":[26.384,25.9,25.527,24.104,26.27,24.38,25.917,24.023,25.486,25.175,26.155,26.001,24.16,23.817,26.702],"paint":[33.242,33.505,33.859,32.238,33.303,33.077,32.81,32.294,33.503,34.324,35.293,33.507,33.055,32.182,32.399]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"03_update10th1k_x16","v":{"total":[31.465,31.343,32.422,30.957,31.041,32.258,31.354,30.513,32.896,30.981,32.328,31.384,30.827,32.828,33.608],"script":[13.629,13.013,13.356,13.391,13.575,12.953,13.132,13.001,14.314,13.975,13.337,13.658,13.611,13.305,13.726],"paint":[15.947,16.792,17.181,15.299,15.368,17.134,15.862,15.399,16.077,14.946,16.506,16.205,15.915,18.163,18.519]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"04_select1k","v":{"total":[15.448,15.914,16.449,14.803,15.901,14.493,15.725,14.535,14.609,14.438,15.837,15.129,15.461,13.831,15.899,15.951,15.412,15.807,15.001,14.323,15.37,15.298,16.996,14.85,15.653],"script":[12.223,12.186,12.793,11.775,12.279,11.9,12.01,11.458,11.697,11.63,11.957,11.948,12.565,11.646,11.977,12.395,11.896,12.151,11.441,11.231,12.503,12.775,12.74,12.046,12.531],"paint":[2.325,2.566,2.663,1.874,3.427,1.443,2.799,2.936,2.368,1.344,3.319,2.042,1.928,1.998,3.285,2.303,3.314,3.46,2.436,2.007,1.991,1.609,2.833,2.135,2.47]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"05_swap1k","v":{"total":[33.961,34.347,35.919,34.269,34.708,35.016,34.179,34.165,34.307,36.854,34.5,34.892,34.753,35.989,34.577],"script":[12.986,12.144,13.37,12.785,12.321,12.365,12.967,12.398,13.07,13.316,12.716,12.948,13.102,13.246,12.541],"paint":[19.366,20.249,20.101,19.67,21.345,20.241,19.618,19.863,19.846,22.095,20.033,20.869,20.276,20.845,20.113]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"06_remove-one-1k","v":{"total":[24.011,23.85,23.071,23.34,23.289,23.092,23.796,23.743,22.696,22.873,23.269,23.778,23.916,23.296,23.119],"script":[6.023,6.19,6.023,5.98,6.095,5.916,6.057,6.232,5.976,6.067,6.049,6.234,6.089,6.217,6.044],"paint":[16.914,16.784,15.968,16.171,15.787,15.996,16.348,16.276,15.874,15.995,16.098,16.248,16.742,15.825,16.206]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"07_create10k","v":{"total":[761.896,747.196,763.717,740.37,762.342,738.98,746.519,759.988,753.002,739.376,747.101,757.826,740.809,738.403,743.342],"script":[332.677,322.357,338.074,321.969,343.839,317.596,324.987,323.076,327.741,316.223,323.726,330.243,315.382,318.985,322.145],"paint":[421.426,417.294,417.821,410.672,410.422,413.761,413.608,428.981,417.775,415.589,415.642,419.865,417.676,411.612,413.616]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.801,59.669,60.403,61.595,61.594,63.572,60.918,61.237,58.201,58.685,61.318,61.693,58.989,62.647,62.77],"script":[21.146,19.88,20.943,21.259,21.208,20.909,20.651,20.719,19.719,19.818,21.007,21.175,19.971,20.995,21.986],"paint":[38.757,38.622,38.519,39.399,39.182,41.623,39.351,39.488,37.661,38.067,39.344,39.529,38.138,40.698,39.822]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"09_clear1k_x8","v":{"total":[27.715,26.12,27.367,27.163,27.597,27.409,27.425,27.425,25.258,27.114,28.689,25.478,25.751,26.762,27.353],"script":[25.276,24.145,25.171,24.669,25.091,25.166,25.149,25.116,23.327,24.542,26.302,23.729,23.601,24.476,24.901],"paint":[1.888,1.871,2.098,2.363,2.398,1.646,1.444,2.214,1.072,2.463,1.511,0.783,2.05,1.709,1.401]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6570158004760742]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.721739768981934]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.9132080078125]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.0358734130859375]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[50.901397705078125]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.27]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[23.612000000000002]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.576]}}, +{"f":"yew-v0.21.0-keyed","b":"43_first-paint","v":{"DEFAULT":[354.6]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"01_run1k","v":{"total":[58.184,58.009,55.589,56.658,52.468,57.333,59.577,59.004,58.193,58.866,58.474,58.864,57.933,56.723,57.828],"script":[19.997,20.313,18.758,18.682,18.155,19.105,20.145,20.606,19.961,20.382,20.068,20.286,20.26,19.26,19.845],"paint":[37.728,37.256,36.399,37.493,33.865,37.783,38.74,37.958,37.776,38.009,37.735,38.096,37.201,36.941,37.524]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"02_replace1k","v":{"total":[67.764,67.395,68.266,64.696,66.552,67.049,66.138,65.363,66.333,67.056,66.424,66.414,67.287,65.311,66.197],"script":[27.836,27.86,29.383,25.8,27.804,28.074,27.356,27.921,27.475,28.044,27.681,27.656,27.885,27.532,28.01],"paint":[39.22,38.83,38.149,38.332,38.288,38.253,38.319,36.938,38.148,38.533,38.288,38.31,38.974,37.039,37.734]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"03_update10th1k_x16","v":{"total":[31.803,34.259,30.613,30.779,32.175,30.627,30.513,30.585,30.988,33.61,32.196,32.033,30.767,30.505,31.304],"script":[13.733,13.455,13.688,13.186,14.046,13.315,13.282,13.513,13.551,13.886,14.083,13.82,13.559,13.728,13.221],"paint":[16.713,19.02,15.706,15.356,14.801,15.71,16.093,15.721,14.893,17.787,16.398,16.847,16.154,15.391,16.709]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"04_select1k","v":{"total":[15.514,15.974,15.599,16.223,16.293,15.593,15.692,16.601,14.92,15.909,15.342,13.889,15.612,14.779,16.088,14.954,15.632,17.633,14.891,15.639,15.367,15.715,15.313,15.876,15.171],"script":[11.767,12.925,12.635,12.392,12.532,12.384,12.556,13.092,12.04,12.588,11.774,11.633,11.639,11.93,12.939,12.055,11.939,13.25,11.865,11.938,12.22,12.031,11.899,12.579,12.521],"paint":[2.857,2.403,1.387,3.116,2.785,2.666,2.326,2.771,2.688,2.541,3.425,1.385,2.984,1.9,2.209,1.823,2.64,3.686,1.882,1.192,2.484,1.949,1.624,3.088,1.642]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"05_swap1k","v":{"total":[33.544,33.993,34.539,35.873,33.995,34.137,33.469,35.007,34.279,33.872,34.675,33.994,34.875,33.64,36.216],"script":[13.024,12.44,12.596,13.776,12.898,12.188,12.467,13.474,13.095,12.483,12.995,13.087,12.875,12.644,12.159],"paint":[18.725,19.719,20.283,20.753,18.406,20.214,19.618,20.12,19.359,19.566,20.381,19.067,19.313,19.65,22.189]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"06_remove-one-1k","v":{"total":[22.921,22.643,22.298,22.306,23.264,23.31,23.21,23.723,22.969,23.071,22.982,23.152,23.281,23.268,22.706],"script":[5.746,6.122,5.769,5.716,5.685,6.301,6.097,6.113,5.83,6.033,6.088,6.104,6.156,5.933,5.821],"paint":[16.009,15.759,15.404,15.468,16.112,15.893,16.235,16.779,15.628,16.201,16.102,15.838,15.955,16.844,15.982]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"07_create10k","v":{"total":[745.135,744.933,730.076,736.926,729.151,734.405,732.855,738.653,739.197,747.547,723.858,723.815,713.858,728.659,721.578],"script":[333.55,328.108,322.994,325.456,315.004,318.508,319.962,328.185,325.554,322.134,316.876,315.262,305.056,318.063,313.451],"paint":[403.932,409.255,399.933,404.187,406.388,408.608,405.609,402.908,405.869,418.108,398.999,400.915,401.479,403.002,400.869]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"08_create1k-after1k_x2","v":{"total":[71.019,71.547,71.779,71.42,71.302,70.125,70.266,71.497,71.882,71.415,71.439,72.821,72.44,71.598,71.694],"script":[26.814,26.904,26.889,26.438,26.69,26.341,25.897,26.738,27.184,27.294,26.449,26.725,27.579,27.399,27.487],"paint":[42.967,43.677,43.938,43.73,43.655,42.787,43.431,43.802,43.8,43.173,43.915,44.822,43.575,43.3,42.96]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"09_clear1k_x8","v":{"total":[27.819,26.676,26.688,26.883,26.277,28.673,27.799,27.314,28.063,30.186,25.437,24.893,26.094,25.991,28.379],"script":[25.73,24.768,24.978,24.144,23.405,26.334,25.815,25.192,26.408,27.559,22.668,22.981,24.551,23.745,26.208],"paint":[1.291,1.221,0.768,2.636,2.762,2.22,1.867,1.237,1.545,2.322,2.665,1.435,0.914,1.595,2.043]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.657729148864746]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"22_run-memory","v":{"DEFAULT":[6.483757972717285]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.744318008422852]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.048013687133789]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[48.766910552978516]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.4850000000001]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.824]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.564]}}, {"f":"yew-hooks-v0.21.0-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[350.466796875]}}, {"f":"yew-hooks-v0.21.0-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[211.9072265625]}}, {"f":"yew-hooks-v0.21.0-keyed","b":"42_size-compressed","v":{"DEFAULT":[59.1962890625]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"43_first-paint","v":{"DEFAULT":[360.1]}}, -{"f":"yew-hooks-v0.21.0-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[360.1]}}, -{"f":"alins-v0.0.34-non-keyed","b":"01_run1k","v":{"total":[52.647,55.755,53.776,54.179,52.974,52.537,53.871,53.787,53.092,54.545,54.465,55.695,53.643,53.412,53.263],"script":[17.563,17.761,17.592,17.724,17.025,17.202,17.166,17.278,17.759,18.183,18.928,17.772,17.578,18.001,17.642],"paint":[34.595,37.542,35.686,35.969,35.391,34.906,36.232,36.06,34.851,35.621,35.076,37.199,35.622,34.956,35.162]}}, -{"f":"alins-v0.0.34-non-keyed","b":"02_replace1k","v":{"total":[21.355,22.091,21.55,22.042,20.573,22.249,21.724,20.018,20.171,21.882,20.398,21.577,22.652,21.639,21.92],"script":[4.543,4.593,4.623,4.467,5.038,5.057,4.633,4.574,4.567,4.615,4.76,4.505,4.462,4.728,4.668],"paint":[16.3,16.903,16.291,16.896,14.954,16.583,16.566,14.949,15.196,16.781,15.242,16.434,17.561,16.406,16.618]}}, -{"f":"alins-v0.0.34-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.256,19.268,18.517,19.198,19.606,19.92,21.385,20.148,19.826,18.701,18.434,18.557,19.063,20.707,19.514],"script":[2.022,2.039,2.057,2.074,2.151,1.21,2.614,2.011,1.539,1.782,1.58,1.38,1.851,2.495,1.923],"paint":[16.092,15.32,14.777,15.804,15.661,17.086,17.253,15.783,15.27,15.136,15.058,15.103,15.445,16.028,15.779]}}, -{"f":"alins-v0.0.34-non-keyed","b":"04_select1k","v":{"total":[3.727,5.533,4.896,4.914,3.794,4.599,4.005,4.701,3.946,5.048,5.043,3.849,4.906,4.23,5.493,4.545,5.329,5.813,4.319,4.829,4.123,4.937,4.858,4.35,4.434],"script":[1.53,1.835,1.989,1.32,1.45,1.579,1.145,1.948,1.602,1.995,0.895,1.407,1.542,1.249,1.791,1.692,1.83,1.565,1.535,1.98,1.349,1.456,1.62,1.634,1.518],"paint":[1.32,2.677,2.184,2.547,2.237,2.245,2.345,1.825,2.194,2.885,2.401,0.914,3.183,2.824,1.607,2.047,2.59,3.225,1.644,1.664,1.92,2.435,2.606,1.812,2.182]}}, -{"f":"alins-v0.0.34-non-keyed","b":"05_swap1k","v":{"total":[13.222,14.437,12.676,12.579,14.489,13.293,13.138,12.744,12.86,12.592,13.061,13.548,13.1,14.089,12.572],"script":[0.737,0.742,0.196,0.748,0.755,0.716,0.4,0.417,0.263,0.638,0.107,0.13,0.511,0.886,0.452],"paint":[11.206,10.928,10.979,9.957,11.584,11.131,11.828,10.693,10.651,10.324,10.702,11.125,10.669,11.649,10.363]}}, -{"f":"alins-v0.0.34-non-keyed","b":"06_remove-one-1k","v":{"total":[20.676,21.435,20.939,19.693,19.971,19.768,20.908,20.255,21.507,20.592,21.036,19.988,19.495,20.565,19.998],"script":[2.848,3.082,2.72,2.781,2.785,2.611,3.291,2.863,3.006,3.103,3.088,2.781,2.668,3.163,2.637],"paint":[16.137,17.026,17.46,16.211,16.26,16.187,16.268,16.562,16.896,15.959,16.354,16.547,15.931,16.287,16.34]}}, -{"f":"alins-v0.0.34-non-keyed","b":"07_create10k","v":{"total":[583.458,585.808,583.3,584.731,588.524,581.778,573.987,591.174,572.683,580.24,587.05,586.167,580.41,585.962,576.784],"script":[183.861,182.892,181.066,181.843,187.196,179.945,181.748,183.786,180.617,183.851,183.343,184.973,184.525,182.605,181.636],"paint":[391.406,394.932,394.354,395.029,393.416,394.192,384.72,399.24,384.473,388.477,394.742,393.432,387.518,395.442,387.664]}}, -{"f":"alins-v0.0.34-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.27,56.896,59.002,57.9,56.493,56.616,56.524,58.262,57.453,58.27,56.884,56.013,56.552,59.893,57.785],"script":[17.422,18.045,17.898,17.808,17.445,17.388,17.177,18.611,18.323,18.635,17.393,17.57,17.05,18.3,18.539],"paint":[39.811,37.878,39.831,38.722,38.049,38.266,38.369,38.672,38.139,38.65,38.478,37.426,38.562,40.358,38.283]}}, -{"f":"alins-v0.0.34-non-keyed","b":"09_clear1k_x8","v":{"total":[19.685,18.083,20.802,19.301,19.733,18.413,19.207,19.112,18.206,19.095,19.99,18.787,18.808,20.107,19.697],"script":[17.115,16.643,18.218,16.865,17.686,16.53,16.866,17.157,16.685,16.457,17.63,16.765,16.699,17.497,17.406],"paint":[1.095,0.757,2.361,2.327,0.893,1.766,2.242,1.238,0.748,1.806,1.394,1.323,2.013,2.459,2.193]}}, -{"f":"alins-v0.0.34-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5383596420288086]}}, -{"f":"alins-v0.0.34-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.610653877258301]}}, -{"f":"alins-v0.0.34-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.650200843811035]}}, -{"f":"alins-v0.0.34-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9135684967041016]}}, -{"f":"alins-v0.0.34-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[48.07217788696289]}}, -{"f":"alins-v0.0.34-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.5949999999998]}}, -{"f":"alins-v0.0.34-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.504]}}, -{"f":"alins-v0.0.34-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.99599999999992]}}, +{"f":"yew-hooks-v0.21.0-keyed","b":"43_first-paint","v":{"DEFAULT":[351.6]}}, +{"f":"alins-v0.0.34-non-keyed","b":"01_run1k","v":{"total":[56.516,58.858,57.326,57.383,57.264,58.113,57.264,58.382,57.759,56.38,56.678,57.419,57.417,57.483,57.933],"script":[19.072,19.81,20.037,19.023,19.436,19.443,19.17,20.436,19.282,18.947,19.257,19.543,19.341,19.342,19.732],"paint":[36.749,38.518,36.81,37.895,37.366,38.161,37.572,37.46,37.987,36.944,36.682,37.286,37.311,37.68,37.714]}}, +{"f":"alins-v0.0.34-non-keyed","b":"02_replace1k","v":{"total":[22.894,21.854,22.303,22.699,21.282,22.993,21.262,22.196,23.122,21.536,22.693,21.798,22.296,22.454,22.626],"script":[6.419,5.867,6.056,6.214,5.479,6.397,5.692,6.2,6.495,5.701,5.988,6.114,5.725,6.281,6.284],"paint":[15.958,15.434,15.58,15.993,15.142,15.949,15.105,15.548,15.998,15.361,16.242,15.218,15.889,15.712,15.883]}}, +{"f":"alins-v0.0.34-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.464,20.415,19.363,19.568,18.21,20.502,18.966,19.014,19.167,18.727,19.582,18.51,18.892,19.111,18.42],"script":[2.041,1.616,2.129,1.857,1.751,2.224,1.937,1.417,2.229,2.279,2.453,1.839,2.115,1.764,1.954],"paint":[16.155,16.671,15.422,16.28,15.379,16.905,15.701,16.288,15.538,14.941,15.711,15.36,15.718,15.49,15.346]}}, +{"f":"alins-v0.0.34-non-keyed","b":"04_select1k","v":{"total":[4.191,4.072,4.325,4.109,5.252,4.978,4.453,4.804,4.828,4.978,3.94,3.641,3.988,4.556,4.902,4.879,4.924,5.527,4.911,4.573,4.255,5.2,4.613,4.883,4.254],"script":[1.483,1.556,1.949,1.506,1.568,1.979,1.332,1.793,1.845,1.844,1.552,1.374,1.358,0.91,1.36,1.674,1.783,2.215,1.963,1.471,1.806,1.435,2.395,2.349,1.18],"paint":[2.539,1.177,2.219,1.492,3.432,2.357,2.36,2.083,2.111,2.276,1.907,1.247,1.71,2.584,1.978,2.278,2.978,2.067,2.124,2.839,2.284,2.652,1.549,1.703,2.959]}}, +{"f":"alins-v0.0.34-non-keyed","b":"05_swap1k","v":{"total":[12.304,12.463,13.165,13.295,12.525,13.407,12.849,13.61,12.281,12.807,13.262,12.481,12.541,12.068,13.485],"script":[0.603,0.132,0.521,0.13,0.911,0.853,0.993,0.142,0.116,0.125,1.126,0.801,0.786,0.123,0.815],"paint":[10.6,10.584,11.237,12.085,10.655,10.173,10.23,11.997,11.204,11.05,10.032,9.671,9.635,10.649,10.822]}}, +{"f":"alins-v0.0.34-non-keyed","b":"06_remove-one-1k","v":{"total":[20.069,20.338,21.562,20.137,19.38,20.783,20.357,20.045,19.981,19.822,19.606,19.743,20.326,19.851,20.096],"script":[3.231,3.538,3.2,3.081,3.008,3.145,3.107,3.15,3.21,2.805,3.128,3.439,3.057,3.118,3.163],"paint":[15.968,15.694,16.681,16.012,15.107,16.115,15.905,16.117,16.06,15.995,15.609,15.438,16.285,15.899,15.777]}}, +{"f":"alins-v0.0.34-non-keyed","b":"07_create10k","v":{"total":[578.927,576.596,569.976,568.716,586.502,567.639,576.067,574.886,554.046,579.775,582.241,576.844,565.265,568.006,570.89],"script":[185.557,183.844,183.648,178.485,186.4,183.914,181.526,185.149,183.604,183.27,186.023,185.568,186.779,184.451,184.001],"paint":[385.413,385.129,378.764,382.572,392.323,376.181,387.049,382.171,362.812,389.137,387.786,383.558,370.687,375.676,378.762]}}, +{"f":"alins-v0.0.34-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[62.808,61.91,63.222,62.403,62.049,63.494,62.881,64.004,62.801,63.257,62.941,62.312,62.947,63.214,64.468],"script":[18.215,18.944,18.84,19.013,18.713,18.504,18.747,20.27,18.346,18.622,18.697,18.689,18.471,18.548,19.441],"paint":[43.707,42.009,43.165,42.46,42.427,44.011,43.202,42.82,43.496,43.391,43.275,42.668,43.63,43.662,43.981]}}, +{"f":"alins-v0.0.34-non-keyed","b":"09_clear1k_x8","v":{"total":[18.445,19.071,18.797,18.172,18.304,17.687,18.242,19.852,18.575,18.933,18.756,19.494,18.679,18.968,17.657],"script":[16.771,16.586,16.344,15.774,15.792,15.505,16.152,17.901,16.477,16.562,16.067,17.041,16.16,16.659,16.06],"paint":[0.888,2.336,2.354,2.29,2.381,2.068,1.093,1.803,1.989,2.256,2.571,2.317,2.077,2.18,1.482]}}, +{"f":"alins-v0.0.34-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5589265823364258]}}, +{"f":"alins-v0.0.34-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.368045806884766]}}, +{"f":"alins-v0.0.34-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.402660369873047]}}, +{"f":"alins-v0.0.34-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9194126129150391]}}, +{"f":"alins-v0.0.34-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.83572864532471]}}, +{"f":"alins-v0.0.34-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.345]}}, +{"f":"alins-v0.0.34-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.831999999999999]}}, +{"f":"alins-v0.0.34-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.32399999999996]}}, {"f":"alins-v0.0.34-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[162.767578125]}}, {"f":"alins-v0.0.34-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[24.4921875]}}, {"f":"alins-v0.0.34-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[7.87890625]}}, -{"f":"alins-v0.0.34-non-keyed","b":"43_first-paint","v":{"DEFAULT":[83.4]}}, -{"f":"alins-v0.0.34-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[83.4]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"01_run1k","v":{"total":[45.431,44.757,45.883,45.229,45.164,48.675,44.975,44.646,45.487,46.097,45.494,44.91,48.067,45.505,46.077],"script":[9.997,9.549,10.445,9.818,9.426,10.301,9.381,9.397,9.717,9.573,9.628,9.657,9.93,9.746,10.403],"paint":[34.996,34.766,35,34.974,35.3,37.847,35.142,34.811,35.322,35.842,35.362,34.799,37.428,35.299,35.254]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"02_replace1k","v":{"total":[24.56,24.196,24.159,26.234,26.839,24.794,24.316,26.378,25.425,25.146,26.101,25.286,26.14,26.038,24.336],"script":[8.425,8.618,8.633,9.183,9.369,8.949,8.382,9.161,9.093,8.995,9.278,8.472,8.711,8.959,8.635],"paint":[15.612,15.084,15.072,16.547,16.78,15.38,15.414,16.509,15.765,15.612,16.299,16.299,16.905,16.542,14.976]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[53.203,55.662,55.044,52.138,53.747,53.773,53.169,52.833,51.261,52.22,52.922,56.189,53.114,52.757,51.505],"script":[34.575,36,35.592,34.124,35.142,35.108,34.766,34.357,33.351,34.305,34.862,37.581,33.742,34.181,33.943],"paint":[16.596,18.196,17.704,16.487,16.594,17.026,16.116,16.843,16.453,16.011,16.487,16.18,17.226,16.695,16.35]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"04_select1k","v":{"total":[35.92,39.398,35.959,35.686,34.209,36.834,36.164,36.014,34.989,37.599,34.137,36.262,38.364,36.917,38.615,36.316,36.169,37.303,37.362,36.808,37.436,36.626,35.001,36.003,38.53],"script":[32.384,34.364,32.268,31.097,30.543,32.887,31.241,31.761,30.954,33.044,30.524,31.978,34.308,32.544,34.416,31.807,32.312,32.998,33.049,33.1,32.776,32.869,31.752,31.973,34.705],"paint":[1.774,4.71,2.751,3.623,2.326,1.875,4.018,3.245,2.348,3.5,2.393,3.345,2.882,2.887,3.502,3.114,2.673,2.577,3.29,1.969,4.311,2.515,2.185,2.686,2.206]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"05_swap1k","v":{"total":[43.859,44.815,46.045,42.958,45.948,45.559,43.63,44.26,45.184,44.86,45.863,44.783,46.271,48.051,44.693],"script":[31.235,31.723,32.692,29.711,33.463,32.577,31.501,31.807,31.065,31.82,32.576,32.013,32.867,33.276,31.366],"paint":[10.711,10.692,11.621,11.554,10.617,11.152,10.414,10.947,11.597,10.948,11.535,11.061,11.527,12.281,10.732]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"06_remove-one-1k","v":{"total":[49.517,50.685,50.158,51.596,52.381,49.348,49.524,49.284,51.094,53.231,52.178,49.407,51.593,48.617,53.945],"script":[16.178,16.884,16.615,17.705,16.814,16.274,17.127,16.492,16.336,16.841,18.56,16.772,16.482,15.734,17.294],"paint":[32.262,32.453,32.306,33.019,34.238,32.072,31.22,31.737,33.485,35.439,32.389,31.83,33.906,32.045,35.438]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"07_create10k","v":{"total":[492.974,500.658,496.67,493.828,501.341,501.388,502.643,495.347,498.237,504.145,495.911,492.705,492.438,487.211,492.53],"script":[116.965,120.762,121.182,118.842,122.037,121.519,119.9,118.856,122.475,122.472,119.749,118.864,117.665,116.339,119.871],"paint":[367.951,371.848,367.83,367.638,372.071,372.362,375.198,368.765,367.78,374.349,368.558,366.574,367.329,363.442,365.016]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.657,56.663,59.001,56.935,58.569,59.596,58.531,57.683,57.586,58.692,56.792,56.793,57.795,56.847,56.672],"script":[19.092,19.176,19.737,18.907,19.882,20.549,19.752,18.891,19.206,19.899,18.94,19.057,19.198,19.305,18.49],"paint":[37.593,36.58,38.027,37.135,37.689,38.063,37.419,37.804,37.483,37.476,36.945,36.84,37.641,36.618,37.271]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"09_clear1k_x8","v":{"total":[15.565,16.275,16.758,15.583,17.089,15.65,17.587,16.555,17.474,16.149,15.153,16.673,16.849,16.894,18.408],"script":[13.103,14.112,14.535,13.458,14.429,13.504,15.508,14.405,15.123,13.752,13.188,14.744,14.854,15.319,16.33],"paint":[1.64,2.052,1.402,2.029,2.546,1.433,1.624,1.412,1.855,2.15,1.849,1.809,1.888,1.478,1.234]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5721426010131836]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.8331804275512695]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.0044021606445312]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8805274963378906]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.03718090057373]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.59]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.132]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.196]}}, +{"f":"alins-v0.0.34-non-keyed","b":"43_first-paint","v":{"DEFAULT":[72.5]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"01_run1k","v":{"total":[45.271,46.232,44.37,47.096,44.588,46.29,44.959,45.368,45.307,47.621,45.061,44.855,46.573,45.902,46.222],"script":[10.52,9.688,9.953,9.936,10.048,10.952,10.297,9.571,10.558,9.951,9.899,10.029,10.247,10.808,10.687],"paint":[34.349,36.102,33.985,36.679,34.06,34.578,34.109,35.313,34.261,37.159,34.462,34.32,35.859,34.494,34.792]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"02_replace1k","v":{"total":[25.892,27.851,27.563,27.644,27.951,28.121,25.859,27.712,28.495,26.984,27.636,28.337,28.429,28.021,29.538],"script":[10.523,11.428,10.985,11.183,11.383,11.289,10.25,11.547,11.901,11.022,11.187,11.612,11.737,11.36,11.527],"paint":[14.875,15.881,16.05,15.924,15.951,16.318,15.005,15.575,15.983,15.46,15.864,16.246,16.192,16.159,17.43]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[57.715,61.096,57.248,60.508,56.938,58.306,58.933,57.194,58.014,58.812,59.55,60.471,62.318,54.824,55.584],"script":[39.523,41.661,39.169,41.53,38.935,39.7,40.873,39.279,39.378,39.531,41.129,41.282,41.119,36.814,38.118],"paint":[15.899,16.923,16.409,17.315,14.956,17.188,16.054,15.669,16.468,17.477,16.04,17.7,18.963,16.045,15.537]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"04_select1k","v":{"total":[40.293,40.541,40.879,38.423,40.846,40.705,38.747,40.894,39.962,41.01,42.097,40.244,39.317,41.514,40.401,40.033,41.072,41.82,39.95,40.924,41.24,43.203,41.236,40.297,39.601],"script":[36.829,36.277,37.746,33.547,37.404,36.451,34.455,35.993,35.798,36.68,37.376,36.86,35.629,36.9,36.734,35.945,37.385,38.078,35.938,37.01,37.42,39.364,37.328,36.033,36.149],"paint":[2.476,3.687,1.905,2.167,2.273,2.773,3.092,2.846,1.394,2.247,3.712,2.693,1.956,3.37,3.404,3.382,2.147,2.439,2.63,3.233,3.077,2.627,2.623,2.562,2.179]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"05_swap1k","v":{"total":[52.388,49.017,49.761,48.46,53.044,47.814,49.678,49.169,48.68,48.846,49.702,50.769,50.752,46.723,49.181],"script":[38.221,34.828,35.712,35.695,39.192,35.673,36.333,35.833,35.685,36.073,36.305,37.351,37.297,33.946,36.652],"paint":[11.94,12.025,11.251,10.525,11.934,10.422,11.925,11.227,10.987,10.931,12.157,11.349,11.596,10.373,11.259]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"06_remove-one-1k","v":{"total":[55.341,54.8,52.579,56.516,53.546,52.236,52.078,52.699,51.862,51.374,56.589,54.771,52.664,57.605,53.296],"script":[21.376,21.632,19.655,20.88,19.976,19.773,19.273,19.559,18.713,19.215,21.092,20.9,19.736,21.757,19.235],"paint":[32.661,32,31.776,34.456,32.222,31.207,31.314,31.825,32.294,30.881,34.283,32.46,31.739,34.812,33.2]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"07_create10k","v":{"total":[494.975,498.952,487.692,482.519,492.289,498.15,489.762,487.607,493.687,495.444,497.838,495.303,493.709,495.476,495.562],"script":[125.274,125.514,123.696,120.486,125.371,126.033,126.362,123.983,125.789,124.501,126.837,126.133,122.723,125.356,126.488],"paint":[362.231,365.846,356.308,354.701,359.184,364.527,355.852,356.302,360.536,363.511,363.351,361.798,363.533,362.407,361.617]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[65.813,64.907,66.105,63.432,64.095,65.72,66.031,64.754,66.152,64.832,65.102,65.446,65.856,65.813,65.787],"script":[22.443,21.509,22.722,21.407,21.779,22.448,22.415,21.379,21.822,21.981,22.589,21.863,21.697,22.48,22.323],"paint":[42.416,42.471,42.207,41.088,41.394,42.123,42.371,42.425,43.399,41.871,41.499,42.591,43.148,42.381,42.563]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"09_clear1k_x8","v":{"total":[16.381,15.325,16.145,15.3,15.909,14.693,16.865,14.752,17.836,19.089,16.132,15.314,17.448,16.058,15.841],"script":[14.178,13.52,13.966,13.427,13.575,12.822,14.665,12.593,15.584,16.652,13.949,13.457,15.591,14.04,13.726],"paint":[1.053,1.717,1.51,1.427,1.199,1.109,2.088,2.044,1.405,1.984,2.062,1.734,0.914,1.205,2.015]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.548039436340332]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.529195785522461]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.800379753112793]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8963375091552734]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.72832679748535]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1875.96]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[30.236]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.88000000000008]}}, {"f":"apprun-v3.30.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[156.4462890625]}}, {"f":"apprun-v3.30.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[18.171875]}}, {"f":"apprun-v3.30.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.8955078125]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[65.4]}}, -{"f":"apprun-v3.30.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[65.4]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"01_run1k","v":{"total":[77.878,76.908,76.431,78.743,75.182,73.332,77.494,75.067,76.787,73.427,76.029,76.271,74.049,75.808,76.308],"script":[40.295,40.03,39.633,40.095,39.638,37.452,40.763,39.333,40.3,37.646,40.193,40.577,37.883,40.285,39.941],"paint":[37.287,36.681,36.606,38.458,35.366,35.705,36.551,35.551,36.32,35.577,35.635,35.499,35.867,35.33,36.06]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"02_replace1k","v":{"total":[77.445,78.65,79.817,80.09,77.559,80.493,81.514,78.428,84.778,81.436,78.299,80.523,80.136,76.933,79.58],"script":[41.669,42.163,43.04,44.079,41.681,44.27,44.726,42.194,45.692,42.425,41.876,42.524,42.371,41.609,42.721],"paint":[35.588,36.105,36.409,35.813,35.524,36.017,36.586,36.036,38.724,38.644,36.074,37.66,37.406,35.12,36.53]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"03_update10th1k_x16","v":{"total":[83.659,86.096,86.088,83.136,79.92,82.905,81.799,80.698,83.139,83.335,86.688,84.17,82.226,81.948,83.85],"script":[42.135,44.113,44.462,41.911,40.579,43.878,42.979,41.936,42.929,42.636,44.574,43.935,42.47,42.028,41.584],"paint":[40.412,39.823,39.314,40.513,38.627,37.693,38.566,37.883,39.415,40.234,40.477,39.206,37.919,38.539,40.351]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"04_select1k","v":{"total":[15.714,14.803,14.735,14.626,16.891,13.653,14.057,14.292,13.95,14.712,14.174,14.048,18.808,17.878,13.935,13.568,13.196,14.893,12.87,16.142,14.067,13.563,13.396,13.852,14.69],"script":[8.535,8.579,6.866,8.082,9.23,7.243,7.237,7.749,8.015,7.96,7.783,7.531,8.174,7.739,8.052,6.921,7.136,7.524,6.746,8.785,7.152,7.726,8.44,7.838,8.733],"paint":[4.53,4.318,6.578,5.629,4.5,4.781,4.627,4.593,4.071,4.304,4.325,3.488,4.021,5.907,3.344,4.988,4.643,5.268,3.562,5.1,5.521,4.188,3.793,4.126,3.896]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"05_swap1k","v":{"total":[52.57,50.699,48.006,51.132,49.333,53.514,51.262,52.024,50.812,47.765,49.964,48.195,51.103,55.725,48.474],"script":[22.982,22.337,23.149,23.291,23.737,23.455,23.432,23.842,23.616,23.071,21.933,22.073,22.591,23.976,23.127],"paint":[27.928,27.815,23.353,25.974,24.575,26.125,25.623,27.073,24.869,23.404,27.271,25.277,27.462,29.394,24.09]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"06_remove-one-1k","v":{"total":[174.235,172.272,177.045,172.865,175.009,178.433,176.102,172.708,170.562,174.071,171.182,170.847,175.143,173.832,180.248],"script":[98.191,97.318,99.342,96.947,98.896,102.168,99.637,96.544,95.053,98.332,94.756,94.533,98.313,99.71,97.974],"paint":[74.103,72.894,75.548,74.115,73.778,74.241,74.319,73.433,73.48,74.144,74.878,74.63,74.267,72.045,80.152]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"07_create10k","v":{"total":[805.412,811.236,808.445,840.873,796.56,820.812,802.522,821.773,810.966,807.592,811.236,808.567,796.761,811.739,809.73],"script":[380.133,381.865,379.164,396.133,373.809,387.777,379.16,390.208,382.061,384.723,383.408,380.304,376.439,383.224,381.969],"paint":[421.366,425.292,425.455,440.607,418.906,429.149,419.551,427.429,424.943,418.888,423.795,424.459,416.562,424.393,423.997]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[88.536,87.832,87.14,89.204,89.452,92.407,89.718,89.943,86.135,88.216,88.193,87.558,88.449,90.8,85.759],"script":[46.16,45.814,45.802,46.684,45.953,48.668,47.425,47.326,45.278,45.876,46.152,45.558,46.711,46.584,44.987],"paint":[41.827,41.482,40.974,41.983,43.126,43.213,41.917,42.23,40.493,41.966,41.527,41.464,41.385,43.835,40.38]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"09_clear1k_x8","v":{"total":[23.778,25.264,25.343,23.952,24.927,22.195,23.773,24.801,24.638,23.38,23.364,22.615,23.983,22.581,22.52],"script":[19.419,20.071,20.421,19.575,19.538,17.426,19.378,19.417,19.803,19.472,18.846,18.358,19.769,18.018,17.891],"paint":[3.77,3.344,3.952,2.34,4.524,3.747,3.83,4.912,3.185,3.159,3.495,2.3,2.863,3.341,3.954]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49741268157958984]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"22_run-memory","v":{"DEFAULT":[10.71536636352539]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[15.965249061584473]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[45.579054832458496]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[92.7629337310791]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.3539999999998]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.776]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[151.92399999999998]}}, +{"f":"apprun-v3.30.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[76.9]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"01_run1k","v":{"total":[94.883,93.087,95.948,94.264,95.712,95.477,97.306,94.385,94.965,94.02,93.661,95.822,92.476,95.76,95.321],"script":[54.26,53.128,53.627,53.917,54.639,54.993,54.545,53.873,54.312,54.183,53.709,55.095,52.689,53.384,54.439],"paint":[40.278,39.598,42.047,39.962,40.791,40.257,42.458,40.188,40.435,39.568,39.723,40.5,39.42,42.103,40.528]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"02_replace1k","v":{"total":[100.577,102.199,98.788,103.045,101.5,103.764,99.752,99.893,98.416,100.663,100.093,99.095,100.545,99.965,101.725],"script":[59.402,60.612,58.76,60.502,60.338,60.534,59.283,59.601,58.009,59.511,59.27,59.286,59.968,59.339,60.549],"paint":[40.943,41.168,39.777,42.115,40.778,42.816,40.085,40.05,40.004,40.747,40.401,39.579,40.191,40.08,40.728]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"03_update10th1k_x16","v":{"total":[92.441,90.373,88.835,92.343,89.176,88.47,89.27,90.016,88.427,89.54,88.01,86.902,91.083,89.383,88.665],"script":[51.223,50.501,50.869,51.076,49.979,49.397,49.76,51.078,50.274,50.18,49.875,49.343,50.78,49.692,49.188],"paint":[39.947,37.662,35.721,39.248,38.881,36.819,37.346,37.835,36.61,37.279,37.519,36.64,39.117,38.485,36.767]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"04_select1k","v":{"total":[13.402,13.698,14.87,15.665,16.924,14.479,13.176,14.109,14.938,13.962,12.37,14.014,15.155,14.115,13.89,15.068,15.227,14.456,14.766,15.396,14.389,15.044,15.241,14.517,19.803],"script":[7.335,8.484,7.624,8.64,8.209,8.514,7.586,9.36,8.662,7.107,6.724,8.391,7.436,8.263,8.814,8.601,8.882,8.403,8.817,8.169,8.071,8.716,9.207,8.746,8.55],"paint":[3.978,3.621,4.279,5.115,5.166,2.802,3.986,2.839,3.636,4.455,3.815,5.177,4.538,3.503,4.122,5.113,3.937,4.832,3.149,3.8,4.995,3.304,4.552,4.022,4.138]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"05_swap1k","v":{"total":[55.297,54.384,53.407,54.203,54.064,55.818,54.643,52.263,53.124,55.07,56.244,53.419,55.174,52.944,53.688],"script":[28.067,30.122,28.591,30.09,29.72,31.562,30.063,28.956,28.532,29.673,27.782,28.434,30.733,28.598,29.191],"paint":[26.936,23.137,22.457,22.385,23.565,22.496,22.756,21.584,23.606,23.832,25.882,24.471,22.943,20.921,22.761]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"06_remove-one-1k","v":{"total":[207.362,201.325,201.732,201.377,200.208,203.738,202.967,201.27,200.604,203.933,200.96,199.781,206.794,199.858,204.435],"script":[130.671,125.373,123.522,126.668,125.164,126.802,127.716,125.812,124.712,128.496,125.12,124.048,126.701,124.326,127.478],"paint":[74.47,74.737,76.028,72.916,73.492,74.828,73.101,73.35,73.815,73.576,74.63,74.087,78.202,73.815,75.26]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"07_create10k","v":{"total":[830.115,824.827,818.749,825.944,828.431,822.707,819.399,825.232,827.474,830.269,827.337,820.279,823.236,835.037,822.834],"script":[441.909,436.524,433.773,432.008,442.096,434.185,435.709,439.662,438.022,441.004,441.353,438.212,437.643,445.713,437.784],"paint":[384.197,384.235,380.794,389.866,382.384,384.554,379.637,381.609,385.244,385.146,381.911,378.136,381.654,384.739,381.21]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[111.398,109.327,108.412,110.236,111.8,108.477,110.847,112.067,110.241,109.139,108.558,113.071,111.039,109.796,108.466],"script":[69.147,62.32,63.094,69.038,68.591,62.619,67.78,64.748,68.415,64.107,63.439,69.002,64.97,63.709,63.274],"paint":[41.614,46.45,44.92,40.782,42.617,45.458,42.659,46.896,41.168,44.652,44.544,43.454,45.475,45.505,44.628]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"09_clear1k_x8","v":{"total":[23.398,23.706,24.504,22.228,23.968,23.979,22.203,23.457,24.317,21.536,22.329,22.541,23.433,24.776,22.872],"script":[19.24,18.973,19.866,18.154,19.178,19.92,17.789,19.323,19.421,17.126,17.615,18.846,19.403,19.911,18.17],"paint":[3.919,4.33,3.643,3.835,3.624,3.798,2.248,3.862,3.511,3.393,4.486,1.745,2.974,3.631,3.365]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49822139739990234]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"22_run-memory","v":{"DEFAULT":[9.453933715820312]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[15.23327922821045]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[43.397372245788574]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[89.84310340881348]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.64]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.212000000000003]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[167.70799999999997]}}, {"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.1650390625]}}, {"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.58984375]}}, {"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.2705078125]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"43_first-paint","v":{"DEFAULT":[66.6]}}, -{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[66.6]}}, -{"f":"art-v0.1.7-non-keyed","b":"01_run1k","v":{"total":[42.967,43.793,43.562,43.67,44.788,44.398,44.743,44.55,44.093,43.396,45.138,43.048,45.512,42.721,43.749],"script":[8.179,8.19,8.055,8.232,8.042,8.145,8.317,8.347,8.1,8.431,9.074,8.112,8.161,8.009,8.328],"paint":[34.314,35.168,34.944,34.967,36.037,35.789,35.688,35.79,35.518,34.52,35.619,34.492,36.633,34.234,34.973]}}, -{"f":"art-v0.1.7-non-keyed","b":"02_replace1k","v":{"total":[24.5,24.892,24.427,25.621,25.562,24.951,24.953,24.974,24.477,24.611,25.475,24.415,25.801,25.164,24.914],"script":[7.821,8.132,7.683,7.504,7.123,8.137,7.167,7.569,7.308,7.829,8.408,7.521,7.855,7.35,8.011],"paint":[15.935,16.271,16.255,17.629,17.722,16.291,17.114,16.889,16.662,16.062,16.351,16.404,17.245,17.334,16.279]}}, -{"f":"art-v0.1.7-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.801,23.667,24.357,23.976,25.278,25.691,24.021,24.082,25.293,24.89,24.789,23.348,23.989,25.634,23.2],"script":[6.763,6.438,6.851,6.666,6.936,6.519,6.643,7.072,7.233,7.13,6.661,6.119,6.758,6.753,5.962],"paint":[15.806,15.948,15.471,16.049,16.919,15.56,14.795,15.4,15.349,16.105,15.971,15.989,15.046,17.081,16.554]}}, -{"f":"art-v0.1.7-non-keyed","b":"04_select1k","v":{"total":[6.311,4.76,5.514,5.73,5.313,5.689,5.337,5.742,5.75,5.364,5.321,5.407,5.369,5.444,6.225,5.646,5.96,5.091,5.305,4.688,5.821,4.87,6.199,5.845,4.941],"script":[2.826,2.262,2.198,2.704,2.009,2.532,2.22,2.435,3.224,2.361,2.937,2.391,1.961,2.25,3.067,2.593,2.882,2.344,2.213,2.758,3.055,2.037,3.238,3.013,1.862],"paint":[2.463,2.388,3.173,2.08,2.737,3.007,2.974,2.729,1.587,2.842,1.652,1.84,2.532,2.207,1.692,1.701,2.287,2.102,1.91,1.432,1.419,1.615,1.801,1.712,2.434]}}, -{"f":"art-v0.1.7-non-keyed","b":"05_swap1k","v":{"total":[15.683,14.739,14.284,14.859,14.362,14.596,14.963,15.5,14.466,14.562,14.748,14.369,14.796,14.462,14.937],"script":[2.369,2.679,2.007,2.292,2.899,2.144,2.739,2.122,2.513,2.283,2.506,2.088,2.471,2.394,2.242],"paint":[11.018,10.017,10.85,11.243,9.748,11.02,9.577,11.384,10.522,10.569,10.994,10.286,9.639,10.212,11.357]}}, -{"f":"art-v0.1.7-non-keyed","b":"06_remove-one-1k","v":{"total":[51.306,48.28,49.182,49.586,51.308,48.903,50.08,49.987,50.588,49.685,49.363,50.812,50.779,51.694,50.369],"script":[14.971,13.997,15.412,14.67,15.523,15.45,14.528,15.378,15.05,15.965,14.908,15.421,16.63,15.976,15.274],"paint":[34.582,33.473,32.864,33.554,34.601,32.369,34.471,33.349,34.31,32.452,33.177,34.002,32.998,34.505,34.253]}}, -{"f":"art-v0.1.7-non-keyed","b":"07_create10k","v":{"total":[470.847,479.988,477.622,466.553,469.262,464.791,474.81,470.616,472.456,472.678,474.245,481.373,474.827,469.296,469.176],"script":[98.786,102.631,96.788,97.584,96.777,95.358,101.584,97.4,102.475,102.485,103.009,101.914,98.116,98.525,102.136],"paint":[364.452,369.736,373.205,361.226,364.711,361.52,364.035,365.256,361.865,362.74,363.762,371.685,368.858,363.157,358.998]}}, -{"f":"art-v0.1.7-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.951,48.375,48.223,48.252,48.291,48.175,47.929,48.136,49.294,48.64,46.178,47.924,48.344,48.242,45.692],"script":[8.308,8.257,8.455,8.614,8.375,9.03,8.142,8.142,8.653,8.984,8.061,8.045,8.626,9.076,7.928],"paint":[39.362,39.141,38.826,38.799,38.921,38.176,38.869,39.071,39.377,38.671,37.288,38.867,38.791,38.311,36.904]}}, -{"f":"art-v0.1.7-non-keyed","b":"09_clear1k_x8","v":{"total":[14.439,13.922,13.773,13.983,15.053,14.176,14.411,13.594,13.303,14.159,13.887,14.302,13.738,13.959,13.778],"script":[12.144,11.595,11.321,11.776,12.37,12.094,11.876,12.136,11.734,11.889,11.586,12.115,11.809,11.6,11.857],"paint":[2.194,1.273,2.351,1.846,2.414,1.324,2.423,0.474,0.529,1.262,1.589,2.034,1.815,2.266,1.763]}}, -{"f":"art-v0.1.7-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4808692932128906]}}, -{"f":"art-v0.1.7-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9743595123291016]}}, -{"f":"art-v0.1.7-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.009215354919434]}}, -{"f":"art-v0.1.7-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7288675308227539]}}, -{"f":"art-v0.1.7-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.1874361038208]}}, -{"f":"art-v0.1.7-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.4630000000002]}}, -{"f":"art-v0.1.7-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.227999999999998]}}, -{"f":"art-v0.1.7-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.76399999999995]}}, +{"f":"arrowjs-v1.0.0-alpha.9-non-keyed","b":"43_first-paint","v":{"DEFAULT":[50.5]}}, +{"f":"art-v0.1.7-non-keyed","b":"01_run1k","v":{"total":[46.691,46.337,43.584,43.776,42.219,47.008,43.818,46.091,48.226,43.538,43.52,44.707,44.01,43.331,44.019],"script":[8.692,10.023,8.079,8.148,7.925,10.475,8.22,9.885,10.822,8.084,8.169,8.183,8.18,8.06,8.115],"paint":[37.327,35.825,34.811,34.9,33.872,36.086,34.897,35.709,36.892,35.043,34.662,35.825,35.151,34.613,35.233]}}, +{"f":"art-v0.1.7-non-keyed","b":"02_replace1k","v":{"total":[28.489,26.608,26.76,27.401,29.215,28.483,27.065,28.19,30.416,26.928,28.321,28.204,26.337,27.543,28.569],"script":[11.151,10.614,10.414,10.483,11.709,11.191,10.661,10.751,11.574,10.464,11.054,10.675,10.19,10.748,11.094],"paint":[16.866,15.53,15.896,16.256,16.794,16.641,15.925,16.738,18.137,15.942,16.609,17.024,15.672,16.325,16.854]}}, +{"f":"art-v0.1.7-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.199,23.349,23.451,23.651,24.609,24.045,23.256,24.213,23.443,23.412,23.238,24.579,23.185,23.234,23.53],"script":[6.896,6.285,6.666,6.795,7.091,6.819,6.308,7.063,6.562,7.247,6.78,6.974,6.51,6.506,6.649],"paint":[15.637,15.818,14.349,15.522,15.212,15.48,14.879,16.022,15.185,15.764,15.071,15.089,15.457,15.572,15.105]}}, +{"f":"art-v0.1.7-non-keyed","b":"04_select1k","v":{"total":[5.578,4.905,4.66,6.197,6.808,4.725,6.281,6.731,5.668,4.712,7.12,5.347,5.714,5.633,5.769,5.943,6.139,6.297,5.86,5.241,6.069,4.914,5.869,5.499,5.375],"script":[3.062,1.87,2.18,3.054,3.609,2.117,2.808,2.821,3.05,1.967,3.504,2.435,2.571,2.828,2.038,2.996,2.826,2.999,2.48,2.803,2.71,2.495,3.137,2.48,2.043],"paint":[1.559,2.845,1.285,1.926,2.191,1.467,2.872,2.198,2.313,2.635,1.985,1.591,2.54,2.519,2.659,1.665,1.365,2.441,2.515,2.311,1.632,1.824,2.212,1.881,3.172]}}, +{"f":"art-v0.1.7-non-keyed","b":"05_swap1k","v":{"total":[14.866,14.122,14.944,15.03,14.847,15.468,15.056,15.397,15.538,14.73,14.875,14.022,14.196,14.364,14.861],"script":[2.401,2.545,2.687,2.73,2.675,2.861,1.993,2.78,2.801,2.215,2.749,2.424,2.476,2.706,2.878],"paint":[11.125,9.296,10.45,10.244,10.223,10.889,11.968,10.545,11.062,10.936,10.13,10.359,10.036,10.606,9.521]}}, +{"f":"art-v0.1.7-non-keyed","b":"06_remove-one-1k","v":{"total":[52.775,52.37,52.878,53.135,53.101,53.375,53.341,53.038,55.608,53.89,55.914,54.783,53.398,53.555,52.36],"script":[18.599,18.433,18.648,19.073,18.93,19.888,18.665,18.645,19.407,19.844,19.21,19.956,19.083,19.232,18.643],"paint":[33.31,32.42,33.016,32.84,32.714,32.447,33.624,33.088,35.339,33.203,35.416,33.387,32.78,33.103,32.582]}}, +{"f":"art-v0.1.7-non-keyed","b":"07_create10k","v":{"total":[461.228,451.922,474.002,460.714,460.303,459.944,462.53,460.982,460.558,461.672,457.328,466.844,470.309,462.165,472.131],"script":[99.852,94.245,100.72,99.834,101.028,97.492,96.974,98.681,98.309,99.345,98.726,100.916,98.8,97.252,101.27],"paint":[353.063,350.149,365.946,353.502,351.847,355.008,358.127,354.614,354.619,354.808,351.167,358.589,363.965,356.331,363.499]}}, +{"f":"art-v0.1.7-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.77,53.773,55.718,54.326,55.376,54.366,56.075,54.642,55.315,53.911,54.103,55.742,54.229,55.693,52.859],"script":[10.943,10.775,11.668,10.923,11.212,11.102,11.598,10.911,11.486,10.938,10.902,11.283,10.95,11.696,10.435],"paint":[42.808,42.058,43.068,42.487,43.156,42.434,43.4,42.799,42.549,41.999,42.271,43.463,42.295,42.756,41.469]}}, +{"f":"art-v0.1.7-non-keyed","b":"09_clear1k_x8","v":{"total":[13.595,13.101,14.299,13.25,12.901,13.81,13.143,13.604,13.523,13.97,12.977,13.209,13.394,13.649,14.582],"script":[11.318,10.555,11.602,11.334,11.463,10.905,11.451,11.384,11.152,11.5,11.452,11.053,10.678,11.682,12.316],"paint":[1.492,2.401,2.568,1.809,0.397,2.513,0.742,1.529,1.249,2.35,0.387,1.538,2.619,1.314,1.802]}}, +{"f":"art-v0.1.7-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.47675228118896484]}}, +{"f":"art-v0.1.7-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7389307022094727]}}, +{"f":"art-v0.1.7-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.800856590270996]}}, +{"f":"art-v0.1.7-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7624044418334961]}}, +{"f":"art-v0.1.7-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.08341407775879]}}, +{"f":"art-v0.1.7-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.541]}}, +{"f":"art-v0.1.7-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[31.107999999999997]}}, +{"f":"art-v0.1.7-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.908]}}, {"f":"art-v0.1.7-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.287109375]}}, {"f":"art-v0.1.7-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[8.7119140625]}}, {"f":"art-v0.1.7-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.2392578125]}}, -{"f":"art-v0.1.7-non-keyed","b":"43_first-paint","v":{"DEFAULT":[63.8]}}, -{"f":"art-v0.1.7-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63.8]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"01_run1k","v":{"total":[48.636,48.889,49.029,48.151,48.163,48.164,48.8,48.679,49.014,48.533,47.667,48.188,50.418,51.451,49.358],"script":[14.902,14.69,15.108,15.247,14.565,14.362,14.937,14.942,15.241,14.702,14.079,14.622,15.093,15.768,14.731],"paint":[33.206,33.649,33.453,32.403,33.113,33.143,33.301,33.002,33.015,33.082,33.13,33.084,34.839,35.21,34.12]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"02_replace1k","v":{"total":[21.957,20.087,20.974,20.074,19.941,19.271,19.777,19.664,21.545,19.878,21.225,19.912,21.179,20.253,21.401],"script":[5.079,4.772,5.277,4.89,4.412,4.446,4.505,4.462,5.149,4.558,4.944,4.749,4.417,4.952,4.521],"paint":[16.235,14.811,15.206,14.678,15.071,14.281,14.596,14.682,15.775,14.667,15.576,14.701,16.265,14.847,16.316]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.607,20.954,18.623,18.91,18.54,18.531,17.836,19.26,18.531,20.548,18.09,19.262,18.316,18.003,20.031],"script":[1.516,1.652,1.231,1.443,1.405,1.906,1.427,1.79,1.658,2.194,1.828,1.531,1.188,1.474,1.796],"paint":[15.31,16.429,14.678,15.364,15.767,14.739,14.52,15.944,15.659,16.802,15.104,15.232,15.056,14.592,16.771]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"04_select1k","v":{"total":[7.56,8.499,9.339,9.148,9.147,8.359,7.847,9.787,8.245,9.706,8.427,8.845,9.644,8.661,8.812,8.977,8.508,8.771,9.324,8.506,10.179,8.943,9.356,7.438,8.92],"script":[4.779,5.323,5.267,4.816,5.757,5.03,5.296,6.512,5.98,5.567,5.564,5.59,6.197,4.947,5.461,6.013,5.376,5.833,5.298,5.661,6.075,5.864,5.349,5.177,4.673],"paint":[2.236,2.563,2.826,4.091,2.113,2.319,2.342,2.009,1.532,3.321,1.422,2.029,2.777,1.593,2.403,1.658,2.417,2.01,2.897,1.467,3.074,2.229,3.767,1.241,4.002]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"05_swap1k","v":{"total":[13.754,13.976,13.908,14.137,13.94,13.764,14.044,14.415,13.804,13.726,14.03,13.845,14.073,13.818,13.594],"script":[1.445,1.527,1.415,2.008,0.999,1.492,1.494,2.008,1.045,1.029,2.506,1.822,1.59,1.703,1.544],"paint":[10.556,9.809,10.994,10.176,11.799,10.394,10.486,10.351,11.309,11.155,9.812,10.072,10.431,11.03,10.445]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"06_remove-one-1k","v":{"total":[40.493,41.445,41.256,40.606,42.231,41.234,40.89,43.915,42.093,39.174,39.336,40.97,40.242,43.412,41.713],"script":[8.172,8.358,8.355,8.694,9.28,8.871,8.396,8.88,8.735,7.569,8.038,8.116,8.656,8.669,8.164],"paint":[31.121,31.67,31.358,30.737,31.679,31.124,31.055,33.976,31.871,30.785,30.424,31.628,30.555,33.917,31.888]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"07_create10k","v":{"total":[922.359,897.326,914.053,897.241,927.826,914.383,910.009,928.088,928.217,905.515,904.016,913.91,919.386,906.977,936.401],"script":[170.998,165.267,168.232,165.952,183.531,167.735,160.944,166.182,169.122,169.625,169.569,166.656,171.179,164.011,183.482],"paint":[369.792,363.338,370.051,365.61,371.11,368.255,370.59,374.315,376.124,370.785,368.254,371.166,365.276,372.417,375.225]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.405,57.335,57.284,77.186,56.516,55.588,79.249,75.564,76.286,73.172,56.411,74.803,55.578,58.74,55.919],"script":[18.52,18.374,18.084,17.965,17.854,17.456,18.489,17.91,18.698,17.566,18.26,17.717,17.367,18.874,17.663],"paint":[37.773,37.887,38.153,39.042,37.696,37.26,40.586,37.262,38.153,37.332,37.123,38.671,37.246,38.827,37.411]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"09_clear1k_x8","v":{"total":[27.625,26.889,26.603,26.317,26.988,26.452,26.475,25.318,25.843,26.418,24.253,26.672,25.198,26.653,26.513],"script":[25.768,24.691,24.23,24.117,24.256,24.247,24.526,22.983,23.641,23.929,22.15,24.358,23.642,24.08,24.279],"paint":[0.815,1.634,2.274,2.058,2.209,1.998,0.804,2.244,2.092,2.335,1.981,2.214,1.467,2.054,1.563]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.0561275482177734]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.7487640380859375]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.851469039916992]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.1291913986206055]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.79140663146973]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[3318.068]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[73.61599999999999]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[231.09999999999997]}}, +{"f":"art-v0.1.7-non-keyed","b":"43_first-paint","v":{"DEFAULT":[56.9]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"01_run1k","v":{"total":[52.035,52.16,49.593,51.649,50.733,51.444,50.815,51.71,51.909,51.046,51.735,50.969,50.264,52.049,54.113],"script":[15.182,15.412,15.33,15.66,15.245,16.585,16.009,15.686,15.754,15.388,15.883,16.279,15.686,16.601,16.103],"paint":[36.428,36.159,33.765,35.223,35.042,34.22,34.16,35.421,35.487,35.207,35.256,34.071,34.103,34.9,37.377]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"02_replace1k","v":{"total":[20.669,20.936,20.48,20.564,19.958,21.121,20.423,20.064,20.782,21.072,19.772,20.951,20.89,21.063,19.733],"script":[4.502,4.562,4.429,4.692,4.423,4.469,4.803,4.454,4.386,4.642,4.301,4.163,4.284,4.255,4.538],"paint":[15.499,15.928,15.367,15.388,14.821,16.002,15.14,15.109,15.799,15.934,14.947,16.17,16.145,16.196,14.72]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.734,18.541,18.745,18.319,18.123,20.131,19.353,18.872,19.761,18.442,19.103,18.683,18.372,18.671,19.358],"script":[1.902,1.332,1.764,2.296,1.623,2.519,2.366,2.004,1.357,1.419,1.91,1.797,1.602,1.807,2.117],"paint":[15.655,15.494,15.554,14.268,14.328,14.739,14.871,15.502,17.091,14.618,15.797,15.758,14.373,16.095,15.019]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"04_select1k","v":{"total":[7.897,7.876,9.326,8.809,10.734,8.535,9.498,9.866,9.097,10.709,10.256,9.738,9.172,8.79,8.716,8.619,9.504,8.226,9.316,9.193,9.413,8.99,8.973,9.813,9.047],"script":[5.323,4.731,6.218,5.352,6.432,4.563,5.907,6.431,5.981,6.489,6.426,6.472,6.71,5.404,5.58,5.898,6.074,4.551,6.427,5.93,6.103,6.224,5.689,5.857,5.901],"paint":[2.444,2.964,2.901,2.778,3.066,2.327,2.105,1.748,1.934,3.963,2.548,2.348,2.241,2.388,2.933,1.673,2.497,2.735,1.934,2.185,2.31,1.84,2.155,2.883,2.391]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"05_swap1k","v":{"total":[13.439,14.037,13.658,15.184,14.77,13.954,13.275,12.692,13.378,13.722,14.267,14.753,13.37,13.782,15.003],"script":[1.818,1.328,1.016,1.32,1.802,2.113,1.322,1.061,1.367,1.858,1.813,1.743,0.964,1.244,1.498],"paint":[9.776,10.903,11.116,11.464,11.611,10.317,11.024,10.321,10.146,9.633,10.281,10.802,10.472,11.05,10.635]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"06_remove-one-1k","v":{"total":[40.407,40.023,40.258,39.706,40.824,40.103,39.153,39.771,40.05,43.737,39.93,42.142,41.57,42.289,39.992],"script":[7.642,7.706,7.565,7.642,8.091,7.887,7.465,7.417,7.556,8.327,7.689,7.947,8.082,8.444,7.621],"paint":[31.875,31.124,31.463,31.138,31.685,31.013,30.949,31.322,31.622,34.262,30.728,32.769,32.099,32.601,31.028]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"07_create10k","v":{"total":[948.734,918.093,933.049,935.057,933.12,913.167,926.747,944.051,933.539,919.494,945.344,928.59,933.285,943.787,927.897],"script":[173.852,163.166,169.405,169.516,157.463,154.301,165.432,172.984,164.911,163.352,174.425,160.52,167.789,173.467,165.429],"paint":[378.332,375.834,379.936,378.93,382.991,379.358,383.644,380.27,380.613,377.905,381.857,377.076,381.482,378.934,385.116]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.415,64.206,64.823,64.897,63.695,64.487,64.512,86.596,63.778,63.596,62.851,64.258,64.796,64.871,86.968],"script":[21.532,21.57,21.645,22.438,21.477,21.955,21.937,22.497,21.515,21.45,21.149,21.735,21.682,21.795,22.934],"paint":[41.733,41.467,41.58,40.931,41.071,41.403,41.392,41.562,41.151,40.873,40.588,41.017,41.747,41.553,41.428]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"09_clear1k_x8","v":{"total":[27.223,27.183,27.399,25.998,26.55,26.468,25.767,26.264,26.823,26.148,26.443,27.299,26.224,26.704,27.342],"script":[24.671,24.684,24.956,23.748,24.402,24.44,24.14,24.029,24.822,23.91,24.475,25.031,23.643,24.314,24.217],"paint":[1.404,1.159,2.26,2.122,1.593,1.898,1.498,2.115,1.884,2.125,0.836,1.2,2.066,2.262,2.996]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.0502071380615234]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.532136917114258]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.642468452453613]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.1247167587280273]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.66565227508545]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[3323.392]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[95.13600000000005]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[244.73600000000002]}}, {"f":"aurelia-v1.3.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[438.9501953125]}}, {"f":"aurelia-v1.3.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[300.37109375]}}, {"f":"aurelia-v1.3.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[62.51171875]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[491.9]}}, -{"f":"aurelia-v1.3.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[491.9]}}, -{"f":"bau-v0.39.0-non-keyed","b":"01_run1k","v":{"total":[48.455,47.843,45.256,47.774,47.185,47.148,48.389,47.485,47.885,47.206,48.607,47.56,48.159,47.401,46.955],"script":[11.757,11.73,10.788,10.959,11.195,11.527,11.647,11.114,11.773,10.616,11.445,11.337,12.092,11.487,11.341],"paint":[36.255,35.633,33.997,36.268,35.384,35.067,36.268,35.925,35.599,35.863,36.593,35.723,35.557,35.39,35.104]}}, -{"f":"bau-v0.39.0-non-keyed","b":"02_replace1k","v":{"total":[48.256,47.68,49.419,47.965,49.68,48.296,49.128,48.433,47.905,47.668,48.839,48.329,48.078,49.319,47.635],"script":[14.349,13.937,14.749,14.222,14.501,14.9,14.731,14.28,14.136,14.006,14.357,14.228,13.964,14.783,13.897],"paint":[33.375,33.144,33.936,33.258,34.557,32.73,33.815,33.684,33.107,33.186,33.927,33.685,33.604,33.744,33.259]}}, -{"f":"bau-v0.39.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.84,19.276,20.098,20.379,19.823,20.427,19.562,21.045,19.872,21.451,19.291,19.929,19.347,19.966,20.384],"script":[3.361,2.674,2.396,2.618,2.24,2.387,2.41,2.363,2.562,2.123,1.302,2.263,2.712,1.869,2.288],"paint":[15.546,14.685,15.747,16.069,15.704,16.051,16.01,17.19,16.969,16.483,16.508,15.095,15.332,15.771,15.772]}}, -{"f":"bau-v0.39.0-non-keyed","b":"04_select1k","v":{"total":[4.05,4.369,4.078,4.897,4.501,5.707,5.543,4.684,4.951,4.667,4.897,4.039,5.108,5.175,4.991,4.459,3.65,5.027,6.722,4.348,4.543,4.098,4.047,5.465,4.357],"script":[1.713,2.527,2.195,2.655,1.564,2.733,1.881,2.319,2.416,1.692,1.584,1.188,1.978,1.889,1.24,1.091,1.049,2.938,1.822,0.405,1.554,2.403,2.303,2.835,1.028],"paint":[1.579,1.689,1.734,1.025,2.784,1.772,3.064,2.235,2.391,2.386,2.37,1.905,2.974,2.361,2.577,3.119,2.484,1.679,3.677,2.73,2.102,1.583,1.294,1.972,3.208]}}, -{"f":"bau-v0.39.0-non-keyed","b":"05_swap1k","v":{"total":[23.54,24.171,22.937,23.338,22.227,22.754,23.224,23.757,24.363,23.89,23.73,23.884,23.994,23.392,23.445],"script":[2.45,2.531,1.861,1.616,1.802,1.69,2.561,2.351,1.933,2.556,2.239,2.204,2.144,1.827,1.903],"paint":[19.721,20.229,19.207,19.503,18.906,19.795,19.241,20.349,20.4,19.084,20.364,20.265,20.691,19.825,19.385]}}, -{"f":"bau-v0.39.0-non-keyed","b":"06_remove-one-1k","v":{"total":[18.887,19.18,17.808,18.672,18.431,17.763,17.643,17.811,17.377,19.298,17.792,17.148,18.363,17.834,17.543],"script":[0.873,0.817,0.92,0.973,0.749,0.813,0.717,1.085,0.735,0.908,0.665,1.018,1.077,0.422,0.978],"paint":[16.677,17.024,15.93,16.206,16.671,15.496,16.087,15.636,15.896,17.107,16.118,15.34,16.386,16.416,15.504]}}, -{"f":"bau-v0.39.0-non-keyed","b":"07_create10k","v":{"total":[512.211,512.717,509.109,520.34,517.617,510.551,512.875,510.217,512.029,521.231,515.813,513.006,511.736,514.038,516.683],"script":[132.711,131.75,133.828,135.034,133.401,132.173,133.541,131.665,132.201,133.256,132.752,135.906,132.609,135.593,132.157],"paint":[370.751,371.763,366.491,376.58,375.43,369.292,370.471,369.171,370.816,378.996,374.063,368.183,370.367,369.372,375.468]}}, -{"f":"bau-v0.39.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.629,51.339,49.409,49.1,51.08,50.855,49.782,51.542,51.599,51.728,50.122,49.978,52.38,51.215,50.01],"script":[11.297,11.294,10.682,10.648,11.345,11.257,11.152,11.228,11.208,11.519,10.93,11.116,11.326,11.364,10.936],"paint":[40.251,38.813,37.805,37.528,38.708,38.496,37.698,39.003,39.064,39.171,38.111,37.83,39.775,38.793,37.775]}}, -{"f":"bau-v0.39.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.503,15.884,15.695,15.405,15.954,15.661,15.39,15.36,16.057,15.447,16.215,15.31,16.285,14.901,16.692],"script":[14.641,13.446,12.882,12.73,13.6,13.397,13.242,13.785,14.016,13.439,13.843,13.379,13.775,14.03,13.854],"paint":[0.459,2.337,2.188,2.574,2.265,1.21,1.207,1.231,1.936,1.909,1.423,1.848,1.872,0.755,2.177]}}, -{"f":"bau-v0.39.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5279359817504883]}}, -{"f":"bau-v0.39.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7699203491210938]}}, -{"f":"bau-v0.39.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.8425397872924805]}}, -{"f":"bau-v0.39.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1064071655273438]}}, -{"f":"bau-v0.39.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.98079776763916]}}, -{"f":"bau-v0.39.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2549999999999]}}, -{"f":"bau-v0.39.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.951999999999996]}}, -{"f":"bau-v0.39.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.34799999999996]}}, +{"f":"aurelia-v1.3.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[457.8]}}, +{"f":"bau-v0.39.0-non-keyed","b":"01_run1k","v":{"total":[46.679,47.576,47.566,49.547,46.838,46.912,47.225,46.603,47.242,46.411,46.702,46.541,47.198,47.682,47.238],"script":[11.6,12.114,12.242,12.285,12.024,11.848,11.732,11.504,11.857,11.376,12.018,11.988,11.871,12.267,12.362],"paint":[34.51,34.798,34.648,36.747,34.296,34.514,34.907,34.573,34.926,34.293,34.073,34.141,34.828,34.952,34.381]}}, +{"f":"bau-v0.39.0-non-keyed","b":"02_replace1k","v":{"total":[56.678,56.256,53.947,56.288,56.055,55.865,55.532,55.894,54.997,55.513,55.386,56.103,55.808,55.822,55.475],"script":[16.652,17.569,15.455,16.986,16.318,17.297,16.773,16.277,17.224,16.417,16.64,17.105,16.83,16.561,16.687],"paint":[39.353,38.159,37.837,38.758,38.976,38.04,38.233,39.119,37.235,38.574,38.082,38.161,38.443,38.738,38.296]}}, +{"f":"bau-v0.39.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.959,20.816,19.499,19.839,22.904,19.282,20.964,20.325,19.367,18.874,20.39,20.178,20.182,20.368,20.214],"script":[1.765,2.827,2.715,2.46,3.051,2.804,3.105,2.871,2.851,2.087,2.809,2.741,2.715,2.278,2.335],"paint":[16.422,16.653,15.109,16.106,17.741,15.161,15.588,15.671,14.839,15.137,16.429,15.664,15.407,16.229,16.717]}}, +{"f":"bau-v0.39.0-non-keyed","b":"04_select1k","v":{"total":[4.864,4.745,3.93,5.179,5.328,3.753,5.476,5.725,5.729,3.776,5.396,5.557,4.444,4.157,4.422,4.731,5.751,4.663,4.834,5.052,4.707,4.784,5.559,5.895,5.112],"script":[1.259,2.388,0.817,2.352,2.896,1.758,2.708,1.764,1.446,2.019,2.208,2.399,1.955,1.432,1.518,2.454,2.678,2.305,2.35,2.351,1.943,1.487,2.542,2.229,2.492],"paint":[3.23,1.802,1.986,2.51,2.278,1.879,2.19,2.806,2.268,1.615,2.15,2.634,1.596,2.182,2.081,1.155,2.908,2.199,1.995,1.922,2.6,2.325,2.877,2.659,1.746]}}, +{"f":"bau-v0.39.0-non-keyed","b":"05_swap1k","v":{"total":[23.186,22.938,23.503,23.145,23.031,23.227,23.554,23.534,23.317,23.133,24.194,22.801,22.036,23.338,23.124],"script":[2.656,2.201,2.116,2.664,2.266,1.887,2.321,2.488,3.341,2.663,2.558,2.405,1.79,1.19,3.038],"paint":[18.562,18.987,19.525,19.062,19.336,20.023,19.367,18.304,18.765,18.899,20.614,19.152,18.809,19.761,18.989]}}, +{"f":"bau-v0.39.0-non-keyed","b":"06_remove-one-1k","v":{"total":[18.379,17.859,17.815,17.464,17.314,18.126,17.183,17.727,17.877,17.263,17.92,17.413,17.707,18.896,17.905],"script":[1.002,1.195,1.127,0.847,0.74,1.137,0.964,0.62,0.756,0.76,0.77,0.767,0.453,1.125,0.889],"paint":[16.325,15.813,15.879,15.853,15.492,15.782,15.461,16.385,16.35,15.388,16.129,15.799,16.131,16.165,15.985]}}, +{"f":"bau-v0.39.0-non-keyed","b":"07_create10k","v":{"total":[501.862,510.365,504.673,505.039,509.298,503.362,514.475,512.523,508.172,506.653,508.778,507.439,517.538,513.131,509.87],"script":[134.794,138.857,137.917,137.109,138.654,137.762,138.867,137.999,139.191,140.353,139.911,138.216,139.394,138.737,140.785],"paint":[358.318,362.826,358.083,359.279,361.854,356.518,366.799,365.78,359.748,357.608,360.246,360.075,369.569,365.827,360.541]}}, +{"f":"bau-v0.39.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.724,58.627,56.327,56.504,55.477,56.007,57.84,57.819,56.991,57.647,58.249,56.531,58.741,56.508,58.52],"script":[13.188,13.84,13.04,13.154,12.825,12.551,13.954,13.584,13.37,13.291,13.244,13.219,13.872,13.048,13.577],"paint":[42.258,43.652,42.199,42.395,41.545,42.35,42.933,43.02,42.409,43.383,43.815,42.215,43.527,42.191,43.72]}}, +{"f":"bau-v0.39.0-non-keyed","b":"09_clear1k_x8","v":{"total":[14.17,15.037,16.099,14.989,14.718,15.64,14.405,13.53,14.472,15.079,14.594,14.887,15.606,14.617,14.327],"script":[11.886,12.838,13.041,13.606,12.778,13.854,11.287,12.395,12.479,13.008,12.449,12.94,13.052,12.588,12.068],"paint":[1.498,1.044,2.923,1.242,0.904,0.831,1.406,1.032,1.881,1.215,2.027,1.843,2.33,1.928,2.139]}}, +{"f":"bau-v0.39.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4881124496459961]}}, +{"f":"bau-v0.39.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.590829849243164]}}, +{"f":"bau-v0.39.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.642928123474121]}}, +{"f":"bau-v0.39.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.086843490600586]}}, +{"f":"bau-v0.39.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[20.478832244873047]}}, +{"f":"bau-v0.39.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.6149999999998]}}, +{"f":"bau-v0.39.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[18.855999999999998]}}, +{"f":"bau-v0.39.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[149.016]}}, {"f":"bau-v0.39.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[144.99609375]}}, {"f":"bau-v0.39.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[6.7216796875]}}, {"f":"bau-v0.39.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.0830078125]}}, -{"f":"bau-v0.39.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[62]}}, -{"f":"bau-v0.39.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[62]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"01_run1k","v":{"total":[59.241,59.598,60.512,61.848,60.947,61.821,60.275,60.554,61.922,62.058,62.899,61.929,62.121,61.674,63.392],"script":[24.129,24.078,25.491,25.392,25.467,25.577,25.023,24.979,26.369,26.774,26.589,25.94,25.889,26.078,25.642],"paint":[34.636,35.027,34.512,36.026,34.982,35.622,34.733,35.059,35.1,34.832,35.758,35.528,35.542,35.139,37.172]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"02_replace1k","v":{"total":[73.273,68.295,71.153,71.432,73.197,72.008,70.191,71.061,69.202,67.09,72.363,72.131,68.859,70.941,69.591],"script":[37.339,35.156,35.326,37.554,39.551,36.611,34.89,36.836,35.46,34.073,36.737,38.099,34.97,35.158,35.679],"paint":[35.42,32.69,35.341,33.11,33.162,34.94,34.788,33.69,33.278,32.41,34.919,33.561,33.365,35.292,33.452]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.097,21.113,21.106,21.019,22.944,20.752,21.803,21.573,22.264,22.865,21.27,22.737,21.045,21.729,22.269],"script":[4.468,3.968,3.956,3.929,5.084,4.043,4.221,3.712,4.371,4.233,3.725,4.153,4.013,4.49,4.057],"paint":[15.27,15.825,16.015,15.741,15.945,15.603,16.293,16.433,15.184,16.749,15.555,16.343,15.926,15.094,16.503]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"04_select1k","v":{"total":[7.008,7.576,7.864,7.788,8.771,7.386,7.929,8.715,8.017,7.812,8.375,8.717,7.726,7.744,7.538,7.649,8.226,8.451,7.518,8.798,7.695,8.182,8.122,8.959,7.797],"script":[4.542,4.465,4.658,4.682,5.421,4.046,4.149,5.207,5.126,4.422,4.887,4.671,4.913,4.644,4.772,4.302,4.893,4.213,4.715,4.806,4.578,4.956,4.984,5.029,4.397],"paint":[1.896,2.254,2.48,2.016,2.725,2.997,3.515,2.702,2.732,3.198,1.763,3.319,1.83,2.198,1.918,2.773,3.128,2.576,2.019,3.214,2.991,2.188,2.055,2.561,2.782]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"05_swap1k","v":{"total":[26.08,25.101,25.608,26.134,25.391,25.152,24.532,25.34,27.438,25.561,25.245,24.819,24.788,26.473,25.824],"script":[4.474,4.373,3.995,4.794,4.531,3.688,4.249,4.516,4.175,4.574,3.79,4.547,3.943,3.693,4.064],"paint":[19.458,18.822,20.277,19.847,19.453,20.13,18.588,18.557,21.357,19.126,20.073,19.181,18.998,21.445,21.421]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"06_remove-one-1k","v":{"total":[19.32,18.225,19.012,18.182,17.878,18.412,18.445,18.221,18.009,18.615,18.182,18.538,18.366,18.324,18.449],"script":[1.678,1.499,1.387,1.546,1.544,1.363,1.749,1.67,1.374,1.491,1.692,1.574,1.371,1.594,1.707],"paint":[16.386,15.944,16.108,15.637,15.171,16.034,15.373,15.779,15.57,16.078,15.191,15.92,16.062,15.773,15.264]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"07_create10k","v":{"total":[591.532,623.219,596.026,597.129,587.94,614.344,621.683,594.754,606.484,591.706,592.249,585.983,615.96,597.526,603.413],"script":[200.072,206.503,202.177,203.389,194.721,211.631,220.359,209.886,209.504,201.484,198.672,193.556,209.428,202.764,212.187],"paint":[383.792,408.422,386.354,385.877,385.725,394.85,393.808,377.659,389.068,382.758,386.051,384.957,399.029,387.19,383.746]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[70.126,67.779,62.095,65.968,65.625,68.668,68.574,64.53,65.405,66.02,64.022,65.142,70.132,63.994,67.687],"script":[27.313,27.31,23.89,28.27,27.531,30.23,30.197,26.298,27.81,27.518,25.674,26.811,27.612,26.328,28.513],"paint":[41.847,39.454,37.21,36.745,37.256,37.344,37.48,37.308,36.659,37.547,37.404,37.375,41.287,36.781,37.915]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"09_clear1k_x8","v":{"total":[35.027,36.341,35.25,33.013,35.129,33.143,32.635,36.026,34.512,34.999,36.693,35.005,37.746,35.591,35.929],"script":[32.168,33.905,33.036,31.094,32.657,30.794,31.032,33.819,31.965,32.289,33.841,32.783,34.601,32.864,33.414],"paint":[1.911,2.249,1.291,0.953,2.296,1.244,1.292,1.906,2.407,2.528,2.155,1.55,3.001,1.929,1.992]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.095301628112793]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[10.509340286254883]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[10.595885276794434]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.1363115310668945]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[78.66759490966797]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[3453.6990000000005]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.739999999999998]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.01999999999992]}}, +{"f":"bau-v0.39.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[57.3]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"01_run1k","v":{"total":[63.259,64.253,62.787,64.019,63.653,63.742,64.587,65.39,63.685,63.992,64.525,63.855,64.296,61.69,62.507],"script":[27.33,27.212,27.258,27.281,26.823,26.427,27.861,27.77,27.111,27.659,27.929,27.046,27.672,26.09,26.666],"paint":[35.462,36.572,35.055,36.274,36.388,36.836,36.253,36.888,36.086,35.888,36.184,36.112,35.91,34.853,35.379]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"02_replace1k","v":{"total":[75.233,77.889,78.054,78.48,81.082,78.903,79.652,78.043,79.274,78.673,75.248,82.35,79.291,77.301,80.612],"script":[37.503,39.917,39.182,38.314,40.517,40.272,39.903,37.66,39.294,39.223,37.314,42.452,39.049,37.941,40.143],"paint":[37.272,37.47,38.419,39.677,40.055,38.174,39.05,39.749,39.512,38.731,37.471,39.426,39.707,38.593,39.769]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.127,21.52,21.625,23.076,22.604,22.328,21.508,20.893,21.305,22.099,21.703,21.507,22.746,21.995,21.835],"script":[4.321,4.641,4.56,4.838,4.824,4.062,3.908,4.307,4.122,5.04,4.449,3.802,4.056,4.861,4.782],"paint":[15.724,15.055,14.367,16.193,16.513,16.462,16.165,14.968,15.686,14.971,15.36,16.403,16.634,15.588,16.009]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"04_select1k","v":{"total":[7.858,8.866,8.9,7.799,7.324,8.614,8.566,8.977,8.92,7.853,8.208,9.451,8.67,7.862,6.903,7.93,7.813,8.493,7.813,8.678,8.302,8.421,8.361,7.793,7.533],"script":[5.001,5.843,5.269,5.436,4.84,5.195,5.521,5.716,4.228,4.682,4.605,5.536,5.634,4.483,4.567,5.076,4.416,5.059,4.241,5.439,5.999,5.116,4.546,5.288,4.887],"paint":[2.64,2.441,2.214,1.381,1.757,1.782,1.933,2.088,3.268,1.99,2.421,2.386,2.241,2.31,2.209,1.977,2.348,1.946,2.801,1.996,1.152,2.346,2.959,1.122,1.648]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"05_swap1k","v":{"total":[25.111,26.049,24.905,26.143,24.944,25.303,24.23,26.391,26.162,26.354,25.793,26.455,24.852,24.529,25.534],"script":[4.568,4.076,4.016,3.532,4.285,4.356,4.315,4.733,4.115,3.699,4.122,3.836,4.547,4.082,4.301],"paint":[18.521,20.328,19.364,20.32,18.974,19.623,18.252,20.262,19.86,20.344,20.13,20.591,18.951,19.455,20.086]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"06_remove-one-1k","v":{"total":[18.118,18.351,18.883,18.407,18.083,18.93,18.255,17.468,17.289,18.936,17.884,17.793,18.178,17.794,18.994],"script":[1.72,1.711,1.782,1.449,1.591,1.789,1.671,1.385,1.344,1.694,1.393,1.719,1.598,1.532,1.646],"paint":[15.596,15.823,15.643,16.218,15.167,16.044,15.865,15.364,15.239,15.876,15.692,15.245,15.285,15.507,15.967]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"07_create10k","v":{"total":[593.936,598.338,588.276,600.206,591.233,598.699,596.748,596.256,595.242,588.582,596.54,601.578,597.294,593.626,596.352],"script":[201.88,218.865,201.885,211.692,206.246,217.682,212.825,210.496,207.137,206.143,207.711,209.073,214.293,211.885,207.578],"paint":[384.293,372.063,379.057,380.774,377.534,373.703,376.22,378.041,380.399,374.763,381.49,385.006,375.511,373.726,381.25]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[73.312,74.412,73.594,71.798,73.696,73.881,68.333,70.834,73.278,73.154,75.071,73.627,75.265,70.939,73.595],"script":[29.536,31.021,29.248,28.304,30.094,29.704,24.654,27.865,30.558,29.092,30.023,29.935,29.702,27.728,29.881],"paint":[42.916,42.496,43.101,42.546,42.421,43.239,42.757,42.063,41.795,43.15,43.868,42.803,44.36,42.334,42.455]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"09_clear1k_x8","v":{"total":[37.255,37.262,35.891,38.023,35.041,33.782,36.133,36.72,36.61,36.454,34.253,36.182,36.872,32.623,35.129],"script":[34.295,34.513,32.643,35.338,32.608,31.171,33.498,34.092,34.052,33.688,32.326,33.864,34.089,30.376,32.365],"paint":[2.17,1.612,2.714,1.931,1.248,2.467,2.468,2.449,2.426,2.075,1.815,1.524,1.91,2.101,1.639]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.0430822372436523]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[10.295065879821777]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[10.390665054321289]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.1056928634643555]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[76.53444576263428]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[3452.2545]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.444]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[193.98399999999992]}}, {"f":"binding.scala-v10.0.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[423.052734375]}}, {"f":"binding.scala-v10.0.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[284.4765625]}}, {"f":"binding.scala-v10.0.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[44.84765625]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[434.3]}}, -{"f":"binding.scala-v10.0.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[434.3]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"01_run1k","v":{"total":[44.103,45.284,44.504,42.067,43.374,42.175,44.167,43.207,43.585,46.073,44.43,43.071,44.208,43.268,42.854],"script":[7.122,7.27,7.447,7.129,7.294,7.208,7.617,7.242,7.618,7.289,7.502,7.3,7.544,7.569,7.582],"paint":[36.532,37.136,36.546,34.464,35.593,34.514,35.788,35.471,35.475,38.334,36.389,35.288,36.156,35.212,34.808]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"02_replace1k","v":{"total":[20.903,21.887,20.454,21.085,22.187,21.292,22.611,21.186,22.19,22.907,21.938,20.894,23.189,22.563,22.119],"script":[5.298,4.941,5.028,5.416,5.672,5.538,5.451,5.45,4.973,5.833,4.917,5.417,4.995,4.916,4.897],"paint":[14.97,16.462,15.016,15.072,16.06,15.131,16.516,15.051,16.572,16.539,16.368,15.002,17.705,16.956,16.699]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[31.009,31.461,30.265,31.516,30.648,31.651,30.941,32.463,30.338,29.917,32.009,30.114,30.638,31.981,32.118],"script":[13.797,13.645,13.957,14.025,13.198,13.841,13.139,13.461,13.606,13.528,13.645,13.156,13.267,14.045,13.744],"paint":[15.809,15.894,14.46,15.899,15.67,16.31,16.57,17.481,14.532,14.484,16.866,15.97,15.139,15.581,16.131]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"04_select1k","v":{"total":[17.179,16.946,16.259,17.137,16.761,16.35,17.599,17.305,16.663,17.885,16.811,17.143,18.42,15.621,16.702,17.517,16.22,16.331,17.188,17.148,17.032,16.352,17.21,14.725,16.927],"script":[13.677,13.283,12.575,12.638,12.964,12.607,13.236,13.271,12.99,13.236,13.266,13.154,13.529,12.034,13.436,13.565,12.584,12.652,13.499,13.909,12.623,12.903,13.805,11.954,13.126],"paint":[2.099,2.803,2.453,3.257,2.639,2.702,3.239,2.954,2.317,3.492,2.592,3.753,3.278,3.417,2.009,2.994,2.717,2.442,2.725,2.27,2.369,3.277,3.163,2.612,3.222]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"05_swap1k","v":{"total":[24.894,25.693,26.6,25.018,24.828,27.765,25.185,25.383,25.96,25.105,25.341,25.888,25.164,26.311,25.083],"script":[13.086,13.123,13.836,12.654,12.912,14.449,12.835,12.353,13.392,13.393,12.852,13.2,12.923,13.843,12.544],"paint":[10.064,9.637,11.039,10.916,10.141,11.173,10.926,11.664,10.763,9.971,10.115,11.162,10.485,10.568,11.118]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"06_remove-one-1k","v":{"total":[42.883,45.446,45.314,43.085,47.606,44.732,42.237,42.371,42.247,43.216,44.844,44.075,45.942,44.383,45.04],"script":[10.361,11.862,10.653,10.171,10.911,10.708,10.352,9.8,9.893,10.254,10.457,10.478,10.325,10.794,10.372],"paint":[31.38,32.224,33.631,31.718,35.801,33.139,31.075,31.794,31.539,31.816,33.006,32.618,34.835,32.262,33.42]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"07_create10k","v":{"total":[486.826,485.746,487.987,490.162,488.445,482.268,482.478,483.392,487.864,476.049,477.48,487.406,486.307,470.823,484.593],"script":[111.745,113.127,111.578,113.503,111.966,111.826,112.879,115.159,112.814,109.152,113.153,112.088,112.23,97.897,111.357],"paint":[367.566,364.77,368.798,369.02,368.912,362.776,362.26,360.62,367.494,359.295,356.793,367.238,366.454,364.922,365.764]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.048,51.92,49.936,51.21,49.591,50.001,49.66,50.756,51.414,50.358,51.74,53.543,53.107,49.526,51.704],"script":[11.027,11.275,10.941,11.446,11.494,11.176,10.828,10.928,11.912,11.202,11.456,11.4,11.46,11.136,11.858],"paint":[39.028,39.341,38.137,38.803,37.269,38.009,37.888,38.817,38.545,38.313,39.323,40.857,40.425,37.572,38.873]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"09_clear1k_x8","v":{"total":[20.877,21.223,21.301,21.259,21.23,23.394,20.329,21.284,23.528,20.847,21.637,20.802,21.51,22.447,23.275],"script":[18.834,19.369,19.111,19.352,19.335,21.373,18.165,19.153,21.337,18.728,19.685,19.21,18.745,20.36,20.427],"paint":[1.504,1.385,1.468,1.78,1.14,1.651,2.039,1.837,1.43,1.195,1.24,1.486,1.941,1.225,2.704]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8611202239990234]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7103261947631836]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.711764335632324]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0910110473632812]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.224632263183594]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2251.815]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.656]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[149.51200000000003]}}, +{"f":"binding.scala-v10.0.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[399.8]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"01_run1k","v":{"total":[43.169,41.717,43.134,42.983,42.911,42.842,42.665,42.57,43.152,43.048,43.105,45.316,41.976,42.89,42.27],"script":[6.957,6.924,7.136,6.957,7.431,7.074,6.942,6.869,7.165,6.943,7.082,7.113,7.17,7.101,7.234],"paint":[35.786,34.359,35.607,35.322,35.009,35.371,35.347,35.309,35.587,35.704,35.413,37.771,34.418,35.401,34.615]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"02_replace1k","v":{"total":[23.657,23.341,22.745,23.177,23.047,23.127,23.401,23.449,22.349,24.306,23.681,22.997,23.023,23.228,24.111],"script":[7.431,7.237,6.978,7.339,7.239,7.097,7.185,7.207,6.879,7.567,7.511,7.201,7.097,7.298,7.598],"paint":[15.581,15.665,15.162,15.374,15.312,15.404,15.606,15.606,15.003,16.106,15.709,15.351,15.49,15.452,16.043]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[36.081,35.952,36.541,36.295,35.846,35.919,35.845,36.266,35.076,37.493,35.465,35.99,35.139,36.472,36.805],"script":[18.242,17.71,18.299,19.133,17.228,19.03,18.169,17.895,17.587,19.041,17.973,18.755,18.216,19.053,18.757],"paint":[16.229,16.733,16.031,15.188,16.832,14.964,15.406,16.811,14.903,16.764,15.27,15.851,15.21,15.748,16.372]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"04_select1k","v":{"total":[22.315,21.615,21.535,22.269,21.392,21.394,22.439,22.014,21.628,21.145,22.096,21.038,21.911,22.955,21.943,21.332,21.664,21.528,20.778,19.534,22.33,22.256,22.151,21.099,20.462],"script":[17.727,18.42,17.775,18.241,17.44,18.22,18.182,18.538,18.43,16.538,19.246,17.608,17.979,19.052,18.19,17.904,18.226,17.592,16.412,15.608,18.523,18.797,18.474,17.416,18.09],"paint":[3.962,2.481,2.535,2.737,2.722,1.762,3.313,3.051,1.35,3.507,1.583,2.513,2.746,2.838,2.474,2.696,2.364,2.966,2.873,2.69,2.74,2,2.964,1.949,1.222]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"05_swap1k","v":{"total":[29.985,31.14,29.909,30.872,30.565,30.455,30.615,33.091,31.463,29.218,29.878,30.811,30.404,30.065,30.859],"script":[17.844,18.87,17.7,17.859,18.079,17.678,18.373,18.113,18.61,16.948,17.6,18.213,18.141,17.84,18.269],"paint":[10.742,10.337,10.394,11.105,11.232,10.715,10.391,12.678,11.418,10.618,10.94,9.555,11.156,11.006,11.211]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"06_remove-one-1k","v":{"total":[44.149,45.327,45.227,44.9,45.762,44.343,48.942,45.977,49.485,45.296,47.621,44.364,49.245,44.766,46.713],"script":[11.79,12.508,11.819,12.544,12.994,12.291,13.398,12.924,13.615,12.428,13.16,12.383,14.205,11.736,13.117],"paint":[30.999,31.536,32.068,31.515,31.571,30.911,34.016,31.755,35.056,31.533,33.102,31.002,33.979,32.029,32.442]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"07_create10k","v":{"total":[481.976,467.319,478.95,470.594,467.895,460.51,475.765,469.958,473.095,458.004,480.558,472.376,471.527,469.189,468.061],"script":[118.135,103.281,112.503,109.705,105.041,100.912,112.973,109.587,109.057,101.09,110.896,108.821,109.794,107.295,110.357],"paint":[356.485,356.514,359.084,353.572,355.072,352.371,355.363,353.069,356.545,349.4,362.318,356.122,354.415,354.687,350.309]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.041,59.557,56.516,57.78,56.997,57.172,58.227,57.009,58.153,56.529,59.123,58.921,60.3,57.235,59.057],"script":[13.774,13.952,13.095,14.074,13.491,13.55,13.918,13.421,13.451,13.403,13.33,13.989,14.769,13.615,13.839],"paint":[42.061,44.741,42.571,42.489,42.282,42.406,43.109,42.581,43.768,42.222,44.532,43.991,44.612,42.583,44.042]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"09_clear1k_x8","v":{"total":[21.666,21.845,23.01,23.244,22.692,21.749,20.218,20.406,21.569,21.618,21.331,21.584,21.66,20.669,22.343],"script":[19.218,19.67,20.565,20.53,20.219,19.22,18.107,18.027,19.933,18.642,18.738,19.224,19.828,18.204,20.056],"paint":[2.322,1.057,1.611,2.558,1.733,1.624,0.786,2.285,0.856,2.231,2.061,2.227,0.902,2.346,1.402]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8657665252685547]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.4833669662475586]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.527705192565918]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1564140319824219]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.02064609527588]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2251.165]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[0]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.72]}}, {"f":"cyclejs-dom-v20.4.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[221.630859375]}}, {"f":"cyclejs-dom-v20.4.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[83.35546875]}}, {"f":"cyclejs-dom-v20.4.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[21.55078125]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[145.5]}}, -{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[145.5]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"01_run1k","v":{"total":[43.364,43.593,41.949,42.417,43.473,42.894,43.471,41.956,42.187,42.499,41.855,42.036,42.407,41.829,42.363],"script":[7.072,6.682,6.294,6.399,6.711,6.925,6.518,6.007,6.314,6.484,6.419,6.278,6.126,6.146,6.057],"paint":[35.82,36.202,35.178,35.567,36.287,35.514,36.465,35.505,35.414,35.541,35.003,35.26,35.87,35.098,35.843]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"02_replace1k","v":{"total":[17.761,19.557,20.106,20.162,18.611,20.876,19.074,19.508,19.383,18.301,17.991,18.395,18.083,19.924,19.991],"script":[2.892,2.878,3.226,3.301,3.006,3.293,2.796,3.016,2.884,3.091,2.947,2.956,2.904,3.163,3.176],"paint":[14.395,15.98,16.219,16.464,15.011,16.925,15.783,15.865,16.029,14.54,14.611,14.846,14.743,16.366,16.331]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"03_update10th1k_x16","v":{"total":[25.706,26.03,24.924,25.293,25.018,25.359,25.668,25.299,25.288,24.387,24.595,24.993,24.563,24.808,24.948],"script":[8.363,7.686,7.534,7.987,8.077,8.346,8.014,7.698,8.139,7.51,8.206,8.293,7.743,7.645,8.399],"paint":[15.233,16.498,15.478,15.136,15.553,14.948,15.606,15.835,15.761,14.603,13.902,15.101,15.646,15.624,15.288]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"04_select1k","v":{"total":[3.063,4.847,2.82,3.449,3.85,4.08,3.973,3.089,2.918,2.898,3.032,3.521,2.744,3.208,3.637,2.747,4.11,3.07,3.147,2.996,3.34,3.44,3.673,3.472,3.399],"script":[0.134,0.985,0.98,1.068,0.876,1.062,0.986,0.831,0.142,0.119,0.132,0.524,0.129,0.935,0.966,0.576,0.133,0.871,0.978,0.257,0.131,0.573,0.821,0.874,0.935],"paint":[2.804,2.67,1.427,2.277,2.036,1.738,1.797,1.287,1.932,1.905,2.791,2.13,1.513,1.567,1.849,0.507,2.808,2.074,2.062,2.351,2.915,2.213,1.647,1.773,1.645]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"05_swap1k","v":{"total":[19.605,18.544,18.994,19.154,18.168,18.525,19.593,18.773,18.964,19.275,18.552,18.741,19.166,17.929,19.44],"script":[7.419,6.921,6.671,6.492,6.998,6.835,7.117,7.088,6.916,7.493,7.037,6.522,6.97,6.623,7.037],"paint":[11.051,10.324,10.69,11.59,10.149,10.556,11.455,9.876,10.676,8.538,9.731,10.59,11.173,9.801,10.878]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"06_remove-one-1k","v":{"total":[40.479,37.427,38.471,40.279,38.122,39.123,40.453,37.317,39.922,40.16,37.956,38.766,39.466,39.012,38.896],"script":[6.64,5.684,6.191,6.057,6.093,6.122,6.587,6.051,6.187,6.397,6.148,6.004,6.485,6.19,6.656],"paint":[32.424,30.781,31.485,33.055,30.991,31.981,32.695,30.475,31.893,32.572,30.616,31.544,32.115,32.043,30.883]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"07_create10k","v":{"total":[435.057,434.227,438.541,430.886,437.088,435.15,436.225,435.952,435.825,436.222,435.425,438.149,434.04,440.488,439.554],"script":[67.757,67.661,68.471,67.051,68.695,67.954,67.954,68.028,66.485,68.096,66.903,68.167,65.506,69.123,69.061],"paint":[359.808,359.155,362.638,355.336,360.972,359.74,360.96,360.488,361.866,359.994,361.063,362.16,360.842,363.713,362.782]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.371,46.508,45.211,46.425,46.177,45.044,46.642,46.267,47.733,45.268,45.883,46.321,46.145,45.436,46.234],"script":[6.481,6.36,6.505,7.228,6.949,6.812,7.209,6.908,7.088,6.946,6.709,7.209,6.892,7.004,7.282],"paint":[37.017,38.759,37.406,38.227,38.235,37.385,38.265,38.176,39.833,37.387,37.927,38.231,38.261,37.473,38.078]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"09_clear1k_x8","v":{"total":[14.373,13.979,14.998,14.995,14.748,14.698,13.848,13.403,14.419,15.032,14.091,14.674,15.44,15.105,15.066],"script":[12.136,12.15,12.593,12.852,12.461,12.203,11.969,10.641,12.117,12.305,11.737,12.872,12.806,12.471,13.123],"paint":[2.089,1.546,1.587,1.645,2.156,2.415,1.798,2.312,1.312,2.625,1.834,1.689,2.338,2.529,1.147]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5327634811401367]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.482914924621582]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.4973182678222656]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8572196960449219]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.13101577758789]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.3400000000001]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.515999999999998]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.116]}}, +{"f":"cyclejs-dom-v20.4.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[138.8]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"01_run1k","v":{"total":[42.531,42.016,43.032,42.675,43.04,43.178,42.834,43.537,43.035,42.437,42.38,43.695,43.275,42.109,42.166],"script":[6.415,6.469,7.265,6.486,6.365,6.45,7.252,7.21,7.275,6.502,6.83,6.967,7.251,6.526,6.57],"paint":[35.646,35.085,35.286,35.674,36.007,36.015,35.124,35.851,35.307,35.276,35.077,36.196,35.396,35.128,35.135]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"02_replace1k","v":{"total":[19.66,19.261,17.931,17.587,19.481,19.454,18.865,20.408,17.973,18.348,19.468,19.618,20.672,19.576,19.392],"script":[3.15,3.02,2.988,3.01,3.283,3.17,2.931,3.429,2.969,3.248,3.041,3.059,3.273,3.159,3.07],"paint":[16.02,15.762,14.471,14.152,15.781,15.732,15.566,16.506,14.373,14.742,15.842,15.955,16.926,15.857,15.858]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.573,25.255,24.243,23.671,27.441,25.374,25.893,24.902,25.046,25.519,24.205,25.689,23.984,24.895,25.074],"script":[8.295,7.816,7.615,7.219,8.275,8.76,8.649,8.383,8.398,8.297,7.909,8.865,7.979,7.966,7.945],"paint":[14.515,15.051,15.624,16.121,17.462,14.687,15.074,15.008,15.142,15.066,15.244,15.046,14.937,15.14,15.579]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"04_select1k","v":{"total":[3.524,2.771,4.129,4.254,3.274,3.421,3.269,3.673,3.801,2.802,4.182,3.352,3.757,3.566,3.639,2.629,3.389,3.776,2.523,3.052,3.171,4.929,2.859,3.386,3.757],"script":[0.614,0.36,0.155,0.583,0.503,0.839,0.296,1.008,0.931,0.937,0.822,0.135,0.446,0.138,1.153,0.143,1.068,0.594,0.124,0.501,0.879,0.157,0.825,0.645,0.653],"paint":[2.045,2.03,3.63,2.637,1.934,0.934,2.453,1.992,2.653,1.295,2.356,2.724,2.09,2.414,1.537,1.932,2.204,2.13,1.954,1.487,1.431,2.839,1.928,2.606,2.876]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"05_swap1k","v":{"total":[18.757,18.377,18.974,19.395,20.474,18.907,19.098,19.418,18.932,19.411,18.887,19.657,19.389,19.062,18.973],"script":[7.175,7.151,7.674,7.397,7.619,7.283,6.701,7.56,6.959,7.658,6.689,6.948,7.477,7.021,6.978],"paint":[10.212,10.012,10.101,10.229,11.064,9.6,11.154,10.397,10.251,9.987,10.244,11.064,10.595,10.925,10.881]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"06_remove-one-1k","v":{"total":[39.014,39.568,38.903,38.001,38.423,37.98,39.513,39.211,38.652,38.935,41.625,39.495,39.032,39.114,37.616],"script":[6.415,6.184,6.145,6.168,6.116,6.35,6.197,6.261,6.2,6.438,6.09,6.289,6.196,6.136,6.132],"paint":[31.465,31.988,31.752,30.714,31.127,30.192,32.209,31.853,31.082,31.55,33.527,31.648,31.183,31.744,30.453]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"07_create10k","v":{"total":[446.25,442.222,444.939,440.464,440.071,444.389,441.937,447.459,443.083,425.841,446.187,451.695,450.743,446.18,448.611],"script":[77.506,75.831,76.275,75.062,74.812,75.461,77.314,77.641,76.346,70.704,76.089,78.663,77.529,74.942,77.962],"paint":[361.093,358.723,361.085,357.877,357.764,361.106,357.06,361.923,359.275,347.759,362.308,365.717,365.715,362.863,362.995]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.553,51.968,50.843,51.814,51.188,50.323,50.806,50.023,50.963,50.037,50.364,50.194,50.926,51.46,49.801],"script":[8.088,8.329,8.468,8.519,8.442,8.57,8.698,8.334,8.01,8.353,8.447,8.487,8.276,8.279,8.167],"paint":[40.599,42.584,41.408,42.033,41.525,40.845,41.186,40.865,41.729,40.8,41.022,40.824,41.43,42.201,40.713]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"09_clear1k_x8","v":{"total":[13.041,14.898,13.815,13.581,14.597,13.813,13.708,13.898,14.132,14.508,13.764,14.004,13.661,13.464,14.523],"script":[11.159,12.43,11.87,11.643,11.378,11.648,11.249,11.703,11.96,11.854,11.514,11.782,11.863,11.129,12.183],"paint":[1.12,1.945,1.834,1.189,3.071,1.506,2.336,2.094,1.216,2.551,1.897,1.272,1.653,2.228,1.845]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5176477432250977]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.252431869506836]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.2872085571289062]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7987232208251953]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.923885345458984]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.525]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.428]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.964]}}, {"f":"cydon-v0.1.7-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.076171875]}}, {"f":"cydon-v0.1.7-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[8.80078125]}}, {"f":"cydon-v0.1.7-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.2451171875]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"43_first-paint","v":{"DEFAULT":[53.5]}}, -{"f":"cydon-v0.1.7-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[53.5]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"01_run1k","v":{"total":[41.147,41.777,40.67,40.384,42.556,42.454,41.618,43.877,42.389,42.748,44.071,40.096,41.233,41.227,40.43],"script":[4.693,4.935,5.159,4.97,5.178,5.358,5.32,5.315,4.826,5.355,5.505,4.733,5.225,5.012,4.738],"paint":[35.884,36.373,35.017,34.966,36.612,36.626,35.891,38.115,36.878,36.922,38.105,34.923,35.312,35.744,35.264]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"02_replace1k","v":{"total":[20.356,22.542,20.275,21.653,21.899,20.191,21.155,19.912,22.604,20.452,20.297,22.561,21.839,20.545,20.328],"script":[4.684,5.313,4.559,4.537,4.652,4.464,4.607,4.449,5.032,4.584,4.671,5.378,4.568,4.948,4.781],"paint":[15.156,16.448,15.18,16.472,16.742,15.161,16.111,14.988,17.077,15.223,15.067,16.682,16.634,15.137,15.101]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.572,18.041,18.668,18.354,18.41,18.7,19.522,18.019,17.984,18.461,20.151,18.113,21.69,18.562,18.843],"script":[0.824,1.114,1.198,1.207,0.587,1.203,1.151,0.83,0.615,1.15,1.298,0.216,1.273,0.962,1.024],"paint":[16.399,15.876,15.065,15.443,16.414,15.176,17.288,15.479,15.798,15.755,16.835,16.39,18.261,15.635,15.57]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"04_select1k","v":{"total":[2.748,2.539,4.446,3.095,3.3,2.828,2.278,2.503,2.766,3.757,2.525,3.61,4.026,2.94,3.098,2.718,3.691,3.994,3.185,2.875,3.751,3.875,3.46,3.236,2.918],"script":[0.228,0.612,1.021,0.063,1.1,0.058,0.069,0.076,0.065,0.066,0.065,1.137,0.056,0.717,0.58,0.325,0.051,0.051,0.057,0.818,0.549,0.935,0.569,0.059,0.065],"paint":[0.885,1.784,2.124,1.649,1.452,1.554,1.631,2.286,2.112,3.453,2.333,1.651,2.921,2.128,2.418,2.279,3.506,3.365,2.836,1.154,2.128,2.445,2.736,2.059,1.902]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"05_swap1k","v":{"total":[13.401,12.377,12.854,12.626,14.104,12.191,13.304,13.175,13.033,13.66,16.118,13.474,12.87,12.743,13.122],"script":[0.829,0.099,0.115,0.117,0.656,0.1,0.264,0.791,0.119,1.091,0.733,0.654,0.876,0.753,1.071],"paint":[11.123,9.38,10.433,11.122,11.45,10.677,10.965,10.926,11.028,10.653,12.271,10.972,10.455,10.57,9.792]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"06_remove-one-1k","v":{"total":[17.151,17.089,16.841,17.804,16.791,18.072,15.982,16.641,16.9,17.013,17.218,17.235,16.396,16.557,18.17],"script":[0.463,0.348,0.105,0.333,0.145,0.183,0.213,0.103,0.208,0.101,0.11,0.28,0.107,0.122,0.306],"paint":[15.876,15.846,15.965,16.238,15.94,16.669,14.762,15.613,15.493,16.026,16.034,15.211,15.017,15.385,17.042]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"07_create10k","v":{"total":[442.296,451.499,446.76,437.093,439.412,437.688,441.721,442.474,439.127,439.855,446.053,451.016,452.646,439.422,444.176],"script":[54.083,59.646,56.453,55.724,58.374,57.143,56.593,55.096,56.575,54.679,58.188,58.555,59.104,57.972,54.944],"paint":[380.368,383.807,382.148,373.595,373.384,372.909,377.597,379.025,374.687,377.35,380.071,384.723,385.29,373.348,381.605]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.175,42.604,42.584,44.896,43.689,43.283,43.137,44.308,44.492,44.453,42.474,46.217,42.942,43.98,44.465],"script":[4.155,4.354,4.277,4.158,4.338,5.201,4.647,4.492,4.319,4.306,4.179,4.27,4.226,4.671,4.185],"paint":[39.015,37.369,37.476,39.505,38.199,37.138,37.528,38.574,38.981,39.213,37.364,40.922,37.807,38.139,39.016]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.081,13.882,13.245,14.311,14.352,14.44,13.998,13.649,13.477,13.895,13.952,15.377,14.538,14.57,14.233],"script":[12.232,11.961,11.242,12.16,12.241,11.906,12.165,11.892,11.346,11.983,12.403,13.156,12.549,12.776,11.515],"paint":[2.745,1.567,1.719,1.429,1.57,1.803,1.028,1.661,2.027,1.822,1.436,1.983,1.019,0.835,2.586]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6681852340698242]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3890295028686523]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.5015945434570312]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.954742431640625]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.73488712310791]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.81]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.875999999999998]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.332]}}, +{"f":"cydon-v0.1.7-non-keyed","b":"43_first-paint","v":{"DEFAULT":[55.1]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"01_run1k","v":{"total":[40.866,41.567,40.588,41.527,41.909,44.79,41.79,42.195,41.749,41.113,40.783,41.775,41.659,42.193,42.077],"script":[5.094,5.303,5.211,5.798,5.251,5.638,5.365,5.597,5.374,5.602,5.055,5.121,5.591,5.405,5.551],"paint":[35.206,35.684,34.916,35.274,36.175,38.681,35.975,36.135,35.874,35.1,35.274,35.992,35.646,36.28,36.087]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"02_replace1k","v":{"total":[22.003,22.211,21.948,22.242,22.757,20.886,20.898,20.116,22.531,21.045,20.902,22.371,21.933,22.905,21.982],"script":[4.485,4.803,4.566,4.848,5.585,5.5,5.111,4.704,5.145,5.072,4.738,4.902,4.617,5.727,4.53],"paint":[16.887,16.782,16.893,16.747,16.691,14.967,15.334,14.969,16.912,15.296,15.734,16.985,16.685,16.694,16.947]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.044,18.561,18.507,18.107,20.185,18.394,17.48,18.254,18.831,17.915,18.121,17.789,17.791,18.423,17.491],"script":[1.39,0.993,1.026,0.997,0.883,0.932,0.55,0.223,1.098,1.062,0.918,0.99,1,1.069,0.709],"paint":[16.575,16.192,15.871,15.627,15.305,16.053,15.557,16.004,16.104,15.202,15.211,15.057,15.256,15.111,14.949]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"04_select1k","v":{"total":[2.856,2.536,3.497,3.327,2.684,2.364,2.396,3.422,3.626,4.255,2.862,4.043,3.091,2.777,2.999,2.989,2.98,2.826,3.591,3.523,2.309,2.788,2.373,3.655,2.965],"script":[0.867,0.07,0.974,0.058,0.065,0.065,0.068,0.58,0.071,0.057,0.953,0.899,0.078,0.063,0.062,0.073,0.065,0.061,0.061,0.073,0.075,0.172,0.475,0.051,0.06],"paint":[1.533,1.157,2.402,2.69,1.267,1.279,2.197,1.525,2.319,2.962,1.391,2.591,2.885,2.191,2.837,1.849,1.972,1.663,2.648,2.948,1.469,1.778,1.17,2.878,1.96]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"05_swap1k","v":{"total":[13.163,12.385,12.813,12.069,13.052,15.344,12.647,12.842,12.666,12.337,12.501,12.919,13.133,12.323,12.904],"script":[0.773,0.106,0.095,0.492,0.613,0.806,0.097,0.109,0.104,0.104,0.276,0.567,0.513,0.701,0.103],"paint":[10.946,10.652,11.008,9.737,10.653,12.591,11.408,11.659,11.093,10.644,10.614,11.189,10.342,10.491,11.399]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"06_remove-one-1k","v":{"total":[17.025,17.635,17.125,17.131,16.567,16.845,16.794,17.818,17.174,16.609,17.178,17.806,17.048,16.759,17.05],"script":[0.102,0.094,0.429,0.342,0.431,0.296,0.233,0.111,0.337,0.451,0.264,0.095,0.352,0.271,0.431],"paint":[16.139,16.219,15.433,16.105,15.326,15.29,15.729,16.731,15.756,15.113,16.172,16.129,15.578,15.6,15.735]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"07_create10k","v":{"total":[441.813,436.925,433.93,434.319,435.136,436.272,443.649,439.389,443.756,436.384,441.109,435.528,440.267,432.033,441.572],"script":[59.449,60.293,56.673,61.621,59.851,62.826,59.817,64.622,62.587,59.025,63.972,58.815,60.149,62.396,63.245],"paint":[374.96,369.281,370.032,365.465,367.898,365.795,376.305,367.209,373.297,369.98,369.576,369.044,372.829,361.349,370.806]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.841,46.363,49.055,48.192,49.097,48.683,49.001,47.07,46.949,47.161,47.178,48.905,47.013,49.546,48.713],"script":[4.543,4.77,4.6,4.554,4.649,4.859,4.513,4.644,4.721,4.574,4.685,4.572,4.861,4.681,4.66],"paint":[40.322,40.67,43.213,42.69,43.242,42.768,43.216,41.501,41.303,41.71,41.608,43.059,41.236,43.644,43.103]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"09_clear1k_x8","v":{"total":[13.047,13.505,14.095,14.095,13.626,14.292,14.898,13.044,13.088,13.847,13.045,13.583,13.457,13.943,14.181],"script":[11.492,11.604,11.744,11.8,11.198,11.733,11.859,11.461,11.234,11.873,10.828,11.529,11.674,11.342,12.053],"paint":[1.463,1.8,1.842,2.178,2.315,1.738,2.921,1.498,1.745,1.165,2.092,1.943,0.838,2.367,1.164]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.677271842956543]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.176791191101074]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.3050098419189453]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.9181556701660156]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.52348232269287]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1879.425]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[31.343999999999994]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[174.38799999999995]}}, {"f":"delorean-v0.1.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[239.9912109375]}}, {"f":"delorean-v0.1.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[101.130859375]}}, {"f":"delorean-v0.1.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[36.1484375]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[54.1]}}, -{"f":"delorean-v0.1.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[54.1]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"01_run1k","v":{"total":[43.843,42.243,42.497,43.879,44.205,42.316,41.89,43.386,43.464,42.194,43.183,43.048,43.154,44.497,42.595],"script":[6.88,6.632,6.636,6.65,7.611,6.663,6.564,6.728,6.765,6.659,7.317,6.838,6.977,7.56,6.523],"paint":[36.538,35.148,35.414,36.446,36.115,35.204,34.871,36.225,36.254,35.087,35.384,35.706,35.749,36.499,35.585]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"02_replace1k","v":{"total":[19.622,18.574,19.776,20.432,18.669,19.625,18.81,19.913,18.889,19.961,19.815,18.822,20.014,18.728,18.837],"script":[3.039,3.141,2.796,2.934,3.045,2.795,3.083,2.852,3.124,2.858,2.779,2.961,2.73,2.972,2.926],"paint":[15.918,14.972,16.339,16.954,15.129,16.357,15.113,16.432,15.275,16.574,16.531,15.208,16.668,15.123,15.412]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.556,24.817,25.106,25.017,23.735,24.328,23.932,25.318,25.673,23.85,24.579,23.804,24.623,26.462,24.564],"script":[6.789,6.161,6.682,6.353,6.486,6.577,6.44,6.707,6.255,6.747,6.43,6.277,6.828,7.653,6.505],"paint":[16.234,16.987,16.506,15.936,15.484,15.935,16.106,16.755,16.5,15.619,16.835,15.853,16.134,16.957,16.367]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"04_select1k","v":{"total":[3.342,3.764,3.152,3.527,3.807,3.68,4.339,3.888,4.618,4.135,3.062,3.792,3.467,3.255,4.075,4.093,3.39,3.343,3.978,4.467,3.903,3.885,4.001,3.408,3.157],"script":[0.143,1.039,0.151,0.67,0.167,0.73,1.158,0.521,0.924,0.766,0.867,0.817,1.029,0.187,0.178,0.872,0.829,0.567,0.171,0.736,0.162,0.137,0.511,0.628,0.278],"paint":[3.098,1.13,2.386,2.273,3.492,2.255,1.798,2.386,2.804,2.431,1.17,1.813,1.911,2.934,3.583,3.07,1.999,1.995,3.63,1.694,2.555,3.595,1.914,2.626,1.947]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"05_swap1k","v":{"total":[19.197,17.558,18.08,19.398,17.707,18.567,17.276,18.382,17.086,17.344,18.666,18.319,18.714,19.067,17.821],"script":[4.965,4.885,5.419,6.154,4.98,6.002,4.898,5.26,4.672,4.59,5.127,5.197,5.438,5.751,5.469],"paint":[12.533,10.569,10.215,11.184,10.734,10.434,11.029,11.151,10.211,11.026,12.141,11.528,11.251,11.383,10.346]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"06_remove-one-1k","v":{"total":[39.166,39.128,39.358,40.587,39.685,39.598,41.138,39.73,43.196,40.448,39.54,40.85,39.849,40.188,40.258],"script":[5.406,5.441,5.378,5.51,5.032,5.907,5.59,5.131,5.456,5.58,4.722,5.266,5.57,5.489,5.484],"paint":[32.787,32.504,32.661,33.872,33.577,32.515,34.29,33.72,36.507,33.591,33.706,33.728,32.949,33.861,33.624]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"07_create10k","v":{"total":[472.928,479.821,479.816,477.693,485.122,487.873,487.112,489.444,489.738,482.467,484.358,481.128,483.727,494.839,479.608],"script":[106.792,105.378,106.705,108.893,107.849,108.338,107.005,108.403,108.493,106.83,108.781,109.567,108.96,107.936,108.457],"paint":[358.406,366.002,365.099,360.834,369.388,371.541,372.272,373.171,373.517,368.069,367.963,363.772,367.202,378.383,363.418]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.073,48.541,49.059,46.555,49.703,47.333,48.744,47.611,46.873,48.653,47.607,50.229,49.364,47.097,48.687],"script":[9.105,9.195,9.127,8.499,9.295,8.167,9.08,8.637,8.646,9.421,9.004,9.348,9.163,8.528,8.981],"paint":[39.129,38.402,38.811,37.229,39.228,37.848,38.534,37.983,37.327,37.965,37.672,39.917,39.232,37.692,38.432]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"09_clear1k_x8","v":{"total":[26.677,25.203,24.504,26.64,23.67,23.753,24.919,25.745,25.702,26.263,25.934,25.402,25.803,25.248,26.347],"script":[23.733,23.354,21.963,24.179,21.761,21.419,22.649,23.599,23.404,23.752,23.457,23.491,23.81,23.705,24.181],"paint":[2.405,1.732,1.479,2.358,1.068,1.099,2.139,2.046,1.682,2.41,1.419,1.792,1.691,0.423,1.067]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5018768310546875]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.280887603759766]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.314784049987793]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.728515625]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[37.004353523254395]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.215]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.363999999999999]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.64000000000001]}}, +{"f":"delorean-v0.1.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[52.7]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"01_run1k","v":{"total":[45.134,46.796,43.962,44.457,43.772,44.993,47.629,46.368,46.573,46.977,44.633,46.384,46.642,45.242,46.972],"script":[9.368,9.404,8.495,9.131,8.706,9.353,9.359,9.542,9.399,9.359,8.822,9.407,9.523,9.368,9.185],"paint":[35.099,36.669,34.873,34.669,34.403,35.129,37.548,36.104,36.472,36.925,35.374,36.413,36.6,35.397,37.082]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"02_replace1k","v":{"total":[20.255,18.885,19.959,20.161,20.547,18.597,18.602,20.621,20.892,19.968,19.485,19.562,19.91,19.981,20.886],"script":[2.882,2.971,2.661,3.026,2.861,3.05,2.921,2.988,3.071,2.856,2.618,3.254,2.933,2.934,3.052],"paint":[16.757,15.528,16.784,16.659,17.096,15.169,15.316,17.151,17.317,16.496,16.381,15.822,16.478,16.517,17.217]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[25.083,23.369,24.962,25.947,23.417,23.908,24.806,27.08,24.997,25.124,28.479,25.678,23.76,26.107,25.049],"script":[6.868,6.107,6.539,7.679,5.909,6.141,6.768,8.782,6.352,8.782,8.843,8.619,6.378,7.023,5.89],"paint":[16.433,16.255,16.758,16.042,16.842,14.94,16.417,16.849,17.05,14.926,17.366,15.064,15.219,18.073,17.163]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"04_select1k","v":{"total":[4.023,4.284,4.051,3.292,3.07,4.073,4.317,3.738,4.798,4.271,3.757,3.351,4.1,3.555,4.467,3.677,3.424,2.794,4.613,3.191,2.77,3.077,3.654,3.952,3.897],"script":[0.864,1.151,1.172,1.009,0.747,1.155,0.718,0.958,1.016,0.173,0.625,0.717,1.229,0.115,0.889,0.919,1,0.649,1.059,0.122,0.146,0.786,1.218,0.115,0.116],"paint":[2.093,2.278,1.974,2.173,1.51,1.989,2.462,2.617,2.604,3.132,2.249,1.664,2.736,3.275,2.716,2.591,1.147,2.041,2.591,2.393,1.434,2.162,1.869,2.868,2.724]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"05_swap1k","v":{"total":[18.778,18.397,17.139,21.323,18.163,18.098,19.051,19.228,18.562,18.726,17.462,17.763,17.629,18.271,18.361],"script":[5.272,5.271,4.952,4.849,5.453,5.251,5.372,5.812,5.769,5.812,4.819,5.697,5.024,4.814,5.309],"paint":[11.89,11.11,10.084,12.048,10.918,10.875,11.07,11.952,11.398,11.739,11.098,10.429,11.435,12.009,11.482]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"06_remove-one-1k","v":{"total":[41.394,39.33,40.582,40.309,39.627,39.083,41.354,39.283,39.714,39.92,39.34,41.048,41.749,40.559,42.855],"script":[6.113,5.59,6.025,5.528,5.898,5.763,5.979,5.636,5.902,5.539,5.509,6.135,6.086,5.853,6.058],"paint":[34.315,32.82,33.781,33.599,32.05,32.526,34.073,32.837,32.997,32.727,32.904,33.592,34.385,33.4,35.523]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"07_create10k","v":{"total":[474.974,476.448,476.597,477.741,483.04,474.106,478.309,476.646,476.448,473.217,473.261,483.295,481.668,486.585,473.914],"script":[114.874,115.445,112.047,113.672,114.07,111.858,112.947,112.061,114.561,111.412,111.858,113.487,114.414,116.482,113.725],"paint":[352.707,353.384,357.129,356.743,361.574,354.9,357.882,355.923,354.506,354.34,354.077,362.018,359.837,362.56,352.754]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.691,56.008,55.711,54.995,55.192,55.275,55.916,56.425,56.874,56.673,54.872,54.187,56.389,56.278,56.711],"script":[11.961,12.1,12.402,11.791,11.803,11.592,11.922,11.961,11.832,11.733,11.876,11.433,12.172,12.119,11.907],"paint":[41.784,42.957,42.373,42.237,42.435,42.742,42.838,43.533,43.856,43.698,42.087,41.844,43.036,43.331,43.632]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"09_clear1k_x8","v":{"total":[25.461,25.399,25.919,25.684,26.647,27.03,26.507,25.56,26.52,25.913,26.069,23.966,26.67,26.412,25.388],"script":[23.736,23.143,22.707,23.512,24.024,24.735,24.048,23.498,24.371,23.533,24.31,21.768,23.948,23.667,22.526],"paint":[0.778,2.026,2.73,1.117,1.991,1.468,1.736,1.971,2.024,2.237,0.765,2.101,2.045,2.588,1.564]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5121164321899414]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.0842485427856445]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.083127021789551]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7723541259765625]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[34.90382671356201]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.49]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.62]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.86399999999998]}}, {"f":"dlightjs-v0.10.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[157.2841796875]}}, {"f":"dlightjs-v0.10.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.009765625]}}, {"f":"dlightjs-v0.10.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.21484375]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[68.1]}}, -{"f":"dlightjs-v0.10.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[68.1]}}, -{"f":"doz-v4.0.3-non-keyed","b":"01_run1k","v":{"total":[54.578,54.63,58.313,54.213,55.377,55.234,54.534,55.002,55.794,55.031,54.826,53.936,54.374,54.29,53.81],"script":[20.583,20.494,21.066,20.617,21.428,21.25,20.642,21.279,21.442,21.354,20.969,20.683,20.664,20.422,20.478],"paint":[33.545,33.7,36.751,33.156,33.498,33.533,33.419,33.318,33.861,33.24,33.391,32.815,33.265,33.442,32.763]}}, -{"f":"doz-v4.0.3-non-keyed","b":"02_replace1k","v":{"total":[37.25,39.747,40.265,38.373,38.117,37.855,37.196,38.161,38.003,38.374,37.892,38.218,38.558,38.35,37.865],"script":[21.559,22.248,21.392,21.95,21.773,21.707,21.522,21.86,21.688,21.812,21.709,21.924,21.473,21.446,21.915],"paint":[15.145,16.972,18.15,15.672,15.858,15.576,15.174,15.874,15.65,16.142,15.528,15.702,16.607,16.436,15.442]}}, -{"f":"doz-v4.0.3-non-keyed","b":"03_update10th1k_x16","v":{"total":[29.573,28.952,29.206,28.817,29.3,29.297,28.521,28.36,28.908,29.468,28.61,28.446,26.941,29.601,29.487],"script":[9.755,9.779,9.184,9.761,9.887,10.195,10.604,9.055,10.399,10.049,10.026,9.74,9.466,10.657,10.582],"paint":[18.504,16.453,17.233,16.634,17.246,16.878,16.347,18.252,17.104,17.155,16.71,16.698,16.015,16.294,17.101]}}, -{"f":"doz-v4.0.3-non-keyed","b":"04_select1k","v":{"total":[8.824,8.763,8.375,8.894,8.794,9.054,8.235,7.933,9.684,8.971,8.439,9.832,8.05,10.665,7.676,8.478,9.566,8.63,8.996,8.733,8.326,7.736,8.632,8.559,9.162],"script":[6.03,5.793,5.815,6.002,5.573,5.406,5.242,5.137,6.293,5.081,5.31,5.969,5.547,5.66,5.214,5.616,5.479,5.801,5.794,5.598,5.593,5.521,5.381,5.805,5.614],"paint":[1.863,1.767,1.404,1.873,3.091,2.54,2.876,1.898,2.262,2.361,2.83,2.59,2.386,3.715,2.349,2.732,3.115,2.593,2.29,2.254,2.628,1.982,2.397,1.911,2.764]}}, -{"f":"doz-v4.0.3-non-keyed","b":"05_swap1k","v":{"total":[18.515,18.904,18.861,17.469,19.077,18.534,17.755,18.493,18.289,16.997,17.882,17.463,17.699,17.874,17.767],"script":[5.556,6.051,5.711,5.669,5.19,5.833,5.368,6.042,4.985,5.419,5.714,4.783,5.36,5.471,5.016],"paint":[11.076,10.794,11.807,10.223,11.095,10.024,10.594,10.855,11.543,10.476,10.901,11.27,10.819,9.623,10.959]}}, -{"f":"doz-v4.0.3-non-keyed","b":"06_remove-one-1k","v":{"total":[53.448,52.795,53.739,53.21,53.093,52.84,52.864,52.676,54.105,53.813,52.095,52.736,54.973,51.832,52.541],"script":[18.891,18.828,19.306,19.134,19.416,19.078,18.76,19.422,18.92,19.653,18.447,18.181,19.396,18.724,18.845],"paint":[33.264,32.252,33.217,32.508,32.459,32.517,33.277,31.97,33.926,32.957,32.799,33.163,34.314,32.009,32.784]}}, -{"f":"doz-v4.0.3-non-keyed","b":"07_create10k","v":{"total":[686.662,677.625,678.76,681.634,676.718,684.528,683.282,670.787,669.219,681.397,678.358,663.297,678.409,674.56,674.577],"script":[290.329,286.786,289.569,288.888,288.594,295.428,288.911,287.146,287.492,291.354,290.538,284.597,288.174,286.558,285.457],"paint":[387.981,383.417,381.782,384.884,380.902,381.332,386.456,374.661,374.292,381.899,380.011,371.34,382.06,380.421,380.994]}}, -{"f":"doz-v4.0.3-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[77.726,78.18,78.607,78.23,76.54,78.474,79.46,76.579,77.748,75.696,79.072,78.294,77.168,76.464,78.239],"script":[38.391,38.885,39.047,38.751,37.918,38.975,37.802,37.821,38.592,37.234,38.741,39.389,38.727,38.033,38.781],"paint":[38.349,38.328,38.581,38.479,37.803,38.249,40.355,37.942,38.204,37.649,39.384,37.657,37.454,37.593,38.174]}}, -{"f":"doz-v4.0.3-non-keyed","b":"09_clear1k_x8","v":{"total":[17.829,21.508,18.178,18.589,17.999,18.843,18.957,19.139,18.961,19.064,19.481,19.339,17.787,20.019,18.722],"script":[15.355,17.851,16.273,16.151,16.034,15.764,16.794,16.863,16.516,16.563,17.353,17.272,15.883,17.174,16.337],"paint":[2.336,3.095,1.751,1.37,1.86,1.277,2.024,1.139,2.333,2.402,1.995,1.981,1.8,1.961,2.256]}}, -{"f":"doz-v4.0.3-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7617950439453125]}}, -{"f":"doz-v4.0.3-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.5601301193237305]}}, -{"f":"doz-v4.0.3-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.171332359313965]}}, -{"f":"doz-v4.0.3-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.500738143920898]}}, -{"f":"doz-v4.0.3-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.82971477508545]}}, -{"f":"doz-v4.0.3-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2259.67]}}, -{"f":"doz-v4.0.3-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.176]}}, -{"f":"doz-v4.0.3-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.96399999999997]}}, +{"f":"dlightjs-v0.10.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[82.8]}}, +{"f":"doz-v4.0.3-non-keyed","b":"01_run1k","v":{"total":[57.771,57.778,60.447,58.328,58.262,58.037,58.535,57.371,57.672,61.027,58.365,56.833,57.66,58.047,57.922],"script":[23.287,23.078,23.417,23.095,23.37,23.036,23.621,22.606,23.188,23.098,23.291,22.323,23.283,23.131,23.291],"paint":[34.026,34.229,36.542,34.488,34.453,34.239,34.436,34.298,34.067,37.47,34.616,34.096,33.935,34.455,34.237]}}, +{"f":"doz-v4.0.3-non-keyed","b":"02_replace1k","v":{"total":[42.023,41.241,41.357,42.137,42.247,39.979,40.696,40.734,41.103,40.505,42.834,40.326,40.429,40.035,41.877],"script":[24.791,24.299,24.617,24.466,25.342,24.126,24.432,24.784,24.708,24.154,25.059,24.207,24.401,24.397,24.951],"paint":[16.704,16.426,16.25,17.159,16.37,15.365,15.731,15.456,15.739,15.86,17.116,15.651,15.578,15.141,16.294]}}, +{"f":"doz-v4.0.3-non-keyed","b":"03_update10th1k_x16","v":{"total":[30.14,29.528,29.088,28.785,28,28.979,29.684,28.735,28.467,29.274,31.554,29.052,28.685,27.664,27.61],"script":[11.071,11.659,10.794,11.316,10.765,11.52,11.36,10.887,10.985,11.455,11.965,10.997,11.213,11.102,10.825],"paint":[16.586,16.629,16.077,15.666,15.366,15.713,15.021,16.074,15.566,15.628,17.241,16.387,15.39,14.732,15.317]}}, +{"f":"doz-v4.0.3-non-keyed","b":"04_select1k","v":{"total":[9.299,8.619,9.208,9.037,8.425,8.655,8.577,9.159,8.574,8.882,8.383,7.746,8.073,8.579,9.445,9.729,8.598,8.365,9.095,9.717,9.435,7.731,8.387,8.808,8.548],"script":[6.308,5.586,5.052,6.085,5.727,6.176,6.228,5.833,5.529,5.631,5.95,4.945,5.541,5.861,5.607,6.544,5.303,5.589,6.368,6.707,6.244,5.543,6.169,5.774,5.18],"paint":[2.118,2.497,3.28,2.35,1.873,2.312,1.229,2.09,2.445,2.671,2.113,2.309,2.42,2.132,2.086,2.223,2.768,1.659,1.72,2.414,2.921,2.076,2.005,2.87,2.688]}}, +{"f":"doz-v4.0.3-non-keyed","b":"05_swap1k","v":{"total":[18.456,17.55,17.502,18.303,18.318,17.609,17.843,17.027,18.812,18.842,17.529,17.891,17.951,17.795,18.413],"script":[5.812,5.592,5.662,5.365,5.402,5.891,5.789,5.551,5.86,5.808,5.554,5.533,5.762,5.218,5.844],"paint":[10.48,10.221,10.218,11.472,10.144,10.415,9.042,10.423,11.974,11.738,10.453,11.219,10.139,10.675,10.862]}}, +{"f":"doz-v4.0.3-non-keyed","b":"06_remove-one-1k","v":{"total":[53.518,54.336,53.286,53.357,52.622,53.342,53.576,54.666,53.891,52.927,54.131,53.843,52.546,53.426,53.428],"script":[19.794,20.233,19.3,19.377,19.192,19.131,20.11,20.154,19.666,19.3,20.283,20.169,19.513,19.062,19.524],"paint":[32.402,33.17,32.82,32.18,32.315,32.471,32.287,33.227,32.6,32.457,32.602,32.655,32.231,33.463,32.598]}}, +{"f":"doz-v4.0.3-non-keyed","b":"07_create10k","v":{"total":[716.011,700.699,713.631,711.381,704.976,704.148,708.681,714.219,715.675,711.267,714.525,710.656,712.888,705.465,700.581],"script":[327.809,324.867,326.827,327.316,330.278,324.444,327.998,326.358,328.896,326.772,329.951,327.295,326.351,325.736,323.809],"paint":[380.587,368.306,379.087,376.745,367.354,372.129,373.228,380.369,379.259,377.197,376.959,375.853,379.001,372.243,369.551]}}, +{"f":"doz-v4.0.3-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[83.015,82.336,84.295,83.275,83.7,83.487,83.037,83.868,83.387,85.744,83.54,82.151,83.65,83.414,86.945],"script":[41.216,40.706,41.01,40.606,41.2,41.135,40.568,41.119,41.129,41.214,40.546,40.547,41.067,41.069,42.416],"paint":[40.848,40.696,42.345,41.495,41.566,41.392,41.49,41.784,41.352,43.267,42.033,40.704,41.66,41.394,43.537]}}, +{"f":"doz-v4.0.3-non-keyed","b":"09_clear1k_x8","v":{"total":[18.438,20.347,17.4,19.191,17.497,21.997,18.952,19.312,19.097,17.422,17.174,18.347,17.485,19.509,18.944],"script":[16.228,17.577,15.203,16.424,15.974,19.268,16.746,16.796,16.732,15.035,15.342,15.893,15.208,16.583,16.63],"paint":[1.679,1.999,1.43,2.508,0.441,1.837,1.367,1.402,1.563,2.293,1.635,1.123,2.125,2.389,1.792]}}, +{"f":"doz-v4.0.3-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7649116516113281]}}, +{"f":"doz-v4.0.3-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.333920478820801]}}, +{"f":"doz-v4.0.3-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.965732574462891]}}, +{"f":"doz-v4.0.3-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.529290199279785]}}, +{"f":"doz-v4.0.3-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.71002197265625]}}, +{"f":"doz-v4.0.3-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2260.0499999999997]}}, +{"f":"doz-v4.0.3-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.508]}}, +{"f":"doz-v4.0.3-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.70399999999998]}}, {"f":"doz-v4.0.3-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[215.52734375]}}, {"f":"doz-v4.0.3-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[77.251953125]}}, {"f":"doz-v4.0.3-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[19.8955078125]}}, -{"f":"doz-v4.0.3-non-keyed","b":"43_first-paint","v":{"DEFAULT":[120.6]}}, -{"f":"doz-v4.0.3-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[120.6]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"01_run1k","v":{"total":[38.886,38.351,37.171,36.593,35.222,37.184,36.456,35.721,36.739,36.62,37.021,36.65,35.385,37.277,34.785],"script":[2.019,1.928,2.243,2.246,2.147,2.072,2.041,2.215,1.959,2.014,2.038,1.911,2.079,1.97,2.085],"paint":[36.437,35.939,34.477,33.883,32.343,34.415,34.012,33.057,34.328,34.18,34.278,34.367,32.857,34.793,32.265]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"02_replace1k","v":{"total":[17.632,17.354,17.385,16.773,16.58,16.67,17.423,16.316,16.892,16.687,16.246,16.379,17.177,17.235,16.409],"script":[1.157,1.146,1.185,1.196,1.286,1.143,1.263,1.244,1.17,1.309,1.174,1.279,1.232,1.17,1.32],"paint":[15.986,15.732,15.575,15.084,14.658,15.069,15.461,14.59,15.267,14.786,14.692,14.536,15.461,15.591,14.53]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.788,17.471,17.832,17.819,19.966,18.168,18.077,17.477,18.324,18.43,18.752,17.993,18.079,19.592,18.971],"script":[1.561,1.041,0.973,0.624,1.397,1.006,1.509,1.469,1.764,1.49,0.928,1.396,0.916,0.963,0.252],"paint":[16.82,14.439,14.146,15.543,16.534,15.461,15.257,14.179,14.416,14.751,14.305,14.828,15.631,15.324,16.525]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"04_select1k","v":{"total":[4.012,2.925,3.426,3.435,3.301,2.905,3.299,3.569,3.022,2.976,3.451,2.812,2.901,2.582,3.438,3.683,3.075,3.244,2.862,2.734,3.725,2.837,2.523,3.309,3.037],"script":[0.61,0.554,0.115,1.009,0.613,0.15,0.123,0.103,0.128,0.1,0.099,0.107,0.102,0.1,1.072,0.979,1.164,0.123,0.104,0.66,0.593,0.107,0.1,0.105,0.576],"paint":[2.501,1.73,3.174,1.396,2.554,1.836,2.294,3.21,2.263,0.876,2.316,1.869,1.975,2.364,2.231,2.039,1.328,2.641,2.543,1.516,2.1,2.606,1.541,2.15,1.777]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"05_swap1k","v":{"total":[12.698,13.131,12.508,12.413,13.138,12.869,12.946,13.108,12.598,12.153,12.579,14.621,12.834,11.86,13.324],"script":[0.091,0.082,0.558,0.186,0.869,0.925,0.79,0.798,0.262,0.088,0.73,0.548,0.094,0.091,0.085],"paint":[11.418,10.89,10.659,10.686,10.939,10.307,10.61,10.055,11.182,10.574,10.37,12.115,10.825,10.757,11.714]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"06_remove-one-1k","v":{"total":[18.362,16.708,16.648,16.517,16.943,16.853,17.07,17.127,16.955,17.82,16.147,17.301,17.129,16.922,17.006],"script":[0.308,0.127,0.344,0.209,0.326,0.265,0.432,0.188,0.123,0.3,0.126,0.124,0.115,0.281,0.441],"paint":[16.797,15.656,15.491,15.168,15.464,15.806,15.613,16.107,16.009,16.239,15.229,16.133,16.031,15.817,15.413]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"07_create10k","v":{"total":[516.433,506.301,496.751,498.611,501.264,492.741,506.916,504.721,491.581,500.193,493.478,504.969,500.279,503.082,523.529],"script":[135.138,135.273,132.829,138.163,135.777,133.517,137.859,134.423,133.599,134.422,133.883,135.09,134.906,136.346,135.655],"paint":[372.998,363.177,356.414,352.229,357.271,351.539,360.494,361.892,349.893,357.177,351.18,361.647,357.787,358.878,379.398]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.43,54.716,53.591,52.963,53.225,54.23,55.387,54.345,53.842,55.062,54.111,53.815,53.255,53.883,53.815],"script":[14.943,15.862,14.612,14.444,14.267,15.02,14.995,15.423,14.85,15.055,14.038,14.879,14.304,14.569,15.058],"paint":[39.519,37.89,37.644,37.565,37.731,37.962,39.149,37.943,37.99,38.877,38.771,37.706,37.996,38.026,37.82]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"09_clear1k_x8","v":{"total":[19.254,19.261,18.681,19.116,18.182,18.027,18.428,18.92,19.394,18.844,18.614,19.195,18.339,18.43,18.843],"script":[17.06,17.086,16.702,16.945,16.342,16.105,16.352,16.576,17.335,16.057,16.623,17.03,15.664,16.929,16.7],"paint":[2.041,1.608,1.842,1.685,1.728,1.807,1.233,1.913,1.053,2.118,1.085,2.023,2.557,0.414,2.027]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5723352432250977]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.894965171813965]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.010992050170898]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.864789962768555]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.88478660583496]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.375]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.671999999999999]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.65599999999992]}}, +{"f":"doz-v4.0.3-non-keyed","b":"43_first-paint","v":{"DEFAULT":[118.3]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"01_run1k","v":{"total":[38.652,39.015,39.203,39.951,37.57,38.072,37.674,38.953,37.66,39.708,39.159,39.434,38.953,39.117,39.297],"script":[2.316,2.07,2.177,2.187,2.229,2.266,2.209,2.099,2.292,2.154,2.145,2.171,2.026,2.02,2.044],"paint":[35.619,36.504,36.544,37.056,34.924,35.279,35.061,36.412,34.9,36.957,36.571,36.721,36.259,36.632,36.759]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"02_replace1k","v":{"total":[17.157,17.36,16.82,17.464,17.832,17.237,16.092,17.636,17.5,16.413,16.461,16.197,17.995,17.413,16.14],"script":[1.244,1.187,1.418,1.276,1.27,1.221,1.31,1.264,1.409,1.145,1.283,1.315,1.328,1.235,1.228],"paint":[15.312,15.679,14.947,15.676,15.899,15.361,14.399,15.754,15.604,14.885,14.734,14.433,16.217,15.741,14.551]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.263,17.876,17.865,19.175,18.638,19.016,19.762,18.445,19.259,18.707,17.818,17.242,19.281,17.811,17.804],"script":[0.708,1.159,1.268,0.952,1.716,0.962,1.53,1.234,0.95,1.698,1.182,1.317,1.536,0.888,0.934],"paint":[14.261,13.135,15.852,15.632,15.281,16.043,16.589,14.362,16.143,15.187,14.443,14.526,16.406,14.784,15.623]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"04_select1k","v":{"total":[3.204,2.687,2.664,2.735,3.229,2.294,2.591,3.788,3.626,3.873,2.903,3.47,3.433,3.701,3.648,4.497,2.603,3.388,3.293,3.947,3.289,3.847,3.553,4.201,3.394],"script":[0.101,0.114,0.121,0.48,0.11,0.11,0.1,0.118,0.81,1.2,0.093,0.452,1.048,0.424,1.111,0.912,0.098,0.662,0.623,1.025,0.493,1.112,0.09,1.114,0.13],"paint":[2.852,1.59,0.498,1.861,2.029,1.694,1.979,2.52,2.005,2.53,1.807,1.633,2.264,3.072,1.539,2.324,1.921,2.22,2.532,2.801,1.93,1.865,1.748,2.024,2.766]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"05_swap1k","v":{"total":[13.843,12.277,12.314,12.25,12.375,12.552,12.224,12.5,11.784,12.913,12.099,12.808,11.465,12.786,11.981],"script":[0.618,0.661,0.096,0.093,0.094,1.021,0.094,0.469,0.092,0.579,0.094,0.803,0.091,0.75,0.785],"paint":[11.703,10.025,9.527,9.86,11.323,9.931,10.294,10.348,10.205,11.347,10.694,10.635,10.107,10.418,9.676]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"06_remove-one-1k","v":{"total":[16.556,17.491,16.691,17.252,16.865,16.562,17.123,17.485,17.027,17.631,16.653,17.08,17.021,17.232,16.627],"script":[0.454,0.13,0.13,0.252,0.123,0.123,0.541,0.511,0.456,0.13,0.125,0.445,0.122,0.444,0.123],"paint":[15.667,16.511,15.574,15.755,15.421,15.342,15.385,16.048,15.766,16.449,15.545,15.18,15.889,15.363,15.714]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"07_create10k","v":{"total":[526.345,514.212,516.445,527.415,546.482,508.228,523.803,521.884,507.178,512.977,511.698,513.481,510.562,520.982,511.577],"script":[143.258,145.364,145.846,148.003,147.758,142.994,147.34,144.999,139.562,142.47,144.134,145.312,144.721,144.968,143.995],"paint":[375.596,360.336,362.899,371.35,390.202,357.689,368.791,369.401,360.217,362.537,360.218,360.755,358.46,368.554,360.159]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.462,60.835,61.973,60.582,59.429,60.204,59.433,58.388,58.902,58.146,60.061,58.996,59.453,59.693,60.791],"script":[16.168,16.941,16.419,16.516,16.385,16.387,16.304,16.145,15.702,16.114,16.344,16.096,16.483,16.582,16.248],"paint":[43.088,42.99,44.517,43.087,42.093,42.817,42.197,40.995,42.269,41.119,42.769,41.993,42.016,42.195,43.644]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"09_clear1k_x8","v":{"total":[17.571,19.194,18.758,17.72,16.961,18.34,17.763,19.411,18.39,17.226,18.831,19.037,17.826,18.647,18.754],"script":[15.34,16.951,16.551,15.839,15.352,15.465,16.16,16.564,15.924,14.865,16.632,16.281,15.903,16.991,16.596],"paint":[1.772,1.507,1.71,1.271,1.499,2.216,0.849,2.09,2.332,2.252,1.446,1.785,1.803,1.535,2.042]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5601911544799805]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.7610979080200195]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.70988655090332]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.652177810668945]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.70702075958252]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.5800000000002]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.98]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[152.62799999999996]}}, {"f":"ef-js-v0.17.5-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[163.6630859375]}}, {"f":"ef-js-v0.17.5-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[25.3876953125]}}, {"f":"ef-js-v0.17.5-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.2763671875]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"43_first-paint","v":{"DEFAULT":[84.1]}}, -{"f":"ef-js-v0.17.5-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[84.1]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"01_run1k","v":{"total":[42.664,43.557,44.434,45.457,42.991,44.823,44.042,45.472,44.791,55.633,55.405,45.099,43.361,42.851,54.06],"script":[6.924,7.202,6.836,7.355,7.235,7.6,7.469,7.547,7.898,8.029,7.878,7.703,7.253,7.724,8.13],"paint":[34.062,35.638,34.254,34.865,34.988,35.162,34.697,34.739,35.819,37.295,35.087,34.302,34.438,34.644,34.919]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"02_replace1k","v":{"total":[22.301,19.653,22.127,26.979,30.833,30.126,26.857,21.246,27.681,26.432,19.597,28.26,19.112,20.011,25.108],"script":[3.688,3.977,3.796,4.001,4.396,4.061,4.197,3.782,4.047,3.998,3.952,4.015,3.676,3.738,3.785],"paint":[16.408,15.222,15.127,15.663,16.553,16.499,15.934,17.016,16.913,16.901,15.026,17.078,14.997,15.496,15.646]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.622,20.293,22.947,22.147,21.253,22.378,21.677,21.28,20.834,21.68,21.382,21.496,22.97,24.078,21.996],"script":[4.177,3.806,4.892,3.652,4.216,3.761,5.238,3.807,3.288,4.112,3.501,3.761,4.521,3.749,5.026],"paint":[15.387,15.45,15.863,16.052,15.254,16.052,15.339,15.332,14.633,16.109,16.865,15.215,15.913,16.104,16.135]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"04_select1k","v":{"total":[4.884,5.464,4.562,4.998,5.747,5.07,3.583,5.166,4.97,5.159,5.508,3.929,4.546,5.344,5.553,5.93,4.38,5.048,7.781,4.298,5.51,3.896,4.16,7.158,4.511],"script":[1.704,0.93,1.344,1.653,2.011,1.169,1.311,0.499,1.911,2.428,1.314,0.307,1.5,1.183,1.067,1.609,0.801,1.835,0.332,1.138,1.243,1.098,1.675,1.661,1.95],"paint":[2.142,2.471,1.38,1.578,2.708,2.572,1.462,3.561,2.228,2.11,3.497,2.797,1.173,3.255,3.006,2.262,2.561,3.021,2.638,1.405,3.885,2.666,1.921,2.58,2.002]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"05_swap1k","v":{"total":[16.652,13.693,14.528,14.211,14.942,28.657,14.674,14.608,13.652,16.008,14.494,14.482,13.666,14.401,13.285],"script":[0.406,1.457,0.365,1.046,1.003,1.301,0.394,0.771,1.452,2.236,1.361,1.527,1.195,1.353,1.562],"paint":[13.088,9.062,11.702,11.144,10.78,10.42,11.003,11.44,10.831,10.134,9.997,11.654,10.555,11.801,10.926]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"06_remove-one-1k","v":{"total":[37.543,37.528,38.196,39.248,42.697,36.471,38.621,38.39,37.933,40.472,38.487,37.641,39.386,37.478,36.908],"script":[5.23,4.781,5.628,5.452,5.654,4.653,5.543,5.646,5.496,5.117,4.87,4.749,5.408,5.605,4.901],"paint":[31.067,31.26,31.762,32.727,32.992,30.756,31.839,31.892,31.54,34.155,32.214,31.332,32.669,30.742,30.901]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"07_create10k","v":{"total":[486.061,467.506,484.745,470.666,466.578,492.021,495.159,482.538,484.141,490.354,474.687,467.237,473.223,468.413,471.295],"script":[92.246,93.357,93.552,91.571,92.451,92.737,92.47,90.871,90.238,94.31,92.388,91.278,91.517,92.057,90.74],"paint":[382.921,363.697,380.6,368.009,364.654,387.302,388.466,381.471,381.443,382.896,371.636,365.976,371.496,365.331,369.407]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.783,49.467,49.793,45.696,49.078,45.667,43.731,46.266,57.481,45.691,53.697,54.52,53.349,55.04,47.905],"script":[6.371,6.032,6.947,6.052,7.069,6.058,6.097,6.141,6.807,6.299,6.924,7.078,7.027,6.889,6.756],"paint":[37.503,37.157,36.349,38.437,36.367,38.712,36.339,38.952,39.982,38.541,41.088,40.493,40.748,38.324,39.088]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"09_clear1k_x8","v":{"total":[15.375,14.93,13.789,14.248,14.176,14.02,15.137,14.172,14.403,14.463,14.956,14.806,14.459,14.054,12.987],"script":[12.678,12.869,11.285,12.24,12.674,12.511,12.16,11.665,11.495,11.229,12.351,12.811,11.888,12.142,11.298],"paint":[1.981,0.739,1.576,1.898,1.399,1.387,2.696,2.4,2.391,1.873,1.559,1.552,2.085,1.798,1.422]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5597448348999023]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.832770347595215]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.894634246826172]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0029945373535156]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.997694969177246]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2400000000002]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.723999999999991]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[140.46399999999997]}}, +{"f":"ef-js-v0.17.5-non-keyed","b":"43_first-paint","v":{"DEFAULT":[91.3]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"01_run1k","v":{"total":[44.28,51.013,44.066,49.033,42.849,41.444,42.84,44.862,43.705,42.89,49.05,50.249,54.895,44.27,44.439],"script":[7.611,7.61,7.634,8.732,7.31,7.214,7.578,7.6,6.905,7.563,7.659,8.71,7.914,7.359,7.33],"paint":[34.949,35.889,35.728,35.561,34.606,33.788,34.03,35.654,34.101,33.844,34.877,35.197,36.12,34.125,35.9]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"02_replace1k","v":{"total":[29.15,25.734,23.666,25.747,29.51,30.892,24.901,23.917,22.38,22.894,21.542,27.056,21.996,21.934,23.547],"script":[6.191,6.293,5.807,6.017,6.05,5.843,6.109,6.033,6.063,5.782,5.713,6.16,5.971,5.965,5.792],"paint":[14.892,16.546,15.16,17.007,15.373,15.05,16.764,16.575,15.305,15.091,15.386,15.331,15.33,14.951,15.127]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"03_update10th1k_x16","v":{"total":[22.874,22.731,22.712,21.732,22.779,23.667,21.368,22.671,22.701,22.493,22.468,21.641,22.286,22.673,22.741],"script":[5.098,5.091,5.144,5.602,4.938,5.201,3.615,5.904,5.137,5.435,4.678,4.699,4.618,4.408,5.309],"paint":[16.47,15.845,15.144,15.02,14.985,16.822,15.391,15.893,15.55,15.961,16.428,14.889,15.464,15.743,15.206]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"04_select1k","v":{"total":[4.979,4.23,4.261,4.818,4.833,5.256,4.534,6.015,4.586,4.464,5.802,4.103,4.559,5.862,4.413,5.539,4.543,5.991,5.036,4.339,4.379,4.811,5.431,4.144,5.493],"script":[2.117,1.627,1.645,1.933,1.975,2.386,1.126,2.012,2.278,0.352,2.673,0.33,1.793,2.507,1.06,2.198,2.081,2.002,1.139,0.345,1.691,2.108,2.143,0.348,2.181],"paint":[2.559,1.656,1.074,2.452,2.065,2.136,2.256,2.049,2.131,2.817,2.509,2.751,2.504,1.107,3.158,1.371,2.271,2.46,1.964,2.714,2.543,1.935,1.991,2.646,3.012]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"05_swap1k","v":{"total":[14.849,14.886,14.679,15.621,14.375,14.618,15.2,14.543,14.705,14.189,14.722,16.986,13.708,14.528,16.072],"script":[1.217,1.022,2.06,2.388,2.692,1.178,2.067,2.458,1.126,1.819,1.35,1.084,1.175,2.313,1.226],"paint":[12.064,10.894,10.715,11.369,10.475,11.033,10.632,10.925,10.291,10.379,11.343,10.383,10.397,11.15,11.292]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"06_remove-one-1k","v":{"total":[41.479,40.01,41.136,41.112,41.319,41.192,41.612,41.182,41.894,41.096,44.552,41.806,39.887,42.269,40.731],"script":[8.367,8.037,8.033,7.24,7.676,8.557,7.895,7.928,8.674,7.884,8.832,7.679,8.067,8.232,7.983],"paint":[32.277,31.149,32.245,32.048,32.079,31.865,32.896,32.097,32.357,32.025,34.58,32.466,31.042,32.622,31.131]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"07_create10k","v":{"total":[460.38,467.68,454.815,467.783,452.051,453.177,465.677,458.489,455.89,479.827,457.693,453.185,453.452,458.819,462.378],"script":[90.033,94.329,90.705,94.21,89.565,90.146,94.914,94.007,90.206,86.834,88.837,90.397,89.606,90.574,90.911],"paint":[358.618,363.079,354.139,361.964,352.905,352.669,357.473,354.474,355.971,382.941,356.608,352.7,353.566,358.518,361.694]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.839,56.69,51.154,49.922,52.236,49.876,56.53,55.88,49.175,55.08,55.934,58.877,55.212,57.727,56.375],"script":[8.068,8.329,8.621,8.034,8.839,8.056,9.079,7.892,8.25,8.035,8.309,8.191,8.758,8.129,8.112],"paint":[41.735,40.763,41.581,41.05,42.417,40.853,40.591,40.575,40.031,39.989,40.765,40.789,39.959,40.525,41.21]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"09_clear1k_x8","v":{"total":[14.102,14.048,13.447,13.085,13.909,14.506,13.585,14.696,14.816,13.676,13.92,12.8,12.642,14.985,14.466],"script":[11.793,10.724,11.213,10.792,11.69,10.978,11.391,12.171,12.351,11.65,10.684,10.731,10.66,11.577,12.536],"paint":[1.41,1.578,1.842,2.179,1.979,1.945,2.066,2.402,2.337,1.517,2.134,1.953,1.677,2.266,1.793]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.549072265625]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.6256303787231445]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.665212631225586]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9619121551513672]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.870488166809082]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1699999999998]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[18.435999999999993]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.25599999999997]}}, {"f":"elm-v0.19.1-3-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[160.677734375]}}, {"f":"elm-v0.19.1-3-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[22.40234375]}}, {"f":"elm-v0.19.1-3-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.15234375]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"43_first-paint","v":{"DEFAULT":[80.3]}}, -{"f":"elm-v0.19.1-3-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[80.3]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"01_run1k","v":{"total":[46.224,42.121,41.918,37.789,44.865,42.028,38.301,44.913,45.904,45.124,40.723,49.217,43.165,44.796,44.784],"script":[2.766,2.818,2.723,2.709,2.794,2.852,2.776,2.695,2.747,2.875,2.812,2.977,2.775,2.732,2.818],"paint":[35.642,34.528,34.384,34.89,34.286,34.442,34.479,34.766,33.89,34.581,34.523,37.01,34.167,34.261,34.216]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"02_replace1k","v":{"total":[24.211,20.501,19.042,26.617,30.099,20.728,27.938,27.481,20.12,26.505,20.386,25.329,25.934,19.901,19.97],"script":[4.42,4.208,4.323,4.297,4.509,3.801,4.033,4.272,3.839,4.396,3.822,4.322,4.031,3.906,3.816],"paint":[15.041,16.134,14.586,15.579,15.959,15.706,15.205,15.491,15.078,15.843,16.413,14.75,14.732,15.857,14.843]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.53,20.19,19.879,20.392,23.147,22.993,20.303,22.386,19.759,21.669,20.439,19.986,20.26,20.87,20.732],"script":[3.372,3.542,4.174,3.97,5.007,4.447,2.695,3.578,4.066,4.208,3.934,3.131,3.396,4.028,4.148],"paint":[16.339,15.251,14.98,16.013,17.986,17.851,17.491,16.04,15.43,17.014,15.589,16.72,16.726,15.651,15.668]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"04_select1k","v":{"total":[8.685,10.293,9.319,9.019,8.915,8.612,8.366,9.25,8.171,9.073,8.656,8.589,8.508,8.89,8.048,8.669,9.279,8.355,9.732,8.924,8.244,8.945,8.477,10.094,8.271],"script":[6.183,7.225,7.201,5.203,6.25,6.107,5.315,5.762,5.932,6.063,6.274,6.222,5.449,6.071,5.051,6.086,5.805,5.857,6.539,5.819,4.779,6.401,5.708,7.375,6.173],"paint":[2.124,2.919,1.268,2.662,2.519,2.385,2.924,3.347,2.133,2.877,2.18,1.473,2.369,2.682,1.32,2.436,2.817,2.086,1.958,1.183,2.982,1.958,2.194,2.565,1.255]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"05_swap1k","v":{"total":[12.856,14.932,12.643,12.559,12.065,12.912,12.84,12.16,12.581,12.913,13.03,12.034,12.662,12.236,12.794],"script":[0.267,1.753,1.104,0.778,0.222,1.087,0.585,0.97,1.615,0.236,1.884,0.607,0.25,1.294,1.694],"paint":[12.368,12.339,11.413,10.584,10.991,11.67,10.061,10.448,10.848,12.382,9.959,10.354,10.766,10.815,10.972]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"06_remove-one-1k","v":{"total":[18.303,17.109,17.597,17.28,17.704,17.27,17.41,17.305,16.912,17.76,17.992,17.094,17.539,17.946,17.551],"script":[1.751,1.369,1.716,1.437,1.841,1.652,1.873,1.798,1.532,2.124,1.17,1.018,1.364,1.704,1.843],"paint":[16.278,15.273,15.467,15.12,15.7,14.994,15.352,15.345,15.032,15.367,16.39,15.698,15.368,15.646,15.577]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"07_create10k","v":{"total":[514.391,510.146,511.447,519.504,503.625,505.794,500.424,509.411,498.793,497.489,512.616,505.61,509.4,508.547,508.522],"script":[113.035,112.361,116.13,116.205,110.937,115.534,110.728,112.28,110.659,109.451,117.162,113.106,115.781,114.647,112.04],"paint":[388.45,387.654,383.342,391.412,383.876,385.589,386.052,385.213,379.068,375.967,385.41,388.774,385.308,386.35,382.896]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.016,62.568,66.615,61.097,63.58,65.071,63.295,62.769,52.45,48.746,63.772,63.397,65.164,65.44,49.377],"script":[9.18,9.146,9.59,9.205,9.471,9.441,9.181,9.618,8.596,8.751,9.537,9.099,9.433,9.545,9.084],"paint":[39.553,40.822,44.188,40.161,42.359,43.426,42.165,41.425,43.443,39.667,41.82,42.594,43.16,43.314,39.671]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"09_clear1k_x8","v":{"total":[17.517,17.727,16.439,16.502,15.979,17.633,16.673,16.714,17.228,16.607,16.918,16.851,17.79,16.724,16.634],"script":[15.411,15.854,14.446,14.839,14.961,15.284,14.605,14.813,14.999,13.987,15.824,15.118,14.734,15.586,14.988],"paint":[1.787,1.821,1.098,0.987,0.638,2.295,1.511,1.841,2.169,2.555,1.037,1.667,2.991,1.074,1.588]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6534423828125]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.446541786193848]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.677594184875488]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.3577165603637695]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[37.789244651794434]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.3049999999998]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.328]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.96399999999997]}}, +{"f":"elm-v0.19.1-3-non-keyed","b":"43_first-paint","v":{"DEFAULT":[77.8]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"01_run1k","v":{"total":[49.476,44.672,45.568,43.008,47.97,44.288,41.603,41.121,44.762,50.151,42.417,40.955,44.967,42.981,49.486],"script":[2.913,2.922,2.795,2.864,2.823,2.745,2.895,2.671,2.897,2.815,2.919,2.933,2.764,2.765,2.794],"paint":[37.258,36.96,37.002,38.744,37.352,38.293,38.012,38.258,37.092,36.808,37.753,37.306,37.695,38.39,38.026]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"02_replace1k","v":{"total":[26.427,25.447,19.167,22.024,20.373,19.772,22.032,24.971,20.025,19.916,19.941,19.994,25.489,19.857,21.204],"script":[4.32,4.251,3.907,3.99,3.844,3.96,3.979,4.172,4.157,3.89,3.934,4.192,3.912,3.991,4.253],"paint":[15.817,15.901,14.66,16.302,15.602,15.668,15.207,15.324,15.464,15.384,15.342,15.649,14.72,15.721,15.597]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.239,19.69,19.485,20.756,20.001,20.298,20.593,21.336,20.21,20.662,20.169,21.635,21.836,20.797,21.459],"script":[4.736,3.902,3.479,4.301,3.915,4.41,4.052,3.691,4.148,4.413,3.878,3.558,3.244,4.442,2.61],"paint":[15.647,15.659,15.561,15.711,15.944,14.874,16.403,17.504,15.934,15.491,16.013,16.681,17.402,16.044,17.124]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"04_select1k","v":{"total":[8.415,9.078,9.358,17.131,8.579,8.594,9.964,8.337,8.27,8.42,9.69,8.215,9.634,8.321,8.749,8.351,10.26,9.482,8.549,8.012,8.258,9.528,9.146,8.488,9.422],"script":[5.994,6.395,6.371,5.899,5.611,5.503,6.925,4.986,5.976,5.963,5.788,5.077,5.813,6.026,6.044,6.213,6.202,6.202,6.027,5.288,5.305,6.546,5.737,6.009,6.62],"paint":[1.434,2.301,1.931,2.88,2.273,2.933,1.923,2.112,1.422,1.699,2.345,1.959,2.671,2.153,2.582,2.026,3.014,1.316,1.506,2.607,1.201,2.836,2.836,2.318,2.662]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"05_swap1k","v":{"total":[13.229,11.825,12.615,13.075,12.391,13.341,13.946,12.761,12.299,12.641,12.562,12.64,13.277,12.569,13.287],"script":[0.786,1.267,0.833,0.276,1.514,1.24,1.168,1.18,1.305,0.743,1.723,1.166,1.294,1.108,1.919],"paint":[12.319,10.445,11.275,11.955,10.552,11.965,11.817,11.448,10.873,10.975,10.712,10.845,11.661,10.4,11.223]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"06_remove-one-1k","v":{"total":[17.514,16.995,17.874,17.123,17.537,17.114,17.086,19.142,17.413,16.948,17.993,17.613,17.86,16.882,17.007],"script":[1.679,1.596,1.081,1.54,1.582,1.686,1.41,1.462,1.6,1.545,1.774,1.78,1.438,1.418,1.405],"paint":[15.375,15.034,15.501,15.426,15.083,15.279,14.65,15.442,15.46,15.081,15.72,15.673,15.743,15.326,15.088]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"07_create10k","v":{"total":[514.328,503.255,500.536,504.674,511.505,516.065,516.282,519.104,515.863,499.271,520.422,516.897,518.205,538.888,509.014],"script":[137.699,134.195,134.199,136.428,136.751,132.027,125.28,133.287,146.728,133.903,146.548,145.608,137.899,146.696,135.805],"paint":[367.785,364.808,362.928,364.739,368.166,376.658,380.472,381.725,365.667,361.892,370.416,362.111,370.259,382.906,367.049]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[66.622,55.827,66.913,66.937,64.111,56.757,65.463,67.001,64.885,64.362,65.098,59.331,57.776,57.65,65.261],"script":[11.871,11.217,12.14,11.975,11.229,12.03,12.262,11.664,12.427,11.515,11.437,12.26,11.834,11.927,11.806],"paint":[45.247,43.94,45.068,45.228,44.113,44.4,44.456,45.683,42.986,43.328,44.639,46.698,45.618,45.416,44.127]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"09_clear1k_x8","v":{"total":[16.962,17.415,17.397,16.535,16.913,17.789,16.743,18.149,17.42,17.266,16.056,16.154,17.48,17.229,16.851],"script":[15.336,16.245,15.403,14.934,15.312,15.917,14.967,15.678,14.415,15.182,14.656,14.679,15.132,14.565,15.111],"paint":[1.397,1.078,1.765,1.542,1.539,1.089,1.713,2.404,1.97,1.374,0.859,1.416,1.12,2.57,1.686]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6559524536132812]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.249980926513672]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.435310363769531]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.191774368286133]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.6560583114624]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.4850000000001]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[26.599999999999998]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.856]}}, {"f":"fast-v2.0.0-beta.26-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[179.7216796875]}}, {"f":"fast-v2.0.0-beta.26-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[41.4462890625]}}, {"f":"fast-v2.0.0-beta.26-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[12.2041015625]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"43_first-paint","v":{"DEFAULT":[85.5]}}, -{"f":"fast-v2.0.0-beta.26-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[85.5]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"01_run1k","v":{"total":[48.652,46.313,47.641,48.313,49.023,49.071,48.837,50.425,49.684,48.503,47.371,46.532,47.158,46.653,46.691],"script":[12.054,12.019,12.438,11.902,13.041,12.472,12.686,13.415,12.724,12.514,12.745,12.294,12.338,11.738,11.775],"paint":[36.401,34.103,34.977,36.193,35.598,36.401,35.824,36.789,36.734,35.774,34.413,34.041,34.595,34.694,34.728]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"02_replace1k","v":{"total":[29.093,27.134,32.135,29.876,28.515,31.504,32.896,29.819,29.884,26.92,32.01,28.213,30.24,29.93,29.456],"script":[12.347,11.89,13.177,11.621,12.017,12.69,12.36,12.651,11.893,11.716,12.047,12.057,12.976,11.898,11.84],"paint":[16.352,15.056,17.764,17.354,16.035,15.598,17.656,15.478,17.519,15.019,17.057,15.708,16.87,17.042,16.602]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"03_update10th1k_x16","v":{"total":[27.029,31.029,46.531,30.865,30.857,30.56,27.118,31.342,30.37,30.078,31.217,31.393,30.561,30.395,29.384],"script":[11.468,11.86,10.272,11.482,10.523,10.905,11.073,12.799,10.662,10.278,10.781,10.745,11.447,11.181,10.696],"paint":[15.41,18.015,18.746,18.381,18.975,17.263,15.523,17.597,17.751,18.14,19.806,19.252,17.469,18.462,16.73]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"04_select1k","v":{"total":[10.416,10.02,9.765,16.619,11.658,9.987,12.006,13.074,13.133,11.211,12.618,13.349,10.271,12.572,11.783,13.573,15.743,17.334,15.81,15.884,10.26,11.897,10.775,12.628,15.143],"script":[4.653,4.022,4.325,5.831,4.463,5.024,6.255,4.831,4.602,4.103,3.942,5.452,4.045,4.631,4.546,4.566,6.032,5.359,5.096,6.058,4.327,4.349,6.159,4.679,4.862],"paint":[5.362,2.636,3.342,5.144,4.208,3.6,4.625,3.928,4.102,4.38,4.515,5.794,3.774,3.948,5.933,4.654,4.018,3.887,4.528,3.14,3.026,4.485,3.426,3.39,3.944]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"05_swap1k","v":{"total":[37.831,18.901,19.156,17.531,33.935,34.64,20.908,21.449,18.977,18.015,16.009,34.498,16.722,18.685,34.895],"script":[5.101,4.55,5.158,4.66,5.216,4.987,4.318,4.893,4.991,4.391,4.905,4.555,5.221,4.955,4.341],"paint":[14.493,11.915,11.536,11.746,11.613,14.008,13.861,14.203,13.346,12.162,10.967,13.054,11.118,11.994,13.113]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"06_remove-one-1k","v":{"total":[58.789,63.82,60.839,59.097,59.935,59.492,59.873,60.457,61.98,57.905,58.04,60.971,58.589,58.192,61.59],"script":[24.583,26.44,26.187,25.515,50.919,50.426,25.859,25.76,52.151,24.545,24.663,25.901,24.618,25.778,24.393],"paint":[32.702,35.874,33.132,31.906,33.123,32.954,32.323,32.962,34.776,31.723,32.171,33.424,32.747,30.925,35.791]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"07_create10k","v":{"total":[524.27,509.479,503.63,502.281,504.259,506.537,510.681,532.516,526.342,499.076,513.395,529.332,506.701,516.713,502.504],"script":[134.223,130.392,130.906,131.272,128.531,129.796,137.715,130.524,129.031,130.445,130.473,133.938,128.476,131.398,130.509],"paint":[375.617,369.884,361.959,361.49,366.513,365.737,362.469,390.901,386.564,357.395,374.472,385.727,366.736,376.392,363.222]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.867,51.679,51.604,53.586,52.966,52.766,54.055,51.82,51.298,53.262,51.305,52.225,52.592,53.399,53.244],"script":[14.69,14.627,14.512,14.259,15.103,14.471,14.493,14.279,14.368,14.816,14.566,14.593,15.159,14.488,15.026],"paint":[36.838,36.742,36.72,38.861,37.5,37.803,39.031,37.227,36.6,38.152,36.418,37.314,37.097,38.373,37.733]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"09_clear1k_x8","v":{"total":[32.902,31.889,31.221,31.499,34.939,33.254,31.889,32.704,31.602,32.438,32.356,33.437,32.691,31.481,30.759],"script":[27.125,26.967,26.971,26.568,28.418,28.179,27.315,27.623,26.871,27.409,26.94,27.947,28.271,26.745,25.969],"paint":[5.146,2.878,3.976,3.705,3.821,4.533,3.227,3.851,4.542,3.252,4.212,4.11,3.697,3.015,3.508]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.567173957824707]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.418001174926758]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.458137512207031]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8731727600097656]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.94627285003662]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.005]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.04]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.31600000000003]}}, +{"f":"fast-v2.0.0-beta.26-non-keyed","b":"43_first-paint","v":{"DEFAULT":[83.9]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"01_run1k","v":{"total":[49.857,47.463,46.355,51.053,50.805,49.912,51.061,46.789,47.135,47.485,49.654,48.303,47.444,49.687,48.376],"script":[14.528,11.706,12.376,14.874,15.139,14.869,14.507,12.346,13.054,12.619,14.172,12.528,13.182,14.83,12.518],"paint":[35.135,35.589,33.656,35.976,35.471,34.849,36.361,34.232,33.863,34.676,35.277,35.534,34.054,34.667,35.621]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"02_replace1k","v":{"total":[34.863,33.925,33.877,30.596,33.539,30.697,29.953,30.736,30.53,32.552,31.009,32.93,33.466,33.657,31.073],"script":[14.533,14.254,14.283,14.127,14.545,14.603,13.849,14.536,14.443,14.025,14.267,14.062,14.595,14.165,14.574],"paint":[17.451,16.649,16.422,16.084,16.034,15.626,15.722,15.825,15.622,16.104,16.214,15.764,16.134,16.909,15.957]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"03_update10th1k_x16","v":{"total":[31.824,31.59,31.941,33.165,32.013,54.225,33.114,52.274,32.718,31.401,31.795,53.22,53.815,32.063,34.824],"script":[12.081,13.514,12.295,12.783,11.981,13.222,12.953,13.038,13.035,13.196,12.94,12.771,12.557,12.727,12.855],"paint":[18.306,16.664,19.164,19.426,18.048,17.531,18.945,18.306,17.608,16.897,16.972,16.313,18.125,17.232,21.2]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"04_select1k","v":{"total":[16.149,16.012,13.584,10.039,11.112,14.356,13.507,11.29,10.273,10.039,13.796,14.649,10.743,14.141,14.728,12.756,15.852,11.573,11.2,11.294,11.009,9.717,12.47,10.543,12.094],"script":[7.543,5.841,5.208,5.399,4.74,5.326,5.773,5.314,5.337,5.227,5.033,4.72,5.334,5.008,5.756,4.008,7.084,5.609,5.77,5.174,4.794,4.766,5.837,4.988,5.711],"paint":[3.709,3.299,4.165,2.667,4.46,4.237,3.524,2.853,3.991,3.487,4.356,3.84,3.797,4.222,3.724,4.109,5.814,3.498,3.33,3.97,4.686,3.772,4.295,3.711,3.701]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"05_swap1k","v":{"total":[17.967,38.714,39.036,41.511,18.331,40.485,18.238,40.724,18.451,18.147,41.682,18.24,18.458,19.158,39.228],"script":[4.724,5.375,5.567,4.749,4.797,5.178,5.671,5.181,5.258,4.6,5.351,4.754,4.957,5.218,4.732],"paint":[11.409,11.453,12.773,12.357,12.999,13.202,11.467,12.279,12.822,11.704,14.253,12.715,12.51,13.237,12.977]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"06_remove-one-1k","v":{"total":[63.497,63.328,63.665,64.222,68.015,62.9,63.656,61.402,63.382,64.934,62.548,68.341,62.207,63.929,63.509],"script":[28.145,28.862,28.914,29.243,58.453,28.268,27.966,52.569,29.217,29.548,28.378,58.144,28.185,54.509,28.903],"paint":[33.321,32.879,33.251,33.428,36.608,33.333,34.016,31.568,32.642,33.034,32.487,37.25,32.118,33.352,32.493]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"07_create10k","v":{"total":[513.156,501.028,512.015,506.71,504.538,504.478,515.242,504.728,500.353,504.723,507.643,500.787,497.709,498.83,500.985],"script":[133.917,135.945,144.921,132.922,130.576,142.313,145.477,138.091,132.688,142.006,143.735,134.267,131.106,130.306,140.517],"paint":[370.511,358.256,361.214,362.057,363.032,354.717,363.873,360.831,358.995,356.839,357.86,355.373,356.456,357.63,351.544]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[79.455,82.478,82.097,81.433,60.987,60.76,81.518,83.696,59.262,61.259,60.416,82.041,62.24,61.072,79.066],"script":[16.22,17.71,16.765,17.895,17.598,16.56,15.661,17.529,16.635,15.909,17.135,16.453,16.119,17.031,16.069],"paint":[42.184,42.55,43.668,43.149,42.648,37.326,43.122,43.573,41.99,43.647,42.718,42.968,43.845,43.335,41.896]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"09_clear1k_x8","v":{"total":[31.552,29.439,33.016,34.061,32.84,32.257,33.344,35.152,33.901,34.677,32.882,33.487,35.014,32.627,33.677],"script":[27.081,27.87,28.57,28.917,28.448,27.164,28.749,29.915,28.666,30.55,29.149,29.477,29.805,28.315,29.049],"paint":[3.475,0.771,4.183,3.314,3.33,3.335,3.542,3.832,4.073,3.403,3.485,3.022,4.312,3.29,3.004]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5688142776489258]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.1097002029418945]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.24439811706543]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8746414184570312]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[43.73656368255615]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.525]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.351999999999997]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.336]}}, {"f":"frei-hooks-v1.0.18-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.8505859375]}}, {"f":"frei-hooks-v1.0.18-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[15.576171875]}}, {"f":"frei-hooks-v1.0.18-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.703125]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"43_first-paint","v":{"DEFAULT":[75.6]}}, -{"f":"frei-hooks-v1.0.18-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[75.6]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"01_run1k","v":{"total":[47.498,47.138,47.974,48.703,47.812,47.739,46.519,47.535,47.167,49.067,47.97,47.727,47.338,47.383,48.063],"script":[11.856,12.044,12.413,11.488,11.764,12.154,11.575,11.515,11.862,11.41,12.284,11.672,11.444,11.833,11.799],"paint":[35.22,34.671,35.142,36.538,35.634,35.163,34.448,35.521,34.786,36.882,35.237,35.56,35.388,35.036,35.799]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"02_replace1k","v":{"total":[21.429,22.812,23.042,21.603,22.847,23.832,23.836,23.755,23.207,21.456,23.487,24.459,23.478,21.796,23.611],"script":[6.086,5.822,6.024,5.981,5.809,6.209,6.654,6.604,5.987,6.015,6.158,5.833,6.505,5.882,6.333],"paint":[14.875,16.345,16.519,15.138,16.559,16.941,16.682,16.495,16.723,14.986,16.829,17.956,16.484,15.225,16.786]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"03_update10th1k_x16","v":{"total":[26.034,25.765,25.89,27.159,26.457,24.563,26.892,25.29,25.989,25.777,25.902,26.427,26.451,25.486,25.291],"script":[8.894,8.007,8.744,8.936,8.691,7.413,8.544,7.799,8.418,8.619,8.542,8.929,8.787,8.334,8.678],"paint":[15.712,15.858,15.516,16.87,15.31,15.852,15.913,16.376,15.937,15.346,14.749,15.229,16.033,15.243,14.691]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"04_select1k","v":{"total":[8.87,8.073,7.733,8.922,8.033,7.569,8.343,7.64,7.504,7.751,8.493,8.773,8.074,8.728,7.814,7.87,9.35,7.527,8.265,8.254,7.891,8.303,8.438,7.84,7.736],"script":[5.074,4.841,4.404,5.227,5.403,4.464,4.725,4.866,4.679,4.393,5.532,5.439,4.9,4.992,4.577,4.747,5.213,5.002,5.403,5.497,4.838,5.492,4.953,4.505,4.905],"paint":[3.512,2.678,1.194,3.44,1.658,2.194,2.149,1.509,1.912,2.151,1.959,2.094,1.537,2.103,3.037,2.263,3.289,1.972,1.789,1.821,2.165,2.121,2.05,1.768,2.36]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"05_swap1k","v":{"total":[17.532,16.241,17.522,17.15,17.737,17.283,17.782,16.103,17.382,16.659,17.132,19.025,17.742,17.451,16.722],"script":[5.154,4.452,4.965,5.243,4.81,4.79,4.486,4.163,4.369,4.281,4.609,5.337,4.872,4.911,4.676],"paint":[9.884,9.547,11.119,10.082,10.665,10.336,10.817,10.622,10.898,11.172,10.293,12.233,11.083,10.855,10.252]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"06_remove-one-1k","v":{"total":[45.318,44.8,46.512,44.093,46.506,46.728,48.908,48.946,46.009,46.554,47.839,46,46.188,48.27,46.2],"script":[11.934,12.903,13.415,12.263,13.346,13.259,13.374,13.574,12.77,13.341,13.594,13.52,12.871,14.297,13.636],"paint":[31.893,31.136,31.557,31.027,32.239,32.25,34.469,34.247,32.004,32.043,33.117,31.365,32.451,32.413,31.747]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"07_create10k","v":{"total":[541.613,538.684,550.339,542.462,538.685,547.207,548.88,549.912,539.305,536.641,541.551,545.456,543.157,545.865,544.152],"script":[146.585,144.102,145.358,146.31,144.319,145.536,146.548,148.709,143.108,146.169,147.265,146.126,147.146,142.916,146.222],"paint":[386.705,387.15,396.843,388.33,386.744,393.844,393.715,393.413,388.759,382.871,386.798,391.454,388.356,395.279,390.447]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.521,53.392,57.21,55.158,55.308,55.362,57.519,54.64,54.658,54.685,56.571,55.529,55.289,55.259,55.014],"script":[15.555,15.207,16.357,15.411,15.909,15.956,15.964,15.539,16.035,15.866,15.477,15.798,16.321,16.005,16.075],"paint":[37.866,37.203,39.804,38.799,38.4,38.397,40.627,38.119,37.597,37.867,39.772,38.633,37.999,38.229,37.98]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"09_clear1k_x8","v":{"total":[24.722,23.189,22.603,24.269,23.29,21.73,21.938,23.365,24.374,24.344,23.752,23.998,23.23,24.77,24.224],"script":[22.474,20.591,20.258,22.052,21.126,19.848,19.763,21.132,22.29,21.923,22.091,21.79,21.504,22.799,21.743],"paint":[1.999,2.491,2.246,2.068,1.922,1.781,2.077,1.419,1.617,2.329,0.736,1.676,0.848,1.095,2.365]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6167020797729492]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.152338981628418]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.396190643310547]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.3297996520996094]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.27927303314209]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.075]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.384]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.95999999999998]}}, +{"f":"frei-hooks-v1.0.18-non-keyed","b":"43_first-paint","v":{"DEFAULT":[78.5]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"01_run1k","v":{"total":[53.55,52.205,52.864,50.669,52.64,53.706,52.75,52.436,51.496,52.506,52.345,52.061,52.825,52.771,53.96],"script":[14.925,14.097,14.728,14.176,14.541,14.724,14.888,14.783,14.508,15.059,14.328,14.553,15.008,14.999,15.365],"paint":[37.897,37.539,37.66,36.03,37.595,38.489,37.397,37.16,36.491,36.992,37.356,37.023,37.336,37.272,37.874]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"02_replace1k","v":{"total":[24.916,26.247,26.09,24.409,24.909,25.262,24.517,24.305,26.649,26.081,26.014,26.188,26.222,24.637,26.15],"script":[8.9,9.194,9.084,8.893,8.839,8.937,8.802,8.574,9.411,9.026,9.731,9.205,9.545,8.752,9.722],"paint":[15.587,16.585,16.342,15.01,15.578,15.818,15.227,15.277,16.603,16.549,15.664,16.405,16.038,15.349,15.801]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"03_update10th1k_x16","v":{"total":[30.017,29.379,30.205,29.121,29.066,30.102,29.225,28.775,29.503,29.822,29.825,28.37,27.346,29.448,28.661],"script":[11.391,11.704,12.074,12.135,11.304,11.389,11.494,11.062,11.428,11.731,12.09,11.19,11.098,11.361,10.93],"paint":[16.592,15.841,16.52,15.189,16.011,16.442,16.018,15.812,16.678,16.605,15.68,15.243,15.505,16.708,16.608]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"04_select1k","v":{"total":[8.876,8.273,8.269,8.873,8.008,8.446,7.837,8.629,8.679,8.532,8.636,8.934,7.468,7.79,9.362,9.154,8.327,8.14,7.786,8.88,8.227,7.565,9.726,8.244,7.841],"script":[4.942,5.286,5.494,5.867,5.13,5.389,4.939,5.205,5.851,5.004,5.76,6.188,4.993,4.993,5.726,6.051,5.406,4.791,4.997,5.469,4.975,5.032,5.651,5.286,5.029],"paint":[3.016,2.862,1.886,2.205,1.999,2.354,1.546,3.058,2.14,2.138,1.528,2.552,2.339,1.326,2.27,2.903,1.745,1.54,1.857,2.284,2.564,1.552,2.872,1.889,1.672]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"05_swap1k","v":{"total":[17.611,17.789,17.183,16.802,17.2,17.607,17.612,17.563,17.048,17.709,17.391,17.437,18.177,17.462,17.276],"script":[4.983,5.259,5.2,5.299,4.632,5.617,4.869,5.182,5.005,5.754,4.903,4.744,5.068,5.504,4.718],"paint":[10.845,11.069,9.835,9.825,10.728,10.075,10.996,11.021,11.213,10.003,10.566,10.538,11.649,10.106,10.386]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"06_remove-one-1k","v":{"total":[50.563,51.136,49.419,48.588,53.215,49.351,47.961,52.657,52.787,50.609,47.917,49.792,49.87,49.174,49.986],"script":[17.311,18.215,16.36,16.166,18.352,16.756,15.827,17.698,16.802,16.167,15.666,17.046,16.785,17.15,17.149],"paint":[32.213,31.749,31.438,31.262,33.63,31.734,31.106,33.704,34.294,33.149,31.048,31.699,31.863,31.137,31.696]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"07_create10k","v":{"total":[526.116,537.996,543.94,534.567,518.206,531.203,535.38,519.281,539.87,536.883,538.995,513.752,518.413,539.414,524.124],"script":[148.9,149.652,154.299,147.348,147.677,146.982,149.427,147.671,151.453,148.612,146.511,145.492,146.346,149.231,146.758],"paint":[369.214,380.811,382.251,379.517,363.027,376.863,377.813,364.238,380.707,380.889,385.057,360.908,364.48,382.55,369.128]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[62.779,63.663,61.845,62.422,66.033,63.71,63.511,63.524,62.79,63.236,63.841,64.4,62.181,61.824,62.92],"script":[18.537,19.4,18.5,18.126,19.741,18.704,18.709,18.496,18.365,18.227,18.26,18.796,18.59,18.365,18.462],"paint":[43.293,43.31,42.45,43.424,45.106,43.753,43.595,43.997,43.453,44.038,44.64,44.192,42.599,42.549,43.511]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"09_clear1k_x8","v":{"total":[22.852,22.561,23.711,22.399,22.891,22.982,23.649,22.386,21.623,22.667,22.851,20.941,22.693,23.914,23.817],"script":[20.622,20.063,21.851,20.921,20.481,20.756,21.379,20.471,19.396,20.196,20.926,19.493,20.512,21.164,21.886],"paint":[1.572,2.406,1.758,0.4,2.277,1.673,1.568,0.735,1.684,2.368,1.094,0.421,1.623,1.938,1.317]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6318216323852539]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.917433738708496]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.185649871826172]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.260995864868164]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.072165489196777]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.785]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.124000000000002]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[162.14400000000006]}}, {"f":"gyron-v0.0.16-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[201.3935546875]}}, {"f":"gyron-v0.0.16-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[63.119140625]}}, {"f":"gyron-v0.0.16-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[13.2578125]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"43_first-paint","v":{"DEFAULT":[116.2]}}, -{"f":"gyron-v0.0.16-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[116.2]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"01_run1k","v":{"total":[42.074,40.367,40.261,40.711,42.712,40.701,40.703,40.934,44.3,40.621,41.841,42.663,42.701,41.588,41.428],"script":[7.159,7.083,7.099,7.327,7.122,7.037,7.16,7.215,7.22,7.318,7.186,7.247,7.305,7.428,7.813],"paint":[34.23,32.859,32.704,32.924,34.914,33.038,33.134,33.318,36.616,32.901,33.952,34.68,34.896,33.749,33.165]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"02_replace1k","v":{"total":[22.091,21.464,21.09,20.719,21.425,20.834,22.032,21.6,21.41,20.097,21.699,21.879,22.732,21.906,21.358],"script":[4.817,5.791,5.668,5.125,4.509,5.114,5.662,4.534,5.853,4.608,4.666,5.874,5.076,5.65,4.896],"paint":[16.74,15.152,14.774,15.028,16.348,15.071,15.878,16.556,15.055,15.023,16.484,15.528,16.948,15.738,15.996]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[41.538,36.115,40.314,37.536,38.632,37.323,38.75,40.188,36.583,40.176,37.056,36.543,38.814,38.73,37.374],"script":[21.716,18.483,21.432,20.013,20.267,19.861,20.268,22.511,18.725,22.009,18.423,18.275,19.962,20.03,18.982],"paint":[18.031,16.256,17.076,15.961,16.134,16.057,15.733,16.034,15.674,16.268,16.683,15.428,16.857,16.634,16.788]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"04_select1k","v":{"total":[22.807,21.654,23.962,21.294,23.686,20.982,22.596,23.378,23.735,24.636,25.675,20.757,21.898,22.702,23.382,24.899,26.183,22.501,22.005,21.572,22.971,21.849,21.147,21.63,22.645],"script":[18.722,17.989,19.702,17.528,19.891,17.015,18.693,18.89,20.004,20.735,22.347,16.819,18.125,19.011,19.565,21.349,21.78,18.67,17.743,17.785,19.148,18.15,17.776,17.324,18.357],"paint":[2.17,2.594,3.254,3.1,3.058,2.869,2.837,3.483,2.166,3.223,2.4,2.5,2.649,2.306,2.734,2.562,3.268,3.133,3.128,3.198,2.061,2.327,2.465,3.466,3.317]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"05_swap1k","v":{"total":[33.383,32.011,32.101,28.567,33.801,30.689,29.477,33.206,30.244,29.996,33.056,31.375,31.396,30.979,30.887],"script":[20.64,18.533,19.265,16.53,19.923,18.431,16.924,19.439,17.494,17.567,19.947,19.052,17.533,18.12,17.465],"paint":[11.696,11.104,11.131,10.552,11.762,10.662,10.815,11.523,10.666,10.957,11.345,9.863,9.72,10.877,11.577]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[46.424,44.396,42.896,45.436,46.452,43.041,44.158,44.607,43.028,45.604,46.575,43.916,42.611,46.992,44.581],"script":[11.058,10.425,9.821,10.241,12.07,9.924,10.139,10.494,9.249,9.75,9.824,10.364,9.873,10.532,10.9],"paint":[34.408,32.809,31.837,33.922,33.043,31.916,32.894,32.493,32.895,34.817,35.591,32.381,31.749,35.032,32.519]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"07_create10k","v":{"total":[493.867,514.031,479.548,507.329,484.455,488.595,501.038,490.15,508.38,506.843,510.798,499.566,503.315,510.627,507.596],"script":[131.429,132.082,126.3,130.077,129.566,128.11,127.616,129.272,130.565,127.827,129.044,129.039,127.991,130.052,129.186],"paint":[354.63,373.994,345.653,369.283,347.306,352.682,365.635,353.112,369.873,371.257,373.741,362.674,367.801,372.173,370.64]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.723,54.68,54.623,55.507,55.414,55.696,55.821,54.882,56.458,57.016,56.348,56.944,55.293,55.244,55.479],"script":[15.502,16.641,16.855,16.927,16.494,17.041,17.158,16.654,17.781,17.396,17.397,16.157,16.765,17.165,16.105],"paint":[37.946,37.089,36.814,37.607,38.033,37.672,37.411,37.275,37.731,38.225,37.941,39.746,37.601,37.134,38.087]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[27.287,25.635,25.44,26.271,27.695,28.698,25.983,29.06,26.362,25.577,28.175,28.427,27.36,26.708,30.397],"script":[25.108,23.009,23.298,23.671,24.987,26.19,23.983,27.102,24.36,22.725,24.746,25.661,25.457,24.844,28.07],"paint":[2.059,2.514,1.468,1.758,2.559,1.503,1.735,1.163,1.905,2.748,3.28,2.016,1.161,1.759,2.193]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7960844039916992]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[6.07619571685791]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.441617965698242]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[6.262012481689453]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[51.15552997589111]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2627.21]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.172]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.216]}}, +{"f":"gyron-v0.0.16-non-keyed","b":"43_first-paint","v":{"DEFAULT":[107.5]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"01_run1k","v":{"total":[52.158,51.886,50.393,52.14,54.057,50.95,51.197,51.322,50.965,50.296,49.561,51.132,50.503,52.434,51.451],"script":[12.177,12.459,11.997,12.363,13.626,12.728,12.525,12.288,12.204,12.372,11.821,12.425,11.431,12.57,12.825],"paint":[39.51,38.716,37.944,39.293,39.784,37.51,37.985,38.541,38.082,37.404,37.198,38.211,38.351,39.301,37.898]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"02_replace1k","v":{"total":[23.43,23.907,24.828,25.872,23.96,23.915,23.739,23.161,23.715,25.123,23.394,24.882,23.554,23.348,24.917],"script":[7.327,8.058,8.506,8.525,7.381,8.004,7.988,7.495,8.078,8.173,7.444,8.053,7.62,7.201,8.381],"paint":[15.604,15.376,15.815,16.639,16.084,15.36,15.275,15.181,14.964,16.34,15.473,16.198,15.457,15.665,15.91]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[45.956,43.822,44.693,43.966,43.611,46.963,42.11,44.841,45.919,45.996,42.42,46.701,43.189,45.128,42.017],"script":[27.832,25.735,27.445,25.461,26.089,28.102,24.566,27.199,27.203,26.945,24.973,27.985,25.548,26.197,24.335],"paint":[16.512,16.129,15.35,17.197,15.799,16.776,14.968,15.747,16.394,16.299,16.383,16.101,16.303,17.073,15.826]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"04_select1k","v":{"total":[27.271,29.336,27.761,26.035,27.24,28.484,27.392,30.169,28.695,26.323,26.127,25.452,27.912,28.555,31.02,28.45,26.356,29.278,25.962,28.017,30.965,26.931,27.317,27.674,24.853],"script":[23.162,25.724,23.434,22.076,22.337,23.931,23.857,26.436,25.389,22.743,22.883,21.284,23.626,24.822,27.581,25.175,22.03,25.314,22.216,24.143,25.625,23.079,23.734,24.722,21.126],"paint":[3.2,2.99,2.366,2.716,2.759,3.099,2.299,2.5,1.934,2.929,1.703,2.677,3.036,2.632,2.467,2.308,3.053,1.714,2.551,2.073,3.587,2.87,1.953,1.954,2.464]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"05_swap1k","v":{"total":[38.157,36.632,37.674,36.659,38.688,36.435,36.239,37.194,36.556,36.079,37.484,37.89,35.706,35.739,36.988],"script":[23.909,23.914,24.279,23.075,24.939,23.793,23.096,24.071,23.041,23.426,24.242,24.308,22.582,22.878,24.111],"paint":[12.619,11.262,10.89,11.694,11.587,11.564,11.429,11.704,12.043,10.955,11.835,11.079,11.143,10.615,11.039]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[45.905,47.378,47.024,46.942,47.185,46.345,46.05,46.664,48.426,46.093,48.462,47.297,47.823,50.012,49.369],"script":[12.191,13.142,12.971,12.711,13.332,13.031,12.476,13.395,14.877,12.814,13.654,12.979,13.654,13.648,15.502],"paint":[32.267,33.006,32.809,33.072,32.533,32.032,32.276,32.384,32.099,32.392,33.495,32.856,32.648,35.546,32.465]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"07_create10k","v":{"total":[523.446,524.806,519.554,535.794,537.65,524.336,522.466,543.866,509.209,524.965,506.617,509.506,523.061,546.607,537.465],"script":[130.935,133.502,132.48,130.349,131.933,131.47,134.256,134.447,133.765,133.279,130.328,134.446,131.212,135.207,132.906],"paint":[384.662,383.791,379.773,397.725,398.149,384.895,380.429,402.052,367.625,384.088,368.849,367.467,384.489,403.284,396.904]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[65.973,68.501,66.166,67.232,66.53,68.495,66.108,67.427,65.592,66.858,68.294,67.557,67.711,66.692,65.497],"script":[22.545,23.085,22.179,22.464,22.855,22.496,22.724,22.8,21.795,21.967,23.193,22.731,22.612,22.973,21.986],"paint":[42.456,44.403,42.673,43.81,42.69,44.76,42.386,43.387,42.883,43.937,44.135,43.885,43.887,42.732,42.58]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[27.487,27.126,26.924,28.238,26.846,27.923,27.356,27.478,25.963,26.629,26.092,27.212,24.891,25.818,25.318],"script":[25.004,24.913,25.196,26.06,24.823,25.577,24.075,24.785,23.641,24.106,23.915,25.303,22.441,23.596,23.463],"paint":[1.609,1.666,0.844,2.054,1.147,2.231,3.103,1.805,2.215,2.371,2.045,1.761,2.333,2.082,1.762]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8624038696289062]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.866366386413574]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.294651985168457]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.953431129455566]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[49.00720405578613]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.15]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[32.756]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[164.84799999999996]}}, {"f":"halogen-v7.0.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[290.7119140625]}}, {"f":"halogen-v7.0.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[152.435546875]}}, {"f":"halogen-v7.0.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[21.8876953125]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[237.9]}}, -{"f":"halogen-v7.0.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[237.9]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"01_run1k","v":{"total":[56.531,54.918,55.797,54.655,55.225,55.946,56.541,55.371,56.328,55.563,55.438,58.007,55.067,55.123,55.36],"script":[19.743,18.954,19.059,19.363,19.223,20.672,20.341,20.485,20.791,19.827,19.958,19.858,19.985,19.546,19.128],"paint":[36.334,35.463,36.147,34.773,35.492,34.775,35.793,34.271,35.089,35.266,34.992,37.668,34.627,35.114,35.754]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"02_replace1k","v":{"total":[27.25,26.798,27.253,26.899,24.841,25.757,26.901,24.725,27.344,26.887,26.466,26.682,27.383,28.637,25.102],"script":[9.83,9.8,11.037,10.016,9.458,9.967,9.805,9.735,10.16,9.796,9.646,9.904,10.215,11.494,9.865],"paint":[16.979,16.525,15.72,16.389,14.894,15.292,16.629,14.597,16.542,16.452,16.312,16.185,16.514,16.543,14.827]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.259,19.895,20.658,19.838,19.388,21.902,18.773,19.124,20.746,19.12,19.202,19.074,18.967,19.864,20.476],"script":[2.392,2.434,2.255,1.874,2.395,2.155,1.546,1.86,2.202,1.875,2.041,2.411,2.192,2.728,2.452],"paint":[15.574,16.031,16.514,16.343,15.188,16.473,14.179,15.653,16.303,15.911,15.261,15.034,15.782,14.769,16.079]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"04_select1k","v":{"total":[5.691,6.735,6.79,7.011,6.488,6.31,6.606,7.073,6.109,6.812,7.968,6.195,7.018,6.209,5.669,7.211,6.796,6.869,6.391,5.875,6.681,6.475,5.983,5.767,7.611],"script":[3.418,3.865,3.874,3.839,3.409,3.352,3.363,4.461,3.204,3.651,3.988,2.57,3.662,3.075,3.473,3.409,3.655,3.36,3.001,3.063,3.132,3.414,2.82,3.168,3.643],"paint":[1.598,2.077,1.966,1.949,1.99,1.158,2.701,1.738,1.749,2.241,3.856,3.071,2.771,2.205,2.072,2.89,2.005,2.967,3.208,1.681,3.411,2.105,3.03,2.454,3.682]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"05_swap1k","v":{"total":[15.356,12.9,12.079,13.115,13.931,13.286,13.21,12.995,12.16,13.098,13.19,13.262,13.814,13.112,12.963],"script":[0.133,0.445,0.587,0.793,0.863,0.887,0.606,0.991,0.528,0.742,1.157,1.039,0.133,0.135,0.873],"paint":[12.585,10.992,9.968,11.007,10.487,10.59,11.309,10.469,10.131,10.405,10.189,10.694,11.832,11.323,10.652]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"06_remove-one-1k","v":{"total":[17.854,17.469,16.935,17.776,16.783,17.651,16.846,17.833,16.914,17.172,17.825,18.426,17,17.343,17.28],"script":[0.247,0.156,0.242,0.382,0.154,0.096,0.18,0.45,0.108,0.143,0.115,0.159,0.365,0.214,0.452],"paint":[16.737,16.059,15.619,16.096,15.587,16.503,15.866,16.337,15.432,16.146,16.443,16.855,15.803,16.32,16.095]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"07_create10k","v":{"total":[652.381,640.35,649.037,650.145,629.637,642.078,639.019,647.577,631.067,641.113,635.751,644.339,645.231,644.937,629.239],"script":[237.161,232.519,236.303,237.352,228.516,229.334,228.998,232.166,224.264,230.008,226.942,228.403,231.424,236.066,225.197],"paint":[406.917,400.366,404.451,405.235,393.509,404.465,402.436,407.262,399.161,403.385,400.966,407.978,405.901,400.343,396.617]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[67.815,67.605,68.955,63.786,68.196,64.872,67.481,64.552,63.582,64.432,67.197,65.208,67.368,64.871,66.507],"script":[28.607,28.799,28.15,26.212,29.058,26.117,28.557,26.309,26.077,26.053,28.672,26.181,28.483,26.199,28.146],"paint":[37.964,37.834,39.869,36.638,38.296,37.805,37.947,37.344,36.618,37.459,37.452,38.084,37.907,37.659,37.476]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"09_clear1k_x8","v":{"total":[15.806,15.744,15.774,16.142,14.901,15.612,15.361,15.62,16.545,15.826,15.313,15.418,15.513,15.224,15.425],"script":[13.397,13.656,13.252,13.783,12.839,13.161,13.44,13.531,13.813,13.747,13.078,13.322,13.557,13.081,13.377],"paint":[1.38,2,1.609,1.559,1.735,1.603,1.276,1.961,2.14,1.966,2.091,1.576,1.848,2.045,0.823]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4998331069946289]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.164497375488281]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.309054374694824]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2285585403442383]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.75233459472656]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.42]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.088]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.97199999999998]}}, +{"f":"halogen-v7.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[216.9]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"01_run1k","v":{"total":[59.103,57.031,59.697,57.226,56.5,57.564,56.249,58.864,56.551,57.118,60.485,57.181,56.245,56.686,56.265],"script":[21.532,21.603,24.265,20.646,21.211,22.149,21.161,21.779,21.53,21.327,23.325,21.553,20.653,21.156,21.005],"paint":[37.154,35,34.964,36.097,34.841,34.909,34.618,36.592,34.572,35.279,36.437,34.892,35.156,35.11,34.793]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"02_replace1k","v":{"total":[29.092,28.942,26.573,27.044,28.603,28.982,28.108,27.257,29.887,27.91,28.106,28.715,27.188,29.346,28.374],"script":[12.922,12.705,11.803,12.112,12.577,12.854,12.12,12.285,12.831,12.026,12.315,12.632,11.853,12.915,12.867],"paint":[15.699,15.755,14.32,14.458,15.345,15.67,15.493,14.491,16.534,15.25,15.31,15.616,14.795,15.96,15.036]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.566,19.373,20.522,19.798,18.801,19.246,19.386,18.524,19.619,19.159,19.062,18.703,18.732,18.683,18.626],"script":[2.57,2.166,3.046,2.004,1.96,1.814,2.43,1.548,2.541,2.426,1.937,2.593,2.398,2.318,1.953],"paint":[15.646,15.619,15.242,16.111,14.854,15.606,15.17,15.691,15.763,15.973,15.316,15.02,14.77,15.267,14.873]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"04_select1k","v":{"total":[6.208,7.33,6.763,6.422,6.112,6.061,7.022,6.821,6.559,7.5,6.197,7.172,6.161,5.954,6.413,6.751,6.113,6.149,5.329,6.267,6.353,6.804,6.323,6.942,6.61],"script":[3.075,3.125,2.914,4.17,3.536,3.522,3.976,3.63,3.988,3.706,2.733,3.546,3.658,3.165,3.738,3.501,3.491,3.429,3.391,3.128,3.615,3.687,2.929,3.664,3.993],"paint":[2.583,3.429,3,1.435,1.574,1.063,2.006,1.837,1.986,2.9,2.785,1.931,2.302,2.643,2.086,1.996,2.472,1.896,1.604,1.962,1.798,2.422,2.512,2.064,1.907]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"05_swap1k","v":{"total":[12.843,13.052,12.757,12.322,11.781,12.873,12.75,12.853,13.004,13.166,12.423,13.088,13.055,12.82,13.092],"script":[0.133,0.135,0.77,0.59,0.132,0.988,0.341,0.859,0.134,0.66,0.131,0.884,0.898,0.141,0.828],"paint":[10.937,10.334,10.865,10.447,10.2,9.417,10.656,9.822,11.068,11.171,10.458,10.324,10.327,10.886,10.358]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"06_remove-one-1k","v":{"total":[16.647,17.623,17.068,17.397,17.401,17.047,17.854,16.629,16.205,17.097,17.71,17.786,17.278,17.642,18.117],"script":[0.456,0.272,0.142,0.271,0.526,0.285,0.133,0.183,0.111,0.358,0.471,0.126,0.466,0.473,0.368],"paint":[15.346,15.889,15.811,15.768,15.722,15.959,16.511,15.109,15.304,15.811,15.8,16.06,15.967,16.252,16.723]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"07_create10k","v":{"total":[637.545,627.025,639.103,636.092,638.33,636.976,637.967,640.315,633.482,639.876,641.1,627.784,634.897,634.391,639.705],"script":[233.109,235.702,241.206,238.284,242.038,238.679,244.321,240.151,236.012,238.967,236.814,236.016,235.303,236.007,238.393],"paint":[396.953,383.162,390.282,390.36,388.823,390.827,385.849,391.815,390.1,393.531,396.734,383.896,392.124,390.588,393.554]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[74.527,72.083,74.65,73.432,74.56,75.231,71.409,75.398,73.249,73.767,74.884,72.456,72.845,72.902,74.811],"script":[31.708,29.243,29.691,30.453,30.392,30.761,28.878,30.703,29.922,29.944,30.008,28.691,29.025,29.731,30.758],"paint":[41.845,41.893,44.1,41.978,43.177,43.516,41.573,43.451,42.439,42.755,43.808,42.721,42.875,42.16,43.129]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"09_clear1k_x8","v":{"total":[15.416,14.977,15.192,15.463,15.033,15.571,14.96,15.215,15.173,15.021,14.658,15.075,15.266,15.119,14.756],"script":[12.959,12.596,13.06,12.954,13.3,13.028,12.748,13.015,12.426,13.436,11.98,13.15,13.088,12.397,12.943],"paint":[1.629,1.857,2.009,1.494,1.379,2.446,2.107,2.063,1.992,1.471,2.508,1.823,1.03,2.578,1.708]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5006036758422852]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.947092056274414]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.036386489868164]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.232706069946289]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.689406394958496]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.535]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.328]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[163.1040000000001]}}, {"f":"hydro-js-v1.5.14-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.0576171875]}}, {"f":"hydro-js-v1.5.14-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[14.78125]}}, {"f":"hydro-js-v1.5.14-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.0498046875]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"43_first-paint","v":{"DEFAULT":[56.9]}}, -{"f":"hydro-js-v1.5.14-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[56.9]}}, -{"f":"imba-v1.5.2-non-keyed","b":"01_run1k","v":{"total":[44.169,41.777,40.613,39.665,42.786,36.563,35.865,37.915,45.815,39.257,36.1,34.684,36.005,38.339,43.842],"script":[1.343,1.233,1.202,1.196,1.216,1.149,1.113,1.257,1.277,1.196,1.17,1.147,1.116,1.183,1.134],"paint":[33.877,33.091,33.445,32.496,32.577,32.421,34.612,33.426,33.997,33.477,34.789,33.403,34.749,34.47,33.595]}}, -{"f":"imba-v1.5.2-non-keyed","b":"02_replace1k","v":{"total":[15.693,17.54,17.122,18.501,20.151,17.111,18.624,22.777,23.936,21.131,15.859,22.899,22.65,22.4,17.081],"script":[1.107,1.07,1.18,1.165,1.169,1.102,1.137,1.227,1.185,1.314,1.117,1.22,1.177,1.213,1.1],"paint":[14.462,14.844,15.509,14.529,15.353,14.303,16.599,15.283,15.272,14.403,14.35,14.428,14.434,14.956,15.609]}}, -{"f":"imba-v1.5.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.822,18.889,16.694,17.454,17.865,17.17,17.815,18.736,19.398,17.402,18.899,17.104,16.62,17.249,17.779],"script":[1.041,2.096,1.419,0.689,0.756,1.64,1.56,2.447,0.997,1.433,1.979,1.662,1.361,2.5,1.723],"paint":[16.667,15.41,14.41,15.804,16.888,15.397,15.61,15.228,16.874,15.853,15.863,15.318,14.659,14.638,15.925]}}, -{"f":"imba-v1.5.2-non-keyed","b":"04_select1k","v":{"total":[4.362,3.691,4.327,4.933,4.049,4.065,3.769,3.735,4.289,4.766,4.235,4.926,3.894,4.081,5.101,4.015,3.811,3.102,3.875,4.597,4.386,4.894,3.862,3.809,4.301],"script":[1.638,1.553,0.987,1.247,1.654,1.288,1.496,1.328,0.319,1.986,0.311,1.788,1.384,1.305,2.022,1.056,0.962,1.212,1.455,1.31,1.736,2.076,0.86,1.112,1.509],"paint":[2.253,2.014,2.941,1.957,1.508,2.223,2.168,2.293,2.812,2.638,2.216,2.996,2.368,1.964,1.574,1.933,2.721,1.363,2.275,2.932,1.533,2.654,2.311,2.557,2.639]}}, -{"f":"imba-v1.5.2-non-keyed","b":"05_swap1k","v":{"total":[11.786,12.85,12.307,12.727,13.65,11.738,12.148,12.19,12.919,11.371,11.752,12.296,11.747,11.813,11.669],"script":[0.213,0.732,1.479,1.084,1.601,1.192,1.049,0.755,1.674,1.49,0.871,0.261,0.239,0.92,1.694],"paint":[11.462,11.44,10.494,11.323,11.01,9.745,10.983,11.318,10.548,9.768,10.541,11.923,10.712,10.763,9.853]}}, -{"f":"imba-v1.5.2-non-keyed","b":"06_remove-one-1k","v":{"total":[31.884,34.399,32.714,33.597,31.78,32.488,31.637,32.327,35.291,33.634,33.733,34.121,34.602,32.302,34.275],"script":[1.496,1.634,1.43,1.83,1.729,1.697,1.676,1.816,1.886,1.835,1.469,2.234,1.505,1.604,2.171],"paint":[29.621,32.597,30.772,31.395,29.837,30.429,29.831,30.253,32.964,31.562,31.498,31.406,32.946,30.408,31.936]}}, -{"f":"imba-v1.5.2-non-keyed","b":"07_create10k","v":{"total":[475.808,468.556,477.216,472.102,464.93,477.626,459.154,475.992,485.01,478.344,486.433,462.27,461.157,476.653,454.097],"script":[91.571,91.138,88.627,92.406,90.091,93.008,89.871,93.548,91.66,95.04,91.125,95.478,89.868,95.555,91.579],"paint":[376.89,370.338,380.487,375.84,361.646,373.518,362.123,378.87,381.753,374.726,387.131,360.418,361.551,377.603,358.982]}}, -{"f":"imba-v1.5.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.115,45.463,45.061,46.688,53.353,53.626,51.251,45.227,46.411,53.862,53.375,53.788,53.834,47.15,51.892],"script":[8.187,7.707,7.662,8.339,8.178,8.226,7.786,7.549,8.671,8.367,7.84,8.114,8.15,7.485,7.706],"paint":[39.215,37.457,37.124,36.948,38.957,40.045,37.515,37.381,37.249,39.799,40.226,37.942,40.519,39.374,38.545]}}, -{"f":"imba-v1.5.2-non-keyed","b":"09_clear1k_x8","v":{"total":[14.928,14.448,15.281,13.969,14.88,14.975,14.843,14.15,14.297,15.12,14.573,13.507,14.107,14.255,13.979],"script":[12.446,11.996,11.091,11.151,12.824,12.635,12.823,12.519,12.345,12.197,11.571,11.127,12.716,12.219,11.731],"paint":[2.42,2.386,3.026,2.757,1.666,1.835,1.516,1.574,1.006,2.862,1.788,2.284,1.331,1.981,2.124]}}, -{"f":"imba-v1.5.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7503032684326172]}}, -{"f":"imba-v1.5.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7606048583984375]}}, -{"f":"imba-v1.5.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.845277786254883]}}, -{"f":"imba-v1.5.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.7484169006347656]}}, -{"f":"imba-v1.5.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[29.485222816467285]}}, -{"f":"imba-v1.5.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.29]}}, -{"f":"imba-v1.5.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.315999999999999]}}, -{"f":"imba-v1.5.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[141.01600000000002]}}, +{"f":"hydro-js-v1.5.14-non-keyed","b":"43_first-paint","v":{"DEFAULT":[74.6]}}, +{"f":"imba-v1.5.2-non-keyed","b":"01_run1k","v":{"total":[46.299,37.491,40.069,39.309,45.761,44.835,45.824,44.331,44.544,43.868,41.954,46.558,45.284,41.198,42.203],"script":[1.281,1.199,1.338,1.31,1.37,1.311,1.298,1.355,1.274,1.296,1.318,1.314,1.354,1.342,1.366],"paint":[35.686,35.259,35.436,34.931,35.363,37.33,35.4,35.303,35.488,34.878,36.138,36.165,36.394,36.69,37.643]}}, +{"f":"imba-v1.5.2-non-keyed","b":"02_replace1k","v":{"total":[23.343,18.716,23.948,16.206,16.49,16.242,17.42,17.434,16.522,16.619,18.213,24.307,19.039,16.236,16.795],"script":[1.108,1.066,1.064,1.064,1.066,1.035,1.095,1.064,1.056,1.11,1.117,1.206,1.106,1.063,1.086],"paint":[15.469,14.922,14.414,15.02,15.299,15.088,14.101,14.585,14.415,14.728,14.86,14.949,15.697,15.05,15.562]}}, +{"f":"imba-v1.5.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.948,18.211,17.363,17.726,18.381,17.061,18.982,18.745,17.801,19.384,17.708,17.298,17.675,18.939,17.149],"script":[1.343,1.991,0.895,1.514,1.219,2.093,1.741,1.06,1.145,1.802,1.694,1.347,1.376,1.569,2.024],"paint":[15.968,14.834,15.503,16.065,16.156,14.861,16.943,17.384,16.372,16.883,15.905,15.807,15.558,16.433,14.774]}}, +{"f":"imba-v1.5.2-non-keyed","b":"04_select1k","v":{"total":[3.474,4.312,3.712,4.489,3.582,4.316,4.176,4.084,4.031,3.973,3.923,4.371,3.62,4.29,4.177,4.058,4.299,3.507,4.151,4.715,4.39,4.13,4.778,4.447,3.736],"script":[0.716,1.541,1.895,1.153,1.03,1.13,1.36,0.994,1.173,1.318,0.587,0.815,1.487,1.877,1.275,1.418,1.543,0.956,1.358,2.135,1.343,1.245,1.113,1.556,0.287],"paint":[2.151,2.144,1.68,2.43,2.402,1.837,2.496,2.678,2.265,2.205,2.364,2.902,1.826,1.633,2.72,1.555,2.593,1.769,1.957,2.413,2.876,2.722,2.418,2.722,2.559]}}, +{"f":"imba-v1.5.2-non-keyed","b":"05_swap1k","v":{"total":[12.315,12.028,12.021,12.824,12.421,12.078,11.947,13.179,12.929,14.817,13.315,11.654,13.122,12.814,12.738],"script":[0.905,0.654,0.852,2.125,1.704,0.582,1.747,1.661,0.612,1.095,1.109,0.661,0.272,1.96,0.927],"paint":[10.545,10.806,11.062,9.782,10.121,10.472,10.088,10.729,11.975,11.433,11.398,10.877,11.834,10.587,10.24]}}, +{"f":"imba-v1.5.2-non-keyed","b":"06_remove-one-1k","v":{"total":[32.498,32.402,34.144,32.295,32.489,34.329,32.563,36.413,35.394,31.904,32.92,32.345,33.169,34.894,33.094],"script":[1.438,1.419,1.672,1.807,1.787,1.487,1.535,1.734,2.21,1.552,1.639,1.883,2.013,2.41,1.77],"paint":[30.55,30.464,32.099,30.352,30.278,32.362,30.887,34.523,32.729,29.733,31.144,30.305,30.993,32.314,31.113]}}, +{"f":"imba-v1.5.2-non-keyed","b":"07_create10k","v":{"total":[477.881,466.788,468.506,465.734,491.837,469.694,476.725,483.611,472.176,487.203,481.26,479.72,457.387,490.297,489.52],"script":[97.617,97.354,96.31,95.911,96.256,96.935,96.26,99.133,97.655,96.969,97.411,99.493,98.496,96.39,98.477],"paint":[376.557,363.532,368.646,362.896,383.728,368.423,376.905,374.691,370.913,379.941,380.263,376.709,355.33,388.566,387.307]}}, +{"f":"imba-v1.5.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.13,56.483,50.427,57.124,57.348,52.067,58.833,51.026,57.516,60.893,58.857,51.897,51.221,57.285,52.316],"script":[11.258,9.745,9.515,9.82,9.739,10.155,10.107,9.924,9.964,10.065,9.74,9.964,9.897,10.197,10.041],"paint":[42.372,40.627,40.571,41.247,41.593,41.611,42.508,40.821,41.493,41.983,42.687,41.602,40.916,41.054,41.938]}}, +{"f":"imba-v1.5.2-non-keyed","b":"09_clear1k_x8","v":{"total":[14.935,12.939,13.276,12.978,14.777,13.953,14.416,13.367,13.318,14.368,14.282,14.353,14.203,13.614,13.794],"script":[13.302,11.788,10.925,11.175,12.628,11.132,12.217,12.172,11.488,12.522,13.065,12.111,11.836,11.62,11.265],"paint":[0.759,1.098,1.312,1.741,2.089,1.615,1.002,1.129,1.767,1.678,1.155,2.183,2.298,1.933,1.742]}}, +{"f":"imba-v1.5.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7539587020874023]}}, +{"f":"imba-v1.5.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.5500259399414062]}}, +{"f":"imba-v1.5.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.603738784790039]}}, +{"f":"imba-v1.5.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[3.5029678344726562]}}, +{"f":"imba-v1.5.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[27.28204917907715]}}, +{"f":"imba-v1.5.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2177.96]}}, +{"f":"imba-v1.5.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.395999999999997]}}, +{"f":"imba-v1.5.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[151.82399999999996]}}, {"f":"imba-v1.5.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[202.3759765625]}}, {"f":"imba-v1.5.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[64.1015625]}}, {"f":"imba-v1.5.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.0302734375]}}, -{"f":"imba-v1.5.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[114.7]}}, -{"f":"imba-v1.5.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[114.7]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"01_run1k","v":{"total":[114.798,122.726,116.081,115.144,117.069,117.242,123.834,123.767,122.32,115.973,116.207,115.573,115.261,123.986,123.418],"script":[17.566,17.303,17.5,17.506,17.36,17.863,18.07,17.371,17.083,17.517,17.208,17.188,17.052,17.277,17.028],"paint":[31.932,32.808,33.165,32.725,32.498,32.831,33.407,35.728,32.853,32.902,32.647,32.588,32.902,32.77,35.396]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"02_replace1k","v":{"total":[89.048,89.441,87.743,87.22,92.395,87.923,88.969,86.484,88.875,90.461,89.765,89.776,90.531,86.537,88.072],"script":[16.66,17.477,18.503,18.076,18.472,18.504,18.13,18.113,18.283,18.074,18.256,17.467,18.057,18.548,18.036],"paint":[14.747,15.322,15.136,15.307,14.758,15.716,15.129,15.243,15.05,15.115,14.829,14.813,14.66,14.95,14.828]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[154.998,142.887,141.707,158.862,158.651,149.919,151.069,149.694,150.676,150.671,151.382,155.04,152.232,148.474,151.669],"script":[60.71,58.449,58.96,61.419,57.468,58.164,58.975,60.32,60.513,59.798,59.018,61.999,59.51,59.437,57.814],"paint":[19.079,17.059,18.08,16.965,16.325,17.495,18.095,17.028,16.592,17.654,16.205,17.554,17.697,17.5,17.691]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"04_select1k","v":{"total":[114.061,115.557,115.36,113.323,118.443,116.581,119.869,121.611,112.206,115.082,116.478,119.607,119.522,111.505,114.287,112.981,120.534,113.832,120.053,114.633,113.894,112.785,116.546,113.92,115.064],"script":[57.418,59.924,56.782,55.653,60.372,57.411,56.787,59.216,56.181,58.254,57.201,57.594,57.791,57.451,56.991,56.635,57.085,56.954,56.907,57.791,55.859,57.419,57.266,56.714,56.026],"paint":[3.604,4.42,3.977,1.92,3.196,2.303,3.506,3.489,3.29,3.494,2.756,3.106,3.59,3.187,3.418,3.402,4.409,2.602,3.122,3.805,3.94,3.714,3.327,3.181,3.076]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"05_swap1k","v":{"total":[151.529,153.203,150.245,157.388,149.994,160.915,151.735,153.924,150.651,153.181,149.826,141.259,150.731,141.476,143.757],"script":[57.658,56.151,58.105,59.315,58.946,57.865,58.638,57.319,57.2,57.197,58.296,56.179,58.492,56.022,58.716],"paint":[12.049,11.147,12.942,12.512,12.669,12.928,10.963,12.427,11.651,12.018,11.7,12.369,11.127,11.465,11.479]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"06_remove-one-1k","v":{"total":[115.789,117.63,119.214,113.842,115.555,114.38,117.339,115.074,116.696,116.434,116.914,113.432,119.221,119.202,116.994],"script":[31.824,31.863,31.973,31.724,31.697,31.814,30.297,32.14,32.963,31.982,31.937,32.113,32.231,31.72,31.965],"paint":[32.991,32.589,31.658,31.61,32.029,32.925,32.036,31.522,31.688,31.515,32.696,31.893,31.871,31.856,31.671]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"07_create10k","v":{"total":[939.143,937.833,949.175,946.759,940.488,979.743,932.253,966.307,965.211,954.594,938.637,958.447,949.671,937.863,956.197],"script":[168.43,168.797,172.017,165.006,165.607,172.471,169.182,169.281,168.252,174.923,167.726,171.337,166.875,168.71,170.111],"paint":[366.957,362.819,372.634,363.43,366.47,384.54,359.114,370.483,370.895,376.062,364.801,371.401,363.757,367.409,369.408]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[145.489,147.418,150.721,145.966,149.29,147.139,140.407,146.784,147.588,147.933,146.627,147.695,147.428,145.953,145.843],"script":[32.604,33.046,33.692,33.083,33.206,32.85,33.112,33.242,32.538,33.091,33.283,32.849,33.662,33.33,33.161],"paint":[37.944,37.427,37.814,37.29,38.019,37.68,37.422,37.747,37.575,36.725,37.598,37.351,37.678,37.851,39.119]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"09_clear1k_x8","v":{"total":[63.855,66.527,70.095,65.95,72.09,72.457,67.376,75.777,67.676,71.686,70.259,65.326,67.03,75.332,72.962],"script":[18.307,17.845,18.17,18.724,17.365,17.154,17.386,19.3,16.57,16.902,18.57,17.473,16.628,19.772,17.998],"paint":[2.08,2.091,2.464,1.504,2.356,2.595,2.164,2.85,2.202,1.765,1.839,1.912,1.861,1.642,1.512]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[5.278842926025391]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[9.142890930175781]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.379752159118652]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.822236061096191]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.498613357543945]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[6719.916]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[570.3760000000011]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[827.3119999999999]}}, +{"f":"imba-v1.5.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[112.9]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"01_run1k","v":{"total":[115.732,116.939,123.709,115.98,116.287,114.203,113.489,114.118,116.229,124.276,113.855,123.485,114.483,113.63,123.533],"script":[17.863,17.204,17.484,17.271,17.071,17.549,17.21,17.253,16.743,17.831,17.625,17.668,17.929,17.265,17.773],"paint":[31.61,32.027,35.547,31.886,32.804,31.924,33.288,34.702,32.04,32.165,31.859,32.059,31.818,33.243,32.229]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"02_replace1k","v":{"total":[88.676,90.334,88.714,86.882,88.011,88.514,88.676,88.513,87.821,88.226,88.358,90.032,88.664,90.35,88.717],"script":[17.755,17.727,17.824,17.774,15.947,17.675,17.623,18.438,18.012,17.922,17.685,17.698,17.896,18.453,17.726],"paint":[16.905,14.953,16.089,15.217,14.865,14.996,15.908,16.801,15.618,15.126,14.775,15.444,14.823,15.721,14.861]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[160.667,158.438,165.438,157.503,164.647,165.618,159,166.589,156.438,164.289,163.613,159.412,158.49,157.009,159.783],"script":[66.7,66.688,68.293,66.126,67.478,67.266,69.266,69.217,69.006,66.857,67.618,65.79,67.205,67.461,66.152],"paint":[16.114,17.148,16.867,17.28,17.66,17.785,15.806,17.448,15.662,16.987,17.369,17.113,16.583,16.818,17.145]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"04_select1k","v":{"total":[123.629,122.839,126.465,121.36,124.208,123.78,121.236,120.342,123.36,119.039,122.196,123.02,114.557,124.993,123.172,124.133,121.674,121.792,124.262,118.536,123.527,122.8,126.278,126.733,121.818],"script":[64.461,63.52,63.824,64.221,66.141,62.432,67.56,63.244,64.5,62.488,66.03,64.388,64.515,65.524,64.154,63.96,63.858,67,64.275,65.099,64.153,63.791,64.137,64.567,66.163],"paint":[3.11,3.114,2.907,3.546,3.843,3.415,2.609,3.042,3.525,4.216,3.195,2.615,2.784,3.454,2.316,4.455,3.359,3.203,3.646,2.684,4.156,3.319,3.056,4.127,3.541]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"05_swap1k","v":{"total":[159.338,159.037,162.958,158.759,158.493,159.411,159.677,165.118,161.465,159.264,158.749,160.763,160.206,157.277,153.113],"script":[66.691,65.941,66.066,65.736,63.965,63.828,66.638,66.577,65.316,67.826,63.858,67.777,68.163,65.585,62.85],"paint":[11.176,11.151,12.924,13.179,11.535,12.058,11.765,12.145,11.75,12.486,11.147,12.573,11.966,12.496,12.565]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"06_remove-one-1k","v":{"total":[116.639,115.308,124.799,118.336,120.028,121.916,117.23,117.328,116.809,116.906,116.117,116.471,115.729,119.599,119.668],"script":[31.325,31.172,37.1,31.794,31.21,35.703,31.704,31.754,31.789,31.259,32.232,31.95,31.999,31.282,31.242],"paint":[31.886,31.553,32.186,31.221,33.795,31.575,31.63,32.165,33.067,31.147,32.983,31.57,31.789,32.92,31.735]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"07_create10k","v":{"total":[956.138,963.316,946.998,957.068,949.33,956.733,941.373,958.869,950.195,958.84,956.031,938.439,966.605,964.574,948.178],"script":[169.177,165.143,157.977,166.429,166.153,166.44,159.48,167.17,160.852,166.559,164.297,164.683,166.671,159.13,157.83],"paint":[369.943,374.154,369.41,368.492,365.028,366.268,368.337,369.169,364.409,366.834,374.874,362.486,377.234,370.147,374.559]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[146.72,147.229,147.625,145.965,145.623,148.315,147.122,146.648,147.421,145.754,146.774,147.603,147.541,146.649,141.044],"script":[32.362,33.37,32.516,32.893,31.62,33.033,32.01,33.45,33.01,31.91,32.228,31.69,33.118,32.515,32.297],"paint":[36.539,36.374,36.663,36.298,36.054,37.496,36.497,36.615,36.239,36.242,36.029,36.757,36.119,36.445,36.095]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"09_clear1k_x8","v":{"total":[63.546,72.173,107.346,70.976,64.506,73.086,66.013,61.504,66.827,66.51,67.961,71.873,64.832,70.573,72.763],"script":[19.386,18.205,17.094,18.089,17.308,16.535,16.775,17.213,18.02,15.988,16.968,16.054,18.107,19.151,16.493],"paint":[1.204,1.935,2.662,1.263,1.637,2.499,1.969,1.883,1.714,3.218,1.968,1.722,1.413,2.539,2.105]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[5.281101226806641]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[8.964672088623047]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.190705299377441]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.863640785217285]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.352617263793945]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[6719.331999999999]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[671.5800000000008]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[973.1880000000004]}}, {"f":"incr_dom-v0.15.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[1085.0537109375]}}, {"f":"incr_dom-v0.15.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[946.77734375]}}, {"f":"incr_dom-v0.15.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[243.220703125]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[1500]}}, -{"f":"incr_dom-v0.15.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[1500]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"01_run1k","v":{"total":[41.307,40.024,38.689,39.86,41.295,38.864,39.898,40.018,39.193,39.872,38.962,39.063,39.863,39.648,41.165],"script":[3.545,3.649,3.309,3.547,3.402,3.586,3.611,3.76,3.706,3.48,3.608,3.45,3.611,3.643,3.554],"paint":[37.287,35.678,34.919,35.656,37.418,34.851,35.579,35.807,35.042,35.952,34.956,35.141,35.792,35.535,37.156]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"02_replace1k","v":{"total":[17.076,16.059,16.316,18.365,15.539,17.183,16.228,16.469,16.44,16.98,16.495,16.922,17.932,17.057,17.132],"script":[1.258,1.261,1.248,1.386,1.119,1.204,1.372,1.318,1.258,1.283,1.231,1.249,1.361,1.248,1.35],"paint":[15.174,14.376,14.691,16.377,14.028,15.373,14.466,14.674,14.576,15.186,14.794,15.191,16.124,15.164,15.143]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.194,19.617,18.661,18.61,19.962,18.404,19.878,18.414,19.776,18.081,18.21,22.076,18.416,19.147,18.822],"script":[1.719,2.097,1.556,1.628,1.648,1.487,1.228,1.208,1.619,1.242,1.408,1.729,1.919,2.221,1.613],"paint":[16.868,15.607,14.989,15.596,15.824,15.317,15.804,14.952,17.038,15.671,15.446,17.111,15.096,15.242,16.219]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"04_select1k","v":{"total":[4.484,3.904,3.529,3.92,3.311,4.3,3.405,4.245,3.702,3.76,3.691,3.221,3.816,3.998,3.81,3.411,2.708,4.158,4.008,3.487,3.114,3.428,4.466,4.323,3.756],"script":[0.863,1.148,0.906,0.178,0.832,0.638,1.464,1.178,0.781,1.04,1.14,1.02,0.664,0.89,0.811,1.059,0.491,1.154,1.021,0.525,0.637,1.213,0.902,1.229,0.981],"paint":[3.387,1.569,1.643,2.235,1.966,2.259,1.35,2.929,1.744,1.868,1.391,1.843,2.911,2.611,1.417,1.421,1.486,1.871,2.057,1.675,2.35,1.573,2.524,2.118,2.154]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"05_swap1k","v":{"total":[12.92,13.12,12.969,12.508,12.355,12.384,15.311,13.544,14.112,12.626,13.098,12.979,14.355,12.964,12.823],"script":[1.148,1.283,0.828,0.285,0.9,1.103,0.976,1.127,1.229,0.174,1,0.563,0.846,1.115,0.176],"paint":[9.91,10.807,10.93,9.007,8.802,9.815,12.395,10.667,10.756,11.426,10.027,10.777,10.288,9.76,11.077]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"06_remove-one-1k","v":{"total":[34.718,33.995,36.267,35.006,34.89,35.358,33.793,34.409,34.912,35.037,34.307,35.738,36.245,34.268,34.855],"script":[2.473,2.841,2.577,2.606,2.541,2.941,2.447,2.408,2.495,2.478,2.561,2.528,2.495,2.457,2.532],"paint":[31.239,30.037,32.153,31.201,30.896,31.297,30.155,31.197,31.61,31.595,30.135,31.89,32.473,30.689,31.121]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"07_create10k","v":{"total":[412.952,413.969,412.249,413.851,414.054,408.423,402.399,413.121,408.495,399.356,410.274,407.067,411.179,409.68,411.696],"script":[46.4,47.404,47.774,47.893,46.957,46.544,46.778,47.375,46.246,46.61,46.538,47.448,46.264,46.697,45.138],"paint":[359.058,359.032,356.804,358.072,359.344,353.981,348.215,358.164,354.937,345.325,356.302,352.12,357.534,355.386,359.053]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[42.312,45.028,43.946,42.509,42.867,41.45,41.338,43.459,42.582,42.823,40.544,45.131,43.527,42.812,40.981],"script":[3.867,3.404,3.435,3.4,3.638,3.388,3.526,3.473,3.429,4.066,3.471,4.082,3.42,3.87,3.407],"paint":[37.517,40.793,39.32,37.84,38.409,37.231,36.972,39.075,38.189,37.78,36.253,39.871,38.957,37.785,36.687]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"09_clear1k_x8","v":{"total":[14.144,14.788,14.139,14.453,14.075,14.166,14.177,14.6,14.093,14.361,13.705,14.596,14.083,14.403,14.604],"script":[12.236,12.234,11.968,12.166,11.525,12.42,12.165,12.645,12.489,11.923,11.707,12.359,12.54,11.946,12.651],"paint":[0.999,2.032,2.07,1.703,2.463,0.8,1.905,1.864,1.476,2.33,1.178,1.682,1.448,1.778,1.849]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5317211151123047]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.8962135314941406]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.943070411682129]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.789311408996582]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.361785888671875]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.0100000000002]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.151999999999997]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[132.82800000000003]}}, +{"f":"incr_dom-v0.15.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[1492.4]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"01_run1k","v":{"total":[41.379,39.256,39.6,38.832,38.676,40.823,39.867,39.862,41.689,39.779,39.728,40.846,40.098,39.96,39.848],"script":[3.766,3.677,3.677,3.691,3.906,3.809,3.805,3.879,3.773,3.955,3.772,3.762,3.768,4.005,3.726],"paint":[36.93,34.904,35.196,34.692,34.326,36.328,35.386,35.306,37.219,35.095,35.534,36.426,35.858,35.52,35.505]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"02_replace1k","v":{"total":[16.814,16.767,16.635,16.422,16.874,16.29,17.527,17.021,17.108,17.788,16.601,17.627,18.083,18.088,16.454],"script":[1.262,1.297,1.513,1.411,1.297,1.426,1.444,1.387,1.324,1.348,1.3,1.303,1.413,1.498,1.241],"paint":[14.956,14.951,14.653,14.572,15.134,14.32,15.624,15.171,15.356,16.001,14.852,15.719,16.268,16.025,14.761]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.208,17.575,18.114,18.961,18.192,18.804,18.107,19.289,19.021,18.525,18.309,18.905,17.448,17.784,17.86],"script":[1.315,0.999,1.241,1.905,1.618,1.009,1.594,1.611,1.933,1.016,1.294,1.809,1.766,1.616,1.548],"paint":[15.624,14.992,14.692,14.984,15.359,16.117,15.099,15.2,14.85,15.905,15.729,15.21,14.335,14.21,14.487]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"04_select1k","v":{"total":[3.271,3.091,2.86,3.427,3.256,3.06,2.576,3.751,3.753,2.761,3.718,3.753,4.068,3.91,3.373,4.341,3.346,3.974,3.992,3.932,2.72,3.909,3.276,4.085,4.196],"script":[0.21,0.684,0.954,0.68,0.193,0.596,0.646,0.966,1.188,0.736,0.937,1.08,1.218,1.206,1.136,1.278,1.051,0.901,1.76,1.182,0.192,0.986,0.569,0.954,0.663],"paint":[2.912,2.3,1.69,2.235,1.938,1.241,1.825,2.654,1.375,1.897,1.942,2.535,2.713,1.836,1.119,2.212,2.165,1.931,1.273,1.61,2.375,2.794,1.804,2.476,2.275]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"05_swap1k","v":{"total":[12.59,12.148,12.273,12.917,12.872,12.885,15.269,12.664,13.239,12.668,12.566,13.616,13.793,14.553,12.755],"script":[1.033,0.897,1.108,1.183,0.989,1.061,0.991,0.193,0.837,0.734,0.976,1.208,0.913,1.247,0.919],"paint":[10.54,10.17,9.35,9.83,10.533,10.011,11.38,10.641,11.124,9.735,9.684,11.093,11.349,11.189,10.782]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"06_remove-one-1k","v":{"total":[35.501,34.769,34.8,34.507,34.015,34.187,35.552,33.33,34.941,34.753,37.72,36.432,34.404,34.989,34.036],"script":[2.597,2.9,2.527,2.52,2.492,2.78,2.732,2.439,2.56,2.614,2.908,2.538,3.039,2.594,2.604],"paint":[31.421,31.062,30.675,31.003,30.572,30.649,32.011,30.018,31.058,30.535,33.511,32.595,30.501,31.233,30.468]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"07_create10k","v":{"total":[408.559,406.948,403.612,410.277,410.933,402.091,412.214,410.064,401.462,410.135,410.229,410.338,404.669,403.354,409.997],"script":[53.972,53.553,47.587,53.586,55.11,47.775,53.662,53.398,50.397,49.992,55.05,54.125,47.774,48.751,54.761],"paint":[346.378,345.989,348.35,349.272,348.277,347.061,351.121,349.194,343.871,352.776,347.77,348.741,349.762,347.225,347.876]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.003,48.373,48.503,47.051,48.351,47.82,47.049,48.785,48.499,47.164,48.827,48.066,47.49,48.404,47.13],"script":[5.482,5.886,5.548,5.639,5.632,5.654,5.61,5.656,5.731,5.121,5.685,5.504,5.66,5.575,5.613],"paint":[41.319,41.086,41.961,40.492,41.593,41.233,40.622,41.933,41.824,41.103,41.934,41.641,40.639,41.895,40.579]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"09_clear1k_x8","v":{"total":[14.67,14.203,13.243,14.181,14.09,13.91,13.248,13.758,14.337,13.976,13.411,13.155,14.031,13.542,13.809],"script":[11.876,11.884,11.105,11.823,11.433,11.986,11.564,11.824,11.873,11.689,11.235,10.949,12.113,11.511,12.23],"paint":[2.162,2.184,2.046,1.544,1.956,1.08,1.584,1.083,1.936,1.647,1.511,1.6,0.974,1.911,1.478]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5238323211669922]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6792469024658203]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.727142333984375]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7926721572875977]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.125999450683594]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.3350000000003]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.972]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.42]}}, {"f":"inferno-v8.2.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[165.4326171875]}}, {"f":"inferno-v8.2.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[27.158203125]}}, {"f":"inferno-v8.2.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.9365234375]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[90.2]}}, -{"f":"inferno-v8.2.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[90.2]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"01_run1k","v":{"total":[43.211,42.772,43.795,42.329,43.823,42.879,42.404,43.847,45.177,44.029,43.133,41.912,45.539,42.581,43.71],"script":[5.61,5.356,5.642,5.264,5.783,5.591,5.52,5.959,5.593,5.793,5.605,5.275,5.734,5.339,5.692],"paint":[37.065,36.977,37.425,36.586,37.584,36.796,36.401,37.406,39.111,37.773,37.077,35.957,39.343,36.735,37.543]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"02_replace1k","v":{"total":[16.728,15.654,16.559,16.281,16.001,16.446,16.601,17.44,16.388,15.289,15.828,15.828,16.008,16.109,16.051],"script":[1.116,1.131,1.061,1.05,0.999,1.05,1.095,1.178,1.046,1.083,1.132,1.099,1.117,1.084,1.12],"paint":[15.152,14.145,14.989,14.592,14.509,14.752,14.891,15.816,14.73,13.812,14.047,14.351,14.513,14.534,14.534]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.308,17.871,17.831,17.225,17.204,17.194,17.502,19.286,17.78,17.415,17.028,17.389,18.728,16.612,19.068],"script":[0.186,0.806,1.277,1.034,0.181,0.19,1.077,0.912,0.949,0.919,0.191,0.955,0.819,0.819,1.126],"paint":[15.679,15.499,15.197,14.563,14.936,15.952,15.103,15.234,14.218,14.079,15.5,14.91,16.008,14.319,16.553]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"04_select1k","v":{"total":[3.455,3.757,3.729,3.377,2.885,3.633,2.935,2.393,3.113,3.75,3.071,2.851,2.616,3.088,2.282,2.651,2.885,2.755,3.696,3.144,2.778,3.143,3.552,4.479,2.867],"script":[0.068,0.969,0.622,0.436,0.069,0.905,0.586,0.07,1.078,0.992,0.625,1.064,0.057,0.811,0.063,0.073,0.085,0.434,0.052,0.855,0.063,0.07,0.067,0.06,0.064],"paint":[3.278,1.704,2.866,1.777,1.898,2.268,1.858,2.193,1.167,1.928,1.844,1.692,2.459,1.614,1.336,1.488,2.679,2.19,2.855,2.159,1.998,2.948,3.38,3.272,1.382]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"05_swap1k","v":{"total":[12.295,11.737,12.282,12.16,12.395,12.263,12.623,12.628,12.606,12.227,11.585,12.747,13.274,12.338,12.738],"script":[0.491,0.068,0.07,0.068,0.065,0.748,0.063,0.567,0.066,0.059,0.259,0.076,0.072,0.07,1.019],"paint":[10.436,9.342,11.208,10.291,10.445,10.053,10.731,11.077,10.697,10.872,9.528,10.361,12.211,11.263,10.685]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"06_remove-one-1k","v":{"total":[37.827,33.644,33.764,34.551,34.459,34.172,34.238,35.644,34.151,34.085,34.555,34.514,34.412,37.527,34.38],"script":[2.319,2.277,1.957,2.419,2.389,2.384,2.4,2.25,2.385,2.146,2.167,1.946,2.36,1.985,2.391],"paint":[34.356,30.273,30.647,31.233,30.911,31.005,30.766,32.465,30.649,31.03,31.092,31.748,30.876,34.603,30.93]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"07_create10k","v":{"total":[459.396,455.164,449.524,449.011,442.92,450.921,451.718,451.028,448.475,449.29,448.045,451.888,451.554,450.936,444.672],"script":[74.595,73.259,66.754,71.563,70.943,72.233,71.536,69.423,67.819,70.52,68.383,72.01,71.341,71.042,66.834],"paint":[376.595,373.947,375.021,368.738,364.217,370.962,372.564,373.341,373.073,371.053,371.957,372.342,372.728,372.103,370.314]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.14,46.192,44.706,45.672,42.82,43.538,44.323,45.166,45.681,44.402,44.11,45.524,45.12,45.005,43.094],"script":[4.74,4.866,4.821,4.615,5,4.84,4.777,4.886,4.879,4.757,4.728,4.77,4.821,4.772,4.799],"paint":[40.435,40.153,38.657,40.128,37.001,37.775,38.352,38.917,39.633,38.698,38.198,39.599,39.146,39.279,37.455]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"09_clear1k_x8","v":{"total":[14.711,13.98,14.36,14.137,13.598,13.937,14.329,14.378,13.35,14.544,14.273,14.12,14.462,14.071,14.687],"script":[12.557,12.176,11.977,11.694,11.704,11.823,11.89,11.954,11.43,12.46,11.646,12.662,12.159,11.804,12.024],"paint":[0.463,1.518,2.275,1.796,1.135,2.022,2.289,2.329,1.831,1.981,1.708,1.371,1.294,2.105,2.522]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.5929670333862305]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.3720388412475586]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.2295913696289062]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8303337097167969]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[17.703807830810547]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.56]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.819999999999997]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.35600000000002]}}, +{"f":"inferno-v8.2.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[86.8]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"01_run1k","v":{"total":[43.23,44.212,43.006,42.482,43.012,43.543,43.438,43.24,44.013,42.247,44.035,43.99,43.235,43.433,43.558],"script":[6.215,6.139,5.832,6.179,6.201,6.149,6.085,6.311,6.197,5.801,5.931,6.136,5.997,6.177,5.876],"paint":[36.597,37.606,36.741,35.86,36.368,36.93,36.912,36.492,37.353,36.019,37.655,37.147,36.766,36.536,37.237]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"02_replace1k","v":{"total":[15.486,16.319,15.017,16.576,15.239,16.494,16.739,16.59,16.823,16.724,17.14,16.252,15.235,16.255,15.662],"script":[1.098,1.197,1.063,1.159,1.051,1.149,1.116,1.172,1.136,1.106,1.18,1.127,1.054,1.176,1.068],"paint":[13.95,14.512,13.458,14.835,13.75,14.737,15.124,14.976,15.258,15.135,15.496,14.767,13.759,14.725,14.149]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.316,15.997,17.642,17.243,18.54,18.425,19.021,18.347,16.865,17.413,17.611,16.725,19.242,17.871,17.676],"script":[0.933,0.525,0.547,1,1.03,0.782,0.2,0.833,0.546,0.53,0.925,0.936,0.533,0.188,0.838],"paint":[15.321,14.488,15.767,14.797,15.603,16.334,17.215,15.927,14.737,15.351,15.356,14.267,16.96,15.707,15.637]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"04_select1k","v":{"total":[2.48,2.864,2.512,2.436,3.544,2.707,4.495,3.079,2.998,3.083,2.875,2.87,2.859,3.402,3.916,3.699,2.982,3.977,3.526,2.445,2.947,2.882,3.123,3.378,3.628],"script":[0.069,0.073,0.062,0.713,0.766,0.064,0.063,0.067,0.062,0.837,0.062,0.074,0.895,0.062,0.081,0.072,0.716,1.034,0.096,0.061,0.73,0.074,0.62,0.906,1.117],"paint":[2.28,1.593,1.531,1.624,1.895,2.511,3.192,1.824,2.344,1.381,1.794,2.669,1.376,3.016,3.569,3.489,2.153,1.596,2.875,2.271,2.111,2.29,2.051,2.346,1.68]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"05_swap1k","v":{"total":[13.348,13.505,11.996,11.935,14.119,12.302,12.076,13.057,11.74,12.017,12.111,12.359,13.161,12.245,12.127],"script":[0.064,0.293,0.241,0.455,0.614,0.075,0.069,0.071,0.07,0.081,0.31,0.068,0.589,0.075,0.08],"paint":[11.593,10.425,9.851,9.969,11.637,11.04,10.292,10.814,10.387,10.878,10.495,11.067,10.34,10.841,10.794]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"06_remove-one-1k","v":{"total":[35.277,34.166,35.366,35.7,34.172,33.305,34.046,34.479,33.958,34.121,34.236,34.326,34.356,33.85,34.305],"script":[2.374,2.36,2.336,2.549,1.906,1.918,2.216,1.972,2.057,2.348,2.316,1.972,2.144,2.337,2.102],"paint":[31.624,30.375,31.847,31.539,31.505,30.284,31.104,31.676,30.73,30.67,30.583,31.061,31.145,30.567,31.252]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"07_create10k","v":{"total":[445.605,448.787,439.596,442.403,439.327,442.834,445.873,442.676,445.882,448.403,446.19,444.095,441.654,447.693,449.399],"script":[73.796,73.647,73.026,71.376,71.049,72.237,71.701,70.82,73.682,74.092,73.077,70.851,70.469,72.832,73.504],"paint":[364.397,367.548,359.13,363.045,360.596,362.415,366.738,363.85,364.992,367.063,365.713,365.665,363.537,367.288,368.175]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.07,49.31,49.788,48.348,48.115,49.32,48.45,49.437,49.55,47.692,47.658,49.443,49.603,49.503,48.215],"script":[5.366,5.347,5.291,5.395,5.281,5.304,5.321,5.293,5.418,5.404,5.295,5.504,5.301,5.396,5.264],"paint":[42.668,42.897,43.272,41.742,41.926,43.086,42.222,42.946,43.337,41.403,41.399,42.692,43.082,42.889,42.143]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"09_clear1k_x8","v":{"total":[13.525,13.539,13.703,13.863,14.028,13.866,13.962,12.456,14.304,14.016,13.305,14.165,13.545,14.086,13.967],"script":[11.81,11.695,11.495,11.683,11.892,11.584,11.549,10.822,11.745,11.862,11.829,11.55,11.128,12.012,11.651],"paint":[1.604,1.749,2.099,2.088,2.04,1.153,1.701,0.729,2.466,1.176,0.404,2.507,1.902,1.509,1.406]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6093759536743164]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.993886947631836]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9823732376098633]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8629579544067383]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[15.572154998779297]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.5300000000002]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[33.89999999999999]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[165.088]}}, {"f":"kobold-v0.9.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[164.6904296875]}}, {"f":"kobold-v0.9.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[26.1337890625]}}, {"f":"kobold-v0.9.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[9.73828125]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[100.3]}}, -{"f":"kobold-v0.9.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[100.3]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"01_run1k","v":{"total":[58.547,57.243,58.486,57.041,56.648,55.975,56.572,58.115,56.612,57.396,57.948,58.676,56.959,59.025,56.162],"script":[21.767,19.971,21.649,20.056,19.828,19.881,20.116,21.651,21.194,21.754,21.554,20.219,20.087,21.589,20.376],"paint":[36.286,36.692,36.307,36.495,36.312,35.599,35.974,35.673,34.931,35.157,35.675,37.726,36.358,36.87,35.327]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"02_replace1k","v":{"total":[38.152,39.192,36.848,38.019,35.823,36.433,39.989,36.593,38.78,36.851,38.022,39.923,36.315,37.683,38.956],"script":[22.111,22.291,20.86,21.279,20.245,20.986,22.526,20.838,22.191,20.804,21.715,22.622,20.488,21.623,22.361],"paint":[15.535,16.272,15.399,16.013,15.114,14.991,16.778,15.255,16.067,15.435,15.812,16.585,15.249,15.569,16.082]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[72.593,73.592,72.841,74.053,72.717,74.575,72.975,72.382,73.047,72.525,76.083,73.342,72.13,73.255,75.3],"script":[54.489,55.886,55.04,55.824,54.353,55.148,55.484,54.991,55.419,54.244,56.873,54.535,54.049,54.691,56.285],"paint":[16.39,15.845,15.819,16.933,17.035,15.814,15.763,15.393,15.846,15.862,17.595,16.932,16.351,16.988,16.865]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"04_select1k","v":{"total":[55.265,55.054,55.968,57.274,57.859,56.858,54.853,55.051,55.739,55.774,58.284,55.36,55.385,54.708,61.462,55.058,55.88,55.483,57.181,55.225,54.915,55.247,57.638,55.581,56.051],"script":[52.113,51.752,51.763,53.136,52.942,52.116,50.651,51.72,51.642,52.318,54.133,51.577,51.954,51.37,56.267,51.571,52.28,52.077,53.603,52.289,51.56,51.796,52.755,51.816,52.027],"paint":[1.97,2.059,3.191,3.016,3.384,3.599,3.072,1.996,3.835,2.388,2.276,2.808,3.124,3.001,3.846,2.453,2.67,2.774,2.189,2.012,2.348,3.209,2.942,3.082,2.166]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"05_swap1k","v":{"total":[65.034,64.861,64.657,64.999,64.808,66.825,64.369,69.434,65.023,66.285,64.521,65.658,65.112,64.014,66.204],"script":[52.105,52.238,51.801,51.857,52.579,53.508,51.964,55.963,52.007,52.454,51.364,51.856,52.154,51.556,52.876],"paint":[11.709,11.386,12.152,12.061,10.888,12.148,11.275,11.498,11.945,10.772,11.51,10.556,11.241,10.296,11.507]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"06_remove-one-1k","v":{"total":[79.715,81.458,78.244,77.307,79.132,80.798,81.054,78.1,78.382,78.995,79.302,79.623,75.72,82.174,79.724],"script":[44.642,44.98,43.618,43.545,43.613,44.811,44.648,43.157,43.707,44.155,44.135,44.434,41.319,46.077,44.745],"paint":[33.762,35.169,33.457,32.638,34.194,34.695,34.841,33.819,33.344,33.412,33.756,33.858,33.01,34.855,33.719]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"07_create10k","v":{"total":[811.525,810.864,819,809.91,808.253,822.677,825.895,809.415,804.994,836.941,802.719,816.885,822.817,805.323,813.481],"script":[390.58,392.099,400.8,385.118,388.005,404.054,406.62,391.712,392.176,416.565,385.531,398.321,401.91,383.281,390.633],"paint":[413.202,411.277,410.135,417.318,412.741,410.711,411.18,410.196,405.407,412.469,409.79,410.934,413.373,414.656,415.462]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[72.304,72.022,74.248,73.856,71.578,70.828,73.762,75.389,75.943,71.808,74.737,75.116,71.874,71.387,73.885],"script":[33.582,33.149,35.308,33.556,32.941,32.893,35.469,35.242,35.473,32.662,32.97,35.23,32.958,33.14,34.902],"paint":[37.743,37.9,37.905,39.366,37.747,37.048,37.289,38.93,39.112,38.288,40.798,38.674,37.95,37.272,37.92]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"09_clear1k_x8","v":{"total":[25.577,23.821,25.098,23.875,26.411,24.736,24.92,24.24,25.753,24.392,25.115,25.583,25.312,24.077,25.94],"script":[23.316,21.468,23.475,21.999,24.269,22.52,22.724,22.376,23.547,22.139,22.858,23.438,22.6,22.27,23.923],"paint":[2.14,1.584,1.169,1.243,1.273,1.685,2.092,1.201,2.084,1.105,1.289,2.023,2.598,1.708,0.974]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6507291793823242]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[7.426375389099121]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.653556823730469]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.8347015380859375]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[58.29710578918457]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.605]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[39.324000000000005]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[164.67600000000004]}}, +{"f":"kobold-v0.9.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[81.1]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"01_run1k","v":{"total":[58.554,61.228,61.234,59.891,61.261,62.736,59.905,60.393,62.572,62.436,62.59,63.725,61.323,59.09,62.38],"script":[22.376,22.637,23.709,22.026,22.318,23.568,21.757,22.276,23.551,23.803,23.29,23.818,23.231,21.797,23.521],"paint":[35.736,38.174,37.064,37.411,38.494,38.697,37.623,37.647,38.53,38.173,38.823,39.201,37.622,36.815,38.206]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"02_replace1k","v":{"total":[38.882,37.695,36.474,39.989,38.947,38.906,38.694,39.11,39.169,38.485,36.537,37.895,39.142,38.648,36.359],"script":[22.64,21.903,20.768,22.909,22.625,22.292,22.319,22.722,22.529,22.427,20.973,22.037,22.68,22.04,20.792],"paint":[15.594,15.256,15.226,16.672,15.841,15.942,15.748,15.905,16.144,15.58,15.092,15.339,15.995,16.118,15.061]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[75.437,72.228,77.311,73.627,76.743,72.483,73.14,71.498,76.714,71.738,73.984,70.746,71.963,72.946,75.184],"script":[57.224,54.509,58.761,54.747,56.816,54.724,55.684,54.449,57.435,53.978,55.644,53.937,53.85,55.349,55.637],"paint":[16.004,17.359,17.438,15.634,17.274,15.967,15.653,16.067,17.835,16.141,16.956,15.293,16.995,16.149,17.027]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"04_select1k","v":{"total":[55.03,55.037,54.591,55.09,55.274,55.522,55.972,56.916,57.78,54.455,54.678,56.604,54.823,57.569,56.39,58.011,54.831,55.031,55.063,53.959,59.948,55.681,55.182,56.068,55.551],"script":[51.284,51.817,51.434,51.498,51.644,52.111,52.256,51.942,52.958,51.39,50.956,52.481,51.541,53.665,53.692,52.864,51.16,51.415,51.859,51.501,55.676,51.432,51.689,51.449,51.391],"paint":[2.519,1.717,2.288,3.31,1.94,2.473,2.43,3.089,3.995,2.038,3.001,2.798,1.203,2.705,1.748,3.203,2.3,2.689,2.496,1.348,3.719,3.389,1.969,2.62,3.194]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"05_swap1k","v":{"total":[66.745,65.351,66.171,63.248,67.314,66.316,65.409,65.744,67.395,67.395,67.326,65.221,65.708,64.06,65.249],"script":[51.946,52.389,51.355,51.431,54.198,52.676,51.72,52.768,54.191,53.511,52.617,51.754,51.582,50.685,51.893],"paint":[13.062,10.771,12.585,11.132,11.176,11.739,10.669,11.815,11.374,11.825,11.524,11.285,11.836,10.8,11.13]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"06_remove-one-1k","v":{"total":[79.903,81.929,79.991,76.709,81.138,78.603,79.004,79.562,82.761,78.939,78.984,79.8,78.883,79.704,81.549],"script":[45.688,46.544,45.21,42.338,45.09,44.674,44.776,45.357,45.957,44.955,44.082,45.588,44.114,45.344,46.988],"paint":[33.341,34.226,33.048,33.536,34.712,32.715,32.874,32.925,35.118,32.393,33.641,33.294,33.942,33.459,33.108]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"07_create10k","v":{"total":[811.589,824.296,801.811,812.918,785.497,794.177,799.059,783.02,801.801,816.997,809.775,830.409,814.436,807.843,815.615],"script":[402.81,412.072,397.205,405.274,378.173,387.039,394.096,376.209,392.689,405.501,396.853,417.622,400.928,396.635,407.114],"paint":[400.122,404.516,397.187,400.286,399.332,399.686,397.511,399.473,401.409,404.083,405.373,404.936,405.81,403.552,400.613]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[92.181,89.158,87.661,87.845,88.219,87.542,87.563,89.055,88.69,86.435,86.436,89.256,89.192,87.135,88.313],"script":[46.1,45.742,44.415,44.25,45.141,44.197,44.451,45.546,44.539,43.431,42.808,44.755,45.358,44.196,45.285],"paint":[44.79,42.415,42.245,42.607,42.038,42.103,42.061,42.601,43.14,42.028,42.642,43.473,42.834,41.973,42.02]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"09_clear1k_x8","v":{"total":[24.982,24.649,26.191,23.749,25.885,24.983,23.852,22.915,23.582,27.388,26.085,24.257,25.767,25.796,24.713],"script":[22.727,22.86,23.211,21.872,23.787,22.265,21.96,20.906,21.792,24.139,23.531,21.852,23.594,23.271,22.796],"paint":[1.151,1.673,2.846,1.773,1.485,2.539,1.514,0.949,0.834,3.072,2.42,1.203,1.442,1.741,1.814]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.679764747619629]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[7.153017997741699]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.44131851196289]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.816965103149414]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[56.64471244812012]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.4250000000002]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[47.236000000000004]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[179.38799999999995]}}, {"f":"korvin-v0.2.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[391.67578125]}}, {"f":"korvin-v0.2.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[253.1162109375]}}, {"f":"korvin-v0.2.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[59.880859375]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[401.1]}}, -{"f":"korvin-v0.2.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[401.1]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"01_run1k","v":{"total":[47.872,47.443,47.078,47.165,47.537,45.922,46.916,50.243,49.455,46.83,47.014,47.459,47.653,45.979,49.18],"script":[14.992,13.984,14.102,13.801,13.838,13.533,13.646,13.741,13.88,13.954,14.329,14.082,13.886,13.646,14.479],"paint":[32.454,33.026,32.525,32.893,32.99,31.98,32.848,35.804,35.075,32.456,32.258,32.892,33.32,31.894,34.259]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"02_replace1k","v":{"total":[22.763,22.555,22.28,25.752,22.68,22.929,22.739,22.632,23.066,22.737,23.109,24.109,23.416,23.089,23.466],"script":[7.15,7.304,6.841,7.867,7.012,7.202,7.295,7.055,7.599,7.163,6.995,6.74,6.775,7.132,7.929],"paint":[15.075,14.742,14.912,17.419,15.151,15.238,14.976,15.081,14.981,15.077,15.646,16.82,16.16,15.458,15.097]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.942,25.307,25.084,25.167,25.489,24.346,25.018,25.994,26.399,23.437,25.246,24.983,24.287,23.546,25.177],"script":[7.049,7.101,7.464,7.228,7.475,6.71,7.551,7.342,8.539,6.275,7.583,7.516,6.818,5.845,7.247],"paint":[15.814,16.512,15.431,15.626,15.834,15.347,15.23,16.918,15.396,15.793,15.638,15.696,16.051,16.644,15.27]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"04_select1k","v":{"total":[5.68,4.256,5.947,5.601,6.486,4.758,6.497,4.705,6.89,6.107,6.417,5.209,5.056,5.975,6.491,4.415,5.423,5.928,5.088,4.711,5.959,5.604,6.46,6.49,5.057],"script":[2.404,1.482,2.744,2.559,2.034,1.947,2.198,2.436,3.331,2.716,3.076,3.241,2.388,2.987,1.985,2.332,2.62,2.735,2.351,1.872,2.01,2.793,2.524,2.521,3.047],"paint":[3.078,2.656,2.633,1.797,4.197,2.441,4.106,1.547,2.354,2.112,2.34,1.858,1.895,2.059,2.648,1.966,2.263,2.012,2.609,2.313,3.732,2.413,2.985,3.062,1.174]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"05_swap1k","v":{"total":[14.197,14.985,14.769,15.274,13.746,14.708,14.309,15.053,14.892,14.254,15.25,14.517,14.922,15.083,15.587],"script":[1.935,1.871,2.762,2.901,2.319,2.52,2.544,2.358,2.297,2.416,3.31,2.376,2.813,2.747,2.514],"paint":[10.335,11.731,10.278,10.752,10.177,10.285,10.244,11.038,11.531,10.444,10.599,9.874,10.065,10.846,10.629]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"06_remove-one-1k","v":{"total":[20.647,20.318,20.779,20.44,19.752,20.758,20.348,19.573,20.417,20.009,20.266,20.261,19.712,20.331,20.35],"script":[3.108,3.213,3.112,3.152,3.082,3.113,2.982,3.045,2.843,2.824,3.166,3.069,3.043,3.472,3.012],"paint":[16.062,16.183,16.71,15.984,15.818,16.082,16.314,15.446,16.352,16.45,15.892,16.106,15.542,15.329,16.316]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"07_create10k","v":{"total":[640.886,644.1,646.94,649.783,641.341,646.84,644.105,651.403,647.048,639.757,662.957,643.416,649.645,643.984,637.413],"script":[264.885,261.693,264.98,258.297,259.744,263.142,260.472,263.648,262.135,262.884,266.35,260.812,268.326,261.644,263.875],"paint":[368.45,374.75,374.463,383.857,373.926,376.063,376.076,379.954,376.696,369.304,388.649,375.137,373.862,374.855,366.047]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[50.994,51.526,50.269,50.556,50.537,52.21,52.429,51.362,50.377,54.805,51.931,51.578,51.589,51.735,52.517],"script":[13.136,12.217,12.449,12.519,12.556,13.269,13.391,12.395,12.84,13.258,13.193,12.521,12.831,12.201,12.455],"paint":[36.899,38.429,36.973,37.132,36.688,37.968,37.839,38.036,36.541,40.54,37.502,38.144,37.805,38.585,38.805]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"09_clear1k_x8","v":{"total":[17.177,17.283,17.46,16.222,16.812,15.948,17.132,17.02,17.162,16.272,17.543,16.318,17.469,16.466,17.435],"script":[14.719,14.91,14.605,14.156,14.618,14.314,15.291,14.447,15.468,14.137,15.022,14.667,15.269,14.81,15.04],"paint":[2.343,1.297,2.233,1.121,1.784,1.52,1.72,2.454,1.561,1.313,2.133,0.922,2.061,1.558,1.534]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0286693572998047]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.927634239196777]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.513655662536621]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.64200496673584]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[45.79440975189209]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.555]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.783999999999999]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[150.85999999999993]}}, +{"f":"korvin-v0.2.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[394.5]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"01_run1k","v":{"total":[52.644,51.741,50.098,49.869,49.545,49.129,52.051,49.77,49.116,49.202,51.358,50.151,50.062,48.965,49.329],"script":[15.205,15.157,15.142,15.197,15.027,14.377,16.391,15.264,14.726,14.578,15.296,15.356,15.046,14.43,14.224],"paint":[37.035,36.112,34.27,34.216,34.12,34.298,34.988,34.044,33.939,34.165,35.574,34.234,34.397,34.081,34.624]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"02_replace1k","v":{"total":[24.859,26.556,25.371,25.543,25.379,26.24,25.074,25.118,25.365,25.981,25.738,25.347,25.588,26.354,25.445],"script":[9.677,9.74,9.661,9.707,9.944,10.129,9.866,9.9,9.493,9.53,9.915,9.536,9.764,9.755,9.636],"paint":[14.722,16.171,15.242,15.353,14.934,15.583,14.757,14.753,15.399,15.982,15.33,15.353,15.417,15.987,15.238]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[25.592,24.329,25.808,24.423,25.575,25.688,24.796,23.745,26.195,23.961,23.398,25.032,25.236,24.679,24.337],"script":[8.599,7.063,6.302,7.139,7.135,8.007,7.168,6.783,8.697,8.479,7.021,7.641,7.654,6.942,7.624],"paint":[15.155,15.745,16.814,15.538,16.297,14.839,15.683,15.334,15.953,14.18,14.862,15.313,16.095,15.694,15.162]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"04_select1k","v":{"total":[5.499,6.295,6.543,5.418,6.004,4.664,6.281,6.111,5.331,5.944,5.643,5.51,5.414,5.703,5.182,6.449,4.706,6.287,6.322,4.771,5.509,6.294,5.34,6.694,5.926],"script":[2.858,2.032,3.086,2.455,2.176,2.617,2.931,2.52,2.441,2.262,2.558,2.368,2.545,2.57,2.605,2.804,2.489,2.505,1.963,2.432,3.207,3.281,2.01,2.92,1.965],"paint":[1.777,3.107,2.014,2.768,1.385,1.936,2.149,2.613,2.784,2.046,2.345,2.146,2.571,1.907,1.965,2.299,1.688,2.305,3.053,1.201,1.392,2.192,3.162,2.87,1.844]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"05_swap1k","v":{"total":[14.468,15.351,14.167,15.216,14.421,14.539,15.01,14.983,13.768,14.705,14.469,14.585,14.131,13.831,14.955],"script":[2.458,2.897,1.813,2.429,2.322,1.997,2.946,2.438,2.081,2.938,1.981,2.082,2.225,2.349,2.757],"paint":[10.615,10.995,11.001,9.984,10.738,10.758,10.502,11.282,9.844,10.333,11.02,11.143,10.92,9.161,10.86]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"06_remove-one-1k","v":{"total":[20.833,19.655,19.702,20.157,20.769,19.667,19.841,19.827,19.833,19.996,20.327,20.289,19.372,19.789,20.013],"script":[3.142,3.105,3.469,3.111,3.206,3.153,3.19,3.189,3.151,3.129,3.25,3.151,2.88,3.08,3.116],"paint":[16.027,15.769,15.396,16.003,16.469,15.071,15.765,15.833,15.862,16.083,15.868,15.834,15.381,15.533,15.459]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"07_create10k","v":{"total":[640.85,640.243,638.186,638.287,641.329,646.343,648.506,651.756,634.272,639.191,636.221,642.571,640.196,644.909,631.597],"script":[262.197,262.9,265.346,263.736,262.9,264.948,264.747,265.213,261.152,259.18,262.563,264.549,264.56,264.586,257.934],"paint":[371.122,369.612,365.515,366.877,370.733,373.701,375.812,378.322,365.476,371.916,365.945,370.398,368.091,372.865,365.984]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.162,62.418,60.376,61.705,62.743,61.524,59.479,59.707,59.44,60.967,59.737,59.793,61.448,60.702,61.795],"script":[16.844,17.271,16.672,16.826,17.628,17.436,16.77,16.893,17.188,17.481,17.384,17.106,16.852,17.455,17.64],"paint":[42.016,44.119,42.739,43.613,44.098,43.026,41.724,41.84,40.972,42.528,41.384,41.36,43.404,42.293,42.973]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"09_clear1k_x8","v":{"total":[18.672,17.615,17.812,15.984,17.883,17.556,16.461,19.637,16.21,16.305,19.682,17.764,17.136,16.574,15.136],"script":[16.144,15.884,15.915,14.418,15.404,15.705,14.449,16.894,14.523,14.407,17.229,15.898,15.167,14.605,12.264],"paint":[1.592,0.876,1.277,1.491,1.626,1.516,1.902,2.574,0.749,1.244,2.301,1.758,1.149,1.865,2.777]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0316972732543945]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.717129707336426]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.2733869552612305]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.586382865905762]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[43.71147918701172]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2626.2000000000003]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.904]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[179.768]}}, {"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[295.439453125]}}, {"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[157.1630859375]}}, {"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[45.197265625]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[263]}}, -{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[263]}}, -{"f":"lit-v3.0.0-non-keyed","b":"01_run1k","v":{"total":[43.303,40.529,41.399,41.877,41.135,43.258,41.543,42.208,42.027,41.999,41.232,41.231,41.392,41.503,42.217],"script":[5.815,5.424,5.463,5.611,5.302,5.992,5.329,5.778,5.329,5.368,5.527,5.375,5.217,5.248,5.279],"paint":[36.97,34.683,35.485,35.737,35.131,36.786,35.795,35.95,36.178,36.145,35.201,35.417,35.71,35.762,36.438]}}, -{"f":"lit-v3.0.0-non-keyed","b":"02_replace1k","v":{"total":[18.239,17.716,17.774,16.578,18.407,16.47,17.077,17.027,16.782,17.219,18.003,17.167,18.357,18.07,17.817],"script":[1.813,1.693,1.831,1.866,1.88,1.765,1.866,1.849,1.773,1.798,1.887,1.814,1.897,1.811,1.781],"paint":[15.907,15.531,15.459,14.246,15.851,14.245,14.634,14.627,14.566,14.762,15.609,14.607,15.799,15.768,15.553]}}, -{"f":"lit-v3.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.544,18.38,19.641,20.585,19.945,18.396,19.634,21.937,18.839,19.429,19.548,19.13,19.969,19.025,19.121],"script":[1.547,1.338,2.131,1.954,2.228,1.574,2.186,1.615,1.679,2.088,2.304,1.582,1.834,1.68,1.599],"paint":[16.071,15.682,15.538,16.633,16.116,15.532,15.066,17.158,14.98,15.379,15.853,15.702,16.021,15.416,14.934]}}, -{"f":"lit-v3.0.0-non-keyed","b":"04_select1k","v":{"total":[4.455,5.244,4.895,4.209,4.21,5.011,5.299,4.439,4.655,4.032,5.98,4.616,5.255,6.015,8.14,4.964,4.711,5.346,4.951,4.443,4.839,4.51,4.31,4.141,4.347],"script":[1.06,1.318,1.518,1.165,1.422,0.712,2.156,1.379,0.985,1.712,2.064,1.216,1.372,1.293,2.086,1.189,1.573,2.193,1.907,1.029,1.149,1.471,1.102,1.595,1.477],"paint":[3.2,2.906,2.443,2.188,2.182,2.607,2.451,1.964,2.812,1.189,3.284,2.148,3.206,3.551,4.417,3.589,2.52,2.081,2.793,2.324,3.086,2.898,2.355,2.086,2.071]}}, -{"f":"lit-v3.0.0-non-keyed","b":"05_swap1k","v":{"total":[15.156,13.187,13.298,14.053,14.106,13.598,13.392,14.545,14.609,13.589,13.084,13.708,14.467,13.559,13.46],"script":[2.165,1.21,1.013,1.872,1.473,1.777,1.335,1.257,1.352,1.037,1.7,1.069,2.074,1.83,1.324],"paint":[11.576,9.918,9.917,9.937,11.254,10.358,10.811,12.248,11.373,11.269,9.663,10.92,10.143,10.216,10.227]}}, -{"f":"lit-v3.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[36.285,34.835,35.438,36.285,35.334,36.875,34.692,35.121,35.224,35.457,35.695,35.661,36.147,36.661,35.932],"script":[3.126,2.988,2.911,3.537,3.11,3.229,3.08,3.463,3.369,3.106,3.066,3.104,3.046,3.132,3.087],"paint":[31.859,30.796,31.376,31.911,31.469,32.348,30.611,30.581,30.903,31.2,31.56,31.408,31.769,32.292,31.999]}}, -{"f":"lit-v3.0.0-non-keyed","b":"07_create10k","v":{"total":[448.14,439.164,441.31,442.865,442.704,441.387,448.936,440.48,442.709,441.867,439.447,445.109,437.612,440.596,436.13],"script":[70.915,68.713,68.882,70.921,67.849,68.472,68.272,70.174,70.977,70.349,68.433,71.86,69.314,69.636,66.988],"paint":[368.569,362.938,365.046,364.147,367.306,365.337,373.222,362.889,364.252,364.06,363.65,365.358,360.558,363.503,361.831]}}, -{"f":"lit-v3.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.409,45.397,45.179,46.092,44.098,45.194,45.768,43.178,43.447,45.305,44.558,47.913,44.319,43.315,45.177],"script":[5.401,5.057,5.818,5.017,5.204,4.94,5.461,5.104,5.232,5.245,5.417,5.198,5.146,5.11,5.281],"paint":[39.058,39.418,38.427,39.893,38.019,39.281,39.348,37.252,37.372,39.148,37.982,41.541,38.273,37.398,38.975]}}, -{"f":"lit-v3.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[17.133,17.943,17.126,16.537,16.285,16.393,17.583,16.57,16.663,16.279,16.915,18.357,17.357,16.909,16.964],"script":[14.355,15.9,14.663,14.698,14.121,14.495,15.503,14.673,14.048,14.326,14.458,16.317,15.097,14.428,14.246],"paint":[2.644,1.931,2.348,0.97,2.068,1.258,1.654,1.297,2.523,1.201,2.35,1.666,2.166,2.382,2.619]}}, -{"f":"lit-v3.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5551939010620117]}}, -{"f":"lit-v3.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.9009523391723633]}}, -{"f":"lit-v3.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.8996143341064453]}}, -{"f":"lit-v3.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7888660430908203]}}, -{"f":"lit-v3.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.346698760986328]}}, -{"f":"lit-v3.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.2060000000001]}}, -{"f":"lit-v3.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.452000000000002]}}, -{"f":"lit-v3.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.09199999999998]}}, +{"f":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[244.4]}}, +{"f":"lit-v3.0.0-non-keyed","b":"01_run1k","v":{"total":[42.449,43.138,42.557,47.249,45.349,41.694,41.145,42.135,44.073,42.987,41.72,44.118,42.424,44.341,43.307],"script":[5.817,6.822,6.353,6.871,7.031,6.323,5.728,6.437,7.163,6.54,5.682,6.971,6.458,6.597,6.497],"paint":[35.981,35.918,35.507,39.684,37.626,34.935,34.945,34.999,36.411,35.993,35.588,36.69,35.417,37.324,36.172]}}, +{"f":"lit-v3.0.0-non-keyed","b":"02_replace1k","v":{"total":[17.727,17.806,17.186,17.532,17.878,17.308,17.592,16.567,17.714,16.76,16.958,18.04,17.985,18.059,18.146],"script":[1.928,1.877,1.877,1.716,1.829,1.86,1.814,1.834,1.793,1.805,1.889,1.798,1.868,1.766,1.819],"paint":[15.312,15.471,14.61,15.319,15.452,14.944,15.375,14.249,15.531,14.497,14.659,15.623,15.647,15.691,15.838]}}, +{"f":"lit-v3.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.322,19.535,19.017,19.649,19.082,18.722,19.546,18.886,18.929,18.391,17.969,19.01,18.677,19.825,18.799],"script":[1.829,1.661,1.611,2.068,1.504,1.411,1.883,1.846,1.598,1.578,1.422,1.449,2.049,1.472,1.073],"paint":[15.232,16.219,15.687,16.541,15.854,15.925,15.64,14.781,16.21,14.925,14.763,16.187,14.799,16.515,15.567]}}, +{"f":"lit-v3.0.0-non-keyed","b":"04_select1k","v":{"total":[5.531,4.398,5.372,4.222,5.006,5.349,5.2,4.781,4.976,4.453,5.039,3.957,4.399,4.662,4.558,5.376,4.49,4.053,4.78,4.403,4.715,4.805,4.677,5.048,5.611],"script":[1.568,1.583,1.374,1.251,1.596,1.056,2.071,1.061,1.742,1.635,1.53,1.057,0.984,1.606,0.969,1.199,1.485,1.175,1.353,1.28,1.031,1.557,1.275,1.281,2.157],"paint":[2.84,1.896,2.779,2.108,2.27,3.639,2.227,2.803,2.624,2.626,2.262,2.143,2.586,2.407,3.423,3.142,2.161,2.064,2.303,2.948,2.805,2.46,2.542,2.74,2.537]}}, +{"f":"lit-v3.0.0-non-keyed","b":"05_swap1k","v":{"total":[13.355,14.421,13.192,14.151,13.501,13.379,15.774,14.661,13.785,13.86,14.275,13.216,13.989,13.734,14.1],"script":[1.853,1.828,1.472,1.813,1.742,1.619,1.984,1.748,1.24,1.928,1.833,1.705,1.782,1.824,1.483],"paint":[9.625,11.241,10.447,10.802,10.603,9.087,11.571,11.376,10.678,10.858,11.482,10.037,10.697,10.391,11.515]}}, +{"f":"lit-v3.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[35.952,34.864,35.538,34.913,34.968,40.201,34.612,35.647,34.742,33.953,35.26,35.968,34.835,34.459,35.834],"script":[3.064,3.076,3.121,2.987,3.028,2.937,2.854,3.06,3.036,2.706,3.048,3.112,2.986,3.02,2.908],"paint":[31.995,30.973,31.448,30.719,31.08,36.158,30.787,31.242,30.362,30.537,30.804,31.7,30.709,30.629,31.854]}}, +{"f":"lit-v3.0.0-non-keyed","b":"07_create10k","v":{"total":[456.861,454.68,452.97,454.579,455.577,433.171,456.232,424.368,434.268,435.924,443.361,450.98,439.293,449.633,452.958],"script":[81.658,81.078,80.061,81.317,82.106,73.859,81.299,73.278,75.005,72.745,78.04,80.146,76.013,78.843,81.662],"paint":[367.771,366.251,365.438,365.675,366.095,351.665,367.474,343.79,351.879,355.763,357.837,363.371,355.891,363.384,363.859]}}, +{"f":"lit-v3.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.913,49.8,49.784,50.442,49.064,50.777,50.829,50.483,48.325,49.826,49.844,50.213,49.353,50.159,50.434],"script":[6.805,6.727,6.941,6.716,6.721,6.829,7.35,6.565,6.529,6.456,6.773,6.48,6.725,6.839,6.863],"paint":[41.905,41.878,41.626,42.518,41.387,42.689,42.495,42.929,40.873,42.45,41.854,42.796,41.664,42.389,42.633]}}, +{"f":"lit-v3.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[16.448,16.532,17.58,16.99,16.247,16.205,14.675,16.581,16.144,17.093,16.756,15.927,16.875,17.679,14.811],"script":[13.972,14.598,15.196,14.698,14.251,14.021,12.495,14.182,14.129,15.499,14.885,14.554,14.249,14.675,12.89],"paint":[2.369,1.262,2.297,2.189,1.893,2.047,2.096,1.14,1.923,0.873,1.778,0.988,1.916,2.035,1.839]}}, +{"f":"lit-v3.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6262502670288086]}}, +{"f":"lit-v3.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.712569236755371]}}, +{"f":"lit-v3.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.754484176635742]}}, +{"f":"lit-v3.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.844202995300293]}}, +{"f":"lit-v3.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.2202205657959]}}, +{"f":"lit-v3.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.5030000000002]}}, +{"f":"lit-v3.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[25.028]}}, +{"f":"lit-v3.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.51199999999997]}}, {"f":"lit-v3.0.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[157.984375]}}, {"f":"lit-v3.0.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.7099609375]}}, {"f":"lit-v3.0.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.55078125]}}, -{"f":"lit-v3.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[87.1]}}, -{"f":"lit-v3.0.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[87.1]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"01_run1k","v":{"total":[41.755,40.921,40.113,41.346,42.039,42.438,41.125,41.792,41.304,40.935,40.67,41.342,42.326,41.014,41.465],"script":[4.631,4.46,4.505,4.946,4.828,4.526,4.471,4.414,4.358,4.459,4.253,4.666,5.022,4.477,4.397],"paint":[36.65,36.006,35.16,35.908,36.474,37.432,36.223,36.92,36.43,35.984,35.959,36.239,36.834,36.069,36.592]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"02_replace1k","v":{"total":[16.208,17.196,16.94,16.789,16.463,16.59,17.459,17.511,16.499,16.568,16.418,17.906,16.736,17.283,17.227],"script":[1.345,1.322,1.429,1.352,1.347,1.311,1.3,1.345,1.373,1.377,1.438,1.465,1.421,1.335,1.353],"paint":[14.432,15.393,14.825,14.959,14.518,14.622,15.666,15.539,14.695,14.603,14.547,15.958,14.73,15.453,15.408]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.095,20.099,18.431,19.224,18.352,18.831,18.603,17.549,18.244,18.005,18.719,19.308,18.736,18.616,19.832],"script":[1.025,1.203,1.189,1.397,1.334,1.136,1.865,1.337,0.96,0.628,1.517,1.823,1.72,1.6,0.988],"paint":[15.704,17.512,15.943,16.299,15.027,15.648,15.372,14.097,16.274,16.058,15.845,15.85,14.671,15.535,17.14]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"04_select1k","v":{"total":[3.861,3.649,4.578,3.451,3.512,3.662,3.876,4.11,4.537,4.377,4.559,4.264,3.624,4.065,3.741,4.737,4.35,4.228,3.961,4.223,3.745,3.684,3.446,4.079,3.714],"script":[1.135,0.773,1.255,0.953,0.879,0.589,0.195,0.998,1.346,0.693,1.195,1.2,0.837,0.895,0.726,0.764,0.904,1.39,0.751,0.856,0.533,0.956,0.194,1.174,0.868],"paint":[1.69,2.011,2.425,2.393,1.706,2.938,2.779,1.87,1.996,2.49,2.448,2.89,1.817,2.569,2.144,3.267,2.868,1.952,2.036,3.262,1.816,1.795,2.496,2.222,1.852]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"05_swap1k","v":{"total":[12.509,13.754,12.693,13.845,14.174,12.561,14.765,13.11,14.349,12.941,13.139,13.275,13.532,13.496,13.139],"script":[0.196,0.958,0.905,1.519,0.847,0.638,1.156,0.898,1.148,1.143,1.177,0.918,1.145,1.156,0.54],"paint":[11.299,10.11,10.462,10.896,11.105,10.643,10.812,10.607,11.173,11.032,10.264,10.99,10.941,10.965,10.285]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[34.636,34.991,34.998,35.465,34.375,34.607,34.125,34.47,37.411,34.614,35.285,34.409,35.282,35.067,34.978],"script":[1.98,2.258,2.274,1.987,2.277,2.171,2.282,1.967,1.896,2.002,2.143,1.949,2.088,2.093,1.919],"paint":[31.328,31.57,31.863,32.369,31.268,31.577,30.644,31.53,33.825,31.728,31.879,31.114,31.711,31.657,31.859]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"07_create10k","v":{"total":[449.821,442.078,446.541,451.158,446.262,444.092,449.899,440.924,448.12,437.967,445.7,443.5,446.213,444.129,449.271],"script":[62.927,61.535,61.435,62.394,59.912,62.306,62.819,59.804,61.224,59.455,61.728,61.634,61.587,60.37,61.151],"paint":[379.306,372.906,377.329,381.085,378.828,373.757,378.915,373.504,379.347,370.923,376.353,373.461,376.805,375.533,380.02]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.759,44.201,44.551,42.245,43.286,42.62,43.801,43.406,43.933,45.178,45.87,44.065,44.265,44.429,43.491],"script":[4.51,4.443,4.801,4.198,4.635,4.314,4.444,4.435,4.491,4.24,4.419,4.45,4.734,4.867,4.464],"paint":[39.31,38.913,38.578,37.252,37.732,37.474,38.45,38.042,38.533,39.972,40.482,38.43,38.615,38.465,38.192]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[16.796,16.576,17.1,15.942,17.082,16.887,16.028,15.749,15.971,16.036,15.724,16.249,16.475,15.867,17.902],"script":[14.727,14.289,14.743,13.48,14.632,14.749,13.705,13.527,13.206,13.684,13.554,14.139,13.821,13.601,15.765],"paint":[1.955,1.761,2.209,1.429,2.354,2.043,2.234,1.291,2.205,1.536,2.074,2.004,1.775,1.111,2.007]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.520726203918457]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.7000255584716797]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6981401443481445]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6761951446533203]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.592742919921875]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.54]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.176]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[150.364]}}, +{"f":"lit-v3.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[78.3]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"01_run1k","v":{"total":[43.211,42.598,41.93,41.041,41.926,41.92,42.908,42.813,42.601,41.726,42.703,42.184,40.854,41.367,42.039],"script":[5.707,6.011,5.805,5.44,6.075,6.287,5.74,6.279,6.189,5.919,6.144,6.197,5.977,5.653,6.142],"paint":[37.025,36.133,35.697,35.154,35.202,35.179,36.479,36.045,35.981,35.375,35.849,35.568,34.462,35.261,35.199]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"02_replace1k","v":{"total":[16.595,18.237,16.729,17.593,18.246,17.145,16.894,16.328,17.085,18.438,17.582,16.412,16.1,16.177,16.117],"script":[1.432,1.304,1.201,1.256,1.338,1.294,1.312,1.29,1.423,1.354,1.289,1.299,1.307,1.277,1.258],"paint":[14.686,16.406,15.065,15.87,16.406,15.35,15.209,14.611,15.046,16.446,15.811,14.65,14.406,14.532,14.445]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.454,18.397,18.082,18.187,18.227,18.991,17.56,17.969,17.999,18.382,17.886,18.818,18.354,18.124,18.157],"script":[1.23,1.132,1.537,1.379,1.242,1.565,0.926,1.019,1.26,1.641,1.266,1.344,1.756,0.995,0.963],"paint":[16.177,15.443,15.081,15.185,15.253,15.572,15.238,14.833,15.729,15.126,14.196,16.331,14.642,15.447,16.109]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"04_select1k","v":{"total":[3.427,2.898,3.761,4.566,3.077,4.232,3.435,3.753,3.62,2.855,4.468,4.372,4.06,4.429,4.572,3.731,4.503,5.12,4.053,4.197,4.708,4.585,4.438,4.729,4.118],"script":[0.896,0.589,0.201,1.184,0.505,0.188,0.206,0.191,0.617,0.511,0.924,0.211,0.847,0.943,1.242,0.171,1.386,0.924,1.137,1.181,0.858,1.018,1.101,1.201,0.203],"paint":[2.42,2.188,3.421,1.986,2.457,3.427,2.315,3.427,2.865,1.201,3.298,2.987,2.673,2.527,1.739,3.454,1.868,3.003,1.872,2.9,3.703,2.415,2.451,2.632,2.826]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"05_swap1k","v":{"total":[13.58,12.976,12.723,13.023,12.24,13.531,13.048,13.244,14.132,12.633,13.44,12.917,13.455,12.904,12.744],"script":[1.222,0.924,0.207,0.864,0.203,0.952,1.144,1.025,1.238,1.253,1.398,0.838,1.313,0.72,0.537],"paint":[10.443,9.883,9.502,10.745,10.433,11.519,10.806,9.932,10.587,10.11,10.622,10.388,10.317,10.663,11.111]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[34.508,34.254,34.336,33.71,33.652,34.744,34.954,36.181,34.341,34.772,34.508,34.28,35.59,36.226,34.7],"script":[1.902,2.297,1.945,1.929,2.127,2.066,2.101,2.225,2.247,1.959,2.107,2.152,2.03,1.924,1.978],"paint":[30.962,30.687,31.492,30.889,30.673,31.79,31.771,32.718,30.894,31.653,31.133,31.108,32.019,32.755,31.276]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"07_create10k","v":{"total":[450.588,435.15,435.416,436.308,439.609,434.784,433.799,442.367,442.665,437.624,439.014,438.885,432.767,437.711,445.781],"script":[70.543,67.89,68.752,67.993,70.904,67.812,68.171,69.359,71.12,71.367,69.28,69.675,67.486,67.328,70.196],"paint":[372.448,359.306,358.953,360.698,360.847,358.674,357.662,365.425,363.998,358.323,362.192,361.095,357.338,362.85,367.681]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.921,48.755,48.418,47.639,48.928,47.893,48.579,49.071,48.456,48.498,49.32,48.69,49.154,49.057,50.595],"script":[5.718,5.673,5.69,5.496,5.853,5.546,5.731,5.712,5.538,5.732,5.552,5.646,5.665,5.65,5.685],"paint":[42.233,42.144,41.796,41.206,41.868,41.391,41.865,42.259,41.933,41.823,42.526,41.84,42.483,42.182,43.657]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.623,16.438,15.278,16.118,16.762,15.34,15.382,16.774,15.282,14.965,17.352,16.755,15.907,15.4,16.233],"script":[13.366,13.772,13.132,13.997,14.586,13.148,13.148,14.152,13.131,12.78,15.146,14.523,13.445,12.4,13.945],"paint":[2.023,2.558,1.045,1.116,1.051,2.097,1.556,1.884,0.789,1.885,2.084,1.464,1.574,1.749,1.297]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5057287216186523]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.4676876068115234]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.5116424560546875]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6779165267944336]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.461435317993164]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.11]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.991999999999999]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[151.292]}}, {"f":"lit-html-v3.0.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[148.015625]}}, {"f":"lit-html-v3.0.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.7421875]}}, {"f":"lit-html-v3.0.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.7734375]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[62]}}, -{"f":"lit-html-v3.0.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[62]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"01_run1k","v":{"total":[45.491,47.191,47.798,45.355,46.485,44.292,44.65,45.295,46.031,45.955,47.119,45.676,45.449,46,45.678],"script":[8.27,8.191,8.354,8.054,8.449,7.755,8.114,7.747,7.992,8.451,8.415,8.501,8.279,8.576,8.434],"paint":[36.782,38.569,38.921,36.877,37.603,36.075,36.042,37.095,37.354,37.047,38.027,36.683,36.769,37.018,36.749]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"02_replace1k","v":{"total":[26.54,25.465,26.128,27.423,26.68,25.632,25.741,27.16,26.41,24.245,24.942,26.707,26.974,24.64,25.643],"script":[8.142,9.213,8.838,10.223,9.318,9.39,9.056,9.599,8.348,8.466,8.656,9.264,9.178,8.576,8.457],"paint":[17.736,15.745,16.608,16.653,16.818,15.721,16.138,16.868,17.397,15.333,15.812,16.728,17.089,15.619,16.648]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[43.599,45.369,44.276,47.776,47.225,51.845,45.919,47.972,48.725,49.879,48.312,45.988,45.882,49.48,46.613],"script":[25.688,27.592,25.254,28.979,28.286,32.684,27.761,29.735,29.377,28.746,29.429,27.066,27.805,29.785,27.939],"paint":[16.267,16.011,17.199,17.087,16.537,16.866,16.356,16.572,16.485,19.605,16.179,17.577,16.712,17.21,16.998]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"04_select1k","v":{"total":[27.283,27.629,25.909,28.317,26.62,27.237,26.896,25.842,27.065,28.928,25.193,27.017,27.439,25.589,28.258,29.327,26.255,26.821,26.115,27.698,28.422,26.727,26.823,27.364,27.574],"script":[23.516,23.428,23.091,23.719,22.704,23.66,23.579,22.536,23.843,23.74,21.668,22.112,23.209,22.183,24.449,24.374,22.477,23.356,23.274,23.278,24.36,22.124,22.576,23.503,23.21],"paint":[2.28,3.155,2.205,3.542,2.683,3.328,3.077,2.099,1.65,3.471,2.117,3.903,2.928,2.439,2.918,3.369,2.357,2.196,2.606,3.335,2.434,3.307,3.962,2.319,3.73]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"05_swap1k","v":{"total":[37.043,36.767,37.956,37.476,37.454,40.375,37.549,39.414,34.477,36.98,35.773,38.166,37.666,37.422,37.642],"script":[23.533,23.094,23.623,23.814,23.885,25.797,23.812,24.713,21.326,23.155,22.488,23.947,23.549,23.325,23.254],"paint":[11.777,12.159,12.041,10.503,11.582,12.515,12.292,11.682,11.35,12.157,10.494,13.161,11.645,12.126,12.099]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"06_remove-one-1k","v":{"total":[52.786,52.851,53.392,54.824,55.576,52.791,53.517,52.245,56.204,52.904,54.605,50.667,54.332,55.184,53.691],"script":[17.972,17.231,17.652,17.969,19.724,17.77,17.244,17.918,20.318,16.795,18.403,15.611,17.849,17.93,17.785],"paint":[33.91,34.32,34.482,35.664,34.718,33.83,35.352,32.871,34.65,34.295,34.634,34.028,34.84,36.1,34.626]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"07_create10k","v":{"total":[502.713,508.048,484.701,495.917,500.964,482.835,475.26,476.902,482.188,490.565,494.503,484.113,487.487,489.671,506.917],"script":[102.125,103.845,101.435,101.418,106.14,100.333,99.506,101.176,102.539,96.552,103.272,106.065,100.419,100.418,101.7],"paint":[392.863,395.717,375.635,382.053,386.567,374.863,368.188,368.066,371.726,386.23,382.749,369.909,379.443,381.588,397.154]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.583,54.661,54.441,54.29,55.372,54.759,54.468,54.846,52.708,54.811,53.294,56.408,54.674,55.492,54.464],"script":[13.779,14.406,14.271,14.011,14.521,14.546,14.754,14.439,13.163,14.768,13.397,14.42,14.273,14.296,14.492],"paint":[38.795,39.253,38.893,39.021,39.902,39.357,38.744,39.482,38.666,39.014,39.037,41.031,39.482,39.908,38.696]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"09_clear1k_x8","v":{"total":[19.509,19.977,19.045,19.346,19.364,19.022,18.905,19.115,18.196,19.635,17.56,18.893,18.235,19.38,17.827],"script":[17.052,18.351,17.39,16.759,17.457,16.507,16.77,17.052,16.697,16.778,15.661,16.739,16.431,16.526,15.994],"paint":[2.337,1.092,1.559,2.213,1.78,2.398,1.148,1.966,1.378,2.763,1.323,2.047,0.43,2.714,1.742]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.47679615020751953]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.377242088317871]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.5770816802978516]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6413164138793945]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.46414566040039]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.1000000000001]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.383999999999993]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[131.996]}}, +{"f":"lit-html-v3.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[73]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"01_run1k","v":{"total":[45.618,44.984,45.645,45.602,45.838,45.246,50.283,44.969,45.584,44.548,45.658,46.53,45.585,44.699,45.785],"script":[7.974,7.832,7.928,8.375,8.306,8.78,9.839,8.219,8.669,8.496,8.354,8.483,8.774,8.486,8.493],"paint":[36.968,36.406,37.019,36.779,37.054,36.018,39.724,36.258,36.496,35.567,36.653,37.492,36.377,35.724,36.53]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"02_replace1k","v":{"total":[27.698,27.79,27.117,28.716,27.434,27.975,28.281,28.497,29.009,27.673,28.853,29.066,27.31,28.396,27.93],"script":[11.189,11.347,10.829,11.154,10.988,11.141,11.179,11.224,11.399,10.872,11.575,11.617,10.931,11.194,10.992],"paint":[15.845,15.951,15.776,16.882,15.995,16.311,16.565,16.725,17.067,16.3,16.657,16.859,15.854,16.562,16.429]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[50.268,51.063,52.496,50.03,51.566,54.59,51.223,52.125,51.358,50.655,49.36,50.532,50.99,53.969,54.112],"script":[31.208,32.056,33.364,31.815,32.44,35.95,32.689,32.305,32.473,30.852,30.603,31.323,32.627,34.35,33],"paint":[17.093,17.026,18.003,16.245,17.472,16.941,17.077,17.885,17.425,16.513,16.897,17.475,16.068,17.426,19.135]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"04_select1k","v":{"total":[31.808,31.17,30.509,31.541,31.69,31.258,28.923,30.371,30.094,32.108,31.288,31.502,31.673,31.681,30.897,31.371,32.292,30.777,29.704,30.284,31.686,29.919,30.007,29.827,32.272],"script":[28.034,27.398,26.22,27.045,27.893,27.782,25.69,26.75,26.044,27.891,26.292,26.731,27.395,27.908,27.707,27.474,28.223,26.925,26.059,26.676,27.596,27.044,25.951,26.491,27.31],"paint":[2.554,2.518,2.142,4.177,2.057,2.26,2.972,2.172,2.505,2.765,3.612,3.154,2.936,2.52,2.269,3.121,3.11,2.911,2.708,2.861,2.225,2.005,2.836,2.436,4.635]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"05_swap1k","v":{"total":[40.146,40.321,41.839,40.169,41.972,43.64,40.219,39.967,39.769,41.72,40.341,41.432,40.812,40.165,41.445],"script":[26.6,26.845,27.925,27.778,28.563,29.949,26.994,26.365,27.035,28.154,26.688,28.316,27.608,26.662,27.855],"paint":[12.408,11.965,12.083,10.463,10.593,11.752,11.699,11.732,11.522,10.726,10.923,11.201,10.81,10.248,11.944]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"06_remove-one-1k","v":{"total":[55.698,54.898,56.273,58.308,56.257,56.415,53.741,57.064,54.228,57.27,58.305,56.269,55.777,55.302,57.621],"script":[20.747,20.099,20.781,22.131,20.619,20.852,19.52,20.761,19.362,22.343,21.65,20.679,20.284,20.519,21.953],"paint":[33.635,33.865,34.243,35.012,34.434,34.229,33.286,34.937,33.63,33.466,35.777,34.425,34.495,33.427,34.316]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"07_create10k","v":{"total":[501.421,492.728,495.832,491.347,485.687,499.775,495.667,478.627,494.325,495.935,487.915,500.768,495.741,491.392,483.297],"script":[107.835,107.084,105.926,103.422,98.981,104.369,107.513,103.201,100.972,104.54,103.168,105.697,102.441,102.612,102.17],"paint":[386.353,378.119,382.465,380.54,378.862,387.517,380.773,368.059,386.06,383.908,377.459,387.537,385.711,381.441,373.722]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[61.985,60.754,64.514,62.991,62.676,63.17,62.689,65.049,63.445,64.617,64.202,65.422,63.018,63.786,65.491],"script":[17.918,17.437,18.307,18.384,17.903,18.954,17.932,18.298,18.671,18.156,18.978,18.222,18.606,18.783,18.579],"paint":[43.152,42.437,45.218,43.616,43.577,43.362,43.778,45.508,43.85,45.252,43.929,46.243,43.424,44.045,46.039]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"09_clear1k_x8","v":{"total":[18.4,17.958,17.448,19.203,19.261,18.348,19.471,18.891,17.741,18.983,18.367,17.713,17.996,20.373,18.462],"script":[16.37,15.484,15.602,17.046,16.765,15.817,17.072,16.755,15.153,16.724,16.22,15.568,15.986,17.981,16.269],"paint":[1.004,1.98,1.169,1.527,1.563,2.435,2.283,2.022,2.477,0.837,1.187,2.054,1.904,1.864,2.066]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5245370864868164]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.945026397705078]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.337890625]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6725921630859375]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[26.313881874084473]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.4950000000001]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[32.23199999999999]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.94799999999998]}}, {"f":"literaljs-v7.0.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[146.615234375]}}, {"f":"literaljs-v7.0.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[8.3408203125]}}, {"f":"literaljs-v7.0.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.927734375]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[58.8]}}, -{"f":"literaljs-v7.0.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[58.8]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"01_run1k","v":{"total":[49.122,54.38,44.231,50.117,52.459,57.126,55.58,48.402,54.518,56.408,51.897,54.24,55.666,43.717,51.75],"script":[8.73,8.932,7.782,8.14,8.193,9.277,8.643,8.164,8.174,9.165,9.087,9.089,9.387,8.47,7.999],"paint":[35.673,36.103,34.7,35.747,36.589,37.126,37.963,35.471,36.176,37.973,36.615,36.078,35.573,35.103,35.971]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"02_replace1k","v":{"total":[61.077,54.606,54.153,63.988,54.647,59.701,50.099,60.047,60.313,49.862,57.547,52.334,51.914,53.347,51.767],"script":[19.719,19.15,19.847,19.456,19.461,21.02,17.028,17.896,19.377,16.951,19.233,17.016,18.393,18.104,17.861],"paint":[32.999,33.018,33.853,34.284,32.821,33.342,32.923,32.527,33.105,32.395,33.082,32.598,33.368,35.07,33.22]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.85,19.888,20.239,19.896,20.521,20.452,20.093,19.975,20.544,19.308,20.828,20.164,20.253,20.452,19.102],"script":[3.675,3.808,4.416,4.192,4.809,4.542,4.005,3.484,4.238,3.94,3.972,4.261,3.533,3.727,3.646],"paint":[17.057,15.597,15.707,15.585,15.585,15.085,15.966,15.698,16.202,14.431,14.747,14.13,16.335,15.831,15.305]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"04_select1k","v":{"total":[38.21,39.532,42.645,39.415,36.184,30.67,35.487,36.369,39.206,38.341,36.159,36.47,37.098,42.326,32.433,37.758,40.747,37.04,41.933,32.83,37.839,38.915,41.611,37.498,36.076],"script":[4.418,3.541,5.472,4.536,5,3.915,4.39,4.023,4.266,3.953,4.746,5.261,4.473,4.983,3.526,3.916,6.033,4.969,5.993,4.204,4.005,3.544,4.663,4.974,3.675],"paint":[24.465,25.367,25.957,24.344,23.449,23.219,23.111,24.008,23.318,22.487,25.098,23.401,24.157,25.352,23.342,24.816,25.651,23.949,23.114,23.644,23.709,24.435,24.234,23.97,25.083]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"05_swap1k","v":{"total":[182.394,182.7,184.637,183.477,184.817,181.374,179.705,186.281,181.236,180.454,180.556,181.254,181.968,182.733,180.401],"script":[42.886,41.411,43.535,42.356,42.401,43.587,42.486,44.102,42.537,43.529,42.061,41.944,43.014,42.45,42.275],"paint":[138.523,139.929,140.498,140.828,141.422,137.64,137.065,140.77,138.548,135.528,137.928,138.8,138.785,139.03,137.159]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"06_remove-one-1k","v":{"total":[20.987,24.094,32.735,21.557,24.142,20.331,21.21,25.607,20.78,20.646,30.23,32.542,20.498,20.534,20.587],"script":[1.794,1.882,2.057,2.223,1.94,1.59,1.764,1.847,1.792,2.143,1.845,2.269,1.739,2.142,1.777],"paint":[16.904,17.658,17.961,16.543,17.433,16.53,16.718,17.785,16.85,16.686,17.079,17.335,16.857,16.682,16.628]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"07_create10k","v":{"total":[491.189,499.069,484.922,485.402,499.437,487.672,491.126,491.958,503.265,501.558,490.406,499.755,495.78,498.227,500.341],"script":[105.262,107.539,106.15,103.174,106.196,105.738,105.457,104.682,104.539,108.181,102.566,109.659,104.042,103.624,105.483],"paint":[381.885,384.886,372.568,377.763,380.159,370.79,382.089,382.408,385.298,380.025,384.285,376.802,385.996,385.673,386.068]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.964,56.149,48.011,54.701,52.633,49.325,53.577,54.207,47.266,46.926,50.947,53.654,54.133,46.432,47.833],"script":[9.322,9.445,9.314,9.182,9.448,9.325,9.304,9.848,8.892,9.563,9.154,9.826,9.123,9.065,9.354],"paint":[37.657,38.808,38.381,39.669,37.533,39.706,38.012,38.387,38.052,36.836,41.468,37.142,39.045,37.046,38.192]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.28,15.328,14.446,14.936,14.614,14.507,14.02,14.436,14.891,15.015,14.999,15.029,14.746,14.227,13.883],"script":[11.925,13.517,11.88,12.719,12.237,12.077,11.639,13.187,12.994,12.438,12.938,13.301,13.136,11.691,11.898],"paint":[1.403,1.745,2.507,2.156,2.311,2.365,1.804,0.853,1.839,2.516,1.45,1.657,1.551,2.104,1.685]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5063982009887695]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.0108776092529297]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9331159591674805]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8051528930664062]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[22.596111297607422]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.3850000000002]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.644]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[139.14399999999995]}}, +{"f":"literaljs-v7.0.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[63.7]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"01_run1k","v":{"total":[45.458,53.404,44.586,52.753,55.708,55.834,51.976,57.474,58.695,45.375,46.62,54.9,56.431,44.251,57.135],"script":[8.907,8.76,8.794,9.794,9.211,9.595,9.894,10.082,10.063,9.278,8.923,8.605,9.094,8.004,9.967],"paint":[34.868,37.032,35.614,35.192,35.855,36.895,35.783,36.627,37.753,35.848,37.493,35.55,36.485,35.938,36.497]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"02_replace1k","v":{"total":[58.826,57.184,56.804,66.293,62.048,57.063,65.884,68.673,58.971,57.748,64.089,56.896,58.316,57.637,57.484],"script":[19.572,19.298,18.771,19.127,19.282,18.836,19.416,20.802,19.923,19.458,19.427,19.171,19.114,18.912,19.296],"paint":[38.803,37.69,37.119,37.858,37.107,37.766,36.496,37.603,37.522,38.106,37.742,37.317,37.847,38.268,37.766]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.214,19.521,20.456,19.959,20.018,21.101,22.108,20.677,20.828,21.92,19.968,19.36,22.063,20.415,20.495],"script":[4.072,4.081,4.694,3.976,3.386,5.14,5.17,4.235,3.507,3.837,3.572,3.331,3.573,3.76,3.577],"paint":[16.018,15.32,14.928,15.861,15.561,15.837,16.82,16.322,16.567,17.174,15.559,15.289,17.914,15.586,16.103]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"04_select1k","v":{"total":[35.557,40.062,38.753,35.145,40.625,37.328,35.471,33.919,35.439,33.332,31.345,33.275,31.938,36.536,36.588,38.502,37.389,34.034,33.043,36.058,36.978,34.644,35.084,35.077,38.45],"script":[4.334,5.952,3.349,4.292,5.675,5.086,4.673,3.759,3.059,3.496,3.496,4.345,2.889,4.142,5.154,4.36,6.175,4.694,3.481,4.977,4.267,4.264,4.738,4.862,6.816],"paint":[22.902,24.571,24.438,23.992,24.76,23.422,23.065,24.393,22.591,23.111,21.492,21.625,22.969,24.11,25.292,23.112,23.35,22.861,23.232,21.785,21.393,23.084,22.698,23.682,23.797]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"05_swap1k","v":{"total":[207.611,211.693,215.114,217.074,203.201,207.196,201.865,197.932,207.578,199.38,204.09,200.047,199.101,200.631,199.45],"script":[49.469,52,51.778,48.099,46.686,45.311,45.45,47.213,48.346,47.58,47.526,46.914,45.553,47.697,47.125],"paint":[157.929,159.023,162.35,161.472,154.998,161.025,155.324,150.446,158.039,151.504,155.572,152.952,153.173,151.954,152.06]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"06_remove-one-1k","v":{"total":[28.832,25.241,30.134,23.184,24.507,27.289,23.24,27.04,24.723,27.766,31.975,26.416,29.804,25.778,24.859],"script":[2.511,2.762,2.668,2.37,2.424,2.164,2.671,2.371,2.827,2.473,2.555,2.018,2.492,2.06,2.45],"paint":[17.613,16.209,17.029,17.366,17.103,17.629,17.665,16.985,16.469,17.092,16.913,16.285,16.797,17.655,16.704]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"07_create10k","v":{"total":[486.398,481.22,503.182,504.731,474.699,483.997,465.762,496.084,488.402,482.706,492.732,491.85,476.88,490.04,493.467],"script":[109.564,106.221,112.668,114.882,107.588,108.937,107.669,108.568,108.964,109.316,108.27,107.745,107.202,111.262,110.998],"paint":[372.424,362.463,377.254,378.217,360.436,371.637,354.544,378.011,372.774,369.886,378.699,376.55,356.159,372.639,374.175]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.573,60.923,58.928,59.295,58.269,57.525,58.693,58.925,57.955,59.087,57.906,52.225,54.914,58.893,52.637],"script":[11.367,11.616,11.852,11.063,11.333,10.863,10.985,11.183,11.435,11.174,11.054,11.264,11.9,11.428,11.186],"paint":[41.685,43.185,41.153,41.828,40.64,40.54,41.398,41.337,40.287,41.602,40.577,40.176,42.195,40.769,40.774]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"09_clear1k_x8","v":{"total":[14.137,14.678,14.21,14.758,13.007,14.152,14.149,14.107,13.966,14.005,14.706,14.398,13.828,14.201,13.659],"script":[12.349,12.551,12.343,11.494,11.204,11.612,11.625,12.227,12.29,12.52,12.708,12.168,11.321,11.58,11.266],"paint":[1.725,2.043,1.806,3.174,1.74,1.691,2.464,1.228,1.425,1.429,1.942,2.132,1.704,2.561,2.331]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5126810073852539]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.783010482788086]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.7383947372436523]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8069496154785156]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.386878967285156]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.9850000000001]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[12.924]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.74399999999997]}}, {"f":"maquette-v3.3.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[182.0732421875]}}, {"f":"maquette-v3.3.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[43.798828125]}}, {"f":"maquette-v3.3.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.3623046875]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[91.4]}}, -{"f":"maquette-v3.3.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[91.4]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"01_run1k","v":{"total":[39.045,40.11,37.747,40.644,40.618,37.98,38.384,38.96,38.107,39.722,39.886,39.15,39.068,39.127,37.409],"script":[1.931,1.973,1.93,1.942,1.928,2.061,2.013,1.875,1.977,2.008,1.927,1.969,2.116,1.989,1.846],"paint":[36.656,37.458,35.367,38.23,38.236,35.462,35.907,36.617,35.688,37.255,37.431,36.737,36.483,36.71,35.116]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"02_replace1k","v":{"total":[16.256,16.713,15.486,15.711,17.254,16.45,16.038,16.628,15.729,15.421,15.637,16.207,15.539,15.414,15.391],"script":[0.658,0.654,0.638,0.614,0.617,0.668,0.6,0.661,0.637,0.603,0.665,0.65,0.641,0.612,0.616],"paint":[15.136,15.426,14.332,14.636,16.184,15.149,14.873,15.484,14.473,14.306,14.527,15.095,14.375,14.273,14.311]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.343,17.198,17.304,17.373,16.552,17.606,17.567,17.159,17.611,18.683,17.297,16.663,16.958,17.044,16.69],"script":[0.128,0.124,0.522,0.125,0.227,0.134,1.033,0.623,0.917,0.825,1.076,0.135,0.945,0.615,0.12],"paint":[16.521,14.726,15.611,14.849,14.904,15.291,15.189,14.743,15.426,15.347,14.147,15.509,14.43,14.792,14.976]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"04_select1k","v":{"total":[3.68,2.337,3.642,3.616,3.097,3.271,3.073,3.302,2.779,3.642,3.101,3.43,2.871,3.819,4.459,4.442,2.601,3.18,2.839,3.479,3.449,2.767,3.863,3.992,3.451],"script":[1.063,0.091,0.454,1.033,0.851,0.098,0.482,0.089,0.755,0.877,0.762,1.169,0.322,0.098,0.938,0.076,0.099,0.109,0.096,0.079,0.834,0.21,0.108,0.084,0.084],"paint":[1.692,1.858,1.878,2.437,2.155,1.981,1.676,2.228,1.865,1.944,2.184,1.542,2.432,3.547,2.33,3.093,1.422,2.499,1.941,1.182,1.93,1.529,2.611,2.671,3.247]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"05_swap1k","v":{"total":[13.044,12.763,12.504,12.941,12.216,11.338,11.865,12.831,11.897,12.421,13.027,12.103,12.612,12.63,12.098],"script":[0.536,0.061,0.052,0.748,0.055,0.058,0.376,0.056,0.521,0.056,0.617,0.156,0.056,0.055,0.057],"paint":[10.219,11.652,9.752,9.797,11.088,9.769,9.1,11.779,9.498,10.293,10.98,10.595,10.789,10.926,9.857]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"06_remove-one-1k","v":{"total":[16.971,17.833,16.957,17.269,17.224,17.569,16.717,16.926,18.084,16.945,16.782,17.445,16.264,17.648,17.322],"script":[0.124,0.1,0.321,0.109,0.128,0.117,0.1,0.157,0.181,0.232,0.287,0.288,0.177,0.135,0.209],"paint":[16.014,16.589,15.407,16.272,16.077,15.922,15.78,15.602,16.762,15.988,15.783,16.124,14.835,16.3,15.849]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"07_create10k","v":{"total":[397.399,391.751,403.237,403.875,398.454,404.407,401.241,407.172,410.134,396.194,400.399,395.619,404.667,403.077,404.003],"script":[21.147,22.768,23.407,23.119,21.707,22.888,21.626,22.715,21.2,21.333,21.266,22.316,21.79,21.997,21.465],"paint":[368.399,361.43,372.229,372.845,369.147,373.698,371.746,376.612,380.618,367.437,371.458,365.421,375.355,372.965,374.536]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.603,40.966,40.545,39.451,41.556,43.674,41,42.021,42.219,42.647,41.032,40.665,43.047,40.994,39.843],"script":[2.026,1.985,2.004,1.902,2.076,2.072,2.242,2.036,1.978,2.029,1.983,2.058,2.091,2.055,1.974],"paint":[38.671,38.071,37.3,36.615,38.628,40.359,37.868,39.128,39.128,39.678,38.154,37.728,39.791,38.064,37.079]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"09_clear1k_x8","v":{"total":[13.285,13.242,12.976,12.876,13.197,13.297,13.13,13.089,12.313,13.67,13.009,13.76,13.51,13.334,13.945],"script":[11.224,10.98,11.343,10.701,10.806,11.217,11.011,11.087,10.701,11.126,11.163,11.537,11.215,11.328,11.087],"paint":[1.633,1.614,1.53,2.077,1.889,1.054,1.556,1.917,0.786,2.435,0.98,2.124,1.894,1.292,2.683]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5229425430297852]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.898721694946289]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.9732170104980469]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6935367584228516]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[13.554368019104004]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1875.975]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.131999999999998]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.11599999999999]}}, +{"f":"maquette-v3.3.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[77.8]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"01_run1k","v":{"total":[38.499,39.203,38.92,39.046,38.715,38.544,39.257,38.923,38.421,38.714,38.253,39.055,37.831,39.825,39.835],"script":[2.285,2.182,2.274,2.226,2.201,2.272,2.19,2.222,2.185,2.25,2.214,2.276,2.255,2.285,2.276],"paint":[35.551,36.592,36.005,36.163,35.889,35.833,36.38,36.245,35.794,35.811,35.604,36.323,35.137,36.85,37.085]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"02_replace1k","v":{"total":[15.829,16.758,15.322,15.128,16.042,16.166,15.737,15.902,15.606,16.042,16.207,16.49,15.256,16.436,15.796],"script":[0.638,0.635,0.673,0.638,0.638,0.627,0.676,0.645,0.673,0.667,0.636,0.696,0.66,0.686,0.652],"paint":[14.714,15.468,14.25,14.072,14.947,15,14.702,14.795,14.555,14.903,14.989,15.352,13.941,15.306,14.698]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"03_update10th1k_x16","v":{"total":[16.6,17.461,17.033,18.418,17.09,16.882,16.678,17.105,16.995,17.808,17.221,19.552,16.839,16.342,16.588],"script":[0.821,0.632,0.129,0.456,0.487,0.756,0.121,0.909,0.614,0.554,0.809,0.729,0.573,0.12,0.117],"paint":[14.344,15.533,14.353,16.047,15.558,14.542,15.223,14.574,14.228,14.836,15.728,15.929,14.533,14.653,15.19]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"04_select1k","v":{"total":[3.603,3.204,3.425,2.692,3.685,4.591,3.561,3.367,3.14,3.561,3.407,3.441,4.475,3.244,2.889,2.994,4.486,3.033,3.699,2.759,3.573,3.297,3.708,3.389,3.724],"script":[1.053,0.108,0.319,0.106,0.993,0.623,0.127,0.653,0.097,0.104,0.764,0.449,1.123,0.972,0.107,0.529,1.106,0.097,1.028,0.484,0.883,0.737,0.084,0.101,0.845],"paint":[2.413,2.102,2.131,1.324,2.092,3.016,2.747,2.038,1.66,2.414,1.634,2.871,2.62,1.023,1.927,1.355,2.391,1.916,2.421,1.382,2.503,2.445,2.687,2.398,2.034]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"05_swap1k","v":{"total":[12.646,11.978,11.812,12.845,11.706,12.623,11.659,11.686,11.935,12.037,11.472,12.147,12.587,12.789,11.903],"script":[0.755,0.058,0.057,0.766,0.058,0.065,0.99,0.057,0.528,0.065,0.053,0.986,0.688,0.062,0.055],"paint":[9.642,10.884,10.474,10.784,10.612,10.698,8.525,10.081,9.782,9.737,11.047,9.391,10.612,11.498,9.933]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"06_remove-one-1k","v":{"total":[17.771,16.938,16.575,16.78,16.27,17.347,16.456,16.513,16.577,16.608,17.183,16.872,16.625,16.539,17.288],"script":[0.478,0.316,0.25,0.16,0.317,0.229,0.377,0.304,0.449,0.121,0.479,0.472,0.456,0.125,0.119],"paint":[15.832,15.492,15.324,15.929,15.19,15.571,15.332,15.279,14.738,15.356,15.393,15.256,15.444,15.597,15.992]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"07_create10k","v":{"total":[396.831,390.831,398.506,403.019,394.931,397.878,397.367,394.331,395.873,394.116,398.723,400.12,401.499,399.892,394.703],"script":[25.391,23.861,24.646,24.174,25.77,23.844,26.053,24.361,24.961,23.787,24.499,25.118,25.705,25.496,24.507],"paint":[363.847,359.582,366.234,371.037,361.807,366.454,363.405,362.673,363.333,363.068,366.576,367.733,368.28,366.973,362.806]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.215,44.869,46.115,44.454,44.225,45.103,43.241,45.262,43.495,44.941,45.108,42.699,43.067,44.214,45.04],"script":[2.336,2.342,2.369,2.328,2.355,2.359,2.343,2.462,2.312,2.33,2.306,2.319,2.333,2.414,2.344],"paint":[41.62,41.577,42.811,41.357,40.892,41.51,39.993,41.818,39.945,41.588,41.605,39.428,39.762,40.882,41.73]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"09_clear1k_x8","v":{"total":[12.353,13.051,12.668,13.075,12.421,12.801,11.918,13.178,13.114,13.243,13.055,12.938,12.571,12.898,12.86],"script":[9.842,10.635,10.786,10.752,10.753,10.154,10.588,11.074,11.597,10.719,10.2,10.466,10.305,10.612,10.442],"paint":[2.404,2.319,1.792,1.227,1.579,1.238,0.912,1.1,1.394,2.402,2.758,1.946,1.242,1.909,2.305]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5207233428955078]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.7036056518554688]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.692458152770996]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6863441467285156]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[11.423802375793457]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.085]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.804]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[158.11599999999999]}}, {"f":"mikado-v0.7.64-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.626953125]}}, {"f":"mikado-v0.7.64-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.3525390625]}}, {"f":"mikado-v0.7.64-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.71484375]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"43_first-paint","v":{"DEFAULT":[60.4]}}, -{"f":"mikado-v0.7.64-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[60.4]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"01_run1k","v":{"total":[47.26,46.027,46.064,45.27,46.885,46.528,45.715,46.192,45.881,46.31,46.126,45.633,46.712,47.05,47.007],"script":[11.236,9.833,9.965,10.191,10.136,11.122,10.182,9.973,9.311,10.589,10.096,10.045,10.664,10.68,10.719],"paint":[35.541,35.741,35.426,34.615,36.211,34.972,35.014,35.729,35.834,35.021,35.554,35.095,35.385,35.844,35.855]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"02_replace1k","v":{"total":[25.912,26.687,25.736,25.36,25.399,25.861,25.902,26.092,26.517,26.972,25.885,25.553,25.379,26.559,25.772],"script":[9.956,9.994,10.117,9.916,9.873,10.004,9.847,8.725,10.234,10.004,8.73,9.995,9.851,10.114,9.843],"paint":[15.305,16.008,15.191,14.991,15.073,15.287,15.368,16.711,15.797,16.463,16.435,15.111,15.056,15.95,15.274]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.29,17.88,16.646,18.703,18.944,18.621,19.636,17.197,17.242,16.91,17.819,18.597,17.446,17.105,18.072],"script":[0.935,1.51,0.57,0.642,1.456,1.024,1.137,1.067,0.511,1.172,1.176,1.075,0.735,0.209,1.098],"paint":[16.362,14.713,14.72,16.34,15.279,15.964,17.004,14.939,15.667,14.233,14.499,15.556,15.717,15.652,14.428]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"04_select1k","v":{"total":[2.514,3.789,3.218,3.429,2.673,4.571,4.085,3.504,3.292,3.822,4.869,4.116,3.989,2.827,3.175,3.053,3.323,3.676,2.593,3.694,3.8,2.933,2.903,3.875,3.206],"script":[0.499,0.825,0.958,0.5,0.136,1.189,1.02,1.156,0.13,1.075,0.625,0.142,1.098,0.842,0.129,0.138,0.618,0.127,0.62,0.549,0.861,0.948,0.127,0.133,0.159],"paint":[1.163,2.145,1.675,1.569,0.617,2.417,2.456,1.314,2.673,1.364,2.954,2.446,1.963,1.171,2.947,2.817,2.222,3.426,1.158,3.023,2.048,1.864,1.313,3.194,2.523]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"05_swap1k","v":{"total":[13.297,13.184,13.404,13.785,12.767,13.77,13.464,13.199,13.531,14.285,14.431,13.185,13.476,13.951,14.265],"script":[1.028,0.635,0.731,1.247,0.959,0.984,2.007,1.563,1.589,0.955,1.494,0.628,1.692,0.947,1.808],"paint":[10.624,11.168,11.482,10.962,9.694,11.407,9.528,10.22,10.457,10.958,11.184,10.516,11.029,11.439,11.106]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"06_remove-one-1k","v":{"total":[17.197,17.252,16.823,18.486,17.752,17.297,17.748,17.176,16.884,17.406,16.944,17.531,17.225,17.619,17.12],"script":[0.179,0.414,0.278,0.571,0.54,0.501,0.529,0.542,0.25,0.189,0.466,0.522,0.174,0.512,0.505],"paint":[16.31,15.871,15.547,16.643,15.931,15.92,16.253,15.821,15.729,16.051,15.643,16.057,16.098,16.195,15.538]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"07_create10k","v":{"total":[506.029,496.863,495.685,489.036,494.374,494.58,495.169,494.993,492.377,490.184,497.181,502.625,499.063,499.076,506.689],"script":[121.399,119.35,119.202,116.094,111.686,113.558,117.882,115.094,117.98,118.334,118.489,118.689,118.869,118.769,118.272],"paint":[376.851,369.972,369.041,365.462,375.208,373.222,369.792,372.114,366.838,364.367,371.089,376.204,372.62,372.791,380.704]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.14,48.743,47.852,48.315,47.548,47.96,46.815,49.761,49.199,47.669,47.207,49.037,48.869,46.485,48.685],"script":[8.435,8.531,8.5,9.564,8.533,8.365,8.198,8.59,8.79,8.55,8.505,8.493,8.476,8.259,8.911],"paint":[38.859,39.235,38.488,37.8,38.153,38.674,37.816,40.215,39.475,38.226,37.777,39.585,39.46,37.37,38.659]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"09_clear1k_x8","v":{"total":[15.024,14.978,14.284,14.989,14.668,14.7,14.387,14.748,15.25,14.979,15.28,16.215,14.198,15.152,14.544],"script":[12.674,12.602,12.307,13.189,12.651,12.819,12.356,12.924,12.976,12.751,12.942,12.897,12.676,13.36,12.301],"paint":[2.247,2.264,1.863,1.578,1.299,1.782,1.183,1.727,1.4,1.986,1.196,2.394,1.429,1.679,2.131]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6629419326782227]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.146462440490723]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.159881591796875]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1145143508911133]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.458828926086426]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2110.8849999999998]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.096]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[149.94400000000005]}}, +{"f":"mikado-v0.7.64-non-keyed","b":"43_first-paint","v":{"DEFAULT":[52]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"01_run1k","v":{"total":[49.614,48.936,51.05,48.628,52.069,49.765,46.539,50.074,50.966,49.593,48.534,49.34,49.277,50.929,50.077],"script":[12.717,12.65,13.255,12.533,13.264,12.926,12.034,12.908,13.208,12.243,12.615,13.294,12.418,12.984,13.41],"paint":[36.392,35.578,37.09,35.549,38.072,36.38,34.073,36.347,37.002,36.8,35.44,35.571,36.366,37.462,35.97]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"02_replace1k","v":{"total":[30.815,31.115,29.812,28.493,29.739,28.191,30.68,30.622,29.63,29.256,29.659,30.127,30.04,29.914,29.178],"script":[13.693,14.33,13.476,12.978,13.217,12.427,13.87,14.135,13.668,13.644,13.659,13.901,13.866,13.005,13.407],"paint":[16.492,16.08,15.835,15.018,15.893,15.084,16.344,16.018,15.49,15.18,15.552,15.751,15.724,16.441,15.324]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.095,18.081,17.263,17.46,18.437,17.938,17.138,17.384,17.538,19.549,16.901,18.48,18.143,18.39,17.198],"script":[0.998,0.833,0.651,0.881,0.988,1.03,0.904,0.571,0.943,1.104,0.873,1.262,1.01,0.895,0.535],"paint":[15.487,15.553,15.178,15.259,14.807,15.531,14.346,15.774,15.835,15.662,14.085,14.859,14.88,15.503,14.695]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"04_select1k","v":{"total":[3.511,4.023,3.904,3.619,4.456,3.357,3.181,2.631,3.868,3.963,4.789,3.636,2.879,3.551,3.078,3.838,4.128,3.43,3.003,2.919,2.708,3.512,4.044,3.045,2.448],"script":[0.144,0.823,1.117,1.156,1.099,0.916,0.536,0.141,0.654,1.077,1.234,1.203,0.499,1.062,0.587,0.161,0.149,1.073,0.293,0.157,0.149,0.993,0.149,0.627,0.143],"paint":[2.835,2.998,1.814,1.465,2.049,2.171,2.474,2.382,2.337,1.769,3.421,1.778,2.222,1.898,1.546,2.488,3.025,2.255,2.598,1.341,1.478,2.408,2.652,1.738,1.157]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"05_swap1k","v":{"total":[14.54,12.859,13.398,13.786,13.732,13.625,13.228,13.567,13.508,12.984,14.164,12.373,12.916,14.316,13.424],"script":[0.974,0.854,1.012,0.974,1.055,0.996,1.246,1.71,1.386,0.976,1.26,0.943,1.029,1.393,1.176],"paint":[11.26,10.717,11.147,11.525,11.648,10.314,10.324,10.499,10.091,10.452,10.748,10.011,9.273,10.369,10.729]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"06_remove-one-1k","v":{"total":[17.106,17.134,16.975,17.38,16.665,17.489,17.802,17.596,17.052,16.751,17.084,16.937,16.611,16.686,17.38],"script":[0.59,0.316,0.553,0.249,0.369,0.574,0.563,0.548,0.204,0.343,0.545,0.518,0.529,0.527,0.346],"paint":[15.571,15.661,15.37,16.094,15.14,15.218,15.603,15.731,16.028,15.6,15.656,15.354,15.298,15.408,15.995]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"07_create10k","v":{"total":[490.917,480.442,487.094,495.135,482.486,489.236,496.1,485.699,484.254,481.816,479.734,481.661,484.201,486.536,479.404],"script":[117.827,115.599,116.992,116.137,117.476,115.927,120.486,115.985,116.991,115.003,115.365,114.279,115.317,116.017,115.427],"paint":[364.883,357.454,362.367,371.386,357.713,365.91,368.29,362.428,359.947,359.405,356.695,359.483,361.425,362.752,356.611]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.247,54.551,53.813,56.329,56.825,54.365,55.424,54.593,55.596,55.718,56.137,54.469,54.866,56.136,56.968],"script":[12.374,11.304,11.168,11.983,12.402,11.314,11.659,11.612,11.607,12.291,11.587,11.543,11.734,12.377,12.557],"paint":[43.638,42.247,41.485,43.397,43.378,42.074,42.843,42.013,42.993,42.49,43.327,42.01,41.893,42.785,43.176]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"09_clear1k_x8","v":{"total":[14.694,16.229,14.467,15.358,14.499,14.599,15.007,14.207,14.947,13.727,14.975,14.246,14.13,15.006,13.887],"script":[12.646,13.669,12.424,13.047,12.795,11.845,12.413,11.777,11.671,12.266,12.518,12.753,12.268,12.621,12.32],"paint":[1.932,1.37,1.024,1.317,0.779,2.633,1.754,1.55,3.099,0.43,1.835,0.413,1.758,2.27,1.171]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6491260528564453]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9154834747314453]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.018976211547852]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.035593032836914]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.22505283355713]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2111.7000000000003]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.988]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[157.64000000000001]}}, {"f":"mimbl-v0.10.4-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[189.4306640625]}}, {"f":"mimbl-v0.10.4-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[51.15625]}}, {"f":"mimbl-v0.10.4-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.123046875]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"43_first-paint","v":{"DEFAULT":[106.5]}}, -{"f":"mimbl-v0.10.4-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[106.5]}}, -{"f":"miso-v1.4.0-non-keyed","b":"01_run1k","v":{"total":[56.612,56.005,56.159,56.004,57.033,56.902,54.85,55.85,57.132,57.512,55.857,55.497,58.889,56.196,56.517],"script":[23.388,22.821,23.177,22.791,22.629,23.159,22.581,23.142,24.056,23.175,22.775,22.944,23.989,23.252,23.642],"paint":[33.047,32.995,32.809,33.023,34.224,33.566,32.109,32.542,32.911,34.17,32.918,32.367,34.71,32.76,32.698]}}, -{"f":"miso-v1.4.0-non-keyed","b":"02_replace1k","v":{"total":[35.406,34.363,34.046,34.583,34.394,34.216,34.977,34.384,33.9,34.009,35.352,34.342,44.085,34.426,33.7],"script":[19.427,19.305,19.337,18.672,19.665,19.289,19.422,19.516,19.29,19.172,19.314,19.178,19.73,19.361,18.906],"paint":[15.791,14.876,14.524,15.734,14.55,14.746,15.378,14.676,14.44,14.654,15.859,14.992,15.068,14.879,14.611]}}, -{"f":"miso-v1.4.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[60.248,59.844,59.688,59.86,58.602,60.404,58.971,61.447,57.608,60.721,58.73,58.973,59.168,58.123,57.954],"script":[41.07,40.99,40.711,39.931,39.447,39.704,38.944,41.664,39.453,40.301,40.035,38.966,40.444,38.823,39.468],"paint":[17.412,18.107,18.012,18.211,18.181,19.61,19.518,18.65,17.846,18.576,16.461,19.357,17.577,17.189,17.288]}}, -{"f":"miso-v1.4.0-non-keyed","b":"04_select1k","v":{"total":[44.948,43.075,44.596,43.39,43.363,42.915,44.176,44.486,43.905,45.548,43.922,44.748,44.749,45.809,45.797,44.67,43.674,42.823,45.076,44.143,43.437,44.068,43.354,46.113,52.221],"script":[36.369,35.79,35.871,35.358,36.445,37.021,37.748,36.7,36.545,37.733,36.59,36.674,37.751,37.978,37.685,38.058,37.076,34.814,37.786,37.792,35.794,36.229,35.846,36.722,44.067],"paint":[6.521,3.324,5.412,5.298,3.263,5.361,5.396,5.146,5.194,6.339,5.662,5.734,4.464,5.116,4.688,3.381,5.404,4.754,4.55,5.146,4.204,5.077,5.536,6.484,5.843]}}, -{"f":"miso-v1.4.0-non-keyed","b":"05_swap1k","v":{"total":[46.769,51.124,46.79,48.89,49.306,49.181,49.816,47.059,49.543,48.959,50.995,48.975,49.622,49.672,50.434],"script":[35.259,37.131,35.348,33.71,35.695,35.968,35.433,35.559,35.613,35.249,35.815,35.433,35.495,34.248,35.573],"paint":[10.067,12.217,11.015,12.711,11.384,11.054,13.199,10.88,12.4,13.42,14.233,13.235,13.237,14.31,12.167]}}, -{"f":"miso-v1.4.0-non-keyed","b":"06_remove-one-1k","v":{"total":[53.743,54.014,60.823,52.941,53.464,53.343,51.651,50.331,55.061,56.245,52.21,52.171,55.517,58.272,61.729],"script":[19.969,19.064,18.552,18.606,19.435,18.37,18.955,18.162,19.763,18.786,18.818,19.086,19.251,18.608,19.14],"paint":[33.022,33.741,32.586,33.717,33.214,34.786,31.748,31.456,31.584,32.612,32.059,32.305,32.159,33.19,32.824]}}, -{"f":"miso-v1.4.0-non-keyed","b":"07_create10k","v":{"total":[632.306,628.201,634.651,642.303,632.484,642.697,633.494,627.172,644.861,629.656,638.229,633.689,636.335,632.303,641.69],"script":[248.34,248.882,249.337,254.947,247.899,248.119,250.561,242.589,253.297,250.578,255.753,252.356,248.672,247.117,255.85],"paint":[380.222,375.772,381.809,383.738,380.921,390.93,379.353,380.93,387.96,375.55,378.804,377.706,384.045,381.54,382.191]}}, -{"f":"miso-v1.4.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[72.294,69.659,72.064,69.874,71.132,70.883,69.047,70.765,69.646,70.491,73.746,72.057,69.336,68.231,70.087],"script":[34.032,31.619,33.076,32.139,33.311,33.178,32.111,32.644,31.644,32.735,34.649,32.293,31.713,31.55,32.367],"paint":[37.914,37.69,38.484,37.413,37.312,37.392,36.59,37.81,37.667,37.424,38.541,39.296,37.3,36.347,37.25]}}, -{"f":"miso-v1.4.0-non-keyed","b":"09_clear1k_x8","v":{"total":[34.522,32.289,33.562,31.428,61.312,58.007,34.308,36.344,34.776,59.194,57.778,34.859,35.182,28.088,28.823],"script":[29.756,28.262,28.297,25.02,28.209,29.057,30.309,31.271,29.69,30.063,28.1,30.439,31.547,22.852,22.185],"paint":[4.043,3.276,3.594,3.186,6.35,3.55,3.051,4.206,4.326,4.078,3.536,3.016,2.555,3.496,2.901]}}, -{"f":"miso-v1.4.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.731271743774414]}}, -{"f":"miso-v1.4.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[8.642298698425293]}}, -{"f":"miso-v1.4.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.095032691955566]}}, -{"f":"miso-v1.4.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.59866714477539]}}, -{"f":"miso-v1.4.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[51.406150817871094]}}, -{"f":"miso-v1.4.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[4051.496]}}, -{"f":"miso-v1.4.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[104.69199999999987]}}, -{"f":"miso-v1.4.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[219.768]}}, +{"f":"mimbl-v0.10.4-non-keyed","b":"43_first-paint","v":{"DEFAULT":[100.3]}}, +{"f":"miso-v1.4.0-non-keyed","b":"01_run1k","v":{"total":[69.732,63.067,63.609,65.053,65.255,64.41,64.535,64.285,63.376,63.347,63.738,64.762,62.664,62.056,63.739],"script":[26.266,26.574,26.991,27.317,27.331,27.44,26.878,26.766,26.758,26.649,26.443,27.027,26.202,26.155,27.837],"paint":[37.134,36.314,36.419,37.546,37.7,36.755,37.379,37.331,36.425,36.509,37.115,37.543,36.278,35.707,35.705]}}, +{"f":"miso-v1.4.0-non-keyed","b":"02_replace1k","v":{"total":[37.183,37.8,38.762,37.594,37.384,37.319,37.42,38.246,37.13,37.433,37.999,38.055,38.02,36.464,41.662],"script":[22.392,23.058,22.391,21.615,22.567,22.554,21.882,22.884,22.153,22.352,22.893,22.944,22.797,21.102,23.815],"paint":[14.612,14.576,16.185,15.811,14.635,14.588,15.362,15.165,14.78,14.9,14.928,14.94,15.038,15.175,15.909]}}, +{"f":"miso-v1.4.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[71.985,69.107,67.385,69.22,68.374,68.201,66.434,68.878,68.836,70.819,70.783,69.149,66.476,70.747,66.987],"script":[52.654,48.673,50.087,50.007,49.255,48.406,50.06,49.345,50.795,52.078,52.452,53.259,49.39,51.124,47.749],"paint":[17.886,20.093,17.136,18.18,18.302,17.114,15.453,17.385,15.871,17.706,16.563,14.956,16.928,19.068,17.734]}}, +{"f":"miso-v1.4.0-non-keyed","b":"04_select1k","v":{"total":[54.884,53.172,52.421,51.82,53.616,55.931,53.012,53.72,54.587,54.706,56.29,53.225,52.566,51.884,56.47,53.318,56.014,55.587,53.181,51.962,53.12,54.286,53.855,60.732,51.969],"script":[48.32,45.993,44.991,44.445,46.963,48.052,47.238,47.425,45.531,48.7,48.46,45.735,44.842,44.649,48.277,45.989,48.068,48.393,45.42,43.887,46.489,47.456,47.087,53.404,46.028],"paint":[4.836,4.404,5.285,5.258,4.21,4.834,4.265,4.57,5.662,4.528,4.918,4.277,3.253,3.17,5.619,4.372,5.324,4.323,5.324,4.129,5.423,4.607,5.025,4.553,4.218]}}, +{"f":"miso-v1.4.0-non-keyed","b":"05_swap1k","v":{"total":[58.406,58.504,55.591,58.987,60.198,58.382,61.424,58.263,59.424,59.008,59.047,58.678,57.69,58.12,56.302],"script":[44.399,44.633,43.759,45.175,45.299,46.66,45.815,43.655,43.264,45.288,44.205,44.559,43.304,44.515,43.73],"paint":[12.899,12.96,11.006,11.859,12.703,11.558,13.804,12.774,13.172,13.412,14.207,13.823,12.764,11.664,11.738]}}, +{"f":"miso-v1.4.0-non-keyed","b":"06_remove-one-1k","v":{"total":[63.255,62.564,57.324,64.134,55.535,60.596,56.513,59.101,64.743,57.705,60.341,57.995,61.618,58.42,57.265],"script":[24.145,23.946,24.185,24.136,23.033,23.917,23.314,24.598,25.778,24.247,24.304,23.863,25.765,24.757,24.497],"paint":[32.857,33.852,32.271,31.952,31.571,32.921,32.33,33.335,32.356,33.059,31.944,33.314,34.408,32.733,32.078]}}, +{"f":"miso-v1.4.0-non-keyed","b":"07_create10k","v":{"total":[646.496,629.528,634.482,634.667,632.893,642.928,633.313,642.638,640.901,636.713,632.826,640.263,634.854,635.669,642.301],"script":[271.397,255.331,256.731,257.979,253.074,263.068,253.054,259.089,262.115,260.039,256.045,262.149,258.435,255.667,258.979],"paint":[371.353,370.487,374.195,372.937,375.822,376.31,376.498,379.849,375.177,373.135,373.176,374.558,372.766,376.415,379.691]}}, +{"f":"miso-v1.4.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[82.419,79.308,79.433,80.416,80.704,80.879,80.846,80.811,79.756,80.257,79.36,79.117,81.189,80.934,79.353],"script":[38.566,36.221,35.979,36.724,37.599,37.191,37.537,36.732,35.245,36.62,35.988,36.292,36.165,36.39,36.049],"paint":[43.456,42.75,42.994,43.208,42.773,43.218,42.964,43.601,44.002,43.246,42.892,42.484,44.501,44.203,42.919]}}, +{"f":"miso-v1.4.0-non-keyed","b":"09_clear1k_x8","v":{"total":[35.652,38.994,34.469,67.729,34.342,63.21,61.814,35.608,37.665,32.17,36.496,27.932,32.398,30.719,66.956],"script":[30.378,34.767,28.56,36.519,30.781,32.986,30.164,30.887,33.877,26.803,31.766,23.628,25.834,25.846,31.513],"paint":[4.987,3.987,3.592,2.83,2.916,4.81,4.042,3.316,3.218,3.555,2.402,3.464,3.789,3.212,5.709]}}, +{"f":"miso-v1.4.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.7776851654052734]}}, +{"f":"miso-v1.4.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[8.393644332885742]}}, +{"f":"miso-v1.4.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.769124984741211]}}, +{"f":"miso-v1.4.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[8.414502143859863]}}, +{"f":"miso-v1.4.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[50.68447494506836]}}, +{"f":"miso-v1.4.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[4051.776]}}, +{"f":"miso-v1.4.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[125.39199999999988]}}, +{"f":"miso-v1.4.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[238.584]}}, {"f":"miso-v1.4.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[581.033203125]}}, {"f":"miso-v1.4.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[442.755859375]}}, {"f":"miso-v1.4.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[90.7958984375]}}, -{"f":"miso-v1.4.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[674.1]}}, -{"f":"miso-v1.4.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[674.1]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"01_run1k","v":{"total":[41.138,42.185,43.745,42.219,44.954,42.291,40.252,40.269,41.78,41.618,41.396,42.535,41.257,42.336,42.505],"script":[6.423,6.539,6.678,6.806,6.868,6.772,6.687,6.667,6.613,6.941,6.286,7.212,7.106,6.822,6.796],"paint":[34.289,35.04,36.374,34.841,37.623,35.06,33.109,33.179,34.67,34.208,34.646,34.889,33.763,35.057,34.96]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"02_replace1k","v":{"total":[45.044,45.685,46.074,43.762,43.776,46.489,43.6,47.464,46.849,43.828,43.414,44.452,43.032,44.852,43.681],"script":[10.223,9.885,10.304,10.034,10.157,10.516,9.85,10.397,10.86,10.07,9.958,10.841,10.087,11.236,9.968],"paint":[34.321,35.345,35.319,33.279,33.122,35.476,33.301,36.652,35.263,33.013,33.042,33.146,32.502,33.154,33.262]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.448,19.205,18.123,18.086,17.533,19.435,18,18.326,18.045,17.857,18.142,18.147,17.883,18.278,18.098],"script":[1.373,1.74,1.725,1.394,1.607,1.143,1.028,2.075,1.476,1.773,1.191,0.946,0.945,1.251,1.313],"paint":[14.617,15.96,15.329,14.541,14.437,15.831,15.865,14.853,15.196,14.47,15.51,14.508,15.226,14.734,15.164]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"04_select1k","v":{"total":[3.861,3.685,3.699,5.078,3.681,3.521,4.292,3.545,4.001,3.983,4.067,3.287,3.699,3.902,3.792,4.983,3.679,4.178,4.949,3.262,3.792,3.145,4.392,4.233,3.942],"script":[0.216,0.75,0.952,1.345,1.151,0.74,1.22,0.206,1.249,0.618,1.079,0.582,1.206,1.065,0.723,0.597,1.204,1.215,1.201,0.744,1.003,0.189,1.149,1.021,1.366],"paint":[3.479,2.772,1.914,3.465,2.405,1.929,2.262,2.768,1.806,3.209,2.84,1.823,1.81,2.735,1.956,3.391,1.934,1.801,2.893,1.545,1.305,2.853,2.983,2.042,2.416]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"05_swap1k","v":{"total":[12.189,12.654,12.643,13.21,12.464,12.545,13.003,12.161,13.081,12.648,11.826,13.261,12.212,12.66,12.158],"script":[0.114,0.602,0.789,0.886,0.537,0.479,0.958,0.798,0.119,0.453,0.285,0.116,0.601,0.108,0.455],"paint":[10.581,9.818,10.467,10.038,10.438,10.005,11.014,10.099,11.06,10.637,10.052,10.917,10.621,10.902,9.31]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"06_remove-one-1k","v":{"total":[17.345,17.463,16.74,17.529,17.268,17.735,18.846,18.474,17.769,17.326,17.814,17.819,19.094,18.15,17.598],"script":[0.715,0.666,0.65,0.882,0.639,0.662,0.718,0.744,0.634,0.654,0.651,0.642,0.769,0.925,0.647],"paint":[15.641,15.705,15.377,15.921,15.668,16.545,16.562,16.801,16.088,15.249,16.304,16.166,16.884,16.192,16.225]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"07_create10k","v":{"total":[662.277,662.402,670.169,657.417,660.677,670.713,650.433,671.264,691.574,679.078,665.418,671.37,664.621,653.098,663.07],"script":[267.462,272.657,274.86,266.098,269.733,272.268,262.048,272.304,275.279,275.036,273.276,275.203,272.102,261.298,265.688],"paint":[387.133,381.048,386.574,383.87,383.469,390.66,380.927,391.316,407.79,396.582,384.229,387.774,385.073,384.184,389.605]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[79.062,66.265,62.284,62.522,62.303,63.755,67.179,63.699,61.901,65.254,79.51,63.066,65.746,65.388,66.116],"script":[34.355,25.422,23.497,23.533,23.723,24.262,25.871,23.533,23.309,25.533,34.929,24.089,25.308,25.489,24.94],"paint":[43.78,39.841,37.894,38.073,37.741,38.391,40.04,39.223,37.762,38.454,43.59,38.064,39.172,38.505,39.867]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"09_clear1k_x8","v":{"total":[19.216,18.9,19.741,19.547,19.587,20.16,18.826,20.101,20.199,20.638,19.426,19.788,19.501,19.056,18.993],"script":[17.138,16.804,17.85,17.116,17.566,17.421,17.068,17.927,17.714,17.799,17.545,17.407,17.288,16.724,16.473],"paint":[1.563,1.997,1.772,1.748,1.049,2.547,0.804,2.075,2.353,2.128,0.877,1.367,2.109,1.199,1.841]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.7086381912231445]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"22_run-memory","v":{"DEFAULT":[9.880895614624023]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[10.014586448669434]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[10.473828315734863]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[74.86691379547119]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.2500000000002]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[40.624]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[167.28000000000003]}}, +{"f":"miso-v1.4.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[669.5]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"01_run1k","v":{"total":[47.464,45.541,43.267,43.588,43.019,43.066,42.341,44.716,42.453,42.494,42.766,43.734,43.172,43.364,45.332],"script":[6.981,6.849,6.749,6.926,6.666,6.999,6.604,6.549,6.882,6.835,6.658,6.616,6.838,6.504,7.079],"paint":[39.725,37.976,36.021,36.212,35.884,35.611,35.344,37.708,35.144,35.205,35.451,36.663,35.945,36.389,37.537]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"02_replace1k","v":{"total":[48.835,50.005,47.32,49.786,48.051,47.379,47.148,49.12,46.759,49.647,49.386,48.998,47.613,48.904,47.448],"script":[10.092,10.764,9.949,10.573,10.154,10.43,10.082,10.494,10.053,10.917,10.294,9.965,10.104,10.284,10.028],"paint":[38.02,38.523,36.911,38.69,37.446,36.468,36.545,37.927,36.245,38.035,38.362,38.522,37.029,38.155,36.964]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.528,18.158,18.173,18.077,17.982,17.435,18.631,18.239,17.725,19.225,18.879,17.741,18.79,17.606,17.741],"script":[1.236,1.524,1.55,1.046,1.997,1.178,1.16,1.616,1.443,1.347,1.297,1.165,1.335,1.186,1.354],"paint":[14.814,15.468,15.031,15.406,14.449,14.609,15.811,15.227,14.662,16.013,15.993,14.706,16.074,14.523,15.035]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"04_select1k","v":{"total":[3.92,3.947,4.556,4.689,2.95,3.767,3.635,4.624,4.34,2.82,3.472,3.882,4.588,4.677,5.013,3.311,4.866,3.722,3.693,5.319,3.747,4.078,3.823,3.465,3.918],"script":[0.914,0.866,1.247,0.888,0.769,1.016,1.102,1.257,0.795,0.616,1.17,0.218,1.003,0.977,1.522,0.59,1.703,1.346,0.814,1.848,1.439,1.201,1.121,0.912,1.12],"paint":[1.838,1.988,2.828,3.618,1.661,2.64,1.868,2.775,3.297,2.095,1.286,3.443,2.633,2.652,3.25,1.786,2.111,2.083,1.765,3.124,1.403,0.899,1.704,0.885,2.45]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"05_swap1k","v":{"total":[12.194,12.029,12.512,12.877,12.231,12.51,12.287,12.676,12.82,12.875,12.577,12.461,12.302,12.303,12.343],"script":[0.595,0.462,0.53,0.956,0.508,0.12,0.705,0.965,0.967,0.501,0.927,0.112,0.111,0.928,0.683],"paint":[9.537,10.323,10.114,10.56,10.41,11.396,10.58,10.678,10.283,10.562,10.227,11.026,11.497,9.952,9.895]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"06_remove-one-1k","v":{"total":[18.154,17.697,18.051,18.555,18.964,18.582,17.124,17.876,16.916,17.247,17.412,17.225,17.277,17.569,17.957],"script":[0.709,1.019,0.853,0.717,0.681,0.703,0.673,0.677,0.674,0.67,0.69,0.666,0.721,0.82,1.074],"paint":[16.072,15.843,16.421,16.544,16.501,16.485,15.324,16.117,15.365,15.862,15.933,15.535,15.62,15.669,15.529]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"07_create10k","v":{"total":[661.05,665.093,650.923,655.188,660.887,664.104,677.005,656.383,659.16,652.422,657.923,673.841,667.512,652.101,670.116],"script":[273.279,274.955,268.555,274.757,274.324,273.83,289.118,272.478,271.669,268.545,273.885,282.02,275.946,271.849,281.406],"paint":[380.317,382.404,375.05,372.93,379.172,382.562,380.1,376.582,380.122,376.232,376.705,384.41,384.076,372.86,381.282]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[79.221,81.408,79.279,79.978,79.848,79.891,80.578,81.921,79.691,80.673,78.157,81.234,81.045,81.248,80.548],"script":[35.53,35.779,35.586,36.269,35.987,35.537,36.864,36.006,35.544,35.255,35.616,36.586,35.89,37.396,35.245],"paint":[42.765,44.454,42.729,42.787,42.948,43.281,42.478,44.941,43.189,44.219,41.607,43.418,44.239,42.901,44.054]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"09_clear1k_x8","v":{"total":[20.573,20.666,19.595,18.82,19.708,20.472,19.525,19.498,20.773,19.816,19.813,19.7,21.297,21.186,18.535],"script":[18.191,18.765,17.714,16.34,17.638,17.915,17.53,17.562,18.287,17.431,17.562,17.49,19.38,18.577,16.733],"paint":[0.957,1.135,1.759,2.348,1.938,2.392,1.622,1.246,2.347,2.277,1.601,1.314,1.24,2.485,0.9]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[2.7084169387817383]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"22_run-memory","v":{"DEFAULT":[9.693031311035156]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[9.771502494812012]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[10.277709007263184]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[72.69158267974854]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.945]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[42.587999999999994]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[180.43999999999997]}}, {"f":"mogwai-v0.6.5-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[368.2001953125]}}, {"f":"mogwai-v0.6.5-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[229.640625]}}, {"f":"mogwai-v0.6.5-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[65.7919921875]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"43_first-paint","v":{"DEFAULT":[403.6]}}, -{"f":"mogwai-v0.6.5-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[403.6]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"01_run1k","v":{"total":[55.306,56.405,55.378,54.73,55.512,58.565,55.834,57.74,54.95,57,54.935,55.579,55.388,57.218,55.858],"script":[18.123,18.734,17.78,17.886,18.179,19.125,18.134,18.299,18.558,19.027,17.779,19.188,18.056,18.909,18.689],"paint":[36.616,37.006,36.842,36.069,36.59,38.923,37.197,38.695,35.883,37.395,36.673,35.867,36.84,37.791,36.666]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"02_replace1k","v":{"total":[61.545,60.109,62.378,63.643,60.305,63.398,60.798,62.194,62.545,62.222,61.161,60.838,60.498,61.547,60.695],"script":[25.954,24.929,26.557,27.347,25.892,26.571,26.024,27.133,26.231,27.521,26.891,26.671,26.073,26.941,26.457],"paint":[35.146,34.427,35.083,35.747,33.67,36.395,34.155,34.572,35.609,34.284,33.784,33.672,33.948,34.103,33.514]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.926,23.065,22.532,22.761,22.993,22.582,22.635,22.942,23.281,22.783,22.798,22.661,21.821,22.118,22.477],"script":[2.267,2.732,2.296,2.462,2.61,2.739,2.644,1.912,2.522,2.476,2.741,2.724,1.882,1.991,2.434],"paint":[17.61,18.1,18.016,18.627,18.085,18.367,17.814,17.516,18.489,18.19,18.648,18.177,17.506,17.85,17.472]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"04_select1k","v":{"total":[7.147,7.518,7.786,7.965,7.781,7.944,7.129,8.122,6.948,7.412,8.197,7.665,7.955,7.899,7.653,7.338,7.327,8.018,7.44,7.26,6.612,8.267,7.936,6.895,7.147],"script":[4.071,4.023,3.533,4.186,4.019,4.571,3.443,4.243,4.123,4.085,4.515,4.498,4.516,4.264,4.299,4.27,3.992,5.027,4.059,4.622,3.55,4.737,4.216,3.86,4.409],"paint":[2.121,2.399,2.721,2.64,2.928,3.017,2.554,2.813,1.557,2.243,2.354,2.174,3.266,3.426,2.37,2.361,3.153,1.964,2.247,1.481,2.271,2.116,2.693,2.419,1.718]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"05_swap1k","v":{"total":[26.603,26.793,26.613,25.804,24.767,24.602,24.495,25.715,24.236,23.458,24.91,24.547,23.979,24.298,24.578],"script":[1.389,1.451,1.19,1.047,0.924,1.5,0.242,0.911,1.287,0.88,0.89,0.945,0.957,1.352,1.187],"paint":[22.727,22.562,23.358,22.612,21.496,20.253,22.546,22.199,21.004,20.656,21.897,21.738,20.784,20.829,21.93]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"06_remove-one-1k","v":{"total":[160.98,162.632,163.735,168.176,167.362,165.918,163.461,162.058,161.378,160.62,161.314,157.136,162.748,162.317,162.706],"script":[87.015,87.519,86.154,88.535,91.031,90.124,86.845,87.292,86.161,85.209,85.898,83.335,87.595,86.233,88.097],"paint":[72.596,73.672,75.967,77.933,74.578,74.452,74.716,73.367,73.563,73.549,74.045,72.869,73.289,74.928,73.166]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"07_create10k","v":{"total":[653.736,642.179,648.584,646.501,640.389,644.558,640.999,647.437,653.061,643.223,642.022,643.531,642.658,649.756,658.213],"script":[227.825,220.866,227.677,225.606,223.531,222.975,219.821,228.866,225.713,223.964,225.928,222.217,223.928,226.671,229.103],"paint":[418.339,413.407,413.056,413.323,408.853,413.628,413.475,410.949,419.72,410.789,408.15,413.641,410.846,415.475,421.253]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.109,59.974,56.902,57.282,57.097,57.17,57.622,59.831,57.162,58.451,60.134,56.525,57.295,59.285,56.629],"script":[16.704,16.71,16.61,17.494,16.792,16.907,17.114,17.182,16.876,16.641,17.476,16.479,16.903,16.754,16.928],"paint":[39.129,42.269,39.042,38.789,39.047,39.193,39.489,41.614,39.276,40.593,41.456,39.072,39.114,41.304,38.456]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"09_clear1k_x8","v":{"total":[47.338,44.47,46.038,48.234,44.491,46.987,44.538,46.421,45.208,46.667,45.718,44.578,46.507,46.182,44.461],"script":[44.617,42.134,43.645,45.791,41.798,44.448,41.694,44.079,42.816,44.309,42.984,41.554,43.73,43.619,42.12],"paint":[2.44,2.223,1.577,1.965,2.567,1.862,2.682,2.088,2.264,1.426,1.971,2.425,2.411,1.928,1.544]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5533857345581055]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.9805908203125]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.067987442016602]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.5683116912841797]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[51.71196365356445]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.604]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.372]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[132.548]}}, +{"f":"mogwai-v0.6.5-non-keyed","b":"43_first-paint","v":{"DEFAULT":[389.7]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"01_run1k","v":{"total":[53.983,54.796,54.795,55.225,54.84,55.118,55.71,54.597,54.434,54.342,53.783,56.192,54.623,54.769,55.958],"script":[18.263,18.62,18.949,19.08,18.904,19.235,19.947,18.589,18.822,18.441,18.29,18.16,18.933,18.838,19.402],"paint":[35.243,35.651,35.408,35.61,35.217,35.409,35.288,35.53,35.127,35.448,35.035,37.6,35.233,35.483,36.085]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"02_replace1k","v":{"total":[71.568,74.202,71.965,72.334,72.101,72.423,72.375,72.337,72.563,72.741,72.676,72.315,71.86,73.789,71.644],"script":[30.297,33.184,30.717,31.358,31.393,30.995,30.798,31.324,31.01,30.647,31.864,31.812,32.058,30.692,30.164],"paint":[40.797,40.257,40.782,40.495,40.245,40.967,41.066,40.521,41.087,41.603,40.077,40.025,39.308,42.566,40.744]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.866,22.103,21.81,22.516,22.713,22.092,21.584,21.982,22.951,22.861,22.974,22.384,21.662,21.71,22.551],"script":[2.404,2.547,1.895,2.317,2.128,2.435,2.259,2.485,2.688,2.789,3.046,2.68,2.465,2.783,2.486],"paint":[20.445,17.09,18.928,17.451,18.148,18.361,17.731,17.928,18.347,18.248,18.11,17.525,17.926,16.839,17.811]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"04_select1k","v":{"total":[8.774,6.429,6.647,7.438,7.343,7.904,8.717,7.878,7.443,7.418,8.328,8.388,6.452,7.434,8.011,7.701,7.581,8.308,7.13,8.474,8.198,6.418,7.77,7.728,7.678],"script":[5.174,3.978,3.315,4.871,4.422,4.583,4.674,4.822,4.038,4.241,4.309,4.937,3.579,4.082,4.833,4.573,4.261,5.398,3.721,4.58,4.917,3.991,4.254,4.611,4.804],"paint":[2.652,2.318,1.937,2.394,1.753,3.148,3.033,2.153,3.03,2.22,2.852,3.28,1.203,2.453,1.606,2.188,2.526,1.929,2.421,3.313,3.1,2.307,2.635,2.458,2.206]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"05_swap1k","v":{"total":[23.222,25.072,24.648,23.268,23.863,25.82,24.027,24.389,24.063,24.566,22.948,24.111,23.628,24.507,24.324],"script":[0.777,0.994,0.737,1.171,0.885,1.321,0.653,1.387,1.794,0.904,0.622,1.027,1.069,1.236,1.518],"paint":[20.4,22.216,21.736,20.253,20.961,22.471,21.411,20.548,20.891,21.159,20.729,21.124,19.932,21.139,20.594]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"06_remove-one-1k","v":{"total":[177.408,178.071,182.784,166.842,191.398,187.8,184.194,181.002,182.176,181.498,178.283,178.578,179.236,178.521,178.083],"script":[88.188,89.86,93.213,83.472,98.544,93.629,90.664,91.235,90.951,91.487,89.853,90.242,90.182,89.579,88.123],"paint":[87.836,86.829,87.637,81.941,91.095,92.568,91.92,88.126,90.105,88.408,86.621,86.657,87.422,87.364,88.961]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"07_create10k","v":{"total":[640.653,625.998,644.805,631.927,634.286,630.022,639.544,636.119,638.973,624.194,629.706,634.816,629.272,633.84,629.271],"script":[229.134,221.945,230.362,227.432,231.641,222.761,230.046,228.078,230.175,226.052,225.543,226.754,224.313,227.296,228.439],"paint":[403.734,396.534,406.965,396.724,394.382,399.723,401.54,400.329,400.404,390.645,396.706,400.339,397.203,398.876,393.179]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[67.55,66.359,66.611,68.406,67.128,67.457,66.03,65.31,65.696,65.17,66.678,65.593,66.425,67.709,67.137],"script":[21.583,21.188,21.395,21.294,21.716,21.286,21.397,20.25,21.458,20.797,20.713,21.442,21.418,21.23,21.628],"paint":[44.984,44.164,44.222,46.023,44.448,44.977,43.671,44.083,43.261,43.441,44.983,43.191,44.033,45.242,44.537]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"09_clear1k_x8","v":{"total":[53.578,58.854,52.88,56.611,53.434,56.066,58.041,55.561,54.521,51.544,53.013,58.721,55.752,54.407,50.024],"script":[51.294,56.336,50.481,53.78,51.008,54.139,55.651,53.461,51.404,49.378,50.381,55.714,52.713,51.521,47.285],"paint":[2.129,1.269,1.721,1.668,2.305,0.753,1.464,1.295,2.387,2.06,2.487,2.836,2.669,1.961,1.48]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5551557540893555]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.749608039855957]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.870196342468262]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.5211620330810547]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[49.53264808654785]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.5479999999998]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.5]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.71599999999995]}}, {"f":"mutraction-v0.24.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[178.1875]}}, {"f":"mutraction-v0.24.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[57.7939453125]}}, {"f":"mutraction-v0.24.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[11.984375]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[90.6]}}, -{"f":"mutraction-v0.24.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[90.6]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"01_run1k","v":{"total":[76.343,77.301,76.19,74.09,75.46,72.223,75.341,74.478,73.718,75.478,74.29,75.567,74.754,76.309,77.074],"script":[37.501,38.286,37.934,35.599,35.949,34.455,37.352,36.087,36.256,38.07,36.896,37.357,36.746,37.686,38.134],"paint":[38.178,38.422,37.466,37.742,38.753,37.266,37.391,37.607,36.948,36.858,36.888,37.583,37.262,37.931,38.306]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"02_replace1k","v":{"total":[42.427,39.155,42.49,42.521,40.706,42.693,38.095,43.093,40.995,43.135,42.534,42.133,42.324,41.537,41.677],"script":[26.266,23.024,25.984,26.048,24.868,26.323,22.403,26.372,25.243,26.567,26.36,26.04,25.948,25.902,25.689],"paint":[15.45,15.566,16.02,15.842,15.306,15.832,15.127,16.068,15.214,15.942,15.479,15.386,15.797,15.076,15.44]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.629,20.932,21.618,21.73,20.709,22.334,22.466,20.666,22.567,21.206,22.195,22.866,24.284,21.196,21.063],"script":[3.046,3.355,3.438,3.346,2.81,2.856,3.364,2.294,3.482,3.117,2.77,3.57,3.018,3.122,3.026],"paint":[16.084,16.057,16.492,17.032,15.774,17.409,17.233,16.707,17.213,16.541,16.793,17.665,19.002,16.583,16.616]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"04_select1k","v":{"total":[18.946,19.588,15.742,16.635,18.086,15.665,19.93,17.774,17.914,17.966,16.195,15.636,19.01,14.123,19.113,18.347,15.424,17.948,16.794,18.018,17.497,19.387,18.577,15.851,18.418],"script":[16.068,16.451,13.195,13.213,14.736,12.274,15.309,14.361,15.067,15.174,12.875,12.622,14.755,11.236,15.073,15.322,12.809,15.095,12.821,15.134,13.806,15.303,15.251,12.852,15.555],"paint":[1.958,1.41,1.866,2.852,2.588,3.158,2.231,2.64,2.074,2.114,2.699,2.457,2.914,1.806,2.754,2.121,1.677,1.807,2.241,2.29,2.461,2.605,2.175,2.244,2.312]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"05_swap1k","v":{"total":[76.198,70.851,66.149,69.792,68.122,70.352,72.265,69.186,72.543,70.192,61.906,75.943,65.03,72.914,65.943],"script":[60.066,55.57,52.037,54.85,53.817,55.591,57.138,54.324,57.772,56.085,48.341,60.81,50.299,56.777,50.209],"paint":[13.578,14.263,12.416,13.144,12.914,12.04,13.108,12.413,13.018,12.372,11.567,13.253,12.226,13.374,14.315]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"06_remove-one-1k","v":{"total":[78.011,83.992,84.275,76.724,84.872,84.49,85.077,80.479,84.956,85.785,76.414,84.999,83.818,84.368,81.972],"script":[43.955,49.741,50.117,43.004,50.71,50.237,51.209,46.954,50.633,50.668,43.225,50.756,49.646,50.52,48.228],"paint":[32.388,33.009,32.82,32.443,32.906,32.997,32.617,32.378,33.166,34.236,32.292,32.827,32.827,32.554,32.761]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"07_create10k","v":{"total":[827.573,828.933,822.919,803.976,844.955,818.501,831.693,832.782,834.646,838.01,834.222,828.499,813.1,821.906,842.21],"script":[406.589,401.636,394.252,381.51,405.219,392.621,399.603,404.585,406.028,405.843,406.286,406.657,395.114,393.622,414.834],"paint":[413.409,419.629,420.989,414.707,432.268,418.193,424.481,420.254,420.881,424.116,420.087,413.764,410.295,420.633,418.349]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[92.133,91.154,93.788,94.249,90.267,93.601,90.658,89.993,92.15,96.622,88.809,88.17,87.685,95.133,92.574],"script":[46.966,47.882,49.264,50.694,48.533,50.149,49.166,48.438,49.569,50.43,45.667,46.103,46.39,49.231,50.367],"paint":[44.052,42.331,43.18,42.273,40.762,42.391,40.192,40.562,41.227,44.851,41.88,41.003,40.244,44.579,41.103]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"09_clear1k_x8","v":{"total":[27.254,27.775,29.073,29.065,25.152,28.019,31.019,29.071,26.75,28.312,27.613,27.376,27.671,29.078,28.826],"script":[25.149,25.789,26.823,27.557,22.974,25.838,28.779,26.043,24.725,25.275,25.421,25.909,25.368,26.677,26.876],"paint":[2.002,1.176,1.439,0.417,2.086,1.289,2.109,2.917,1.19,2.344,2.082,0.421,0.868,1.336,1.839]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5452957153320312]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[6.933345794677734]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.998492240905762]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.3851823806762695]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[60.70518493652344]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.2400000000002]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.604000000000001]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.51199999999997]}}, +{"f":"mutraction-v0.24.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[91.9]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"01_run1k","v":{"total":[76.292,74.775,75.458,72.562,72.971,73.406,73.581,74.765,73.893,74.009,72.999,72.909,74.584,73.885,74.988],"script":[36.676,36.361,37.018,35.349,35.808,35.867,36.623,36.894,36.486,36.592,36.257,36.415,36.752,36.98,37.637],"paint":[38.984,37.908,37.921,36.682,36.653,36.997,36.444,37.192,36.914,36.607,36.263,35.977,37.059,36.41,36.572]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"02_replace1k","v":{"total":[41.212,42.962,41.255,42.283,41.495,41.762,39.853,42.748,40.229,41.12,40.795,42.203,41.848,42.419,41.8],"script":[24.562,25.129,24.408,25.504,25.023,25.753,24.249,25.157,24.587,24.943,25.333,24.66,25.157,24.686,25.054],"paint":[16.111,17.169,16.13,16.265,15.843,15.507,15.07,16.862,15.114,15.646,14.938,16.846,16.119,17.043,16.17]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[23.028,21.944,22.737,22.047,21.803,21.631,21.836,21.911,22.287,20.532,21.176,20.514,21.437,21.816,20.902],"script":[3.233,3.196,2.781,3.099,3.094,2.994,3.374,3.012,2.903,2.967,3.047,3.033,2.227,3.455,2.648],"paint":[17.79,16.941,17.272,17.466,16.852,16.992,16.887,16.942,17.147,15.897,15.905,16.167,18.055,16.986,16.553]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"04_select1k","v":{"total":[16.364,18.379,14.22,17.823,16.999,20.584,17.804,17.724,16.532,17.293,17.726,16.927,17.952,17.368,16.514,17.703,17.47,16.567,17.966,17.28,17.715,17.407,17.42,16.763,16.538],"script":[13.718,14.727,11.696,14.314,14.185,15.697,14.288,13.974,13.09,13.875,13.742,14.393,14.832,14.401,13.902,13.912,13.881,13.338,15.006,14.404,14.676,14.083,14.37,13.699,13.973],"paint":[1.524,2.5,2.033,2.653,1.659,3.27,2.269,2.53,2.523,2.48,3.202,1.261,1.99,2.784,1.598,2.734,2.408,2.516,2.309,2.04,2.498,2.209,2.237,1.889,1.988]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"05_swap1k","v":{"total":[70.545,72.263,71.993,71.254,71.901,71.09,69.391,71.426,71.021,68.244,71.337,72.597,69.255,74.469,69.095],"script":[55.003,57.528,55.725,57.433,57.796,56.479,55.571,55.858,57.07,53.853,57.022,58.842,55.592,59.14,53.987],"paint":[13.707,13.129,12.915,12.53,12.88,12.893,11.465,13.475,11.805,12.105,11.915,12.665,12.307,13.454,13.212]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"06_remove-one-1k","v":{"total":[79.733,80.695,81.005,82.077,79.584,79.849,79.588,82.024,80.826,79.629,88.306,81.318,81.425,86.72,80.824],"script":[46.737,47.597,46.953,48.387,47.065,47.308,46.521,47.667,47.25,46.784,50.868,47.737,47.432,49.551,47.211],"paint":[31.2,31.855,32.484,32.432,31.326,31.32,31.834,33.06,32.183,31.661,36.08,32.353,33.053,35.883,32.294]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"07_create10k","v":{"total":[814.803,799.873,811.435,829.007,805.699,817.996,824.47,821.522,818.027,801.589,795.142,830.003,800.577,816.527,813.79],"script":[394.725,385.931,390.956,396.522,383.52,386.291,392.522,391.819,398.219,391.446,382.144,396.782,387.264,400.003,397.183],"paint":[412.365,406.371,412.707,424.816,414.651,424.161,424.169,422.027,411.985,402.231,405.441,425.311,405.757,408.965,408.854]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[99.808,95.398,90.262,97.87,100.341,96.9,95.388,97.352,95.983,94.929,95.676,95.542,96.209,95.249,95.038],"script":[50.274,46.779,44.592,47.904,49.048,48.279,47.545,48.563,47.046,46.02,46.93,46.699,47.831,46.54,46.983],"paint":[48.269,47.327,44.693,48.693,49.993,47.609,46.827,47.762,47.671,47.633,47.467,47.57,47.096,47.472,47.068]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"09_clear1k_x8","v":{"total":[26.875,27.446,28.441,29.177,25.469,27.433,26.811,29.089,27.255,28.747,28.173,27.334,26.988,27.251,29.098],"script":[24.113,24.858,26.056,26.622,22.761,25.448,24.001,26.602,25.109,26.532,25.698,24.822,24.752,25.192,27.168],"paint":[2.246,2.48,2.242,1.932,1.781,1.202,2.304,2.107,1.419,1.091,1.832,1.379,2.114,1.449,0.919]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6081733703613281]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[6.742428779602051]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.781632423400879]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.4336843490600586]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[57.791297912597656]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.6899999999998]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.3]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.192]}}, {"f":"petite-vue-v0.4.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[157.8857421875]}}, {"f":"petite-vue-v0.4.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.609375]}}, {"f":"petite-vue-v0.4.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[7.2255859375]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[84.8]}}, -{"f":"petite-vue-v0.4.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[84.8]}}, -{"f":"quel-v0.9.51-non-keyed","b":"01_run1k","v":{"total":[43.835,44.113,44.102,44.721,44.861,44.365,44.612,44.48,48.688,45.019,47.944,44.871,45.342,45.241,47.267],"script":[8.058,9.179,8.283,8.401,8.405,8.126,8.451,9.555,8.74,8.528,8.642,9.17,8.698,8.687,9.162],"paint":[35.208,34.451,35.283,35.803,35.967,35.757,35.634,34.452,39.466,35.849,38.58,34.939,35.919,36.051,37.562]}}, -{"f":"quel-v0.9.51-non-keyed","b":"02_replace1k","v":{"total":[20.296,21.088,19.772,21.654,21.559,20.876,21.272,20.957,20.993,21.792,21.059,21.36,19.938,21.485,21.052],"script":[3.816,3.714,3.975,3.732,4.341,3.764,4.236,3.688,3.716,4.067,3.782,3.719,3.713,3.88,3.615],"paint":[15.785,16.829,15.225,17.222,16.603,16.453,16.472,16.724,16.649,17.163,16.643,17.029,15.538,16.984,16.895]}}, -{"f":"quel-v0.9.51-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.767,23.266,23.651,22.412,21.801,22.865,22.178,24.348,22.471,21.122,22.061,21.83,21.627,24.991,22.697],"script":[3.041,3.648,4.194,3.936,4.033,3.795,3.374,4.308,3.97,3.44,3.573,3.234,3.718,4.3,3.802],"paint":[17.322,17.627,17.705,16.318,15.314,17.104,16.855,18.123,16.675,15.349,16.391,17.844,16.059,18.043,17.273]}}, -{"f":"quel-v0.9.51-non-keyed","b":"04_select1k","v":{"total":[4.335,4.628,4.897,4.755,3.957,4.805,4.397,5.279,4.055,5.449,4.914,5.452,4.613,5.272,5.366,5.234,4.368,4.915,4.179,5.852,4.916,4.44,3.751,4.946,4.877],"script":[1.312,2.015,1.241,2.103,1.232,1.072,1.315,1.503,1.386,2,1.138,1.044,1.192,1.708,2.048,1.299,1.063,0.963,1.188,1.45,1.561,1.019,1.174,1.975,1.635],"paint":[2.153,2.461,3.486,2.468,1.602,3.021,2.159,2.857,1.487,2.158,2.443,4.22,2.383,2.595,3.164,3.682,2.469,3.81,2.478,4.171,2.319,2.737,2.422,1.004,2.053]}}, -{"f":"quel-v0.9.51-non-keyed","b":"05_swap1k","v":{"total":[15.857,13.782,14.4,14.15,14.75,14.114,13.709,14.146,14.539,13.673,14.732,14.329,13.7,14.749,14.295],"script":[1.136,1.309,1.088,0.674,0.975,1.688,0.652,1.357,1.692,1.006,0.649,1.412,1.129,1.072,1.207],"paint":[12.845,10.349,12.203,10.712,11.888,11.108,10.692,11.668,10.785,10.725,12.525,11.022,11.16,11.511,11.224]}}, -{"f":"quel-v0.9.51-non-keyed","b":"06_remove-one-1k","v":{"total":[42.297,42.849,44.219,42.372,42.61,41.713,41.888,42.825,42.902,41.933,44.911,42.941,41.304,43.049,45.174],"script":[8.395,8.171,8.355,8.506,8.246,8.176,8.425,8.304,8.434,8.152,7.974,8.459,8.071,8.197,8.547],"paint":[32.565,33.186,34.104,32.564,32.896,32.42,32.149,33.334,33.202,32.617,35.31,33.244,32.292,33.127,34.981]}}, -{"f":"quel-v0.9.51-non-keyed","b":"07_create10k","v":{"total":[604.659,609.225,611.699,608.361,612.778,603.684,610.388,600.198,608.529,601.897,607.485,607.91,607.093,609.563,603.109],"script":[203.699,200.937,202.713,202.682,202.886,205.401,204.367,202.21,203.664,202.987,202.416,203.847,205.354,206.329,202.959],"paint":[393.219,400.496,401.073,397.998,402.056,390.606,398.324,389.996,397.017,390.732,397.117,396.352,394.015,395.331,391.893]}}, -{"f":"quel-v0.9.51-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[67.046,67.48,65.365,68.645,67.292,67.901,65.249,66.588,67.824,67.755,68.167,69.294,68.313,68.051,68.827],"script":[26.824,26.714,25.623,26.431,26.931,26.162,25.658,26.412,26.135,27.427,26.35,27.109,26.326,26.351,26.851],"paint":[38.896,39.516,38.737,40.889,39.059,40.722,38.252,39.172,40.67,39.313,40.756,41.191,40.703,40.723,40.763]}}, -{"f":"quel-v0.9.51-non-keyed","b":"09_clear1k_x8","v":{"total":[23.969,24.172,25.134,24.111,24.214,23.774,23.481,24.169,25.11,24.327,25.207,23.182,23.059,24.75,24.792],"script":[21.437,21.876,22.687,22.129,22.217,21.951,21.431,21.469,22.429,21.462,22.566,20.909,21.192,22.565,22.47],"paint":[2.409,1.673,1.939,1.298,1.863,0.871,1.061,1.787,1.814,2.738,2.509,1.804,0.444,1.474,2.192]}}, -{"f":"quel-v0.9.51-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8755073547363281]}}, -{"f":"quel-v0.9.51-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.166145324707031]}}, -{"f":"quel-v0.9.51-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.259284973144531]}}, -{"f":"quel-v0.9.51-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.649518013000488]}}, -{"f":"quel-v0.9.51-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.58977794647217]}}, -{"f":"quel-v0.9.51-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2103.1859999999997]}}, -{"f":"quel-v0.9.51-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.216]}}, -{"f":"quel-v0.9.51-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.79600000000002]}}, +{"f":"petite-vue-v0.4.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[62.2]}}, +{"f":"quel-v0.9.51-non-keyed","b":"01_run1k","v":{"total":[47.755,47.771,48.397,47.759,48.016,47.465,47.951,48.189,46.605,48.77,49.989,46.947,47.909,49.114,48.564],"script":[10.68,10.01,10.517,10.356,10.34,10.543,10.266,10.542,9.924,11.044,9.911,10.487,10.489,10.311,10.967],"paint":[36.558,37.072,37.368,36.759,37.216,36.464,37.185,37.189,36.132,37.014,39.531,35.958,36.955,37.999,37.121]}}, +{"f":"quel-v0.9.51-non-keyed","b":"02_replace1k","v":{"total":[21.285,21.656,20.263,20.684,19.881,21.024,20.262,19.525,20.751,21.322,21.067,20.085,20.922,21.023,21.588],"script":[4.555,4.326,4.699,4.388,4.368,4.668,4.52,4.248,4.57,4.527,4.5,4.385,4.473,4.492,4.384],"paint":[16.216,16.757,15.006,15.819,15.008,15.714,15.232,14.839,15.669,16.36,15.926,15.123,15.949,15.89,16.572]}}, +{"f":"quel-v0.9.51-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.671,22.353,21.557,23.584,22.228,22.444,23.087,20.952,21.173,22.298,20.823,21.84,22.541,21.663,22.079],"script":[3.748,4.014,3.467,3.781,3.832,4.271,4.024,3.376,3.206,3.372,3.636,3.25,3.706,3.557,3.998],"paint":[16.33,16.809,16.254,15.044,16.48,16.22,16.721,16.295,16.394,17.166,16.201,16.935,16.401,16.245,15.973]}}, +{"f":"quel-v0.9.51-non-keyed","b":"04_select1k","v":{"total":[4.7,4.769,3.828,4.895,4.355,5.301,4.364,4.519,6.143,4.697,4.486,3.987,4.928,4.468,5.081,5.538,4.932,4.843,3.599,4.641,4.57,4.253,4.623,5.033,4.617],"script":[1.333,1.574,1.045,1.683,1.906,1.59,1.935,0.975,2.147,2.089,1.6,0.612,1.527,1.582,1.49,1.56,1.019,1.54,1.116,1.782,1.723,1.341,1.156,1.662,1.306],"paint":[3.21,2.257,2.673,2.511,1.755,2.916,2.292,2.737,2.605,2.453,2.169,3.263,3.254,2.747,3.434,1.895,2.972,3.077,1.785,1.978,2.338,1.802,3.28,2.216,2.087]}}, +{"f":"quel-v0.9.51-non-keyed","b":"05_swap1k","v":{"total":[14.814,14.067,14.836,13.903,15.4,14.499,13.342,13.803,13.834,14.995,14.046,13.073,14.003,14.8,14.866],"script":[1.591,1.016,0.918,1.739,1.298,1.028,1.144,1.652,0.616,1.264,0.704,0.873,1.264,0.949,1.477],"paint":[11.345,11.396,11.985,10.734,12.987,11.633,10.241,10.691,11.619,11.828,11.215,11.145,10.627,11.932,12.018]}}, +{"f":"quel-v0.9.51-non-keyed","b":"06_remove-one-1k","v":{"total":[43.835,43.548,41.618,41.992,41.105,43.188,41.702,41.899,43.632,43.243,42.171,42.235,41.586,42.107,42.559],"script":[9.081,8.16,8.647,8.878,7.979,9.2,8.496,8.773,8.698,8.894,8.572,8.566,8.646,8.543,9.023],"paint":[33.301,34.385,32.105,32.302,32.351,32.727,32.322,32.235,33.694,32.933,32.394,32.638,31.764,32.338,32.114]}}, +{"f":"quel-v0.9.51-non-keyed","b":"07_create10k","v":{"total":[615.795,617.494,604.413,601.883,599.058,610.661,598.652,605.79,609.57,609.474,605.051,598.78,599.458,607.912,612.583],"script":[212.829,214.522,208.117,209.293,205.694,207.851,205.412,207.63,208.746,210.964,208.914,205.749,208.173,209.689,211.266],"paint":[395.386,395.288,388.893,385.191,385.639,395.207,385.739,390.284,392.704,390.783,388.327,385.513,382.819,390.565,393.596]}}, +{"f":"quel-v0.9.51-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[73.366,75.18,74.444,73.39,72.588,74.103,73.033,72.671,73.546,73.577,73.505,74.337,73.48,72.987,72.242],"script":[27.906,29.364,28.542,27.617,27.484,27.711,27.934,27.697,27.218,27.512,27.275,28.321,28.039,27.715,27.753],"paint":[44.455,44.774,44.958,44.568,44.11,45.406,44.112,44.024,45.308,45.019,45.066,44.835,44.451,44.27,43.524]}}, +{"f":"quel-v0.9.51-non-keyed","b":"09_clear1k_x8","v":{"total":[24.969,23.928,22.801,25.049,25.877,23.981,25.862,25.027,26.455,26.079,23.54,23.059,23.5,25.378,22.905],"script":[22.325,21.381,20.315,22.623,23.585,21.882,23.65,22.891,24.25,23.926,21.17,21.552,20.967,23.334,20.454],"paint":[2.457,1.87,1.562,1.82,1.151,1.802,2.059,1.973,1.176,1.103,1.677,0.417,1.85,1.191,2.35]}}, +{"f":"quel-v0.9.51-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8600292205810547]}}, +{"f":"quel-v0.9.51-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.946889877319336]}}, +{"f":"quel-v0.9.51-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.071710586547852]}}, +{"f":"quel-v0.9.51-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.439663887023926]}}, +{"f":"quel-v0.9.51-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.43599319458008]}}, +{"f":"quel-v0.9.51-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.3140000000003]}}, +{"f":"quel-v0.9.51-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[24.919999999999998]}}, +{"f":"quel-v0.9.51-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.16400000000004]}}, {"f":"quel-v0.9.51-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[196.6845703125]}}, {"f":"quel-v0.9.51-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[57.80859375]}}, {"f":"quel-v0.9.51-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[15.017578125]}}, -{"f":"quel-v0.9.51-non-keyed","b":"43_first-paint","v":{"DEFAULT":[97.3]}}, -{"f":"quel-v0.9.51-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[97.3]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"01_run1k","v":{"total":[58.961,57.421,58.272,56.871,58.481,58.411,58.085,58.845,58.828,57.557,59.174,59.527,59.31,58.092,57.202],"script":[22.073,21.995,23.195,22.373,22.538,22.405,22.27,23.761,22.888,22.846,23.779,23.765,24.082,22.125,21.95],"paint":[36.41,34.68,34.619,34.042,35.439,35.268,35.347,34.327,35.153,34.242,34.935,35.263,34.793,35.47,34.805]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"02_replace1k","v":{"total":[19.728,18.215,18.138,18.357,17.94,18.759,19.117,19.302,19.402,19.955,19.823,18.227,19.753,18.616,18.657],"script":[2.724,2.89,3.008,2.903,3.029,2.97,2.932,3.057,2.872,2.954,3.049,2.897,2.861,2.985,3.004],"paint":[16.383,14.918,14.65,14.924,14.468,15.305,15.676,15.785,16.01,16.491,16.283,14.657,16.256,14.93,15.101]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.272,20.577,24.219,21.131,20.882,21.122,20.367,20.547,21.621,20.835,20.555,20.686,21.187,20.782,21.026],"script":[4.424,3.919,3.996,4.207,4.245,3.772,3.169,3.857,3.918,3.605,3.528,4.063,3.795,4.001,3.871],"paint":[15.471,14.521,18.012,14.831,15.264,15.752,15.618,15.008,16.415,15.26,15.428,15.111,14.755,14.643,16.111]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"04_select1k","v":{"total":[8.674,9.086,9.627,8.634,9.256,9.441,8.599,8.146,9.013,10.463,8.926,8.811,8.107,7.745,8.859,8.052,8.369,8.325,9.389,7.135,9.01,8.688,9.481,8.157,9.596],"script":[5.281,5.694,6.395,5.532,5.391,5.824,5.292,5.205,5.343,5.663,5.573,5.093,5.275,4.875,5.513,4.732,5.182,5.389,5.781,4.334,5.852,4.854,6.22,5.335,5.804],"paint":[1.951,2.299,2.094,1.934,3.239,2.766,2.309,1.802,3.013,4.166,2.743,3.077,1.969,2.346,2.123,2.139,2.216,1.633,2.107,2.657,2.346,3.636,2.065,1.988,3.438]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"05_swap1k","v":{"total":[14.17,13.733,16.967,14.376,14.434,14.253,15.687,14.644,14.459,14.58,13.85,14.207,14.103,14.145,13.771],"script":[1.959,1.617,2.461,2.239,1.926,2.094,2.101,1.562,2.131,1.523,2.075,2.171,1.915,2.25,1.514],"paint":[10.122,10.559,11.478,10.078,10.945,9.9,12.089,10.451,11.125,11.561,9.987,9.934,10.282,10.552,10.871]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"06_remove-one-1k","v":{"total":[37.753,38.505,37.635,37.291,38.046,39.173,38.089,39.772,37.629,39.014,37.912,39.217,38.614,40.396,39.069],"script":[5.31,5.565,5.492,5.399,5.577,6.149,5.655,5.595,5.549,5.568,5.753,5.936,6.041,5.962,6.016],"paint":[31.702,31.045,30.798,30.98,30.939,31.699,31.632,32.775,30.372,31.983,31.127,32.066,31.206,32.75,31.728]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"07_create10k","v":{"total":[597.348,594.035,596.139,593.386,594.985,592.695,591.564,596.785,603.962,592.563,601.039,599.472,593.15,589.602,596.842],"script":[206.317,202.916,204.213,207.358,207.625,201.548,205.225,202.733,206.829,204.801,204.614,205.655,204.052,201.765,202.669],"paint":[383.294,383.501,384.497,378.481,379.901,383.217,378.822,386.594,389.39,380.114,388.606,385.862,381.47,380.565,386.703]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[57.707,57.261,59.895,56.896,59.623,57.548,58.614,57.629,59.977,58.391,58.314,57.557,59.314,57.349,58.246],"script":[19.837,19.627,19.693,18.933,19.467,19.319,19.465,19.454,19.561,19.489,19.53,18.994,19.697,19.285,20.004],"paint":[36.926,36.689,38.863,37.05,38.903,37.282,38.189,37.247,39.405,37.9,37.77,37.633,38.5,37.131,37.205]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"09_clear1k_x8","v":{"total":[28.882,32.916,29.839,29.037,30.052,28.622,28.434,28.775,29.275,28.208,30.328,29.537,30.123,27.995,27.678],"script":[27.074,30.321,27.914,26.615,27.641,26.541,26.292,26.676,26.728,26.322,27.785,27.345,27.856,25.959,25.773],"paint":[1.693,2.059,0.986,2.297,2.247,1.095,1.974,2.002,2.415,1.781,2.397,1.365,1.495,1.047,1.173]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.0963096618652344]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"22_run-memory","v":{"DEFAULT":[8.907135963439941]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.947739601135254]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.3950443267822266]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[74.92639255523682]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[3002.2960000000003]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.591999999999999]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.27200000000002]}}, +{"f":"quel-v0.9.51-non-keyed","b":"43_first-paint","v":{"DEFAULT":[99.7]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"01_run1k","v":{"total":[63.761,62.939,65.422,61.454,64.156,61.929,63.566,63.21,63.44,61.513,63.728,62.269,64.929,62.347,61.455],"script":[25.971,26.673,28.337,24.828,27.904,26.755,26.294,26.526,26.1,25.766,26.413,26.037,27.036,26.044,25.673],"paint":[37.15,35.796,36.625,36.135,35.544,34.744,36.818,36.229,36.872,35.309,36.653,35.782,37.155,35.84,35.335]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"02_replace1k","v":{"total":[19.273,18.447,19.431,18.167,18.195,18.14,19.458,18.036,19.339,18.933,17.988,18.119,19.182,19.478,19.039],"script":[2.728,3.139,2.936,3.068,2.829,3.07,3.014,3.025,2.884,2.888,2.965,3.044,2.868,2.916,2.837],"paint":[16.041,14.819,15.903,14.582,14.919,14.605,15.974,14.5,15.853,15.637,14.558,14.617,15.791,16.052,15.583]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.872,20.675,20.795,21.536,21.152,20.609,21.177,21.612,20.13,19.748,21.181,21.36,21.385,20.396,20.778],"script":[4.098,4.128,3.709,4.271,4.237,3.78,4.014,4.062,3.918,3.595,3.654,4.473,3.998,3.22,4.185],"paint":[14.604,15.177,14.991,15.918,14.843,15.505,16.072,15.969,14.939,14.925,15.6,15.539,15.97,16.028,15.597]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"04_select1k","v":{"total":[8.966,9.491,7.782,8.31,8.396,9.048,8.408,9.46,9.691,8.443,8.472,8.589,8.296,8.636,8.213,8.657,8.603,8.402,8.741,8.622,8.419,7.956,8.504,7.277,8.25],"script":[6.01,6.017,5.489,5.215,5.613,6.096,5.333,5.877,6.39,6.016,5.728,6.05,5.502,5.593,5.682,5.88,5.379,5.265,5.486,5.715,4.975,5.168,5.792,4.485,5.049],"paint":[1.663,2.286,1.484,2.91,1.816,1.493,2.363,2.931,2.259,2.249,2.556,1.349,1.783,1.565,1.712,2.204,3.03,2.278,2.099,2.71,2.255,1.103,1.397,2.303,2.251]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"05_swap1k","v":{"total":[14.174,15.252,14.662,14.383,13.605,14.441,14.769,13.977,14.48,13.667,13.982,13.594,15.175,14.098,14.209],"script":[1.959,2.077,1.745,2.199,1.113,1.875,2.088,1.869,2.093,2.217,2.405,1.379,2.324,1.942,1.963],"paint":[9.757,11.392,10.642,11.07,10.601,11.08,11.221,10.07,10.978,9.232,9.585,10.856,11.308,11.079,9.819]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"06_remove-one-1k","v":{"total":[39.242,39.156,39.562,37.947,38.093,37.904,38.515,38.031,38.013,38.981,37.208,36.974,38.495,39.115,38.596],"script":[5.62,6.099,6.118,5.586,5.609,5.645,5.479,5.653,6.017,6.392,5.392,5.521,6.094,5.932,5.53],"paint":[32.496,31.776,31.953,31.529,31.401,30.838,31.804,31.495,31.203,31.264,30.716,30.523,31.571,31.581,31.817]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"07_create10k","v":{"total":[596.021,605.25,597.011,587.747,599.067,594.808,602.752,597.572,598.873,595.312,600.402,603.019,606.52,591.815,597.348],"script":[211.911,212.079,212.365,211.064,210.589,213.431,214.745,214.037,214.507,214.667,217.741,219.146,217.964,214.427,214.584],"paint":[376.562,385.601,376.039,368.893,380.936,373.949,380.65,376.16,376.963,372.823,375.252,376.427,380.855,370.159,374.062]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[67.892,65.014,66.676,65.61,66.62,64.772,64.893,64.565,67.52,64.318,65.874,68.172,65.968,66.73,66.765],"script":[23.537,22.661,23.278,22.704,22.814,23.081,23.038,22.602,23.46,22.396,23.325,24.213,23.139,24.517,23.184],"paint":[43.379,41.357,42.437,41.973,42.518,40.755,40.936,41.007,43.103,41.006,41.607,42.753,41.568,41.281,42.356]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"09_clear1k_x8","v":{"total":[30.441,27.87,29.4,29.074,27.966,29.482,29.424,29.175,29.542,29.473,29.954,29.762,27.907,28.738,28.326],"script":[27.884,25.726,27.289,27.093,25.843,26.606,26.959,26.642,26.967,27.274,28.067,27.49,25.215,26.573,25.798],"paint":[1.541,0.897,1.976,1.265,2.01,1.951,1.67,2.346,2.02,1.252,1.547,2.148,2.288,1.251,2.414]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.1157951354980469]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"22_run-memory","v":{"DEFAULT":[8.69643783569336]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[8.75512981414795]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.396930694580078]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[72.87113761901855]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[3001.46]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.26]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[172.16400000000002]}}, {"f":"ractive-v1.3.6-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[362.345703125]}}, {"f":"ractive-v1.3.6-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[224.068359375]}}, {"f":"ractive-v1.3.6-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[58.767578125]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"43_first-paint","v":{"DEFAULT":[325]}}, -{"f":"ractive-v1.3.6-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[325]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"01_run1k","v":{"total":[50.661,52.368,51.065,52.453,51.481,53.398,51.266,51.034,51.922,51.106,53.63,52.463,51.59,52.143,52.388],"script":[15.66,16.74,15.802,16.712,16.285,17.242,15.652,15.715,16.009,16.052,16.545,16.631,16.422,16.193,16.507],"paint":[34.547,35.129,34.762,35.232,34.715,35.714,35.104,34.761,35.433,34.594,36.544,35.381,34.737,35.512,35.372]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"02_replace1k","v":{"total":[21.446,21.744,21.618,21.901,22.64,23.023,21.971,22.128,21.952,23.309,22.274,21.714,21.997,22.857,20.584],"script":[6.107,6.286,5.935,5.781,5.422,6.073,5.899,6.254,6.105,5.991,5.701,6.195,5.735,5.445,5.357],"paint":[14.873,14.995,15.206,15.471,16.734,16.305,15.621,15.294,15.357,16.685,16.098,15.05,15.541,16.873,14.759]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[27.078,26.395,26.415,28.091,27.519,27.442,28.581,27.326,26.668,27.091,26.688,26.482,27.535,27.686,27.048],"script":[9.237,8.717,9.769,10.058,8.567,9.864,8.555,9.03,8.834,9.393,9.924,8.753,8.955,10.023,10.036],"paint":[15.488,15.528,14.501,16.145,16.476,15.799,17.782,16.9,16.206,15.845,15.009,15.643,17.286,16.052,14.911]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"04_select1k","v":{"total":[11.313,10.605,11.391,10.802,9.903,11.18,10.671,9.514,11.315,9.083,11.298,11.778,10.958,10.994,9.056,9.389,11.899,10.626,10.179,10.032,10.161,10.363,10.354,9.662,10.945],"script":[7.546,7.178,7.366,6.425,6.528,7.215,7.425,6.882,6.821,6.395,8.009,7.98,7.096,7.41,6.339,6.74,7.753,7.503,6.808,6.614,6.695,6.983,6.943,6.484,7.045],"paint":[2.489,2.239,3.783,3.067,3.247,2.717,2.337,2.136,3.846,2.561,2.371,3.548,2.721,2.777,2.586,1.831,2.949,2.298,2.394,2.219,2.467,3.19,2.089,2.631,2.618]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"05_swap1k","v":{"total":[20.08,19.278,20.048,20.739,19.348,20.842,19.538,19.628,18.424,20.383,20.396,20.889,18.862,20.665,19.858],"script":[7.349,6.385,7.42,7.225,7.404,7.452,6.474,7.166,6.632,7.838,8.153,6.946,7.345,7.167,7.16],"paint":[11.096,10.324,9.865,11.972,9.864,10.735,11.562,10.344,10.278,11.068,11.156,12.036,10.17,11.356,10.659]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"06_remove-one-1k","v":{"total":[46.073,44.303,46.606,46.307,43.847,45.632,45.447,43.271,45.062,45.901,45.58,47.214,45.282,45.385,44.18],"script":[11.18,11.54,11.736,11.778,11.094,11.69,11.07,10.82,11.535,12.353,11.609,11.988,11.717,11.839,11.422],"paint":[33.237,31.852,33.083,32.547,31.88,32.727,33.5,31.349,32.683,32.513,33.025,34.364,32.31,32.478,31.747]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"07_create10k","v":{"total":[672.567,680.819,684.215,688.969,680.399,688.648,687.44,684.868,676.308,680.759,668.554,684.303,680.263,673.484,687.422],"script":[286.535,286.701,288.203,289.444,287.216,289.984,287.478,288.765,287.776,286.976,284.054,287.418,287.326,285.279,286.033],"paint":[378.625,386.987,388.407,392.032,385.783,390.937,392.51,388.373,381.014,386.409,377.195,389.281,385.601,380.799,393.843]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.944,54.653,54.082,56.482,55.676,55.402,57.606,55.716,55.68,55.471,56.693,56.97,54.863,56.565,55.512],"script":[17.157,16.104,15.618,17.63,17.345,16.6,17.444,16.16,16.852,17.056,17.308,17.239,16.191,17.087,17.447],"paint":[37.617,37.641,37.593,37.613,37.144,37.883,39.313,38.653,37.6,37.472,38.392,38.733,37.701,38.316,36.891]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"09_clear1k_x8","v":{"total":[18.058,18.317,17.036,17.514,17.692,16.592,18.569,17.744,16.114,18.712,16.454,16.848,17.255,17.384,18.539],"script":[15.192,15.889,15.293,14.184,15.492,14.133,15.891,15.472,14.563,16.564,13.99,14.762,15.069,15.498,16.029],"paint":[1.646,1.585,0.775,2.997,1.321,2.356,2.402,2.145,0.917,1.347,1.873,1.961,2.07,1.784,1.542]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.979161262512207]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.056211471557617]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.566910743713379]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8446550369262695]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[38.39378356933594]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2551.73]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.847999999999999]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.42]}}, +{"f":"ractive-v1.3.6-non-keyed","b":"43_first-paint","v":{"DEFAULT":[312.5]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"01_run1k","v":{"total":[52.145,51.322,54.28,51.856,51.788,51.386,52.65,54.087,50.765,52.977,51.298,52.479,51.983,51.96,51.63],"script":[17.421,16.303,17.372,17.012,17.022,16.273,17.615,17.047,16.195,16.783,16.883,17.134,17.241,16.928,16.497],"paint":[34.197,34.535,36.459,34.163,34.262,34.683,34.592,36.588,34.122,35.697,33.929,34.865,34.256,34.595,34.598]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"02_replace1k","v":{"total":[22.284,22.491,22.995,22.675,23.264,22.07,21.966,22.134,22.549,22.611,23.009,22.269,21.935,24.788,24.389],"script":[6.15,7.117,7.333,7.424,7.243,6.458,6.557,6.751,7.175,7.044,7.256,6.821,6.478,7.813,7.113],"paint":[15.602,14.955,15,14.65,15.619,15.155,14.946,14.788,14.904,15.14,15.301,15.017,14.969,16.351,16.79]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[27.479,27.615,27.043,27.373,28.613,28.732,27.893,28.79,25.809,27.426,26.973,26.098,26.974,27.603,28.257],"script":[10.39,10.16,9.657,9.739,10.746,10.445,9.776,10.133,9.349,9.108,9.793,9.471,9.842,9.91,10.283],"paint":[14.939,15.039,15.052,16.044,15.016,16.54,16.713,16.929,14.833,16.436,15.552,14.947,15.322,16.199,16.25]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"04_select1k","v":{"total":[12.001,10.736,9.428,10.922,11.168,10.91,9.84,11.738,10.641,10.676,11.027,10.45,10.825,12.167,10.656,10.914,10.575,11.155,10.141,10.473,10.378,11.37,9.741,9.661,10.412],"script":[8.114,6.901,7.251,6.546,7.709,7.32,6.979,7.338,7.586,7.51,8.116,7.333,7.408,7.479,7.217,7.142,7.081,7.878,6.686,7.667,7.27,8.091,6.89,6.833,6.986],"paint":[3.251,3.257,1.631,4.137,3.235,2.613,1.992,3.11,2.207,1.666,1.784,2.103,2.405,4.443,2.468,1.906,1.82,2.419,2.433,1.422,2.455,2.33,2,2.132,2.709]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"05_swap1k","v":{"total":[20.15,19.789,18.47,19.636,20.341,19.98,18.877,19.736,19.122,18.803,20.73,19.645,20.057,20.384,19.274],"script":[7.745,7.333,6.851,6.085,7.242,7.143,6.276,6.777,6.825,6.207,7.435,7.07,7.413,6.422,6.662],"paint":[11.36,11.247,10.36,10.668,11.787,10.801,11.177,10.248,10.478,11.063,10.373,11.271,11.059,11.228,11.419]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"06_remove-one-1k","v":{"total":[45.047,45.505,44.415,45.38,46.663,47.292,45.773,44.621,45.764,46.772,45.878,46.748,45.453,45.574,45.956],"script":[12.802,12.294,12.466,12.661,13.52,12.664,12.815,12.195,12.287,11.89,12.866,12.849,12.433,12.327,13.132],"paint":[30.982,31.961,30.805,31.533,31.629,33.356,31.776,31.199,32.109,34.064,31.643,32.346,31.5,32.228,31.247]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"07_create10k","v":{"total":[678.516,681.5,673.332,677.118,674.626,686.238,669.53,668.732,677.117,674.639,680.083,672.343,678.755,673.26,678.2],"script":[293.102,295.992,291.669,292.224,294.814,297.708,289.076,290.063,292.672,294.212,294.72,289.555,291.811,291.499,294.296],"paint":[377.671,377.788,373.926,377.175,372.281,380.695,373.232,371.26,377.013,373.094,377.743,374.55,379.377,374.396,376.368]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[64.176,64.267,62.648,63.612,62.162,63.184,62.553,62.826,62.238,63.194,63.555,62.523,64.012,62.945,63.598],"script":[19.861,19.736,18.865,19.149,19.225,18.702,19.097,19.262,18.963,18.901,19.484,18.933,20.387,19.101,19.473],"paint":[43.501,43.626,42.867,43.388,42.034,43.402,42.531,42.643,42.319,43.356,42.855,42.354,42.717,42.92,43.16]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"09_clear1k_x8","v":{"total":[17.742,16.324,16.357,18.072,17.84,17.1,16.606,16.659,18.123,16.783,15.987,16.541,17.229,16.26,17.341],"script":[15.49,13.823,14.184,15.256,14.832,15.184,15.103,14.029,15.649,13.84,14.349,14.08,15.388,14.266,14.776],"paint":[2.153,2.374,1.039,2.695,2.845,1.335,0.424,2.525,1.6,2.142,1.521,2.347,1.751,1.878,2.444]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.9725799560546875]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.86480712890625]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.385912895202637]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.8445396423339844]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[36.26389122009277]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2476.785]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.864]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[172.64000000000001]}}, {"f":"react-classes-v18.2.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[281.5166015625]}}, {"f":"react-classes-v18.2.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[143.240234375]}}, {"f":"react-classes-v18.2.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[40.1767578125]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[227.6]}}, -{"f":"react-classes-v18.2.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[227.6]}}, -{"f":"redom-v3.29.0-non-keyed","b":"01_run1k","v":{"total":[41.919,41.82,41.956,41.577,41.8,41.505,42.223,45.558,41.506,41.853,43.026,43.413,42.603,42.641,41.951],"script":[8.052,8.701,8.363,7.946,8.089,8.47,8.413,8.676,7.949,8.046,8.977,8.084,8.795,8.713,8.073],"paint":[33.44,32.659,33.085,33.198,33.185,32.589,33.333,36.24,32.823,33.087,33.611,34.863,33.37,33.46,33.443]}}, -{"f":"redom-v3.29.0-non-keyed","b":"02_replace1k","v":{"total":[16.205,16.986,17.222,18.312,17.508,17.62,18.199,17.777,17.747,17.836,16.677,17.813,18.171,17.094,18.153],"script":[1.247,1.434,1.43,1.314,1.234,1.313,1.371,1.27,1.343,1.419,1.312,1.297,1.296,1.423,1.276],"paint":[14.469,15.042,15.128,16.411,15.773,15.9,16.129,15.923,15.92,15.775,14.971,16.098,16.212,15.156,16.338]}}, -{"f":"redom-v3.29.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.422,18.136,19.366,19.25,19.527,20.041,19.621,19.785,19.087,19.39,18.777,19.05,19.021,18.078,18.464],"script":[1.353,1.299,1.442,2.131,1.405,2.055,1.964,2.082,1.432,2.096,1.034,1.538,1.308,1.481,1.757],"paint":[16.907,15.377,16.206,15.894,15.713,15.782,15.516,15.737,15.771,15.288,16.043,15.918,15.615,14.516,14.856]}}, -{"f":"redom-v3.29.0-non-keyed","b":"04_select1k","v":{"total":[2.864,3.639,4.374,3.518,3.145,4.634,5.122,3.659,3.369,4.336,3.283,4.027,3.189,3.834,3.74,3.144,3.705,3.951,4.199,3.575,3.828,3.892,3.565,3.362,4.162],"script":[0.543,1.514,0.949,1.261,0.951,1.259,1.651,1.122,1.023,1.13,0.959,1.205,0.927,1.263,0.569,0.819,0.612,1.185,1.163,0.877,0.948,0.831,0.931,0.899,1.366],"paint":[1.16,1.86,3.176,1.63,1.457,2.197,3.35,1.524,2.241,3.079,1.579,1.375,1.515,1.712,2.032,1.21,2.527,1.776,1.936,1.732,1.992,1.705,2.525,1.689,1.443]}}, -{"f":"redom-v3.29.0-non-keyed","b":"05_swap1k","v":{"total":[13.267,15.565,13.37,14.207,14.419,13.686,13.387,13.448,14.19,13.053,13.815,13.553,13.481,13.819,13.119],"script":[1.27,1.216,1.087,1.278,0.952,1.493,1.219,0.885,0.647,1.045,1.11,1.094,0.569,1.208,1.048],"paint":[10.161,11.558,10.655,11.699,11.813,10.311,10.47,11.297,11.588,10.247,11.366,10.977,11.13,10.449,10.748]}}, -{"f":"redom-v3.29.0-non-keyed","b":"06_remove-one-1k","v":{"total":[36.846,35.619,35.293,37.285,36.155,37.685,36.699,35.599,35.347,36.258,37.793,37.79,35.413,36.757,37.149],"script":[2.587,2.566,2.517,2.571,2.418,2.503,2.532,2.418,2.467,2.522,2.433,2.546,2.444,2.486,2.487],"paint":[33.083,31.762,32.008,33.054,32.613,34.296,32.956,32.1,31.887,32.541,33.783,34.075,31.571,32.92,33.546]}}, -{"f":"redom-v3.29.0-non-keyed","b":"07_create10k","v":{"total":[472.528,479.335,482.151,467.221,472.066,458.823,469.017,467.724,465.82,471.813,468.663,468.79,461.994,471.26,465.4],"script":[89.204,92.378,92.098,90.245,91.777,90.798,94.087,90.543,91.351,92.27,92.342,93.076,93.866,92.506,93.586],"paint":[375.344,379.12,382.394,369.09,372.497,360.368,367.244,369.583,366.66,371.273,368.095,368.095,360.221,370.547,364.006]}}, -{"f":"redom-v3.29.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.186,46.742,47.026,50.194,47.482,47.805,46.891,47.35,48.048,47.39,47.427,47.257,46.788,47.495,49.711],"script":[8.321,8.251,9.107,8.141,9.03,9,9.273,9.039,8.836,8.7,8.791,8.488,8.847,8.708,9.218],"paint":[37.877,37.584,36.675,40.768,37.255,37.612,36.71,37.319,38.217,37.434,37.707,37.813,36.986,37.745,39.248]}}, -{"f":"redom-v3.29.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.05,15.634,15.605,15.16,15.645,15.583,15.641,15.931,15.684,15.353,15.407,15.809,15.796,16.012,15.134],"script":[13.566,13.022,13.667,12.987,13.214,13.784,13.509,13.4,13.894,13.404,13.672,12.877,13.027,14.007,13.171],"paint":[0.391,2.042,1.847,1.622,2.343,1.694,2.033,2.35,0.828,1.651,1.645,2.839,2.279,1.919,1.174]}}, -{"f":"redom-v3.29.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4917144775390625]}}, -{"f":"redom-v3.29.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.667008399963379]}}, -{"f":"redom-v3.29.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.687101364135742]}}, -{"f":"redom-v3.29.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.6526479721069336]}}, -{"f":"redom-v3.29.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.31086540222168]}}, -{"f":"redom-v3.29.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.6100000000001]}}, -{"f":"redom-v3.29.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.475999999999997]}}, -{"f":"redom-v3.29.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[145.45200000000003]}}, +{"f":"react-classes-v18.2.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[212.6]}}, +{"f":"redom-v3.29.0-non-keyed","b":"01_run1k","v":{"total":[47.582,47.117,47.487,47.108,47.672,47.446,47.283,46.727,46.533,48.169,46.541,47.323,46.867,47.351,46.862],"script":[10.477,9.941,10.159,10.245,10.555,10.323,10.291,10.444,10.088,10.695,10.368,10.233,10.111,10.452,10.274],"paint":[36.635,36.724,36.636,36.34,36.719,36.656,36.554,35.827,35.994,36.859,35.734,36.65,36.306,36.458,36.185]}}, +{"f":"redom-v3.29.0-non-keyed","b":"02_replace1k","v":{"total":[18.311,16.903,18.806,18.623,18.19,17.829,17.89,18.415,18.01,18.027,17.043,17.324,17.26,17.416,18.787],"script":[1.498,1.543,1.5,1.492,1.553,1.608,1.528,1.456,1.468,1.553,1.486,1.588,1.517,1.467,1.526],"paint":[16.326,14.984,16.839,16.693,16.167,15.771,15.896,16.322,16.049,16.055,15.169,15.076,15.378,15.464,16.64]}}, +{"f":"redom-v3.29.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.278,19.238,19.14,18.604,18.615,19.637,19.584,18.834,21.361,17.956,19.605,19.524,19.698,18.342,19.109],"script":[2.062,1.97,1.819,2.083,2.104,2.282,1.867,1.708,2.327,1.572,2.337,2.02,1.78,2.05,2.103],"paint":[15.077,16.102,16.002,14.741,14.872,15.742,15.834,15.385,17.869,15.064,15.468,16.031,15.909,14.225,15.593]}}, +{"f":"redom-v3.29.0-non-keyed","b":"04_select1k","v":{"total":[3.827,4.039,3.481,4.167,4.441,4.437,4.057,4.982,3.914,3.809,4.124,3.629,4.386,3.723,3.397,3.351,4.69,3.698,3.47,3.49,3.2,4.216,4.66,3.345,4.46],"script":[0.735,0.257,1.228,1.844,0.759,0.829,1.044,1.84,0.844,0.892,0.906,0.928,1.12,1.102,0.885,1.221,1.698,0.859,0.579,0.956,1.029,1.669,1.145,0.595,1],"paint":[1.899,2.746,0.994,2.218,3.111,3.438,2.452,1.93,1.865,1.653,2.969,2.101,2.05,1.792,1.922,1.63,1.941,2.663,1.674,2.431,2.041,2.392,2.248,2.625,2.207]}}, +{"f":"redom-v3.29.0-non-keyed","b":"05_swap1k","v":{"total":[14.124,13.476,13.673,15.096,13.437,13.125,13.572,13.657,13.588,14.765,12.643,12.702,13.865,14.669,12.93],"script":[0.578,0.642,1.197,1.706,1.288,1.259,0.939,1.012,1.488,1.24,0.908,0.969,1.278,1.583,1.005],"paint":[12.204,11.633,10.17,11.49,10.526,10.052,11.078,11.099,10.162,11.335,10.417,9.409,11.071,11.381,10.55]}}, +{"f":"redom-v3.29.0-non-keyed","b":"06_remove-one-1k","v":{"total":[37.893,37.385,36.957,37.076,37.081,36.592,36.514,36.89,36.27,38.118,36.407,37.871,36.728,37.953,36.353],"script":[3.014,2.807,3.058,3.078,2.787,2.845,2.999,2.914,2.673,2.989,2.459,2.995,3.01,2.919,3.087],"paint":[33.649,33.16,32.951,32.936,33.123,32.737,31.912,32.871,32.389,33.945,33.056,33.647,32.883,33.905,32.493]}}, +{"f":"redom-v3.29.0-non-keyed","b":"07_create10k","v":{"total":[474.188,473.504,472.487,464.125,468.133,469.854,472.628,474.039,472.268,468.623,475.509,476.511,468.882,467.636,479.845],"script":[102.612,100.829,101.245,99.74,99.155,100.382,100.904,102.233,101.941,99.245,101.639,101.206,98.727,101.229,101.353],"paint":[364.07,365.311,363.935,356.994,361.576,362.17,364.399,364.414,362.764,362.165,366.414,367.889,362.771,359.062,370.777]}}, +{"f":"redom-v3.29.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.224,51.674,51.839,53.798,54.266,54.802,54.066,52.565,53.315,52.806,53.36,52.79,53.788,53.495,54.727],"script":[10.577,10.612,10.722,10.984,10.566,10.442,10.773,10.948,10.86,10.659,10.54,10.678,11.08,10.643,10.973],"paint":[41.545,40.125,40.137,41.868,42.863,43.064,42.255,40.66,41.451,41.155,41.837,41.194,41.725,41.857,42.81]}}, +{"f":"redom-v3.29.0-non-keyed","b":"09_clear1k_x8","v":{"total":[14.782,15.066,14.915,15.394,15.786,15.312,15.443,15.904,15.88,15.496,15.381,16.417,15.838,14.873,15.613],"script":[12.672,13.169,12.382,12.551,13.16,13.426,12.883,13.147,13.635,13.39,12.74,13.989,13.569,12.972,13.103],"paint":[1.156,1.798,2.41,2.081,1.731,1.785,2.424,1.182,2.114,1.258,1.759,2.172,1.097,1.453,2.246]}}, +{"f":"redom-v3.29.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.48903656005859375]}}, +{"f":"redom-v3.29.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.433950424194336]}}, +{"f":"redom-v3.29.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.554104804992676]}}, +{"f":"redom-v3.29.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.3856325149536133]}}, +{"f":"redom-v3.29.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.10201358795166]}}, +{"f":"redom-v3.29.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.395]}}, +{"f":"redom-v3.29.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[24.747999999999998]}}, +{"f":"redom-v3.29.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.30399999999997]}}, {"f":"redom-v3.29.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.7607421875]}}, {"f":"redom-v3.29.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[9.4873046875]}}, {"f":"redom-v3.29.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.2451171875]}}, -{"f":"redom-v3.29.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[54.5]}}, -{"f":"redom-v3.29.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[54.5]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"01_run1k","v":{"total":[99.898,104.023,99.455,97.92,101.794,98.512,100.828,99.845,99.625,101.332,101.92,101.802,100.032,99.811,106.646],"script":[66.056,70.075,66.227,63.898,68.554,64.686,67.407,66.082,66.439,68.12,63.963,66.06,66.765,65.858,68.927],"paint":[33.618,33.748,33.017,33.808,33.02,33.618,33.223,33.55,32.999,32.979,37.694,35.532,33.037,33.754,37.421]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"02_replace1k","v":{"total":[117.834,113.213,120.226,115.091,113.773,118.986,118.886,111.391,114.865,113.346,113.333,117.607,117.046,119.588,118.998],"script":[79.226,78.928,79.29,76.427,79.38,79.789,84.693,77.399,79.25,78.929,78.481,76.675,78.34,80.29,80.431],"paint":[38.298,34.069,40.646,38.367,34.19,38.943,33.99,33.801,35.236,34.212,34.438,40.543,38.456,39.022,38.133]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"03_update10th1k_x16","v":{"total":[78.69,80.313,78.55,78.987,78.727,78.578,78.608,78.618,78.16,76.757,78.845,73.644,78.978,77.845,74.842],"script":[40.52,40.773,40.219,39.316,40.39,39.396,38.948,39.14,39.032,38.222,38.81,38.019,39.161,39.473,37.234],"paint":[37.085,38.69,36.793,38.648,35.828,36.646,37.407,37.418,37.213,37.36,38.025,34.269,38.159,38.045,36.525]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"04_select1k","v":{"total":[47.101,50.78,52.996,51.321,53.155,43.652,41.037,45.267,47.46,48.34,45.687,49.151,47.741,41.428,43.753,47.501,52.662,52.642,46.839,48.387,48.141,49.895,44.136,45.203,52.137],"script":[7.589,5.164,6.832,7.066,5.64,7.439,6.936,8.931,6.674,7.285,7.704,7.662,8.562,7.001,7.332,5.91,7.241,7.87,7.715,7.616,8.305,7.422,7.268,7.208,7.536],"paint":[28.874,28.176,28.017,27.921,27.025,27.468,27.809,28.847,26.88,27.216,28.135,30.148,28.006,27.904,30.401,26.453,27.967,30.139,27.739,29.531,29.606,28.273,27.338,27.231,27.736]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"05_swap1k","v":{"total":[32.602,33.475,32.355,35.788,67.128,32.477,28.109,31.961,33.973,31.776,32.201,31.459,31.182,30.902,63.067],"script":[6.997,7.274,7.354,8.002,7.072,7.504,5.957,6.65,7,7.229,7.154,7.205,7.52,6.929,7.062],"paint":[23.662,23.406,24.637,24.147,21.765,22.54,21.741,24.101,22.565,24.139,23.837,22.932,23.41,23.739,21.952]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"06_remove-one-1k","v":{"total":[30.909,30.785,28.574,28.108,23.88,27.658,27.638,29.575,26.951,29.724,28.004,31.373,24.798,31.531,36.091],"script":[2.902,2.739,2.497,2.128,2.01,2.243,2.578,2.654,2.654,3.026,2.969,2.873,2.411,3.172,2.438],"paint":[17.604,19.471,17.733,18.775,19.638,19.903,19.447,18.853,18.882,19.524,18.297,19.764,18.608,19.518,19.419]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"07_create10k","v":{"total":[977.287,981.58,1017.865,1020.626,971.242,963.682,1021.519,993.905,982.469,988.988,970.361,963.866,968.556,970.945,971.919],"script":[611.456,608.789,652.848,651.669,599.481,599.15,626.473,640.319,611.95,615.096,600.911,612.529,604.396,600.362,607.331],"paint":[361.84,368.907,361.004,364.901,365.394,360.639,390.91,349.637,366.465,369.844,365.659,345.962,360.118,364.924,360.63]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[102.416,98.384,94.146,93.423,97.183,101.821,95.915,95.105,93.759,94.514,97.978,99.162,98.646,96.992,103.357],"script":[57.941,56.88,55.709,55.243,56.415,58.044,57.651,57.523,54.771,56.417,57.803,58.157,59.15,57.346,57.536],"paint":[43.716,40.958,38.087,37.827,40.116,43.261,37.912,37.182,38.437,37.72,39.801,40.504,39.013,39.251,45.141]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"09_clear1k_x8","v":{"total":[82.628,78.418,76.576,76.261,76.932,79.532,79.205,75.925,79.426,78.485,76.575,78.147,81.488,77.738,80.547],"script":[76.115,73.538,71.595,72.247,70.699,75.617,73.183,72.495,74.613,71.517,71.155,73.414,75.114,72.762,75.94],"paint":[5.575,4.229,3.99,3.742,3.93,3.28,4.152,3.15,3.656,4.933,3.842,2.913,3.9,4.27,3.365]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[7.982436180114746]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"22_run-memory","v":{"DEFAULT":[21.85454559326172]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[25.301430702209473]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[41.98305034637451]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[130.49584197998047]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[15602.664000000002]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[232.08000000000018]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[390.45600000000024]}}, +{"f":"redom-v3.29.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[56]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"01_run1k","v":{"total":[131.946,131.662,129.004,130.192,126.407,126.999,132.381,124.467,126.203,129.965,130.772,123.904,127.54,124.525,132.869],"script":[92.272,92.369,90.351,91.025,88.473,88.832,92.143,86.673,87.848,90.957,88.824,85.54,90.178,87.002,92.604],"paint":[39.425,38.96,38.441,38.901,37.694,37.943,39.922,37.574,38.132,38.677,41.725,38.12,37.113,37.293,40.025]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"02_replace1k","v":{"total":[138.051,136.554,140.415,138.505,139.666,140.349,138.206,139.346,140.235,141.239,137.87,138.115,142.32,143.431,135.99],"script":[103.762,103.018,106.538,101.84,105.398,106.824,104.145,104.764,105.602,107.297,104.696,103.834,108.363,107.598,102.679],"paint":[34.044,33.316,33.648,36.423,34.041,33.302,33.691,34.309,34.178,33.695,32.937,33.85,33.736,35.603,33.084]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"03_update10th1k_x16","v":{"total":[85.132,83.87,84.949,86.249,88.01,86.394,85.345,86.393,86.436,82.571,82.917,83.904,85.031,86.162,85.464],"script":[46.968,45.935,47.837,47.926,48.993,47.636,47.946,46.653,47.982,45.375,46.998,46.71,47.164,47.417,47.431],"paint":[36.233,35.584,36.417,37.271,37.006,37.079,36.182,37.975,37.098,36.72,33.691,36.901,36.724,37.464,36.123]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"04_select1k","v":{"total":[54.923,40.465,45.113,40.672,45.963,52.691,47.137,40.366,49.381,42.558,40.816,39.181,47.511,40.745,41.73,51.768,45.397,40.872,54.274,43.048,45.053,50.345,46.03,49.63,39.212],"script":[8.996,7.468,7.138,6.331,9.101,8.29,8.606,7.238,7.545,6.915,7.027,5.627,7.091,6.821,6.702,9.661,7.157,6.951,6.482,7.132,7.607,7.769,7.437,7.127,7.245],"paint":[28.965,26.708,26.367,30.219,27.072,28.816,29.262,26.29,28.699,26.429,24.65,26.44,26.039,26.593,27.798,28.515,28.379,27.462,27.854,27.914,26.749,27.748,27.47,28.767,25.958]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"05_swap1k","v":{"total":[58.602,31.547,32.984,31.702,58.359,32.249,32.931,30.896,62.838,33.883,33.512,57.396,30.982,31.358,27.333],"script":[8.193,7.025,7.925,8.061,7.62,7.912,8.613,6.798,8.076,8.115,7.954,7.614,7.483,8.375,7.471],"paint":[22.637,21.87,24.743,22.593,22.975,23.23,23.542,22.292,22.864,24.223,23.845,22.302,22.188,22.214,18.989]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"06_remove-one-1k","v":{"total":[30.123,31.954,36.671,31.506,30.168,30.785,31.141,34.694,34.873,26.068,35.035,36.819,36.579,41.827,31.487],"script":[2.874,3.11,2.632,2.895,2.08,2.942,3,2.583,2.7,2.389,2.346,2.294,2.267,2.93,2.631],"paint":[17.273,17.532,18.893,19.111,17.686,19.565,19.626,19.282,19.235,17.569,20.715,19.382,20.208,19.46,19.347]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"07_create10k","v":{"total":[996.049,1018.257,1020.716,1072.889,1024.996,1023.32,1031.906,1074.631,1058.844,1068.01,1055.383,1051.047,1062.342,1031.929,1069.9],"script":[649.905,657.558,661.992,671.399,660.196,656.289,625.771,669.047,650.769,667.586,654.742,651.092,662.371,657.257,664.928],"paint":[339.306,356.313,354.277,397.589,357.977,362.671,402.193,401.689,401.056,396.276,396.68,393.551,396.061,370.289,400.885]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[124.689,126.207,128.05,125.717,128.005,128.555,127.906,128.34,126.197,123.04,126.627,125.586,127.473,124.434,125.806],"script":[82.101,81.956,83.407,82.519,83.741,83.576,84.058,83.848,83.215,79.519,82.236,82.723,84.36,81.812,82.463],"paint":[42.078,43.864,44.106,42.693,43.742,44.62,43.308,44.118,42.49,42.993,44.025,42.514,42.734,42.216,42.984]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"09_clear1k_x8","v":{"total":[88.085,92.036,89.005,85.562,92.349,90.582,91.27,90.001,89.38,88.591,91.566,93.174,89.392,91.706,91.717],"script":[83.301,86.111,84.87,80.931,86.974,86.11,85.792,84.781,84.417,83.378,86.218,88.187,83.797,85.839,86.423],"paint":[3.538,4.671,3.835,4.335,4.332,3.224,3.94,4.531,4.089,4.588,4.18,3.653,4.525,4.815,3.24]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[7.983440399169922]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"22_run-memory","v":{"DEFAULT":[21.679731369018555]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[24.984617233276367]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[40.959442138671875]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[128.3046112060547]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[15602.568]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[243.7600000000002]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[402.0720000000002]}}, {"f":"reflex-dom-v0.4-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[2878.888671875]}}, {"f":"reflex-dom-v0.4-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[2739.7021484375]}}, {"f":"reflex-dom-v0.4-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[264.0654296875]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"43_first-paint","v":{"DEFAULT":[3501.6]}}, -{"f":"reflex-dom-v0.4-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[3501.6]}}, -{"f":"riot-v7.1.0-non-keyed","b":"01_run1k","v":{"total":[45.491,47.423,44.725,47.837,45.387,46.822,45.383,45.678,44.486,44.379,46.862,46.777,49.904,48.205,44.625],"script":[9.829,9.748,9.583,11.078,9.498,10.92,9.924,9.8,9.559,9.517,11.152,11.109,10.422,10.346,9.785],"paint":[35.13,37.219,34.652,36.274,35.428,35.468,34.97,35.375,34.417,34.373,35.195,34.955,38.745,37.334,34.345]}}, -{"f":"riot-v7.1.0-non-keyed","b":"02_replace1k","v":{"total":[18.665,18.388,19.506,19.118,18.105,18.688,18.127,17.751,17.767,19.017,18.518,17.782,18.315,17.849,16.897],"script":[2.146,1.991,2.144,1.986,2.119,2.085,2.184,1.924,2.046,1.983,1.928,2.11,1.916,2.088,2.03],"paint":[15.891,15.888,16.854,16.574,15.384,15.947,15.483,15.361,15.137,16.517,16.071,15.052,15.771,15.1,14.426]}}, -{"f":"riot-v7.1.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[22.646,21.922,22.648,22.337,21.955,21.881,22.28,22.027,22.633,24.103,22.641,22.732,22.198,21.744,21.725],"script":[5.207,4.778,5.113,5.471,4.676,4.892,4.384,5.45,5.526,4.902,4.865,4.858,4.851,4.703,4.273],"paint":[16.395,15.519,15.622,14.696,16.023,15.258,15.806,14.881,15.032,16.905,16.262,15.423,16.024,16.114,15.844]}}, -{"f":"riot-v7.1.0-non-keyed","b":"04_select1k","v":{"total":[6.972,8.588,6.738,7.733,6.281,8.286,7.743,8.413,7.302,8.708,7.045,7.956,7.747,7.428,7.912,7.75,7.364,8.023,7.828,7.055,7.545,6.829,7.266,8.249,7.924],"script":[4.5,4.908,4.719,5.078,4.345,5.045,4.494,5.35,4.756,5.152,4.793,4.704,4.462,4.556,5.226,4.081,3.854,4.161,4.4,4.535,4.895,3.745,3.866,4.697,4.582],"paint":[1.406,2.757,1.886,2.518,1.117,1.516,1.474,2.85,2.403,2.283,1.482,3.06,1.974,1.55,2.512,3.434,2.586,3.688,2.619,2.365,2.519,1.638,2.762,3.356,2.347]}}, -{"f":"riot-v7.1.0-non-keyed","b":"05_swap1k","v":{"total":[17.184,17.139,17.116,16.597,16.875,17.382,18.525,16.649,17.099,18.723,16.71,16.771,16.516,16.982,16.603],"script":[4.636,4.61,4.018,4.096,4.207,4.311,4.712,4.337,4.882,4.762,4.145,4.606,4.289,4.642,4.043],"paint":[10.658,10.617,10.631,10.514,11.441,12.06,11.428,10.395,10.84,10.528,10.652,10.874,9.908,10.939,11.561]}}, -{"f":"riot-v7.1.0-non-keyed","b":"06_remove-one-1k","v":{"total":[36.781,36.103,37.361,35.952,37.848,35.746,36.806,39.385,41.194,36.656,36.118,38.413,36.317,36.533,35.562],"script":[3.831,3.88,3.861,3.683,3.714,3.38,3.984,4.167,4.346,3.596,3.596,4.063,3.829,3.991,3.752],"paint":[31.448,30.987,31.786,31.444,33.019,31.544,31.375,33.831,35.637,32.088,31.743,32.876,31.623,31.684,30.982]}}, -{"f":"riot-v7.1.0-non-keyed","b":"07_create10k","v":{"total":[533.153,532.094,518.674,513.593,532.966,542.373,519.659,517.53,517.041,517.825,532.106,541.708,502.375,510.613,509.451],"script":[131.062,133.803,129.66,130.926,130.369,132.306,133.276,130.523,132.258,133.31,132.481,131.386,127.72,130.963,130.392],"paint":[394.382,390.345,381.345,374.572,394.556,401.893,378.662,379.53,376.756,376.215,391.365,402.059,367.251,371.973,371.601]}}, -{"f":"riot-v7.1.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.628,51.298,52.337,51.516,50.664,48.707,50.731,51.39,49.677,50.602,50.728,49.78,50.725,52.511,50.936],"script":[10.609,11.069,11.769,11.94,11.983,10.564,11.09,10.895,10.614,11.931,11.713,10.675,11.694,11.636,11.803],"paint":[37.095,39.223,39.559,38.389,37.756,37.294,38.671,39.28,38.139,37.666,38.058,38.173,38.068,39.881,38.165]}}, -{"f":"riot-v7.1.0-non-keyed","b":"09_clear1k_x8","v":{"total":[23.499,22.956,23.754,26.629,27.183,22.722,24.829,25.327,25.424,25.148,24.537,24.023,25.854,26.208,25.975],"script":[20.855,20.248,21.71,24.596,24.492,20.593,22.683,22.862,23.102,22.908,22.567,22.23,23.485,23.871,23.609],"paint":[2.527,2.594,0.834,1.923,1.894,1.527,1.146,2.355,1.722,2.134,1.879,1.191,2.25,1.365,1.803]}}, -{"f":"riot-v7.1.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5507087707519531]}}, -{"f":"riot-v7.1.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.7878313064575195]}}, -{"f":"riot-v7.1.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.8028478622436523]}}, -{"f":"riot-v7.1.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.834589958190918]}}, -{"f":"riot-v7.1.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[32.26653289794922]}}, -{"f":"riot-v7.1.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.4499999999998]}}, -{"f":"riot-v7.1.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.636]}}, -{"f":"riot-v7.1.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.48399999999998]}}, +{"f":"reflex-dom-v0.4-non-keyed","b":"43_first-paint","v":{"DEFAULT":[3503.5]}}, +{"f":"riot-v7.1.0-non-keyed","b":"01_run1k","v":{"total":[48.655,49.304,44.605,49.692,50.303,49.653,51.818,50.642,49.946,49.778,51.476,49.198,50.085,50.847,49.242],"script":[12.88,12.192,9.521,13.069,13.657,12.626,13.26,12.593,13.32,13.054,13.186,13.073,12.171,12.963,13.193],"paint":[35.078,36.644,34.62,35.932,36.132,36.622,38.131,37.36,36.122,36.046,37.833,35.675,37.496,37.177,35.576]}}, +{"f":"riot-v7.1.0-non-keyed","b":"02_replace1k","v":{"total":[19.263,18.794,17.564,19.35,17.452,18.933,19.655,18.736,17.905,18.837,18.811,19.486,19.011,17.827,20.016],"script":[2.832,2.604,2.541,2.683,2.459,2.69,2.632,2.48,2.522,2.63,2.685,2.612,2.692,2.602,2.678],"paint":[15.828,15.727,14.566,16.207,14.531,15.778,16.386,15.641,14.716,15.792,15.69,16.497,15.864,14.553,16.859]}}, +{"f":"riot-v7.1.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[23.799,23.738,24.173,23.169,23.778,23.417,25.925,23.305,23.286,22.796,22.743,24.877,23.979,23.77,22.726],"script":[5.821,5.901,5.775,6.425,6.083,6.823,6.832,6.12,6.889,6.452,6.081,6.827,6.823,6.754,6.103],"paint":[16.851,15.908,16.879,15.163,16.071,14.624,17.255,15.225,15.312,14.57,14.192,15.588,16.087,14.61,15.107]}}, +{"f":"riot-v7.1.0-non-keyed","b":"04_select1k","v":{"total":[8.666,9.472,8.869,9.796,7.841,9.085,8.619,8.458,11.08,8.299,10.477,9.243,9.862,9.694,9.14,9.098,8.867,9.229,10.511,9.702,7.843,10.045,9.563,9.554,9.436],"script":[5.594,6.43,5.65,6.009,5.198,6.35,5.778,5.721,6.808,5.83,6.615,6.589,6.357,5.918,6.196,6.43,6.375,5.812,6.618,6.661,5.367,6.332,5.997,6.853,6.312],"paint":[1.952,2.158,1.855,2.253,1.387,1.842,1.566,1.744,2.706,2.337,2.146,1.768,1.656,3.533,1.992,1.792,2.286,2.081,2.421,1.723,1.172,3.447,2.854,2.169,2.382]}}, +{"f":"riot-v7.1.0-non-keyed","b":"05_swap1k","v":{"total":[19.127,17.911,18.482,18.499,18.045,18.811,18.911,17.415,17.947,19.813,18.423,19.335,18.897,17.312,20.872],"script":[5.99,5.92,5.785,5.653,5.367,6.48,6.181,5.429,5.709,6.499,6.148,5.98,6.37,5.539,7.064],"paint":[10.827,10.206,11.244,10.515,10.959,10.609,10.359,10.337,10.339,11.454,10.966,11.13,10.968,10.335,11.592]}}, +{"f":"riot-v7.1.0-non-keyed","b":"06_remove-one-1k","v":{"total":[37.256,38.11,37.035,37.095,36.598,36.58,39.109,37.265,36.771,38.628,40.926,39.76,36.861,40.331,36.781],"script":[4.52,4.459,4.574,4.562,4.425,4.274,4.346,4.941,4.399,4.99,4.525,4.38,4.314,4.868,4.288],"paint":[31.529,32.416,31.324,31.582,31.376,31.482,33.22,31.096,31.366,32.449,35.531,34.584,31.042,34.635,31.659]}}, +{"f":"riot-v7.1.0-non-keyed","b":"07_create10k","v":{"total":[523.951,500.365,513.137,499.476,509.068,503.419,501.9,514.601,503.88,507.778,498.323,503.472,511.107,503.251,511.911],"script":[132.984,131.444,130.247,128.905,132.115,132.62,130.942,129.465,130.551,129.937,128.973,132.964,130.306,130.488,126.968],"paint":[383.223,361.508,375.451,363.201,369.542,362.901,363.595,377.717,365.642,370.486,361.866,363.145,373.156,364.861,377.395]}}, +{"f":"riot-v7.1.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[56.756,56.494,56.658,58.344,56.284,58.647,58.267,58.263,59.016,58.704,58.452,57.295,58.896,57.279,58.836],"script":[13.74,13.33,13.651,15.016,13.296,14.287,14.201,13.628,14.43,14.842,14.393,13.84,14.185,13.92,14.528],"paint":[42.041,42.18,42.088,42.363,41.927,43.315,43.091,43.548,43.474,42.771,42.819,42.49,43.732,42.378,42.9]}}, +{"f":"riot-v7.1.0-non-keyed","b":"09_clear1k_x8","v":{"total":[23.527,23.277,22.088,24.459,24.888,26.393,22.772,25.205,22.769,23.453,23.822,24.779,25.856,23.894,25.038],"script":[20.879,20.543,20.204,22.957,22.919,23.817,21.174,22.488,20.609,20.813,21.517,22.269,23.329,21.904,22.235],"paint":[1.186,2.632,1.259,0.454,1.842,2.476,1.492,2.41,2.042,2.519,2.196,1.075,1.228,1.285,2.675]}}, +{"f":"riot-v7.1.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5290765762329102]}}, +{"f":"riot-v7.1.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.574573516845703]}}, +{"f":"riot-v7.1.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.606602668762207]}}, +{"f":"riot-v7.1.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9216423034667969]}}, +{"f":"riot-v7.1.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.231066703796387]}}, +{"f":"riot-v7.1.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3850000000002]}}, +{"f":"riot-v7.1.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.291999999999998]}}, +{"f":"riot-v7.1.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[152.86399999999995]}}, {"f":"riot-v7.1.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[158.177734375]}}, {"f":"riot-v7.1.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[19.9033203125]}}, {"f":"riot-v7.1.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[6.41796875]}}, -{"f":"riot-v7.1.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[68.6]}}, -{"f":"riot-v7.1.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[68.6]}}, -{"f":"san-v3.12.2-non-keyed","b":"01_run1k","v":{"total":[42.664,40.176,41.542,40.383,39.926,43.075,44.189,40.746,40.916,40.217,42.536,40.754,40.924,41.804,40.497],"script":[6.126,5.079,5.474,5.128,5.115,5.289,5.263,5.122,5.142,5.146,5.621,5.44,5.27,5.641,5.172],"paint":[36.02,34.658,35.396,34.797,34.35,37.295,38.191,35.151,35.033,34.633,36.424,34.817,35.193,35.447,34.798]}}, -{"f":"san-v3.12.2-non-keyed","b":"02_replace1k","v":{"total":[19.551,19.484,19.416,19.772,19.425,20.044,18.219,18.974,19.361,18.8,18.519,18.252,20.005,18.65,19.046],"script":[3.049,2.893,2.683,2.661,2.621,3.084,2.84,3.1,2.671,2.985,3.275,2.813,3.023,2.888,2.925],"paint":[16.048,15.94,16.262,16.49,16.354,16.345,14.796,15.413,16.201,15.281,14.78,14.964,16.5,15.121,15.579]}}, -{"f":"san-v3.12.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.557,18.368,21.169,20.255,19.639,21.455,20.514,19.308,19.128,19.212,18.848,21.142,20.458,19.635,19.044],"script":[1.939,2.235,3.314,2.387,2.241,2.682,2.628,2.439,2.438,2.237,2.518,2.487,3.17,2.436,2.287],"paint":[16.486,14.516,15.747,15.608,15.249,16.905,15.718,15.321,15.136,14.926,14.933,16.756,15.991,15.938,15.03]}}, -{"f":"san-v3.12.2-non-keyed","b":"04_select1k","v":{"total":[3.62,4.072,4.776,4.969,4.579,3.692,3.922,3.485,3.97,4.267,2.885,4.017,5.027,3.848,4.263,4.097,4.88,4.064,5.174,3.875,4.946,3.618,4.051,3.734,3.587],"script":[1.086,1.01,1.228,0.957,0.954,0.665,0.966,0.989,0.886,1.515,1.105,1.97,1.249,1,1.493,1.669,1.252,1.208,1.587,1.25,1.23,1.231,1.186,1.594,1.084],"paint":[1.667,2.254,2.418,2.779,2.903,2.916,2.85,2.386,1.817,2.044,1.662,1.913,2.171,2.543,2.648,2.297,3.419,2.047,1.963,1.633,3.451,2.256,2.273,2.039,2.399]}}, -{"f":"san-v3.12.2-non-keyed","b":"05_swap1k","v":{"total":[13.712,13.549,12.988,13.535,13.218,12.698,13.632,13.465,12.526,12.706,12.838,12.59,12.914,13.563,13.892],"script":[1.333,0.892,0.306,1.544,0.852,0.274,0.971,1.558,1.206,0.957,0.633,1.091,0.706,1.281,0.915],"paint":[9.82,10.909,11.075,10.156,10.956,11.055,11.417,10.805,10.192,10.153,10.875,10.5,10.597,9.647,10.443]}}, -{"f":"san-v3.12.2-non-keyed","b":"06_remove-one-1k","v":{"total":[38.388,37.888,37.745,41.156,37.531,38.919,37.287,37.623,37.692,38.665,37.392,40.346,36.21,38.904,36.937],"script":[5.571,5.113,5.123,5.277,5.502,5.266,5.356,5.043,5.473,5.482,5.03,4.914,4.911,5.255,4.983],"paint":[31.685,31.369,31.741,35.004,31.201,32.793,30.725,31.354,30.585,32.066,31.293,34.621,30.147,32.287,31.095]}}, -{"f":"san-v3.12.2-non-keyed","b":"07_create10k","v":{"total":[433.392,437.541,429.14,442.165,436.614,446.866,435.833,432.051,427.178,440.843,434.819,434.151,439.468,430.415,435.829],"script":[73.439,71.639,71.06,72.906,71.946,70.692,72.319,71.1,70.669,72.467,72.67,70.904,71.442,70.48,72.014],"paint":[352.482,358.423,350.617,360.78,357.17,368.708,356.038,353.6,349.052,360.687,354.582,355.376,360.544,352.296,356.348]}}, -{"f":"san-v3.12.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.539,45.474,44.398,43.449,44.654,44.875,44.701,43.917,44.11,44.557,44.924,44.875,47.868,44.363,44.162],"script":[5.584,6.049,5.634,5.649,5.54,5.426,5.466,5.532,5.579,6.056,6.091,6.011,5.776,5.797,5.602],"paint":[38.048,38.194,37.566,36.874,37.889,38.265,38.301,37.497,37.713,37.628,37.631,37.941,40.921,37.662,37.653]}}, -{"f":"san-v3.12.2-non-keyed","b":"09_clear1k_x8","v":{"total":[16.204,17.193,17.992,17.282,16.984,17.212,17.935,17.246,17.073,17.671,15.182,17.421,17.933,16.657,17.253],"script":[14.736,14.993,15.571,14.777,15.117,14.406,15.106,15.305,15.046,15.499,13.458,15.567,15.333,15.085,14.591],"paint":[1.36,2.089,2.263,2.412,1.313,1.413,2.326,1.131,0.992,2.063,1.628,1.725,2.485,1.476,2.529]}}, -{"f":"san-v3.12.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7873821258544922]}}, -{"f":"san-v3.12.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.623258590698242]}}, -{"f":"san-v3.12.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.759828567504883]}}, -{"f":"san-v3.12.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.029646873474121]}}, -{"f":"san-v3.12.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.079679489135742]}}, -{"f":"san-v3.12.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2177.13]}}, -{"f":"san-v3.12.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[6.031999999999999]}}, -{"f":"san-v3.12.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[130.09599999999998]}}, +{"f":"riot-v7.1.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[76.9]}}, +{"f":"san-v3.12.2-non-keyed","b":"01_run1k","v":{"total":[41.628,42.146,41.936,42.361,40.926,40.614,42.237,41.328,42.079,42.399,42.074,41.194,41.124,41.58,41.881],"script":[5.932,5.615,5.295,5.629,5.342,5.429,5.576,5.464,5.755,5.553,6.639,5.491,5.424,5.522,5.457],"paint":[35.14,36.038,36.036,36.064,34.896,34.715,35.988,35.409,35.832,36.408,35,35.272,35.241,35.52,35.728]}}, +{"f":"san-v3.12.2-non-keyed","b":"02_replace1k","v":{"total":[19.331,19.569,18.997,19.253,19.904,19.878,19.156,19.124,19.966,19.569,19.728,19.317,19.439,19.199,19.19],"script":[2.469,2.754,2.399,2.479,2.381,2.772,2.577,2.692,2.844,2.663,2.679,2.534,2.799,2.477,2.655],"paint":[16.202,16.351,16.156,16.34,17.056,16.498,15.976,15.976,16.485,16.279,16.402,16.298,16.211,16.265,16.07]}}, +{"f":"san-v3.12.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.388,19.081,21.264,20.036,19.023,20.3,21.173,19.214,19.848,19.262,19.377,18.81,19.788,19.635,19.218],"script":[3.005,2.608,2.834,3.218,2.611,3.163,2.382,2.781,2.488,2.792,2.269,2.606,2.939,3.064,2.991],"paint":[16.003,14.521,16.974,15.805,15.373,15.224,16.589,14.875,15.871,14.93,15.608,14.294,15.568,14.668,14.891]}}, +{"f":"san-v3.12.2-non-keyed","b":"04_select1k","v":{"total":[4.089,3.884,3.888,4.275,3.732,4.596,4.274,3.348,4.595,3.974,4.44,3.831,4.288,4.257,4.995,3.76,4.346,5.172,4.833,4.233,4.289,4.202,3.752,3.552,3.294],"script":[1.283,1.597,0.849,0.963,1.715,1.239,1.338,1.189,1.648,1.066,1.309,1.509,1.515,1.756,0.942,1.061,1.804,2.117,1.78,0.884,1.639,1.782,1.756,0.924,0.994],"paint":[2.669,1.697,1.295,2.539,1.174,2.003,2.825,1.973,2.254,1.722,2.771,1.134,2.419,1.561,2.869,1.822,1.923,2.864,2.79,2.385,2.534,1.601,1.138,1.418,1.411]}}, +{"f":"san-v3.12.2-non-keyed","b":"05_swap1k","v":{"total":[13.417,15.301,12.458,12.908,14.108,13.362,13.734,13.034,13.615,13.199,12.599,13.271,13.173,13.046,13.505],"script":[0.934,1.535,0.979,1.212,1.398,1.375,1.141,1.093,1.026,1.271,0.863,0.958,0.939,0.98,1.441],"paint":[11.017,11.515,9.546,10.631,10.75,10.174,11.535,11.204,10.743,10.926,10.215,10.116,10.444,10.553,10.657]}}, +{"f":"san-v3.12.2-non-keyed","b":"06_remove-one-1k","v":{"total":[37.187,37.953,37.464,37.586,37.717,36.052,37.458,40.725,40.445,38.172,38.176,38.088,37.773,37.538,37.54],"script":[4.916,5.426,4.976,4.976,4.593,4.391,4.693,4.676,4.798,5.444,5.523,5.348,5.263,4.962,5.081],"paint":[31.11,31.475,31.322,31.36,31.38,30.909,31.367,35.071,34.871,31.82,31.46,31.952,31.501,31.201,31.131]}}, +{"f":"san-v3.12.2-non-keyed","b":"07_create10k","v":{"total":[438.343,443.453,438.352,443.723,440.78,437.239,441.574,446.606,443.317,435.642,438.226,439.544,444.844,440.571,448.533],"script":[74.149,72.989,73.123,74.918,75.551,74.764,72.735,75.725,77.29,73.221,71.901,74.909,76.839,76.73,75.427],"paint":[356.902,362.903,357.877,361.038,356.918,355.124,361.518,363.048,358.522,354.913,358.67,357.221,360.197,356.29,365.762]}}, +{"f":"san-v3.12.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[49.383,49.825,48.857,47.746,48.242,48.138,49.916,49.687,49.652,50.345,47.908,48.451,49.665,49.828,49.393],"script":[7.655,7.703,7.581,7.001,7.041,6.951,7.47,7.533,7.008,7.659,7.14,7.511,7.667,7.466,7.48],"paint":[40.722,41.189,39.974,39.904,40.009,40.316,41.191,41.125,41.428,41.498,39.868,40.034,40.65,41.237,40.999]}}, +{"f":"san-v3.12.2-non-keyed","b":"09_clear1k_x8","v":{"total":[17.668,16.903,16.802,16.789,16.979,17.016,16.79,17.024,17.113,17.102,17.814,17.992,17.254,16.643,16.592],"script":[15.101,14.366,14.018,14.798,14.387,14.731,15.069,14.802,14.457,15.077,15.538,15.343,14.566,14.796,15.093],"paint":[1.537,2.411,2.064,1.174,1.49,2.191,0.785,2.113,2.558,1.207,1.493,1.997,1.752,1.753,1.378]}}, +{"f":"san-v3.12.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7897129058837891]}}, +{"f":"san-v3.12.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.414980888366699]}}, +{"f":"san-v3.12.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.53314208984375]}}, +{"f":"san-v3.12.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.093674659729004]}}, +{"f":"san-v3.12.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[25.949679374694824]}}, +{"f":"san-v3.12.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2176.505]}}, +{"f":"san-v3.12.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.884]}}, +{"f":"san-v3.12.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.496]}}, {"f":"san-v3.12.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[209.3095703125]}}, {"f":"san-v3.12.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[71.0341796875]}}, {"f":"san-v3.12.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[17.8583984375]}}, -{"f":"san-v3.12.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[125.4]}}, -{"f":"san-v3.12.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[125.4]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"01_run1k","v":{"total":[43.237,43.19,42.424,45.977,44.776,44.994,43.455,44.723,42.555,43.139,45.846,44.53,44.456,45.667,44.597],"script":[6.706,6.795,6.645,7.467,6.569,6.89,6.955,6.497,6.532,6.496,6.66,7.282,6.495,7.332,7.241],"paint":[36.046,35.937,35.255,37.994,37.728,37.666,35.996,37.74,35.516,36.044,38.681,36.711,37.354,37.846,36.85]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"02_replace1k","v":{"total":[16.341,16.958,16.814,25.711,19.881,16.563,18.124,17.051,17.877,20.078,18.172,23.467,27.026,26.28,26.156],"script":[1.479,1.417,1.474,1.67,1.579,1.47,1.567,1.531,1.485,1.556,1.547,1.7,1.703,1.66,1.713],"paint":[14.719,15.382,14.723,14.762,16.281,14.947,15.296,15.362,15.073,14.669,14.905,15.147,15.684,14.963,16.195]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.797,18.353,18.379,18.696,18.131,18.505,19.658,17.622,17.338,18.336,17.701,18.682,19.275,17.833,19.41],"script":[1.995,1.412,1.203,1.53,2.336,0.84,2.227,0.398,2.008,1.881,2.297,1.032,1.853,1.009,2.474],"paint":[15.432,16.811,16.704,16.353,15.344,16.786,16.851,17.086,14.441,16.185,14.656,16.618,16.725,16.68,16.81]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"04_select1k","v":{"total":[3.516,4.019,4.126,3.486,3.774,3.487,3.714,3.38,4.037,4.473,5.14,3.713,3.767,3.825,3.093,3.835,4.123,4.015,2.918,4.848,3.67,4.077,3.891,4.146,3.832],"script":[1.15,1.705,1.241,1.09,1.651,0.547,0.984,0.667,0.949,1.087,0.738,1.386,0.315,1.2,0.798,1.142,1.19,0.842,1.035,0.982,0.204,1.212,0.67,0.8,1.207],"paint":[1.715,1.775,2.372,2.077,1.603,2.341,1.613,2.391,2.245,2.629,2.689,2.219,2.582,1.698,1.323,2.261,2.815,2.015,1.464,2.28,2.434,2.767,2.386,3.223,1.42]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"05_swap1k","v":{"total":[12.577,12.365,12.566,12.308,12.526,12.267,13.822,12.919,12.276,12.217,12.804,13.364,13.033,13.533,12.377],"script":[0.827,0.21,0.92,1.157,0.928,1.378,1.749,0.262,0.366,1.007,0.53,0.728,1.78,1.632,1.367],"paint":[11.625,11.181,10.124,11.026,10.851,9.988,11.823,11.656,11.328,11.093,12.146,12.517,9.909,11.756,10.887]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"06_remove-one-1k","v":{"total":[17.851,18.39,18.316,18.511,17.955,17.672,17.806,17.909,18.316,18.12,18.058,18.269,18.265,18.645,17.793],"script":[0.589,0.683,0.595,0.583,0.353,0.556,0.478,0.334,0.607,0.578,0.574,0.583,0.617,0.643,0.26],"paint":[15.761,16.232,16.123,16.552,16.273,16.342,16.26,16.781,16.048,16.703,16.519,16.735,16.582,16.501,16.641]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"07_create10k","v":{"total":[477.374,466.045,476.634,473.687,460.012,461.713,476.332,453.94,476.111,457.307,471.522,469.32,463.197,480.466,474.101],"script":[92.548,83.668,91.082,89.273,86.541,84.736,91.534,90.132,95.975,83.232,91.18,85.224,81.89,93.181,90.366],"paint":[376.715,374.429,377.322,376.66,364.988,369.228,376.401,355.987,372.047,365.658,372.608,376.139,373.81,379.272,376.008]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.656,46.791,46.857,44.365,46.573,47.355,45.154,47.427,46.548,45.54,44.774,46.627,44.078,49.214,47.022],"script":[5.847,5.706,5.774,5.841,5.745,5.797,5.795,5.771,5.752,5.785,5.695,5.709,5.636,5.654,5.729],"paint":[37.839,40.123,40.077,37.596,39.813,40.488,38.446,40.452,39.734,38.821,38.104,39.931,37.599,42.34,40.069]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"09_clear1k_x8","v":{"total":[15.965,16.218,16.226,15.753,15.376,15.394,15.362,15.897,15.6,15.39,15.932,16.394,15.624,15.903,15.746],"script":[14.213,13.776,14,13.58,13.403,13.919,13.209,13.646,13.579,13.789,13.324,14.064,13.491,13.779,13.845],"paint":[1.657,2.36,1.454,1.824,1.882,0.448,1.409,2.154,0.995,0.865,2.494,1.216,2.027,2.022,1.291]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8236570358276367]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.32126522064209]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.438455581665039]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2523231506347656]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.75233173370361]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2405.8450000000003]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.047999999999998]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[152.62]}}, +{"f":"san-v3.12.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[111]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"01_run1k","v":{"total":[43.494,43.243,44.129,42.983,44.691,42.918,43.982,44.137,44.319,43.712,44.309,44.527,41.882,45.496,44.269],"script":[6.434,6.274,6.422,6.47,6.52,6.34,6.624,6.373,7.304,7.157,6.592,7.121,6.363,6.281,6.647],"paint":[36.375,36.567,37.225,36.021,37.655,36.125,36.903,37.279,36.325,36.076,37.212,36.911,34.992,38.749,37.012]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"02_replace1k","v":{"total":[17.902,18.65,15.937,26.091,18.48,22.053,20.495,22.404,24.9,25.701,19.303,22.741,17.304,26.234,20.21],"script":[1.687,1.571,1.53,1.859,1.866,1.741,1.565,1.675,1.755,1.79,1.545,1.767,1.579,1.665,1.594],"paint":[16.082,15.503,14.276,14.627,15.957,15.374,15.691,14.456,15.364,15.652,15.488,14.722,15.554,14.855,15.413]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.318,19.053,19.011,18.274,19.094,18.119,19.429,17.573,19.438,17.796,17.83,18.982,18.675,18.026,18.528],"script":[1.582,1.149,1.9,2.157,0.937,1.036,2.054,1.997,2.785,1.12,1.818,2.224,1.929,2.042,2.016],"paint":[15.17,16.745,16.214,15.907,17.76,16.144,17.237,15.448,15.754,16.15,15.69,16.62,16.262,15.308,16.38]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"04_select1k","v":{"total":[3.749,4.42,3.819,3.025,4.671,3.469,3.235,3.917,3.64,3.293,4.108,4.333,3.581,3.401,4.181,4.755,4.37,3.736,3.432,3.605,3.07,4.113,2.796,3.219,3.658],"script":[0.933,1.092,1.262,1.131,1.682,1.035,1.195,0.952,0.56,1.051,0.905,1.292,0.336,1.086,1.611,0.887,1.265,1.209,1.233,0.56,0.534,1.244,0.913,0.654,1.105],"paint":[2.668,1.885,0.925,1.35,2.012,1.837,1.335,1.731,2.956,2.103,2.237,1.876,2.469,1.164,2.431,3.533,2.124,2.42,2.066,2.071,1.496,2.747,1.379,2.453,1.752]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"05_swap1k","v":{"total":[12.847,12.866,12.068,11.63,12.637,11.623,12.875,12.034,12.882,12.261,12.846,12.921,28.278,12.027,12.227],"script":[0.933,1.208,0.202,0.595,0.214,0.625,1.66,0.863,1.098,1.199,1.452,1.055,0.941,0.213,0.868],"paint":[10.02,11.512,10.893,10.922,11.377,10.878,10.231,9.58,10.791,10.2,10.957,11.074,11.761,11.686,11.221]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"06_remove-one-1k","v":{"total":[18.694,18.206,17.331,17.713,18.327,19.321,17.667,17.995,18.91,18.988,18.451,17.975,17.159,17.624,17.37],"script":[0.582,0.627,0.493,0.267,0.59,0.622,0.584,0.602,0.647,0.586,0.5,0.582,0.591,0.57,0.566],"paint":[16.609,16.195,16.038,16.609,16.398,17.354,15.819,15.954,17.018,17.049,16.614,16.316,15.747,15.949,15.45]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"07_create10k","v":{"total":[469.694,463.467,474.738,462.899,468.382,460.726,469.73,466.781,473.77,453.576,456.19,462.168,453.318,462.993,463.751],"script":[92.928,88.005,91.195,90.907,90.521,90.314,91.056,91.443,91.569,88.374,84.045,89.391,81.866,89.975,89.445],"paint":[368.191,367.892,375.95,364.624,370.495,362.93,371.071,367.876,374.448,357.266,364.748,365.261,364.132,365.463,366.946]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[52.716,52.508,52.029,51.481,51.347,53.086,52.22,51.989,51.84,52.409,51.541,51.571,52.823,50.34,51.427],"script":[7.35,7.311,7.373,7.37,6.877,7.352,7.435,7.431,7.363,7.415,7.56,7.363,7.441,7.396,7.434],"paint":[44.421,43.972,43.607,43.155,43.498,44.512,43.829,43.567,43.529,43.943,42.957,43.271,44.457,41.883,43.066]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"09_clear1k_x8","v":{"total":[14.825,15.338,15.77,15.795,15.018,15.96,15.516,15.731,15.543,14.792,14.528,15.071,15.316,15.263,15.004],"script":[12.811,13.472,13.11,13.042,12.756,13.423,13.124,13.55,13.37,12.879,12.133,13.125,13.042,13.155,12.888],"paint":[1.883,1.765,2.024,2.655,2.163,2.42,1.31,1.444,1.324,1.809,1.45,1.839,2.162,1.89,2.025]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.8252668380737305]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.11723518371582]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.271631240844727]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.2304763793945312]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[31.62826633453369]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2405.7650000000003]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[13.511999999999999]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[176.78400000000002]}}, {"f":"scarlets-frame-v0.34.6-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[255.880859375]}}, {"f":"scarlets-frame-v0.34.6-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[117.6025390625]}}, {"f":"scarlets-frame-v0.34.6-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[30.4853515625]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"43_first-paint","v":{"DEFAULT":[173.9]}}, -{"f":"scarlets-frame-v0.34.6-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[173.9]}}, -{"f":"seed-v0.8.0-non-keyed","b":"01_run1k","v":{"total":[57.493,57.709,58.103,56.494,56.531,57.555,56.396,55.908,59.264,58.204,56.954,58.872,54.708,57.691,56.966],"script":[19.757,20.796,21.489,20.215,20.371,20.417,19.917,19.669,22.034,21.172,20.171,21.34,19.409,21.219,20.903],"paint":[37.285,36.457,35.903,35.795,35.646,36.672,36.034,35.773,36.522,36.432,36.333,36.765,34.832,36.009,35.558]}}, -{"f":"seed-v0.8.0-non-keyed","b":"02_replace1k","v":{"total":[30.838,31.206,30.226,29.729,31.178,30.181,30.259,30.452,31.917,30.33,30.365,31.23,32.171,32.97,32.811],"script":[15.331,15.823,14.697,14.649,16.19,14.86,14.917,14.915,15.838,15.171,14.765,15.626,16.332,16.254,16.281],"paint":[14.994,14.755,15.049,14.626,14.515,14.728,14.838,14.941,15.548,14.509,14.943,15.115,15.336,16.282,15.868]}}, -{"f":"seed-v0.8.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[71.791,71.618,74.029,72.457,71.303,70.33,70.153,73.708,71.363,71.016,70.674,72.884,71.337,72.225,72.32],"script":[52.876,53.691,53.014,52.479,52.547,52.206,52.344,55.873,53.181,52.194,52.42,54.429,53.194,53.917,54.61],"paint":[17.242,16.146,18.835,17.79,16.947,16.628,16.751,15.453,16.041,15.897,16.577,16.518,16.236,16.886,15.437]}}, -{"f":"seed-v0.8.0-non-keyed","b":"04_select1k","v":{"total":[55.426,55.942,56.719,60.054,55.126,60.383,58.262,55.196,55.616,54.914,54.779,54.663,55.399,61.356,65.848,63.214,55.215,55.608,58.338,61.464,54.381,58.384,54.475,55.492,63.526],"script":[50.65,51.306,52.114,56.076,50.322,56.888,53.866,51.835,51.59,50.595,50.658,50.779,50.726,57.309,60.626,57.844,51.427,51.815,54.127,57.104,50.949,53.775,50.523,50.735,58.078],"paint":[3.598,3.497,3.066,1.864,2.925,2.272,2.496,1.825,3.38,2.117,2.884,2.952,3.24,2.192,3.709,3.765,2.519,3.102,2.785,3.526,2.376,3.242,3.101,2.879,4.032]}}, -{"f":"seed-v0.8.0-non-keyed","b":"05_swap1k","v":{"total":[64.875,64.395,65.059,64.054,65.718,67.063,67.563,65.854,64.921,64.085,64.424,64.508,64.219,71.812,66.559],"script":[51.187,51.001,51.928,51.242,52.29,53.551,54.657,51.867,51.447,51.21,51.593,51.746,51.622,57.889,51.853],"paint":[11.258,11.749,10.658,11.346,11.864,10.089,11.085,12.067,11.43,11.846,11.874,11.262,10.719,11.384,12.843]}}, -{"f":"seed-v0.8.0-non-keyed","b":"06_remove-one-1k","v":{"total":[63.892,63.33,61.968,63.798,61.783,60.601,61.657,62.531,62.794,61.769,61.508,63.871,61.624,63.794,61.504],"script":[30.659,30.776,30.032,30.554,29.307,28.97,29.171,29.935,29.851,29.532,29.136,31.145,29.112,30.627,28.908],"paint":[32.258,31.8,30.846,31.86,31.319,30.418,31.643,31.36,31.633,31.379,31.3,31.937,31.55,31.986,31.743]}}, -{"f":"seed-v0.8.0-non-keyed","b":"07_create10k","v":{"total":[671.255,698.165,660.207,668.772,669.354,679.399,661.61,671.746,669.463,672.229,673.386,682.708,678.305,675.374,666.609],"script":[276.535,287.609,275.095,277,277.801,287.239,276.196,280.598,275.951,278.666,278.361,283.979,276.259,274.852,274.895],"paint":[387.213,402.651,377.228,384.118,384.023,384.524,377.406,383.588,385.497,386.016,387.148,391.065,394.23,392.99,384.147]}}, -{"f":"seed-v0.8.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[83.549,85.795,83.16,83.694,82.967,84.59,84.774,84.677,84.343,83.624,84.201,83.976,85.85,88.041,87.898],"script":[40.819,40.315,39.684,40.138,40.396,40.124,40.312,40.507,40.811,39.761,40.046,40.24,41.102,40.508,41.272],"paint":[41.847,44.486,42.49,42.587,41.59,43.496,43.486,43.173,42.324,42.854,43.212,42.731,43.64,46.283,45.298]}}, -{"f":"seed-v0.8.0-non-keyed","b":"09_clear1k_x8","v":{"total":[32.926,29.151,29.151,29.062,29.828,29.831,28.312,29.267,29.575,29.123,27.922,30.983,28.622,32.087,29.685],"script":[30.324,27.111,27.057,26.907,27.517,27.643,25.833,27.31,27.441,26.335,25.462,28.599,26.441,29.288,27.219],"paint":[2.492,1.924,1.36,1.169,2.203,2.057,2.353,1.833,1.141,1.797,2.301,2.261,2.072,2.205,1.636]}}, -{"f":"seed-v0.8.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.7478036880493164]}}, -{"f":"seed-v0.8.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[11.076472282409668]}}, -{"f":"seed-v0.8.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[19.818675994873047]}}, -{"f":"seed-v0.8.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[10.123626708984375]}}, -{"f":"seed-v0.8.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[95.37626838684082]}}, -{"f":"seed-v0.8.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.925]}}, -{"f":"seed-v0.8.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[58.132]}}, -{"f":"seed-v0.8.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[169.864]}}, +{"f":"scarlets-frame-v0.34.6-non-keyed","b":"43_first-paint","v":{"DEFAULT":[179.1]}}, +{"f":"seed-v0.8.0-non-keyed","b":"01_run1k","v":{"total":[60.914,55.12,61.162,62.913,61.898,61.714,61.794,62.882,62.605,61.497,62.596,55.685,61.469,61.97,61.081],"script":[22.806,20.06,22.314,23.604,22.827,23.466,22.962,22.967,24.402,22.738,23.632,19.921,23.255,23.443,22.753],"paint":[37.636,34.612,38.403,38.8,38.551,37.784,38.113,39.197,37.513,38.295,38.239,35.297,37.764,37.824,37.882]}}, +{"f":"seed-v0.8.0-non-keyed","b":"02_replace1k","v":{"total":[33.804,29.723,29.976,31.73,30.341,33.584,30.961,31.84,31.208,32.346,31.763,32.663,30.748,29.603,30.898],"script":[16.524,14.45,14.695,15.826,15.074,17.362,15.74,15.877,15.164,16.102,15.792,16.405,15.392,14.651,15.587],"paint":[16.848,14.812,14.715,15.234,14.794,15.817,14.806,15.269,15.562,15.719,15.49,15.55,14.911,14.508,14.928]}}, +{"f":"seed-v0.8.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[69.471,69.893,71.513,69.411,70.216,69.803,68.727,73.238,70.078,69.979,69.094,70.65,71.821,71.547,69.133],"script":[51.562,52.161,51.929,51.106,52.622,51.444,51.642,56.022,52.761,51.518,51.131,52.451,52.574,53.751,51.61],"paint":[16.075,16.405,17.136,16.475,15.428,16.545,14.825,16.167,15.94,16.71,16.593,16.599,16.889,16.032,15.924]}}, +{"f":"seed-v0.8.0-non-keyed","b":"04_select1k","v":{"total":[54.563,55.601,54.821,54.566,63.244,54.081,55.296,56.9,55.825,54.514,55.036,56.146,55.197,53.605,56.093,56.578,54.844,60.938,60.461,55.512,56.729,55.453,56.29,57.925,56.967],"script":[50.489,51.009,50.753,49.864,58.571,50.021,51.485,52.271,51.605,50.16,50.945,52.399,51.061,49.973,51.314,51.389,50.814,57.16,56.841,51.265,51.667,50.563,52.29,53.317,51.754],"paint":[3.324,3.151,3.181,3.122,2.993,2.938,2.933,2.751,2.903,3.346,2.724,2.483,2.184,2.273,2.108,2.807,2.556,2.779,2.047,3.329,3.928,3.233,2.67,3.327,3.781]}}, +{"f":"seed-v0.8.0-non-keyed","b":"05_swap1k","v":{"total":[63.658,62.917,64.625,66.745,64.786,65.722,63.805,64.349,63.256,64.093,68.565,69.535,70.844,63.593,62.991],"script":[51.278,50.8,51.718,52.986,50.625,50.959,51.119,51.611,50.286,50.895,55.9,56.318,56.389,49.946,50.047],"paint":[10.458,11.09,11.57,11.323,10.806,12.301,11.901,11.738,11.631,11.083,11.07,8.887,11.726,10.905,12.113]}}, +{"f":"seed-v0.8.0-non-keyed","b":"06_remove-one-1k","v":{"total":[61.363,62.443,62.09,60.754,62.165,62.281,61.023,62.675,61.683,61.336,62.453,61.568,61.536,60.413,61.025],"script":[28.956,29.174,29.666,28.832,29.5,29.304,28.724,29.646,29.19,29.949,29.897,29.599,28.938,28.66,28.906],"paint":[31.559,31.761,31.407,31.045,31.623,31.482,31.451,31.686,30.975,30.501,31.804,30.733,31.284,30.59,31.015]}}, +{"f":"seed-v0.8.0-non-keyed","b":"07_create10k","v":{"total":[676.439,676.415,679.771,675.186,689.673,673.076,670.066,667.172,670.284,671.892,665.501,652.265,678.856,661.493,669.298],"script":[284.598,285.439,287.06,286.147,287.921,282.179,282.181,280.604,285.08,283.165,278.973,270.263,286.102,277.894,282.598],"paint":[384.081,383.09,384.864,381.554,393.826,383.352,380.534,379.151,377.805,381.379,379.119,374.648,385.388,376.266,379.27]}}, +{"f":"seed-v0.8.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[89.939,87.549,88.19,86.458,89.2,87.051,86.697,84.957,86.939,88.564,85.909,87.256,87.048,86.205,86.759],"script":[44.463,44.011,43.986,43.162,44.37,43.299,43.14,41.194,43.57,43.813,42.896,43.729,43.8,42.938,43.574],"paint":[44.469,42.278,43.197,42.359,43.82,42.821,42.358,42.848,42.049,43.457,41.753,42.289,41.969,42.333,42.205]}}, +{"f":"seed-v0.8.0-non-keyed","b":"09_clear1k_x8","v":{"total":[28.912,29.046,28.102,29.781,30.399,29.201,29.428,29.858,31.899,30.078,29.162,28.971,28.905,30.305,30.482],"script":[26.527,26.894,25.027,27.528,27.904,26.97,27.177,27.616,28.962,27.84,26.708,26.312,26.264,27.541,27.432],"paint":[2.276,2.033,2.841,1.513,1.213,1.074,1.296,1.72,1.696,1.233,1.248,1.615,1.421,1.405,1.936]}}, +{"f":"seed-v0.8.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.748642921447754]}}, +{"f":"seed-v0.8.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[10.88054370880127]}}, +{"f":"seed-v0.8.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[19.03076171875]}}, +{"f":"seed-v0.8.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[10.133790969848633]}}, +{"f":"seed-v0.8.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[93.2402172088623]}}, +{"f":"seed-v0.8.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.995]}}, +{"f":"seed-v0.8.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[60.040000000000006]}}, +{"f":"seed-v0.8.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[185.52799999999993]}}, {"f":"seed-v0.8.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[575.3974609375]}}, {"f":"seed-v0.8.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[436.837890625]}}, {"f":"seed-v0.8.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[127.9482421875]}}, -{"f":"seed-v0.8.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[784.8]}}, -{"f":"seed-v0.8.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[784.8]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"01_run1k","v":{"total":[37.461,36.206,36.502,35.776,36.088,36.472,38.342,36.359,35.549,36.865,38.71,35.75,36.057,36.856,36.012],"script":[1.759,1.86,1.786,1.856,1.837,1.829,1.994,1.878,1.875,1.727,1.714,1.859,1.82,1.886,1.827],"paint":[35.235,33.86,34.217,33.477,33.818,33.93,35.887,33.792,33.042,34.447,36.549,33.363,33.818,34.543,33.743]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"02_replace1k","v":{"total":[16.567,16.796,17.286,18.968,17.165,16.773,17.9,17.494,18.142,17.202,17.022,16.719,16.635,17.255,18.103],"script":[1.486,1.547,1.523,1.368,1.525,1.426,1.364,1.401,1.485,1.374,1.434,1.481,1.402,1.539,1.514],"paint":[14.612,14.775,15.261,17.075,15.106,14.784,15.987,15.448,16.19,15.365,15.135,14.64,14.83,15.031,16.074]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.632,18.642,20.159,19.316,18.48,19.218,19.662,18.802,19.731,20.049,19.75,18.872,18.958,18.142,19.676],"script":[1.808,1.005,1.525,1.494,1.717,1.567,2.191,1.482,1.444,1.508,1.578,1.659,1.876,1.435,1.544],"paint":[15.899,16.666,16.833,16.676,15.642,15.788,15.991,15.775,16.696,16.595,16.23,15.657,15.273,14.693,16.466]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"04_select1k","v":{"total":[4.371,3.899,4.031,3.878,4.566,4.432,3.904,4.752,4.206,3.611,5.095,3.296,4.713,4.625,4.55,4.334,3.689,4.611,4.107,5.252,4.729,4.581,3.946,4.629,3.899],"script":[1.778,1.087,1.302,1.328,1.705,1.327,1.372,1.008,1.263,1.335,1.519,1.295,2.115,1.511,1.703,1.505,1.378,1.216,1.908,1.954,1.388,1.505,1.332,2.104,1.232],"paint":[1.939,2.663,1.411,1.734,2.393,1.83,1.49,2.799,1.788,1.527,3.403,1.867,2.052,2.799,0.993,1.779,2.188,2.757,1.556,2.057,2.074,2.132,1.599,1.589,1.42]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"05_swap1k","v":{"total":[12.871,12.726,12.694,12.966,12.5,12.468,13.314,13,12.842,12.937,13.358,13.945,12.483,13.161,14.069],"script":[0.968,0.117,1.022,0.35,0.118,0.106,0.121,0.992,0.11,0.83,0.963,0.744,0.109,0.772,0.657],"paint":[10.489,11.264,10.353,10.533,10.604,10.671,11.834,10.897,11.184,10.357,10.7,10.684,11.075,10.335,11.874]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"06_remove-one-1k","v":{"total":[35.21,35.375,35.131,35.365,34.926,35.506,34.14,36.354,34.272,35.508,36.192,35.436,35.226,35.09,34.955],"script":[2.542,2.41,2.134,2.486,2.39,2.395,2.418,2.68,2.43,2.451,2.552,2.494,2.406,2.319,2.514],"paint":[31.616,31.587,31.713,31.517,31.694,31.955,30.743,32.188,30.865,31.953,32.341,31.86,31.354,31.633,31.584]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"07_create10k","v":{"total":[605.214,599.622,601.497,595.769,594.867,583.617,576.195,594.852,604.322,602.718,603.309,587.027,604.695,607.064,608.384],"script":[204.821,199.608,200.729,200.126,198.006,201.748,199.648,198.329,203.492,204.448,202.144,202.518,202.269,202.924,205.615],"paint":[392.417,392.342,393.046,388.051,389.283,374.173,368.895,388.991,393.166,390.541,393.63,376.581,394.54,396.495,394.895]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[60.214,61.055,59.733,60.073,60.096,69.014,60.795,58.642,63.215,62.115,60.11,59.83,63.465,60.848,61.44],"script":[21.27,22.116,20.785,20.701,20.767,27.92,20.801,20.628,21.703,22.012,21.947,20.622,22.575,21.645,22.561],"paint":[38.021,37.965,38.031,38.4,38.424,39.906,39.051,37.046,40.173,39.208,37.222,38.228,39.798,38.251,37.73]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"09_clear1k_x8","v":{"total":[16.523,16.132,16.671,15.426,15.539,16.689,16.124,15.449,16.009,15.629,16.41,15.453,15.884,15.954,16.727],"script":[13.876,13.369,13.775,12.599,13.709,14.014,13.47,12.386,12.905,13.026,13.608,13.465,13.841,13.59,13.786],"paint":[1.49,1.845,2.704,2.152,1.719,1.639,1.356,2.208,1.774,1.145,1.231,1.083,1.087,1.329,1.262]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5511360168457031]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.131982803344727]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.254823684692383]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.254347801208496]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[35.80154895782471]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2179.2560000000003]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.7]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[144.02799999999996]}}, +{"f":"seed-v0.8.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[768.8]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"01_run1k","v":{"total":[40.298,41.199,39.687,39.235,39.581,39.017,38.823,38.841,38.241,40.113,38.891,38.951,39.866,38.56,38.928],"script":[1.876,2.199,1.9,1.863,1.91,1.878,2.042,1.937,1.913,1.904,1.906,1.892,1.882,2.024,2.038],"paint":[37.732,38.572,37.016,36.697,37.152,36.687,36.313,36.449,35.889,37.694,36.55,36.431,37.512,36.032,36.416]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"02_replace1k","v":{"total":[17.646,18.6,17.786,16.708,18.624,17.903,17.609,16.535,18.816,16.761,18.156,18.514,18.876,17.392,17.353],"script":[1.337,1.379,1.384,1.554,1.452,1.367,1.432,1.417,1.466,1.559,1.568,1.447,1.328,1.427,1.367],"paint":[15.687,16.736,15.859,14.701,16.707,16.072,15.468,14.743,16.714,14.74,15.959,16.561,16.934,15.484,15.347]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.457,18.476,19.087,19.32,18.753,18.733,19.398,18.828,18.887,19.901,18.223,17.721,18.723,19.022,19.331],"script":[1.83,1.308,1.878,1.586,1.214,1.035,1.851,1.233,1.064,1.617,1.267,1.099,1.247,1.298,1.836],"paint":[15.183,15.094,15.269,15.788,16.581,15.368,14.973,16.007,15.621,16.28,14.763,15.663,16.132,15.824,15.666]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"04_select1k","v":{"total":[5.144,4.949,4.252,4.054,4.702,3.576,4.934,4.373,4.309,4.315,4.869,4.61,4.765,4.543,3.666,3.811,3.957,3.611,4.449,3.835,3.687,4.205,4.631,4.305,3.771],"script":[1.689,1.569,1.497,1.596,1.068,1.411,2.199,1.418,1.473,1.824,2.248,1.397,1.502,1.381,1.458,1.246,1.712,0.726,1.267,1.307,1.824,1.38,1.548,1.057,1.242],"paint":[2.399,3.205,2.097,1.615,2.25,2.017,1.863,2.787,1.708,2.331,2.074,1.957,2.106,2.351,2.096,1.485,1.42,2.763,2.863,2.365,1.31,2.636,2.079,3.088,1.432]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"05_swap1k","v":{"total":[13.073,13.511,13.011,12.682,13.193,13.114,12.803,12.655,12.973,13.511,14.218,12.862,12.08,13.237,12.889],"script":[1.169,0.598,0.136,0.958,0.746,0.906,0.649,0.15,0.54,0.132,0.124,0.105,0.101,0.922,1.016],"paint":[10.605,11.58,10.059,10.249,10.807,9.53,10.906,10.502,10.299,12.309,12.05,10.944,9.767,10.061,10.158]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"06_remove-one-1k","v":{"total":[34.526,34.148,34.819,36.312,35.164,34.467,38.569,35.117,35.016,37.553,35.618,34.766,34.41,36.145,34.879],"script":[2.456,2.485,2.473,2.455,2.295,2.144,2.446,2.744,2.416,2.124,2.42,2.422,2.462,2.463,2.792],"paint":[31.167,30.857,31.62,32.566,31.798,31.245,34.791,31.245,30.966,34.279,31.843,31.3,30.976,32.642,31.212]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"07_create10k","v":{"total":[601.171,586.524,592.106,582.566,592.43,593.472,592.237,588.981,579.392,572.463,592.29,573.655,572.903,588.188,582.839],"script":[202.345,196.514,200.969,203.697,198.09,201.265,202.773,199.341,203.406,196.559,199.794,197.633,198.288,198.435,197.084],"paint":[390.756,382.621,383.611,371.304,386.966,384.614,382.083,382.19,368.594,368.562,385.041,368.609,367.273,382.212,376.127]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[67.795,65.996,67.503,67.384,69.324,67.146,69.655,69.232,69.438,68.332,70.338,69.851,69.074,70.363,68.051],"script":[23.764,22.392,22.726,22.789,24.191,22.408,24.781,24.197,23.841,24.419,24.724,24.444,24.314,24.827,24.002],"paint":[43.063,42.693,43.481,43.692,44.134,43.79,43.893,43.849,44.376,42.93,44.657,44.472,43.796,44.579,43.068]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"09_clear1k_x8","v":{"total":[14.495,14.556,15.068,14.82,15.349,14.537,15.433,15.555,14.919,16.277,15.071,15.582,14.402,15.139,15.203],"script":[12.285,12.494,12.479,12.124,13.101,12.322,12.87,12.534,12.363,13.71,12.425,12.628,11.972,12.768,12.885],"paint":[1.595,1.928,2.414,1.58,2.129,2.057,1.628,2.804,2.347,1.52,1.632,2.043,2.292,1.254,1.174]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5508041381835938]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.937180519104004]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.982977867126465]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[4.041277885437012]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[33.63778305053711]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2180.6839999999997]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[27.336]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[168.9799999999999]}}, {"f":"slim-js-v5.0.8-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.859375]}}, {"f":"slim-js-v5.0.8-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[14.3828125]}}, {"f":"slim-js-v5.0.8-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.9580078125]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"43_first-paint","v":{"DEFAULT":[61.8]}}, -{"f":"slim-js-v5.0.8-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[61.8]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"01_run1k","v":{"total":[45.278,44.464,44.508,42.506,44.826,43.209,44.262,43.953,44.522,44.681,45.716,43.274,43.264,45.027,45.145],"script":[5.643,5.682,5.451,5.244,5.655,5.115,5.578,5.799,5.736,5.698,5.399,5.427,5.243,5.508,5.687],"paint":[39.153,38.075,38.364,36.817,38.712,37.638,38.217,37.443,38.066,38.51,39.789,37.098,37.576,39.036,39.002]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"02_replace1k","v":{"total":[20.95,21.249,21.206,20.699,19.154,20.622,21.584,19.531,19.61,21.197,19.354,19.388,21.206,19.378,20.601],"script":[3.296,3.305,3.309,3.282,3.446,3.306,3.314,3.248,3.107,3.266,3.201,3.135,3.334,3.293,3.049],"paint":[17.127,17.262,17.233,16.808,15.283,16.793,17.776,15.859,15.822,17.267,15.656,15.58,17.291,15.645,17.015]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[24.276,24.147,24.571,26.277,24.823,25.731,25.314,26.614,24.564,25.625,24.912,24.477,26.154,24.031,25.266],"script":[6.91,6.378,7.079,8.069,7.069,7.452,7.555,7.557,6.627,6.796,6.834,7.006,7.418,6.9,7.557],"paint":[15.578,15.399,16.113,16.621,16.46,16.31,16.219,16.911,16.171,16.836,15.11,16.228,17.474,15.458,16.659]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"04_select1k","v":{"total":[11.753,10.167,10.298,12,11.808,10.431,11.001,11.364,12.638,11.217,11.591,11.73,10.888,10.872,12.216,11.076,11.299,11.689,11.361,9.709,9.534,11.315,11.264,10.085,9.838],"script":[7.077,6.415,6.422,7.06,7.184,6.615,6.82,7.015,7.794,6.841,6.641,7.517,6.246,6.957,7.274,6.696,6.734,7.303,6.7,5.986,6.573,6.943,7.042,6.312,6.188],"paint":[3.771,3.155,2.902,4.691,2.807,2.919,3.928,3.737,3.866,1.91,3.776,2.734,3.635,2.909,3.555,3.517,3.977,3.364,3.545,2.791,2.412,2.943,3.997,3.126,3.482]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"05_swap1k","v":{"total":[19.031,18.687,21.524,17.876,19.244,18.352,19.42,17.558,19.811,18.13,18.89,19.091,19.029,18.319,18.333],"script":[7.017,5.976,6.818,6.242,6.089,5.568,6.507,5.805,6.529,6.369,6.508,6.64,5.541,5.386,5.643],"paint":[10.598,11.255,13.166,10.38,11.239,11.219,11.489,9.924,11.127,10.218,11.299,9.547,11.024,11.597,10.782]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"06_remove-one-1k","v":{"total":[46.16,40.239,40.056,46.674,40.308,40.731,40.195,46.975,43.617,46.307,42.44,41.161,47.022,47.723,46.49],"script":[7.923,7.644,7.525,8.108,7.964,7.575,7.886,8.439,8.045,8.848,8.537,7.91,8.463,8.245,8.609],"paint":[36.832,31.523,31.322,37.137,31.533,32.256,31.218,37.122,34.44,36.056,32.724,31.91,37.171,38.038,36.951]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"07_create10k","v":{"total":[465.26,471.712,465.915,465.503,468.977,469.553,463.94,471.109,467.849,466.194,472.131,468.776,460.194,468.352,465.608],"script":[75.211,76.26,74.994,76.108,77.741,77.998,75.197,76.686,78.842,76.525,78.38,76.616,77.145,77.18,75.438],"paint":[382.338,387.821,383.399,381.86,383.394,383.7,381.12,386.22,381.421,381.349,385.98,383.904,375.542,383.263,381.703]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.139,51.09,47.122,50.051,49.953,48.615,48.698,46.912,46.523,48.008,50.993,48.203,48.89,47.844,47.219],"script":[8.366,7.73,7.782,8.358,7.623,8.201,8.729,7.984,7.371,8.653,7.7,8.746,7.674,7.838,7.769],"paint":[38.539,42.301,38.398,40.51,41.388,39.154,39.071,38.079,38.297,38.329,42.065,38.559,39.988,39.106,38.538]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"09_clear1k_x8","v":{"total":[14.861,15.136,14.326,14.397,14.524,14.411,13.791,14.463,14.385,13.793,15.205,14.641,14.259,14.179,14.968],"script":[12.455,12.801,12.263,12.467,12.083,12.413,11.609,12.331,12.371,11.58,12.302,12.518,12.081,11.727,12.591],"paint":[1.203,2.231,1.485,1.131,2.332,1.157,1.579,2.041,1.14,2.107,2.306,2.023,1.668,2.347,2.242]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5993556976318359]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.1669559478759766]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.315274238586426]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.6638154983520508]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.19109058380127]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.375]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.611999999999998]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.3]}}, +{"f":"slim-js-v5.0.8-non-keyed","b":"43_first-paint","v":{"DEFAULT":[90.6]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"01_run1k","v":{"total":[44.833,43.27,43.271,43.826,43.692,44.209,43.623,43.567,43.251,44.615,45.008,45.115,44.714,44.765,44.539],"script":[6.182,5.535,5.755,5.756,5.606,5.979,6.056,5.632,5.746,5.944,5.87,5.932,5.934,5.518,6.179],"paint":[37.984,37.28,37.06,37.632,37.65,37.531,37.093,37.49,37.089,38.218,38.602,38.65,38.097,38.766,37.812]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"02_replace1k","v":{"total":[19.586,21.659,20.783,20.821,19.348,21.02,21.835,21.183,19.828,20.43,20.963,19.212,21.091,22.043,21.778],"script":[3.605,3.389,3.239,3.262,3.449,3.446,3.524,3.496,3.354,3.144,3.522,3.344,3.494,3.478,3.436],"paint":[15.486,17.777,16.87,17.07,15.469,16.928,17.737,17.067,15.848,16.736,16.916,15.379,17.093,18.078,17.76]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[26.345,25.169,24.849,23.709,25.8,23.783,28.684,22.707,26.294,25.686,25.254,26.814,24.413,25.082,25.653],"script":[8.841,6.777,7.523,6.372,7.67,6.375,9.891,6.087,7.026,7.468,6.678,8.687,6.874,7.166,8.84],"paint":[16.337,16.881,15.736,15.801,16.319,16.089,17.052,15.022,16.996,16.582,17.162,16.83,16.369,14.509,15.439]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"04_select1k","v":{"total":[11.806,11.824,12.147,11.879,11.535,11.489,10.869,12.302,12.035,9.908,11.571,11.482,10.344,11.383,11.164,12.143,11.554,10.416,11.544,12.16,12.342,9.976,12.419,10.861,11.321],"script":[7.811,7.874,7.95,7.065,6.457,7.027,6.651,7.929,6.746,6.343,7.238,7.77,6.794,7.187,6.613,7.635,7.306,6.133,7.805,7.345,8.024,6.205,7.826,7.217,6.742],"paint":[3.076,3.723,3.155,2.956,3.482,3.864,3.106,4.15,4.273,2.558,3.386,2.696,2.714,3.197,3.051,3.245,3.983,4.085,2.19,3.516,3.049,3.095,3.389,2.384,3.074]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"05_swap1k","v":{"total":[19.599,18.81,18.753,19.312,20.084,22.587,19.316,20.891,19.187,21.569,21.218,18.666,17.994,21.524,19.042],"script":[6.441,6.05,5.849,5.88,8.215,9.084,6.52,8.726,5.916,8.891,7.831,6.074,5.832,8.933,6.189],"paint":[11.978,11.379,11.309,11.483,9.83,11.967,10.467,11.457,11.553,10.064,11.17,10.142,10.759,10.508,11.87]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"06_remove-one-1k","v":{"total":[48.305,48.099,42.491,45.958,47.179,48.074,48.406,46.996,47.306,46.893,47.969,45.485,48.136,47.89,42.425],"script":[9.535,9.226,9.132,9.18,9.823,9.055,8.96,9.179,9.173,9.4,9.578,9.131,9.707,9.106,8.656],"paint":[37.852,37.3,31.847,35.521,35.385,37.438,37.61,36.459,36.742,35.692,36.562,35.089,37.169,37.179,32.291]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"07_create10k","v":{"total":[462.053,462.149,467.165,464.229,466.918,462.553,471.989,463.245,464.197,465.137,463.361,461.469,462.156,464.476,464.777],"script":[81.84,81.81,81.699,82.426,82.874,78.679,81.315,80.791,81.4,82.371,81.073,81.233,80.944,82.537,80.816],"paint":[372.495,372.782,378.011,374.156,376.565,376.558,383.115,375.059,375.378,375.3,374.767,372.661,373.839,374.531,376.329]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[53.86,56.146,53.933,53.821,54.35,52.96,52.915,53.679,54.592,54.817,54.233,55.607,53.96,54.465,54.55],"script":[8.903,9.226,8.417,8.351,8.795,8.86,8.471,8.431,8.917,9.082,8.515,8.978,8.37,8.96,9.046],"paint":[43.951,45.702,44.594,44.518,44.342,43.138,43.444,44.239,44.364,44.751,44.753,45.692,44.636,44.548,44.443]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"09_clear1k_x8","v":{"total":[13.577,13.439,13.083,13.966,13.622,13.474,13.534,13.779,13.473,13.182,13.716,13.81,14.358,13.897,13.882],"script":[11.066,11.571,11.386,11.758,11.514,11.521,12.054,11.926,11.639,11.298,11.028,11.894,11.503,11.518,11.52],"paint":[1.459,1.768,1.366,1.295,2.01,1.062,0.4,1.741,1.729,1.089,2.565,1.06,2.086,2.059,2.268]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.508671760559082]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.9550609588623047]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.2132387161254883]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7508001327514648]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.052528381347656]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.4699999999998]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[11.576]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[143.568]}}, {"f":"slingjs-v18.1.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[167.2685546875]}}, {"f":"slingjs-v18.1.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[28.994140625]}}, {"f":"slingjs-v18.1.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[8.125]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[101.3]}}, -{"f":"slingjs-v18.1.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[101.3]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"01_run1k","v":{"total":[62.547,64.146,65.655,63.26,63.782,63.356,65.485,63.927,64.175,63.41,64.701,62.453,63.809,66.398,64.939],"script":[22.804,23.731,24.153,22.827,23.574,22.567,23.723,23.705,23.933,23.683,23.16,22.754,23.371,24.227,23.691],"paint":[39.248,39.79,40.778,39.681,39.679,40.073,41.204,39.689,39.524,39.225,40.795,38.997,39.725,41.637,40.521]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"02_replace1k","v":{"total":[21.279,22.323,22.412,23.206,21.885,21.58,21.928,22.398,20.03,22.34,22.38,21.743,21.29,22.026,21.175],"script":[3.941,3.415,3.168,3.912,3.707,3.087,3.101,3.492,3.061,3.379,3.313,3.098,4.002,3.133,3.697],"paint":[16.681,18.32,18.562,18.627,17.438,17.911,18.163,18.237,16.435,18.3,18.398,17.953,16.604,18.2,16.922]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[23.102,20.275,21.916,23.521,21.864,21.329,21.388,20.854,21.264,21.159,21.976,21.171,22.196,20.658,22.616],"script":[1.893,1.695,1.86,1.891,1.659,1.769,1.457,1.489,1.756,2.032,2.323,1.85,2.257,1.873,2.555],"paint":[19.065,16.748,18.185,18.588,18.113,18.249,18.782,18.039,17.817,17.577,17.582,18.24,17.933,16.876,18.456]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"04_select1k","v":{"total":[14.323,10.76,8.897,10.304,11.431,10.513,9.013,11.127,9.883,10.114,9.365,10.949,10.383,10.325,10.255,10.36,9.272,10.764,10.348,8.817,10.419,8.51,9.993,11.243,10.204],"script":[6.536,7.047,6.37,7.135,7.201,6.942,6.752,7.09,6.449,6.977,6.367,6.698,7.139,6.664,6.509,6.796,6.155,7.321,6.679,5.771,6.742,5.996,6.81,7.346,6.641],"paint":[5.882,2.473,1.838,2.536,3.14,2.442,1.4,3.389,2.253,1.943,2.017,2.073,2.299,2.264,2.545,2.345,2.892,2.519,2.706,1.907,2.554,1.614,2.255,2.489,2.038]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"05_swap1k","v":{"total":[14.991,14.967,14.329,14.995,13.83,14.773,14.121,15.022,15.731,19.12,14.406,14.656,14.571,14.394,14.187],"script":[0.776,0.114,0.337,0.584,0.118,0.102,0.79,0.847,0.629,0.951,0.766,0.847,0.632,0.626,0.108],"paint":[12.739,12.942,12.664,13.008,11.75,12.821,12.247,12.148,12.855,15.069,12.221,12.591,12.308,11.89,12.639]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"06_remove-one-1k","v":{"total":[41.354,40.825,42.31,41.46,42.98,42.142,42.411,42.262,42.54,41.483,42.573,42.249,41.95,40.787,42.618],"script":[6.014,6.033,6.311,6.516,6.385,6.671,6.743,6.6,6.686,5.932,6.415,6.304,6.685,6.093,6.489],"paint":[34.446,33.579,34.712,34.09,35.188,34.44,34.146,34.46,34.606,34.578,34.38,34.492,34.047,33.546,34.769]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"07_create10k","v":{"total":[706.772,702.998,696.355,703.639,694.031,705.253,707.217,687.767,701.081,693.922,699.384,695.652,699.083,703.083,699.948],"script":[269.764,265.899,264.275,268.736,262.655,271.769,272.563,264.404,272.567,265.114,266.903,263.103,265.833,264.73,265.185],"paint":[429.092,429.059,424.25,426.775,423.494,425.602,426.798,415.713,420.814,421.052,424.554,423.558,425.536,429.639,426.943]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[63.811,62.979,65.953,63.881,63.351,64.2,63.213,64.366,63.233,63.263,62.67,63.52,62.12,63.859,62.694],"script":[21.649,21.377,21.724,21.773,22.242,22.183,21.378,22.94,21.868,22.037,20.815,22.268,20.919,21.997,20.68],"paint":[41.166,40.552,43.138,41.004,40.06,40.827,40.747,40.371,40.279,40.177,40.877,40.175,39.871,40.857,40.917]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"09_clear1k_x8","v":{"total":[28.416,28.862,28.802,29.938,28.776,28.462,27.407,30.021,30.304,28.428,26.831,29.851,27.11,28.018,31.473],"script":[26.14,26.514,27.16,27.468,26.551,26.521,25.312,27.621,28.519,26.298,24.975,27.405,24.692,25.818,28.944],"paint":[2.128,1.423,1.511,1.423,1.606,1.289,1.987,1.852,1.691,1.559,1.132,1.793,2.151,1.437,1.985]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5522432327270508]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[6.655773162841797]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.710488319396973]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.996429443359375]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[58.31533622741699]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1954.2185000000002]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.79199999999999]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.976]}}, +{"f":"slingjs-v18.1.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[85.6]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"01_run1k","v":{"total":[62.215,62.683,63.694,63.076,64.323,62.709,63.034,63.249,63.496,62.108,63.185,61.957,63.211,63.855,62.248],"script":[23.578,23.569,24.47,23.93,25.245,23.469,23.518,24.102,23.742,23.291,24.278,23.435,24.184,23.954,24.137],"paint":[38.094,38.62,38.48,38.635,38.503,38.755,38.982,38.643,39.241,38.324,38.185,38.013,38.534,39.365,37.576]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"02_replace1k","v":{"total":[20.403,20.238,20.339,21.555,22.122,19.497,19.557,21.969,21.095,21.732,21.907,19.795,20.055,20.066,21.868],"script":[3.578,3.526,3.744,3.428,3.492,3.438,3.439,3.56,3.456,3.324,3.31,3.439,3.753,3.762,3.309],"paint":[16.274,16.176,15.916,17.4,18.086,15.598,15.632,17.863,16.958,17.797,17.894,15.888,15.756,15.764,17.941]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[22.751,22.41,20.583,20.526,20.253,22.079,20.203,22.33,21.86,19.959,21.276,20.764,20.649,19.953,20.477],"script":[2.343,2.194,1.693,2.376,1.7,2.005,1.851,2.485,2.218,1.921,1.821,1.859,1.994,1.545,1.822],"paint":[17.693,18.004,17.156,16.523,16.714,17.617,17.315,18.149,18.123,16.234,17.725,17.7,17.066,16.067,16.685]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"04_select1k","v":{"total":[10.97,11.082,10.561,10.566,10.311,10.34,9.672,10.973,10.619,10.473,11.757,10.875,11.025,11.449,10.795,10.711,11.319,10.801,10.173,10.357,10.194,11.411,11.12,9.538,10.326],"script":[6.856,7.653,7.463,7.038,7.167,7.145,6.915,7.703,7.419,7.257,7.087,7.803,7.078,7.002,7.804,7.561,7.03,7.707,7.34,6.666,6.813,8.142,7.162,6.964,7.016],"paint":[3.44,2.257,2.811,1.831,2.394,2.615,2.243,2.051,2.254,1.405,3.264,2.147,2.575,3.303,2.073,2.945,3.066,1.816,1.951,2.395,3.199,2.263,2.984,1.716,2.725]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"05_swap1k","v":{"total":[14.192,15.155,14.131,14.618,14.614,13.857,13.883,14.143,13.825,13.743,13.912,14.8,13.853,14.646,14.728],"script":[0.115,0.841,0.104,0.466,0.114,0.492,0.106,1.127,0.774,0.451,0.114,0.11,0.598,0.119,0.123],"paint":[12.158,12.716,12.227,12.491,11.866,11.559,12.112,11.829,12.085,11.853,12.121,12.78,11.145,13.134,12.996]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"06_remove-one-1k","v":{"total":[43.286,42.213,43.996,44.707,42.267,42.969,44.501,41.882,42.015,41.126,41.8,42.828,40.506,40.906,43.395],"script":[6.765,7.268,7.177,7.139,6.822,7.359,6.755,7.174,7.238,6.388,6.535,7.244,6.201,6.652,6.744],"paint":[35.232,33.742,35.492,36.327,33.934,34.225,35.718,33.831,33.573,33.591,34.308,34.23,32.841,33.037,35.685]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"07_create10k","v":{"total":[710.608,703.201,714.899,700.733,711.409,696.668,695.295,700.953,718.959,708.327,696.166,703.162,698.795,706.136,698.323],"script":[268.43,270.517,274.955,266.989,275.702,261.5,264.89,266.622,279.429,274.467,263.07,274.034,278.003,273.696,262.549],"paint":[434.355,425.131,432.369,425.31,427.848,427.618,422.66,426.741,432.009,426.02,425.649,421.653,413.245,424.922,428.077]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[77.689,75.693,75.181,76.543,77.066,77.678,79.663,78.575,79.561,78.434,77.835,77.492,77.384,77.701,78.522],"script":[31.19,30.136,29.454,30.259,30.649,30.902,31.597,31.058,31.061,31.059,30.268,31.267,30.779,31.003,31.223],"paint":[45.468,44.624,44.651,45.022,45.412,45.521,47.048,46.435,47.549,46.313,46.38,45.185,45.598,45.69,46.019]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"09_clear1k_x8","v":{"total":[29.876,30.789,31.547,29.484,31.581,30.716,29.177,28.75,30.248,29.487,30.269,31.5,30.063,30.278,30.032],"script":[27.798,27.869,29.014,27.346,28.837,27.92,27.306,26.271,27.582,27.446,28.342,28.702,27.872,28.412,27.94],"paint":[1.051,2.796,2.406,1.769,2.606,1.976,0.837,2.38,2.048,1.812,1.811,0.97,2.074,1.624,1.982]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5694646835327148]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[6.414483070373535]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[6.559830665588379]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9002017974853516]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[56.184282302856445]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1952.1779999999999]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[20.991999999999983]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.712]}}, {"f":"sprae-v8.0.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[154.7109375]}}, {"f":"sprae-v8.0.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[16.1337890625]}}, {"f":"sprae-v8.0.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.57421875]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[56.8]}}, -{"f":"sprae-v8.0.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[56.8]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"01_run1k","v":{"total":[46.687,48.162,47.767,48.236,50.404,45.927,46.281,46.843,49.246,48.143,48.761,48.1,50.924,48.103,47.399],"script":[10.934,11.445,11.167,11.836,11.714,10.758,10.916,11.294,11.954,11.98,11.879,11.952,11.754,11.21,11.142],"paint":[35.293,36.249,36.116,35.893,38.138,34.655,34.895,35.076,36.6,35.698,36.404,35.652,38.687,36.309,35.756]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"02_replace1k","v":{"total":[21.341,19.852,20.305,19.645,20.086,19.724,21.985,19.822,20.775,21.705,20.428,21.845,19.779,21.977,22.013],"script":[3.95,3.842,4.247,3.83,4.061,3.728,4.371,4.096,4.586,4.229,3.938,4.67,4.069,4.452,4.165],"paint":[16.775,15.498,15.502,15.325,15.572,15.373,17.07,15.189,15.664,16.967,15.802,16.541,15.214,16.996,17.22]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.371,19.982,21.158,18.758,19.669,19.577,20.888,18.678,20.264,18.298,18.671,18.897,18.369,19.86,19.473],"script":[1.558,1.293,0.951,0.621,1.255,0.922,1.183,1.006,0.926,0.946,1.111,1.027,0.92,0.931,1.576],"paint":[17.272,16.802,18.466,16.288,16.659,16.94,18.191,15.92,18.219,15.94,15.566,16.455,14.813,17.568,16.544]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"04_select1k","v":{"total":[3.55,2.317,3.828,3.14,2.825,4.687,2.12,3.544,2.91,2.804,3.498,3.587,2.857,3.176,3.339,3.951,2.932,3.148,4.395,2.74,3.182,3.029,2.671,3.471,2.833],"script":[0.788,0.118,0.518,0.315,0.105,1.116,0.218,1.061,0.112,0.122,0.098,0.117,0.458,0.11,0.112,1.079,0.482,0.111,0.955,0.434,0.106,0.461,0.395,0.111,0.103],"paint":[1.769,2.067,2.241,2.689,1.806,2.378,1.812,2.378,2.687,1.907,2.493,3.242,2.284,2.951,2.963,1.706,1.667,1.884,2.556,1.462,2.816,2.439,1.393,3.225,1.881]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"05_swap1k","v":{"total":[12.846,12.655,13.527,13.879,13.15,13.751,12.928,13.965,12.391,13.458,12.274,12.685,12.906,14.786,13.559],"script":[0.953,0.439,0.654,0.802,0.106,0.102,0.893,0.963,0.096,1.103,0.785,0.12,0.416,0.596,0.108],"paint":[9.835,10.072,10.965,11.574,11.012,12.629,10.579,10.302,10.38,10.777,9.942,10.67,11.134,11.649,11.786]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"06_remove-one-1k","v":{"total":[43.704,41.38,41.451,40.877,45.735,41.057,41.785,42.159,42.058,44.037,42.274,42.635,41.759,45.034,45.26],"script":[7.784,7.361,7.686,7.485,9.2,7.311,7.481,7.766,7.935,9.413,7.3,7.661,8.007,9.009,9.202],"paint":[34.77,32.271,32.569,32.607,34.705,32.894,33.036,33.344,32.937,33.473,33.685,33.917,32.967,34.569,34.748]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"07_create10k","v":{"total":[471.504,472.757,470.028,476.002,472.154,477.158,484.738,472.943,476.658,483.271,471.477,476.203,473.741,472.176,475.091],"script":[100.576,101.468,95.815,97.829,101.47,101.424,102.883,99.45,98.624,99.003,95.185,101.758,97.614,96.315,100.089],"paint":[362.959,363.566,366.757,370.151,362.981,367.665,374.213,365.807,370.436,376.68,368.877,366.963,368.582,368.364,367.472]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[47.392,47.341,45.927,48.497,45.742,45.14,47.679,47.319,46.301,46.271,45.103,45.193,45.859,46.916,49.378],"script":[7.854,8.016,8.194,8.685,7.915,7.592,8.168,8.038,8.089,8.121,7.843,7.579,7.468,8.598,7.795],"paint":[38.561,38.382,36.931,38.937,37.024,36.672,38.583,38.296,37.333,37.236,36.215,36.768,37.46,37.078,40.654]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"09_clear1k_x8","v":{"total":[21.687,22.095,18.664,19.746,19.999,21.361,19.928,21.403,19.847,20.749,20.863,18.895,20.626,20.796,21.241],"script":[20.06,20.123,17.018,16.892,18.085,19.608,18.399,19.262,17.489,18.052,18.634,16.846,18.522,18.579,19.144],"paint":[0.694,1.022,1.1,2.727,1.235,1.655,1.431,1.339,1.697,2.601,2.027,1.9,1.63,2.129,1.971]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.647007942199707]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.331784248352051]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.472909927368164]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.2416305541992188]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.61989688873291]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[24.367999999999995]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.42]}}, +{"f":"sprae-v8.0.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[46.6]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"01_run1k","v":{"total":[48.741,50.1,48.693,49.573,49.55,48.893,48.701,50.832,49.726,50.786,51.51,49.298,50.772,49.015,49.058],"script":[12.493,13.207,12.346,13.29,13.137,12.986,13.333,12.721,13.171,13.117,13.001,12.533,12.784,13.046,12.099],"paint":[35.814,36.41,35.675,35.813,36.004,35.446,34.929,37.404,35.841,36.978,38.011,36.075,37.448,35.521,36.253]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"02_replace1k","v":{"total":[21.98,22.097,22.288,22.152,22.699,22.09,21.988,21.616,23.024,22.304,21.898,21.936,22.488,23.055,22.838],"script":[4.52,4.583,5.081,4.978,4.691,5.075,5.024,4.92,5.214,4.861,4.953,4.834,5.065,5.231,5.252],"paint":[16.863,16.909,16.619,16.723,17.541,16.589,16.315,16.208,17.154,16.931,16.455,16.626,16.763,17.325,17.133]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.162,18.636,18.64,19.278,18.572,17.51,17.808,19.023,18.276,18.901,18.346,19.623,18.28,18.886,17.428],"script":[1.275,0.932,1.309,0.895,1.521,0.605,0.997,1.097,0.278,1.019,1.444,1.564,0.59,0.936,0.68],"paint":[15.772,16.814,15.989,16.013,15.818,15.069,14.954,16.305,16.151,16.597,15.646,15.689,16.171,16.557,15.356]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"04_select1k","v":{"total":[3.386,4.515,3.145,3.196,3.375,3.556,4.025,4.236,3.771,3.006,4.068,3.088,2.905,3.441,3.092,3.217,3.452,3.166,4.066,3.215,3.591,2.583,3.708,3.43,2.737],"script":[0.778,0.878,0.118,0.098,1.151,0.139,0.621,0.673,0.62,0.551,0.437,0.774,0.112,1.18,0.129,0.132,0.512,0.134,0.963,0.138,0.867,0.116,1.126,0.827,0.573],"paint":[1.484,2.732,1.845,2.953,1.48,2.528,3.148,2.037,2.885,1.638,3.511,1.177,2.444,1.488,2.828,2.837,1.983,2.899,2.426,1.966,2.586,2.323,1.759,2.47,1.327]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"05_swap1k","v":{"total":[12.697,12.826,13.622,12.122,13.298,12.473,12.586,13.389,11.939,12.486,12.45,12.862,12.444,12.396,14.683],"script":[0.109,0.424,0.112,0.105,0.932,0.097,0.793,0.881,0.483,0.108,0.115,0.463,0.493,0.406,0.109],"paint":[9.712,10.83,10.969,10.623,10.929,11.064,10.071,10.966,10.481,10.826,11.012,11.076,10.6,10.79,13.368]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"06_remove-one-1k","v":{"total":[47.847,42.86,39.927,43.636,42.675,45.225,42.462,43.302,42.932,43.268,41.324,44.22,41.889,45.738,41.563],"script":[11.61,9.188,7.413,7.592,9.379,9.688,8.076,9.292,9.683,9.756,7.746,9.943,8.19,10.998,8.437],"paint":[34.62,32.838,31.388,34.953,32.117,34.368,33.514,33.19,32.407,32.3,32.445,32.909,32.953,33.312,32.279]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"07_create10k","v":{"total":[468.873,471.29,462.762,466.782,472.564,471.159,482.794,465.408,469.957,469.691,463.999,464.768,475.648,465.625,466.229],"script":[101.773,101.415,99.968,102.367,104.435,103.683,104.867,98.574,101.999,103.519,100.576,99.876,105.383,101.143,97.264],"paint":[359.511,362.491,355.259,356.999,360.37,359.951,370.568,359.26,360.508,358.587,356.037,357.584,362.884,357.034,361.641]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.119,52.054,51.228,50.743,52.243,51.175,51.623,51.029,52.097,52.068,53.281,52.897,53.051,54.027,52.809],"script":[9.838,10.039,9.554,9.354,10.164,9.476,10.005,9.694,9.585,10.079,10.704,10.064,9.738,9.728,10.184],"paint":[43.337,41.07,40.771,40.459,41.108,40.834,40.424,40.442,41.636,41.043,41.667,41.587,42.095,43.017,41.417]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"09_clear1k_x8","v":{"total":[19.924,19.394,18.514,18.7,18.421,19.025,19.29,19.276,19.427,20.542,18.943,18.784,19.964,18.707,19.554],"script":[17.348,17.349,15.959,16.519,16.498,16.682,17.498,17.002,16.271,19.001,16.75,16.793,17.827,16.807,17.464],"paint":[1.607,1.427,2.198,1.622,1.806,2.237,0.87,1.136,3.003,1.44,1.899,1.151,1.917,1.814,0.828]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[1.6641721725463867]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.1249475479125977]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.230348587036133]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[2.2725696563720703]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.483532905578613]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1951.5750000000003]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[67.05999999999999]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[200.26]}}, {"f":"stdweb-v0.4.17-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[261.90234375]}}, {"f":"stdweb-v0.4.17-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[123.3427734375]}}, {"f":"stdweb-v0.4.17-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[32.9970703125]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"43_first-paint","v":{"DEFAULT":[90]}}, -{"f":"stdweb-v0.4.17-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[90]}}, -{"f":"strve-v5.6.2-non-keyed","b":"01_run1k","v":{"total":[49.324,49.854,48.643,51.234,48.932,47.836,48.786,48.94,48.151,49.347,49.137,49.695,48.469,51.034,48.69],"script":[13.486,13.161,13.163,13.078,13.06,12.902,13.601,12.496,12.745,13.243,13.41,13.385,13.201,12.846,12.714],"paint":[35.344,36.197,34.955,37.708,35.38,34.484,34.706,36.02,34.737,35.598,35.181,35.545,34.791,37.527,35.534]}}, -{"f":"strve-v5.6.2-non-keyed","b":"02_replace1k","v":{"total":[26.229,25.834,25.808,25.125,26.695,26.67,27.521,25.124,27.24,27.229,25.678,26.785,26.541,25.767,28.202],"script":[9.605,9.417,9.2,9.515,8.875,10.037,9.555,9.079,9.708,9.686,9.277,9.237,9.553,9.61,10.615],"paint":[16.126,15.78,15.979,15.082,17.134,16.129,17.265,15.517,17.004,17.013,15.744,17.047,16.46,15.639,16.994]}}, -{"f":"strve-v5.6.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[46.633,46.778,46.938,46.827,46.223,46.554,46.29,45.748,45.715,46.474,46.563,47.843,46.893,46.261,45.861],"script":[27.627,26.098,27.348,28.274,26.458,27.624,27.159,27.559,27.107,27.574,27.621,27.882,28.221,27.475,28.033],"paint":[17.464,19.51,18.223,16.545,18.421,17.2,17.306,15.894,16.862,17.016,17.068,16.78,17.577,15.738,15.953]}}, -{"f":"strve-v5.6.2-non-keyed","b":"04_select1k","v":{"total":[28.067,30.24,29.08,29.389,28.337,29.411,29.944,30.086,30.153,28.386,29.546,30.067,28.151,29.071,28.519,32.022,29.168,27.608,28.309,30.13,30.549,29.345,29.354,27.453,28.805],"script":[24.282,25.656,24.537,25.02,24.37,25.284,25.537,25.828,25.966,24.237,25.707,25.681,24.573,25.651,24.298,27.166,25.354,23.854,24.486,24.896,26.146,25.001,25.822,23.507,24.365],"paint":[2.777,3.301,3.484,2.659,2.862,2.839,3.356,3.25,2.97,3.087,2.281,2.471,1.68,2.439,2.826,4.566,3.232,2.727,2.746,3.937,4.103,3.108,2.104,3.057,3.429]}}, -{"f":"strve-v5.6.2-non-keyed","b":"05_swap1k","v":{"total":[39.768,39.716,40.244,38.646,37.17,37.977,36.355,38.351,38.872,38.415,38.02,41.252,39.791,39.331,38.446],"script":[26.524,26.328,26.756,24.997,23.595,25.133,23.897,25.452,25.143,25.614,24.809,26.977,25.315,26.261,25.437],"paint":[10.889,11.365,11.702,11.792,10.909,10.66,11.374,11.221,11.898,11.085,11.89,11.58,11.948,11.608,10.808]}}, -{"f":"strve-v5.6.2-non-keyed","b":"06_remove-one-1k","v":{"total":[53.683,55.384,52.432,54.075,54.623,55.168,55.819,52.581,52.642,51.038,52.351,52.826,54.574,53.676,56.265],"script":[17.969,19.746,17.565,17.909,18.314,18.176,18.846,17.748,17.668,17.299,16.788,16.938,19.154,18.188,19.149],"paint":[34.34,34.029,33.397,34.784,35.021,35.993,36.123,33.916,33.71,32.929,34.432,34.416,34.202,34.334,36.266]}}, -{"f":"strve-v5.6.2-non-keyed","b":"07_create10k","v":{"total":[508.573,500.146,495.731,501.997,505.268,483.867,513.923,483.387,498.107,491.868,498.528,500.927,499.504,495.946,498.888],"script":[128.71,128.547,129.233,128.03,129.712,119.482,129.872,119.545,126.565,126.418,129.567,126.433,128.047,125.465,128.2],"paint":[372.41,363.243,359.049,366.521,367.696,356.848,376.111,356.3,362.64,357.983,361.275,366.662,363.706,362.018,363.379]}}, -{"f":"strve-v5.6.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[58.938,60.836,59.35,59.696,59.282,59.39,58.866,59.283,59.54,60.893,60.632,59.991,59.278,60.476,59.707],"script":[20.151,20.582,20.308,19.844,19.604,20.398,20.046,20.215,20.658,20.759,20.027,19.86,20.336,19.897,20.319],"paint":[37.799,38.915,38.094,38.534,38.637,38.015,37.91,37.756,37.96,38.839,39.594,38.852,37.991,39.57,38.41]}}, -{"f":"strve-v5.6.2-non-keyed","b":"09_clear1k_x8","v":{"total":[14.222,13.984,13.534,13.805,12.857,13.663,14.196,13.712,14.062,13.522,14.339,13.465,14.39,14.596,13.203],"script":[11.897,11.682,12.175,11.772,10.708,11.478,12.237,12.203,11.642,11.587,12.136,11.771,12.333,11.811,11.101],"paint":[1.41,1.458,0.917,1.241,1.411,1.459,1.847,1.415,2.324,1.365,2.079,0.763,1.131,1.894,1.076]}}, -{"f":"strve-v5.6.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4683237075805664]}}, -{"f":"strve-v5.6.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.915287971496582]}}, -{"f":"strve-v5.6.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.889437675476074]}}, -{"f":"strve-v5.6.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8357295989990234]}}, -{"f":"strve-v5.6.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.98827075958252]}}, -{"f":"strve-v5.6.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.1900000000003]}}, -{"f":"strve-v5.6.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.172]}}, -{"f":"strve-v5.6.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[148.656]}}, +{"f":"stdweb-v0.4.17-non-keyed","b":"43_first-paint","v":{"DEFAULT":[89.4]}}, +{"f":"strve-v5.6.2-non-keyed","b":"01_run1k","v":{"total":[49.701,49.83,49.574,53.68,50.171,49.339,50.592,52.287,50.928,51.282,50.755,49.26,50.148,51.239,50.663],"script":[13.972,13.421,14.102,14.604,14.249,13.861,14.098,14.883,14.684,14.237,13.617,13.161,13.568,14.017,14.574],"paint":[35.321,35.929,34.931,38.67,35.219,35.047,36.026,36.936,35.56,36.512,36.696,35.482,35.836,36.75,35.396]}}, +{"f":"strve-v5.6.2-non-keyed","b":"02_replace1k","v":{"total":[28.061,30.546,27.417,27.496,27.57,29.917,29.421,29.493,30.528,29.414,28.135,28.788,28.987,26.968,28.689],"script":[11.435,12.23,10.915,11.504,11.167,11.776,12.4,12.271,12.124,12.291,11.55,12.046,11.887,10.968,11.685],"paint":[16.122,17.679,16.025,15.487,15.918,17.504,16.531,16.732,17.883,16.625,16.113,16.066,16.517,15.497,16.314]}}, +{"f":"strve-v5.6.2-non-keyed","b":"03_update10th1k_x16","v":{"total":[49.886,50.068,50.544,47.73,48.71,48.77,48.725,48.498,49.176,50.645,50.749,51.086,52.502,48.858,49.781],"script":[32.104,30.596,30.821,29.554,30.852,30.355,30.294,30.45,30.381,31.608,31.428,31.883,33.637,29.813,30.859],"paint":[15.499,16.977,16.458,16.476,14.727,16.73,17.148,16.398,16.342,17.283,17.861,15.906,16.791,17.124,17.039]}}, +{"f":"strve-v5.6.2-non-keyed","b":"04_select1k","v":{"total":[32.026,33.52,32.39,34.071,36.528,33.71,33.531,33.076,31.827,32.748,32.297,32.088,32.477,32.481,32.99,34.743,33.336,33.419,33.272,32.496,32.424,34.104,31.949,33.075,33.634],"script":[27.707,28.96,28.174,29.735,31.277,29.195,29.168,28.363,27.512,28.716,28.823,28.2,29.098,28.431,28.997,30.521,29.086,28.653,29.265,27.839,27.986,30.16,28.342,28.995,30.155],"paint":[2.623,2.734,2.99,2.495,3.699,2.841,3.016,3.301,3.392,3.125,2.515,3.61,2.431,2.174,2.185,3.07,2.66,3.492,2.543,3.058,3.798,2.656,2.581,2.899,2.428]}}, +{"f":"strve-v5.6.2-non-keyed","b":"05_swap1k","v":{"total":[41.386,43.82,44.455,43.513,41.693,40.921,41.919,42.411,42.68,42.401,43.246,42.562,42.132,42.771,41.758],"script":[29.194,30.257,30.726,29.931,28.908,27.942,28.819,28.742,29.779,29.277,29.248,29.116,28.933,30.405,28.813],"paint":[9.727,11.7,11.594,12.419,10.684,10.868,11.833,11.19,11.278,11.703,12.37,12.385,10.571,10.772,11.616]}}, +{"f":"strve-v5.6.2-non-keyed","b":"06_remove-one-1k","v":{"total":[56.808,56.227,58.731,56.768,56.948,55.898,56.855,58.411,58.498,57.084,57.055,58.019,60.941,55.824,57.184],"script":[21.487,20.818,21.827,21.577,21.512,20.862,21.604,22.707,22.864,22.095,21.971,21.844,23.34,21.018,21.068],"paint":[33.779,33.647,35.557,34.062,34.56,33.84,34.1,34.418,34.431,34.091,33.718,34.632,36.624,33.541,34.593]}}, +{"f":"strve-v5.6.2-non-keyed","b":"07_create10k","v":{"total":[520.615,497.74,501.105,513.735,500.279,496.853,505.212,507.924,512.74,502.337,500.165,499.411,502.441,500.722,507.406],"script":[134.253,132.196,130.527,135.708,135.083,131.857,133.921,135.672,134.781,134.975,133.553,136.224,134.473,134.736,132.979],"paint":[378.893,357.102,363.231,369.686,357.974,357.551,363.103,364.628,370.002,359.936,359.251,355.699,360.619,358.468,367.188]}}, +{"f":"strve-v5.6.2-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[65.555,66.419,64.356,63.982,65.416,65.843,63.495,65.036,65.647,64.174,63.416,63.987,65.785,66.897,66.405],"script":[20.96,21.946,20.999,20.859,21.439,21.481,20.824,21.343,21.704,20.977,20.772,21.101,21.414,22.04,21.897],"paint":[43.404,43.508,42.401,42.273,42.995,43.059,41.765,42.523,42.774,42.283,41.489,41.948,43.435,43.891,43.581]}}, +{"f":"strve-v5.6.2-non-keyed","b":"09_clear1k_x8","v":{"total":[13.239,13.794,13.579,12.987,13.328,13.171,13.248,13.354,12.468,13.165,13.46,13.991,12.435,12.986,13.477],"script":[11.47,11.181,11.384,11.054,10.99,10.835,11.304,10.897,10.512,11.014,11.866,11.429,10.944,10.734,11.33],"paint":[0.82,1.369,0.939,1.098,2.217,1.256,0.817,1.968,1.841,2.024,1.491,1.92,0.412,1.621,2.01]}}, +{"f":"strve-v5.6.2-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.49686145782470703]}}, +{"f":"strve-v5.6.2-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6016244888305664]}}, +{"f":"strve-v5.6.2-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.649080276489258]}}, +{"f":"strve-v5.6.2-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8184833526611328]}}, +{"f":"strve-v5.6.2-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.76596736907959]}}, +{"f":"strve-v5.6.2-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1875.9950000000001]}}, +{"f":"strve-v5.6.2-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.399999999999999]}}, +{"f":"strve-v5.6.2-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[147.23600000000002]}}, {"f":"strve-v5.6.2-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[149.3701171875]}}, {"f":"strve-v5.6.2-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.0947265625]}}, {"f":"strve-v5.6.2-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.9716796875]}}, -{"f":"strve-v5.6.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[52.5]}}, -{"f":"strve-v5.6.2-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[52.5]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"01_run1k","v":{"total":[40.246,38.867,41.032,40.311,40.437,42.049,40.958,40.602,41.583,41.386,41.736,41.322,40.92,40.656,41.864],"script":[3.085,3.149,3.246,3.25,2.988,3.269,3.292,3.014,3.138,3.212,3.268,3.281,3.239,3.247,3.222],"paint":[36.656,35.242,37.362,36.594,36.913,38.371,36.966,37.07,37.961,37.487,37.963,37.333,37.167,36.687,37.948]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"02_replace1k","v":{"total":[16.923,16.106,16.757,16.194,15.985,17.342,16.367,17.01,16.801,17.386,17.605,17.214,16.757,16.603,17.15],"script":[1.026,1.017,0.897,0.998,0.92,0.96,0.927,0.888,0.912,1.012,0.959,0.949,0.948,0.921,0.907],"paint":[15.445,14.686,15.384,14.774,14.616,15.897,14.841,15.459,15.386,15.713,16.006,15.758,15.078,15.203,15.579]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.56,18.332,18.239,19.345,20.248,18.293,19.598,18.805,20.228,19.101,18.668,20.873,20.011,19.397,19.177],"script":[1.886,2.003,1.761,1.823,1.756,1.772,1.455,1.725,1.797,2.341,1.555,2.43,2.253,1.931,1.742],"paint":[15.232,14.459,15.555,14.853,17.112,14.731,16.457,14.812,17.105,15.208,15.804,16.541,16.44,15.692,15.677]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"04_select1k","v":{"total":[3.981,4.249,4.299,3.96,4.884,4.853,3.739,4.567,4.299,3.932,4.009,4.96,3.56,4.796,3.861,4.065,3.682,2.825,4.231,3.78,4.261,4.086,4.883,4.689,3.743],"script":[1.197,1.221,0.96,0.996,1.17,0.996,1.557,1.206,1.643,1.054,0.867,0.976,0.897,1.218,1.25,0.947,0.931,0.646,1.266,1.418,1.262,1.21,1.337,0.947,1.249],"paint":[2.37,2.107,2.329,2.106,3.413,2.95,2.073,2.839,1.606,2.727,2.091,2.986,2.535,3.427,1.746,2.139,2.648,1.668,2.597,2.215,2.86,2.251,2.578,3.199,1.742]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"05_swap1k","v":{"total":[14.418,14.068,13.443,13.148,13.966,13.349,14.212,13.474,14.474,14.535,13.533,14.696,14.625,13.597,13.073],"script":[2.13,1.86,0.845,1.268,1.361,0.747,1.004,1.172,1.531,1.37,1.53,0.97,1.873,1.389,0.891],"paint":[10.141,10.664,11.003,10.086,10.734,10.584,10.853,10.297,10.558,12,10.241,11.955,10.71,10.03,10.337]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"06_remove-one-1k","v":{"total":[34.995,33.968,33.724,38.073,35.234,34.966,36.941,34.969,33.962,34.068,34.808,34.355,35.987,35.454,34.603],"script":[1.736,1.497,1.731,1.706,1.517,1.772,1.688,1.867,1.724,1.606,1.631,1.786,1.795,1.615,1.754],"paint":[32.106,31.098,30.891,35.199,32.489,32.3,33.602,32.256,31.036,31.228,32.339,31.334,32.923,32.801,32.042]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"07_create10k","v":{"total":[408.626,397.079,408.592,404.701,402.107,407.11,413.097,402.874,395.681,402.113,407.754,406.859,400.081,401.244,408.074],"script":[40.558,39.56,43.147,40.745,40.41,40.979,41.103,40.266,39.946,41.146,40.758,41.011,41.687,40.833,41.521],"paint":[360.546,350.031,357.844,356.39,354.14,358.593,364.397,354.982,348.235,352.672,359.481,358.345,350.836,352.921,359.053]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.584,42.194,42.69,41.335,42.065,41.615,42.946,42.463,42.654,42.229,42.348,41.866,42.637,41.527,42.167],"script":[3.962,3.691,3.816,3.826,3.902,3.768,4.324,4.071,4.042,3.956,3.849,3.919,3.962,3.731,3.669],"paint":[36.719,37.288,37.919,36.6,36.943,36.986,37.453,37.439,37.424,37.276,37.529,37.031,37.711,36.911,37.566]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"09_clear1k_x8","v":{"total":[14.883,14.259,14.447,14.199,15.488,14.431,13.29,14.897,15.246,14.487,14.666,15.321,15.031,14.229,14.159],"script":[12.765,12.357,12.751,11.905,12.552,12.057,11.82,12.545,12.997,12.48,12.575,13.139,12.78,11.824,11.944],"paint":[1.03,1.818,1.597,2.209,2.798,2.273,0.408,1.39,1.14,1.133,1.977,1.807,2.15,1.886,1.671]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4835214614868164]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.8224706649780273]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.9091806411743164]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.8429946899414062]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.531091690063477]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.005]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.872]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[138.36400000000003]}}, +{"f":"strve-v5.6.2-non-keyed","b":"43_first-paint","v":{"DEFAULT":[58.4]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"01_run1k","v":{"total":[38.508,38.24,38.811,40.423,38.706,37.225,40.938,39.579,37.679,37.651,37.987,39.139,40.289,38.659,41.657],"script":[2.728,3.008,2.783,4.122,2.974,2.865,4.379,4.217,3.013,2.976,2.857,2.781,4.223,2.909,4.405],"paint":[35.296,34.478,35.55,35.559,35.025,33.917,36.087,34.92,34.203,34.18,34.641,35.629,35.607,35.023,36.714]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"02_replace1k","v":{"total":[17.388,16.797,17.145,15.753,16.08,16.466,15.78,16.847,15.501,17.408,17.421,16.993,17.563,16.872,16.432],"script":[0.941,0.957,0.98,0.986,0.986,0.904,0.945,0.962,0.933,0.987,1.005,0.938,1.03,0.924,0.872],"paint":[15.985,15.369,15.539,14.297,14.688,15.078,14.196,15.411,14.099,15.801,16.026,15.409,16.103,15.512,15.082]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.376,18.843,18.452,18.686,18.879,18.672,18.927,18.997,19.039,18.758,19.147,19.366,18.487,18.072,19.076],"script":[1.885,2.351,2.228,1.815,1.334,2.099,1.45,2.449,2.072,1.509,1.979,2.461,1.544,1.897,1.484],"paint":[15.19,15.478,15.089,15.039,14.87,14.904,15.959,15.011,15.087,16.148,15.698,14.513,15.085,15.173,15.493]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"04_select1k","v":{"total":[3.31,4.86,3.737,4.584,4.323,3.617,4.402,3.729,3.148,5.233,3.584,3.042,4.191,3.895,3.936,4.046,4.877,4.262,4.344,3.559,4.775,5.07,3.642,2.884,3.711],"script":[0.945,1.576,0.753,1.015,1.67,1.223,1.41,1.358,0.924,1.294,1.521,0.992,1.551,1.182,0.273,1.246,0.692,1.223,1.29,1.247,1.361,0.896,0.909,0.912,0.958],"paint":[2.244,2.142,2.099,2.671,1.68,2.255,1.916,2.218,1.326,2.684,1.94,1.918,2.533,2.563,2.489,2.644,2.774,2.429,2.87,1.489,2.223,3.17,2.587,1.878,2.616]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"05_swap1k","v":{"total":[13.14,13.74,13.41,13.53,12.459,13.204,12.877,13.557,13.958,13.071,14.049,13.983,14.117,12.454,14.406],"script":[1.99,1.274,1.571,1.005,1.035,0.981,0.998,1.06,1.91,1.318,0.955,1.236,1.488,1.216,1.344],"paint":[10.128,10.892,10.265,11.202,9.808,10.349,11.218,11.242,10.694,10.703,11.692,9.989,10.33,10.38,10.968]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"06_remove-one-1k","v":{"total":[34.387,37.485,34.108,33.957,33.699,33.759,34.284,34.6,32.936,33.98,33.413,33.114,34.89,33.53,34.822],"script":[1.439,1.465,1.65,1.384,1.624,1.754,1.587,1.601,1.695,1.829,1.631,1.662,1.59,1.826,1.802],"paint":[31.759,34.824,31.341,31.777,31.292,30.755,31.48,31.767,30.153,30.826,30.794,30.306,32.017,30.88,31.77]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"07_create10k","v":{"total":[395.491,389.856,391.3,393.339,392.886,389.779,386.681,394.545,396.903,404.806,388.828,389.414,402.452,393.588,392.948],"script":[35.763,35.916,35.417,36.203,39.574,38.685,38.043,41.321,40.897,44.277,35.692,35.705,40.896,36.194,40.53],"paint":[352.416,346.683,348.764,349.96,345.961,343.735,341.279,346.005,348.68,353.014,345.948,346.449,354.105,350.076,345.227]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.58,47.365,47.179,49.158,45.695,47.344,47.115,47.092,47.226,46.683,46.555,47.65,46.641,46.622,45.489],"script":[5.261,5.137,5.097,5.005,5.039,5.108,5.237,5.147,5.134,5.154,5.108,5.192,5.191,5.191,4.865],"paint":[42.366,40.994,41.138,43.36,39.774,41.264,40.908,41.034,41.157,40.346,40.478,41.529,40.559,40.479,39.67]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"09_clear1k_x8","v":{"total":[13.476,13.794,13.275,14.154,14.391,14.035,13.262,13.601,13.213,13.679,13.363,13.829,13.19,13.186,14.092],"script":[11.336,11.861,11.761,11.833,12.191,11.874,11.768,11.437,11.18,11.229,11.483,11.327,10.649,10.52,11.371],"paint":[2.034,1.816,1.406,1.554,2.068,2.046,1.401,1.476,1.943,1.746,1.775,1.458,2.432,1.753,2.423]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5440273284912109]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.5911312103271484]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.693899154663086]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.9158220291137695]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[19.386024475097656]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.3649999999998]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.312]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.90799999999996]}}, {"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[153.4912109375]}}, {"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[15.216796875]}}, {"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[5.87109375]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"43_first-paint","v":{"DEFAULT":[63]}}, -{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[63]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"01_run1k","v":{"total":[43.228,41.774,41.916,41.569,41.488,46.6,44.935,42.557,44.008,43.906,41.18,42.193,42.712,42.652,44.715],"script":[6.016,6.147,6.218,6.274,5.617,8.5,5.989,6.27,5.655,6.063,5.652,6.563,6.693,5.863,6.303],"paint":[36.755,35.114,35.191,34.822,35.402,37.54,38.425,35.798,37.8,37.153,35.068,35.179,35.501,36.092,37.974]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"02_replace1k","v":{"total":[18.994,18.942,18.933,19.398,19.293,19.084,19.444,18.993,20.265,20.586,18.857,19.958,19.276,19.358,20.087],"script":[3.229,3.283,3.344,3.431,3.224,3.19,3.131,3.099,3.008,3.431,3.312,3.255,3.446,3.163,3.255],"paint":[15.329,15.162,15.111,15.385,15.598,15.414,15.606,15.268,16.573,16.642,15.065,16.03,15.353,15.775,16.258]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.945,18.887,18.944,16.611,18.941,17.911,17.477,19.043,18.484,17.763,19.056,17.587,19.154,17.494,17.804],"script":[0.2,1.428,0.202,0.811,1.255,0.765,1.053,1.215,1.191,0.975,1.188,0.856,0.889,0.721,0.967],"paint":[16.676,15.754,17.25,14.457,16.298,15.226,13.802,14.518,15.713,15.668,17.174,14.684,16.353,14.71,15.258]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"04_select1k","v":{"total":[3.105,3.107,2.816,2.569,2.815,3.69,2.954,2.907,2.229,2.695,3.998,2.317,3.901,4.212,3.69,2.085,2.535,2.621,3.098,4.303,2.288,3.97,4.007,2.816,3.195],"script":[0.869,0.639,0.764,0.078,0.785,0.076,0.074,0.08,0.336,0.074,0.071,0.083,0.074,0.888,0.099,0.078,0.07,0.312,0.069,0.903,0.069,0.952,1.056,0.823,0.07],"paint":[1.579,1.274,1.975,2.392,1.186,2.226,2.754,2.692,1.316,1.657,2.759,2.102,3.256,3.064,2.462,1.135,2.362,1.848,2.925,2.301,1.688,2.417,1.601,1.151,3.019]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"05_swap1k","v":{"total":[17.211,17.831,17.428,19.133,17.499,18.61,18.209,17.475,16.924,18.854,17.994,17.005,17.993,18.052,17.669],"script":[4.954,5.056,4.682,4.947,4.757,4.85,5.301,4.921,4.232,4.871,4.469,4.37,4.848,3.577,5.016],"paint":[10.691,12.093,11.765,12.036,11.392,11.397,11.958,10.912,10.373,12.091,11.342,11.247,11.989,12.124,11.13]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"06_remove-one-1k","v":{"total":[39.764,40.713,39.385,40.553,38.718,39.033,39.576,41.16,38.626,39.387,40.406,38.916,38.512,40.774,39.552],"script":[6.154,5.726,5.843,5.75,5.887,5.671,6.095,6.138,5.984,6.037,5.912,5.367,5.437,5.861,5.802],"paint":[32.462,33.422,31.968,33.405,31.779,32.487,32.631,33.936,31.416,32.128,33.627,32.784,32.308,33.616,32.191]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"07_create10k","v":{"total":[461.678,458.899,464.884,456.391,465.307,463.096,460.193,449.619,454.704,467.083,468.748,462.928,454.341,457.918,459.443],"script":[84.161,83.99,87.022,84.449,84.292,83.984,84.869,84.107,83.988,85.971,84.761,85.418,84.289,83.475,84.026],"paint":[369.846,366.988,370.034,364.425,372.156,371.503,367.441,357.743,362.906,373.372,376.14,368.956,362.324,366.828,367.546]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.5,47.18,47.312,46.597,49.981,46.119,46.524,47.778,47.397,46.958,47.029,47.14,48.513,46.486,45.185],"script":[8.277,8.177,7.99,8.386,8.239,7.613,8.042,8.582,7.951,7.971,7.789,8.092,8.097,8.08,7.544],"paint":[37.254,38.022,38.375,37.011,40.738,37.587,37.232,37.832,38.397,38.031,38.27,38.089,39.187,37.421,36.71]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"09_clear1k_x8","v":{"total":[14.444,15.019,15.954,15.187,15.32,14.867,14.988,14.962,14.455,14.63,14.166,14.493,14.244,14.839,15.321],"script":[12.537,12.265,13.097,12.587,13.145,12.815,13.283,12.669,12.001,12.285,12.233,12.51,12.765,12.473,12.93],"paint":[1.822,2.619,2.701,1.747,1.463,1.544,1.6,1.187,2.36,1.708,1.819,1.891,1.39,1.856,1.555]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5230550765991211]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.99044132232666]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.8764266967773438]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7749195098876953]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[24.073594093322754]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1878.0949999999998]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.184]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[204.57999999999998]}}, +{"f":"svelte-classic-v5.0.0-next.8-non-keyed","b":"43_first-paint","v":{"DEFAULT":[64.2]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"01_run1k","v":{"total":[47.493,44.837,45.589,45.055,45.206,44.39,46.197,44.716,46.171,44.653,44.159,44.925,44.272,46.183,45.309],"script":[8.944,8.352,8.732,8.164,8.535,8.013,8.737,8.347,7.888,8.178,8.184,8.233,8.541,8.357,8.212],"paint":[38.057,35.752,36.346,36.399,36.23,35.897,36.982,35.903,37.808,35.776,35.494,36.219,35.283,37.36,36.556]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"02_replace1k","v":{"total":[22.204,20.601,21.708,21.233,21.314,21.138,21.102,22.67,21.637,22.538,22.079,22.074,21.434,20.967,21.37],"script":[5.473,4.763,4.804,4.936,5.004,4.938,5.066,5.143,5.056,5.212,4.936,5.052,5.042,5.001,4.873],"paint":[16.073,15.153,16.399,15.802,15.827,15.753,15.605,16.858,16.074,16.793,16.476,16.381,15.934,15.515,16.03]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.616,17.265,18.283,18.987,17.929,17.587,18.009,17.827,17.936,17.737,19.285,17.984,18.496,17.304,18.698],"script":[1.364,0.218,0.903,0.932,1.035,0.879,1.133,1.278,0.98,1.026,1.169,0.87,1.237,1.024,1.195],"paint":[16.1,14.916,15.549,16.378,14.884,15.569,15.585,14.371,14.654,15.28,15.976,15.568,15.388,14.621,16.106]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"04_select1k","v":{"total":[3.766,2.538,3.663,2.917,4.645,3.964,3.005,3.515,2.736,2.584,2.783,2.933,2.614,4.629,2.568,4.103,2.828,2.748,2.27,3.214,3.366,2.956,2.61,3.18,3.139],"script":[0.943,0.565,0.759,0.07,0.072,0.065,0.075,0.072,0.083,0.07,0.076,0.271,0.151,1.071,0.081,0.933,0.095,0.247,0.087,0.086,0.907,0.812,0.086,0.098,1.023],"paint":[2.708,1.121,2.768,2.491,3.127,3.395,1.936,2.973,1.843,1.622,2.59,2.528,1.613,2.159,1.597,2.914,2.602,1.906,2.081,1.603,2.113,1.413,1.566,2.535,1.995]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"05_swap1k","v":{"total":[21.4,21.419,21.402,20.422,21.678,21.263,20.638,20.989,20.922,22.492,23.175,20.886,24.1,22.92,19.522],"script":[8.371,8.339,8.173,7.595,8.784,7.155,7.354,8.408,8.172,8.464,8.454,7.617,8.29,8.6,7.571],"paint":[11.922,10.177,11.563,9.204,11.348,11.401,12.165,10.95,11.704,11.64,12.108,11.708,13.452,12.287,10.762]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"06_remove-one-1k","v":{"total":[41.662,41.324,41.519,40.102,41.955,42.279,42.828,42.106,40.492,41.531,41.329,40.613,41.177,42.562,41.669],"script":[8.011,7.826,8.014,7.307,7.915,8.015,8.18,8.365,7.939,7.602,8.346,7.565,8.14,8.603,8.071],"paint":[32.389,32.211,32.415,32.022,33.125,33.024,33.795,32.839,31.711,32.22,31.834,31.611,31.781,32.704,32.346]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"07_create10k","v":{"total":[462.651,470.229,456.003,462.484,464.88,464.916,453.711,459.847,460.078,460.475,456.765,462.793,455.802,462.954,456.205],"script":[93.259,91.968,91.663,92.066,91.288,92.169,90.176,93.099,92.724,92.16,91.431,92.819,89.459,92.36,92.587],"paint":[361.765,370.72,356.957,362.713,366,365.178,356.011,359.219,359.844,360.72,357.686,362.303,358.722,363.055,355.839]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.703,54.956,53.407,54.072,56.292,53.356,55.312,55.883,55.609,53.687,54.323,55.016,55.674,54.86,54.874],"script":[11.152,11.67,10.708,11.011,11.742,10.898,12.065,12.061,11.693,11.127,10.592,11.917,11.791,10.849,11.773],"paint":[42.096,42.339,41.78,42.167,43.606,41.497,42.254,42.859,42.947,41.639,42.773,42.161,42.904,42.84,42.115]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"09_clear1k_x8","v":{"total":[13.774,14.335,14.096,13.949,14.082,14.679,14.354,13.607,14.276,14.436,13.86,13.573,13.997,13.801,13.492],"script":[12.315,12.179,11.897,12.487,12.208,12.379,12.173,11.474,12.464,12.271,11.657,11.923,11.313,11.612,11.984],"paint":[1.375,0.939,2.059,1.361,1.77,1.831,2.067,1.967,1.716,1.652,2.112,1.5,2.54,2.045,1.376]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5248250961303711]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.6556901931762695]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.6824445724487305]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.706268310546875]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.8740291595459]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.745]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[16.392]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[217.75999999999996]}}, {"f":"udomsay-esx-v0.4.9-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[151.1298828125]}}, {"f":"udomsay-esx-v0.4.9-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[12.85546875]}}, {"f":"udomsay-esx-v0.4.9-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[4.7021484375]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"43_first-paint","v":{"DEFAULT":[99.4]}}, -{"f":"udomsay-esx-v0.4.9-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[99.4]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"01_run1k","v":{"total":[41.991,42.767,43.346,42.645,41.887,44.091,43.875,42.653,41.806,44.239,44.052,43.37,41.42,43.262,43.811],"script":[4.739,4.195,4.617,4.125,4.312,4.196,4.526,4.529,4.347,4.122,4.608,4.517,4.294,4.68,4.225],"paint":[36.745,37.868,38.017,37.854,37.053,39.162,38.611,37.362,36.948,39.656,38.895,38.297,36.64,37.864,38.852]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"02_replace1k","v":{"total":[16.975,18.485,17.994,16.839,17.936,18.175,18.067,18.136,16.75,19.001,17.794,17.446,16.986,17.092,17.562],"script":[1.555,1.558,1.569,1.634,1.46,1.616,1.595,1.631,1.565,1.595,1.53,1.623,1.51,1.705,1.712],"paint":[14.811,16.421,15.932,14.798,15.948,16.108,15.947,16.005,14.716,16.851,15.73,15.333,14.89,14.896,15.334]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.052,19.808,19.792,18.998,18.995,19.37,20.116,19.008,20.531,19.012,19.868,20.09,18.81,19.61,19.784],"script":[2.203,2.298,2.307,2.628,1.502,2.117,1.922,2.042,2.198,2.403,2.64,2.384,1.603,2.183,2.688],"paint":[15.717,15.714,15.755,14.577,16.034,15.64,16.837,15.343,16.262,15.195,15.255,15.746,15.374,15.967,15.818]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"04_select1k","v":{"total":[4.508,4.892,4.39,4.955,5.093,5.489,4.919,3.992,4.512,5.738,5.124,5.049,5.659,4.735,4.377,4.857,5.295,4.703,4.658,5.484,4.842,4.557,5.083,5.6,4.969],"script":[1.698,2.099,1.88,2.364,2.105,2.113,1.556,1.378,1.528,1.869,2.147,1.602,2.941,2.181,2.481,1.512,1.841,1.937,1.885,2.341,1.926,2.137,2.021,1.853,2.192],"paint":[2.185,2.643,2.208,2.48,1.753,2.495,3.222,1.48,2.807,2.747,1.99,2.168,1.8,2.021,1.457,3.215,2.913,2.168,1.974,1.966,1.955,2.052,1.903,2.582,2.135]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"05_swap1k","v":{"total":[15.661,14.929,15.298,15.372,14.219,15.406,14.161,14.517,15.108,13.531,14.972,14.559,15.595,15.292,14.561],"script":[2.115,2.03,2.341,2.696,1.55,2.242,1.52,2.151,1.608,1.796,2.055,2.064,2.114,2.353,1.686],"paint":[11.341,11.495,11.365,11.53,11.676,11.146,10.818,10.64,11.902,10.477,11.147,11.398,11.239,11.437,9.948]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[36.245,35.613,34.424,34.71,36.057,39.082,34.98,36.289,36.847,35.742,35.503,35.538,36.111,35.592,35.315],"script":[3.093,3.035,2.579,2.56,2.98,2.994,3.387,3.011,3.173,2.799,2.946,2.632,2.772,2.6,2.563],"paint":[32.245,31.676,31.094,31.109,32.198,34.9,30.526,31.49,32.543,31.822,31.144,32.014,32.385,31.557,31.963]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"07_create10k","v":{"total":[445.594,447.591,450.961,452.782,455.917,447.805,447.569,448.09,452.761,442.082,445.829,445.01,440.768,438.876,442.284],"script":[67.468,66.607,68.542,69.044,69.201,69.106,67.121,67.624,68.483,65.217,65.544,67.608,64.741,65.742,64.189],"paint":[370.427,373.269,374.637,376.264,379.081,371.058,371.986,372.711,375.5,369.102,372.402,369.744,368.298,365.43,370.347]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[43.477,42.44,44.389,44.692,43.397,44.937,43.291,44.397,44.423,43.78,43.646,43.996,44.622,43.329,45.154],"script":[4.711,4.783,5.108,5.108,4.748,4.546,4.635,5.046,5.093,4.749,5.044,4.934,5.142,4.674,4.726],"paint":[37.816,36.764,38.297,38.577,37.744,39.107,37.729,38.146,38.157,38.112,37.637,38.037,38.228,37.704,39.205]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.015,15.339,14.193,14.684,15.462,15.109,15.036,15.538,14.427,14.341,15.971,16.013,15.536,14.047,15.41],"script":[13.337,12.847,12.568,12.299,13.738,13.182,12.394,12.623,12.779,12.493,14.065,13.607,13.496,12.553,13.563],"paint":[1.579,1.489,1.531,2.209,0.881,1.832,2.065,2.339,1.526,1.579,1.794,1.338,1.949,1.405,1.73]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4969005584716797]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.425752639770508]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.3665666580200195]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7098684310913086]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[18.2177095413208]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.585]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.675999999999998]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[135.36800000000002]}}, +{"f":"udomsay-esx-v0.4.9-non-keyed","b":"43_first-paint","v":{"DEFAULT":[103.8]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"01_run1k","v":{"total":[41.848,40.053,40.592,40.404,40.846,40.747,40.694,39.951,40.846,41.026,40.276,40.103,41.054,40.921,40.129],"script":[4.026,3.905,4.217,4.354,4.045,4.229,4.045,4.133,3.918,4.018,3.833,4.26,4.005,4.082,4.235],"paint":[37.127,35.705,35.661,35.588,36.273,35.741,35.941,35.342,36.243,36.346,35.979,35.38,36.391,36.11,35.442]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"02_replace1k","v":{"total":[17.873,17.403,17.147,17.77,17.32,17.075,16.825,17.384,18.057,16.735,17.734,16.546,16.277,17.912,17.23],"script":[1.541,1.418,1.388,1.593,1.42,1.312,1.546,1.384,1.617,1.46,1.509,1.51,1.442,1.476,1.606],"paint":[15.706,15.513,15.254,15.761,15.411,15.3,14.604,15.407,15.926,14.901,15.598,14.592,14.38,15.997,15.227]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.558,18.545,19.536,20.316,20.04,18.637,19.383,18.152,19.557,19.393,20.276,18.726,20.654,18.82,21.464],"script":[2.071,1.85,2.468,1.697,2.403,1.461,2.406,1.759,1.604,2.594,2.411,2.138,1.705,2.308,2.665],"paint":[16.157,15.363,15.299,17.225,16.134,16.105,15.001,15.108,16.297,15.473,16.361,15.524,17.044,14.475,17.378]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"04_select1k","v":{"total":[4.663,5.576,5.098,5.26,4.603,4.868,5.032,5.004,5.595,4.564,4.837,4.242,4.771,4.995,5.534,5.497,5.654,5.41,4.499,5.512,4.197,5.365,5.732,5.479,4.963],"script":[1.84,2.14,1.939,2.135,2.07,1.808,2.456,2.073,2.554,1.405,2.088,1.694,1.64,2.331,2.373,2.676,2.197,2.296,2.009,2.544,1.598,2.629,2.691,2.203,2.566],"paint":[1.681,2.009,2.488,1.945,1.401,2.906,2.036,2.107,2.075,2.023,1.896,1.455,3.024,1.633,1.749,1.993,3.289,2.069,2.327,2.363,2.498,2.567,1.685,2.04,1.86]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"05_swap1k","v":{"total":[13.862,13.861,13.92,14.949,13.885,16.194,14.45,15.175,14.742,14.876,14.78,15.191,14.675,14.244,15.037],"script":[1.718,2.152,2.39,1.469,1.879,2.388,2.135,2.325,1.372,2.142,2.104,2.282,2.043,2.443,2.384],"paint":[9.789,10.646,9.801,12.039,10.135,11.23,10.592,11.085,10.992,11.258,11.065,11.283,11.606,10.144,11.32]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"06_remove-one-1k","v":{"total":[35.582,36.84,34.4,36.034,34.866,33.714,34.464,34.004,34.749,34.25,34.621,34.497,34.769,34.996,34.665],"script":[2.486,2.485,2.213,2.481,2.449,2.383,2.475,2.292,2.451,2.485,2.181,2.234,2.518,2.466,2.764],"paint":[32.143,32.245,30.93,32.259,31.168,30.009,30.765,30.785,31.458,31.03,31.413,31.066,31.079,31.562,31.181]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"07_create10k","v":{"total":[432.286,441.75,436.376,435.634,446.668,432.844,434.173,435.293,430.813,430.622,441.485,432.408,439.194,431.108,438.652],"script":[65.083,66.002,64.832,61.542,65.425,60.723,60.838,64.51,64.451,63.298,65.36,64.643,66.228,65.037,66.658],"paint":[359.496,368.08,363.928,366.297,373.268,363.251,365.856,363.266,358.787,359.68,368.436,360.005,365.295,358.371,364.287]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[48.505,47.522,48.137,49.357,48.18,48.48,48.434,47.353,47.809,48.429,48.721,48.53,49.707,47.893,50.187],"script":[5.109,4.862,5.162,5.081,4.94,5.077,5.245,5.161,5.118,5.165,5.14,5.406,5.335,5.159,5.123],"paint":[42.424,41.671,41.965,43.185,42.014,42.094,42.186,40.923,41.763,42.214,42.294,42.125,43.373,41.731,43.793]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"09_clear1k_x8","v":{"total":[14.629,14.309,14.99,12.354,13.95,14.292,13.875,15.051,14.423,14.621,14.375,14.069,14.246,14.12,13.906],"script":[11.951,11.932,12.556,10.476,11.851,12.607,11.605,12.459,11.924,11.897,12.219,11.731,12.312,12.59,11.688],"paint":[2.055,2.267,2.332,1.785,1.383,1.599,1.467,2.501,1.945,1.784,1.97,1.629,1.83,1.439,2.095]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.5115394592285156]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[2.197354316711426]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[2.1221513748168945]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.7247018814086914]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[16.09205150604248]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.81]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.932]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.39600000000004]}}, {"f":"uhtml-v4.0.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[147.181640625]}}, {"f":"uhtml-v4.0.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[8.908203125]}}, {"f":"uhtml-v4.0.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[3.681640625]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[57.8]}}, -{"f":"uhtml-v4.0.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[57.8]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"01_run1k","v":{"total":[49.871,50.378,47.658,45.385,42.972,45.174,42.644,43.995,51.034,43.094,41.272,41.941,45.942,44.473,53.595],"script":[6.385,6.767,6.274,6.03,6.907,6.143,6.706,6.457,6.432,6.735,5.873,5.95,5.761,5.963,6.734],"paint":[35.854,38.696,36.576,36.066,35.832,35.838,35.787,37.276,36.664,36.229,35.093,35.725,36.928,35.768,37.563]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"02_replace1k","v":{"total":[16.831,19.812,22.734,26.67,27.082,20.999,18.207,23.032,21.059,26.857,23.523,23.712,17.565,17.426,17.764],"script":[2.03,2.126,2.232,2.173,2.261,2.213,2.134,2.291,2.354,2.337,2.13,2.347,2.043,2.154,2.15],"paint":[14.665,15.408,15.706,14.576,15.076,14.863,15.266,15.346,14.801,15.881,14.54,14.943,15.397,15.033,15.333]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.483,20.686,23.181,21.183,19.714,18.633,19.419,19.782,19.41,19.316,19.883,19.134,19.031,19.666,18.822],"script":[3.366,3.367,3.872,2.745,2.685,2.709,2.418,2.844,2.363,3.808,3.768,2.64,2.047,2.354,2.923],"paint":[15.986,15.302,17.045,18.308,16.909,15.05,16.497,16.309,16.934,15.386,15.766,14.133,16.871,14.609,15.77]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"04_select1k","v":{"total":[5.483,6.507,6.04,6.422,6.727,7.518,6.639,6.81,6.486,6.258,7.699,7.262,5.455,6.596,6.652,6.139,5.76,6.01,7.119,7.836,6.193,6.291,6.351,7.686,5.848],"script":[3.248,3.646,2.65,2.436,2.939,3.686,3.625,3.649,2.199,2.883,3.498,2.119,2.093,3.831,2.839,2.558,2.891,2.702,3.975,4.489,3.448,3.353,2.841,3.876,3.234],"paint":[1.406,2.489,2.288,2.055,3.159,2.746,2.147,2.653,2.922,2.942,3.259,3.033,1.258,1.648,1.851,3.129,1.713,2.139,2.421,3.167,1.707,2.727,3.331,2.906,1.604]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"05_swap1k","v":{"total":[15.206,13.777,13.863,14.426,15.342,14.178,15.517,14.474,14.799,14.056,15.458,15.167,14.84,15.207,14.635],"script":[3.479,2.558,2.215,3.401,3.849,3.241,2.251,3.329,2.748,2.999,2.641,2.477,2.336,3.026,2.563],"paint":[11.599,10.378,10.476,9.729,11.374,10.831,12.297,11.03,11.925,10.491,12.688,11.73,11.498,12.055,11.292]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"06_remove-one-1k","v":{"total":[34.504,36.421,35.55,35.111,35.108,35.309,36.407,34.789,35.014,34.284,35.849,34.848,34.685,35.035,38.615],"script":[3.301,3.717,3.778,3.356,3.464,3.611,3.995,3.518,3.426,3.579,3.505,3.146,3.428,2.972,3.822],"paint":[30.487,32.532,31.616,31.36,31.397,31.556,32.126,30.715,31.429,30.552,31.713,31.255,30.97,31.609,34.522]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"07_create10k","v":{"total":[452.668,455.783,451.394,454.426,455.255,436.054,449.502,457.527,433.295,452.907,458.304,448.757,439.727,455.23,449.939],"script":[70.906,73.131,68.073,70.834,68.559,69.904,69.424,68.68,69.298,71.244,69.956,68.73,70.56,71.654,71.945],"paint":[376.495,379.06,376.6,375.94,379.621,361.743,376.551,377.963,356.778,377.3,378.718,375.832,364.042,377.845,364.706]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[55.932,58.205,58.217,54.454,55.736,58.75,59.423,58.395,45.646,43.435,58.041,43.52,56.978,55.513,56.528],"script":[5.475,5.537,5.582,5.359,5.466,5.75,5.703,6.205,5.877,5.379,5.499,5.534,5.85,5.263,5.366],"paint":[39.438,41.014,40.732,37.986,38.119,40.141,41.238,39.696,39.449,37.181,40.361,37.702,40.245,37.981,38.415]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"09_clear1k_x8","v":{"total":[15.843,15.982,16.827,16.468,16.931,15.926,16.612,16.202,17.008,17.164,16.014,16.993,15.413,17.095,17.523],"script":[13.923,13.853,15.289,13.201,15.205,13.835,14.96,14.454,14.825,14.863,14.099,15.198,13.03,14.296,15.374],"paint":[1.804,1.521,1.477,2.282,1.657,2.026,1.575,1.156,1.932,2.236,1.157,1.715,1.674,2.72,2.066]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.7680416107177734]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.243499755859375]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.1971330642700195]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0825166702270508]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[23.974781036376953]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.233]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[8.28]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[135.804]}}, +{"f":"uhtml-v4.0.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[54.8]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"01_run1k","v":{"total":[43.906,56.161,43.429,43.491,44.547,48.536,44.736,45.634,43.645,44.299,48.201,42.188,52.082,46.344,46.784],"script":[6.474,8.874,6.803,6.435,6.604,6.92,6.457,6.599,6.491,6.515,7.171,6.38,7.115,8.17,6.605],"paint":[36.274,36.592,35.239,35.363,36.026,36.784,35.271,35.52,36.071,37.592,37.772,35.383,35.827,36.509,38.306]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"02_replace1k","v":{"total":[17.777,18.364,17.216,17.545,22.583,22.701,18.644,23.825,18.784,22.509,17.666,18.505,20.325,23.002,17.871],"script":[2.036,2.068,2.013,2.161,2.357,2.156,2.141,2.187,2.271,2.251,1.931,2.113,2.078,2.012,2.021],"paint":[15.609,15.334,14.811,15.202,14.594,15.793,15.63,15.39,15.131,14.872,15.602,15.496,15.455,14.887,14.491]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.135,18.934,19.236,19.377,18.93,18.47,20.081,19.898,19.614,19.37,20.152,19.028,21.96,20.785,18.735],"script":[2.433,3.631,3.521,2.407,2.582,3.051,3.337,4.064,3.432,3.053,3.782,3.279,3.812,2.506,2.416],"paint":[15.616,14.871,14.213,15.551,16.229,15.316,16.367,15.719,16.058,15.439,15.924,15.255,16.619,17.893,15.825]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"04_select1k","v":{"total":[6.482,6.813,6.714,6.632,6.214,6.395,6.501,6.305,7.063,7.041,6.075,6.576,6.89,7.296,6.207,5.987,7.594,6.159,6.865,6.815,6.006,7.091,6.584,6.634,6.582],"script":[3.216,3.634,3.095,2.975,3.133,2.749,3.502,3.227,3.41,3.563,3.136,2.227,3.632,3.856,3.262,3.246,4.038,2.995,2.931,3.074,3.369,3.892,2.971,3.155,2.652],"paint":[3.068,2.418,2.991,2.61,1.554,1.906,2.379,1.911,3.181,2.93,2.764,3.254,2.628,2.24,2.565,2.045,3.324,2.971,2.081,3.481,1.769,2.425,2.624,2.63,2.246]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"05_swap1k","v":{"total":[14.3,14.818,13.779,14.63,16.899,14.871,14.555,15.009,15.798,14.765,15.068,14.171,15.681,14.439,14.923],"script":[2.91,3.35,3.242,2.558,2.308,3.546,2.519,3.181,4.189,3.314,3.272,2.929,2.455,2.365,2.82],"paint":[11.275,11.351,10.294,11.007,11.762,11.013,10.632,11.721,11.489,11.112,10.893,10.946,10.992,11.394,11.004]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"06_remove-one-1k","v":{"total":[36.15,35.464,35.609,36.524,35.056,35.496,34.338,35.462,36.114,35.106,35.447,35.541,35.528,35.056,35.37],"script":[4.232,3.625,3.791,4.192,3.294,4.117,3.255,3.722,4.023,3.73,4.274,3.483,4.119,3.781,3.643],"paint":[31.397,31.383,31.495,31.867,31.181,30.889,30.535,31.589,31.38,31.149,30.931,30.942,30.61,31.123,31.574]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"07_create10k","v":{"total":[464.313,448.833,435.925,445.819,435.861,451.176,431.836,462.437,460.907,446.672,440.852,433.386,439.745,428.252,451.609],"script":[77.768,80.49,79.757,76.166,76.794,75.155,75.43,78.24,77.188,75.419,79.237,75.258,77.146,74.992,78.95],"paint":[375.563,355.024,352.601,360.999,354.737,368.787,351.565,370.617,374.843,367.526,356.366,354.347,356.967,349.069,369.124]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[59.475,59.789,49.959,51.703,62.044,60.477,61.13,60.656,62.768,49.583,60.839,59.665,49.857,50.604,60.762],"script":[7.174,7.329,7.812,7.975,8.275,7.613,7.259,7.297,8.261,7.27,7.387,7.238,7.65,7.472,7.195],"paint":[41.305,41.547,41.86,43.41,41.9,42.036,42.126,41.18,42.38,41.855,41.566,41.6,41.581,42.846,41.456]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"09_clear1k_x8","v":{"total":[15.085,15.326,15.993,15.714,15.465,16.264,16.761,17.27,15.69,16.636,15.24,15.686,15.956,17.303,15.797],"script":[13.631,12.648,14.122,13.497,13.865,13.145,14.692,15.199,13.927,14.342,12.395,14.11,13.765,15.586,13.208],"paint":[0.914,2.615,1.086,2.143,0.902,2.145,1.865,2.015,1.699,2.042,2.342,1.517,2.138,1.636,1.858]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6992149353027344]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.0396060943603516]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.0032386779785156]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.0737972259521484]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[21.841883659362793]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1801.296]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[23.696]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[154.72399999999996]}}, {"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[187.2099609375]}}, {"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[48.9345703125]}}, {"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[14.712890625]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[99.5]}}, -{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[99.5]}}, -{"f":"vanillajs-non-keyed","b":"01_run1k","v":{"total":[38.834,39.512,39.191,38.88,38.478,39.794,40.147,38.453,38.742,40.866,40.181,39.082,40.412,39.202,39.294],"script":[2.137,2.123,2.101,2.141,2.036,2.158,2.026,2.103,1.994,2.097,2.138,2.074,1.997,2.277,2.274],"paint":[36.246,36.87,36.629,36.104,36.015,37.171,37.386,35.842,36.304,38.294,37.54,36.493,37.713,36.466,36.364]}}, -{"f":"vanillajs-non-keyed","b":"02_replace1k","v":{"total":[17.305,17.206,17.349,17.794,18.429,17.035,16.793,18.077,17.001,17.307,17.909,17.22,17.407,17.596,18.26],"script":[1.707,1.766,1.71,1.77,1.711,1.705,1.647,1.751,1.689,1.793,1.685,1.717,1.688,1.771,1.693],"paint":[15.122,14.966,14.964,15.516,16.097,14.903,14.664,15.564,14.82,15.038,15.77,15.066,15.109,15.269,16.05]}}, -{"f":"vanillajs-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.781,17.974,18.802,19.514,18.172,19.02,17.797,18.477,17.886,17.987,17.777,18.786,18.945,18.206,17.744],"script":[0.166,0.584,1.182,0.183,0.733,0.882,0.191,1.251,0.842,0.186,0.592,0.836,0.481,0.796,0.799],"paint":[15.976,16.383,15.834,17.658,15.193,16.624,16.479,15.59,15.216,16.323,15.618,15.585,16.932,15.706,15.487]}}, -{"f":"vanillajs-non-keyed","b":"04_select1k","v":{"total":[2.667,2.923,3.352,3.108,2.777,2.659,3.991,3.355,3.507,2.977,4.093,2.935,3.178,3.11,2.892,4.198,2.846,2.836,3.841,3.42,3.278,2.906,2.873,2.649,2.692],"script":[0.298,0.065,0.733,0.647,0.55,0.062,0.696,0.947,0.048,0.059,0.052,0.064,0.053,0.047,0.067,0.061,0.066,0.057,0.924,0.059,0.434,0.067,0.056,0.057,0.054],"paint":[1.925,1.936,1.564,2.365,1.593,1.64,3.166,2.29,2.848,1.038,3.065,2.01,2.232,2.23,2.709,3.503,1.661,1.673,2.264,2.487,1.745,2.218,1.811,1.499,1.819]}}, -{"f":"vanillajs-non-keyed","b":"05_swap1k","v":{"total":[12.601,12.416,12.933,13.068,13.524,13.916,12.683,12.637,13.319,13.316,13.195,12.454,14.52,13.683,12.336],"script":[0.526,0.09,0.684,0.092,0.084,0.104,0.09,0.084,0.085,0.402,0.717,0.101,0.091,0.08,0.088],"paint":[10.716,10.192,9.989,11.156,11.184,11.572,10.747,11.223,11.319,11.465,10.747,9.845,12.174,12.256,11.522]}}, -{"f":"vanillajs-non-keyed","b":"06_remove-one-1k","v":{"total":[37.157,36.789,36.504,36.952,37.919,37.466,36.812,36.016,37.755,37.263,38.212,36.627,36.236,36.247,37.399],"script":[2.911,2.587,2.948,3.024,3.006,2.771,2.934,2.564,3.052,2.845,3.268,3.005,2.975,2.618,3.024],"paint":[33.019,33.13,32.406,32.653,33.504,33.353,33.131,32.996,33.063,33.127,33.56,32.483,32.401,31.958,32.904]}}, -{"f":"vanillajs-non-keyed","b":"07_create10k","v":{"total":[404.094,395.979,407.507,405.293,404.329,409.228,395.113,403.791,407.206,407.737,402.193,404.505,398.918,403.087,403.296],"script":[25.561,25.551,26.038,25,26.492,26.562,26.184,25.725,26.236,26.453,25.628,26.731,25.558,26.017,25.728],"paint":[370.987,362.85,373.789,372.567,370.464,375,361.32,370.293,373.133,373.427,368.98,370.297,365.715,369.478,369.701]}}, -{"f":"vanillajs-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[39.597,41.678,41.763,40.156,42.901,42,43.162,40.79,40.325,40.013,40.149,39.247,43.236,39.353,40.96],"script":[2.107,2.091,2.037,2.062,2.109,2.055,2.078,2.048,2.022,2.103,2.014,2.135,1.971,2.056,1.946],"paint":[36.683,38.419,38.561,36.885,39.876,38.802,40.09,37.842,37.053,37.129,37.258,36.331,40.102,36.473,38.082]}}, -{"f":"vanillajs-non-keyed","b":"09_clear1k_x8","v":{"total":[13.232,13.775,13.109,13.341,13.805,13.466,12.996,12.983,12.854,13.265,13.186,12.918,12.902,13.504,13.282],"script":[10.567,11.582,11.09,11.495,11.592,11.051,11.164,11.371,11.266,11.978,11.794,11.243,11.337,11.521,10.747],"paint":[1.838,2.098,1.924,1.758,2.112,1.577,1.744,1.503,1.476,0.545,1.303,1.598,1.202,1.903,2.104]}}, -{"f":"vanillajs-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.44086551666259766]}}, -{"f":"vanillajs-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.969339370727539]}}, -{"f":"vanillajs-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.977644920349121]}}, -{"f":"vanillajs-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5365009307861328]}}, -{"f":"vanillajs-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.272872924804688]}}, -{"f":"vanillajs-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1877.5099999999998]}}, -{"f":"vanillajs-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.495999999999999]}}, -{"f":"vanillajs-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[131.492]}}, +{"f":"ui5-webcomponents-v1.3.1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[106.8]}}, +{"f":"vanillajs-non-keyed","b":"01_run1k","v":{"total":[39.617,39.28,38.711,39.354,39.084,38.554,39.465,38.191,39.52,39.745,39.898,38.76,36.847,38.096,39.15],"script":[2.287,2.331,2.262,2.256,2.228,2.328,2.276,2.272,2.281,2.361,2.294,2.277,2.26,2.308,2.286],"paint":[36.831,36.524,35.775,36.591,36.379,35.756,36.504,35.422,36.798,36.891,37.159,36.007,34.179,35.296,36.188]}}, +{"f":"vanillajs-non-keyed","b":"02_replace1k","v":{"total":[18.342,18.002,17.421,18.852,17.274,17.902,16.825,17.529,18.218,17.34,18.279,18.368,18.434,18.449,17.593],"script":[1.807,1.786,1.887,1.947,1.983,1.808,1.763,2.04,1.864,1.938,1.872,1.877,1.874,1.85,1.97],"paint":[15.888,15.736,15.122,16.5,14.812,15.611,14.656,14.83,15.872,14.894,16.028,16.001,16.07,16.012,15.16]}}, +{"f":"vanillajs-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.983,17.878,16.915,17.405,18.14,17.934,18.43,17.817,18.349,18.455,18.595,17.556,18.598,19.192,18.171],"script":[0.809,0.909,1.001,0.183,0.599,0.948,0.535,0.855,1.361,0.175,0.169,0.64,0.807,0.507,0.992],"paint":[15.863,15.58,14.638,15.289,16.129,15.209,16.802,15.102,15.457,16.517,17.06,13.927,15.252,15.901,15.942]}}, +{"f":"vanillajs-non-keyed","b":"04_select1k","v":{"total":[2.761,4.652,5.214,3.348,3.235,2.531,3.866,2.629,2.466,2.765,3.844,2.791,2.779,3.108,3.519,2.845,3.58,2.589,3.604,3.754,2.844,2.424,4.037,2.321,2.611],"script":[0.053,0.048,0.058,0.622,0.078,0.058,0.883,0.057,0.801,0.793,0.721,0.065,0.771,0.061,0.053,0.064,0.109,0.062,0.531,0.863,0.056,0.074,1.199,0.059,0.06],"paint":[1.761,4.349,2.859,2.097,2.895,1.403,1.967,1.446,1.022,1.273,1.842,1.792,1.13,1.958,2.62,2.255,2.635,1.623,2.448,1.966,2.685,2.238,2.712,1.338,1.663]}}, +{"f":"vanillajs-non-keyed","b":"05_swap1k","v":{"total":[12.721,13.087,13.948,13.52,13.316,13.011,12.744,12.761,13.046,12.616,12.77,13.228,13.545,13.248,11.708],"script":[0.398,0.487,0.088,0.083,0.091,0.092,0.397,0.628,0.085,0.796,0.081,0.091,0.714,0.079,0.09],"paint":[10.071,10.832,12.36,11.266,11.235,11.847,10.821,9.994,10.977,10.236,10.59,10.501,11.574,10.873,9.877]}}, +{"f":"vanillajs-non-keyed","b":"06_remove-one-1k","v":{"total":[37.372,37.284,39.589,37.403,36.719,36.743,36.794,37.508,36.754,37.249,36.303,37.342,38.552,36.236,37.593],"script":[3.533,3.13,3.698,3.341,3.153,3.022,3.214,3.351,3.098,3.163,2.98,3.568,3.245,3.027,3.663],"paint":[32.643,32.803,34.62,32.783,32.713,32.352,32.663,32.713,32.62,32.682,32.578,32.088,33.961,32.245,32.919]}}, +{"f":"vanillajs-non-keyed","b":"07_create10k","v":{"total":[393.176,397.774,390.58,393.887,394.111,392.898,402.15,397.357,398.943,398.936,403.307,399.331,398.299,398.505,404.511],"script":[27.25,26.932,26.872,27.697,26.855,26.985,27.124,27.158,28.15,28.084,27.524,29.3,27.2,27.354,28.054],"paint":[358.445,362.925,356.262,357.681,359.695,358.564,367.671,362.969,363.242,363.409,368.154,362.571,362.736,363.762,369.065]}}, +{"f":"vanillajs-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.055,44.083,44.359,45.155,43.537,44.57,44.155,45.494,42.7,44.421,42.192,44.101,43.572,45.577,44.477],"script":[2.377,2.358,2.333,2.312,2.394,2.38,2.364,2.361,2.328,2.372,2.349,2.33,2.341,2.388,2.369],"paint":[41.5,40.828,41.146,41.965,40.228,40.999,40.599,42.341,39.517,40.893,38.963,40.847,40.308,41.995,40.934]}}, +{"f":"vanillajs-non-keyed","b":"09_clear1k_x8","v":{"total":[13.714,12.68,12.536,12.704,12.889,12.307,12.548,13.012,12.825,12.414,12.301,12.076,12.789,12.494,12.332],"script":[11.678,10.437,10.536,10.904,11.287,9.949,10.659,10.509,10.298,10.814,10.1,10.892,10.638,10.522,10.459],"paint":[1.541,1.77,1.159,1.637,1.515,2.255,1.786,1.893,2.176,1.507,2.102,1.098,2.05,1.872,1.788]}}, +{"f":"vanillajs-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4381980895996094]}}, +{"f":"vanillajs-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.8076543807983398]}}, +{"f":"vanillajs-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.7321357727050781]}}, +{"f":"vanillajs-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5231819152832031]}}, +{"f":"vanillajs-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[12.170560836791992]}}, +{"f":"vanillajs-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.54]}}, +{"f":"vanillajs-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[28.34]}}, +{"f":"vanillajs-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[159.06799999999996]}}, {"f":"vanillajs-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[150.255859375]}}, {"f":"vanillajs-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[11.9794921875]}}, {"f":"vanillajs-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.4296875]}}, -{"f":"vanillajs-non-keyed","b":"43_first-paint","v":{"DEFAULT":[64]}}, -{"f":"vanillajs-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[64]}}, -{"f":"vanillajs-1-non-keyed","b":"01_run1k","v":{"total":[36.749,39.901,38.845,37.388,38.64,38.408,39.995,37.388,38.58,38.458,38.437,38.454,38.947,40.142,39.222],"script":[1.903,1.963,1.915,1.895,1.952,2.048,1.9,2.04,2.01,2.091,2.117,1.945,2.104,2.016,2.131],"paint":[34.416,37.466,36.479,35.063,35.995,35.925,37.694,34.9,36.131,35.925,35.825,35.797,36.146,37.429,36.636]}}, -{"f":"vanillajs-1-non-keyed","b":"02_replace1k","v":{"total":[17.96,17.512,17.584,17.615,16.263,17.282,16.546,17.619,16.311,17.228,17.361,17.79,16.668,17.756,17.628],"script":[1.175,1.252,1.152,1.203,1.115,1.157,1.233,1.24,1.201,1.189,1.22,1.185,1.281,1.165,1.202],"paint":[16.152,15.709,15.776,15.942,14.687,15.519,14.917,15.726,14.642,15.643,15.654,16.11,14.835,15.986,15.747]}}, -{"f":"vanillajs-1-non-keyed","b":"03_update10th1k_x16","v":{"total":[17.948,18.397,18.036,17.895,17.906,17.272,18.5,18.07,18.977,16.869,18.633,18.611,18.499,17.231,18.126],"script":[1.16,0.546,1.25,0.907,0.605,0.172,0.184,1.441,0.775,1.036,1.036,0.815,0.857,0.623,0.941],"paint":[15.232,15.881,14.674,16.199,15.447,15.355,16.807,15.001,16.476,14.442,15.962,15.529,15.32,15.356,15.791]}}, -{"f":"vanillajs-1-non-keyed","b":"04_select1k","v":{"total":[2.758,3.483,3.302,3.496,2.36,4.292,3.076,3.375,2.912,2.868,2.668,2.637,2.321,3.869,2.817,2.876,3.749,2.777,3.016,2.904,2.243,2.803,2.845,3.005,3.053],"script":[0.621,0.054,0.506,0.052,0.06,0.047,0.545,1.022,0.061,0.067,0.063,0.066,0.058,1.067,0.825,0.059,0.854,0.062,0.055,0.064,0.067,0.606,0.054,0.08,0.073],"paint":[1.574,2.899,1.962,3.3,1.221,3.341,1.042,1.497,1.854,1.824,1.661,1.675,2.137,1.94,1.147,2.718,1.993,1.543,2.853,1.898,1.542,1.359,2.69,2.02,2.867]}}, -{"f":"vanillajs-1-non-keyed","b":"05_swap1k","v":{"total":[12.658,13.127,13.332,13.458,12.269,12.905,12.86,13.317,13.195,12.52,13.873,12.777,12.917,13.347,12.395],"script":[0.578,0.948,0.764,0.951,0.81,0.878,1.183,0.838,0.147,0.144,0.138,0.81,0.134,0.795,0.14],"paint":[10.787,10.555,10.677,10.239,10.06,10.514,10.366,11.064,11.411,10.535,10.995,10.513,10.887,10.899,10.587]}}, -{"f":"vanillajs-1-non-keyed","b":"06_remove-one-1k","v":{"total":[35.56,36.075,36.225,37.221,35.23,35.64,36.112,36.702,36.434,35.636,36.85,36.41,35.852,36.474,36.139],"script":[2.437,2.395,2.433,2.279,2.183,2.06,2.464,2.403,2.467,2.431,2.441,2.354,2.443,2.529,2.165],"paint":[32.302,32.363,33.028,33.711,31.672,32.743,32.39,33.416,32.576,31.953,33.194,33.153,32.499,32.508,32.911]}}, -{"f":"vanillajs-1-non-keyed","b":"07_create10k","v":{"total":[399.164,407.839,402.979,404.949,401.667,404.867,405.726,400.915,398.746,404.162,401.74,400.804,400.734,401.305,396.562],"script":[24.223,25.376,24.367,24.065,24.618,25.125,24.689,23.888,23.169,24.705,25.009,23.479,24.794,24.187,24.224],"paint":[367.312,374.665,370.857,373.364,369.717,372.107,373.485,369.33,368.117,371.884,369.165,369.79,368.377,369.686,364.941]}}, -{"f":"vanillajs-1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[41.738,40.516,40.373,39.704,39.019,41.083,40.779,41.708,41.822,41.866,41.817,41.651,40.221,41.693,41.462],"script":[2.086,2.114,2.118,2.183,2.021,2.149,2.105,2.142,2.069,2.179,2.056,2.075,1.975,2.079,2.015],"paint":[38.518,37.577,37.487,36.599,36.218,37.8,37.785,38.379,38.819,38.676,38.597,38.425,37.432,38.456,38.485]}}, -{"f":"vanillajs-1-non-keyed","b":"09_clear1k_x8","v":{"total":[13.434,13.135,12.891,13.405,13.169,14.104,13.127,13.247,13.214,13.516,12.881,12.941,13.081,12.939,12.938],"script":[11.309,11.11,11.193,11.083,11.494,11.621,10.582,11.174,10.99,10.828,11.446,11.076,10.671,11.427,11.263],"paint":[1.366,1.515,0.819,1.79,1.577,2.362,1.662,1.15,1.554,2.601,1.356,1.772,1.913,1.422,1.596]}}, -{"f":"vanillajs-1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4505119323730469]}}, -{"f":"vanillajs-1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.9860868453979492]}}, -{"f":"vanillajs-1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.9636383056640625]}}, -{"f":"vanillajs-1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5596752166748047]}}, -{"f":"vanillajs-1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[14.157207489013672]}}, -{"f":"vanillajs-1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.295]}}, -{"f":"vanillajs-1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[7.4319999999999995]}}, -{"f":"vanillajs-1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[136.26400000000007]}}, +{"f":"vanillajs-non-keyed","b":"43_first-paint","v":{"DEFAULT":[58.2]}}, +{"f":"vanillajs-1-non-keyed","b":"01_run1k","v":{"total":[39.217,35.63,38.759,39.13,38.705,39.865,39.778,38.296,38.742,38.339,39.074,37.733,38.016,38.951,38.506],"script":[2.138,2.183,2.179,2.281,2.339,2.163,2.265,2.327,2.251,2.316,2.33,2.331,2.123,2.268,2.191],"paint":[36.574,33.008,35.898,36.126,35.842,37.003,37.038,35.454,35.876,35.581,36.021,34.908,35.442,36.067,35.663]}}, +{"f":"vanillajs-1-non-keyed","b":"02_replace1k","v":{"total":[17.819,17.913,17.737,17.984,16.746,18.002,17.731,17.719,17.157,17.669,17.951,16.672,17.587,18.059,18.244],"script":[1.535,1.56,1.382,1.694,1.538,1.474,1.577,1.516,1.601,1.302,1.531,1.445,1.462,1.529,1.589],"paint":[15.785,15.736,15.84,15.703,14.754,15.992,15.68,15.741,15.137,15.903,15.923,14.777,15.762,16.047,16.025]}}, +{"f":"vanillajs-1-non-keyed","b":"03_update10th1k_x16","v":{"total":[19.92,17.052,18.342,17.991,17.941,17.602,17.18,17.306,19.547,17.132,20.09,16.885,17.816,16.626,18.43],"script":[1.24,0.494,0.341,1.151,0.969,1.089,0.167,0.967,1.492,0.544,0.174,0.169,0.647,1.118,1.066],"paint":[17.34,15.158,16.025,15.201,15.372,14.697,15.217,14.715,15.538,15.272,18.363,15.482,15.7,14.472,15.029]}}, +{"f":"vanillajs-1-non-keyed","b":"04_select1k","v":{"total":[2.541,3.121,2.55,2.23,3.048,2.708,2.745,4.164,2.9,3.474,3.411,2.999,3.266,2.951,3.367,3.94,2.732,2.384,2.685,3.584,2.237,3.36,3.39,3.19,4.099],"script":[0.592,0.735,0.326,0.063,0.249,0.074,0.073,0.99,0.062,0.748,0.079,0.055,0.298,0.543,0.061,0.611,0.059,0.065,0.07,0.091,0.064,0.751,0.05,0.06,0.928],"paint":[1.317,2.257,1.412,1.399,2.151,1.517,1.526,1.922,2.149,1.545,2.73,2.308,1.771,1.789,1.545,3.068,1.426,2.182,1.479,2.098,2.062,1.661,2.42,2.467,3.008]}}, +{"f":"vanillajs-1-non-keyed","b":"05_swap1k","v":{"total":[12.352,12.824,12.648,12.283,12.432,12.67,13.4,13.423,13.217,12.316,14.043,12.955,13.351,13.959,12.817],"script":[0.158,0.163,0.125,0.142,0.902,0.132,0.164,0.172,0.131,0.463,0.782,0.807,0.132,0.844,0.877],"paint":[10.496,11.103,11.423,10.439,10.075,11.243,11.705,11.807,10.599,10.78,10.983,10.569,12.112,11.438,10.087]}}, +{"f":"vanillajs-1-non-keyed","b":"06_remove-one-1k","v":{"total":[37.6,36.358,36.709,38.267,36.846,36.224,38.057,35.638,36.903,36.443,39.267,37.483,36.676,35.854,36.04],"script":[3.051,2.792,3.064,2.8,2.543,2.868,3.094,2.715,3.033,2.98,2.982,3.009,3.057,3.031,3.083],"paint":[33.132,32.361,32.698,33.759,33.496,32.319,33.574,32.066,32.507,32.178,35.298,33.31,32.516,31.853,31.72]}}, +{"f":"vanillajs-1-non-keyed","b":"07_create10k","v":{"total":[396.274,394.75,398.292,396.011,399.371,391.869,392.697,401.648,396.274,396.149,397.558,390.529,397.576,388.581,398.597],"script":[25.459,25.911,27.245,26.424,26.985,25.464,25.908,26.321,29.22,26.089,25.945,24.996,26.73,26.452,25.607],"paint":[363.54,361.42,363.41,362.224,365.039,359.007,359.431,367.951,359.678,362.53,364.153,358.287,363.243,355.093,365.579]}}, +{"f":"vanillajs-1-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[44.533,42.675,42.724,44.18,43.557,42.459,42.298,43.618,43.221,43.413,43.743,44.173,44.324,45.695,44.164],"script":[2.452,2.43,2.317,2.407,2.388,2.344,2.348,2.359,2.342,2.389,2.385,2.386,2.332,2.346,2.463],"paint":[41.112,39.392,39.562,40.805,40.268,39.313,39.002,40.349,39.943,40.005,40.429,40.632,41.085,42.307,40.5]}}, +{"f":"vanillajs-1-non-keyed","b":"09_clear1k_x8","v":{"total":[13.118,12.809,13.56,12.311,12.28,13.21,13.298,13.313,12.926,12.818,12.388,11.927,12.743,11.985,12.707],"script":[11.042,10.569,11.291,9.958,10.73,10.966,10.932,11,11.033,10.875,10.209,10.413,10.524,10.543,10.157],"paint":[1.981,2.117,1.964,0.893,1.442,1.119,1.25,2.215,1.776,1.852,1.476,0.772,1.165,0.383,1.836]}}, +{"f":"vanillajs-1-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.4441213607788086]}}, +{"f":"vanillajs-1-non-keyed","b":"22_run-memory","v":{"DEFAULT":[1.721968650817871]}}, +{"f":"vanillajs-1-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[1.6501426696777344]}}, +{"f":"vanillajs-1-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[0.5532808303833008]}}, +{"f":"vanillajs-1-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[11.981400489807129]}}, +{"f":"vanillajs-1-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[1876.315]}}, +{"f":"vanillajs-1-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[15.268]}}, +{"f":"vanillajs-1-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[160.03999999999996]}}, {"f":"vanillajs-1-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[148.2958984375]}}, {"f":"vanillajs-1-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[10.0205078125]}}, {"f":"vanillajs-1-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[2.1767578125]}}, -{"f":"vanillajs-1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[58.6]}}, -{"f":"vanillajs-1-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[58.6]}}, -{"f":"voby-v0.48.0-non-keyed","b":"01_run1k","v":{"total":[36.897,36.587,35.685,36.024,36.693,35.807,37.296,35.736,36.605,36.499,37.981,35.595,36.416,36.158,35.042],"script":[2.431,2.962,2.608,2.688,2.782,2.45,2.68,2.658,2.494,2.342,2.382,2.514,2.493,2.808,2.571],"paint":[34.018,33.193,32.64,32.893,33.493,32.969,34.181,32.45,33.662,33.731,35.124,32.641,33.509,32.913,32.094]}}, -{"f":"voby-v0.48.0-non-keyed","b":"02_replace1k","v":{"total":[17.123,17.555,18.335,17.314,18.823,18.26,17.187,17.509,18.228,18.237,18.451,17.198,18.442,18.683,17.497],"script":[2.418,2.376,2.406,2.446,2.487,2.184,2.241,2.282,2.402,2.268,2.39,2.371,2.202,2.283,2.441],"paint":[14.276,14.546,15.237,14.422,15.745,15.391,14.493,14.59,15.352,15.442,15.567,14.414,15.571,15.945,14.443]}}, -{"f":"voby-v0.48.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[20.262,18.642,20.106,20.219,17.8,18.876,20.098,18.738,19.439,18.846,17.836,18.871,20.618,18.726,18.356],"script":[1.765,2.028,1.582,1.818,1.233,1.312,1.474,1.971,1.176,1.435,1.384,1.399,1.55,1.87,1.463],"paint":[17.131,15.309,16.166,16.32,14.962,16.187,16.692,15.412,16.746,14.241,14.206,16.124,16.596,15.681,15.505]}}, -{"f":"voby-v0.48.0-non-keyed","b":"04_select1k","v":{"total":[3.952,4.235,4.041,4.472,4.024,4.219,4.696,4.656,3.798,4.142,4.331,3.536,3.719,4.402,4.144,3.272,4.7,3.788,4.437,4.426,5.217,4.324,4.216,3.216,4.097],"script":[1.152,0.841,1.643,1.265,1.205,1.467,1.85,1.48,1.308,1.258,1.302,0.786,1.271,1.426,1.391,0.95,1.57,1.241,1.55,1.02,1.985,1.279,1.994,1.013,1.875],"paint":[2.258,2.213,2.287,2.074,0.892,1.721,2.7,2.648,1.614,1.969,2.895,1.742,1.92,2.068,2.622,1.447,2.975,1.457,2.741,2.365,2.021,2.938,1.489,2.093,1.58]}}, -{"f":"voby-v0.48.0-non-keyed","b":"05_swap1k","v":{"total":[24.924,24.642,22.991,22.265,23.083,23.354,22.818,23.66,23.324,22.914,21.811,22.051,24.177,24.686,26.173],"script":[2.124,2.081,1.802,1.421,2.046,2.153,1.072,1.63,1.332,1.552,1.025,1.431,1.491,2.075,1.769],"paint":[20.27,20.62,18.972,19.129,19.423,19.349,19.977,20.461,19.772,19.487,19.083,19.207,21.139,21.218,22.474]}}, -{"f":"voby-v0.48.0-non-keyed","b":"06_remove-one-1k","v":{"total":[17.803,18.062,17.12,18.338,17.293,18.03,18.346,18.323,17.856,18.111,17.715,22.335,18.975,18.074,18.152],"script":[0.723,0.918,0.905,1.107,0.72,0.736,1.097,0.912,1.121,0.889,1.051,1.05,0.929,0.844,0.985],"paint":[15.427,16.295,14.998,16.309,15.857,16.389,16.034,16.352,15.279,16.098,15.503,19.818,16.722,15.915,15.947]}}, -{"f":"voby-v0.48.0-non-keyed","b":"07_create10k","v":{"total":[448.139,452.492,444.5,449.406,439.074,447.153,442.41,439.562,442.759,445.398,443.508,454.273,443.671,437.756,438.683],"script":[83.604,84.096,81.993,80.669,84,83.811,82.412,80.553,84.211,82.275,83.072,87.032,84.818,84.737,81.75],"paint":[355.728,360.146,355.035,361.333,347.64,355.888,352.42,351.589,350.889,355.708,352.727,359.687,351.125,345.503,349.493]}}, -{"f":"voby-v0.48.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[46.463,44.833,45.362,47.131,43.954,44.824,46.038,48.583,47.461,44.191,45.703,47.833,44.658,44.364,44.179],"script":[6.597,6.512,6.799,6.608,6.556,6.47,6.373,6.361,6.524,6.353,6.475,6.528,6.429,6.478,6.329],"paint":[38.507,37.388,37.616,39.532,36.478,37.404,38.651,40.82,39.716,36.862,37.96,40.13,37.307,36.954,36.94]}}, -{"f":"voby-v0.48.0-non-keyed","b":"09_clear1k_x8","v":{"total":[15.225,15.908,15.434,14.838,17.159,15.5,15.323,16.786,18.072,16.063,16.224,15.658,16.022,16.13,16.187],"script":[13.179,13.896,13.861,13.255,14.59,12.791,13.182,14.559,15.532,13.914,13.358,13.701,13.861,13.891,13.796],"paint":[1.952,1.899,1.469,0.429,2.153,2.22,1.757,1.315,1.422,2.056,2.733,1.865,2.034,2.134,1.086]}}, -{"f":"voby-v0.48.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6294641494750977]}}, -{"f":"voby-v0.48.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[5.085155487060547]}}, -{"f":"voby-v0.48.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[5.105428695678711]}}, -{"f":"voby-v0.48.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.331281661987305]}}, -{"f":"voby-v0.48.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[42.2551383972168]}}, -{"f":"voby-v0.48.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.8600000000001]}}, -{"f":"voby-v0.48.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[10.136000000000001]}}, -{"f":"voby-v0.48.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[142.196]}}, +{"f":"vanillajs-1-non-keyed","b":"43_first-paint","v":{"DEFAULT":[64.7]}}, +{"f":"voby-v0.48.0-non-keyed","b":"01_run1k","v":{"total":[37.178,39.467,39.692,37.371,38.819,37.375,37.906,39.262,39.924,39.817,39.789,37.836,39.605,39.102,39.381],"script":[2.69,2.439,2.701,2.581,2.73,2.724,2.714,2.793,2.561,2.455,2.606,2.719,2.602,2.333,2.587],"paint":[34.005,36.533,36.502,34.361,35.517,34.216,34.715,35.73,36.67,36.717,36.685,34.652,36.497,36.015,36.059]}}, +{"f":"voby-v0.48.0-non-keyed","b":"02_replace1k","v":{"total":[17.371,18.634,18.159,18.433,18.792,18.92,17.145,18.814,18.31,17.619,18.573,18.659,17.909,19.558,18.2],"script":[2.467,2.452,2.204,2.352,2.531,2.292,2.277,2.242,2.386,2.231,2.204,2.414,2.274,2.46,2.382],"paint":[14.439,15.509,15.505,15.627,15.822,16.185,14.492,16.129,15.287,14.869,15.701,15.811,15.181,16.439,15.402]}}, +{"f":"voby-v0.48.0-non-keyed","b":"03_update10th1k_x16","v":{"total":[18.754,17.898,18.535,18.239,18.172,18.475,18.127,19.172,18.723,17.651,17.991,18.105,18.653,18.602,19.81],"script":[1.828,1.468,1.845,1.795,1.012,1.484,1.859,1.632,1.494,1.009,1.347,1.598,1.816,2.359,1.292],"paint":[15.689,13.275,14.718,14.431,15.398,15.057,14.921,15.888,15.541,15.579,15.244,14.42,15.18,14.282,15.579]}}, +{"f":"voby-v0.48.0-non-keyed","b":"04_select1k","v":{"total":[3.72,4.069,3.757,4.658,4.382,5.103,4.308,3.891,4.784,3.96,4.044,5.313,4.404,3.711,5.421,4.353,4.261,3.825,3.177,4.908,4.36,4.197,3.217,3.954,4.642],"script":[1.403,1.492,1.09,1.276,1.3,2.373,1.293,1.527,1.586,2.061,2.035,1.278,1.332,0.985,1.254,0.664,1.446,1.253,0.991,2.05,1.545,2.12,1.082,1.741,1.815],"paint":[2.18,1.74,2.037,2.243,2.559,2.096,2.398,2.218,3.039,1.787,1.197,3.423,2.765,2.615,3.922,2.498,2.023,1.449,2.077,2.71,1.835,1.641,1.56,1.395,1.588]}}, +{"f":"voby-v0.48.0-non-keyed","b":"05_swap1k","v":{"total":[22.516,22.654,22.718,22.49,22.359,22.411,22.249,23.313,23.325,21.642,23.136,24.232,23.651,22.686,22.589],"script":[1.842,2,1.671,1.998,1.877,1.778,1.831,1.39,1.877,1.419,1.964,2.024,2.179,1.458,1.987],"paint":[19.116,19.071,19.856,19.13,19.109,19.098,19.061,20.096,19.543,18.932,20.126,20.835,19.205,19.768,19.1]}}, +{"f":"voby-v0.48.0-non-keyed","b":"06_remove-one-1k","v":{"total":[17.737,17.345,17.227,17.688,17.789,18.233,18.333,18.175,17.849,17.711,17.732,17.751,17.679,17.148,17.333],"script":[1.125,0.761,1.005,1.071,0.784,1.058,0.802,1.068,1.059,1.059,1.056,0.968,0.949,0.986,0.911],"paint":[15.809,15.677,15.453,15.5,15.822,16.345,16.425,15.845,15.4,15.688,15.95,15.952,15.865,15.201,15.496]}}, +{"f":"voby-v0.48.0-non-keyed","b":"07_create10k","v":{"total":[455.849,452.646,442.456,456.695,450.4,445.043,452.034,456.297,455.469,447.624,453.571,458.007,449.252,443.173,441.567],"script":[94.975,93.681,86.436,95.166,94.511,87.342,93.834,95.173,94.817,92.28,94.8,95.589,93.12,84.677,85.043],"paint":[353.392,351.169,348.544,353.939,347.967,350.188,350.777,352.922,353.179,348.047,351.287,354.771,348.482,351.094,349.147]}}, +{"f":"voby-v0.48.0-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[51.73,51.174,53.168,51.607,51.226,51.919,52.44,51.372,50.359,51.666,51.996,52.959,51.048,51.832,53.145],"script":[9.824,9.566,9.952,9.662,9.504,9.615,9.697,9.553,9.42,9.729,9.809,9.689,9.562,9.194,9.958],"paint":[40.87,40.644,42.233,41.025,40.481,41.326,41.71,40.534,39.725,41.014,40.941,42.343,40.522,41.644,41.938]}}, +{"f":"voby-v0.48.0-non-keyed","b":"09_clear1k_x8","v":{"total":[17.025,16.296,14.936,16.086,16.275,15.781,15.916,15.809,17.114,15.93,15.98,15.798,15.141,15.474,14.988],"script":[14.008,14.074,12.904,13.512,13.879,13.048,13.761,13.991,14.414,13.937,13.3,13.416,12.625,12.918,13.077],"paint":[2.216,1.705,1.929,2.434,2.263,2.183,0.454,0.86,1.86,1.88,2.116,2.284,2.008,2.446,0.75]}}, +{"f":"voby-v0.48.0-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6472539901733398]}}, +{"f":"voby-v0.48.0-non-keyed","b":"22_run-memory","v":{"DEFAULT":[4.873818397521973]}}, +{"f":"voby-v0.48.0-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[4.892901420593262]}}, +{"f":"voby-v0.48.0-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[5.138923645019531]}}, +{"f":"voby-v0.48.0-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[40.09242057800293]}}, +{"f":"voby-v0.48.0-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2026.3]}}, +{"f":"voby-v0.48.0-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[29.08]}}, +{"f":"voby-v0.48.0-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[161.92000000000002]}}, {"f":"voby-v0.48.0-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[171.35546875]}}, {"f":"voby-v0.48.0-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[33.0810546875]}}, {"f":"voby-v0.48.0-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[11.67578125]}}, -{"f":"voby-v0.48.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[81.9]}}, -{"f":"voby-v0.48.0-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[81.9]}}, -{"f":"vue-v3.3.6-non-keyed","b":"01_run1k","v":{"total":[47.033,44.975,44.403,44.084,43.875,45.388,46.254,45.137,45.092,44.363,44.11,44.275,47.159,43.727,45.159],"script":[7.733,7.584,8.119,8.214,8.035,7.798,7.955,9,9.122,7.839,8.175,7.866,8.774,8.52,7.986],"paint":[38.55,36.711,35.822,35.421,35.42,37.068,37.792,35.658,35.54,35.906,35.399,35.954,37.688,34.732,36.618]}}, -{"f":"vue-v3.3.6-non-keyed","b":"02_replace1k","v":{"total":[19.859,18.268,18.992,18.413,18.156,19.866,20.036,20.098,18.35,18.559,18.497,18.942,20.188,20.069,20.004],"script":[3.01,2.997,3.211,2.956,2.771,2.862,3.007,2.971,3.111,3.155,2.985,3.081,3.037,2.987,3.109],"paint":[16.214,14.871,15.376,14.977,14.918,16.355,16.361,16.484,14.761,14.981,15.041,15.263,16.665,16.447,16.378]}}, -{"f":"vue-v3.3.6-non-keyed","b":"03_update10th1k_x16","v":{"total":[21.094,21.618,21.688,22.077,21.198,20.31,20.671,21.086,21.317,21.052,22.905,21.202,21.626,21.191,23.054],"script":[3.537,4.027,3.811,3.435,3.075,3.551,3.175,3.652,3.371,3.671,3.287,3.688,4.008,3.061,3.565],"paint":[15.819,15.971,16.036,16.107,16.875,15.262,15.978,15.854,16.328,14.57,18.551,15.701,15.812,15.906,16.002]}}, -{"f":"vue-v3.3.6-non-keyed","b":"04_select1k","v":{"total":[5.056,4.593,6.1,4.776,4.771,5.094,5.906,4.878,5.845,4.783,5.083,4.353,4.063,5.311,4.619,4.35,5.612,5.039,4.943,4.224,4.008,5.244,5.147,5.75,5.24],"script":[2.291,1.582,2.555,1.517,1.926,1.586,1.598,2.183,2.445,1.633,1.584,2.087,1.779,1.999,1.472,1.623,2.337,1.559,1.779,1.528,1.464,2.388,1.596,1.617,1.342],"paint":[1.589,2.873,2.294,2.466,1.786,2.272,2.313,2.551,3.15,3.047,3.345,1.418,1.298,1.95,1.882,1.185,2.341,2.35,1.938,2.586,1.504,1.995,3.419,2.958,2.693]}}, -{"f":"vue-v3.3.6-non-keyed","b":"05_swap1k","v":{"total":[14.06,14.336,14.255,14.052,14.111,14.096,14.028,14.602,14.453,14.294,13.575,14.256,14.396,15.257,14.969],"script":[1.161,1.791,1.739,1.834,1.446,1.659,1.757,1.951,1.013,1.419,1.317,1.473,1.955,2.066,1.821],"paint":[11.426,10.669,10.585,10.324,10.807,11.081,10.808,10.552,12.163,11.677,10.501,11.521,10.614,11.177,12.135]}}, -{"f":"vue-v3.3.6-non-keyed","b":"06_remove-one-1k","v":{"total":[39.279,37.594,41.616,39.557,38.698,38.811,40.193,39.601,39.339,38.054,39.409,39.264,38.379,39.886,38.081],"script":[5.487,5.03,5.41,5.627,5.46,5.294,5.309,5.543,5.474,4.906,5.532,5.58,5.165,5.653,5.468],"paint":[32.507,31.765,35.367,32.99,32.404,32.291,33.819,33.076,33.016,32.377,32.54,32.787,32.433,33.043,31.748]}}, -{"f":"vue-v3.3.6-non-keyed","b":"07_create10k","v":{"total":[475.483,474.507,473.719,476.982,475.149,467.498,468.827,472.315,471.193,468.977,469.275,469.845,468.994,468.599,472.495],"script":[90.913,91.112,91.034,90.118,91.27,89.157,88.705,91.008,90.055,85.684,90.597,89.7,91.213,90.249,89.507],"paint":[376.884,375.906,375.246,379.269,375.992,371.039,372.671,373.802,373.181,375.958,371.08,372.783,370.433,370.901,375.099]}}, -{"f":"vue-v3.3.6-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[45.294,45.406,47.657,46.896,44.53,45.15,47.13,44.021,47.015,46.245,47.313,46.827,43.947,47.492,44.28],"script":[7.155,6.842,6.794,6.869,6.848,6.998,6.637,6.608,6.645,6.674,6.985,6.953,6.755,6.819,6.759],"paint":[37.227,37.642,39.935,39.056,36.884,37.35,39.228,36.448,39.152,38.346,39.404,38.918,36.383,39.432,36.696]}}, -{"f":"vue-v3.3.6-non-keyed","b":"09_clear1k_x8","v":{"total":[16.519,15.901,16.669,16.154,16.974,16.965,15.664,16.191,15.733,16.79,16.458,16.101,15.821,16.217,15.844],"script":[13.777,13.673,14.507,13.535,14.46,13.854,13.861,13.729,13.645,14.278,13.532,14.073,14.334,14.325,13.102],"paint":[1.805,1.12,2.04,1.93,2.392,2.75,1.697,1.792,1.983,2.397,2.172,1.54,0.422,1.762,2.138]}}, -{"f":"vue-v3.3.6-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6951913833618164]}}, -{"f":"vue-v3.3.6-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.9727277755737305]}}, -{"f":"vue-v3.3.6-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.92812442779541]}}, -{"f":"vue-v3.3.6-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1401491165161133]}}, -{"f":"vue-v3.3.6-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[30.417938232421875]}}, -{"f":"vue-v3.3.6-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2101.415]}}, -{"f":"vue-v3.3.6-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[9.824]}}, -{"f":"vue-v3.3.6-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[137.47600000000003]}}, +{"f":"voby-v0.48.0-non-keyed","b":"43_first-paint","v":{"DEFAULT":[86]}}, +{"f":"vue-v3.3.6-non-keyed","b":"01_run1k","v":{"total":[43.124,43.139,43.612,44.494,45.565,44.962,44.35,43.706,43.823,43.502,44.296,44.024,46.362,46.8,44.862],"script":[8.186,8.223,8.248,9.132,10.013,8.568,8.707,8.298,8.231,8.461,9.031,8.142,9.05,9.211,9.08],"paint":[34.493,34.451,34.866,34.935,35.087,35.917,35.171,34.785,35.171,34.544,34.558,35.419,36.81,36.91,35.043]}}, +{"f":"vue-v3.3.6-non-keyed","b":"02_replace1k","v":{"total":[21.462,20.597,21.172,20.707,20.978,21.325,21.38,20.128,22.887,21.884,22.369,21.753,20.789,20.739,21.142],"script":[5.187,4.736,5.058,4.874,4.957,4.977,5.145,4.691,5.266,5.091,5.505,5.321,4.776,4.88,4.672],"paint":[15.807,15.359,15.658,15.4,15.527,15.864,15.753,14.885,16.947,16.299,16.388,15.749,15.332,15.387,15.801]}}, +{"f":"vue-v3.3.6-non-keyed","b":"03_update10th1k_x16","v":{"total":[23.452,22.527,20.906,21.23,20.427,21.676,20.809,21.509,20.506,20.171,21.398,21,21.131,22.187,21.349],"script":[3.752,3.738,4.23,4.161,3.885,4.159,3.872,3.503,3.342,2.918,3.658,3.867,4.048,3.908,3.792],"paint":[17.242,16.662,14.848,16.149,15.201,16.373,14.362,16.947,15.867,16.259,16.35,16.335,15.254,17.33,16.047]}}, +{"f":"vue-v3.3.6-non-keyed","b":"04_select1k","v":{"total":[4.475,6.143,4.132,5.121,4.218,5.068,5.083,5.168,5.573,4.621,3.876,4.772,4.077,4.766,5.582,5.329,5.534,5.539,5.897,4.864,4.35,5.103,4.589,5.015,5.256],"script":[2.208,1.682,1.72,2.364,1.824,2.396,2.312,1.622,2.352,1.782,1.154,1.862,1.515,2.349,2.222,1.891,2.4,2.338,2.238,1.792,1.098,1.457,1.919,2.131,1.405],"paint":[1.547,3.709,1.457,0.517,2.288,1.994,1.734,2.937,1.993,1.744,2.016,2.364,2.421,2.254,2.144,2.425,2.092,2.228,2.854,1.897,3.111,2.278,1.767,1.732,2.788]}}, +{"f":"vue-v3.3.6-non-keyed","b":"05_swap1k","v":{"total":[14.773,13.973,13.907,15.078,13.998,14.202,13.855,13.751,14.75,14.372,14.672,14.721,14.686,14.09,14.276],"script":[2.135,1.449,1.902,2.151,1.966,1.592,1.133,1.229,2.222,1.757,1.267,2.149,2.565,1.712,1.805],"paint":[11.113,10.974,10.525,11.07,10.071,10.309,11.273,10.967,11.199,10.58,12.016,11.383,10.978,11.063,10.813]}}, +{"f":"vue-v3.3.6-non-keyed","b":"06_remove-one-1k","v":{"total":[41.791,41.239,40.416,41.066,41.89,40.995,44.994,43.385,40.695,41.047,41.119,43.747,42.6,41.099,41.266],"script":[7.994,7.544,7.439,7.517,7.387,7.518,8.474,7.695,7.52,7.541,7.999,7.629,8.048,7.922,8.049],"paint":[32.426,32.433,31.76,32.398,33.384,31.99,35.708,34.078,32.288,32.322,31.819,34.755,33.351,32.015,32.421]}}, +{"f":"vue-v3.3.6-non-keyed","b":"07_create10k","v":{"total":[462.443,464.021,470.246,470.193,461.556,474.717,463.811,463.374,464.678,461.75,467.587,466.761,468.38,464.96,462.404],"script":[94.591,94.13,94.849,97.127,90.442,96.021,94.662,91.546,94.451,93.295,92.247,93.443,96.747,93.882,93.752],"paint":[360.614,362.615,367.568,365.474,363.837,371.378,361.314,364.583,362.957,361.158,367.922,365.874,363.961,363.757,361.229]}}, +{"f":"vue-v3.3.6-non-keyed","b":"08_create1k-after1k_x2","v":{"total":[54.097,52.635,52.256,51.771,53.743,51.223,53.274,54.052,51.358,52.811,52.343,54.216,53.736,53.308,52.381],"script":[9.65,9.663,9.242,9.696,9.871,8.838,9.873,9.871,9.136,9.508,9.223,9.796,9.807,9.662,9.177],"paint":[43.451,41.698,42.11,41.143,42.64,41.475,42.193,42.968,41.31,42.179,42.078,43.591,42.702,42.715,42.258]}}, +{"f":"vue-v3.3.6-non-keyed","b":"09_clear1k_x8","v":{"total":[15.005,15.891,16.799,15.674,16.491,18.273,16.039,15.821,14.856,16.222,15.98,16.546,16.792,16.338,15.277],"script":[13.263,13.711,14.804,13.591,13.787,15.324,13.761,13.379,12.639,13.716,14.444,14.266,14.561,14.631,13.168],"paint":[0.864,1.072,1.89,1.967,2.048,2.793,1.794,2.338,2.113,2.042,1.418,1.95,1.223,1.381,2.007]}}, +{"f":"vue-v3.3.6-non-keyed","b":"21_ready-memory","v":{"DEFAULT":[0.6811361312866211]}}, +{"f":"vue-v3.3.6-non-keyed","b":"22_run-memory","v":{"DEFAULT":[3.6700334548950195]}}, +{"f":"vue-v3.3.6-non-keyed","b":"23_update5-memory","v":{"DEFAULT":[3.6952896118164062]}}, +{"f":"vue-v3.3.6-non-keyed","b":"25_run-clear-memory","v":{"DEFAULT":[1.1488962173461914]}}, +{"f":"vue-v3.3.6-non-keyed","b":"26_run-10k-memory","v":{"DEFAULT":[28.187434196472168]}}, +{"f":"vue-v3.3.6-non-keyed","b":"31_startup-ci","v":{"DEFAULT":[2102.95]}}, +{"f":"vue-v3.3.6-non-keyed","b":"32_startup-bt","v":{"DEFAULT":[14.552000000000001]}}, +{"f":"vue-v3.3.6-non-keyed","b":"33_startup-mainthreadcost","v":{"DEFAULT":[155.74799999999993]}}, {"f":"vue-v3.3.6-non-keyed","b":"34_startup-totalbytes","v":{"DEFAULT":[197.5400390625]}}, {"f":"vue-v3.3.6-non-keyed","b":"41_size-uncompressed","v":{"DEFAULT":[59.2646484375]}}, {"f":"vue-v3.3.6-non-keyed","b":"42_size-compressed","v":{"DEFAULT":[21.1171875]}}, -{"f":"vue-v3.3.6-non-keyed","b":"43_first-paint","v":{"DEFAULT":[110.6]}}, -{"f":"vue-v3.3.6-non-keyed","b":"44_first-contentful-paint","v":{"DEFAULT":[110.6]}},]; +{"f":"vue-v3.3.6-non-keyed","b":"43_first-paint","v":{"DEFAULT":[117.8]}},]; export const frameworks = [{"name":"alpine-v3.12.0-keyed","dir":"keyed/alpine","keyed":true,"issues":[1139],"frameworkHomeURL":"https://alpinejs.dev/"},{"name":"anansi-v0.14.0-keyed","dir":"keyed/anansi","keyed":true,"frameworkHomeURL":"https://saru-tora.github.io/anansi/"},{"name":"angular-cf-v17.0.2-keyed","dir":"keyed/angular-cf","keyed":true,"frameworkHomeURL":"https://angular.io/"},{"name":"angular-cf-nozone-v17.0.2-keyed","dir":"keyed/angular-cf-nozone","keyed":true,"frameworkHomeURL":"https://angular.io/"},{"name":"angular-cf-signals-v17.0.2-keyed","dir":"keyed/angular-cf-signals","keyed":true,"frameworkHomeURL":"https://angular.io/"},{"name":"angular-ngfor-v17.0.2-keyed","dir":"keyed/angular-ngfor","keyed":true,"frameworkHomeURL":"https://angular.io/"},{"name":"apprun-v3.30.2-keyed","dir":"keyed/apprun","keyed":true,"issues":[801],"frameworkHomeURL":"https://apprun.js.org/"},{"name":"arrowjs-v1.0.0-alpha.9-keyed","dir":"keyed/arrowjs","keyed":true,"frameworkHomeURL":"https://www.arrow-js.com/"},{"name":"art-v1.1.0-keyed","dir":"keyed/art","keyed":true,"frameworkHomeURL":"https://github.com/sullay/Art-js"},{"name":"better-react-v1.1.3-keyed","dir":"keyed/better-react","keyed":true,"frameworkHomeURL":"https://www.npmjs.com/package/better-react"},{"name":"blazor-wasm-v8.0.0-keyed","dir":"keyed/blazor-wasm","keyed":true,"issues":[1139],"frameworkHomeURL":"https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor"},{"name":"blazor-wasm-aot-v8.0.0-keyed","dir":"keyed/blazor-wasm-aot","keyed":true,"issues":[1139],"frameworkHomeURL":"https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor"},{"name":"blockdom-v0.9.28-keyed","dir":"keyed/blockdom","keyed":true,"issues":[1261],"frameworkHomeURL":"https://github.com/ged-odoo/blockdom"},{"name":"bobril-v20.6.0-keyed","dir":"keyed/bobril","keyed":true,"frameworkHomeURL":"https://bobril.com/"},{"name":"cample-v3.2.0-beta.6-keyed","dir":"keyed/cample","keyed":true,"frameworkHomeURL":"https://camplejs.github.io"},{"name":"crank-v0.4.1-keyed","dir":"keyed/crank","keyed":true,"frameworkHomeURL":"https://crank.js.org/"},{"name":"dark-v0.25.1-keyed","dir":"keyed/dark","keyed":true,"frameworkHomeURL":"https://github.com/atellmer/dark"},{"name":"dioxus-v0.4.0-keyed","dir":"keyed/dioxus","keyed":true,"issues":[1139],"frameworkHomeURL":"https://dioxuslabs.com/"},{"name":"dlightjs-v0.10.2-keyed","dir":"keyed/dlightjs","keyed":true,"frameworkHomeURL":"https://github.com/dlight-js/dlight"},{"name":"dojo-v8.0.0-keyed","dir":"keyed/dojo","keyed":true,"issues":[1139],"frameworkHomeURL":"https://dojo.io/"},{"name":"dominator-v0.5.0-keyed","dir":"keyed/dominator","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/Pauan/rust-dominator"},{"name":"doohtml-keyed","dir":"keyed/doohtml","keyed":true,"issues":[772,1139],"frameworkHomeURL":"https://doohtml.com"},{"name":"doohtml-dom-keyed","dir":"keyed/doohtml-dom","keyed":true,"issues":[772,1139],"frameworkHomeURL":"https://doohtml.com"},{"name":"doz-v5-preview-keyed","dir":"keyed/doz","keyed":true,"issues":[800,1139],"frameworkHomeURL":"https://github.com/dozjs/doz"},{"name":"ef-js-v0.17.5-keyed","dir":"keyed/ef-js","keyed":true,"frameworkHomeURL":"https://ef.js.org/#!home"},{"name":"elm-v0.19.1-3-keyed","dir":"keyed/elm","keyed":true,"issues":[1139],"frameworkHomeURL":"https://elm-lang.org/"},{"name":"ember-v5.3.0-keyed","dir":"keyed/ember","keyed":true,"frameworkHomeURL":"https://emberjs.com/"},{"name":"fntags-v0.3.3-keyed","dir":"keyed/fntags","keyed":true,"frameworkHomeURL":"https://srfnstack.github.io/fntags/"},{"name":"fre-v2.5.5-keyed","dir":"keyed/fre","keyed":true,"frameworkHomeURL":"https:/fre.deno.dev"},{"name":"frei-hooks-v1.0.18-keyed","dir":"keyed/frei-hooks","keyed":true,"frameworkHomeURL":"https://github.com/aimwhy/frei"},{"name":"glimmer-2-v2.0.0-beta.21-keyed","dir":"keyed/glimmer-2","keyed":true,"frameworkHomeURL":"https://glimmerjs.com/"},{"name":"gyron-v0.0.16-keyed","dir":"keyed/gyron","keyed":true,"frameworkHomeURL":"https://www.npmjs.com/package/gyron"},{"name":"helix-v0.0.10-keyed","dir":"keyed/helix","keyed":true,"frameworkHomeURL":"https://github.com/thheller/shadow-cljs#readme"},{"name":"hydro-js-v1.5.14-keyed","dir":"keyed/hydro-js","keyed":true,"frameworkHomeURL":"https://github.com/Krutsch/hydro-js"},{"name":"hyperapp-v2.0.22-keyed","dir":"keyed/hyperapp","keyed":true,"frameworkHomeURL":"https://github.com/jorgebucaran/hyperapp"},{"name":"imba-v1.5.2-keyed","dir":"keyed/imba","keyed":true,"frameworkHomeURL":"https://imba.io/"},{"name":"incremental-dom-v0.7.0-keyed","dir":"keyed/incremental-dom","keyed":true,"frameworkHomeURL":"http://google.github.io/incremental-dom/"},{"name":"inferno-v8.2.2-keyed","dir":"keyed/inferno","keyed":true,"frameworkHomeURL":"https://github.com/infernojs/inferno"},{"name":"ivi-v3.0.0-keyed","dir":"keyed/ivi","keyed":true,"frameworkHomeURL":"https://github.com/localvoid/ivi"},{"name":"jotai-v17.0.1 + 1.7.2-keyed","dir":"keyed/jotai","keyed":true,"frameworkHomeURL":"https://github.com/pmndrs/jotai"},{"name":"karyon-v2.0.0-keyed","dir":"keyed/karyon","keyed":true,"issues":[801],"frameworkHomeURL":"https://karyon.dev"},{"name":"knockout-v3.5.1-keyed","dir":"keyed/knockout","keyed":true,"issues":[1139],"frameworkHomeURL":"https://knockoutjs.com/"},{"name":"ko-jsx-v0.16.1-keyed","dir":"keyed/ko-jsx","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/ryansolid/ko-jsx"},{"name":"legend-state-v18.2.0 + 2.1.1-keyed","dir":"keyed/legend-state","keyed":true,"frameworkHomeURL":"https://github.com/LegendApp/legend-state"},{"name":"leptos-v0.5.0-keyed","dir":"keyed/leptos","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/leptos-rs/leptos"},{"name":"lit-v3.0.0-keyed","dir":"keyed/lit","keyed":true,"issues":[801],"frameworkHomeURL":"https://lit.dev/"},{"name":"lit-html-v3.0.0-keyed","dir":"keyed/lit-html","keyed":true,"issues":[800,801],"frameworkHomeURL":"https://lit.dev/docs/libraries/standalone-templates/"},{"name":"lui-v1.2.3-keyed","dir":"keyed/lui","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/L3P3/lui"},{"name":"lwc-v3.0.1-keyed","dir":"keyed/lwc","keyed":true,"frameworkHomeURL":"https://lwc.dev/"},{"name":"malina-v0.7.3-keyed","dir":"keyed/malina","keyed":true,"frameworkHomeURL":"https://www.npmjs.com/package/malinajs"},{"name":"marionette-v5.0.0-alpha.2-keyed","dir":"keyed/marionette","keyed":true,"frameworkHomeURL":"https://marionettejs.com/"},{"name":"marionette-backbone-v5.0.0-alpha.2-keyed","dir":"keyed/marionette-backbone","keyed":true,"issues":[772],"frameworkHomeURL":"https://marionettejs.com/"},{"name":"marko-v5.31.12-keyed","dir":"keyed/marko","keyed":true,"frameworkHomeURL":"https://markojs.com/"},{"name":"maverick-v0.23.1-keyed","dir":"keyed/maverick","keyed":true,"frameworkHomeURL":"https://github.com/maverick-js/maverick"},{"name":"metron-v0.0.2-keyed","dir":"keyed/metron","keyed":true,"frameworkHomeURL":"https://github.com/robbiespeed/metron"},{"name":"michijs-v1.1.7-keyed","dir":"keyed/michijs","keyed":true,"frameworkHomeURL":"https://github.com/michijs/michijs"},{"name":"michijs-map-v1.1.7-keyed","dir":"keyed/michijs-map","keyed":true,"frameworkHomeURL":"https://github.com/michijs/michijs"},{"name":"million-v2.3.3-keyed","dir":"keyed/million","keyed":true,"issues":[801],"frameworkHomeURL":"https://github.com/aidenybai/million"},{"name":"mimbl-v0.10.4-keyed","dir":"keyed/mimbl","keyed":true,"frameworkHomeURL":"https://mimjs.com/"},{"name":"miso-v1.4.0-keyed","dir":"keyed/miso","keyed":true,"issues":[1139],"frameworkHomeURL":"https://haskell-miso.org/"},{"name":"misojs-v1.1.0.0-keyed","dir":"keyed/misojs","keyed":true,"issues":[1139],"frameworkHomeURL":"https://haskell-miso.org/"},{"name":"mithril-v2.2.2-keyed","dir":"keyed/mithril","keyed":true,"frameworkHomeURL":"https://mithril.js.org/"},{"name":"mobx-jsx-v0.14.0-keyed","dir":"keyed/mobx-jsx","keyed":true,"frameworkHomeURL":"https://github.com/ryansolid/mobx-jsx"},{"name":"mogwai-v0.6.5-keyed","dir":"keyed/mogwai","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/schell/mogwai"},{"name":"openui5-v1.120.0-keyed","dir":"keyed/openui5","keyed":true,"frameworkHomeURL":"https://openui5.org/"},{"name":"owl-v2.2.6-keyed","dir":"keyed/owl","keyed":true,"frameworkHomeURL":"https://odoo.github.io/owl/"},{"name":"petite-vue-v0.4.1-keyed","dir":"keyed/petite-vue","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/vuejs/petite-vue"},{"name":"plaited-v5.3.0-keyed","dir":"keyed/plaited","keyed":true,"issues":[800,772],"frameworkHomeURL":"https://github.com/plaited/plaited"},{"name":"preact-classes-v10.13.1-keyed","dir":"keyed/preact-classes","keyed":true,"frameworkHomeURL":"https://preactjs.com/"},{"name":"preact-hooks-v10.18.1-keyed","dir":"keyed/preact-hooks","keyed":true,"frameworkHomeURL":"https://preactjs.com/guide/v10/hooks"},{"name":"preact-signals-v10.18.1 + 1.2.1-keyed","dir":"keyed/preact-signals","keyed":true,"frameworkHomeURL":"https://preactjs.com/guide/v10/signals"},{"name":"qwik-v1.2.17-keyed","dir":"keyed/qwik","keyed":true,"frameworkHomeURL":"https://qwik.builder.io/"},{"name":"ractive-v1.3.6-keyed","dir":"keyed/ractive","keyed":true,"frameworkHomeURL":"https://ractive.js.org/"},{"name":"rax-v0.6.7-keyed","dir":"keyed/rax","keyed":true,"frameworkHomeURL":"https://github.com/alibaba/rax"},{"name":"react-classes-v18.2.0-keyed","dir":"keyed/react-classes","keyed":true,"frameworkHomeURL":"https://www.reactjs.org"},{"name":"react-diagon-v18.2.0 + 0.14.3-keyed","dir":"keyed/react-diagon","keyed":true,"frameworkHomeURL":"https://www.diagon.dev/"},{"name":"react-focal-v18.2.0 + 0.9.0-keyed","dir":"keyed/react-focal","keyed":true,"frameworkHomeURL":"https://github.com/grammarly/focal"},{"name":"react-hooks-v18.2.0-keyed","dir":"keyed/react-hooks","keyed":true,"frameworkHomeURL":"https://reactjs.org/"},{"name":"react-hooks-opt-v18.2.0-keyed","dir":"keyed/react-hooks-opt","keyed":true,"frameworkHomeURL":"https://reactjs.org/"},{"name":"react-hooks-use-transition-v18.2.0-keyed","dir":"keyed/react-hooks-use-transition","keyed":true,"frameworkHomeURL":"https://reactjs.org/"},{"name":"react-mlyn-v0.5.16-keyed","dir":"keyed/react-mlyn","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/vaukalak/mlyn"},{"name":"react-mobX-v18.2.0 + 6.9.0-keyed","dir":"keyed/react-mobX","keyed":true,"frameworkHomeURL":"https://mobx.js.org/"},{"name":"react-recoil-v18.2.0 + 0.7.7-keyed","dir":"keyed/react-recoil","keyed":true,"frameworkHomeURL":"https://recoiljs.org/"},{"name":"react-redux-v18.2.0 + 8.0.5-keyed","dir":"keyed/react-redux","keyed":true,"frameworkHomeURL":"https://react-redux.js.org/"},{"name":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","dir":"keyed/react-redux-hooks","keyed":true,"frameworkHomeURL":"https://react-redux.js.org/"},{"name":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","dir":"keyed/react-redux-hooks-immutable","keyed":true,"frameworkHomeURL":"https://react-redux.js.org/"},{"name":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","dir":"keyed/react-redux-rematch","keyed":true,"frameworkHomeURL":"https://rematchjs.org/"},{"name":"react-rxjs-v18.2.0 + 0.10.4-keyed","dir":"keyed/react-rxjs","keyed":true,"frameworkHomeURL":"https://react-rxjs.org/"},{"name":"react-signalis-v18.2.0 + 0.0.8-keyed","dir":"keyed/react-signalis","keyed":true,"frameworkHomeURL":"https://github.com/cafreeman/signalis"},{"name":"react-starbeam-v18.2.0 + 0.6.0-keyed","dir":"keyed/react-starbeam","keyed":true,"frameworkHomeURL":"https://www.starbeamjs.com/"},{"name":"react-tagged-state-v18.2.0 + 1.23.2-keyed","dir":"keyed/react-tagged-state","keyed":true,"frameworkHomeURL":"https://github.com/oleggrishechkin/react-tagged-state"},{"name":"react-tracked-v18.2.0 + 1.7.11-keyed","dir":"keyed/react-tracked","keyed":true,"frameworkHomeURL":"https://react-tracked.js.org/"},{"name":"react-zustand-v18.2.0 + 4.3.6-keyed","dir":"keyed/react-zustand","keyed":true,"frameworkHomeURL":"https://github.com/pmndrs/zustand"},{"name":"reagent-v0.10-keyed","dir":"keyed/reagent","keyed":true,"frameworkHomeURL":"https://reagent-project.github.io/"},{"name":"redom-v3.29.0-keyed","dir":"keyed/redom","keyed":true,"issues":[772],"frameworkHomeURL":"https://redom.js.org/"},{"name":"rendrjs-v0.1.190-keyed","dir":"keyed/rendrjs","keyed":true,"frameworkHomeURL":"https://rendrjs.com"},{"name":"rescript-react-v0.10.3-keyed","dir":"keyed/rescript-react","keyed":true,"frameworkHomeURL":"https://rescript-lang.org/"},{"name":"rezact-v1.0.15-beta.9-keyed","dir":"keyed/rezact","keyed":true,"frameworkHomeURL":"https://rezact.io/"},{"name":"riot-v7.1.0-keyed","dir":"keyed/riot","keyed":true,"issues":[1139],"frameworkHomeURL":"https://riot.js.org/"},{"name":"s2-v1.0.17-keyed","dir":"keyed/s2","keyed":true,"issues":[800],"frameworkHomeURL":"https://gr0uch.github.io/s2"},{"name":"san-composition-v3.12.2 + 1.3.0-keyed","dir":"keyed/san-composition","keyed":true,"issues":[800,1139],"frameworkHomeURL":"https://baidu.github.io/san/"},{"name":"san-store-v3.12.2 + 2.2.1-keyed","dir":"keyed/san-store","keyed":true,"issues":[800,1139],"frameworkHomeURL":"https://baidu.github.io/san/"},{"name":"sauron-v0.57.4-keyed","dir":"keyed/sauron","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/ivanceras/sauron"},{"name":"scarlets-frame-v0.34.6-keyed","dir":"keyed/scarlets-frame","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/ScarletsFiction/ScarletsFrame"},{"name":"silkenweb-v0.6.0-keyed","dir":"keyed/silkenweb","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/silkenweb/silkenweb"},{"name":"sinuous-v0.32.1-keyed","dir":"keyed/sinuous","keyed":true,"issues":[800,801],"frameworkHomeURL":"https://sinuous.netlify.app/"},{"name":"skruv-v0.6.3-keyed","dir":"keyed/skruv","keyed":true,"frameworkHomeURL":"https://skruv.io"},{"name":"solid-v1.8.0-keyed","dir":"keyed/solid","keyed":true,"frameworkHomeURL":"https://www.solidjs.com/"},{"name":"solid-store-v1.5.4-keyed","dir":"keyed/solid-store","keyed":true,"frameworkHomeURL":"https://www.solidjs.com/"},{"name":"spair-v0.0.8-keyed","dir":"keyed/spair","keyed":true,"issues":[1139],"frameworkHomeURL":"https://docs.rs/spair/latest/spair/"},{"name":"spair-qr-v0.0.8-keyed","dir":"keyed/spair-qr","keyed":true,"issues":[1139],"frameworkHomeURL":"https://docs.rs/spair/latest/spair/"},{"name":"stdweb-v0.4.17-keyed","dir":"keyed/stdweb","keyed":true,"issues":[772,1139],"frameworkHomeURL":"https://docs.rs/stdweb/latest/stdweb/"},{"name":"stencil-v4.4.1-keyed","dir":"keyed/stencil","keyed":true,"issues":[1139],"frameworkHomeURL":"https://stenciljs.com/"},{"name":"strve-v6.0.2-keyed","dir":"keyed/strve","keyed":true,"frameworkHomeURL":"https://maomincoding.github.io/strve-doc/"},{"name":"svelte-v5.0.0-next.8-keyed","dir":"keyed/svelte","keyed":true,"frameworkHomeURL":"https://svelte.dev/"},{"name":"svelte-classic-v5.0.0-next.8-keyed","dir":"keyed/svelte-classic","keyed":true,"frameworkHomeURL":"https://svelte.dev/"},{"name":"sycamore-v0.9.0-beta.2-keyed","dir":"keyed/sycamore","keyed":true,"issues":[1139],"frameworkHomeURL":"https://sycamore-rs.netlify.app/"},{"name":"udomsay-esx-v0.4.9-keyed","dir":"keyed/udomsay-esx","keyed":true,"issues":[772],"frameworkHomeURL":"https://github.com/WebReflection/udomsay"},{"name":"udomsay-tpl-v0.4.9-keyed","dir":"keyed/udomsay-tpl","keyed":true,"issues":[772,1139],"frameworkHomeURL":"https://github.com/WebReflection/udomsay"},{"name":"uhtml-v4.0.0-keyed","dir":"keyed/uhtml","keyed":true,"issues":[772],"frameworkHomeURL":"https://github.com/WebReflection/uhtml"},{"name":"ui5-webcomponents-v1.3.1-keyed","dir":"keyed/ui5-webcomponents","keyed":true,"issues":[1139],"frameworkHomeURL":"https://sap.github.io/ui5-webcomponents/"},{"name":"unis-v1.2.2-keyed","dir":"keyed/unis","keyed":true,"frameworkHomeURL":"https://www.github.com/anuoua/unis"},{"name":"valtio-v18.2.0 + 1.10.3-keyed","dir":"keyed/valtio","keyed":true,"frameworkHomeURL":"https://valtio.pmnd.rs/"},{"name":"vanillajs-keyed","dir":"keyed/vanillajs","keyed":true,"issues":[772],"frameworkHomeURL":""},{"name":"vanillajs-1-keyed","dir":"keyed/vanillajs-1","keyed":true,"issues":[772],"frameworkHomeURL":""},{"name":"vanillajs-wc-keyed","dir":"keyed/vanillajs-wc","keyed":true,"issues":[772],"frameworkHomeURL":""},{"name":"vanjs-v1.1.0-keyed","dir":"keyed/vanjs","keyed":true,"issues":[772],"frameworkHomeURL":""},{"name":"voby-v0.48.0-keyed","dir":"keyed/voby","keyed":true,"issues":[1139],"frameworkHomeURL":"https://github.com/vobyjs/voby"},{"name":"vue-v3.3.6-keyed","dir":"keyed/vue","keyed":true,"frameworkHomeURL":"https://vue.js.org/"},{"name":"vue-pinia-v3.3.4 + 2.1.7-keyed","dir":"keyed/vue-pinia","keyed":true,"frameworkHomeURL":"https://vue.js.org/"},{"name":"vuerx-jsx-v0.2.0-keyed","dir":"keyed/vuerx-jsx","keyed":true,"frameworkHomeURL":"https://github.com/ryansolid/vuerx-jsx"},{"name":"wasm-bindgen-v0.2.84-keyed","dir":"keyed/wasm-bindgen","keyed":true,"issues":[772,1139],"frameworkHomeURL":"https://rustwasm.github.io/docs/wasm-bindgen/"},{"name":"whatsup-v2.6.0-keyed","dir":"keyed/whatsup","keyed":true,"frameworkHomeURL":"https://github.com/whatsup/whatsup"},{"name":"yew-v0.21.0-keyed","dir":"keyed/yew","keyed":true,"issues":[1139],"frameworkHomeURL":"https://yew.rs/"},{"name":"yew-hooks-v0.21.0-keyed","dir":"keyed/yew-hooks","keyed":true,"issues":[1139],"frameworkHomeURL":"https://yew.rs/"},{"name":"alins-v0.0.34-non-keyed","dir":"non-keyed/alins","keyed":false,"frameworkHomeURL":""},{"name":"apprun-v3.30.2-non-keyed","dir":"non-keyed/apprun","keyed":false,"issues":[772],"frameworkHomeURL":"https://apprun.js.org/"},{"name":"arrowjs-v1.0.0-alpha.9-non-keyed","dir":"non-keyed/arrowjs","keyed":false,"frameworkHomeURL":"https://www.arrow-js.com/"},{"name":"art-v0.1.7-non-keyed","dir":"non-keyed/art","keyed":false,"frameworkHomeURL":"https://github.com/sullay/Art-js"},{"name":"aurelia-v1.3.0-non-keyed","dir":"non-keyed/aurelia","keyed":false,"issues":[1139],"frameworkHomeURL":"https://aurelia.io/"},{"name":"bau-v0.39.0-non-keyed","dir":"non-keyed/bau","keyed":false,"frameworkHomeURL":"https://github.com/grucloud/bau"},{"name":"binding.scala-v10.0.1-non-keyed","dir":"non-keyed/binding.scala","keyed":false,"frameworkHomeURL":"https://github.com/ThoughtWorksInc/Binding.scala"},{"name":"cyclejs-dom-v20.4.0-non-keyed","dir":"non-keyed/cyclejs-dom","keyed":false,"frameworkHomeURL":""},{"name":"cydon-v0.1.7-non-keyed","dir":"non-keyed/cydon","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/0-v-0/cydon"},{"name":"delorean-v0.1.0-non-keyed","dir":"non-keyed/delorean","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/delorean-rs/delorean"},{"name":"dlightjs-v0.10.2-non-keyed","dir":"non-keyed/dlightjs","keyed":false,"frameworkHomeURL":"https://github.com/dlight-js/dlight"},{"name":"doz-v4.0.3-non-keyed","dir":"non-keyed/doz","keyed":false,"issues":[800,1139],"frameworkHomeURL":"https://github.com/dozjs/doz"},{"name":"ef-js-v0.17.5-non-keyed","dir":"non-keyed/ef-js","keyed":false,"frameworkHomeURL":"https://ef.js.org/#!home"},{"name":"elm-v0.19.1-3-non-keyed","dir":"non-keyed/elm","keyed":false,"issues":[1139],"frameworkHomeURL":"https://elm-lang.org/"},{"name":"fast-v2.0.0-beta.26-non-keyed","dir":"non-keyed/fast","keyed":false,"frameworkHomeURL":"https://www.fast.design/"},{"name":"frei-hooks-v1.0.18-non-keyed","dir":"non-keyed/frei-hooks","keyed":false,"frameworkHomeURL":"https://github.com/aimwhy/frei"},{"name":"gyron-v0.0.16-non-keyed","dir":"non-keyed/gyron","keyed":false,"frameworkHomeURL":"https://www.npmjs.com/package/gyron"},{"name":"halogen-v7.0.0-non-keyed","dir":"non-keyed/halogen","keyed":false,"frameworkHomeURL":"https://github.com/purescript-halogen/purescript-halogen"},{"name":"hydro-js-v1.5.14-non-keyed","dir":"non-keyed/hydro-js","keyed":false,"frameworkHomeURL":"https://github.com/Krutsch/hydro-js"},{"name":"imba-v1.5.2-non-keyed","dir":"non-keyed/imba","keyed":false,"frameworkHomeURL":"https://imba.io/"},{"name":"incr_dom-v0.15.0-non-keyed","dir":"non-keyed/incr_dom","keyed":false,"frameworkHomeURL":"https://opensource.janestreet.com/incr_dom/"},{"name":"inferno-v8.2.2-non-keyed","dir":"non-keyed/inferno","keyed":false,"frameworkHomeURL":"https://github.com/infernojs/inferno"},{"name":"kobold-v0.9.1-non-keyed","dir":"non-keyed/kobold","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/maciejhirsz/kobold"},{"name":"korvin-v0.2.1-non-keyed","dir":"non-keyed/korvin","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/Niedzwiedzw/korvin"},{"name":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","dir":"non-keyed/legend-state-optimized","keyed":false,"frameworkHomeURL":"https://github.com/LegendApp/legend-state"},{"name":"lit-v3.0.0-non-keyed","dir":"non-keyed/lit","keyed":false,"frameworkHomeURL":"https://lit.dev/"},{"name":"lit-html-v3.0.0-non-keyed","dir":"non-keyed/lit-html","keyed":false,"issues":[800],"frameworkHomeURL":"https://lit.dev/docs/libraries/standalone-templates/"},{"name":"literaljs-v7.0.2-non-keyed","dir":"non-keyed/literaljs","keyed":false,"frameworkHomeURL":"https://literaljs.com/"},{"name":"maquette-v3.3.0-non-keyed","dir":"non-keyed/maquette","keyed":false,"frameworkHomeURL":"https://maquettejs.org/"},{"name":"mikado-v0.7.64-non-keyed","dir":"non-keyed/mikado","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/nextapps-de/mikado/"},{"name":"mimbl-v0.10.4-non-keyed","dir":"non-keyed/mimbl","keyed":false,"frameworkHomeURL":"https://mimjs.com/"},{"name":"miso-v1.4.0-non-keyed","dir":"non-keyed/miso","keyed":false,"issues":[1139],"frameworkHomeURL":"https://haskell-miso.org/"},{"name":"mogwai-v0.6.5-non-keyed","dir":"non-keyed/mogwai","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/schell/mogwai"},{"name":"mutraction-v0.24.0-non-keyed","dir":"non-keyed/mutraction","keyed":false,"frameworkHomeURL":"https://mutraction.dev/"},{"name":"petite-vue-v0.4.1-non-keyed","dir":"non-keyed/petite-vue","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/vuejs/petite-vue"},{"name":"quel-v0.9.51-non-keyed","dir":"non-keyed/quel","keyed":false,"frameworkHomeURL":"https://github.com/mogera551/quel"},{"name":"ractive-v1.3.6-non-keyed","dir":"non-keyed/ractive","keyed":false,"frameworkHomeURL":"https://ractive.js.org/"},{"name":"react-classes-v18.2.0-non-keyed","dir":"non-keyed/react-classes","keyed":false,"frameworkHomeURL":"https://www.reactjs.org"},{"name":"redom-v3.29.0-non-keyed","dir":"non-keyed/redom","keyed":false,"issues":[772],"frameworkHomeURL":"https://redom.js.org/"},{"name":"reflex-dom-v0.4-non-keyed","dir":"non-keyed/reflex-dom","keyed":false,"frameworkHomeURL":"https://reflex-frp.org/"},{"name":"riot-v7.1.0-non-keyed","dir":"non-keyed/riot","keyed":false,"frameworkHomeURL":"https://riot.js.org/"},{"name":"san-v3.12.2-non-keyed","dir":"non-keyed/san","keyed":false,"issues":[800,1139],"frameworkHomeURL":"https://baidu.github.io/san/"},{"name":"scarlets-frame-v0.34.6-non-keyed","dir":"non-keyed/scarlets-frame","keyed":false,"issues":[800,1139],"frameworkHomeURL":"https://github.com/ScarletsFiction/ScarletsFrame"},{"name":"seed-v0.8.0-non-keyed","dir":"non-keyed/seed","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/seed-rs/seed"},{"name":"slim-js-v5.0.8-non-keyed","dir":"non-keyed/slim-js","keyed":false,"issues":[1139],"frameworkHomeURL":"https://slimjs.com/#/welcome"},{"name":"slingjs-v18.1.0-non-keyed","dir":"non-keyed/slingjs","keyed":false,"frameworkHomeURL":"https://github.com/puckowski/Sling.js"},{"name":"sprae-v8.0.1-non-keyed","dir":"non-keyed/sprae","keyed":false,"frameworkHomeURL":"https://github.com/dy/sprae"},{"name":"stdweb-v0.4.17-non-keyed","dir":"non-keyed/stdweb","keyed":false,"issues":[772,1139],"frameworkHomeURL":"https://docs.rs/stdweb/latest/stdweb/"},{"name":"strve-v5.6.2-non-keyed","dir":"non-keyed/strve","keyed":false,"frameworkHomeURL":"https://maomincoding.github.io/strve-doc/"},{"name":"svelte-classic-v5.0.0-next.8-non-keyed","dir":"non-keyed/svelte-classic","keyed":false,"frameworkHomeURL":"https://svelte.dev/"},{"name":"udomsay-esx-v0.4.9-non-keyed","dir":"non-keyed/udomsay-esx","keyed":false,"issues":[772],"frameworkHomeURL":"https://github.com/WebReflection/udomsay"},{"name":"uhtml-v4.0.0-non-keyed","dir":"non-keyed/uhtml","keyed":false,"issues":[801],"frameworkHomeURL":"https://github.com/WebReflection/uhtml"},{"name":"ui5-webcomponents-v1.3.1-non-keyed","dir":"non-keyed/ui5-webcomponents","keyed":false,"issues":[1139],"frameworkHomeURL":"https://sap.github.io/ui5-webcomponents/"},{"name":"vanillajs-non-keyed","dir":"non-keyed/vanillajs","keyed":false,"issues":[772],"frameworkHomeURL":""},{"name":"vanillajs-1-non-keyed","dir":"non-keyed/vanillajs-1","keyed":false,"issues":[772],"frameworkHomeURL":""},{"name":"voby-v0.48.0-non-keyed","dir":"non-keyed/voby","keyed":false,"issues":[1139],"frameworkHomeURL":"https://github.com/vobyjs/voby"},{"name":"vue-v3.3.6-non-keyed","dir":"non-keyed/vue","keyed":false,"frameworkHomeURL":"https://vue.js.org/"}]; -export const benchmarks = [{"id":"01_run1k","label":"create rows","description":"creating 1,000 rows (5 warmup runs).","type":0},{"id":"02_replace1k","label":"replace all rows","description":"updating all 1,000 rows (5 warmup runs).","type":0},{"id":"03_update10th1k_x16","label":"partial update","description":"updating every 10th row for 1,000 rows (3 warmup runs). 4 x CPU slowdown.","type":0},{"id":"04_select1k","label":"select row","description":"highlighting a selected row. (5 warmup runs). 4 x CPU slowdown.","type":0},{"id":"05_swap1k","label":"swap rows","description":"swap 2 rows for table with 1,000 rows. (5 warmup runs). 4 x CPU slowdown.","type":0},{"id":"06_remove-one-1k","label":"remove row","description":"removing one row. (5 warmup runs). 2 x CPU slowdown.","type":0},{"id":"07_create10k","label":"create many rows","description":"creating 10,000 rows. (5 warmup runs with 1k rows).","type":0},{"id":"08_create1k-after1k_x2","label":"append rows to large table","description":"appending 1,000 to a table of 1,000 rows.","type":0},{"id":"09_clear1k_x8","label":"clear rows","description":"clearing a table with 1,000 rows. 4 x CPU slowdown. (5 warmup runs).","type":0},{"id":"21_ready-memory","label":"ready memory","description":"Memory usage after page load.","type":1},{"id":"22_run-memory","label":"run memory","description":"Memory usage after adding 1,000 rows.","type":1},{"id":"23_update5-memory","label":"update every 10th row for 1k rows (5 cycles)","description":"Memory usage after clicking update every 10th row 5 times","type":1},{"id":"25_run-clear-memory","label":"creating/clearing 1k rows (5 cycles)","description":"Memory usage after creating and clearing 1000 rows 5 times","type":1},{"id":"26_run-10k-memory","label":"run memory 10k","description":"Memory usage after adding 10,000 rows.","type":1},{"id":"31_startup-ci","label":"consistently interactive","description":"a pessimistic TTI - when the CPU and network are both definitely very idle. (no more CPU tasks over 50ms)","type":3},{"id":"32_startup-bt","label":"script bootup time","description":"the total ms required to parse/compile/evaluate all the page's scripts","type":3},{"id":"33_startup-mainthreadcost","label":"main thread work cost","description":"total amount of time spent doing work on the main thread. includes style/layout/etc.","type":3},{"id":"34_startup-totalbytes","label":"total kilobyte weight","description":"network transfer cost (post-compression) of all the resources loaded into the page.","type":3},{"id":"41_size-uncompressed","label":"uncompressed size","description":"uncompressed size of all implementation files (excluding /css and http headers)","type":5},{"id":"42_size-compressed","label":"compressed size","description":"brotli compressed size of all implementation files (excluding /css and http headers)","type":5},{"id":"43_first-paint","label":"first paint","description":"first paint","type":5},{"id":"44_first-contentful-paint","label":"first contentful paint","description":"first contentful paint","type":5}]; +export const benchmarks = [{"id":"01_run1k","label":"create rows","description":"creating 1,000 rows (5 warmup runs).","type":0},{"id":"02_replace1k","label":"replace all rows","description":"updating all 1,000 rows (5 warmup runs).","type":0},{"id":"03_update10th1k_x16","label":"partial update","description":"updating every 10th row for 1,000 rows (3 warmup runs). 4 x CPU slowdown.","type":0},{"id":"04_select1k","label":"select row","description":"highlighting a selected row. (5 warmup runs). 4 x CPU slowdown.","type":0},{"id":"05_swap1k","label":"swap rows","description":"swap 2 rows for table with 1,000 rows. (5 warmup runs). 4 x CPU slowdown.","type":0},{"id":"06_remove-one-1k","label":"remove row","description":"removing one row. (5 warmup runs). 2 x CPU slowdown.","type":0},{"id":"07_create10k","label":"create many rows","description":"creating 10,000 rows. (5 warmup runs with 1k rows).","type":0},{"id":"08_create1k-after1k_x2","label":"append rows to large table","description":"appending 1,000 to a table of 1,000 rows.","type":0},{"id":"09_clear1k_x8","label":"clear rows","description":"clearing a table with 1,000 rows. 4 x CPU slowdown. (5 warmup runs).","type":0},{"id":"21_ready-memory","label":"ready memory","description":"Memory usage after page load.","type":1},{"id":"22_run-memory","label":"run memory","description":"Memory usage after adding 1,000 rows.","type":1},{"id":"23_update5-memory","label":"update every 10th row for 1k rows (5 cycles)","description":"Memory usage after clicking update every 10th row 5 times","type":1},{"id":"25_run-clear-memory","label":"creating/clearing 1k rows (5 cycles)","description":"Memory usage after creating and clearing 1000 rows 5 times","type":1},{"id":"26_run-10k-memory","label":"run memory 10k","description":"Memory usage after adding 10,000 rows.","type":1},{"id":"31_startup-ci","label":"consistently interactive","description":"a pessimistic TTI - when the CPU and network are both definitely very idle. (no more CPU tasks over 50ms)","type":3},{"id":"32_startup-bt","label":"script bootup time","description":"the total ms required to parse/compile/evaluate all the page's scripts","type":3},{"id":"33_startup-mainthreadcost","label":"main thread work cost","description":"total amount of time spent doing work on the main thread. includes style/layout/etc.","type":3},{"id":"34_startup-totalbytes","label":"total kilobyte weight","description":"network transfer cost (post-compression) of all the resources loaded into the page.","type":3},{"id":"41_size-uncompressed","label":"uncompressed size","description":"uncompressed size of all implementation files (excluding /css and http headers)","type":5},{"id":"42_size-compressed","label":"compressed size","description":"brotli compressed size of all implementation files (excluding /css and http headers)","type":5},{"id":"43_first-paint","label":"first paint","description":"first paint","type":5}]; diff --git a/webdriver-ts/results.json b/webdriver-ts/results.json index 29a4ef766..15039687f 100644 --- a/webdriver-ts/results.json +++ b/webdriver-ts/results.json @@ -1 +1 @@ -[{"framework":"alpine-v3.12.0-keyed","benchmark":"01_run1k","values":{"total":[104.047,101.997,102.255,102.722,101.149,101.524,103.906,107.639,103.647,102.186,102.154,102.955,102.321,102.454,102.612],"script":[65.021,61.895,62.444,62.154,61.42,62.233,62.699,63.549,62.513,62.436,61.358,62.871,62.248,62.318,62.695],"paint":[38.445,39.59,39.297,39.825,39.215,38.809,40.526,43.591,40.395,38.974,40.272,39.53,39.524,39.416,39.367]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"02_replace1k","values":{"total":[111.062,108.879,108.093,115.503,108.002,116.667,109.952,107.908,123.716,108.724,112.275,108.002,108.214,106.663,111.499],"script":[72.688,72.898,72.177,74.066,71.702,73.91,72.193,71.874,82.867,72.652,72.737,72.832,71.912,71.327,72.254],"paint":[37.662,35.405,35.376,40.669,35.503,42.022,37.169,35.212,40.079,35.298,39.014,34.611,35.495,34.83,38.501]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.954,24.355,24.541,23.601,23.279,24.372,22.789,23.434,23.561,23.86,24.174,23.719,23.252,23.412,22.939],"script":[4.723,5.266,5.429,4.993,4.869,4.656,4.333,4.714,4.388,4.689,5.11,5.068,4.058,4.93,4.695],"paint":[17.356,16.69,17.164,17.305,16.995,17.803,17.239,17.093,17.971,17.139,17.328,16.553,18.144,16.482,16.278]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"04_select1k","values":{"total":[36.384,37.958,35.623,33.852,29.984,37.757,36.92,32.546,33.789,34.968,34.652,33.173,33.827,33.885,31.357,30.081,33.973,33.858,34.575,33.133,33.696,33.951,35.242,38.425,34.122],"script":[30.413,31.347,30.862,29.415,26.711,31.023,30.195,28.956,29.962,30.685,28.592,30.117,30.364,30.269,27.844,26.195,29.259,29.971,30.269,29.82,29.477,29.794,31.531,30.938,29.648],"paint":[4.339,5.493,3.167,3.075,2.987,5.818,5.634,3.016,2.805,2.536,5.237,1.918,2.393,3.001,2.584,2.838,3.57,2.725,3.186,2.367,3.019,2.968,2.581,6.271,2.647]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"05_swap1k","values":{"total":[35.605,34.551,35.325,37.019,35.432,34.233,34.613,34.034,33.883,34.34,35.204,34.079,35.116,35.84,35.156],"script":[11.921,11.797,12.119,12.073,11.877,11.766,12.218,11.322,11.468,11.709,11.539,11.362,11.887,11.893,11.674],"paint":[22.208,20.972,21.416,22.871,21.776,20.817,20.338,19.769,20.408,19.883,22.022,20.648,20.903,21.644,21.307]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.563,25.021,25.035,25.649,25.239,24.226,25.204,25.585,25.6,25.279,26.281,25.812,24.878,25.781,25.447],"script":[7.074,7.145,7.102,6.984,7.264,7.155,7.005,7.167,7.176,7.174,7.294,7.415,6.878,7.248,7.034],"paint":[16.634,17.133,16.484,17.75,17.106,16.032,16.892,17.297,16.93,17.243,17.511,16.843,17.224,16.65,17.282]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"07_create10k","values":{"total":[981.746,980.921,975.441,983.733,973.112,968.796,978.642,986.629,996.69,962.796,982.639,1065.054,993.949,1009.622,978.502],"script":[589.965,587.892,585.607,593.364,584.112,575.88,591.894,590.832,591.339,573.99,579.033,623.161,587.464,599.112,573.673],"paint":[383.762,384.593,382.061,382.418,381.29,384.281,378.926,387.917,397.511,381.165,395.384,433.462,398.337,402.17,396.556]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[102.379,108.492,106.206,104.397,104.835,103.359,102.289,104.904,103.584,102.199,106.084,105.16,104.672,104.998,107.227],"script":[61.706,62.873,61.284,61.033,62.324,60.908,60.561,61.761,61.577,61.321,63.436,63.114,63.356,63.487,64.747],"paint":[39.647,44.556,43.846,42.06,41.437,41.378,40.752,42.227,40.964,39.901,41.246,40.998,40.283,40.503,41.389]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[55.571,51.358,56.52,56.432,53.293,55.455,50.203,49.8,55.063,53.168,52.772,52.209,55.442,49.735,53.764],"script":[53.357,48.684,53.46,53.74,50.409,52.801,47.593,47.273,52.558,50.375,50.103,49.248,53.398,47.239,51.436],"paint":[2.079,1.089,2.893,2.546,2.387,2.334,1.401,1.638,2.351,1.453,1.331,2.39,1.887,2.364,2.221]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.649439811706543]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[14.129364013671875]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[14.23874282836914]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4968852996826172]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[130.7762575149536]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.685]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.764000000000001]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.192]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.0498046875]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.7734375]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.576171875]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[91.7]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[91.7]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"01_run1k","values":{"total":[54.005,55.577,55.424,55.97,56.349,55.81,53.239,54.691,53.79,54.193,52.584,55.96,56.019,54.634,55.119],"script":[17.879,18.968,18.696,17.936,19.069,18.918,17.904,19.007,17.934,18.836,17.476,17.944,18.677,18.608,19.12],"paint":[35.635,36.036,35.993,37.506,36.542,36.195,34.888,35.216,35.367,34.879,34.63,37.357,36.649,35.564,35.251]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"02_replace1k","values":{"total":[66.606,66.052,65.033,64.974,65.375,64.299,61.341,65.113,63.601,65.19,64.97,63.808,62.159,67.195,66.601],"script":[30.545,33.34,30.78,30.519,31.549,30.467,27.952,30.609,30.03,30.654,31.184,30.611,28.215,30.439,31.966],"paint":[35.626,32.245,33.48,33.954,33.409,33.344,32.945,34.032,33.122,33.827,33.344,32.714,33.165,36.292,34.176]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.801,30.388,28.566,29.835,29.65,28.598,29.001,28.718,29.552,29.772,29.067,29.839,28.802,29.871,29.568],"script":[10.511,11.243,10.176,11.247,10.792,11.395,10.98,10.547,11.303,11.058,10.875,10.939,11.032,11.135,10.967],"paint":[16.805,16.922,16.008,16.708,17.662,15.308,16.037,16.732,15.867,17.251,16.685,15.634,16.601,16.804,16.79]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"04_select1k","values":{"total":[11.699,12.296,12.392,11.45,11.665,11.975,11.407,12.495,12.072,12.317,12.384,12.472,11.792,12.605,11.578,12.355,11.744,10.974,13.023,12.893,11.793,12.642,12.184,11.795,12.234],"script":[8.762,8.886,8.835,8.626,9.026,9.318,8.334,9.165,8.982,9.387,9.049,9.246,9.047,9.094,8.659,9.171,8.444,8.167,9.221,9.729,8.85,9.771,8.612,8.641,9.204],"paint":[1.992,2.758,2.651,1.887,1.631,1.487,2.4,2.207,1.303,1.689,2.08,2.167,1.781,2.203,2.731,1.564,2.661,2.665,2.226,2.284,1.763,2.623,3.053,2.148,2.826]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"05_swap1k","values":{"total":[31.55,32.65,30.722,31.571,32.493,31.318,31.053,31.865,31.348,32.231,31.403,32.722,31.342,32.089,30.436],"script":[9.411,9.24,9.691,9.526,9.547,9.15,9.189,9.839,9.426,9.287,9.293,10.059,9.449,9.443,8.832],"paint":[19.636,20.858,19.352,21.319,20.846,20.276,20.071,20.075,19.987,21.221,19.771,20.629,19.392,19.809,19.086]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[110.834,107.115,108.33,106.426,108.03,105.26,107.51,111.491,105.938,112.57,105.448,108.237,107.017,105.857,107.793],"script":[36.876,35.95,36.651,34.915,36.488,35.015,35.675,38.689,35.551,36.352,35.146,36.029,35.097,35.406,35.571],"paint":[72.635,69.607,70.38,69.666,70.166,68.924,70.273,71.469,69.139,74.89,69.011,70.914,70.599,69.152,70.721]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"07_create10k","values":{"total":[630.881,620.478,658.242,627.191,642.761,634.613,646.442,640.927,643.418,637.634,641.338,634.604,645.092,627.549,646.696],"script":[234.544,230.848,241.594,234.01,243.548,240.743,236.634,237.356,235.819,241.135,240.089,241.743,236.958,230.93,242.447],"paint":[388.693,382.197,408.712,385.356,391.413,386.044,402.059,395.834,399.956,387.961,392.86,385.107,400.764,389.218,396.769]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.187,59.598,58.415,57.822,60.296,60.757,58.623,60.302,61.107,60.355,60.415,60.768,60.401,61.044,61.11],"script":[20.482,20.692,20.006,19.922,22.099,21.729,20.328,21.658,21.7,21.541,22.071,22.392,21.644,22.017,21.292],"paint":[37.724,37.98,37.561,37.049,37.021,37.702,37.38,37.69,38.339,37.887,37.458,37.426,37.461,37.801,38.862]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.412,19.863,19.606,18.266,17.828,17.82,18.356,19.915,18.654,19.422,18.129,19.336,18.41,17.978,19.386],"script":[16.513,17.106,17.384,15.882,15.692,15.683,16.15,17.289,16.482,17.06,16.537,16.4,16.5,16.056,16.581],"paint":[1.793,1.248,1.543,2.271,0.77,1.219,1.26,2.481,2.035,1.192,1.498,2.775,1.467,1.12,1.949]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.46500682830810547]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.815178871154785]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.618074417114258]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.79606819152832]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[49.95676612854004]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.5149999999999]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.619999999999997]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[135.68800000000005]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[142.1376953125]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[257.1123046875]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[73.4833984375]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[51.3]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[51.3]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.863,44.455,44.688,44.459,44.432,44.559,45.645,44.153,43.445,44.358,45.029,43.618,43.966,44.592,46.559],"script":[8.151,7.398,8.325,7.62,7.684,7.701,8.616,7.487,7.447,7.609,7.851,7.621,7.594,7.514,8.848],"paint":[35.987,36.639,35.924,36.386,36.208,36.43,36.578,36.153,35.519,36.293,36.696,35.535,35.916,36.596,37.204]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[51.858,49.733,49.648,48.948,50.925,50.638,49.655,50.712,49.661,48.656,49.541,50.009,50.415,51.665,50.211],"script":[15.054,14.852,14.675,14.366,15.743,15.145,14.849,14.441,14.348,14.41,14.467,14.62,15.664,15.729,15.318],"paint":[36.242,34.414,34.529,34.121,34.721,35.05,34.324,35.836,34.867,33.767,34.631,34.943,34.307,35.443,34.447]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.357,18.627,19.232,19.082,19.609,19.033,20.201,18.793,19.079,19.034,19.724,19.002,19.692,19.718,19.056],"script":[2.519,1.362,1.863,1.66,1.868,2.071,1.759,2.052,2.103,1.369,2.036,1.897,2.268,2.491,1.353],"paint":[16.237,15.654,16.023,15.616,16.311,15.203,16.458,15.101,15.139,16.127,15.985,16.044,15.55,15.558,16.407]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[4.838,3.918,4.773,5.349,4.178,4.114,4.932,4.444,4.193,3.929,4.062,4.623,4.183,5.069,4.42,4.31,4.521,4.355,3.894,4.512,4,4.374,4.251,4.295,4.019],"script":[1.544,1.245,1.11,1.28,1.101,1.225,1.813,1.544,1.494,1.347,1.178,1.556,1.816,1.859,1.128,1.458,1.143,1.785,1.401,1.654,1.105,0.879,1.37,1.252,0.864],"paint":[3.181,2.567,2.574,2.993,2.577,1.98,2.303,2.776,2.584,1.93,2.778,2.302,2.145,3.068,2.697,2.443,2.296,1.785,1.696,2.749,1.974,3.398,2.222,2.764,2.859]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[23.375,23.685,22.87,22.452,24.326,22.685,23.334,23.389,22.798,22.915,23.072,23.029,22.783,22.675,22.396],"script":[1.852,1.397,1.712,1.108,1.813,1.628,1.723,1.936,0.952,1.332,1.538,1.323,1.182,1.852,2.031],"paint":[18.914,19.194,19.259,20.483,20.398,19.276,20.452,19.017,20.782,19.576,19.624,19.673,20.265,19.327,18.98]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.377,18.246,18.429,17.852,18.942,18.693,18.766,18.706,17.908,17.603,17.929,18.04,18.226,18.062,18.828],"script":[1.328,1.284,1.362,1.037,1.036,1.044,1.318,1.028,1.028,1.01,0.999,1.057,0.734,1.04,1.102],"paint":[16.889,15.782,16.286,16.096,17.257,16.784,16.792,16.622,16.19,15.934,16.286,16.253,16.677,16.399,16.683]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[482.389,478.231,474.036,472.106,479.339,479.199,479.637,479.448,478.779,475.451,475.182,480,475.846,482.061,472.07],"script":[96.556,101.306,95.856,100.686,100.656,99.213,97.906,101.185,100.008,97.688,101.142,100.739,96.4,100.325,99.385],"paint":[377.648,369.522,370.694,363.841,371.102,372.401,374.035,370.63,371.176,370.233,366.499,371.405,371.639,374.054,365.202]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.085,45.716,46.696,45.798,47.138,49.233,46.231,44.871,45.529,47.84,45.459,44.677,45.29,45.614,45.405],"script":[6.634,6.731,6.829,6.646,6.61,7.025,6.561,6.702,6.484,6.671,6.497,6.619,6.762,6.489,6.545],"paint":[38.566,38.098,38.542,38.269,39.532,40.988,38.755,37.35,38.118,40.176,38.144,37.251,37.584,38.307,38.034]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.206,25.497,26.354,26.923,27.629,28.297,26.382,25.359,26.818,26.715,27.179,25.083,26.146,25.821,26.558],"script":[23.735,22.958,23.95,24.853,25.432,25.848,24.634,22.963,24.612,24.313,24.671,22.852,23.823,23.934,24.663],"paint":[1.673,1.944,1.958,1.331,2.074,2.332,1.605,1.809,2.09,2.035,1.489,2.135,2.223,1.787,1.802]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.3963022232055664]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.857370376586914]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.03373908996582]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.1534194946289062]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.83804702758789]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2629.3064999999997]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[89.98000000000002]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[216.18400000000005]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[276.3193359375]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[137.7392578125]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[42.990234375]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[216.8]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[216.8]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[45.398,47.476,45.371,46.423,46.509,46.14,46.913,45.564,46.386,49.674,45.559,44.199,45.235,44.935,46.162],"script":[7.258,7.213,6.812,6.755,7.561,8.132,7.296,7.705,7.25,8.152,7.584,6.681,7.625,7.229,7.166],"paint":[37.655,39.744,37.799,38.983,38.444,37.559,39.11,37.385,38.575,40.932,37.449,36.817,37.11,37.204,38.334]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[47.847,47.079,47.037,46.483,47.072,47.689,46.734,47.335,46.311,46.433,46.799,48.728,45.893,48.337,46.815],"script":[13.061,13.088,12.485,12.088,12.082,12.086,12.33,12.679,11.819,12.046,12.18,12.558,12.031,11.957,12.182],"paint":[34.288,33.565,34.085,33.963,34.518,35.129,33.69,34.208,34.025,33.959,34.148,35.707,33.403,35.667,34.204]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.798,19.03,19.561,19.63,18.528,18.948,19.709,19.381,19.919,19.807,19.052,21.978,19.006,19.466,19.307],"script":[2.25,2.119,1.324,1.807,1.578,1.996,1.085,2.484,2.156,2.133,1.241,2.369,2.066,2.124,2.461],"paint":[15.899,14.496,15.887,15.66,14.818,15.393,16.683,15.507,16.114,16.038,15.564,17.897,14.512,15.739,15.595]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[5.871,4.306,4.122,5.131,4.352,4.111,4.085,4.932,4.629,4.384,3.832,3.822,4.345,4.519,4.056,5.234,4.36,4.639,4.59,4.991,4.001,4.508,4.19,4.594,5.245],"script":[2.066,0.939,1.515,2.206,1.752,1.353,1.74,2.064,1.171,1.759,1.371,1.256,1.339,1.006,0.969,1.868,1.522,1.808,1.431,1.833,1.271,1.541,1.294,1.724,1.722],"paint":[2.784,3.243,2.476,2.771,1.585,2.224,2.247,2.266,2.357,1.939,2.214,2.47,2.857,3.381,2.263,2.808,2.748,2.701,1.571,2.389,2.052,2.098,2.781,1.989,3.233]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[23.234,23.939,21.894,22.964,21.934,23.478,22.46,22.808,23.569,22.37,22.661,21.972,23.9,23.25,23.035],"script":[1.87,1.585,2.086,1.829,1.691,2.09,1.554,1.412,1.353,1.554,1.828,1.041,1.615,1.969,2.105],"paint":[19.038,19.504,18.137,18.951,19.212,19.997,18.484,19.051,20.246,19.335,19.457,19.589,20.389,19.737,19.501]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.897,18.524,17.68,17.819,17.56,18.204,17.751,17.66,17.711,18.53,18.37,18.075,17.735,18.794,19.015],"script":[1.131,1.127,0.757,0.796,0.72,0.919,1.097,1.108,0.766,0.785,1.068,0.906,1.02,0.991,1.151],"paint":[16.811,16.146,16.24,16.232,16.143,16.05,15.948,15.659,16.234,16.592,16.403,15.888,15.924,16.591,16.739]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[481.175,473.023,474.643,477.023,471.545,471.32,476.396,474.856,470.51,478.762,469.249,477.109,474.049,481.684,475.119],"script":[92.653,90.734,93.405,90.522,90.405,91.479,90.152,89.966,91.578,92.293,95.492,91.244,91.566,93.593,91.793],"paint":[380.723,374.518,373.613,378.996,373.407,372.317,378.403,377.304,371.443,378.658,366.179,378.236,374.984,380.559,375.758]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.131,44.415,44.122,48.641,46.273,44.265,44.761,44.42,46.718,47.112,46.98,44.619,47.565,44.657,46.733],"script":[5.943,6.081,5.872,6.114,5.994,6.078,5.925,5.916,6.1,6.011,6.135,5.956,5.953,6.231,5.963],"paint":[37.274,37.474,37.346,41.599,39.292,37.381,38.028,37.704,39.618,39.781,39.855,37.823,40.64,37.595,39.834]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[22.835,21.832,23.037,22.619,24.147,22.493,23.905,22.206,22.448,23.363,24.582,21.607,21.748,23.571,22.524],"script":[20.205,19.598,20.002,19.463,22.249,20.021,21.005,20.618,20.282,20.793,22.118,18.938,19.54,20.975,20.373],"paint":[1.544,2.12,2.406,2.06,1.758,2.354,2.1,1.132,2.041,1.465,1.46,2.573,1.867,2.475,1.123]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9553451538085938]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7757225036621094]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.8321914672851562]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.5670442581176758]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[25.263484001159668]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2401.705]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.568]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.96800000000002]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[244.08984375]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[105.8125]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[32.48828125]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[172.1]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[172.1]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.537,44.51,45.209,44.8,45.606,44.424,44.203,44.972,43.274,48.769,44.707,45.142,44.359,44.175,44.336],"script":[8.026,7.869,7.772,7.552,8.346,8.227,8.585,8.832,7.488,8.373,7.907,8.066,8.405,7.583,7.984],"paint":[36.04,36.145,36.931,36.768,36.79,35.715,35.103,35.618,35.235,39.656,36.264,36.614,35.419,36.082,35.907]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[51.574,50.731,49.446,49.613,50.463,49.882,50.413,49.346,50.101,49.503,49.022,50.197,49.71,49.78,49.645],"script":[15.992,15.097,15.091,14.875,15.409,15.028,15.681,14.568,15.404,14.701,14.431,15.815,14.718,15.446,14.821],"paint":[34.839,35.173,33.876,34.286,34.517,34.402,34.302,34.328,34.181,34.364,34.143,33.909,34.559,33.859,34.367]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.861,20.378,19.484,20.945,20.258,19.633,19.658,20.754,19.824,19.287,20.225,20.176,20.853,19.524,20.475],"script":[2.57,2.458,2.461,3.093,2.387,2.386,2.403,2.708,2.185,2.697,2.509,2.683,2.747,2.605,2.813],"paint":[18.109,16.809,14.844,16.338,16.272,15.067,15.846,16.41,14.521,14.723,15.547,15.676,16.589,15.556,15.695]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[7.846,6.565,6.832,6.93,5.43,5.141,7.521,7.343,6.288,6.108,7.128,6.28,6.332,4.553,5.842,5.363,5.265,6.404,5.21,5.413,5.923,5.371,6.88,6.818,6.566],"script":[2.95,2.286,2.602,2.404,1.902,2.319,3.167,2.85,2.399,2.273,2.946,2.304,2.213,2.079,1.818,2.696,2.4,3.192,2.452,2.41,2.164,1.676,1.759,2.304,2.373],"paint":[3.882,3.41,2.994,3.574,3.391,2.66,4.109,3.323,3.736,3.668,3.411,3.168,3.508,1.896,3.149,2.063,2.088,3.052,1.868,2.655,2.904,2.847,4.023,4.257,2.208]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[23.719,23.293,23.598,23.276,22.263,21.372,22.91,22.834,22.721,23.464,23.252,22.677,23.716,23.279,23.306],"script":[2.317,1.827,2.353,1.735,1.144,1.451,1.997,1.025,1.605,1.182,1.255,0.696,2.039,1.509,2.121],"paint":[19.009,20.142,20.217,20.444,19.203,18.121,19.198,20.436,19.902,20.502,19.802,20.082,19.316,20.789,19.783]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.419,18.374,18.241,19.647,19.027,21.433,18.107,19.944,20.975,19.688,18.758,19.614,20.083,21.059,19.012],"script":[1.528,1.553,1.529,1.772,1.398,1.834,1.319,1.731,1.712,1.533,1.534,1.43,1.444,1.612,1.538],"paint":[17.888,15.988,15.993,17.116,16.648,18.21,15.756,17.448,18.396,17.345,16.424,16.993,17.138,18.189,16.601]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[481.339,471.639,478.754,487.817,480.942,473.853,479.726,482.802,483.146,479.779,482.676,482.344,477.823,477.522,480.761],"script":[97.48,99.21,98.213,104.343,99.182,95.319,101.327,101.12,101.19,103.831,100.914,104.342,100.659,97.856,101.804],"paint":[376.228,364.94,372.671,376.099,374.111,371.175,370.913,374.069,374.304,368.437,374.1,370.544,369.57,372.019,371.219]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.912,46.068,46.526,47.292,48.955,49.994,45.883,46.22,45.889,45.641,45.525,47.543,45.884,47.786,45.493],"script":[6.929,6.897,6.963,6.827,6.765,6.883,7.419,7.289,6.977,6.879,6.776,6.923,7.028,7.22,6.858],"paint":[38.072,38.254,38.631,39.494,41.001,41.863,37.522,37.936,38.098,37.955,37.95,39.413,38.036,39.225,37.72]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.4,26.44,27.951,27.011,25.097,26.252,27.343,25.435,25.879,27.406,26.766,26.6,25.898,25.827,26.023],"script":[25.002,24.149,25.754,25.45,22.768,24.25,24.752,23.467,23.797,25.047,24.662,24.342,23.329,23.942,23.777],"paint":[1.326,2.073,1.413,1.461,2.236,1.895,1.967,1.875,1.932,2.233,1.703,2.107,2.464,1.792,2.148]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.405308723449707]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.908452987670898]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.097387313842773]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.1254539489746094]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.054046630859375]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2627.5795000000003]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[93.656]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[215.82000000000008]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[277.7841796875]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[139.2041015625]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[43.427734375]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[212.7]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[212.7]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[45.686,46.58,45.073,45.447,44.996,46.257,47.168,45.676,47.075,45.882,46.961,46.36,45.385,46.903,46.085],"script":[9.05,9.099,8.596,8.444,7.817,9.098,9.16,9.064,8.884,9.584,10.02,9.499,8.618,9.909,9.632],"paint":[36.182,37.011,36.017,36.551,36.644,36.686,37.584,36.122,37.768,35.834,36.47,36.338,36.279,36.489,35.971]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[49.365,49.367,53.209,52.456,52.029,52.341,52.266,51.253,49.755,50.922,50.967,51.806,50.441,52.103,50.74],"script":[14.666,15.438,15.149,16.466,17.107,17.018,15.438,16.419,15.687,16.009,15.568,15.799,15.974,16.114,15.668],"paint":[34.142,33.444,37.351,35.275,34.479,34.855,36.3,34.38,33.628,34.46,34.933,35.355,33.966,35.458,34.618]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.281,20.161,19.756,19.883,19.151,20.122,18.472,20.143,19.638,19.28,20.474,20.36,19.061,19.671,19.45],"script":[1.542,3.144,2.256,2.225,2.118,2.703,1.294,1.804,2.095,1.805,2.581,1.957,1.961,2.36,2.038],"paint":[15.774,15.457,15.579,15.828,15.153,15.23,15.802,16.727,16.216,15.855,15.593,15.905,14.427,15.646,16.394]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[3.604,4.366,4.179,4.559,4.539,4.571,4.491,4.165,4.042,4.339,4.05,4.96,5.302,4.019,3.706,5.054,5.193,4.81,4.019,4.153,4.16,4.115,4.354,3.908,4.372],"script":[1.441,1.763,1.064,1.068,1.808,1.803,1.712,1.52,1.342,1.423,1.763,1.787,1.831,1.68,1.492,1.008,1.818,1.781,1.599,1.145,1.428,1.341,1.007,1.349,1.626],"paint":[2.06,1.709,2.879,2.922,2.307,1.882,2.672,1.662,1.901,2.816,1.593,2.703,2.843,1.806,1.511,3.335,2.788,2.444,2.327,2.918,2.636,2.671,3.252,2.462,2.637]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[176.883,166.961,165.543,162.996,164.413,173.855,174.035,164.564,173.448,174.933,172.56,175.059,169.27,174.361,167.621],"script":[30.421,27.582,28.525,27.232,27.029,28.781,29.716,27.757,29.143,29.847,27.87,30.358,29.627,30.805,27.906],"paint":[143.942,136.721,134.829,133.674,133.957,143.515,142.033,135.253,141.689,141.954,142.457,142.559,137.387,141.133,138.005]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.735,17.88,17.755,17.842,17.732,18.025,17.932,19.051,18.16,17.851,18.227,17.404,19.631,18.002,18.136],"script":[1.16,0.975,1.093,1.088,0.745,0.882,0.897,1.217,0.998,1.084,1.198,0.803,1.19,0.869,1.083],"paint":[17.515,16.041,15.922,16.063,16.302,16.364,16.068,17.309,16.158,16.084,16.262,15.919,17.225,16.449,16.367]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[491.428,481.914,480.853,487.058,483.789,482.461,476.232,493.701,482.312,481.108,483.853,473.016,483.474,479.511,485.737],"script":[105.075,101.301,99.663,101.389,104.432,102.096,102.334,105.388,108.592,104.688,105.462,102.095,101.429,108.273,106.049],"paint":[377.854,372.98,373.733,378.071,371.795,372.585,366.385,380.298,366.167,368.987,370.776,363.107,374.388,363.598,371.896]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.074,46.959,45.752,45.169,46.327,46.233,45.955,45.8,49.663,46.297,46.133,46.87,46.439,45.411,45.999],"script":[7.083,7.421,7.359,7.046,7.115,7.249,7.012,7.012,7.178,7.278,7.105,7.396,6.965,7.074,7.44],"paint":[40.031,38.577,37.475,37.277,38.366,38.099,38.079,37.886,41.334,38.115,38.082,38.481,38.654,37.368,37.578]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.668,29.438,28.756,28.873,29.141,30.068,31.274,29.391,30.803,29.749,30.359,28.952,29.735,28.269,30.272],"script":[30.505,26.172,26.582,26.365,26.49,27.71,28.107,27.503,28.562,26.809,28.671,26.436,27.178,25.893,27.981],"paint":[0.881,2.356,1.557,2.386,2.118,1.506,2.788,1.768,2.114,2.183,1.258,1.602,1.729,2.256,2.161]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.4430656433105469]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.1907958984375]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.250054359436035]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.4281415939331055]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.35997676849365]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2628.905]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[92.80000000000001]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[212.864]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[285.6552734375]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[147.0751953125]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.1875]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[235.9]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[235.9]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"01_run1k","values":{"total":[42.172,43.619,44.3,45.483,42.305,45.117,44.072,43.147,43.553,44.15,45.605,43.481,45.413,43.932,44.024],"script":[8.938,9.161,9.044,9.122,9.076,8.972,9.418,9.297,9.193,9.226,9.164,9.36,8.949,9.21,9.288],"paint":[32.801,33.864,34.734,35.628,32.801,35.412,34.17,33.378,33.954,34.197,35.939,33.691,35.727,34.273,34.284]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"02_replace1k","values":{"total":[50.154,47.982,51.252,49.668,48.741,51.276,51.544,48.245,48.376,49.918,48.015,48.765,51.451,50.411,47.422],"script":[15.727,14.363,15.405,15.475,14.259,15.145,15.125,14.478,14.355,14.985,14.186,14.325,15.189,15.197,14.26],"paint":[33.668,33.208,35.34,33.714,33.71,35.662,35.678,33.34,33.54,34.497,33.362,33.943,35.496,34.732,32.671]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[53.426,52.357,51.856,52.917,55.961,53.537,55.09,52.839,52.787,52.712,54.928,55.808,52.772,54.35,52.588],"script":[34.494,33.88,34.089,33.701,36.761,35.307,36.33,34.457,34.487,34.228,35.803,37.123,34.912,36.205,34.814],"paint":[16.703,16.824,16.032,17.431,17.303,16.644,16.817,16.651,15.812,15.643,17.477,15.808,15.468,16.306,14.851]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"04_select1k","values":{"total":[37.2,36.318,37.748,37.989,37.285,36.143,37.86,38.841,37.479,37.354,37.872,36.244,36.414,36.184,36.608,36.608,37.47,37.503,37.188,36.925,37.691,41.393,36.285,37.874,36.922],"script":[33.055,31.976,32.77,33.724,32.954,31.906,33.583,34.526,33.389,32.94,33.641,31.624,32.074,32.286,32.552,32.873,32.815,32.886,32.564,32.936,32.973,36.519,32.362,34.212,33.299],"paint":[2.825,2.362,3.792,3.226,3.06,2.918,3.265,2.458,2.694,2.97,2.937,3.279,2.901,3.218,3.076,3.155,3.641,3.247,3.263,2.753,3.232,2.278,3.318,2.181,2.836]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"05_swap1k","values":{"total":[58.326,54.454,54.085,55.896,58.092,55.746,55.607,54.376,55.963,54.652,53.791,56.016,59.919,54.961,55.526],"script":[34.776,31.946,32.156,33.069,35.079,32.296,32.358,32.759,32.629,32.63,31.859,33.163,35.583,32.349,33.215],"paint":[20.962,21.332,19.956,20.818,21.489,21.989,22.119,19.637,21.536,20.642,20.019,20.506,22.033,20.943,20.896]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[115.354,115.619,116.145,113.89,116.325,116.232,119.841,116.862,115.238,114.732,114.041,118.539,116.212,115.454,115.073],"script":[44.408,44.703,45.739,44.232,45.019,45.355,46.84,46.602,44.539,44.725,44.591,45.962,45.319,45.087,45.173],"paint":[68.945,69.57,68.837,67.892,69.594,69.473,71.098,68.736,69.366,68.856,68.123,71.216,69.912,68.649,68.106]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"07_create10k","values":{"total":[497.093,504.363,492.578,497.404,497.866,494.584,499.7,498.608,502.289,496.156,485.352,500.758,496.058,493.542,498.903],"script":[112.595,112.265,110.231,110.828,113.241,109.846,114.872,109.86,115.987,110.15,111.697,111.88,109.035,113.63,116.004],"paint":[375.77,383.905,374.624,378.354,376.687,376.705,376.576,380.517,378.448,377.463,366.015,380.994,379.21,371.878,375.353]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.388,60.631,60.883,62.21,59.942,60.536,60.266,61.66,61.212,60.15,59.969,61.006,59.468,60.108,60.978],"script":[20.451,20.533,19.942,20.081,19.45,20.118,21.039,20.038,19.954,20.039,20.149,20.183,20.104,20.196,20.405],"paint":[37.963,39.065,39.788,40.874,39.489,39.098,37.827,40.22,40.002,38.747,38.82,39.834,38.393,38.605,39.463]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.126,16.244,16.84,17.476,16.44,16.654,16.95,17.787,16.646,17.1,18.162,16.835,18.145,16.416,16.306],"script":[13.567,14.331,14.292,14.908,13.929,14.73,14.952,15.666,14.995,14.728,15.789,14.624,15.529,14.051,13.733],"paint":[1.675,1.093,1.394,1.148,2.406,1.832,1.389,1.979,0.826,2.264,1.837,2.115,2.118,2.276,1.792]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5467624664306641]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.743035316467285]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.0135889053344727]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[9.804926872253418]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.872217178344727]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.2500000000002]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.855999999999998]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.396]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[156.455078125]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[18.1806640625]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.8984375]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[69.5]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[69.5]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"01_run1k","values":{"total":[77.087,78.245,78.646,77.168,75.65,77.273,77.967,76.759,77.03,79.194,78.362,77.387,74.498,80.217,76.057],"script":[42.077,42.125,42.4,41.847,40.457,42.447,42.102,41.036,42.262,43.22,40.892,42.374,39.673,42.136,42.078],"paint":[34.784,35.932,36.027,35.016,34.921,34.62,35.677,35.406,34.568,35.773,37.281,34.712,34.619,37.889,33.792]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"02_replace1k","values":{"total":[80.783,79.522,79.341,82.89,77.861,80.157,78.796,79.888,77.586,79.787,80.626,80.54,78.974,81.258,83.547],"script":[45.46,44.325,43.786,44.571,43.216,43.7,43.996,43.84,43.304,44.256,45.599,45.502,43.746,45.688,43.464],"paint":[35.103,34.858,35.188,38.125,34.446,36.117,34.443,35.661,34.072,35.144,34.824,34.853,35.039,35.377,39.715]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[48.838,50.208,51.161,45.122,51.948,51.042,54.846,52.138,49.41,54.208,49.113,49.86,48.431,52.649,50.019],"script":[26.352,27.514,28.74,27.778,28.167,27.694,30.123,28.14,25.539,30.037,26.507,29.449,26.072,28.474,25.934],"paint":[22.145,22.384,21.784,16.714,23.463,23.081,23.337,23.192,22.619,23.914,22.318,19.602,21.391,23.041,23.11]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"04_select1k","values":{"total":[20.806,14.591,16.031,18.076,14.356,19.401,19.012,15.408,16.688,16.055,14.705,13.802,15.974,15.278,17.773,15.358,14.608,16.414,17.849,16.736,15.028,14.341,14.231,17.783,17.084],"script":[8.74,8.595,9.359,8.293,8.652,9.089,9.929,8.197,7.951,8.492,8.458,8.469,8.945,7.851,8.826,7.843,8.44,8.928,10.148,8.964,8.208,8.663,7.667,8.568,9.339],"paint":[4.421,3.77,4.461,7.647,4.696,8.793,7.589,4.329,4.257,4.626,4.657,3.597,4.504,4.068,7.703,5.504,3.716,4.531,6.668,6.232,4.203,4.294,4.562,7.06,7.378]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"05_swap1k","values":{"total":[53.413,52.568,51.676,54.519,56.532,55.277,64.805,51.717,54.739,55.864,52.585,52.529,53.138,53.385,56.133],"script":[28.459,27.452,28.25,27.148,27.933,27.701,27.919,27.76,28.254,26.984,27.841,27.725,27.418,28.004,28.114],"paint":[24.271,24.801,22.394,25.852,26.309,25.866,23.84,22.048,26.028,27.881,23.475,23.002,24.149,21.786,26.506]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[97.646,94.621,98.149,95.151,94.394,96.235,94.858,99.324,96.644,97.234,97.318,96.201,96.905,96.32,96.453],"script":[20.299,19.961,20.315,19.458,20.331,20.789,20.084,20.372,20.423,20.859,20.326,20.819,19.934,20.357,20.47],"paint":[75.123,72.621,75.919,73.409,72.234,73.564,72.989,77.323,74.341,74.642,75.192,72.881,74.826,74.006,73.602]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"07_create10k","values":{"total":[826.195,824.94,834.906,833.273,810.738,823.127,834.988,824.894,830.61,830.649,831.563,837.262,831.524,815.824,834.969],"script":[410.308,408.754,418.092,414.412,405.831,407.914,414.509,411.203,419.538,417.287,413.362,418.911,416.283,406.717,417.147],"paint":[412.162,412.403,413.122,415.074,401.206,411.489,416.733,409.881,407.333,409.605,414.331,414.597,411.52,405.414,414.049]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[90.584,89.247,95.185,92.133,89.345,93.935,90.222,92.225,90.228,91.284,92.195,90.896,90.642,91.657,93.779],"script":[49.447,49.039,50.31,50.106,49.28,51.714,50.192,50.628,49.91,49.496,50.507,50,49.585,48.743,50.991],"paint":[40.613,39.849,44.416,41.615,39.717,41.669,39.663,40.982,39.96,41.249,41.149,40.522,40.54,42.384,42.391]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.851,27.376,27.98,25.482,25.853,27.095,26.819,25.099,25.113,24.204,26.765,28.883,24.595,26.421,24.703],"script":[21.066,21.569,22.349,19.784,20.879,22.145,21.388,20.548,20.183,19.78,22.525,23.161,19.828,21.879,20.042],"paint":[3.979,3.836,5.232,4.539,4.076,3.923,4.008,3.651,3.849,3.526,3.406,4.693,4.591,2.899,2.706]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5586786270141602]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[11.42062759399414]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[11.634913444519043]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[52.585540771484375]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[104.51598262786865]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.6619999999998]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.219999999999999]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[153.308]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.1748046875]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.599609375]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.2685546875]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[71.9]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[71.9]}},{"framework":"art-v1.1.0-keyed","benchmark":"01_run1k","values":{"total":[45.304,49.781,46.439,47.305,46.616,45.1,43.971,45.985,43.881,44.369,45.899,45.576,44.479,43.584,46.233],"script":[7.963,9.108,8.095,8.031,8.466,8.25,7.977,8.698,8.877,8.265,8.457,9.374,8.59,8.121,8.775],"paint":[37.165,35.152,37.482,38.011,37.611,36.062,35.823,37.101,34.787,35.904,37.161,36.02,35.234,34.783,37.276]}},{"framework":"art-v1.1.0-keyed","benchmark":"02_replace1k","values":{"total":[44.759,43.224,42.863,46.87,45.21,44.301,44.797,44.421,44.945,47.087,44.574,45.419,44.875,45.544,44.526],"script":[11.753,10.073,10.266,11.692,11.375,10.725,11.318,10.758,10.998,11.041,11.174,11.509,10.575,11.645,10.786],"paint":[32.811,32.963,32.411,34.83,33.665,33.405,33.293,33.471,33.753,35.845,33.059,33.727,34.101,33.551,33.567]}},{"framework":"art-v1.1.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.925,25.791,27.517,28.245,29.831,26.669,26.883,27.077,26.263,26.208,24.663,41.464,26.087,23.179,22.52],"script":[7.328,6.685,7.42,7.244,6.914,6.83,6.294,6.858,6.617,6.599,6.767,6.926,7.151,7.455,5.992],"paint":[15.12,17.07,18.016,19.884,19.24,17.139,18.044,17.549,16.852,16.808,17.338,16.753,18.052,15.56,15.577]}},{"framework":"art-v1.1.0-keyed","benchmark":"04_select1k","values":{"total":[15.751,15.978,16.024,13.277,9.666,12.073,7.389,15.247,8.399,9.665,9.863,8.957,13.096,15.662,10.274,9.354,14.454,15.815,12.898,11.243,11.788,9.702,8.512,8.427,11.692],"script":[3.861,3.964,3.161,2.976,2.296,2.271,2.935,3.969,2.846,2.603,4.235,3.295,3.57,2.572,2.679,3.127,3.439,3.681,3.12,2.174,2.094,2.335,2.17,2.305,2.93],"paint":[5.801,5.846,3.614,5.148,4.122,5.154,3.136,4.107,4.845,4.484,4.57,3.663,5.12,4.574,4.052,4.203,5.002,4.573,5.249,3.877,3.661,5.066,3.912,2.623,3.742]}},{"framework":"art-v1.1.0-keyed","benchmark":"05_swap1k","values":{"total":[43.406,23.999,23.901,28.803,27.15,26.844,24.744,44.334,29.31,22.282,23.309,43.12,28.797,22.656,29.307],"script":[2.679,2.098,3.491,2.807,2.369,2.807,3.378,2.707,3.734,2.681,3.113,2.465,3.443,3.092,3.487],"paint":[23.613,20.541,20.277,22.613,22.04,22.192,20.788,25.267,22.738,19.472,20.042,22.486,23.715,19.429,22.544]}},{"framework":"art-v1.1.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.469,20.802,20.319,20.403,19.776,21.615,21.529,22.291,19.444,21.589,21.692,20.159,21.55,21.429,20.499],"script":[1.608,1.597,1.319,1.325,1.266,1.684,1.452,1.763,1.538,1.357,1.556,1.5,1.678,1.593,1.148],"paint":[19.617,17.343,17.219,17.295,17.24,18.459,17.909,18.231,16.567,18.444,18.557,17.263,17.926,18.283,17.081]}},{"framework":"art-v1.1.0-keyed","benchmark":"07_create10k","values":{"total":[456.858,460.933,462.606,464.704,464.236,456.117,461.295,464.535,466.463,474.175,464.345,456.85,462.993,465.544,462.498],"script":[95.035,96.295,95.909,99.839,94.502,96.034,94.462,95.174,94.76,97.176,96.973,97.853,97.329,98.788,95.955],"paint":[358.328,361.302,363.171,361.267,366.138,356.342,363.255,365.77,368.227,373.391,363.802,355.366,362.136,363.36,362.97]}},{"framework":"art-v1.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.789,48.421,46.252,48.614,46.803,46.793,46.411,47.031,47.589,47.459,49.091,47.829,49.525,48.301,45.272],"script":[8.234,7.93,7.931,8.408,8.073,7.976,7.934,7.858,7.755,8.193,7.717,7.731,7.679,8.342,7.812],"paint":[41.18,39.544,37.973,39.656,38.417,38.5,37.982,38.667,39.342,38.903,41.008,39.546,41.453,39.094,37.133]}},{"framework":"art-v1.1.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.127,16.961,16.356,18.783,15.828,17.61,17.603,16.836,16.981,16.569,16.223,16.933,17.865,17.677,17.572],"script":[11.936,12.512,12.393,13.816,11.279,11.949,12.437,12.394,12.68,11.327,12.825,12.251,12.526,13.74,12.088],"paint":[3.448,3.398,3.027,4.652,3.386,5.286,4.207,3.198,3.504,3.92,3.148,4.235,2.875,3.757,2.777]}},{"framework":"art-v1.1.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5220823287963867]}},{"framework":"art-v1.1.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9622011184692383]}},{"framework":"art-v1.1.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.050806999206543]}},{"framework":"art-v1.1.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7498283386230469]}},{"framework":"art-v1.1.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.02951240539551]}},{"framework":"art-v1.1.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2039.5815000000002]}},{"framework":"art-v1.1.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.659999999999995]}},{"framework":"art-v1.1.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.78399999999993]}},{"framework":"art-v1.1.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[152.9130859375]}},{"framework":"art-v1.1.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.3369140625]}},{"framework":"art-v1.1.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.646484375]}},{"framework":"art-v1.1.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63]}},{"framework":"art-v1.1.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"01_run1k","values":{"total":[57.27,54.433,53.372,53.933,56.596,55.111,56.705,53.398,53.79,54.397,60.914,54.234,54.606,57.224,54.017],"script":[20.553,20.25,19.755,20.087,19.761,19.444,21.033,19.563,19.985,20.58,22.2,20.521,20.833,20.14,20.134],"paint":[36.345,33.79,33.28,33.484,36.499,35.281,35.235,33.447,33.459,33.431,38.299,33.331,33.532,36.705,33.51]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"02_replace1k","values":{"total":[59.505,58.745,58.14,59.089,58.628,58.347,58.388,61.441,59.031,58.625,60.972,58.36,57.542,58.092,61.034],"script":[24.757,24.468,24.557,24.472,24.556,24.104,23.795,24.452,24.787,24.294,23.722,24.535,24.055,24.462,25.194],"paint":[34.533,33.844,33.369,34.092,33.763,33.833,34.159,36.472,33.816,33.863,36.999,33.606,33.269,33.405,35.36]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[60.563,59.676,63.533,61.729,63.771,62.05,60.717,60.858,62.392,61.774,59.444,63.082,61.22,60.965,62.444],"script":[41.436,39.894,41.943,42.336,42.326,41.853,40.958,41.407,43.674,40.568,39.481,42.881,41.425,41.765,41.713],"paint":[18.141,18.997,18.769,18.991,18.585,18.505,17.953,18.306,18.289,20.612,17.192,18.697,19.367,17.104,19.561]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"04_select1k","values":{"total":[41.157,37.657,37.914,39.17,41.774,38.132,40.152,42.386,39.414,40.055,39.072,40.164,39.576,41.724,39.604,40.955,39.304,41.257,40.177,40.628,40.824,38.455,40.393,42.697,39.474],"script":[33.395,31.656,30.509,32.428,33.767,32.113,32.272,30.892,32.105,31.413,32.883,31.724,33.163,33.117,32.92,32.075,32.229,33.606,33.207,33.072,31.073,32.186,32.312,31.877,31.947],"paint":[4.581,4.249,3.954,4.97,4.961,3.593,5.401,4.746,3.593,4.605,4.229,5.114,3.782,5.928,5.574,4.144,3.685,4.24,4.036,5.007,5.547,3.439,4.949,3.832,4.875]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"05_swap1k","values":{"total":[189.339,188.257,190.506,188.574,198.506,185.329,192.616,191.404,189.27,189.349,195.93,186.604,184.56,189.024,185.749],"script":[48.911,47.321,48.011,46.499,48.834,46.864,48.313,47.034,48.205,47.496,47.088,46.882,47.032,48.419,46.738],"paint":[138.871,139.404,141.299,141.67,147.885,137.139,143.07,141.821,139.93,139.966,147.456,139.278,136.166,137.663,138.591]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.709,34.36,33.864,37.134,34.646,35.188,34.131,36.489,36.471,35.641,34.377,35.14,35.707,34.751,35.288],"script":[16.471,15.407,14.253,15.63,15.557,16.026,14.947,15.747,15.199,16.507,15.548,14.803,15.333,15.291,16.057],"paint":[18.078,17.534,17.558,18.974,17.476,17.362,17.709,18.918,18.693,17.738,17.597,19.147,18.876,17.615,17.262]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"07_create10k","values":{"total":[581.932,573.499,584.82,588.764,585.865,581.888,582.473,588.419,580.145,581.114,574.026,570.482,583.062,573.308,581.601],"script":[182.606,180.485,189.004,184.759,223.212,183.519,183.617,226.904,181.341,186.632,182.555,180.059,198.775,177.227,186.556],"paint":[394.56,388.273,390.975,399.125,357.552,393.598,394.04,352.754,393.888,389.637,386.696,385.624,376.45,391.297,390.113]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[68.777,68.47,70.299,88.384,71.941,68.638,70.008,73.437,69.165,73.928,70.581,68.186,67.836,67.392,67.598],"script":[28.536,28.615,28.477,28.61,28.885,28.814,29.151,28.31,28.759,28.044,28.799,28.224,28.905,27.723,27.869],"paint":[39.457,39.182,39.678,40.528,40.817,39.067,40.091,44.372,39.637,45.078,41.081,39.263,38.256,38.952,39.075]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.645,21.549,22.291,20.907,20.867,22.499,21.76,22.611,22.144,21.9,23.522,22.226,22.258,23.071,22.454],"script":[20.089,20.022,20.338,19.019,18.707,20.596,19.341,20.166,19.641,19.358,20.733,19.961,19.578,20.605,20.81],"paint":[1.433,0.462,1.838,1.208,1.405,1.79,2.311,2.348,2.394,1.572,1.973,1.4,2.545,1.651,1.127]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6589298248291016]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.562844276428223]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.888145446777344]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[33.249876976013184]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[67.42507743835449]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.565]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[54.047999999999554]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[183.51600000000138]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[161.3984375]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[23.123046875]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.46875]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[83.9]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[83.9]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"01_run1k","values":{"total":[112.228,112.481,111.935,112.298,112.531,114.341,115.282,112.779,112.401,112.334,112.491,113.964,114.427,113.804,113.641],"script":[69.5,68.222,70.388,68.7,70.471,70.151,71.094,69.067,69.386,69.739,69.181,70.016,69.643,69.245,70.151],"paint":[41.974,43.694,41.009,43.156,41.558,43.46,43.506,43.238,42.319,42.055,42.588,43.423,44.3,44.073,42.982]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"02_replace1k","values":{"total":[114.859,113.27,113.133,114.459,111.651,111.476,112.972,113.819,111.267,113.252,116.924,113.042,112.393,113.375,109.817],"script":[77.369,76.501,76.08,77.012,74.882,74.656,76.056,76.53,74.943,75.168,76.128,75.432,75.664,75.684,73.675],"paint":[36.992,36.263,36.506,36.978,36.328,36.333,36.367,36.783,35.841,37.678,40.091,36.882,36.235,37.187,35.625]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[89.984,88.999,88.858,89.893,88.251,88.858,88.812,88.623,88.786,87.145,88.296,89.376,87.986,91.171,87.627],"script":[69.164,68.709,68.877,68.39,67.75,68.374,68.99,68.945,68.343,67.42,68.129,68.324,68.319,70.344,68.34],"paint":[18.494,18.321,18.055,19.232,18.353,18.256,18.118,17.975,18.055,18.23,17.499,19.2,17.837,19.432,17.157]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"04_select1k","values":{"total":[70.506,68.305,70.883,69.685,68.673,68.898,67.794,69.255,67.937,68.791,70.33,68.338,67.904,68.965,68.22,68.389,70.117,70.086,69.368,69.873,67.782,67.282,68.149,68.556,68.164],"script":[65.331,63.984,66.884,65.534,64.629,64.038,64.159,64.081,64.295,64.092,65.576,63.942,63.568,64.381,63.815,64.205,64.378,65.095,65.339,64.637,64.084,63.353,63.779,64.617,64.139],"paint":[3.979,3.503,3.506,3.178,2.993,3.75,2.095,3.678,2.831,3.777,3.117,3.557,3.319,2.894,3.459,3.648,4.52,3.464,3.145,3.864,2.734,3.168,3.695,2.526,2.431]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"05_swap1k","values":{"total":[89.61,86.762,86.535,89.331,89.503,87.454,89.039,88.322,88,88.347,87.351,88.869,86.978,87.231,87.123],"script":[64.681,64.092,63.471,64.661,64.177,63.599,64.709,64.263,64.485,64.812,64.37,64.25,63.195,63.864,64.008],"paint":[23.098,21.213,21.403,22.578,23.548,21.707,21.683,22.209,22.248,21.403,20.128,22.628,22.704,21.513,21.388]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[49.748,50.216,51.953,49.949,50.746,50.534,49.121,49.707,50.473,51.252,50.553,49.668,50.03,49.824,49.986],"script":[31.358,31.294,31.974,31.492,31.882,31.969,31.165,31.215,31.682,31.719,31.725,31.712,31.675,31.41,31.6],"paint":[17.032,18.007,19.108,17.532,17.407,17.566,16.676,17.2,17.526,18.199,17.887,16.908,17.036,17.374,16.719]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"07_create10k","values":{"total":[1110.075,1089.155,1137.893,1108.883,1092.908,1138.046,1104.704,1155.072,1115.673,1115.923,1120.507,1099.84,1110.725,1148.139,1089.518],"script":[688.909,655.26,703.578,673.855,663.385,686.678,684.697,699.038,678.693,698.045,677.976,691.625,683.068,690.073,681.798],"paint":[412.857,425.797,426.482,426.332,418.237,443.657,412.043,448.022,428.942,409.96,434.297,399.871,419.599,450.037,399.84]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[126.301,129.605,122.853,124.105,125.806,126.973,127.556,125.882,123.416,129.979,122.567,127.074,126.241,125.913,126.891],"script":[81.566,82.756,80.295,80.477,80.975,82.02,81.228,81.673,80.397,83.337,80.544,82.243,81.697,81.808,81.067],"paint":[43.724,45.43,41.538,42.305,43.712,43.613,45.009,43.165,41.95,45.227,40.978,43.376,43.496,43.136,44.783]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[41.014,39.6,40.076,40.538,39.497,38.676,40.604,40.205,38.961,40.192,39.387,39.283,38.892,37.69,38.068],"script":[38.365,36.993,37.817,37.707,36.617,36.732,37.842,37.446,36.47,38.145,37.536,37.231,36.396,35.5,35.009],"paint":[2.533,2.483,1.56,2.705,2.222,1.84,1.347,1.224,2.365,1.158,0.852,2.738,1.586,2.067,2.11]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[44.29340076446533]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[56.84320545196533]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[57.17207908630371]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[53.226237297058105]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[128.14968872070312]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[7528.193999999999]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[986.2880000000005]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[1285.7760000000007]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[3875.3662109375]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[3727.9794921875]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[1224.41796875]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[106.2]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[106.2]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"01_run1k","values":{"total":[97.497,97.076,97.155,97.041,97.733,98.01,97.494,97.363,97.205,99.447,98.48,96.028,96.528,95.379,96.836],"script":[54.05,53.261,53.927,53.592,53.034,54.249,53.503,53.83,53.85,57.011,54.213,52.343,52.659,52.516,52.634],"paint":[42.967,43.326,42.731,42.976,44.203,43.29,43.48,42.91,42.793,41.952,43.775,43.246,43.417,42.383,43.749]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"02_replace1k","values":{"total":[109.508,95.103,96.448,98.035,95.828,97.981,107.678,97.654,94.863,97.793,97.597,98.216,95.718,96.047,96.243],"script":[64.689,58.915,59.989,61.044,58.735,60.613,63.504,61.275,58.173,60.006,60.539,60.8,58.932,59.143,59.1],"paint":[44.319,35.766,35.978,36.507,36.628,36.804,43.688,35.94,36.218,37.32,36.597,36.982,36.337,36.465,36.68]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[35.073,35.15,35.028,34.191,35.204,36.85,37.24,34.871,34.357,34.184,35.566,34.158,35.89,33.955,35.451],"script":[15.446,14.665,15.105,14.812,15.461,15.515,15.861,15.282,14.666,15.652,15.39,14.819,15.593,15.194,15.45],"paint":[17.513,18.453,17.681,18.288,17.558,19.495,18.555,17.196,18.151,17.425,19.054,17.46,17.39,16.746,18.983]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"04_select1k","values":{"total":[17.985,17.789,16.856,17.403,18.614,18.137,17.449,17.169,17.042,17.019,18.06,17.568,17.046,17.983,17.289,17.468,18.063,18.58,17.713,17.301,16.964,18.146,17.718,16.916,18.823],"script":[13.95,14.294,14.175,13.737,14.467,13.821,13.739,14.14,14.222,13.243,14.52,14.072,14.137,13.835,13.62,14.562,14.135,14.068,13.715,14.107,13.722,14.09,14.145,13.824,13.944],"paint":[3.437,2.733,3.072,2.33,2.926,3.423,3.277,2.354,2.708,3.626,2.758,3.325,2.34,3.86,3.505,1.928,2.322,4.34,2.216,2.326,2.03,1.42,2.41,2.253,4.649]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"05_swap1k","values":{"total":[36.948,37.355,38.049,36.857,37.559,37.933,37.65,37.455,38.575,37.267,38.475,37.447,36.983,37.75,38.128],"script":[14.453,14.822,13.832,14.273,13.7,14.649,14.262,13.507,14.608,14.519,14.292,14.467,14.602,14.195,13.854],"paint":[20.842,21.139,22.284,21.134,22.056,22.655,22.137,22.467,21.558,20.861,22.551,20.891,20.818,22.246,22.516]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[25.943,25.514,25.217,25.207,25.441,26.237,25.753,24.745,25.2,24.579,25.786,25.646,25.448,25.184,24.568],"script":[7.307,7.216,6.962,7.319,6.98,7.38,7.208,6.969,7.224,7.241,7.289,7.127,7.231,7.16,6.84],"paint":[17.535,17.124,17.448,16.848,17.472,17.519,17.346,16.808,17.184,16.26,17.978,17.452,17.171,17.162,16.982]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"07_create10k","values":{"total":[1007.962,1026.646,1033.112,1014.172,1047.335,1042.154,1028.183,1002.716,1019.26,1004.052,1013.372,1043.762,1016.356,1054.655,1039.743],"script":[563.389,582.106,579.489,592.299,596.837,617.157,579.7,554.63,584.596,580.294,584.455,609.635,576.422,598.56,585.283],"paint":[436.681,436.624,445.683,414.135,442.625,416.161,440.66,440.272,426.743,415.867,420.976,426.463,431.73,448.126,446.532]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[100.708,97.729,98.944,96.579,102.803,98.039,97.629,97.336,97.46,96.95,95.914,95.418,96.011,98.233,95.901],"script":[56.424,55.224,56.054,54.736,55.367,55.327,55.131,55.303,55.226,54.962,54.631,53.941,54.09,56.284,54.467],"paint":[43.301,41.523,41.92,40.924,46.014,41.722,41.549,41.106,41.252,41.092,40.392,40.503,40.966,41.072,40.489]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.7,28.223,28.46,27.722,26.411,25.901,27.285,27.153,26.348,26.783,25.994,25.679,28.206,26.869,28.123],"script":[25.79,25.782,25.99,25.518,23.939,23.997,24.841,24.536,24.2,24.479,23.506,23.823,25.712,24.051,25.87],"paint":[2.78,1.878,1.177,2.091,1.594,1.166,1.787,2.503,2.044,1.305,1.416,1.301,2.374,2.75,2.135]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[41.392767906188965]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[53.03402042388916]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[53.19862937927246]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[49.26423263549805]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[136.0897922515869]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[7410.794499999999]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[843.7640000000004]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[1269.032000000001]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[11170.9755859375]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11023.5888671875]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2813.087890625]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[105.2]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[105.2]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"01_run1k","values":{"total":[38.304,40.073,39.487,39.178,40.357,38.8,39.716,39.635,40.149,39.778,39.946,39.972,39.839,39.23,39.498],"script":[3.373,3.382,3.579,3.301,3.335,3.181,3.353,3.239,3.389,3.202,3.432,3.465,3.367,3.266,3.575],"paint":[34.491,36.197,35.497,35.219,36.312,34.966,35.911,35.658,36.027,35.735,35.815,35.837,35.932,35.479,35.463]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"02_replace1k","values":{"total":[40.391,40.148,40.689,39.729,38.542,39.785,40.999,40.164,40.137,39.316,39.894,40.852,39.43,40.845,38.769],"script":[6.368,6.565,6.951,6.469,6.057,6.656,6.403,6.289,6.27,6.503,6.82,6.985,6.46,7.018,6.401],"paint":[33.602,33.161,33.17,32.796,32.053,32.69,33.897,33.404,33.422,32.394,32.576,33.424,32.219,33.309,31.94]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.61,18.365,19.99,18.166,17.9,17.706,17.733,19.569,17.551,18.448,17.858,17.783,18.4,17.805,20.113],"script":[0.921,0.977,1.004,1.436,1.37,1.22,1.357,1.631,0.889,1.237,0.992,0.929,0.952,1.459,1.198],"paint":[15.932,15.704,16.653,15.099,15.122,14.684,14.591,16.329,15.38,15.429,15.307,15.712,15.131,14.606,16.806]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"04_select1k","values":{"total":[4.469,4.046,5.371,3.84,4.572,4.441,4.517,4.225,4.455,2.891,3.883,3.719,4.756,4.298,3.052,3.555,3.542,4.368,4.495,3.738,2.459,3.81,3.747,4.251,3.716],"script":[1.112,1.074,1.101,1.231,0.937,0.597,1.246,0.849,1.409,0.906,1.078,0.815,0.653,1.787,0.554,1.15,1.017,1.176,0.934,1.58,0.623,0.928,1.195,1.208,1.21],"paint":[2.174,2.388,3.614,1.772,2.984,1.895,3.139,2.057,2.065,1.129,1.922,1.805,2.751,1.902,1.554,2.068,2.061,2.036,3.302,2.009,1.091,1.667,1.615,2.048,1.381]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"05_swap1k","values":{"total":[22.054,24.267,22.419,21.175,21.638,23.313,22.447,21.784,21.514,21.599,21.063,23.68,21.684,22.234,22.59],"script":[1.364,0.613,0.858,0.686,1.1,1.057,0.881,0.845,0.351,0.507,0.948,0.606,0.936,0.521,0.681],"paint":[18.866,21.208,19.619,18.512,19.06,19.641,19.545,19.154,18.858,19.339,17.926,19.908,18.725,19.848,20.006]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.8,17.92,16.935,16.527,16.689,16.786,18.852,17.476,17.591,16.671,17.162,18.497,17.751,16.941,17.199],"script":[0.212,0.219,0.33,0.47,0.204,0.545,0.43,0.608,0.547,0.195,0.507,0.57,0.574,0.388,0.209],"paint":[15.438,16.846,15.445,15.267,15.355,15.444,16.801,15.457,16.167,15.692,15.111,15.943,15.448,15.554,15.809]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"07_create10k","values":{"total":[404.317,404.603,407.064,397.129,411.285,401.947,404.716,405.898,396.971,402.239,404.877,404.53,407.586,406.24,408.114],"script":[41.207,41.951,41.05,40.242,45.593,40.455,40.444,41.932,40.481,41.76,42.624,42.054,42.159,40.029,41.84],"paint":[355.689,355.361,358.469,349.342,358.139,354.094,356.749,356.174,348.937,353.14,353.887,355.024,357.718,358.734,358.825]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[40.983,42.823,42.599,42.753,41.671,43.081,42.041,42.772,40.886,41.469,41.013,41.002,41.509,43.098,40.175],"script":[3.111,3.162,3.094,3.132,3.104,3.028,3.075,3.091,3.129,3.157,3.164,3.167,3.252,3.135,3.177],"paint":[36.964,38.417,38.263,38.656,37.266,38.828,37.706,38.48,36.93,37.424,37.022,37.022,37.088,38.766,36.186]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.728,12.756,14.247,13.708,14.006,13.091,13.195,13.334,13.655,12.913,13.19,12.887,13.22,12.92,12.654],"script":[10.816,11.096,11.249,10.988,11.359,10.687,11.276,11.145,11.517,11.301,11.009,10.653,10.98,10.716,11.048],"paint":[1.805,0.727,1.749,2.615,2.542,2.01,1.699,2.105,2.042,1.519,2.065,2.141,1.241,1.24,1.341]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5496692657470703]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6799163818359375]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.802152633666992]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.795283317565918]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.362600326538086]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.43]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[7.075999999999999]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[134.956]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[155.259765625]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.984375]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.3173828125]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[75.1]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[75.1]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"01_run1k","values":{"total":[49.032,43.621,50.581,48.803,47.523,52.062,51.128,51.12,43.666,43.865,47.328,52.02,46.958,45.504,49.174],"script":[7.709,8.059,7.618,7.605,7.749,7.798,8.528,7.241,7.511,7.447,7.489,8.483,7.538,8.174,7.841],"paint":[33.946,33.681,33.473,36.2,36.185,35.025,33.141,34.232,34.309,34.625,36.274,34.533,34.43,33.825,36.93]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"02_replace1k","values":{"total":[44.827,50.034,51.599,46.072,55.45,48.524,48.98,55.692,44.716,45.332,46.673,52.694,45.734,53.348,46.309],"script":[11.809,14.225,13.046,12.689,13.313,12.738,12.99,13.552,11.959,11.928,12.481,12.443,11.917,12.137,11.85],"paint":[32.872,33.064,33.738,33.247,33.151,32.826,34.037,33.638,32.595,32.996,34.034,34.09,33.661,32.128,32.185]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.089,20.533,20.188,19.471,20.517,19.426,20.659,19.307,21.457,19.747,19.61,20.279,20.473,21.066,20.108],"script":[3.386,4.077,3.253,3.299,3.949,2.829,3.035,2.962,4.547,2.443,3.286,4.296,3.918,3.974,3.547],"paint":[16.567,15.486,16.81,15.347,16.448,15.37,17.506,14.443,16.78,17.01,15.972,15.487,16.435,16.959,15.793]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"04_select1k","values":{"total":[4.863,4.937,4.231,4.263,4.701,4.91,5.422,5.696,4.524,5.278,5.146,4.672,5.083,4.764,5.219,5.227,4.353,4.85,5.608,4.067,4.996,5.2,5.102,5.208,5.107],"script":[2.378,2.435,1.755,1.923,2.403,2.442,2.449,2.462,2.115,2.284,1.036,2.365,2.419,1.153,2.408,2.277,2.102,1.98,2.431,2.153,1.615,1.916,2.631,1.349,2.248],"paint":[2.148,2.348,2.319,1.659,2.13,2.085,2.815,2.133,1.607,2.644,3.053,1.629,2.492,2.69,2.19,1.583,1.926,2.036,2.656,1.377,3.188,1.914,2.312,2.031,1.759]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"05_swap1k","values":{"total":[22.186,21.809,24.201,21.643,24.91,22.15,22.316,22.184,23.297,22.622,23.989,21.591,22.141,22.896,22.431],"script":[1.606,1.972,2.189,1.131,2.763,2.264,1.224,1.77,2.375,2.336,2.03,1.228,2.356,2.483,2.011],"paint":[18.997,19.721,21.873,19.623,20.674,19.766,19.228,20.296,19.97,19.548,21.482,17.658,19.023,19.459,19.824]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.263,16.098,16.533,16.059,15.369,15.963,16.479,15.996,15.886,15.946,15.898,16.126,16.576,16.031,15.685],"script":[0.985,0.8,1.091,0.816,1.153,1.024,1.137,1.087,1.041,0.855,1.171,0.767,1.172,1.036,1.062],"paint":[14.719,14.822,14.919,14.709,13.8,14.666,14.892,14.487,14.582,14.946,14.584,15.024,14.947,14.707,14.288]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"07_create10k","values":{"total":[481.64,486.035,455.154,452.438,467.398,476,453.716,471.308,459.533,460.972,480.625,480.712,457.539,481.748,472.045],"script":[92.388,92.777,90.886,83.676,84.098,92.832,88.317,92.123,89.057,85.749,93.015,89.658,91.462,93.877,89.212],"paint":[378.093,383.183,360.749,358.499,371.463,375.938,361.683,374.86,366.309,363.539,382.441,376.432,357.472,381.031,379.04]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.807,47.133,46.975,52.905,54.242,49.262,47.497,46.843,51.762,52.097,52.572,47.696,53.16,55.651,55.552],"script":[8.644,8.819,8.62,9.287,9.079,8.829,8.57,8.936,9.098,8.483,9.182,9.6,8.896,9.294,9.589],"paint":[39.748,36.858,38.005,37.787,39.629,40.144,38.29,37.623,36.426,37.89,37.043,37.822,37.636,39.968,39.892]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.053,14.251,15.546,15.085,14.156,14.216,14.181,13.92,14.775,14.036,14.717,13.978,14.368,14.91,13.849],"script":[11.388,11.688,13.849,13.531,12.036,12.556,12.991,12.231,12.678,12.48,12.16,12.107,12.947,13.596,12.049],"paint":[2.597,1.871,0.849,1.493,2.062,1.442,1.13,1.623,2.038,1.5,1.574,1.805,0.891,1.225,1.732]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6290550231933594]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.8260936737060547]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.023294448852539]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.551497459411621]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.304226875305176]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2037.4350000000002]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.012]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.47599999999997]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[186.28515625]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[48.095703125]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.599609375]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[102.5]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[102.5]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"01_run1k","values":{"total":[40.451,41.857,39.629,42.004,41.113,42.53,41.54,41.456,40.816,41.108,41.202,42.006,41.92,40.617,42.067],"script":[4.601,4.535,4.495,4.621,4.713,4.853,4.838,4.767,4.962,4.51,5.03,5.167,5.087,4.755,4.789],"paint":[35.396,36.621,34.676,36.911,35.672,37.064,36.017,36.209,35.275,36.13,35.498,36.139,36.077,35.371,36.561]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"02_replace1k","values":{"total":[44.08,41.256,41.214,42.279,41.237,42.632,42.411,41.905,42.051,41.956,41.559,42.434,41.504,42.7,41.258],"script":[7.738,7.65,7.592,7.725,7.613,7.661,7.839,7.665,7.772,7.624,7.726,8.247,7.715,7.741,7.684],"paint":[35.881,33.185,33.205,34.127,33.128,34.484,34.081,33.776,33.856,33.7,33.437,33.732,33.396,34.267,33.179]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.86,19.257,19.714,19.002,18.375,18.741,18.812,19.144,19.322,18.473,18.921,19.253,18.421,19.057,19.052],"script":[2.398,2.78,1.67,2.442,1.857,1.912,1.844,1.929,2.553,1.944,2.144,2.16,1.964,2.227,2.147],"paint":[15.701,14.651,16.595,14.882,15.055,15.387,15.335,15.684,15.308,15.845,15.261,15.766,14.833,14.744,15.875]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"04_select1k","values":{"total":[4.999,5.433,4.913,5.108,4.602,5.543,4.844,4.107,5.673,5.21,4.683,5.546,4.808,4.402,5.526,5.476,5.874,4.734,4.298,4.44,4.353,4.726,5.512,4.911,5.535],"script":[1.815,2.86,1.901,2.547,2.069,2.432,2.513,1.506,2.017,2.411,2.28,2.212,2.114,2.05,2.146,2.941,2.127,1.324,1.671,1.879,1.883,2.035,2.121,2.444,1.544],"paint":[1.815,2.414,2.015,2.418,1.424,1.487,2.224,1.534,2.858,1.878,2.241,2.543,2.461,0.747,2.724,1.699,2.8,2.108,1.185,1.617,1.901,1.908,2.502,2.357,3.759]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"05_swap1k","values":{"total":[25.131,24.3,22.564,25.517,23.045,25.047,23.195,23.461,23.704,24.31,23.576,23.479,23.584,23.767,23.053],"script":[2.157,1.808,1.645,1.822,1.599,2.493,1.898,1.595,2.237,2.224,1.861,2.027,1.1,1.803,1.845],"paint":[20.69,20.555,19.138,21.521,20.432,20.841,19.547,20.479,19.848,20.044,20.25,19.323,20.12,20.063,20.15]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.747,17.624,17.523,18.427,18.17,18.267,17.508,17.692,18.012,18.109,17.849,19.696,17.957,17.892,17.136],"script":[1.166,1.132,0.894,0.977,1.158,1.1,1.003,0.806,0.822,0.957,1.134,1.3,0.869,1.004,0.884],"paint":[15.418,15.729,15.874,16.177,16.12,16.759,15.749,16.042,15.732,15.998,15.886,17.17,15.762,16.033,15.463]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"07_create10k","values":{"total":[435.453,435.765,437.28,435.666,431.396,435.809,437.204,426.958,437.467,428.063,427.715,441.943,444.087,429.726,432.586],"script":[66.855,66.741,67.535,68.991,67.864,68.129,68.619,66.885,67.628,69.265,66.872,69.005,67.615,66.927,67.241],"paint":[360.977,361.452,362.125,358.773,355.982,359.812,361.052,352.485,362.322,350.54,353.268,364.812,368.99,355.102,357.664]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.015,43.229,45.303,45.14,43.36,46.867,42.932,44.505,44.222,43.734,44.512,45.61,45.33,44.487,45.233],"script":[5.278,5.069,5.047,5.409,5.112,5.274,5.065,5.244,5.051,5.069,5.434,5.111,5.148,5.265,5.001],"paint":[38.772,37.323,39.022,38.545,37.461,40.747,37.07,38.369,38.361,37.725,37.969,39.522,39.165,38.261,39.02]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.9,15.104,15.032,14.358,14.124,13.637,13.853,14.655,14.741,14.764,14.725,14.239,13.628,15.05,12.336],"script":[12.639,12.738,12.45,12.398,12.678,11.755,12.748,12.574,12.859,12.097,12.684,11.975,12.064,13.227,10.761],"paint":[1.17,2.234,1.626,1.65,0.42,1.803,0.4,1.993,1.797,2.21,1.946,2.168,1.256,1.193,1.129]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7153434753417969]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.183206558227539]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.390030860900879]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0196542739868164]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.472140312194824]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.775]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.852]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.45600000000002]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[183.9580078125]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[45.6826171875]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[12.7255859375]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[100.8]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[100.8]}},{"framework":"crank-v0.4.1-keyed","benchmark":"01_run1k","values":{"total":[43.151,43.944,45.904,46.482,43.726,42.853,44.672,45.997,42.129,43.947,45.528,44.489,43.898,46.229,42.981],"script":[8.025,7.695,7.978,7.833,7.98,8.158,8.291,8.279,7.896,8.058,8.123,7.986,8.714,8.299,7.872],"paint":[34.65,35.813,37.207,38.166,35.287,34.236,35.64,37.223,33.749,35.458,36.706,36.02,34.754,37.216,34.618]}},{"framework":"crank-v0.4.1-keyed","benchmark":"02_replace1k","values":{"total":[42.475,43.264,44.074,44.089,44.753,42.807,43.64,43.395,43.901,43.307,43.907,42.431,42.7,44.803,44.191],"script":[10.015,9.908,10.572,9.849,10.322,10.146,9.928,9.896,10.15,10.18,10.555,10.103,9.972,10.242,10.652],"paint":[32.023,32.923,33.049,33.796,33.94,32.218,32.965,32.882,33.316,32.358,32.596,31.909,32.299,34.077,33.083]}},{"framework":"crank-v0.4.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.996,23.424,23.894,23.358,22.982,23.516,22.705,23.007,22.52,23.955,24.011,23.832,23.296,22.017,23.819],"script":[6.41,5.917,5.773,5.873,5.569,5.75,5.518,5.751,6.091,6.524,5.968,6.16,5.684,5.363,5.924],"paint":[15.583,15.577,15.98,15.2,15.854,16.177,15.535,15.993,13.92,16.341,16.356,15.151,15.371,15.305,16.018]}},{"framework":"crank-v0.4.1-keyed","benchmark":"04_select1k","values":{"total":[5.557,5.886,6.196,6.636,6.34,6.22,5.88,5.679,5.709,6.735,6.228,5.857,5.918,5.73,6.472,5.598,5.938,6.181,6.178,5.533,6.007,5.545,5.736,5.588,4.675],"script":[2.858,3.025,2.496,3.212,2.75,3.508,3.244,2.79,2.135,3.694,3.283,3.046,3.307,2.917,3.314,3.035,2.964,2.795,3.34,3.194,2.617,2.691,2.269,2.071,2.518],"paint":[2.449,1.02,2.828,2.194,3.412,2.52,1.632,2.738,3.074,2.513,1.753,2.054,1.627,2.643,3,1.448,2.774,2.42,1.852,2.18,2.206,2.576,2.763,3.389,2.038]}},{"framework":"crank-v0.4.1-keyed","benchmark":"05_swap1k","values":{"total":[24.334,25.238,23.616,24.349,24.065,25.754,24.517,24.355,25.055,24.072,23.582,24.803,25.015,22.812,24.578],"script":[3.146,3.195,2.764,2.636,3.191,3.41,3.522,3.038,3.295,3.478,3.218,3.498,3.391,3.057,3.773],"paint":[19.608,20.043,18.072,20.182,19.521,20.878,19.478,19.172,19.84,19.14,18.85,19.997,20.086,17.828,19.765]}},{"framework":"crank-v0.4.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.715,18.386,18.872,18.311,18.343,18.98,18.235,18.906,18.561,18.946,18.971,19.15,18.895,18.461,19.137],"script":[1.791,1.693,1.645,1.809,1.713,1.814,1.687,1.729,1.429,1.831,1.738,1.453,1.819,1.789,1.553],"paint":[16.36,15.935,15.73,15.039,15.192,15.685,15.373,15.656,16.295,16.346,15.959,16.561,16.318,14.776,15.967]}},{"framework":"crank-v0.4.1-keyed","benchmark":"07_create10k","values":{"total":[484.8,484.281,476.789,483.927,476.333,475.024,481.986,476.278,472.94,483.043,479.153,482.851,479.421,485.023,481.869],"script":[110.102,108.941,110.401,109.727,107.876,110.27,108.751,108.084,108.997,109.563,108.219,110.89,108.698,110.609,109.767],"paint":[366.849,366.197,358.945,366.631,360.836,356.954,365.369,360.722,356.37,365.577,363.371,364.431,363.219,366.66,364.482]}},{"framework":"crank-v0.4.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.287,48.159,47.456,48.846,50.102,47.706,46.819,47.682,47.08,48.141,47.455,46.922,47.078,46.498,46.509],"script":[10.386,8.498,8.884,8.87,9.435,9.519,9.072,8.915,8.837,8.842,9.045,8.934,8.876,8.613,8.695],"paint":[36.931,38.647,37.25,38.734,39.563,36.949,36.453,37.923,37.287,38.078,37.099,36.655,37.299,36.932,36.955]}},{"framework":"crank-v0.4.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.173,13.796,14.84,13.859,13.84,13.105,14.06,14.326,14.225,13.754,13.815,13.737,14.566,14.127,13.974],"script":[11.709,12.312,11.829,11.462,11.664,11.769,12.222,11.651,11.437,11.65,11.588,11.7,12.329,12.16,11.626],"paint":[2.349,1.382,2.016,2.294,0.941,0.896,1.736,2.542,1.905,2,2.135,1.246,2.155,1.855,2.262]}},{"framework":"crank-v0.4.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5474071502685547]}},{"framework":"crank-v0.4.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.992711067199707]}},{"framework":"crank-v0.4.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.146310806274414]}},{"framework":"crank-v0.4.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9537467956542969]}},{"framework":"crank-v0.4.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.59299182891846]}},{"framework":"crank-v0.4.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.25]}},{"framework":"crank-v0.4.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.032]}},{"framework":"crank-v0.4.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.57999999999998]}},{"framework":"crank-v0.4.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.6767578125]}},{"framework":"crank-v0.4.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[20.40234375]}},{"framework":"crank-v0.4.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.4453125]}},{"framework":"crank-v0.4.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[82.5]}},{"framework":"crank-v0.4.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[82.5]}},{"framework":"dark-v0.25.1-keyed","benchmark":"01_run1k","values":{"total":[49.157,49.303,49.57,49.393,49.468,49.62,48.657,51.605,49.979,49.072,49.465,49.288,49.231,50.07,47.504],"script":[13.402,13.37,14.474,13.77,13.201,13.941,13.951,13.072,14.118,13.778,13.833,13.241,13.499,13.675,12.516],"paint":[35.231,35.443,34.568,35.116,35.521,35.167,34.287,37.981,35.421,34.762,35.18,35.538,34.944,35.705,34.528]}},{"framework":"dark-v0.25.1-keyed","benchmark":"02_replace1k","values":{"total":[56.915,54.894,55.198,53.068,55.025,54.252,55.248,54.395,55.498,53.151,54.092,55.59,57.502,54.145,54.379],"script":[20.981,21.479,19.81,19.99,21.439,20.76,20.493,20.858,22.223,20.286,20.827,22.071,21.197,21.398,20.887],"paint":[35.263,32.916,34.658,32.634,33.121,33.027,34.264,33.008,32.828,32.401,32.841,33.042,35.623,32.256,33.012]}},{"framework":"dark-v0.25.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.946,22.103,23.147,22.369,25.424,23.755,23.146,23.201,22.165,23.53,22.114,22.573,23.002,24.18,23.971],"script":[5.55,5.308,5.212,5.219,5.755,4.738,5.291,5.527,5.523,5.888,4.89,5.616,6.349,5.919,5.925],"paint":[14.312,15.439,16.532,15.595,16.672,16.563,16.291,15.831,14.629,15.985,15.511,15.093,15.643,15.985,15.73]}},{"framework":"dark-v0.25.1-keyed","benchmark":"04_select1k","values":{"total":[5.204,4.842,4.839,4.885,4.246,4.24,5.953,4.31,4.132,4.513,4.125,4.533,5.559,5.077,4.201,4,5.027,5.304,4.92,3.778,4.476,4.343,4.622,4.598,4.024],"script":[2.304,0.961,1.63,1.395,1.367,1.431,2.178,1.792,1.556,1.488,1.573,1.059,2.3,2.094,1.232,1.554,2.149,2.353,2.263,0.977,1.524,1.804,1.504,1.874,1.43],"paint":[1.591,2.614,3.065,1.822,1.741,2.644,2.075,2.398,2.419,2.869,1.724,3.115,2.234,2.824,1.808,2.34,1.996,1.716,2.038,2.228,2.454,2.429,2.959,2.132,2.447]}},{"framework":"dark-v0.25.1-keyed","benchmark":"05_swap1k","values":{"total":[33.369,33.202,31.651,31.151,34.689,31.068,32.645,33.163,31.705,33.916,32.017,33.6,32.908,33.468,32.073],"script":[11.456,11.28,10.269,9.166,11.482,9.942,11.132,11.001,9.978,11.007,10.29,10.99,11.227,10.917,11.148],"paint":[20.441,20.571,19.067,19.897,21.157,19.068,19.612,20.142,19.753,20.809,19.911,19.392,19.792,20.88,19.089]}},{"framework":"dark-v0.25.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.469,24.073,23.551,24.408,24.006,23.967,25.705,23.602,23.85,24.671,24.21,22.9,22.993,23.695,24.076],"script":[5.838,5.73,6.215,6.395,6.355,6.224,6.349,5.735,5.606,6.053,6.314,5.33,5.81,6.123,5.655],"paint":[16.737,16.733,16.155,16.646,16.766,16.863,17.537,16.946,16.819,17.715,16.201,16.716,16.324,16.692,17.222]}},{"framework":"dark-v0.25.1-keyed","benchmark":"07_create10k","values":{"total":[548.739,546.779,549.233,543.018,559.627,552.257,549.607,554.441,555.167,552.574,559.92,553.749,560.575,545.46,556.311],"script":[160.218,160.085,162.596,160.493,162.119,161.277,160.09,163.098,161.218,161.622,161.975,164.979,164.006,164.359,162.333],"paint":[380.963,379.065,377.869,374.759,389.841,383.184,381.537,383.693,386.155,382.965,390.371,381.064,388.907,373.425,386.337]}},{"framework":"dark-v0.25.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.937,60.464,62.81,60.385,59.824,61.157,59.351,58.807,58.872,59.379,60.915,59.25,59.434,62.005,60.256],"script":[22.132,21.637,22.679,21.316,20.865,21.861,21.089,20.109,20.79,20.724,22.924,20.856,21.044,23.068,21.353],"paint":[37.765,37.875,38.931,38.136,37.974,37.853,37.264,37.728,37.18,37.665,37.085,37.351,37.474,37.88,37.966]}},{"framework":"dark-v0.25.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.067,14.765,14.924,14.281,15.053,14.853,13.972,14.44,15.038,15.021,15.163,15.35,14.584,15.451,14.785],"script":[12.553,12.76,12.256,12.39,13.101,12.613,12.477,12.842,12.522,12.533,12.823,12.875,11.988,12.49,12.572],"paint":[2.419,1.912,1.407,1.787,1.845,2.12,0.432,0.831,1.599,2.379,2.214,1.906,2.468,2.66,2.104]}},{"framework":"dark-v0.25.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6454534530639648]}},{"framework":"dark-v0.25.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.633703231811523]}},{"framework":"dark-v0.25.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.544944763183594]}},{"framework":"dark-v0.25.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3191280364990234]}},{"framework":"dark-v0.25.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.81293773651123]}},{"framework":"dark-v0.25.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.3099999999997]}},{"framework":"dark-v0.25.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.256]}},{"framework":"dark-v0.25.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.96400000000003]}},{"framework":"dark-v0.25.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[163.5693359375]}},{"framework":"dark-v0.25.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[25.294921875]}},{"framework":"dark-v0.25.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.884765625]}},{"framework":"dark-v0.25.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[88.2]}},{"framework":"dark-v0.25.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[88.2]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"01_run1k","values":{"total":[42.512,41.138,41.76,42.082,41.207,40.638,40.833,41.967,42.771,43.91,42.176,40.513,42.198,42.331,40.119],"script":[4.751,4.849,4.836,4.619,4.814,4.791,4.778,4.974,4.868,4.782,4.834,4.839,4.717,4.613,4.808],"paint":[37.337,35.57,36.457,37.033,35.897,35.395,35.626,36.332,37.505,38.371,36.89,34.973,37.016,37.187,34.849]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"02_replace1k","values":{"total":[40.735,42.327,41.54,42.119,41.905,42.558,42.306,42.835,42.788,42.463,45.389,40.622,42.172,43.42,44.473],"script":[8.148,8.369,8.193,8.045,8.326,8.055,8.021,8.128,8.131,8.04,8.216,8.198,8.096,8.313,8.164],"paint":[32.159,33.564,32.905,33.609,33.16,34.076,33.837,34.083,34.229,33.991,36.741,31.968,33.427,34.74,35.846]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.334,19.932,18.664,20.281,17.828,18.81,18.135,18.473,18.844,19.005,18.798,18.497,19.003,17.873,18.737],"script":[1.983,2.019,2.405,1.786,1.299,1.565,1.799,1.76,1.368,1.983,1.801,1.743,1.425,1.297,1.862],"paint":[15.174,16.53,15.002,16.547,14.325,15.697,15.341,15.571,15.827,15.17,15.461,15.309,16.017,15.129,15.894]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"04_select1k","values":{"total":[3.976,3.07,3.96,4.241,4.218,3.452,3.662,3.707,4.049,3.469,3.522,4.303,3.42,3.55,3.782,3.153,3.813,3.517,3.537,3.106,3.249,2.979,3.925,3.13,3.546],"script":[1.185,0.901,0.975,0.668,0.87,0.842,0.896,0.975,1.382,1.437,0.876,0.199,1.241,0.831,0.672,0.924,1.168,0.207,1.073,0.611,0.536,0.837,1.155,0.856,0.583],"paint":[1.546,2.075,2.434,2.497,2.154,1.719,2.621,2.196,1.781,1.15,2.555,3.122,2.074,2.276,1.353,1.844,0.876,1.755,1.64,2.364,1.519,0.911,2.638,2.16,2.479]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"05_swap1k","values":{"total":[23.096,22.969,23.548,23.529,22.979,23.01,23.317,23.024,24.788,22.838,23.035,22.973,24.662,22.914,24.021],"script":[1.604,1.732,2.015,1.503,1.822,1.89,1.59,2.048,2.334,1.871,2.018,1.606,2.42,1.409,1.943],"paint":[19.956,19.833,20.499,20.556,19.776,18.841,20.346,18.995,20.629,18.905,19.935,19.587,20.389,19.116,19.639]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.66,17.782,17.584,17.394,18.275,17.955,17.826,18.476,17.857,17.315,17.244,18.129,17.708,18.476,18.137],"script":[1.06,0.974,0.89,0.812,1.13,0.762,0.761,0.812,0.766,0.752,1.062,1.088,0.757,1.011,0.993],"paint":[15.179,15.82,15.567,15.573,16.217,16.055,16.096,16.263,15.821,15.481,15.453,15.769,16.042,16.689,16.082]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"07_create10k","values":{"total":[419.475,420.571,420.241,433.135,423.729,432.972,421.489,416.568,423.928,432.698,422.652,424.18,425.026,413.233,422.284],"script":[53.887,50.754,51.409,54.46,51.004,53.098,51.444,51.549,51.042,52.33,53.261,51.951,54.587,52.099,51.854],"paint":[357.882,362.099,361.369,370.935,365.401,372.447,362.368,356.671,365.4,372.577,362.048,364.85,362.985,353.69,362.777]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.816,43.476,45.746,48.303,45.171,45.185,44.04,45.947,46.387,45.671,44.881,44.79,44.712,43.565,44.972],"script":[5.657,5.727,5.891,5.845,5.866,5.885,6.009,6.109,5.779,5.952,6.122,5.88,5.938,5.665,5.948],"paint":[37.245,36.822,38.551,41.117,38.378,38.394,37.17,38.623,39.639,38.507,37.864,37.972,37.853,36.919,38.08]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.312,19.333,18.218,17.713,17.894,19.081,17.714,16.812,16.759,17.303,16.809,16.689,18.123,16.798,17.413],"script":[17.408,16.826,16.476,15.283,15.364,16.863,14.964,14.947,14.898,15.249,14.375,13.906,15.25,14.794,14.952],"paint":[1.947,3.186,0.773,2.334,2.141,2.116,2.949,1.775,1.052,1.971,1.508,2.217,2.096,1.933,2.362]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.7532014846801758]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.877424240112305]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.906284332275391]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[6.9768781661987305]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[41.4481782913208]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2330.313]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[46.251999999999995]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[172.128]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[457.07421875]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[317.310546875]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[92.9248046875]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[597.8]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[597.8]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"01_run1k","values":{"total":[44.792,42.68,45.733,46.409,42.292,44.536,43.279,45.352,43.185,43.987,42.829,42.939,43.409,44.829,44.256],"script":[8.034,7.07,8.06,7.388,7.391,7.641,7.39,7.827,7.465,7.735,7.123,7.213,7.575,8.006,7.872],"paint":[36.35,35.121,37.193,38.31,34.455,36.383,35.447,36.828,35.24,35.775,35.233,35.263,35.378,36.106,35.895]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"02_replace1k","values":{"total":[47.373,46.602,47.235,50.416,48.339,47.691,46.961,46.592,46.573,46.285,49.878,48.087,47.533,47.251,46.21],"script":[13.223,13.925,13.326,13.704,13.997,13.691,13.846,13.518,13.58,13.096,13.735,13.854,13.48,13.45,13.13],"paint":[33.656,32.192,33.467,36.242,33.881,33.604,32.481,32.665,32.551,32.795,35.678,33.575,33.623,33.206,32.423]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.645,25.216,26.438,25.561,25.38,24.716,23.711,28.556,23.957,25.172,25.291,25.409,23.666,25.767,25.208],"script":[7.542,7.215,7.915,7.639,7.76,6.658,6.649,7.094,7.047,6.848,7.414,7.139,6.282,6.797,7.54],"paint":[15.863,16.23,15.879,15.727,15.423,16.579,15.229,18.566,15.136,16.212,14.077,16.391,15.368,16.929,15.707]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"04_select1k","values":{"total":[3.653,3.866,3.615,3.089,2.982,3.578,3.514,3.375,4.704,4.542,4.068,3.655,3.138,2.9,3.722,3.663,4.213,4.295,4.039,3.664,4.07,5.57,4.209,3.175,3.354],"script":[0.522,1.045,1.028,0.643,0.929,0.545,0.905,0.793,0.677,1.089,1.35,0.93,0.873,0.119,0.871,0.622,0.172,1.048,0.795,0.898,0.696,1.203,0.272,0.887,0.666],"paint":[2.17,2.683,2.038,2.341,1.339,2.932,1.675,1.315,3.81,2.273,1.522,2.625,1.469,2.625,2.69,2.433,3.04,2.678,1.966,2.666,3.151,4.115,3.679,1.464,2.582]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"05_swap1k","values":{"total":[32.686,30.416,29.349,30.138,33.167,31.012,29.817,31.6,29.906,31.435,32.858,32.117,30.258,30.921,29.823],"script":[9.056,8.529,7.591,7.583,8.733,8.345,7.698,8.104,7.758,7.756,8.803,8.47,8.431,8.719,7.342],"paint":[20.142,20.428,20.269,20.926,21.692,20.104,20.296,20.604,19.451,22.197,22.076,21.836,19.502,20.513,20.534]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.685,21.314,20.707,21.292,22.121,20.776,20.834,21.577,21.507,21.24,21.18,20.423,21.586,20.926,20.331],"script":[3.781,4.106,4.191,4.019,4.241,3.992,4.133,4.307,4.035,4.261,4.281,3.776,4.108,3.719,3.76],"paint":[15.527,16.42,15.739,16.03,16.836,15.825,15.953,16.43,15.956,15.915,15.485,15.566,15.811,16.435,15.753]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"07_create10k","values":{"total":[508.712,505.497,508.009,504.088,507.006,506.179,501.104,508.206,509.005,499.539,515.828,509.737,510.216,502.013,503.176],"script":[132.366,133.538,131.451,133.435,133.791,131.616,129.306,131.997,135.478,132.093,135.954,136.775,132.53,130.915,129.618],"paint":[368.572,364.235,368.585,362.922,365.322,366.96,364.204,368.38,366.1,359.385,371.466,365.437,369.995,363.499,366.072]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.333,50.221,50.307,49.379,49.59,50.82,49.759,49.74,49.315,48.746,49.381,49.45,49.045,49.491,49.484],"script":[10.284,10.305,10.514,10.19,10.695,10.866,10.466,10.596,10.486,10.384,10.247,10.64,10.531,10.443,10.535],"paint":[38.077,38.684,38.531,38.185,37.931,38.644,38.087,38.2,37.895,37.398,38.262,37.871,37.628,38.176,38.042]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.47,25.993,26.277,26.637,26.506,25.427,25.199,25.159,24.758,26.02,24.202,25.364,24.955,25.516,25.887],"script":[24.551,23.875,23.579,24.823,24.232,23.932,22.884,22.999,22.968,23.05,21.912,22.76,22.779,23.593,23.721],"paint":[1.421,2.015,2.59,1.697,1.667,1.381,1.757,2.036,1.538,2.86,1.766,2.497,1.307,0.799,1.926]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5024585723876953]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.436530113220215]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.345870018005371]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7583913803100586]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[37.00089740753174]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.4350000000002]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.12]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[146.48799999999997]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.3642578125]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.08984375]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.2275390625]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[87.2]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[87.2]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"01_run1k","values":{"total":[70.111,63.054,66.603,62.687,66.669,63.589,74.373,70.444,70.242,62.745,64.11,70.834,71.015,68.789,74.004],"script":[27.954,27.652,27.713,27.321,28.176,27.787,28.314,26.931,30.446,26.862,26.957,26.142,27.39,27.1,27.648],"paint":[36.114,35.242,35.783,34.711,35.334,35.142,35.284,35.776,35.04,35.706,35.336,35.402,35.896,35.481,35.743]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"02_replace1k","values":{"total":[65.575,74.076,67.51,74.086,72.16,69.275,64.942,75.254,70.188,70.718,71.99,68.664,72.829,67.713,74.004],"script":[32.664,32.053,33.296,31.662,31.277,31.674,30.894,32.035,31.686,31.67,33.93,34.007,32.343,31.282,31.726],"paint":[32.456,33.275,33.459,33.487,33.411,35.117,33.549,32.966,33.382,35.32,37.23,33.683,33.189,33.994,36.272]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.374,25.838,25.414,26.372,27.03,25.911,26.913,25.113,26.879,25.835,25.811,26.661,26.559,27.689,26.233],"script":[9.747,9.639,8.986,10.366,9.51,9.666,9.655,8.872,9.199,9.502,9.756,10.041,10.013,10.279,8.98],"paint":[15.967,14.432,13.928,15.335,17.397,16.123,17.144,15.959,17.559,15.708,15.811,15.45,16.441,16.568,17.147]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"04_select1k","values":{"total":[4.19,4.41,4.559,4.362,4.842,4.279,4.39,4.237,4.342,4.454,4.058,3.76,3.962,4.312,4.304,3.692,3.775,4.507,3.888,5.076,4.992,4.353,4.123,5.197,3.452],"script":[1.654,0.315,2.233,0.781,0.904,1.872,1.229,1.527,1.473,1.832,0.669,0.272,1.224,1.821,2.058,1.81,1.247,0.911,1.174,2.114,1.722,1.322,1.005,0.303,0.905],"paint":[1.489,2.923,2.198,2.344,2.13,2.29,3.033,2.223,2.741,1.669,1.474,2.78,2.613,2.348,2.11,1.758,2.405,3.396,2.538,2.368,3.035,1.919,2.755,4.099,2.435]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"05_swap1k","values":{"total":[32.737,32.577,31.854,32.422,32.602,32.357,32.584,33.007,32.315,32.224,33.051,33.112,32.789,32.723,33.119],"script":[12.772,13.091,12.365,12.027,11.419,10.853,12.369,12.784,12.413,12.055,12.453,13.07,12.81,12.87,13.048],"paint":[19.853,19.371,18.451,20.195,19.566,19.926,19.762,19.377,19.779,18.937,20.477,19.931,19.855,19.739,19.221]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.859,19.036,20.126,18.186,18.48,20.226,21.033,18.316,17.968,19.701,17.733,19.257,18.427,19.021,19.029],"script":[0.4,0.283,0.786,0.704,1.041,0.919,0.62,0.504,0.3,0.717,0.673,0.583,0.459,0.654,0.966],"paint":[16.147,16.472,17.093,16.444,16.162,16.776,17.528,16.579,16.259,16.73,15.625,17.047,16.407,17.136,16.449]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"07_create10k","values":{"total":[627.099,624.109,630.835,638.007,635.959,637.303,636.487,631.089,628.625,619.847,622.719,629.075,625.311,621.779,641.021],"script":[238.696,240.744,242.051,246.591,247.096,248.732,241.837,243.491,241.926,231.076,234.236,236.005,238.631,234.081,246.588],"paint":[380.068,379.973,384.864,381.456,379.187,379.282,384.828,381.112,378.566,377.84,381.408,383.75,379.72,382.726,387.634]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[74.983,67.172,76.099,73.022,73.943,75.254,72.882,73.807,72.7,76.459,73.166,74.856,73.821,67.23,72.18],"script":[28.239,28.51,28.228,27.968,28.612,29.224,27.721,27.751,27.67,28.005,27.915,27.164,28.807,27.907,27.76],"paint":[39.955,38.362,41.217,39.046,39.302,39.787,38.563,40.219,38.984,41.888,38.929,38.722,38.683,39.016,38.23]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.473,24.395,24.34,25.052,24.447,23.976,24.603,24.217,24.93,23.912,23.258,25.524,24.504,24.549,25.094],"script":[21.906,22.042,21.361,22.45,21.131,22.254,21.783,21.72,21.67,21.621,20.458,22.928,21.898,22.088,22.338],"paint":[1.495,2.225,2.373,2.044,2.187,0.763,1.91,1.461,1.378,2.117,2.006,1.547,1.76,1.98,1.827]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7053365707397461]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.428915023803711]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.567241668701172]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.5074281692504883]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[65.77621746063232]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2027.5520000000001]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.108]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.04799999999994]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.59765625]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.736328125]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.517578125]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[97.6]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[97.6]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"01_run1k","values":{"total":[45.648,49.638,47.993,47.923,46.779,46.771,47.208,49.713,46.627,46.515,46.634,49.401,45.732,46.967,47.948],"script":[9.889,10.243,9.587,9.89,9.629,9.904,10.179,10.525,9.848,9.424,9.654,9.532,9.853,9.338,10.149],"paint":[35.33,38.915,37.907,37.523,36.707,36.33,36.556,38.464,36.137,36.52,36.524,39.378,35.393,37.111,37.098]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"02_replace1k","values":{"total":[49.188,49.748,48.634,47.26,47.299,48.777,47.062,47.022,48.938,50.98,47.977,47.306,48.653,50.473,49.624],"script":[14.031,14.36,14.678,13.752,13.704,14.079,13.856,13.669,14.096,15.57,13.986,13.897,14.426,14.004,14.566],"paint":[34.679,34.878,33.51,33.057,33.122,34.265,32.779,32.933,34.134,34.692,33.597,32.977,33.76,36.003,34.507]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.695,18.304,18.885,19.841,19.208,18.313,18.458,18.935,18,18.157,18.398,18.428,19.588,18.298,19.549],"script":[1.224,1.312,1.253,0.899,0.825,1.105,1.196,1.505,1.121,1.276,1.29,0.929,0.951,1.242,1.443],"paint":[15.262,14.165,15.738,17.258,15.615,15.519,13.797,16.071,15.482,15.024,15.77,16.424,17.273,14.749,16.039]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"04_select1k","values":{"total":[3.574,3.567,4.606,4.362,3.645,4.277,4.763,3.425,3.327,4.05,3.389,3.697,3.855,4.331,2.961,2.887,4.627,3.317,4.223,3.893,2.977,3.969,3.72,4.269,3.515],"script":[1.124,0.984,1.538,1.315,0.894,1.148,1.401,0.747,0.227,1.193,1.069,0.664,1.441,1.266,0.995,0.553,0.734,0.234,0.303,0.674,0.914,1.406,0.902,0.209,0.767],"paint":[2.291,2.126,2.062,2.833,1.922,2.978,2.094,2.194,2.993,1.775,1.252,2.55,1.75,2.918,1.264,1.333,2.66,2.415,2.958,3.076,1.172,1.631,1.762,3.804,1.772]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"05_swap1k","values":{"total":[20.363,21.21,22.311,21.767,21.174,20.974,22.477,21.398,21.572,20.809,20.556,23.248,21.683,21.608,21.715],"script":[0.588,0.8,1.017,0.907,0.838,0.15,0.953,1.09,0.577,0.863,0.615,0.16,0.876,0.154,1.069],"paint":[17.488,19.087,19.699,19.187,18.333,19.497,20.105,18.406,18.424,18.516,18.576,20.838,19.489,19.868,19.08]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.462,17.423,16.715,17.238,17.275,17.257,17.836,17.675,17.332,17.292,17.234,17.22,18.185,17.548,16.637],"script":[0.547,0.259,0.407,0.332,0.522,0.338,0.552,0.554,0.438,0.581,0.547,0.535,0.369,0.54,0.213],"paint":[16.597,16.296,15.418,16.09,15.898,16.006,16.431,16.234,16.096,15.206,15.781,15.568,16.126,15.702,15.275]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"07_create10k","values":{"total":[503.224,512.864,498.785,512.595,504.079,504.518,508.002,510.137,491.684,517.453,501.167,506.927,497.649,496.844,500.313],"script":[120.497,120.651,115.829,120.724,116.834,118.768,124.455,118.195,113.762,119.912,123.766,114.925,116.538,113.346,113.961],"paint":[374.299,384.044,375.493,382.932,379.557,377.733,375.884,384.187,370.358,389.854,369.861,384.054,373.561,375.788,378.661]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.95,47.128,48.94,51.099,48.17,50.533,50.387,48.083,53.209,50.171,48.264,48.261,48.177,48.801,49.319],"script":[10.161,9.586,9.897,10.014,9.929,10.045,10.093,9.906,10.405,10.216,9.88,9.782,9.9,10.164,10.064],"paint":[37.922,36.632,38.102,39.836,37.343,39.515,39.069,37.221,41.857,38.982,37.509,37.63,37.398,37.729,38.276]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.586,19.872,20.102,20.406,19.41,19.516,20.399,19.573,19.672,20.667,20.31,19.383,19.384,21.457,20.822],"script":[18.058,17.497,17.981,18.915,17.796,17.08,17.441,17.562,17.173,17.411,17.806,17.319,17.556,19.323,18.551],"paint":[1.42,2.124,1.065,0.422,1.515,2.325,2.757,1.899,1.534,2.573,2.4,1.004,0.894,2.03,1.114]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6227445602416992]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.022470474243164]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.076621055603027]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.5857553482055664]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.583391189575195]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.6149999999998]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.323999999999987]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.15200000000004]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[274.2216796875]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[135.361328125]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.0673828125]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[250.6]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[250.6]}},{"framework":"doohtml-keyed","benchmark":"01_run1k","values":{"total":[40.223,40.506,39.589,38.899,39.706,39.485,40.247,41.155,41.109,40.328,39.563,40.016,40.317,39.86,39.742],"script":[2.631,2.564,2.522,2.46,2.648,2.572,2.492,2.521,2.577,2.543,2.543,2.598,2.501,2.568,2.466],"paint":[36.947,37.34,36.676,35.995,36.613,36.454,37.292,37.903,37.828,37.336,36.548,36.984,37.144,36.892,36.877]}},{"framework":"doohtml-keyed","benchmark":"02_replace1k","values":{"total":[40.836,39.049,38.469,40.931,41.061,41.208,40.446,40.254,41.013,39.959,39.26,40.314,40.278,40.598,38.375],"script":[5.404,5.299,5.231,5.452,5.314,5.576,5.463,5.438,5.463,5.35,5.273,5.433,5.441,5.484,5.253],"paint":[34.759,33.335,32.769,34.826,35.097,34.934,34.55,34.29,35.103,34.118,33.553,34.506,34.376,34.667,32.681]}},{"framework":"doohtml-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.502,18.358,19.411,20.735,17.777,18.203,18.61,18.458,19.709,19.31,19.998,18.416,18.409,19.016,18.459],"script":[0.607,0.88,1.419,1.183,0.661,1.26,0.978,1.079,1.3,1.596,1.28,1.217,0.924,1.062,0.574],"paint":[16.529,15.606,16.423,17.419,14.851,15.406,15.649,15.205,16.436,15.806,17.03,15.27,15.909,15.866,15.489]}},{"framework":"doohtml-keyed","benchmark":"04_select1k","values":{"total":[3.878,4.51,3.122,4.286,3.89,3.191,2.752,3.236,4.13,3.29,3.074,2.681,4.125,3.318,3.89,3.854,3.84,2.596,3.246,2.877,2.848,2.966,3.65,3.876,3.348],"script":[0.053,0.059,0.491,1.093,1.053,0.053,0.066,0.072,1.054,0.912,0.063,0.067,1.07,0.067,0.605,0.905,0.075,0.056,0.069,0.067,0.052,0.638,0.795,1.035,0.944],"paint":[1.997,4.185,1.77,1.932,1.929,2.976,2.52,2.008,2.932,1.922,2.851,1.605,2.144,2.546,2.528,2.787,3.587,2.42,2.108,2.651,2.308,2.104,1.837,2.702,2.261]}},{"framework":"doohtml-keyed","benchmark":"05_swap1k","values":{"total":[22.233,21.472,22.199,20.873,22.25,22.117,20.22,22.565,22.336,22.363,22.031,21.153,20.805,20.194,20.26],"script":[0.633,0.081,0.077,0.739,0.083,0.085,0.082,0.078,0.84,0.081,0.832,0.909,0.574,0.746,0.576],"paint":[19.371,19.918,19.731,18.261,19.569,19.79,17.73,21.21,19.751,20.693,19.322,18.365,18.854,17.31,18.135]}},{"framework":"doohtml-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.566,16.946,16.807,17.666,16.636,17.095,17.3,17.293,16.723,17.583,17.185,17.873,17.482,17.626,17.736],"script":[0.293,0.103,0.278,0.085,0.083,0.071,0.093,0.087,0.211,0.247,0.428,0.467,0.275,0.431,0.071],"paint":[15.227,15.599,14.973,16.269,15.345,16.187,15.764,16.064,15.586,15.994,16.015,16.12,15.865,16.369,16.466]}},{"framework":"doohtml-keyed","benchmark":"07_create10k","values":{"total":[412.215,413.33,411.19,408.013,403.416,401.575,408.545,412.822,411.965,412.621,405.176,415.876,399.855,403.648,414.004],"script":[28.211,28.236,26.669,25.786,25.898,27.526,27.863,27.97,26.796,26.989,27.44,27.344,26.293,26.067,27.597],"paint":[376.418,376.979,376.755,374.696,370.038,366.28,372.787,377.093,377.523,378.081,370.175,380.918,365.942,369.968,378.78]}},{"framework":"doohtml-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.011,43.935,42.3,41.58,43.149,42.037,42.898,40.765,42.958,40.853,41.124,41.958,42.136,40.674,41.304],"script":[2.425,2.482,2.552,2.486,2.502,2.49,2.47,2.433,2.461,2.483,2.506,2.429,2.422,2.48,2.428],"paint":[37.639,40.418,38.805,38.149,39.458,38.609,39.221,37.536,39.552,37.564,37.682,38.39,38.772,37.274,37.962]}},{"framework":"doohtml-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.493,14.724,14.476,15.629,14.298,14.631,13.483,13.849,13.879,13.284,14.8,14.107,14.323,13.796,14.648],"script":[12.328,11.913,12.011,13.262,12.383,12.462,11.628,11.63,12.159,11.953,12.424,12.147,11.907,11.391,12.202],"paint":[2.081,2.19,2.386,1.583,1.04,1.657,1.169,2.131,1.368,1.238,1.45,1.84,2.317,2.302,2.339]}},{"framework":"doohtml-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5264158248901367]}},{"framework":"doohtml-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.018625259399414]}},{"framework":"doohtml-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.065249443054199]}},{"framework":"doohtml-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6331205368041992]}},{"framework":"doohtml-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.291958808898926]}},{"framework":"doohtml-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2028.19]}},{"framework":"doohtml-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.764]}},{"framework":"doohtml-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[152.42799999999997]}},{"framework":"doohtml-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.9521484375]}},{"framework":"doohtml-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.375]}},{"framework":"doohtml-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.951171875]}},{"framework":"doohtml-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63]}},{"framework":"doohtml-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63]}},{"framework":"doohtml-dom-keyed","benchmark":"01_run1k","values":{"total":[37.975,39.329,40.6,38.206,38.438,38.207,39.176,38.232,39.642,40.806,40.298,40.924,37.523,40.25,38.255],"script":[2.56,2.594,2.299,2.735,2.669,2.655,2.629,2.498,2.614,2.696,2.327,2.562,2.463,2.566,2.465],"paint":[34.958,36.168,37.867,35.003,35.132,35.093,35.817,35.257,36.548,37.516,37.237,37.83,34.442,37.183,35.309]}},{"framework":"doohtml-dom-keyed","benchmark":"02_replace1k","values":{"total":[39.209,38.443,37.918,39.662,40.048,37.747,38.234,37.317,38.217,38.549,40.571,38.607,38.152,39.418,38.018],"script":[5.117,5.086,4.958,5.144,5.195,5.028,5.077,4.899,5.053,5.258,5.19,5.193,5.119,5.113,4.972],"paint":[33.547,32.892,32.533,34.103,34.145,31.99,32.717,31.984,32.723,32.847,34.919,33.02,32.652,33.626,32.597]}},{"framework":"doohtml-dom-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.563,17.726,20.482,18.714,18.547,18.171,18.234,18.958,18.875,17.964,19.336,19.045,18.097,19.604,18.115],"script":[0.856,0.629,1.191,0.635,0.905,0.978,1.391,1.114,1.35,0.974,0.216,0.9,1.152,0.868,0.931],"paint":[15.005,15.923,16.981,16.698,14.494,15.486,15.454,16.062,16.071,15.465,17.134,16.18,14.988,16.955,15.537]}},{"framework":"doohtml-dom-keyed","benchmark":"04_select1k","values":{"total":[3.481,3.17,4.429,3.136,2.786,3.652,3.138,3.278,3.563,3.501,3.176,2.445,2.771,3.254,3.09,3.384,2.679,2.904,2.298,2.959,2.814,3.271,3.016,3.094,2.273],"script":[0.75,0.049,0.049,0.207,0.773,0.055,0.81,0.059,0.052,0.076,0.061,0.172,0.055,0.833,0.062,0.907,0.058,0.058,0.059,0.067,0.398,0.065,0.063,0.068,0.06],"paint":[1.822,2.958,3.82,1.996,1.145,2.689,1.393,2.648,3.372,3.16,1.841,1.475,2.601,1.372,1.857,2.343,1.379,2.753,2.142,2.36,2.316,2.089,1.814,2.455,1.212]}},{"framework":"doohtml-dom-keyed","benchmark":"05_swap1k","values":{"total":[20.897,21.185,22.046,20.71,20.963,21.336,21.825,20.222,21.348,21.584,21.475,21.396,22.796,21.679,21.407],"script":[0.089,0.089,0.082,0.49,0.081,0.089,0.748,0.085,0.083,0.704,0.081,0.818,0.076,0.098,0.082],"paint":[19.194,19.357,19.28,18.893,19.561,19.779,19.986,17.867,19.688,18.473,20.289,19.55,21.07,20.064,19.787]}},{"framework":"doohtml-dom-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.859,16.509,17.198,16.593,16.823,16.789,16.66,17.583,17.181,16.629,16.558,17.534,17.851,17.755,17.591],"script":[0.245,0.09,0.438,0.376,0.274,0.23,0.078,0.296,0.261,0.483,0.482,0.084,0.236,0.078,0.239],"paint":[16.151,15.578,15.962,14.408,15.437,15.819,15.634,16.438,16.036,15.325,14.974,15.873,16.363,16.778,16.106]}},{"framework":"doohtml-dom-keyed","benchmark":"07_create10k","values":{"total":[402.602,404.954,399.504,406.407,410.062,405.747,401.593,403.825,404.236,400.152,404.829,411.799,395.717,413.89,401.759],"script":[26.94,27.375,27.585,27.255,28.239,27.763,26.548,27.177,26.805,27.247,26.721,25.961,26.711,27.509,26.419],"paint":[367.58,369.527,363.81,371.553,373.895,370.27,367.544,368.684,369.772,365.429,370.54,378.305,361.281,378.706,367.829]}},{"framework":"doohtml-dom-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[40.627,40.904,41.646,39.891,41.632,41.018,41.774,40.834,41.641,41.012,40.864,43.331,42.283,39.986,41.879],"script":[2.464,2.59,2.507,2.465,2.519,2.507,2.536,2.461,2.49,2.564,2.441,2.622,2.621,2.518,2.545],"paint":[37.327,37.507,38.311,36.603,38.222,37.273,38.322,37.481,38.197,37.243,37.267,39.778,38.743,36.688,38.143]}},{"framework":"doohtml-dom-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.924,12.151,12.615,13.275,13.821,13.346,13.016,13.386,13.064,13.212,12.68,13.471,12.33,12.294,12.624],"script":[11.09,10.531,10.648,11.242,11.59,11.03,10.623,11.082,10.68,10.478,9.947,11.404,10.771,10.595,11.043],"paint":[1.749,1.516,1.341,1.927,1.568,1.163,2.315,1.168,1.914,2.64,1.933,1.077,1.199,0.798,0.848]}},{"framework":"doohtml-dom-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5131063461303711]}},{"framework":"doohtml-dom-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.9420814514160156]}},{"framework":"doohtml-dom-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.0153255462646484]}},{"framework":"doohtml-dom-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6463327407836914]}},{"framework":"doohtml-dom-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.28668212890625]}},{"framework":"doohtml-dom-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2028.6740000000002]}},{"framework":"doohtml-dom-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.735999999999999]}},{"framework":"doohtml-dom-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[151.77199999999996]}},{"framework":"doohtml-dom-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.869140625]}},{"framework":"doohtml-dom-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.2919921875]}},{"framework":"doohtml-dom-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.943359375]}},{"framework":"doohtml-dom-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[77.3]}},{"framework":"doohtml-dom-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[77.3]}},{"framework":"doz-v5-preview-keyed","benchmark":"01_run1k","values":{"total":[58.554,55.869,56.239,56.14,56.115,58.795,58.614,54.811,56.001,56.099,54.523,56.365,61.073,57.631,56.037],"script":[22.415,22.281,22.4,22.403,22.427,22.428,22.423,21.94,22.327,22.061,21.787,22.387,22.317,22.447,22.328],"paint":[35.438,33.133,33.381,33.279,33.216,35.829,35.47,32.459,33.229,33.517,32.312,33.279,38.252,34.741,33.254]}},{"framework":"doz-v5-preview-keyed","benchmark":"02_replace1k","values":{"total":[61.665,58.201,57.347,57.949,61.35,58.511,58.108,56.594,57.108,58.468,61.082,58.183,57.364,57.997,57.267],"script":[24.733,24.009,23.972,24.206,24.161,23.657,24.361,23.385,23.532,24.367,23.474,24.341,24.094,23.891,23.585],"paint":[36.468,33.433,32.884,33.036,36.682,34.126,33.286,32.746,33.107,33.644,37.144,33.146,32.845,33.376,33.132]}},{"framework":"doz-v5-preview-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.2,29.859,28.853,31.793,32.321,30.703,32.252,29.507,29.873,28.893,31.783,30.245,29.98,29.127,29.881],"script":[10.291,10.487,9.845,11.456,10.723,9.391,11.988,10.44,11.407,11.134,10.655,11.018,10.459,10.65,10.589],"paint":[17.712,17.031,17.49,18.06,19.441,18.469,18.614,16.968,16.739,16.174,17.928,17.894,16.866,16.15,16.932]}},{"framework":"doz-v5-preview-keyed","benchmark":"04_select1k","values":{"total":[9.771,8.965,8.34,8.77,10.413,9.369,9.306,10.649,9.92,9.6,10.898,8.912,9.383,9.491,8.872,9.31,10.145,9.516,9.606,9.221,9.387,10.138,9.584,9.289,9.356],"script":[6.674,6.498,5.352,6.145,6.378,6.474,6.904,6.627,6.711,6.785,6.931,5.647,6.185,6.017,5.774,6.295,5.98,5.964,6.418,5.997,6.282,6.665,6.739,6.506,6.687],"paint":[2.467,1.908,2.821,0.958,2.872,2.742,1.454,2.796,1.973,2.639,2.846,3.136,2.326,2.789,1.948,2.205,2.955,2.991,1.991,2.063,2.003,1.707,1.83,2.604,2.513]}},{"framework":"doz-v5-preview-keyed","benchmark":"05_swap1k","values":{"total":[27.985,28.253,28.552,28,29.371,29.899,27.726,28.599,27.644,28.11,27.766,29.131,27.883,27.757,31.085],"script":[6.621,6.598,6.875,6.358,6.676,6.809,5.847,6.408,6.614,6.625,6.237,6.438,6.425,6.136,7.066],"paint":[19.532,19.583,20.175,19.992,20.258,20.731,20.699,19.685,19.58,19.414,19.806,21.081,20.042,18.997,22.021]}},{"framework":"doz-v5-preview-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.773,22.629,23.22,22.546,22.404,22.538,23.755,22.344,23.011,22.789,22.339,23.487,22.742,22.429,22.147],"script":[5.565,5.572,5.534,5.51,5.46,5.496,5.818,5.227,5.525,5.547,5.33,5.603,5.538,5.226,5.279],"paint":[16.349,16.254,16.334,15.903,15.834,15.531,16.743,16.27,16.453,16.354,16.107,16.481,15.799,16.426,15.678]}},{"framework":"doz-v5-preview-keyed","benchmark":"07_create10k","values":{"total":[706.119,712.033,710.431,708.49,700.848,704.55,690.115,702.679,718.645,709.546,704.438,704.443,712.554,711.304,708.026],"script":[315.921,318.845,320.681,316.583,314.095,317.163,306.627,316.383,311.154,309.645,317.266,311.24,320.596,310.052,308.563],"paint":[382.17,385.413,382.235,384.367,379.004,378.845,375.473,378.754,398.921,392.139,379.825,385.787,384.2,393.674,391.847]}},{"framework":"doz-v5-preview-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[111.283,108.474,109.833,107.024,108.185,110.481,111.421,109.29,108.473,108.473,108.999,109.786,110.845,108.689,108.357],"script":[41.969,40.59,40.855,39.919,40.915,41.441,41.455,40.757,41.324,40.137,39.904,40.97,41.084,40.161,39.609],"paint":[68.073,66.95,68.111,65.8,66.359,68.08,68.618,67.591,66.178,67.444,68.082,67.835,68.765,67.664,67.878]}},{"framework":"doz-v5-preview-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.602,17.468,18.034,18.111,17.059,18.383,17.855,17.191,18.78,17.557,18.097,17.486,17.265,17.037,20.855],"script":[15.342,15.526,15.725,15.822,14.83,15.654,15.877,14.779,16.633,15.243,16.039,15.28,14.443,14.434,17.755],"paint":[2.054,1.842,1.438,1.128,2.121,2.316,1.833,2.318,1.187,2.216,1.043,1.532,1.997,2.504,2.01]}},{"framework":"doz-v5-preview-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7632675170898438]}},{"framework":"doz-v5-preview-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.703592300415039]}},{"framework":"doz-v5-preview-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.419979095458984]}},{"framework":"doz-v5-preview-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.818495750427246]}},{"framework":"doz-v5-preview-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.013511657714844]}},{"framework":"doz-v5-preview-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2177.065]}},{"framework":"doz-v5-preview-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.056000000000001]}},{"framework":"doz-v5-preview-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.7040000000001]}},{"framework":"doz-v5-preview-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[211.259765625]}},{"framework":"doz-v5-preview-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[72.984375]}},{"framework":"doz-v5-preview-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[19.111328125]}},{"framework":"doz-v5-preview-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[124.5]}},{"framework":"doz-v5-preview-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[124.5]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"01_run1k","values":{"total":[45.654,48.162,45.778,45.783,47.538,46.607,49.351,49.653,46.919,47.309,46.722,46.621,47.27,46.315,47.287],"script":[10.702,10.777,11.088,11.104,12.07,11.022,12.95,11.657,11.894,11.673,11.421,11.342,11.591,11.233,11.544],"paint":[34.518,36.951,34.2,34.224,34.991,34.975,35.649,37.524,34.549,35.163,34.536,34.796,35.233,34.563,35.328]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"02_replace1k","values":{"total":[50.615,47.887,48.084,48.168,46.748,47.752,47.912,47.414,47.557,48.816,47.836,48.237,48.866,48.144,47.369],"script":[14.527,14.255,13.931,14.041,13.917,14.053,14.896,14.111,13.648,15.047,13.922,14.356,14.684,14.045,14.085],"paint":[35.617,33.15,33.714,33.622,32.383,33.242,32.552,32.853,33.509,33.286,33.144,33.156,33.436,33.351,32.794]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.729,17.561,18.818,19.57,17.713,19.437,17.532,18.201,18.259,18.506,18.153,19.731,18.335,17.834,17.471],"script":[1.067,1.215,1.452,1.271,1.215,1.229,1.047,0.958,0.988,1.025,1.187,1.509,1.21,1.287,1.243],"paint":[14.714,14.522,16.056,16.462,14.606,16.356,14.687,15.918,15.581,14.865,15.295,15.757,14.719,14.514,14.851]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"04_select1k","values":{"total":[2.963,3.17,4.153,3.458,4.028,3.069,2.563,4.624,3.351,3.516,3.14,2.481,2.276,3.523,3.122,3.019,2.83,4.374,3.014,3.25,3.483,3.134,3.351,4.161,4.231],"script":[0.11,0.093,0.101,0.105,0.11,0.785,0.106,1.202,0.106,0.122,0.109,0.111,0.383,0.877,1.113,0.544,0.092,1.023,0.849,0.79,0.107,0.112,0.715,0.579,1.125],"paint":[2.343,2.935,1.977,2.159,2.668,0.955,2.013,2.738,3.057,2.351,2.909,1.861,1.784,2.009,1.172,1.604,1.36,1.431,1.356,1.544,2.783,2.104,2.494,3.433,2.163]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"05_swap1k","values":{"total":[21.765,21.712,20.76,22.883,21.195,21.429,21.632,21.879,21.587,21.248,23.495,21.044,22.054,21.244,20.761],"script":[1.072,0.551,0.127,0.778,0.138,0.637,0.268,0.817,0.694,0.124,0.786,1.108,0.855,0.286,0.307],"paint":[19.001,18.481,18.956,20.553,19.741,19.666,19.465,19.469,19.906,19.435,21.06,18.281,19.725,19.694,19.535]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.942,16.64,16.27,17.758,17.215,17.264,17.153,17.235,17.168,16.901,16.722,17.155,16.615,16.989,17.25],"script":[0.126,0.115,0.166,0.298,0.225,0.116,0.463,0.114,0.431,0.223,0.145,0.186,0.127,0.117,0.444],"paint":[16.509,15.469,15.079,16.141,16.005,16.148,15.568,16.402,15.679,15.888,15.499,16.124,15.367,16.056,15.357]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"07_create10k","values":{"total":[521.155,512.366,505.821,508.312,507.198,507.718,496.321,512.844,504.559,510.514,538.886,512.051,507.485,505.734,498.109],"script":[136.778,139.557,136.009,139.758,138.037,137.571,133.143,139.701,136.5,138.652,142.228,138.677,137.362,136.695,134.215],"paint":[376.516,364.849,362.099,360.762,360.99,362.222,355.138,365.119,359.995,364.133,387.671,365.733,362.168,361.147,356.076]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.786,48.995,47.326,48.83,47.654,49.798,47.16,47.359,50.965,48.07,49.358,47.674,48.041,48.78,48.076],"script":[9.709,9.865,9.484,9.929,9.481,10.158,9.174,9.203,9.367,9.409,9.993,9.261,9.445,9.432,9.551],"paint":[37.161,37.843,36.941,37.666,37.177,38.652,37.17,37.331,40.369,37.857,38.397,37.467,37.444,38.092,37.286]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.006,18.09,17.634,17.46,17.612,17.443,18.186,17.77,18.846,18.084,16.944,18.39,17.473,18.483,17.764],"script":[16.396,15.877,15.34,15.27,15.195,15.329,15.614,15.343,15.693,15.467,15.022,16.179,15.613,16.084,15.307],"paint":[1.481,1.531,2.193,1.239,2.306,2.024,2.463,2.223,1.871,2.462,1.812,2.107,1.746,2.273,2.354]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5569801330566406]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.7502336502075195]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.773407936096191]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9460277557373047]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.6796875]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1950.9299999999998]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.312000000000001]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.31199999999998]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[162.96875]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[24.693359375]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.1396484375]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[87.3]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[87.3]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"01_run1k","values":{"total":[48.157,43.634,44.162,47.148,51.524,47.069,44.788,57.908,44.306,42.938,49.004,50.819,43.412,43.247,44.874],"script":[7.695,7.575,7.53,7.742,7.989,7.798,7.29,8.498,8.13,7.859,7.699,7.946,7.57,7.867,7.691],"paint":[34.405,34.652,34.66,34.657,34.324,34.486,34.429,37.316,35.698,34.471,36.312,34.835,34.838,34.696,35.065]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"02_replace1k","values":{"total":[55.406,50.782,51.584,45.489,46.527,55.091,44.624,42.995,50.763,54.121,44.964,46.67,54.181,44.559,47.333],"script":[10.776,10.651,10.94,10.577,10.928,10.895,10.785,9.995,10.778,10.291,10.384,9.953,10.579,10.446,11.1],"paint":[36.419,32.956,33.413,34.438,35.14,32.622,32.683,32.53,33.429,35.299,33.427,36.047,33.404,33.655,35.462]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.282,21.659,21.413,21.368,23.079,22.538,24.549,21.746,23.323,21.227,24.013,43.085,23.351,22.584,21.341],"script":[4.652,3.685,3.936,4.041,5.184,5.374,4.953,4.719,4.038,4.617,4.541,5.137,4.022,4.63,4.314],"paint":[15.562,16.081,15.332,15.663,15.794,16.002,15.615,15.365,15.787,14.79,16.91,16.55,15.99,14.618,15.191]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"04_select1k","values":{"total":[4.818,5.181,5.272,5.95,4.166,4.172,5.266,4.906,4.739,5.586,5.645,6.165,4.696,4.074,5.811,5.758,5.252,4.735,5.384,4.673,4.376,4.625,5.933,4.919,4.728],"script":[2.192,0.989,1.334,2.569,0.858,1.305,2.323,1.045,1.921,2.43,2.216,0.986,2.444,1.55,1.255,2.351,2.051,1.015,1.15,0.375,1.728,1.623,2.118,2.089,1.91],"paint":[2.474,2.126,2.012,2.265,2.305,2.715,1.947,3.304,1.701,1.132,2.715,2.221,2.073,1.626,3.715,1.886,2.054,2.962,2.213,4.112,2.158,1.78,3.16,2.648,2.111]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"05_swap1k","values":{"total":[24.304,23.323,24.924,25.519,23.497,24.348,25.386,24.848,23.696,27.57,23.845,23.469,24.193,24.129,23.979],"script":[1.329,1.642,1.59,2.311,1.51,0.844,2.582,2.085,1.637,2.108,1.735,1.142,1.953,1.35,1.753],"paint":[20.694,19.618,21.217,20.038,19.611,21.368,20.683,20.13,19.828,21.69,19.607,20.874,20.073,19.827,21.093]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.441,19.225,19.135,18.511,20.317,17.983,19.5,19.973,19.444,19.109,18.632,19.311,18.082,18.486,20.457],"script":[1.118,1.096,0.781,0.924,0.883,0.478,0.522,0.921,0.777,0.731,0.42,1.029,0.757,0.89,1.073],"paint":[16.861,17.136,16.859,16.39,17.938,15.623,17.042,16.227,16.408,17.092,16.931,17.111,16.161,16.39,16.711]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"07_create10k","values":{"total":[489.083,470.794,477.248,493.202,461.466,483.547,466.874,482.129,462.177,468.016,464.442,881.682,480.723,471.371,474.557],"script":[95.138,97.507,95.284,96.861,94.348,97.26,93.319,96.085,94.99,95.342,94.157,96.114,95.867,95.542,97.717],"paint":[376.554,362.701,371.153,380.814,354.053,374.199,363.05,375.4,356.565,362.333,358.643,371.031,375.053,360.619,366.656]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.132,58.097,45.682,45.723,46.974,54.997,54.323,53.547,46.858,47.359,53.821,45.57,53.286,47.086,51.147],"script":[7.582,7.016,7.304,6.51,7.276,6.958,7.502,7.338,6.861,7.095,6.805,7.235,7.248,6.501,7.068],"paint":[39.951,39.585,37.112,38.321,38.2,40.524,39.552,39.076,39.076,38.515,40.25,37.122,39.067,39.696,37.293]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.048,15.806,16.099,15.493,15.373,15.364,15.306,15.606,15.319,14.531,14.837,14.6,15.458,15.565,16.279],"script":[13.673,13.386,14.124,12.687,13.326,11.971,13.258,12.872,12.348,12.589,12.906,12.549,12.416,12.334,13.546],"paint":[2.252,1.355,1.402,2.689,1.113,2.87,1.115,1.882,2.853,1.814,1.81,1.24,2.882,2.199,2.51]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5872907638549805]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.8651418685913086]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.937655448913574]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0425701141357422]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.446979522705078]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1799999999998]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.663999999999993]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.90399999999994]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[160.7958984375]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[22.5205078125]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.1708984375]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[81.2]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[81.2]}},{"framework":"ember-v5.3.0-keyed","benchmark":"01_run1k","values":{"total":[67.097,72.231,68.592,67.581,65.663,67.121,66.21,67.18,69.68,69.537,68.289,68.906,66.4,70.104,71.067],"script":[31.963,34.341,33.65,32.524,31.388,32.226,32.076,32.275,32.11,32.252,33.47,33.237,32.396,34.895,33.858],"paint":[34.659,37.369,34.472,34.576,33.788,34.441,33.667,34.445,36.915,36.813,34.349,35.127,33.538,34.706,36.571]}},{"framework":"ember-v5.3.0-keyed","benchmark":"02_replace1k","values":{"total":[86.465,89.773,83.642,83.922,87.93,83.85,82.437,84.029,85.691,84.784,83.982,85.027,85.796,86.707,83.523],"script":[49.27,52.549,48.122,48.296,50.16,48.905,46.919,48.361,49.202,49.251,48.541,49.165,49.894,50.19,48.351],"paint":[36.685,36.596,35.03,35.116,37.318,34.432,35.066,35.153,35.983,35.029,34.937,35.378,35.421,35.974,34.671]}},{"framework":"ember-v5.3.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.657,26.016,26.558,27.143,24.71,26.994,28.364,25.944,26.855,27.43,27.524,26.527,26.863,31.281,25.898],"script":[8.683,8.54,8.664,8.465,7.621,8.666,8.623,7.845,8.363,9.58,8.763,8.801,8.469,10.156,8.191],"paint":[16.386,15.719,16.721,17.221,14.903,16.23,18.326,16.143,15.63,15.481,17.011,15.65,16.385,18.51,15.79]}},{"framework":"ember-v5.3.0-keyed","benchmark":"04_select1k","values":{"total":[18.434,18.724,17.357,19.784,19.399,18.37,19.989,18.682,20.308,20.339,19.39,19.46,19.673,19.183,16.942,18.562,19.088,17.713,16.765,18.053,20.012,19.375,17.372,19.49,19.839],"script":[14.738,15.038,14.293,15.349,15.383,14.947,15.421,15.456,15.582,15.98,15.391,15.746,15.666,14.87,13.59,14.966,15.089,14.766,13.497,14.599,15.417,14.885,13.843,15.451,15.936],"paint":[3.43,2.174,2.884,4.186,3.88,2.232,3.167,2.617,3.743,2.893,1.855,2.552,2.218,2.036,3.181,2.476,2.966,2.178,2.028,2.49,4.335,3.424,2.866,2.84,2.128]}},{"framework":"ember-v5.3.0-keyed","benchmark":"05_swap1k","values":{"total":[33.926,33.277,32.24,32.411,31.165,32.158,31.367,31.705,34.101,32.804,31.449,32.112,32.545,32.31,31.438],"script":[9.738,9.89,9.97,10.133,8.496,9.965,8.374,8.716,10.001,9.716,9.379,8.949,9.185,9.137,9.842],"paint":[22.845,21.445,20.231,20.292,20.76,19.99,21.555,21.86,22.256,21.049,20.417,21.442,21.544,20.966,19.867]}},{"framework":"ember-v5.3.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[29.224,27.67,27.606,27.164,27.185,28.64,27.263,27.669,28.311,27.397,27.924,27.784,28.236,27.081,28.485],"script":[10.529,9.338,9.359,9.847,9.68,10.121,8.836,10.303,9.807,9.658,9.54,9.389,9.777,9.36,9.878],"paint":[17.31,17.268,16.642,16.537,16.676,17.055,16.996,16.089,17.088,16.398,17.059,17.235,16.702,16.884,17.391]}},{"framework":"ember-v5.3.0-keyed","benchmark":"07_create10k","values":{"total":[678.72,668.302,671.865,683.498,673.038,678.469,672.467,674.013,669.085,665.592,670.588,669.307,663.025,673.453,663.388],"script":[262.479,256.567,257.41,266.121,261.212,267.049,259.219,262.708,259.774,257.511,264.793,258.04,260.692,260.768,256.989],"paint":[408.148,403.979,406.907,408.983,403.522,403.568,405.284,403.577,400.758,400.384,397.857,403.616,393.85,405.084,398.695]}},{"framework":"ember-v5.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[82.514,85.826,84.048,85.183,84.344,82.551,84.47,82.029,83.402,85.354,83.475,83.074,82.013,86.65,87.594],"script":[42.527,43.066,42.534,43.734,42.933,41.432,42.092,41.18,41.79,43.221,42.181,41.901,40.863,43.576,42.494],"paint":[39.043,41.434,40.532,40.495,40.059,40.163,41.452,39.802,40.717,41.086,40.324,40.189,40.116,41.967,44.044]}},{"framework":"ember-v5.3.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[31.483,33.589,31.613,31.293,36.059,31.79,30.863,31.312,32.159,32.473,32.607,32.22,32.823,35.049,31.198],"script":[29.447,32.086,29.838,29.745,33.637,30.346,28.781,29.782,29.81,29.932,30.863,30.137,30.604,32.601,29.564],"paint":[1.935,0.418,0.798,1.427,1.951,0.389,1.965,1.145,1.845,1.848,1.271,1.39,1.047,1.317,1.159]}},{"framework":"ember-v5.3.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[6.708612442016602]}},{"framework":"ember-v5.3.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[13.524823188781738]}},{"framework":"ember-v5.3.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[13.611784934997559]}},{"framework":"ember-v5.3.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.072990417480469]}},{"framework":"ember-v5.3.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[69.58552169799805]}},{"framework":"ember-v5.3.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[4280.544]}},{"framework":"ember-v5.3.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[79.16799999999995]}},{"framework":"ember-v5.3.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[274.38400000000007]}},{"framework":"ember-v5.3.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[572.9951171875]}},{"framework":"ember-v5.3.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[433.8291015625]}},{"framework":"ember-v5.3.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[103.8642578125]}},{"framework":"ember-v5.3.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[622.6]}},{"framework":"ember-v5.3.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[622.6]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"01_run1k","values":{"total":[48.92,48.714,50.567,49.895,48.371,48.741,48.867,48.39,48.414,48.804,48.837,47.782,49.91,49.358,48.546],"script":[10.23,10.026,8.934,9.838,9.057,10.242,9.906,9.422,9.765,9.889,10.126,10.26,9.844,10.007,10.002],"paint":[38.165,38.257,40.903,39.355,38.798,37.85,38.246,38.463,38.166,38.216,38.285,37.015,39.544,38.657,38.06]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"02_replace1k","values":{"total":[49.872,49.763,49.744,49.034,51.384,48.122,49.944,49.894,50.735,48.91,48.178,49.584,49.627,50.061,49.512],"script":[14.713,14.784,14.821,14.556,14.071,13.604,13.778,14.59,13.983,14.219,14.076,14.88,15.269,14.167,14.481],"paint":[34.579,34.241,34.463,33.957,36.578,34.034,35.672,34.59,36.27,34.152,33.663,34.247,33.93,35.371,34.554]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.611,18.199,18.85,18.452,19.891,20.086,19.649,18.082,20.582,19.963,21.313,18.11,18.519,20.496,19.88],"script":[0.869,0.887,0.568,0.88,1.193,1.146,1.312,0.837,0.978,1.564,1.651,0.878,1.277,1.212,1.185],"paint":[16.277,15.526,16.417,15.536,15.914,16.998,15.023,15.839,17.349,15.659,17.472,15.293,15.644,17.439,16.463]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"04_select1k","values":{"total":[4.824,4.314,3.353,2.356,3.011,2.477,2.498,3.626,3.15,2.642,2.907,3.163,2.817,3.064,2.31,2.074,2.793,3.948,2.817,3.466,4.224,2.629,2.514,2.845,3.34],"script":[0.999,0.057,0.671,0.126,0.054,0.587,0.056,0.877,0.951,0.056,0.062,0.849,0.068,0.737,0.053,0.134,0.059,0.694,0.058,0.779,0.045,0.058,0.055,0.049,0.057],"paint":[2.845,3.446,1.867,1.731,2.059,1.351,1.613,2.105,1.313,2.484,1.981,1.589,2.642,2.178,1.338,1.832,2.602,1.898,2.648,1.903,3.135,1.496,1.605,2.609,2.121]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"05_swap1k","values":{"total":[23.858,23.562,22.614,23.682,22.558,23.114,22.804,22.747,23.936,21.965,22.665,22.721,22.707,24.613,23.058],"script":[0.848,1.648,0.667,0.954,0.31,0.251,0.994,0.605,1.116,0.795,0.895,0.986,0.923,1.184,1.026],"paint":[21.398,19.758,20.689,21.116,19.977,20.668,21.05,20.506,20.582,19.792,19.681,19.538,19.431,20.849,20.136]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.321,17.937,18.188,18.399,18.227,18.329,19.083,18.134,18.288,17.806,17.874,18.973,18.579,17.93,18.945],"script":[0.602,0.606,0.918,0.623,0.474,0.688,0.61,0.614,0.614,0.306,0.571,0.666,0.352,0.322,0.587],"paint":[16.851,16.509,16.444,16.189,16.395,16.523,17.052,16.007,16.343,16.72,16.571,17.003,16.839,16.849,17.047]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"07_create10k","values":{"total":[535.672,526.892,510.778,509.776,509.996,511.615,522.811,509.918,522.843,504.987,506.011,511.647,506.752,498.529,511.026],"script":[122.926,124.443,123.186,122.811,107.471,121.489,123.796,121.723,121.451,119.036,119.211,121.38,122.028,110.942,122.056],"paint":[404.758,394.635,379.628,379.52,394.235,382.234,391.324,380.671,393.458,378.074,378.525,382.171,376.738,380.191,381.178]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.475,48.709,50.773,52.418,51.571,48.707,51.979,49.683,49.169,50.887,49.449,50.698,48.888,53.188,51.044],"script":[8.964,9.108,9.059,9.279,9.577,8.892,9.086,9.166,9.057,9.035,9.22,9.657,9.018,9.729,9.72],"paint":[39.623,38.717,40.76,41.944,40.745,38.878,41.656,39.164,38.838,40.55,39.29,39.816,38.965,42.205,40.399]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.031,13.868,13.446,14.262,13.811,13.026,13.267,13.899,13.745,14.404,13.841,14.149,12.88,14.325,13.909],"script":[11.826,11.373,11.327,11.881,11.932,11.605,11.659,11.775,11.237,11.872,12.318,11.664,11.223,12.271,12.03],"paint":[2.088,2.397,2.029,2.289,1.791,0.391,1.496,1.88,2.416,2.297,1.4,2.387,0.388,1.945,1.3]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.48816776275634766]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.150238037109375]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.193690299987793]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8136863708496094]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.18060302734375]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1953.1844999999998]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.159999999999993]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.24800000000002]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.7783203125]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.2041015625]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.8798828125]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[66.8]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[66.8]}},{"framework":"fre-v2.5.5-keyed","benchmark":"01_run1k","values":{"total":[49.534,50.3,50.191,50.527,53.061,49.976,50.887,50.116,51.015,51.313,51.863,52.532,50.573,50.06,51.842],"script":[14.341,15.012,15.128,16.018,14.851,14.684,15.033,15.179,15.394,14.602,15.546,15.235,15.314,14.438,15.408],"paint":[33.139,33.26,32.854,34.077,35.844,33.269,33.805,32.797,33.458,34.786,33.855,35.073,33.284,33.532,34.036]}},{"framework":"fre-v2.5.5-keyed","benchmark":"02_replace1k","values":{"total":[58.999,58.301,57.24,58.24,58.288,58.814,58.111,56.716,56.744,57.906,57.581,58.527,58.865,57.845,56.868],"script":[20.266,20.392,22.38,23.402,23.373,22.34,23.123,22.655,22.165,22.422,21.716,23.447,22.969,23.371,22.157],"paint":[36.467,35.227,34.177,34.164,34.187,34.108,34.278,33.478,33.923,34.808,35.077,34.387,35.162,33.896,34.089]}},{"framework":"fre-v2.5.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.531,30.413,30.649,32.064,28.802,30.802,28.643,30.857,29.867,30.203,30.432,29.719,31.293,29.918,30.856],"script":[10.955,10.421,10.188,10.842,9.487,10.172,9.17,10.931,9.544,10.259,10.174,9.602,10.5,9.174,9.595],"paint":[19.274,19.455,19.68,20.787,18.776,19.817,17.792,19.13,18.998,19.52,18.412,18.751,20.017,20.396,18.837]}},{"framework":"fre-v2.5.5-keyed","benchmark":"04_select1k","values":{"total":[12.2,8.692,12.899,13.484,13.763,12.321,13.51,9.113,13.998,15.232,12.554,10.829,11.827,8.657,12.805,9.011,14.577,17.273,13.749,12.86,9.107,16.163,9.288,15.049,13.079],"script":[3.158,2.923,4.478,2.981,4.24,3.625,3.302,2.627,2.615,3.291,4.204,3.801,3.746,4.047,3.56,4.333,4.55,3.472,3.388,4.033,3.618,4.413,2.934,3.509,4.436],"paint":[4.176,3.513,3.095,4.908,2.856,3.472,5.198,3.624,5.284,5.331,4.939,3.324,4.789,2.985,3.724,3.757,4.561,5.251,3.947,5.516,3.672,5.115,3.71,3.984,3.644]}},{"framework":"fre-v2.5.5-keyed","benchmark":"05_swap1k","values":{"total":[48.63,27.596,28.747,49.573,28.454,28.088,49.936,30.037,48.387,28.228,25.069,25.456,28.485,50.288,46.426],"script":[5.398,4.067,4.855,3.691,3.477,4.693,4.698,4.084,4.759,5.381,3.909,4.518,4.45,4.951,4.166],"paint":[22.882,22.896,23.19,25.501,23.11,21.822,24.504,24.864,24.338,20.856,21.032,19.764,23.341,23.372,22.859]}},{"framework":"fre-v2.5.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.508,19.092,21.646,18.944,22.212,21.762,22.713,21.769,23.099,23.324,23.504,20.141,22.822,21.468,20.882],"script":[1.523,1.516,1.821,1.796,1.834,2.117,2.198,1.877,1.859,1.784,1.838,1.893,1.888,1.744,1.878],"paint":[16.066,16.412,17.583,16.069,18.052,17.831,18.292,18.498,18.979,19.406,19.411,16.923,18.474,17.874,17.336]}},{"framework":"fre-v2.5.5-keyed","benchmark":"07_create10k","values":{"total":[582.41,581.44,579.826,563.283,552.524,574.681,574.269,587.374,574.84,565.892,565.954,577.164,569.392,560.049,580.588],"script":[170.73,167.371,167.853,173.515,172.862,166.837,166.626,167.837,163.691,162.258,167.023,168.245,166.132,173.324,166.561],"paint":[403.713,406.236,402.191,378.545,368.536,394.67,400.05,410.005,401.853,396.168,391.055,399.531,393.732,372.261,399.361]}},{"framework":"fre-v2.5.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.857,56.975,73.997,57.869,58.815,59.252,60.036,75.183,58.326,58.49,58.005,75.331,59.356,58.874,60.429],"script":[18.124,16.084,18.377,17.983,18.886,18.228,18.758,18.598,18.532,18.817,17.943,16.549,18.513,18.023,18.677],"paint":[38.913,38.379,37.683,39.079,39.223,40.22,40.39,38.375,39.059,38.776,39.324,39.562,40.112,40.117,40.934]}},{"framework":"fre-v2.5.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[22.448,23.796,22.665,22.31,22.782,23.194,23.171,22.078,23.079,23.51,22.406,22.126,23.022,23.454,23.458],"script":[17.963,19.333,18.128,18.049,17.476,18.42,18.394,17.852,17.916,19.335,18.6,17.898,18.008,18.74,18.802],"paint":[2.275,3.566,2.948,2.634,5.029,3.106,3.29,3.213,4.27,3.155,3.615,2.381,3.758,3.026,3.122]}},{"framework":"fre-v2.5.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5217304229736328]}},{"framework":"fre-v2.5.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.03498649597168]}},{"framework":"fre-v2.5.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.548744201660156]}},{"framework":"fre-v2.5.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[16.937342643737793]}},{"framework":"fre-v2.5.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.62784290313721]}},{"framework":"fre-v2.5.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.435]}},{"framework":"fre-v2.5.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.876]}},{"framework":"fre-v2.5.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.94]}},{"framework":"fre-v2.5.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.5595703125]}},{"framework":"fre-v2.5.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[10.28515625]}},{"framework":"fre-v2.5.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.0029296875]}},{"framework":"fre-v2.5.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[53.8]}},{"framework":"fre-v2.5.5-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[53.8]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"01_run1k","values":{"total":[48.304,49.149,46.907,46.585,47.652,46.004,48.021,48.074,48.355,46.696,47.496,47.08,47.144,47.816,47.102],"script":[12.024,12.461,11.949,12.001,12.359,11.713,12.663,12.053,12.048,12.235,12.344,11.98,12.092,12.363,11.996],"paint":[36.087,36.365,34.765,34.371,34.98,34.109,35.149,35.821,36.101,34.269,34.89,34.91,34.848,35.114,34.901]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"02_replace1k","values":{"total":[53.398,53.61,54.628,52.997,53.845,54.321,53.076,52.273,53.896,54.8,53.851,54.236,54.31,54.212,53.753],"script":[19.673,19.516,19.396,19.679,20.045,19.465,19.547,19.133,20.308,19.386,20.094,19.135,19.185,19.161,19.971],"paint":[33.372,33.664,35.013,33.104,33.603,34.645,33.169,32.932,33.376,35.185,33.569,34.89,34.919,34.845,33.591]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"03_update10th1k_x16","values":{"total":[33.191,29.927,31.512,31.819,30.178,31.434,29.218,32.742,30.63,31.448,32.985,30.8,30.675,31.217,30.935],"script":[12.222,10.579,11.621,11.956,9.885,11.074,10.76,11.522,11.553,11.837,12.136,11.308,10.545,10.29,9.937],"paint":[20.028,17.432,19.035,18.504,20.045,16.967,17.511,19.35,17.408,16.767,19.325,18.375,18.45,19.682,20.218]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"04_select1k","values":{"total":[11.701,11.899,12.614,10.897,10.957,11.404,12.416,14.525,10.577,14.696,10.268,14.393,7.377,16.123,12.138,11.456,10.424,16.152,11.145,12.014,9.913,9.932,10.331,14.957,16.675],"script":[4.14,4.188,4.483,5.181,5.677,4.952,4.609,4.591,5.006,5.256,5.027,4.669,3.876,4.539,4.508,4.72,4.544,5.708,5.593,4.305,4.446,3.92,5.472,5.408,5.867],"paint":[2.894,4.217,4.965,4.091,3.506,5.934,4.959,4.321,4.225,4.089,2.753,4.407,2.109,3.618,4.621,3.791,4.509,3.763,4.403,5.264,3.024,2.339,3.408,4.518,4.908]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"05_swap1k","values":{"total":[43.999,28.938,30.544,28.881,26.072,29.194,29.211,24.627,29.713,24.562,43.489,29.373,46.329,28.112,43.092],"script":[4.444,4.501,4.85,5.106,4.107,4.243,4.548,4.387,4.388,4.91,5.13,4.677,5,4.426,4.603],"paint":[22.24,21.994,23.288,22.853,21.823,24.617,22.223,19.213,23.839,19.164,19.864,24.244,23.142,21.989,22.616]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.31,19.382,19.093,22.87,19.149,22.217,22.549,19.716,19.568,21.625,23.74,19.655,21.632,21.463,22.335],"script":[2.516,2.64,2.044,2.448,2.049,2.47,2.654,2.492,2.08,2.45,2.437,2.067,2.442,2.245,2.221],"paint":[17.217,15.727,15.736,18.286,16.593,17.795,18.048,16.766,16.141,16.814,19.553,15.849,17.399,17.555,17.344]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"07_create10k","values":{"total":[529.64,506.236,531.508,532.612,523.056,504.105,506.918,502.049,505.105,510.52,497.564,540.987,503.878,504.167,504.22],"script":[129.19,131.135,136.598,130.447,140.029,130.116,130.377,129.835,127.743,129.561,131.997,141.046,130.332,132.19,130.762],"paint":[389.42,368.107,385.129,392.952,371.254,364.416,365.661,362.975,364.898,369.93,355.94,389.817,363.237,364.67,363.588]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.89,52.755,54.17,54.662,52.79,54.192,52.537,53.084,53.608,54.495,52.798,54.456,52.78,52.408,52.893],"script":[15.012,14.763,14.983,14.814,14.842,14.883,14.545,15.145,14.848,14.848,14.765,15.052,15.091,15.136,14.93],"paint":[38.528,37.655,38.844,39.485,37.632,38.813,37.658,37.59,38.441,39.141,37.711,39.087,37.343,36.933,37.617]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"09_clear1k_x8","values":{"total":[34.212,31.743,33.118,32.46,32.609,30.949,33.176,32.418,33.319,31.599,32.884,32.171,32.346,33,32.759],"script":[28.82,27.742,28.627,27.943,28.496,26.206,28.006,27.853,27.821,26.955,27.015,27.467,27.455,27.733,27.891],"paint":[3.855,3.825,4.239,2.149,3.902,3.196,4.321,4.275,3.398,3.801,4.165,3.585,4.527,3.264,3.647]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5672292709350586]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.320191383361816]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.526579856872559]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8908309936523438]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.86894512176514]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.995]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.2]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[135.92800000000003]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.85546875]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.5810546875]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.705078125]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[85.2]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[85.2]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"01_run1k","values":{"total":[68.431,68.156,67.616,68.048,66.424,70.789,69.089,68.779,68.013,68.666,67.539,69.974,68.845,67.904,68.134],"script":[33.524,33.746,33.28,33.87,31.948,32.741,33.487,33.327,33.113,33.234,33.229,33.891,34.07,32.904,33.143],"paint":[34.484,33.941,33.965,33.782,34.011,37.62,34.916,34.856,34.4,34.944,33.838,35.537,34.256,34.349,34.369]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"02_replace1k","values":{"total":[81.139,81.907,82.792,77.625,83.105,81.777,82.088,77.771,78.956,80.58,80.252,82.87,83.535,80.997,83.19],"script":[46.221,48.423,46.923,44.927,47.905,47.842,48.313,44.841,45.858,46.492,45.73,46.9,48.009,47.618,49.76],"paint":[34.735,33.306,35.698,32.52,35.011,33.747,33.605,32.749,32.927,33.719,34.191,35.768,35.339,33.214,33.246]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.541,26.802,26.527,27.93,26.697,26.042,27.342,26.437,26.582,29.366,25.578,26.884,28.848,26.347,27.222],"script":[7.221,7.252,6.534,7.404,7.088,6.545,7.706,7.664,6.934,7.004,6.361,6.142,7.328,8.021,6.959],"paint":[20.007,19.14,18.829,18.947,16.739,17.719,17.487,16.905,18.386,19.522,18.237,19.701,17.635,16.752,18.172]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"04_select1k","values":{"total":[21.921,21.35,22.292,22.088,21.113,21.671,22.444,20.084,21.696,22.068,21.131,20.297,20.896,20.674,22.008,21.407,21.519,20.862,21.29,21.512,22.528,19.819,22.037,22.53,22.494],"script":[14.993,14.535,14.925,15.526,13.5,14.684,14.73,13.841,15.831,15.681,15.012,14.583,14.508,15.057,15.419,14.566,14.45,14.033,14.941,14.629,15.234,13.55,14.957,14.834,14.622],"paint":[5.464,3.938,5.376,3.48,5.81,4.751,6.247,4.819,4.318,4.458,4.68,4.335,4.522,3.934,4.339,3.952,5.055,3.936,4.997,4.402,4.251,4.042,4.702,4.892,4.382]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"05_swap1k","values":{"total":[30.533,30.109,31.395,31.418,30.619,27.762,27.77,31.063,30.619,30.68,30.314,31.616,29.269,50.821,34.215],"script":[7.235,6.318,7.382,6.611,7.756,7.024,7.048,6.542,7.653,7.044,7.207,7.646,6.821,6.369,7.819],"paint":[21.359,22.538,23.746,22.864,21.125,19.906,19.56,21.508,22.22,21.551,21.614,22.062,21.42,22.262,24.15]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"06_remove-one-1k","values":{"total":[28.291,28.791,27.885,27.955,25.933,25.617,27.405,25.798,24.093,28.26,27.651,28.55,29.144,28.999,25.832],"script":[8.846,8.825,8.246,8.56,8.195,8.573,8.229,8.806,7.628,8.847,8.848,8.112,9.053,8.791,9.165],"paint":[18.036,18.243,17.981,17.444,17.077,15.91,17.837,16.205,16.01,17.924,17.418,18.843,18.45,18.645,16.181]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"07_create10k","values":{"total":[626.319,637.45,623.985,635.747,640.499,611.607,648.493,627.963,633.101,650.518,637.474,638.598,645.466,644.427,641.952],"script":[245.435,237.432,237.021,239.476,244.759,231.802,244.272,244.474,244.962,249.168,244.632,247.931,249.59,249.817,252.127],"paint":[376.668,396.422,383.178,392.46,391.901,376.171,400.541,379.834,384.465,397.605,389.175,387.079,392.302,390.752,386.046]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[78.472,77.685,78.746,81.16,82.567,81.544,80.657,80.798,80.273,77.698,79.547,77.67,77.432,80.018,76.659],"script":[40.178,39.224,40.373,41.956,41.674,39.59,40.993,41.416,39.785,39.457,40.66,39.272,38.773,39.604,38.14],"paint":[37.963,38.133,38.025,38.859,40.553,41.581,39.087,39.009,40.143,37.704,38.346,38.053,38.141,39.916,38.197]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.553,29.867,30.724,31.714,31.519,30.455,30.774,29.647,32.226,29.069,28.125,30.365,29.546,28.874,29.822],"script":[25.775,25.164,25.861,25.211,27.059,26.504,25.747,24.956,24.179,24.522,23.828,25.717,24.868,24.211,24.201],"paint":[3.541,2.606,3.702,5.331,3.848,3.32,4.706,3.216,5.109,3.475,4.075,4.232,3.102,4.508,4.36]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[5.189706802368164]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[11.685041427612305]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[11.839681625366211]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[6.640477180480957]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[63.23962116241455]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2401.225]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.991999999999999]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.00400000000002]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[250.1455078125]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[111.869140625]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[28.9296875]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[181.8]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[181.8]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"01_run1k","values":{"total":[47.804,46.588,47.226,47.187,49.531,47.878,48.595,48.241,48.016,50.655,47.286,48.603,46.319,48.32,47.883],"script":[12.253,11.686,11.783,11.376,11.483,11.651,12.453,12.231,11.689,11.995,11.809,12.861,11.727,12.246,12],"paint":[35.098,34.435,34.987,35.338,37.576,35.687,35.683,35.548,35.578,37.918,34.976,35.307,34.11,35.604,35.416]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"02_replace1k","values":{"total":[52.505,50.975,51.258,53.348,51.815,53.547,51.707,54.118,52.389,52.599,53.465,51.171,51.603,52.501,55.239],"script":[18.493,17.914,17.691,18.709,18.045,18.309,17.884,18.778,18.357,18.454,18.259,18.016,18.19,18.371,19.141],"paint":[33.533,32.623,33.105,34.194,33.319,34.747,33.103,34.556,33.302,33.686,34.527,32.669,32.925,33.675,35.636]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.247,25.679,25.676,27.832,24.666,24.867,25.769,26.647,24.459,24.361,25.773,26.864,25.905,28.025,24.965],"script":[8.525,8.735,8.134,8.372,8.165,8.052,8.034,8.282,7.629,7.792,8.302,9.062,7.815,8.375,7.809],"paint":[15.346,14.709,15.467,16.662,14.706,16.419,15.46,16.975,15.617,15.002,15.537,16.295,16.528,18.121,15.125]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"04_select1k","values":{"total":[8.928,8.489,8.366,7.632,8.467,9.393,8.441,8.31,9.444,8.723,8.835,8.912,8.137,7.748,7.655,8.321,9.352,9.241,8.061,7.55,8.738,7.743,8.914,8.157,8.507],"script":[4.969,4.825,5.563,5.024,5.307,4.942,5.572,5.129,5.368,4.754,5.42,5.731,5.279,4.633,4.839,5.563,6.06,5.706,5.062,5.224,4.423,5.095,5.446,4.958,4.455],"paint":[3.37,2.377,1.747,1.751,2.972,3.174,2.307,1.977,3.048,2.467,2.25,2.538,2.68,1.518,2.639,2.483,3.101,2.258,2.356,1.398,2.489,1.641,2.437,2.021,3.862]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"05_swap1k","values":{"total":[26.981,27.416,26.952,26.051,26.196,26.146,27.499,25.443,25.615,28.694,26.377,25.449,25.346,25.032,26.801],"script":[4.59,4.379,4.009,4.143,5.524,4.597,4.958,4.284,4.703,5.279,4.275,4.369,3.891,4.828,4.822],"paint":[20.06,20.377,21.339,20.364,19.328,20.592,20.415,19.579,19.655,20.903,19.33,20.13,19.852,18.783,19.33]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.913,22.04,20.999,21.804,21.998,21.537,20.615,20.69,20.872,21.192,21.016,21.387,22.082,21.739,22.585],"script":[4.393,4.763,4.441,4.619,4.513,4.736,4.033,4.14,4.398,4.634,4.418,4.411,4.468,4.68,4.87],"paint":[16.196,15.576,15.759,15.925,15.687,15.912,15.133,15.417,15.624,15.511,15.701,15.528,16.688,15.881,16.278]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"07_create10k","values":{"total":[539.605,546.798,550.437,541.6,534.785,542.465,539.616,541.68,548.822,548.654,549.105,539.121,542.243,550.781,531.338],"script":[145.406,148.042,146.519,143.969,141.334,143.456,146.389,146.839,146.613,146.692,145.756,143.487,144.853,145.089,147.328],"paint":[386.713,390.902,396.144,389.728,386.09,391.009,385.942,387.218,394.341,394.154,395.586,388.119,389.602,397.85,376.46]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.116,56.863,55.666,55.649,55.154,55.931,56.046,55.759,55.864,56.092,55.984,56.648,55.699,56.12,56.053],"script":[16.382,16.747,16.619,16.272,16.084,16.587,16.268,16.355,16.675,16.039,16.454,16.57,16.278,16.391,16.509],"paint":[38.781,38.899,38.011,38.386,38.032,38.316,38.494,38.464,37.833,38.775,38.514,39.018,38.493,38.721,38.556]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.111,24.008,22.88,24.182,25.397,25.479,25.313,23.972,24.73,24.755,24.484,24.455,25.817,23.498,25.207],"script":[21.597,21.829,20.703,22.175,22.75,23.319,22.868,21.062,22.335,22.841,22.21,22.636,23.605,21.13,22.859],"paint":[2.393,1.654,1.815,1.076,2.03,0.93,1.565,2.774,1.808,1.775,1.276,1.72,1.277,1.718,2.249]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6301670074462891]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.156925201416016]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.400052070617676]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.363335609436035]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.24013614654541]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2178.08]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[6.207999999999999]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[135.94]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[201.41015625]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[63.1357421875]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.263671875]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.8]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[107.8]}},{"framework":"helix-v0.0.10-keyed","benchmark":"01_run1k","values":{"total":[48.475,47.405,48.031,47.571,49.857,48.161,48.299,47.105,49.245,48.327,48.865,49.197,47.353,47.648,48.503],"script":[13.201,12.606,12.481,12.489,12.458,13.116,13.081,12.162,13.281,12.768,13.19,12.743,12.621,12.28,12.764],"paint":[34.844,34.012,35.122,34.657,36.936,34.613,34.732,34.468,35.217,35.129,35.086,35.979,34.019,34.945,35.019]}},{"framework":"helix-v0.0.10-keyed","benchmark":"02_replace1k","values":{"total":[49.642,48.477,49.134,48.307,47.765,50.577,48.714,48.542,47.832,49.507,47.867,49.11,47.746,48.793,48.509],"script":[14.915,14.778,15.101,15.107,14.695,14.401,15.302,14.933,14.552,15.463,14.322,14.339,14.232,14.361,14.784],"paint":[33.968,33.246,33.605,32.74,32.608,35.681,32.978,33.179,32.797,33.59,33.066,34.022,33.07,33.936,33.278]}},{"framework":"helix-v0.0.10-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.669,26.919,26.233,26.702,26.667,29.725,26.047,27.266,27.143,27.185,25.71,25.406,26.116,26.869,26.983],"script":[9.018,8.551,8.721,8.957,9.218,8.959,9.351,9.234,8.52,9.465,8.588,8.373,9.266,9.2,8.74],"paint":[16.5,15.679,15.974,16.078,15.132,18.215,15.483,15.627,16.64,16.134,15.773,15.286,15.491,16.51,16.585]}},{"framework":"helix-v0.0.10-keyed","benchmark":"04_select1k","values":{"total":[8.626,7.787,8.11,8.717,9.714,9.27,8.22,7.601,7.741,9.147,9.901,9.825,8.122,7.493,7.858,8.984,8.306,8.902,8.74,8.078,7.688,9.07,8.368,8.523,8.688],"script":[4.917,5.447,5.275,4.997,5.312,5.534,5.123,4.247,4.657,5.743,5.899,5.758,4.206,4.892,4.64,4.899,5.175,5.314,5.289,4.682,4.626,5.221,5.205,5.5,4.983],"paint":[2.817,1.486,2.634,3.449,3.242,3.516,2.895,3.21,2.964,2.262,2.567,3.182,2.986,1.423,3.089,2.71,1.858,2.761,2.354,2.183,2.333,3.513,1.86,1.344,2.803]}},{"framework":"helix-v0.0.10-keyed","benchmark":"05_swap1k","values":{"total":[169.04,165.381,168.157,168.302,165.627,166.924,166.767,163.354,166.504,160.662,168.217,160.946,163.95,163.679,166.162],"script":[24.792,25.347,26.204,24.493,25.347,26.094,26.038,24.862,24.06,24.794,25.851,25.282,24.841,24.81,25.833],"paint":[141.55,137.677,139.85,141.685,138.013,138.525,139.101,136.446,140.518,134.519,140.624,134.303,137.149,136.842,138.53]}},{"framework":"helix-v0.0.10-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.461,20.263,19.615,20.349,19.638,20.136,20.502,19.964,19.686,21.38,19.5,20.146,20.878,20.069,19.764],"script":[3.532,3.099,3.113,3.101,3.075,3.087,3.409,3.208,3.088,3.159,3.258,3.413,3.501,3.086,3.208],"paint":[16.378,16.093,15.774,16.103,15.718,15.757,15.58,15.278,15.769,16.813,15.286,15.525,16.391,15.717,15.528]}},{"framework":"helix-v0.0.10-keyed","benchmark":"07_create10k","values":{"total":[635.38,632.937,639.367,643.804,641.637,626.712,637.523,639.029,633.98,635.536,635.017,635.437,627.433,630.871,638.84],"script":[247.539,247.045,251.367,256.626,247.656,248.984,249.45,251.97,250.2,242.999,245.701,249.169,248.531,245.324,250.697],"paint":[379.411,378.087,380.276,379.6,385.623,369.977,380.076,379.4,376.203,384.15,381.541,378.415,371.258,377.81,380.292]}},{"framework":"helix-v0.0.10-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.636,50.993,51.636,52.14,54.621,53.188,50.862,51.549,51.414,52.41,51.428,51.687,52.178,51.495,51.042],"script":[13.407,12.533,12.797,13.247,13.327,12.948,12.733,12.601,13.042,12.861,12.385,12.546,12.638,12.393,12.613],"paint":[41.282,37.536,37.922,37.94,40.062,39.246,37.178,38.123,37.483,38.54,38.089,38.218,38.631,38.057,37.626]}},{"framework":"helix-v0.0.10-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.224,17.394,18.354,17.8,18.664,18.733,17.506,17.24,17.464,17.767,16.792,18.992,17.551,16.654,16.011],"script":[14.974,14.793,15.833,15.926,15.856,15.609,14.928,15.077,15.17,15.983,14.656,16.02,15.214,14.383,14.118],"paint":[2.138,2.507,2.408,0.988,1.366,2.063,2.231,2.058,1.025,0.88,1.489,2.279,1.268,1.689,1.141]}},{"framework":"helix-v0.0.10-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.2616662979125977]}},{"framework":"helix-v0.0.10-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.971340179443359]}},{"framework":"helix-v0.0.10-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.539304733276367]}},{"framework":"helix-v0.0.10-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.208930015563965]}},{"framework":"helix-v0.0.10-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.57258892059326]}},{"framework":"helix-v0.0.10-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3152.7160000000003]}},{"framework":"helix-v0.0.10-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.079999999999998]}},{"framework":"helix-v0.0.10-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.18000000000004]}},{"framework":"helix-v0.0.10-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[396.1943359375]}},{"framework":"helix-v0.0.10-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[257.91796875]}},{"framework":"helix-v0.0.10-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.92578125]}},{"framework":"helix-v0.0.10-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[382.8]}},{"framework":"helix-v0.0.10-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[382.8]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"01_run1k","values":{"total":[56.811,54.449,56.504,56.486,57.695,57.3,57.276,57.091,55.419,56.163,55.457,57.349,56.344,55.11,56.337],"script":[21.124,19.085,20.091,19.961,20.764,20.024,20.1,21.339,19.851,20.402,19.021,20.781,19.935,19.54,20.716],"paint":[35.141,34.87,35.919,36.026,36.171,36.807,36.71,35.296,35.051,35.232,35.873,35.767,35.729,35.057,35.143]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"02_replace1k","values":{"total":[60.191,58.125,60.369,57.851,57.379,58.123,59.938,57.505,60.402,58.213,57.828,60.78,58.063,58.038,59.488],"script":[25.373,24.531,24.508,23.947,24.103,24.282,25.489,24.258,26.072,24.043,24.399,26.355,25.058,24.531,25.254],"paint":[34.057,33.153,35.35,33.476,32.841,33.377,33.934,32.764,33.821,33.681,33.004,33.963,32.556,33.004,33.772]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.762,19.735,20.114,19.743,20.759,21.531,19.093,19.278,19.467,18.879,18.807,19.169,19.865,20.44,19.754],"script":[2.382,2.55,2.794,2.507,2.258,2.285,2.215,1.482,2.455,1.878,1.937,2.327,2.414,1.973,2.256],"paint":[15.176,15.512,16.112,16.178,16.035,16.531,15.591,16.398,15.475,15.343,15.562,15.435,15.412,16.931,15.801]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"04_select1k","values":{"total":[7.173,6.677,7.324,6.07,5.55,6.53,6.515,6.706,5.761,6.431,6.325,5.594,6.459,6.496,6.992,7.076,6.874,6.193,5.984,6.347,6.82,6.437,6.202,5.764,6.371],"script":[3.845,3.711,3.802,3.835,3.739,4.038,3.421,3.629,3.26,3.438,3.554,3.138,3.475,3.785,3.402,3.719,3.575,3.374,3.435,3.584,3.15,3.629,3.295,3.157,3.623],"paint":[3.178,2.818,2.115,1.477,1.684,2.334,2.853,2.199,1.509,2.437,1.841,1.887,2.188,2.077,2.934,2.437,1.88,2.133,2.409,2.657,1.919,2.235,2.795,2.495,1.55]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"05_swap1k","values":{"total":[22.197,22.306,21.43,23.898,22.611,21.874,21.14,22.026,23.251,22.545,21.549,21.902,22.014,21.992,20.942],"script":[1.06,0.83,0.792,0.828,0.672,0.126,0.127,1.266,0.176,0.871,0.465,0.129,0.772,0.507,0.127],"paint":[19.2,20.133,18.318,20.807,20.414,20.308,19.008,18.02,21.07,20.708,19.884,19.933,19.374,19.631,19.507]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.259,17.719,16.599,18.28,19.059,17.295,16.7,17.126,17.276,17.988,18.541,18.618,16.114,17.258,18.394],"script":[0.264,0.112,0.204,0.454,0.486,0.119,0.38,0.46,0.117,0.135,0.134,0.43,0.127,0.341,0.142],"paint":[16.217,16.291,15.557,16.704,17.701,16.399,15.507,15.291,16.085,16.398,16.756,16.902,15.226,15.653,16.932]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"07_create10k","values":{"total":[649.51,645.935,642.095,638.663,640.428,649.891,641.307,647.372,649.41,644.521,650.965,655.438,634.077,627.291,622.838],"script":[231.407,235.47,230.214,229.026,229.961,240.16,232.378,239.549,235.888,232.548,234.381,238.161,228.625,225.965,223.853],"paint":[410.118,402.459,404.282,402.035,402.935,401.734,400.699,400.281,405.508,403.879,408.742,409.632,397.954,393.908,390.833]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[63.793,64.53,63.783,67.3,64.792,63.407,69.216,67.617,66.172,67.738,66.981,64.115,67.244,66.313,67.398],"script":[25.387,25.541,25.189,27.082,25.901,25.433,28.554,27.197,26.745,28.541,27.516,25.327,27.915,26.702,27.998],"paint":[37.108,38.067,37.649,39.231,38.023,37.059,39.432,39.434,38.485,38.219,38.479,37.842,38.047,38.304,38.208]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"09_clear1k_x8","values":{"total":[16,15.159,15.867,15.464,16.101,16.426,16.453,16.057,14.808,16.984,15.364,14.803,15.316,15.938,15.409],"script":[13.709,13.424,13.168,13.278,13.79,13.943,13.737,13.683,13.222,14.081,13.87,13.301,12.822,13.796,13.626],"paint":[2.172,0.778,1.771,2.061,2.174,1.754,1.01,2.212,0.82,1.838,1.392,0.41,2.362,1.999,0.785]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4989652633666992]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.163642883300781]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.254204750061035]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1732912063598633]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.81822490692139]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.59]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.972]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.95599999999996]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.0869140625]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.810546875]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.0634765625]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[60.1]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[60.1]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"01_run1k","values":{"total":[50.757,43.931,56.246,44.274,51.301,47.186,43.089,46.457,45.71,45.167,47.108,45.962,48.484,48.582,51.737],"script":[7.212,7.098,7.901,6.825,7.402,7.937,6.84,7.832,6.902,7.389,7.382,6.828,7.582,7.222,7.854],"paint":[37.781,35.22,37.536,35.741,36.126,36.555,35.997,35.891,35.507,36.747,35.137,35.87,37.729,36.556,35.671]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"02_replace1k","values":{"total":[52.794,49.557,52.119,43.537,49.956,45.522,51.177,45.667,45.289,43.062,44.984,49.478,47.366,45.513,51.739],"script":[9.155,10.084,9.224,9.602,9.814,9.319,9.182,10.077,9.662,9.377,9.259,9.883,9.175,9.81,9.578],"paint":[36.313,34.057,32.712,33.792,32.411,32.949,33.203,35.446,35.479,33.249,35.555,34.182,34.33,35.574,34.084]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.953,20.107,18.042,19.842,18.429,19.032,20.185,19.298,19.108,18.117,18.432,18.442,18.315,19.706,19.065],"script":[3.173,2.524,2.777,2.713,2.935,2.259,2.124,3.31,2.653,2.502,2.301,3.029,3.269,2.517,2.445],"paint":[16.312,16.715,14.55,16.078,15.031,16.653,16.274,15.867,16.333,15.336,14.82,15.276,14.942,15.352,16.122]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"04_select1k","values":{"total":[4.455,3.557,4.451,3.933,3.637,4.71,4.264,4.376,5.377,4.883,3.611,4.314,3.589,4.818,4.954,4.469,4.441,3.996,4.553,4.615,4.032,4.598,5.155,4.568,4.032],"script":[2.095,1.058,1.371,1.552,1.061,2.033,1.728,1.001,1.645,1.57,1.713,1.142,1.06,1.299,2.014,1.286,1.862,2.04,1.317,2.078,1.587,1.786,1.001,1.542,2.026],"paint":[2.25,1.948,1.974,2.23,2.062,2.538,2.395,2.067,2.551,1.926,1.779,3.027,2.422,1.723,2.747,3.07,1.846,1.8,2.202,2.373,2.34,1.967,3.114,1.915,1.167]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"05_swap1k","values":{"total":[22.06,23.281,21.292,22.6,21.865,22.574,22.383,21.433,21.292,21.487,20.882,21.487,22.58,24.063,21.483],"script":[1.675,1.237,2.165,2.581,1.974,1.59,1.816,1.164,1.394,1.086,2.218,1.55,1.442,0.728,1.727],"paint":[20.01,20.833,18.456,19.892,19.773,20.158,20.445,20.145,18.958,19.28,18.359,18.14,21.019,20.447,19.633]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.123,16.485,16.2,16.079,15.272,15.261,16.308,17.567,15.876,15.73,15.511,16.564,16.062,15.889,15.607],"script":[0.894,1.036,0.861,1.157,0.993,0.717,1.033,1.071,1.064,0.848,0.708,0.967,0.712,0.68,0.798],"paint":[14.643,14.645,15.019,14.766,14.091,14.029,14.681,14.864,14.389,14.466,14.269,15.246,14.964,14.861,14.668]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"07_create10k","values":{"total":[487.034,488.796,488.102,493.411,480.816,474.933,489.221,488.737,475.491,472.213,487.119,472.291,494.904,491.716,487.498],"script":[90.227,88.46,89.408,89.987,89.059,89.02,89.121,90.078,89.027,89.199,90.882,88.947,90.2,89.984,90.724],"paint":[386.427,394.471,392.65,396.759,387.997,380.801,394.463,394.775,380.463,378.375,388.942,374.974,397.299,397.372,388.673]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.637,51.552,51.751,55.006,53.399,45.371,50.257,50.906,50.611,52.768,53.696,45.827,54.1,53.618,50.869],"script":[7.158,6.758,6.874,7.264,6.875,7.247,6.489,6.931,6.563,6.69,7.362,6.9,7.432,7.582,6.559],"paint":[38.252,39.108,37.973,40.544,40.415,37.83,37.772,38.048,38.087,39.903,40.116,38.208,40.288,39.357,38.442]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.503,13.635,13.279,13.459,12.663,13.131,14.396,13.667,13.144,13.749,13.674,13.8,13.59,12.963,13.357],"script":[10.641,11.143,11.247,11.501,10.949,11.365,10.98,10.863,11.449,11.704,10.51,10.798,11.32,11.009,10.656],"paint":[1.881,2.434,1.479,1.909,0.923,1.697,1.533,1.79,1.634,1.983,1.406,2.5,1.631,1.895,2.061]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4542551040649414]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.130558967590332]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.2529964447021484]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6107578277587891]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.238882064819336]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1889.8099999999997]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.384]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.60399999999998]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.5478515625]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[6.2744140625]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.5517578125]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[48.8]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[48.8]}},{"framework":"imba-v1.5.2-keyed","benchmark":"01_run1k","values":{"total":[51.737,52.534,43.245,51.791,48.372,42.831,54.338,48.353,45.694,53.992,51.109,53.837,41.911,50.288,49.639],"script":[8.07,8.652,7.786,8.524,7.968,7.626,8.115,7.813,7.618,8.02,8.688,9.207,7.495,7.809,8.547],"paint":[35.85,35,34.233,34.061,34.389,35.076,35.769,34.506,35.009,35.493,34.692,35.362,33.728,34.964,34.867]}},{"framework":"imba-v1.5.2-keyed","benchmark":"02_replace1k","values":{"total":[52.131,45.649,46.317,53.139,49.714,53.902,53.359,46.225,47.083,50.143,48.096,44.777,48.959,52.573,46.113],"script":[11.761,11.348,11.348,12.216,11.73,12.416,11.992,11.699,11.838,11.404,11.492,11.374,11.909,12.219,11.365],"paint":[34.073,34.137,34.811,35.684,33.208,34.942,33.594,34.384,34.97,33.273,35.573,33.255,33.357,33.586,33.022]}},{"framework":"imba-v1.5.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.648,19.211,18.325,17.359,17.84,18.778,18.954,18.698,18.449,17.734,18.66,17.443,17.53,17.951,18.147],"script":[2.742,2.652,2.055,2.286,1.814,2.337,2.734,1.474,1.946,1.748,1.937,1.915,1.733,1.58,1.828],"paint":[15.793,16.349,15.605,14.955,15.904,14.792,15.13,17.11,16.299,15.881,15.896,15.42,15.247,15.81,14.76]}},{"framework":"imba-v1.5.2-keyed","benchmark":"04_select1k","values":{"total":[5.533,4.26,5.377,4.561,5.107,3.98,3.946,4.939,4.538,4.926,5.519,4.735,3.616,4.937,4.923,4.334,5.054,4.828,4.124,4.644,3.824,5.792,4.651,5.285,4.356],"script":[2.686,0.369,2.74,2.009,2.095,1.376,1.665,2.307,1.383,1.066,2.749,1.156,1.039,1.434,2.084,1.991,1.324,1.755,2.04,2.321,1.049,2.054,2.086,2.838,1.743],"paint":[1.888,2.695,1.309,1.621,1.966,1.485,2.123,1.322,2.989,2.152,2.614,2.404,2.017,3.017,2.65,1.783,2.43,1.646,1.209,1.917,1.958,2.777,2.401,1.83,1.538]}},{"framework":"imba-v1.5.2-keyed","benchmark":"05_swap1k","values":{"total":[22.231,23.597,22.873,22.978,24.053,21.718,21.948,22.571,21.905,22.355,22.345,22.575,23.813,22.406,22.452],"script":[1.236,1.986,2.201,1.343,2.563,1.116,1.831,1.81,1.265,1.366,1.501,2.054,1.213,2.307,2.391],"paint":[18.737,20.219,19.532,18.926,21.359,19.596,20.001,20.638,19.546,20.19,20.706,20.118,22.469,19.433,19.617]}},{"framework":"imba-v1.5.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.039,15.888,15.956,16.538,15.863,15.711,15.913,20.382,15.794,16.362,15.864,17.011,16.168,15.813,15.972],"script":[0.721,0.867,1.084,0.969,0.711,0.859,1.05,0.665,0.318,0.431,0.989,0.985,0.42,0.873,0.631],"paint":[15.118,14.885,14.459,15.067,14.997,14.713,14.396,14.909,15.297,14.857,14.427,15.092,14.846,14.808,14.83]}},{"framework":"imba-v1.5.2-keyed","benchmark":"07_create10k","values":{"total":[477.996,491.967,508.725,498.486,492.971,487.955,475.129,487.362,485.023,469.344,463.647,477.215,487.501,467.481,494.212],"script":[97.15,103.351,98.123,96.61,98.515,97.304,93.952,96.77,96.648,102.888,95.263,95.661,94.426,97.411,101.928],"paint":[371.274,377.645,397.357,394.76,390.019,379.066,376.91,379.655,378.446,362.944,364.859,373.609,381.908,357.558,379.65]}},{"framework":"imba-v1.5.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[90.767,92.92,89.767,92.479,95.696,93.579,93.332,91.763,91.519,85.441,91.001,92.892,86.376,93.143,93.913],"script":[18.835,18.873,18.095,19.285,18.437,18.829,19.285,18.817,18.9,18.204,19.113,19.403,18.562,18.464,18.577],"paint":[66.581,67.585,66.041,67.877,67.945,69.563,67.843,67.69,67.19,66.879,66.866,67.989,67.436,66.457,70.021]}},{"framework":"imba-v1.5.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.204,14.818,13.504,15.16,16.168,15.734,15.529,15.668,15.019,13.796,15.309,14.167,15.189,14.658,15.056],"script":[14.886,12.427,12.129,13.101,13.295,13.148,12.988,13.144,12.829,12.493,13.907,12.277,13.7,12.682,13.217],"paint":[1.723,2.326,1.314,1.041,2.813,2.013,2.056,2.466,2.137,1.249,1.343,1.823,1.434,1.106,1.738]}},{"framework":"imba-v1.5.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7508077621459961]}},{"framework":"imba-v1.5.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.779587745666504]}},{"framework":"imba-v1.5.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.924837112426758]}},{"framework":"imba-v1.5.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0830411911010742]}},{"framework":"imba-v1.5.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.58364963531494]}},{"framework":"imba-v1.5.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.65]}},{"framework":"imba-v1.5.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.06]}},{"framework":"imba-v1.5.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.05999999999997]}},{"framework":"imba-v1.5.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[202.392578125]}},{"framework":"imba-v1.5.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[64.1181640625]}},{"framework":"imba-v1.5.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.0751953125]}},{"framework":"imba-v1.5.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[112]}},{"framework":"imba-v1.5.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[112]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"01_run1k","values":{"total":[45.47,47.658,44.314,45.925,45.389,44.442,45.307,44.396,45.684,42.437,44.931,43.755,44.618,43.59,43.552],"script":[8.852,9.8,8.745,9.228,9.093,8.968,9.282,8.542,8.966,8.382,9,8.526,8.502,8.548,8.376],"paint":[36.167,37.37,35.085,36.235,35.822,34.758,35.487,35.425,36.301,33.613,35.495,34.796,35.429,34.611,34.497]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"02_replace1k","values":{"total":[77.17,74.77,76.247,80.11,76.864,75.16,74.899,73.635,76.586,76.653,77.075,77.717,77.981,76.569,76.132],"script":[43.044,41.207,41.267,43.437,43.176,41.274,41.348,41.103,43.198,43.027,42.798,42.972,43.241,41.552,42.4],"paint":[33.644,33.088,34.524,35.886,33.205,33.089,33.121,32.118,32.667,32.924,33.605,34.03,34.027,34.491,33.274]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.109,30.514,28.254,30.145,29.994,29.089,30.521,27.557,29.032,28.697,30.443,27.94,28.624,28.887,29.027],"script":[12.014,12.693,10.812,12.402,11.4,11.549,11.16,10.71,11.659,11.82,11.678,10.479,11.586,11.734,10.782],"paint":[15.649,15.64,15.439,15.997,15.559,15.885,17.188,14.687,14.798,15.15,16.859,14.53,14.688,14.825,15.954]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"04_select1k","values":{"total":[12.48,13.057,13.615,14.712,14.291,12.913,12.663,12.218,13.249,13.929,12.399,13.119,13.193,13.736,14.195,13.001,13.384,13.99,13.215,12.651,12.842,12.478,12.41,12.766,12.346],"script":[9.294,9.96,9.888,10.504,10.135,9.8,9.57,9.647,10.344,10.185,9.301,9.655,9.435,9.257,10.542,9.77,10.083,9.644,10.286,9.672,10.031,9.699,8.7,9.046,8.94],"paint":[3.054,2.127,2.747,3.223,3.134,2.433,2.514,2.43,1.941,2.342,2.954,1.25,2.256,4.205,3.42,1.667,2.232,3.04,1.644,1.823,2.673,1.797,2.753,2.119,2.814]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"05_swap1k","values":{"total":[169.444,164.911,167.398,173.341,167.023,165.016,164.02,168.239,165.979,166.353,164.515,164.047,161.917,169.412,167.149],"script":[25.712,25.076,26.505,27.605,25.549,23.961,25.215,26.563,24.68,24.496,24.369,24.953,23.87,25.741,25.597],"paint":[140.988,137.328,138.859,143.259,139.005,138.991,136.22,139.943,139.206,140.084,137.912,136.986,135.317,142.477,139.659]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[88.964,86.008,86.825,88.749,86.32,84.999,89.168,89.7,86.988,87.223,85.828,89.801,87.348,87.303,89.887],"script":[17.005,16.321,17.183,17.699,16.165,16.187,18.079,18.158,17.346,17.18,16.711,16.532,17.648,18.313,18.37],"paint":[70.227,68.269,68.005,69.325,68.377,67.106,69.333,70.366,68.177,68.597,67.116,71.735,68.233,66.918,69.332]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"07_create10k","values":{"total":[488.536,472.881,477.493,484.681,479.061,478.012,486.085,476.84,483.267,479.337,477.417,486.132,479.897,481.805,482.133],"script":[100.164,99.992,99.616,114.553,101.368,99.438,114.348,99.713,100.64,100.027,100.052,102.905,100.713,112.362,99.205],"paint":[379.641,365.445,370.318,362.481,370.291,371.049,364.228,369.773,374.239,371.503,369.994,375.81,370.911,361.707,375.391]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.49,49.431,48.586,52.156,48.876,47.582,52.548,51.389,49.199,52.833,47.517,48.476,51.858,48.616,49.624],"script":[11.447,10.748,10.597,10.647,10.758,10.612,10.948,11.455,10.745,10.949,10.343,10.814,11.467,10.794,10.789],"paint":[37.009,37.696,37.093,40.528,37.254,36.118,40.6,38.988,37.58,40.708,36.296,36.781,39.385,36.957,37.839]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.398,15.51,15.386,14.269,15.895,17.164,15.322,15.192,15.665,16.225,14.42,15.033,16.026,14.807,15.655],"script":[13.63,13.578,13.23,12.936,13.892,14.15,13.725,13.424,12.881,14.076,12.923,12.851,13.912,13.09,13.62],"paint":[0.81,1.544,1.261,0.927,1.339,1.825,1.506,0.883,2.03,1.69,1.381,1.964,1.996,0.753,1.305]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5351972579956055]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.196645736694336]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.224940299987793]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9387712478637695]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.80544662475586]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1886.89]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.664000000000001]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.21199999999996]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.103515625]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.828125]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.8388671875]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[61.5]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[61.5]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"01_run1k","values":{"total":[40.332,41.515,41.279,40.128,40.521,39.837,40.267,38.785,40.479,40.275,39.011,40.786,39.289,40.022,40.569],"script":[3.573,3.474,3.525,3.69,3.62,3.631,3.613,3.429,3.833,3.815,3.803,3.41,3.841,3.604,3.757],"paint":[36.04,37.585,37.059,35.756,36.281,35.742,36.161,34.9,36.151,35.766,34.722,36.716,35.008,35.736,36.095]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"02_replace1k","values":{"total":[43.892,39.418,42.072,38.407,40.345,39.668,40.782,39.986,42.78,40.464,42.329,43.8,39.966,41.238,42.415],"script":[6.575,6.3,6.178,6.184,6.366,6.498,6.467,6.152,6.585,6.662,6.49,6.563,6.305,6.576,6.383],"paint":[36.618,32.679,35.449,31.83,33.243,32.423,33.876,33.409,35.54,33.33,35.428,36.553,33.223,34.171,35.604]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.093,20.486,19.099,19.109,18.85,20.357,18.585,18.954,18.858,19.405,18.73,18.768,18.779,17.943,18.881],"script":[1.807,2.143,1.564,1.267,1.634,1.74,1.057,1.054,1.49,1.457,1.521,1.672,1.744,1.347,1.055],"paint":[15.404,15.555,15.406,16.264,15.334,16.366,14.744,15.909,16.169,16.068,15.859,15.642,14.725,15.299,15.594]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"04_select1k","values":{"total":[3.75,3.412,4.654,4.789,3.098,3.562,3.288,4.291,2.928,4.102,4.29,3.156,3.971,3.312,3.91,3.151,3.51,3.509,3.34,3.319,4.338,4.033,4.972,3.15,3.919],"script":[1.217,1.104,1.238,1.217,1.154,0.208,1.011,0.189,0.189,0.892,1.133,0.879,0.992,0.196,0.843,0.185,0.842,0.196,0.618,0.941,0.561,0.977,1.216,0.831,0.186],"paint":[1.579,1.497,2.769,2.051,1.149,2.782,2.156,3.233,2.593,2.087,1.996,2.161,2.256,2.476,2.121,2.839,2.53,2.855,1.798,1.777,2.362,2.862,2.549,1.515,2.537]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"05_swap1k","values":{"total":[24.373,23.176,22.181,23.344,23.638,22.86,23.481,21.69,22.472,22.759,22.663,22.857,22.308,23.024,23.317],"script":[1.745,1.461,1.613,1.248,2.143,0.995,1.1,1.576,1.398,1.884,1.434,1.279,1.42,1.797,1.871],"paint":[20.768,20.61,19.174,21.112,19.893,20.639,20.79,18.449,19.771,19.128,19.821,19.944,19.5,19.577,19.664]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.136,17.258,17.338,18,18.048,17.967,16.781,16.694,18.608,17.192,17.112,17.207,17.819,17.595,17.32],"script":[0.653,0.254,0.59,0.485,0.871,0.7,0.269,0.594,0.662,0.582,0.609,0.608,0.627,0.598,0.304],"paint":[15.62,15.565,15.803,16.237,16.128,15.943,15.689,15.326,16.712,15.819,15.628,15.468,15.878,15.199,16.164]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"07_create10k","values":{"total":[406.99,410.591,405.448,411.626,398.318,414.695,407.913,410.259,401.035,410.668,406.502,412.977,413.105,411.452,409.677],"script":[47.244,46.894,47.052,48.124,45.154,46.766,45.408,46.095,45.765,46.668,46.264,46.39,46.463,47.112,47.454],"paint":[352.116,356.262,350.951,356.266,345.76,359.919,355.009,356.804,347.871,356.401,352.812,359.168,359.179,356.983,354.721]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.569,41.4,43.308,43.901,41.614,43.497,41.152,41.685,44.01,42.508,43.434,42.612,43.245,41.531,41.577],"script":[3.417,3.446,3.513,3.606,3.625,3.517,3.415,3.435,3.548,3.536,3.477,3.543,3.49,3.66,3.569],"paint":[37.248,37.145,38.834,39.116,37.193,38.803,36.821,37.383,39.268,37.68,38.751,37.888,38.813,37.016,37.176]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.643,14.477,15.098,14.775,14.53,14.597,13.805,13.839,13.534,14.756,14.047,14.377,14.411,15.058,14.451],"script":[12.023,11.696,12.694,13.097,11.781,12.264,12.158,11.867,11.696,12.592,12.739,12.192,12.527,12.316,12.226],"paint":[1.91,2.674,2.278,1.21,2.654,2.228,1.544,1.832,1.747,2.076,1.203,2.069,1.797,1.934,2.137]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5065698623657227]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.8971261978149414]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9486846923828125]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7904376983642578]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.255502700805664]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.085]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.075999999999999]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.08800000000005]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[165.4296875]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[27.1552734375]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.9375]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[88.8]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[88.8]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"01_run1k","values":{"total":[37.923,39.134,41.537,39.655,38.706,40.121,40.137,39.798,40.018,39.112,40.81,39.386,40.003,40.6,40.206],"script":[3.056,3.464,3.31,3.622,3.262,3.51,3.213,3.506,3.262,3.302,3.431,3.212,3.326,3.449,3.279],"paint":[34.433,35.222,37.758,35.559,34.888,35.986,36.277,35.793,36.061,35.244,36.841,35.584,35.969,36.681,36.463]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"02_replace1k","values":{"total":[39.032,40.665,40.826,40.499,39.106,38.65,41.206,39.148,38.777,38.813,41.068,40.641,42.531,39.345,41.824],"script":[5.965,5.999,6.001,6.012,5.942,6.031,6.132,5.841,5.863,6.052,6.14,6.059,6.217,5.978,5.984],"paint":[32.671,34.231,34.122,34.027,32.706,31.88,34.426,32.887,32.472,32.311,34.229,34.127,35.824,32.927,35.408]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.303,18.277,18.861,19.508,17.855,19.644,18.035,19.73,17.849,19.011,20.639,18.23,18.714,17.802,18.757],"script":[1.453,1.174,0.974,1.238,1.267,1.213,1.488,1.492,0.921,1.507,1.809,1.718,1.558,1.545,1.346],"paint":[15.576,15.357,15.877,15.754,14.982,16.411,14.873,16.239,15.282,15.929,15.894,15.334,16.112,14.399,15.796]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"04_select1k","values":{"total":[3.51,3.913,3.011,2.816,4.943,3.695,3.791,4.015,4.328,4.337,3.828,3.639,4.131,3.422,3.805,3.245,5.22,2.988,3.656,3.902,3.738,3.503,3.472,3.695,4.104],"script":[0.91,1.13,0.816,0.537,0.932,0.957,1.206,1.672,1.104,0.619,0.779,1.167,1.23,1.001,0.725,0.829,0.951,0.738,1.145,1.208,1.058,1.44,1.144,0.678,1.501],"paint":[1.659,2.454,1.473,2.177,2.964,2.63,2.447,1.39,2.085,2.76,2.084,1.603,1.675,1.434,1.675,2.308,3.337,2.135,2.411,2.589,1.404,1.217,2.185,2.408,2.04]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"05_swap1k","values":{"total":[21.101,21.769,22.225,22.435,23.435,22.457,23.398,21.421,22.227,22.147,21.81,22.792,24.653,21.891,22.61],"script":[1.236,1.232,0.959,1.297,1.352,1.193,1.27,1.443,1.721,0.959,1.495,1.392,0.959,1.194,1.807],"paint":[18.204,18.419,18.904,19.788,19.672,18.572,19.98,17.924,19.174,18.989,18.178,19.773,20.317,19.294,19.174]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.195,17.532,18.998,17.443,17.642,17.159,17.348,16.341,17.459,17.255,17.069,17.208,16.904,17.492,16.902],"script":[0.599,0.616,0.341,0.565,0.575,0.357,0.597,0.386,0.372,0.473,0.55,0.607,0.564,0.587,0.356],"paint":[15.457,15.808,16.829,15.366,15.842,15.478,15.827,15.201,16.028,15.806,15.437,15.68,15.259,15.883,15.651]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"07_create10k","values":{"total":[398.765,397.88,399.747,399.358,400.942,390.13,402.056,400.686,398.995,394.878,396.689,402.6,391.283,403.306,397.896],"script":[40.727,40.287,41.418,40.073,41.285,38.679,41.074,41.38,41.467,40.191,40.376,40.654,40.352,40.447,40.646],"paint":[349.574,349.561,350.837,351.637,352.208,344.044,353.555,351.914,350.215,347.197,348.669,354.48,343.722,355.508,349.994]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.813,43.922,43.84,44.419,44.08,41.894,43.763,45.969,43.141,42.042,44.316,46.12,44.945,45.309,42.394],"script":[4.098,3.532,3.639,3.484,3.454,3.411,3.651,3.645,3.596,3.383,3.457,3.731,3.503,3.522,3.437],"paint":[40.712,39.466,39.288,39.646,39.411,37.69,39.19,41.151,38.612,37.855,39.702,41.203,40.248,40.753,38.001]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.199,11.695,13.388,13.259,13.486,13.213,13.464,13.275,12.995,12.571,12.825,13.198,13.728,13.216,12.935],"script":[11.252,9.209,11.324,11.772,11.474,10.775,11.213,11.204,10.909,11.139,11.356,11.078,11.061,11.402,10.98],"paint":[1.861,2.402,1.173,0.437,1.641,2.304,1.047,1.983,0.79,0.425,0.81,2.01,2.529,1.719,1.855]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49884986877441406]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.3131418228149414]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.3505306243896484]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6911706924438477]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.473475456237793]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.71]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.98]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.928]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.056640625]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.783203125]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.0849609375]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[55.8]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[55.8]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"01_run1k","values":{"total":[48.384,48.173,48.388,46.812,48.625,47.832,49.73,47.286,51.223,47.758,48.654,48.064,50.06,47.707,48.942],"script":[12.778,12.868,12.579,11.931,12.592,12.134,12.559,12.657,12.864,11.78,12.278,12.634,12.329,12.436,13.005],"paint":[35.171,34.879,35.189,34.404,35.28,34.99,36.695,34.17,37.855,35.545,35.864,34.951,37.289,34.819,35.467]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"02_replace1k","values":{"total":[47.16,47.155,47.087,51.637,47.667,47.859,46.93,47.502,48.524,47.47,47.638,47.046,48.687,47.385,46.943],"script":[14.04,14.101,13.818,13.844,14.032,14.048,13.366,13.936,14.38,14.095,14.197,13.657,14.373,13.893,13.401],"paint":[32.668,32.3,32.772,37.327,32.85,33.34,32.932,33.087,33.418,32.932,32.994,32.915,33.861,33.069,33.073]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.653,22.755,22.541,24.672,21.57,22.076,22.401,22.452,23.399,24.001,23.221,22.815,23.19,22.131,23.474],"script":[5.632,5.911,5.061,5.272,4.837,5.582,5.35,4.665,5.929,5.319,5.14,5.747,5.599,5.273,5.856],"paint":[15.863,15.469,16,16.213,15.702,14.855,16.033,15.203,15.381,16.381,17.119,14.913,16.558,14.999,15.772]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"04_select1k","values":{"total":[4.195,4.167,3.891,4.789,4.848,5,4.542,4.347,4.049,4.972,5.895,4.604,5.441,5.426,4.008,5.24,4.368,4.38,5.327,4.97,5.268,4.754,4.034,3.993,4.62],"script":[1.246,1.467,1.082,1.868,1.602,1.842,1.034,1.288,0.739,1.358,0.706,1.049,1.676,2.02,1.4,1.294,1.453,1.586,2.279,1.345,1.868,1.319,1.224,1.094,1.199],"paint":[2.252,1.885,1.81,2.093,2.395,2.54,3.34,1.953,2.256,3.439,4.963,2.591,2.688,2.326,1.563,3.357,2.743,2.646,2.032,3.44,2.438,2.485,1.754,2.158,2.221]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"05_swap1k","values":{"total":[163.768,167.134,164.683,164.44,162.972,170.161,163.9,163.365,165.601,167.422,167.372,160.608,171.522,164.674,164.633],"script":[22.337,23.906,23.677,22.51,24.217,25.029,23.731,23.105,22.807,23.655,22.758,22.662,23.798,23.212,23.381],"paint":[140.103,140.891,139.366,139.861,136.334,143.411,138.508,137.605,139.977,141.789,142.145,136.24,145.92,139.499,139.848]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.003,19.614,18.974,17.564,18.511,18.13,17.776,19.134,18.435,18.064,18.686,18.632,18.602,18.354,19.691],"script":[1.39,1.96,1.363,1.02,1.292,1.692,1.296,1.453,1.389,1.493,1.632,1.318,1.309,1.641,1.396],"paint":[15.449,17.084,15.999,15.509,16.277,15.296,15.695,16.311,15.851,15.413,16.022,15.933,15.919,15.808,16.748]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"07_create10k","values":{"total":[647.303,647.798,657.165,644.389,646.548,658.775,639.547,645.868,646.417,650.703,650.912,643.235,647.871,639.49,636.111],"script":[261.107,259.624,259.483,258.232,261.319,265.966,255.746,257.826,257.876,258.437,259.471,260.55,258.965,259.214,258.339],"paint":[378.311,380.351,389.947,378.486,377.715,385.066,376.334,380.409,379.832,384.248,383.94,374.743,381.137,372.82,370.349]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.688,50.608,48.819,48.46,49.827,50.083,50.716,49.574,50.264,49.624,50.509,50.19,50.229,48.255,50.354],"script":[10.259,11.137,10.101,10.039,10.225,10.654,11.116,10.898,10.703,10.531,10.903,10.799,10.734,10.023,10.771],"paint":[38.573,38.5,37.836,37.547,38.66,38.482,38.592,37.7,38.647,38.182,38.675,38.451,38.531,37.312,38.592]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.006,17.507,18.343,17.751,18.003,18.029,17.546,16.422,18.365,15.306,18.035,17.277,16.035,17.556,15.867],"script":[15.658,15.334,15.829,15.177,15.518,15.878,15.362,13.969,15.586,13.854,15.016,14.853,14.168,15.61,13.694],"paint":[1.557,1.605,2.346,2.116,2.389,2.034,2.074,1.952,2.086,1.349,2.713,2.331,1.631,1.83,2.068]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9925909042358398]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.275846481323242]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.793256759643555]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.057936668395996]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[49.66762828826904]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2476.76]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.123999999999997]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.59999999999997]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[275.0771484375]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[136.7998046875]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[39.5966796875]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[215.3]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[215.3]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"01_run1k","values":{"total":[47.525,47.295,47.851,46.137,47.054,47.457,48.107,47.054,47.073,49.151,49.966,46.552,47.274,47.223,47.199],"script":[12.245,11.837,12.373,11.481,11.278,11.711,12.702,11.664,12.163,12.137,12.694,11.805,11.321,11.984,11.751],"paint":[34.845,34.95,35.012,34.176,35.306,35.224,34.904,34.907,34.413,36.596,36.786,34.279,35.469,34.769,35.005]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"02_replace1k","values":{"total":[51.663,50.971,51.726,51.453,53.476,53.093,51.265,51.718,55.432,51.419,51.979,51.919,53.758,52.559,54.26],"script":[17.381,17.547,17.882,18.011,19.324,18.573,17.5,18.552,18.337,17.587,18.722,17.955,19.572,18.565,18.712],"paint":[33.869,32.941,33.427,33,33.649,34.059,33.337,32.712,36.607,33.394,32.826,33.455,33.797,33.539,35.12]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.861,18.556,18.121,19.442,19.19,18.21,18.294,19.016,18.251,18.844,19.495,18.596,18.684,19.019,18.718],"script":[1.185,0.839,1.211,1.564,1.118,1.674,1.575,1.135,1.454,0.894,1.78,1.06,1.142,1.028,1.18],"paint":[15.959,15.771,15.093,16.654,15.705,14.633,14.787,16.16,14.941,15.353,15.604,15.729,16.159,16.717,15.453]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"04_select1k","values":{"total":[3.025,3.056,4.793,3.041,3.41,3.208,3.735,3.1,2.844,3.422,3.533,3.614,3.839,4.041,2.95,2.936,3.668,3.526,3.443,3.353,3.113,2.897,3.115,3.653,3.744],"script":[0.426,0.167,1.052,0.505,0.174,0.158,0.848,0.884,0.761,0.512,0.922,1.015,0.766,0.755,0.16,0.161,0.806,0.697,0.746,0.681,0.629,0.285,0.803,0.497,0.964],"paint":[1.698,2.755,2.527,2.148,2.68,2.597,2.772,2.115,1.995,2.785,1.855,1.969,2.966,2.697,2.692,2.266,2.708,2.724,1.901,1.13,2.388,1.93,1.057,2.539,1.963]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"05_swap1k","values":{"total":[23.948,24.903,24.856,23.904,24.343,24.656,23.44,23.464,23.362,23.492,25.346,23.69,24.576,23.469,23.93],"script":[3.214,2.761,3.154,2.904,2.856,2.876,2.553,2.654,2.81,2.925,3.406,2.974,2.978,2.558,2.564],"paint":[18.744,21.14,20.217,19.528,19.753,19.36,19.304,18.917,18.941,18.445,19.934,18.883,19.849,18.616,19.724]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.077,20.59,18.183,18.609,18.199,18.064,19.757,18.457,19.345,18.317,19.593,18.541,19.839,18.296,20.067],"script":[1.529,1.373,1.206,1.424,1.193,1.504,1.294,1.492,1.515,1.485,1.455,1.358,1.308,1.496,1.382],"paint":[16.202,18.082,15.964,15.931,16.155,15.607,17.582,16.024,16.712,15.933,16.726,16.301,17.705,15.8,17.968]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"07_create10k","values":{"total":[563.323,565.331,576.88,576.59,571.966,557.215,580.583,570.138,580.155,576.525,567.526,573.944,553.98,568.872,578.026],"script":[173.689,168.15,170.453,171.453,167.807,168.67,175.25,167.725,173.439,168.937,169.298,170.584,169.268,169.762,171.96],"paint":[381.883,389.57,398.614,397.444,396.56,380.923,397.68,394.848,398.998,399.958,390.627,395.828,377.169,391.482,397.749]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.942,56.157,55.577,58.94,55.439,55.915,57.565,55.616,56.119,56.256,55.278,56.043,56.1,55.487,56.168],"script":[16.853,16.603,16.314,17.506,16.357,16.428,17.195,16.552,16.786,16.829,16.623,16.569,16.436,16.248,16.911],"paint":[38.179,38.612,38.435,40.474,38.18,38.643,39.513,38.212,38.481,38.466,37.806,38.642,38.773,38.41,38.388]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.694,26.352,25.718,27.912,25.175,27.389,26.009,26.741,27.653,25.311,25.44,26.187,25.551,25.861,25.996],"script":[24.529,23.517,23.48,25.503,23.613,25.267,23.349,24.554,25.435,22.779,23.225,23.568,23.44,23.762,23.446],"paint":[1.063,2.73,2.15,1.996,1.458,2.003,2.078,2.071,2.096,1.854,1.239,2.524,2.001,2.007,1.764]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5715866088867188]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.7775115966796875]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.900415420532227]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.4010629653930664]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[41.55297374725342]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.3899999999999]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.924]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.84000000000006]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.283203125]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[20.0078125]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.3642578125]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[66.3]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[66.3]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"01_run1k","values":{"total":[76.48,75.736,78.317,73.901,73.287,74.853,74.044,74.322,74.462,74.042,76.166,74.39,76.578,76.951,75.822],"script":[38.483,38.511,40.119,36.7,36.669,38.188,37.121,37.367,37.007,37.42,38.776,37.592,38.089,39.141,38.074],"paint":[37.365,36.699,37.67,36.694,36.129,36.107,36.44,36.459,36.895,36.139,36.886,36.301,37.983,37.288,37.211]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"02_replace1k","values":{"total":[87.383,83.741,84.014,87.658,84.244,85.436,85.751,81.571,87.042,84.849,85.083,87.635,83.215,85.679,84.746],"script":[51.204,49.126,49.439,51.526,48.487,51.039,50.716,46.424,52.132,49.99,50.349,49.593,48.997,50.483,49.031],"paint":[35.535,34.123,33.861,35.593,34.993,33.865,34.518,34.647,34.427,34.385,34.218,37.342,33.72,34.699,35.214]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.675,21.019,20.211,20.678,20.659,21.747,20.306,20.513,21.383,20.892,20.841,19.381,20.893,22.726,20.953],"script":[2.996,1.684,2.652,2.549,2.391,2.879,2.448,1.962,3.601,2.47,2.921,2.565,2.441,2.448,2.93],"paint":[14.988,16.519,15.816,16.024,16.066,16.227,16.383,16.42,16.387,16.001,15.643,14.562,17.128,17.731,15.619]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"04_select1k","values":{"total":[12.703,13.81,13.227,11.348,12.965,12.47,12.824,14.891,12.467,13.074,13.571,13.959,12.895,11.959,12.914,11.048,12.673,12.346,13.407,12.103,12.59,11.917,13.483,13.147,14.107],"script":[8.949,9.727,9.302,7.838,9.516,8.457,9.041,9.608,8.576,8.978,8.613,10.296,8.193,7.662,8.284,8.183,8.733,7.986,9.445,8.551,8.257,8.517,9.093,9.381,9.469],"paint":[2.797,3.197,3.202,2.369,3.232,3.771,2.828,3.675,3.26,3.854,3.506,2.608,2.923,4.085,2.821,2.338,2.657,3.389,2.858,2.82,3.086,2.758,3.188,2.562,3.944]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"05_swap1k","values":{"total":[164.016,165.356,160.924,163.979,163.586,161.44,166.834,172.515,162.363,161.163,161.942,164.251,165.616,163.709,164.469],"script":[20.841,20.764,19.472,19.54,21.049,20.642,20.062,20.582,19.921,19.134,20.809,20.813,20.449,19.474,19.856],"paint":[141.419,142.024,138.164,141.134,139.441,138.169,143.808,149.046,139.899,139.165,138.813,141.585,141.913,142.201,143.096]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.045,19.205,20.47,19.721,18.732,18.773,19.928,19.663,20.416,18.572,20.774,18.501,18.308,18.929,18.612],"script":[1.356,1.379,1.397,1.871,1.271,1.293,1.676,1.839,1.948,1.357,1.915,1.643,1.419,1.327,1.293],"paint":[16.581,16.569,17.428,16.508,16.425,16.488,16.92,16.641,17.234,16.105,17.227,15.732,15.951,16.469,16.532]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"07_create10k","values":{"total":[752.992,738.119,744.991,738.488,749.527,744.66,745.214,744.713,740.262,746.526,734.394,753.012,705.771,742.265,735.278],"script":[325.668,321.625,325.507,323.885,326.591,323.188,323.756,322.924,322.427,327.476,317.033,323.021,301.023,317.758,314.135],"paint":[419.466,408.813,411.742,406.519,415.182,413.243,413.464,413.729,409.767,411.085,409.351,421.106,397.078,416.706,412.156]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[80.465,80.658,82.245,81.553,78.533,82.202,86.518,86.324,78.847,80.023,79.792,80.38,81.022,79.428,79.202],"script":[38.495,39.162,41.806,39.797,39.259,40.248,39.579,39.879,38.735,38.733,39.124,39.468,38.924,37.774,38.896],"paint":[40.767,40.476,39.526,40.699,38.362,41.051,45.682,45.384,39.129,40.324,39.66,39.916,40.791,40.695,39.321]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[50.629,56.604,53.349,55.282,55.03,57.237,54.212,50.342,57.928,56.101,51.657,54.458,51.22,55.298,56.562],"script":[49.126,54.428,50.835,52.498,52.494,54.594,51.565,47.474,54.748,53.587,48.784,52.03,49.092,52.865,53.616],"paint":[1.376,2.039,2.367,2.115,1.369,1.591,1.905,2.375,2.524,1.587,2.505,2.061,1.104,1.77,2.111]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7512474060058594]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[12.82363510131836]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[13.035970687866211]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4200258255004883]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[77.47004318237305]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.56]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.579999999999998]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.94799999999998]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[208.7177734375]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[70.4404296875]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[22.390625]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[119.8]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[119.8]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"01_run1k","values":{"total":[41.182,41.439,41.324,42.88,43.294,40.907,41.418,40.564,42.602,41.079,41.934,40.256,41.799,40.346,40.224],"script":[6.193,5.929,5.888,5.87,5.803,5.661,6.19,6.292,5.939,5.937,6.157,6.102,6.023,5.765,5.618],"paint":[34.579,35.089,35.016,36.572,36.726,34.722,34.794,33.811,35.957,34.703,35.035,33.684,35.081,34.123,34.143]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"02_replace1k","values":{"total":[46.957,43.504,44.673,45.186,45.425,43.72,44.407,44.461,43.004,44.228,44.547,43.268,43.05,43.818,43.72],"script":[10.111,10.055,10.381,10.062,10.061,10.08,10.527,10.086,9.787,10.293,9.944,9.866,9.934,9.596,10.293],"paint":[36.163,33.007,33.89,34.412,34.907,33.176,33.42,33.635,32.774,33.232,33.918,32.944,32.665,33.507,32.992]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.777,20.219,20.566,19.62,20.845,21.086,20.291,20.078,20.774,20.174,21.412,19.216,21.776,21.369,19.586],"script":[3.331,2.994,3.694,1.92,3.036,3.311,2.493,2.791,2.547,2.718,2.882,2.938,2.842,3.206,2.665],"paint":[14.057,15.079,14.165,16.724,15.964,15.754,16.169,15.91,14.886,15.305,15.732,15.247,17.063,15.279,15.303]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"04_select1k","values":{"total":[3.301,3.785,3.814,5.603,3.047,4.079,3.719,3.335,3.72,4.383,3.887,4.073,3.52,3.933,4.028,3.288,3.117,3.899,3.782,4.53,3.47,4.014,2.823,2.937,4.068],"script":[1.027,0.919,1.303,1.023,0.621,1.554,1.018,0.809,1.06,1.224,0.887,0.628,1.243,0.591,0.652,0.905,0.622,1.022,0.928,1.939,1.32,1.51,0.949,0.957,0.665],"paint":[1.271,2.724,1.895,3.961,2.312,2.397,1.383,2.389,2.515,3.018,2.194,1.911,1.715,2.714,3.242,2.232,1.556,1.525,1.992,2.465,1.76,2.371,1.748,1.865,2.355]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"05_swap1k","values":{"total":[22.073,24.151,23.733,22.4,23.783,22.903,22.192,22.155,22.84,22.415,24.57,22.906,23.088,22.715,22.177],"script":[1.75,2.408,1.538,1.928,1.649,1.769,1.026,1.451,1.032,1.033,1.564,2.266,1.75,1.447,1.56],"paint":[18.227,19.442,20.079,19.176,19.859,19.835,19.366,18.414,19.175,19.148,21.345,18.388,19.623,19.687,19.144]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.593,17.769,17.614,17.88,17.521,18.284,17.579,17.368,16.75,17.135,17.375,17.775,18.421,17.172,17.591],"script":[0.74,0.604,0.648,0.626,0.618,0.867,0.779,0.499,0.594,0.633,0.647,0.617,0.637,0.605,0.62],"paint":[16.581,16.418,16.042,16.219,15.851,16.608,15.841,15.347,15.101,15.672,15.573,15.626,16.506,15.472,16.221]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"07_create10k","values":{"total":[433.042,433.605,432.615,427.366,423.045,440.246,427.764,421.605,426.612,433.386,432.338,426.739,431.628,419.156,428.314],"script":[69.949,71.329,68.666,69.105,68.23,67.765,69.337,67.41,67.142,70.401,68.181,69.158,68.591,65.877,65.429],"paint":[355.593,354.769,356.567,350.925,347.322,365.054,350.484,346.805,352.042,355.569,356.717,349.221,355.643,345.856,355.477]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.44,44.67,45.1,46.379,44.914,45.436,44.422,45.184,45.118,45.336,45.182,46.164,44.809,45.863,45.224],"script":[6.04,5.835,6.127,6.164,6.199,6.353,5.99,6.077,6.215,6.285,5.815,6.01,5.709,6.188,5.859],"paint":[39.167,37.917,37.992,39.021,37.752,37.936,37.51,38.19,37.942,38.12,38.419,39.175,37.871,38.66,38.162]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.259,16.695,16.881,16.198,16.989,16.637,16.385,15.71,15.952,16.12,16.847,15.9,15.697,16.983,15.904],"script":[14.104,14.665,14.382,14.007,15.076,14.284,14.531,13.899,13.809,13.898,14.483,13.734,14.249,14.388,13.406],"paint":[1.569,1.923,2.377,1.346,1.795,2.244,1.014,1.714,2.035,2.116,1.277,2.058,0.406,1.974,2.347]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7040586471557617]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.286243438720703]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.313203811645508]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0934600830078125]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.77411460876465]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.46]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.488]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[135.204]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[213.04296875]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[74.767578125]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[24.400390625]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[136.7]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[136.7]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"01_run1k","values":{"total":[46.847,47.216,47.643,47.246,50.271,48.218,46.567,46.58,46.787,46.68,47.736,46.212,46.581,47.698,46.62],"script":[13.6,13.807,14.117,14.178,14.258,13.905,13.762,13.97,13.527,13.402,14.224,13.77,13.738,14.089,13.467],"paint":[32.774,32.946,33.131,32.376,35.505,33.853,32.35,32.202,32.841,32.874,33.077,31.983,32.398,33.15,32.715]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"02_replace1k","values":{"total":[51.295,52.195,51.729,53.152,51.616,51.365,51.574,50.33,51.469,52.25,53.705,50.861,53.19,50.937,51.235],"script":[17.623,18.349,17.91,17.641,17.974,16.987,17.923,17.691,17.405,18.486,17.997,17.591,17.434,17.073,18.247],"paint":[33.179,33.395,33.342,34.746,33.183,33.932,33.197,32.172,33.36,33.312,35.217,32.821,35.279,33.137,32.459]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.926,25.729,24.742,24.676,23.298,24.945,25.162,25.616,25.15,24.758,25.036,25.652,25.548,24.476,23.522],"script":[7.75,6.888,6.581,6.5,5.743,7.287,7.474,7.378,7.303,6.737,6.957,6.688,6.892,7.144,5.951],"paint":[16.542,17.141,16.304,15.648,16.108,16.25,16.113,16.465,15.818,16.389,14.88,15.163,16.714,15.485,16.01]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"04_select1k","values":{"total":[5.136,5.088,6.32,5.223,5.037,6.911,6.367,4.689,5.176,5.589,6.071,6.1,5.338,5.04,5.996,6.54,5.561,6.368,6.567,6.334,4.985,4.802,4.91,5.482,5.836],"script":[2.761,2.429,3.195,3.12,2.127,3.447,2.325,2.183,2.431,1.996,2.813,2.345,2.38,2.257,2.255,2.821,1.963,2.288,2.806,2.042,2.76,2.255,1.553,2.063,1.983],"paint":[2.198,1.955,2.097,1.955,2.596,3.267,3.071,2.395,2.219,2.727,2.337,2.786,1.699,2.607,2.829,2.012,3.419,2.811,3.082,3.333,1.167,2.371,3.064,2.873,3.251]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"05_swap1k","values":{"total":[169.743,164.309,167.454,169.654,166.64,173.09,175.601,167.938,173.318,170.95,170.898,169.04,167.416,171.613,171.406],"script":[27.243,27.443,27.63,29.788,27.039,28.498,31.458,29.575,28.332,28.394,29.609,27.367,26.957,29.717,26.68],"paint":[139.768,134.395,136.971,136.558,137.761,142.872,140.57,135.967,142.726,139.826,139.268,138.805,137.988,139.076,143.074]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.388,20.51,20.324,20.255,19.974,20.24,19.759,19.714,20.143,20.955,20.464,20.132,20.26,19.819,20.462],"script":[3.211,3.089,3.512,3.146,3.053,3.075,2.718,3.345,3.424,3.198,3.223,3.12,3.153,3.183,3.198],"paint":[15.548,16.143,15.616,16.136,15.567,16.054,16.232,15.112,15.607,16.686,16.14,15.639,16.164,15.585,16.272]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"07_create10k","values":{"total":[645.034,641.698,648.336,639.006,643.754,652.523,651.785,645.164,641.715,645.106,646.936,649.251,642.494,645.585,646.958],"script":[262.227,260.437,264.043,262.991,263.575,267.171,265.175,265.11,261.248,264.104,260.614,267.042,260.42,266.959,262.035],"paint":[374.725,373.777,376.297,368.323,371.886,377.651,377.735,372.475,372.931,373.447,378.706,374.064,374.41,370.919,377.053]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.094,50.878,55.22,52.302,52.533,52.024,52.576,51.919,50.023,52.12,52.108,52.551,51.689,52.673,52.322],"script":[13.312,12.316,13.616,13.311,13.237,12.839,12.791,13.256,12.491,12.868,12.715,12.978,12.433,12.833,12.938],"paint":[39.468,37.58,40.389,37.685,37.982,38.277,38.714,37.725,36.582,38.322,38.371,38.609,38.224,38.517,38.445]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.537,17.367,16.645,17.812,17.123,17.269,17.114,16.799,16.421,16.17,16.846,17.408,16.387,17.408,17.715],"script":[15.291,15.217,14.228,15.744,15.198,15.239,14.376,14.616,14.173,13.512,15.095,15.279,14.16,15.063,15.479],"paint":[2.109,2.036,1.821,1.962,1.581,1.272,2.536,1.452,1.434,2.159,1.66,1.049,2.122,2.251,2.141]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0247583389282227]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.928362846374512]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.485012054443359]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.636589050292969]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.87364101409912]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.6250000000005]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.895999999999999]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.14000000000001]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[295.3984375]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[157.1220703125]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.2001953125]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[261.9]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[261.9]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"01_run1k","values":{"total":[45.638,45.521,44.965,45.924,46.043,45.643,45.346,47.319,45.626,46.249,46.356,46.397,46.581,45.622,45.963],"script":[9.487,9.403,9.666,9.804,10.41,9.88,9.476,9.89,9.331,9.357,10.252,9.487,9.872,9.95,9.731],"paint":[35.678,35.423,34.77,35.653,35.206,35.313,35.42,36.688,35.739,36.239,35.652,36.41,36.224,34.98,35.613]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"02_replace1k","values":{"total":[52.58,48.409,52.001,50.176,50.68,49.074,51.108,48.765,48.1,50.954,48.903,51.157,48.909,52.668,50.435],"script":[15.866,15.018,15.924,15.687,16.052,14.936,16.231,14.966,15.094,16.126,15.028,16.251,15.16,15.844,16.187],"paint":[35.991,32.945,35.591,34.009,34.148,33.697,34.434,33.323,32.527,34.372,33.394,34.437,33.302,36.349,33.527]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.257,20.368,19.097,19.59,19.521,19.619,19.005,19.988,19.721,19.219,19.499,18.776,19.166,19.574,18.637],"script":[1.786,1.686,2.096,2.144,1.83,1.909,1.871,2.456,2.097,2.369,1.864,1.845,1.396,1.548,1.692],"paint":[15.229,16.772,14.202,15.425,15.783,15.985,14.707,15.895,16.073,15.067,16.486,15.892,15.006,17.009,15.331]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"04_select1k","values":{"total":[3.521,2.858,3.925,3.728,3.573,3.136,2.969,2.557,3.553,3.66,2.958,3.823,3.286,4.184,3.424,3.13,3.136,3.223,2.707,4.841,3.305,3.576,3.348,3.203,3.544],"script":[0.142,0.132,1.134,1.205,0.668,0.659,0.125,1.023,0.878,0.483,0.147,0.146,0.869,1.09,0.153,0.761,0.549,0.124,0.33,0.841,0.944,0.163,0.697,0.269,1.003],"paint":[3.243,1.727,2.66,1.904,2.108,1.912,2.476,1.423,1.806,2.722,1.587,2.563,2.136,2.057,2.894,2.245,1.792,1.937,2.277,3.759,1.712,2.823,2.234,2.428,2.434]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"05_swap1k","values":{"total":[22.306,22.123,21.601,22.521,22.254,21.077,22.376,22.334,22.334,22.024,21.991,21.921,22.25,22.538,22.362],"script":[0.913,1.149,0.92,1.184,1.152,0.547,0.17,0.544,0.164,0.892,0.155,0.998,1.043,0.963,0.749],"paint":[20.095,18.679,19.259,19.53,19.989,17.455,20.075,20.257,20.598,19.505,19.974,18.601,19.263,19.817,19.977]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.851,18.598,17.28,17.2,16.978,17.324,17.654,17.776,18.056,16.943,17.207,17.305,17.178,17.614,17.426],"script":[0.598,0.54,0.235,0.505,0.401,0.226,0.554,0.634,0.579,0.543,0.21,0.543,0.544,0.544,0.573],"paint":[16.204,17.185,15.616,15.91,15.627,16.014,15.807,15.932,16.212,15.567,16.178,15.726,15.877,16.304,15.862]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"07_create10k","values":{"total":[504.845,489.47,489.393,489.622,507.24,495.267,501.01,501.722,498.048,485.004,487.212,487.7,483.686,484.591,499.285],"script":[114.794,117.454,114.593,113.921,121.583,118.414,112.459,120.108,119.73,111.392,117.143,114.059,115.834,110.126,115.901],"paint":[382.353,364.429,367.319,368.122,377.708,369.381,380.974,373.688,370.796,366.122,362.693,366.414,360.468,366.851,375.852]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.218,50.415,49.962,50.483,50.541,52.391,48.781,51.001,51.467,49.917,50.539,50.409,50.265,49.631,50.217],"script":[10.732,11.977,10.943,11.155,11.647,11.884,10.911,11.692,11.961,11.034,11.92,11.083,11.956,10.939,11.527],"paint":[37.583,37.414,38.151,38.099,37.727,39.499,37.04,38.359,38.368,37.996,37.497,38.119,37.374,37.734,37.767]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.133,16.626,17.802,16.606,16.617,17.333,16.507,16.922,16.337,16.98,17.294,17.483,17.807,17.162,17.145],"script":[14.502,15.177,15.362,14.668,14.109,14.86,14.823,15.389,14.585,14.701,14.65,15.162,15.831,15.326,14.813],"paint":[1.511,0.893,1.678,1.844,1.891,1.858,0.732,1.438,0.788,2.179,2.503,2.221,1.133,1.745,1.173]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6341009140014648]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.666333198547363]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.522947311401367]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.451923370361328]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[41.541401863098145]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.625]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[38.032000000000004]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[167.67999999999998]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[289.34765625]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[150.7880859375]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[43.642578125]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[260.3]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[260.3]}},{"framework":"lit-v3.0.0-keyed","benchmark":"01_run1k","values":{"total":[43.738,42.857,42.391,41.97,43.366,43.572,42.958,43.812,42.412,42.79,42.383,43.139,43.397,43.563,43.79],"script":[6.256,6.382,6.221,5.546,6.377,6.122,5.998,6.439,5.67,5.757,5.512,5.542,6.41,5.809,6.449],"paint":[36.934,35.9,35.732,35.947,36.543,36.739,36.259,36.934,36.275,36.322,36.403,37.113,36.495,37.288,36.728]}},{"framework":"lit-v3.0.0-keyed","benchmark":"02_replace1k","values":{"total":[44.245,43.107,43.861,44.394,43.983,42.934,43.006,42.801,42.135,43.819,44.041,44.167,44.336,42.734,44.312],"script":[8.908,8.971,9.378,9.356,9.31,9.048,9.052,9.274,8.815,8.935,9.188,8.99,8.877,9.147,9.338],"paint":[34.826,33.625,33.997,34.327,34.231,33.433,33.246,33.095,32.922,34.422,34.413,34.431,34.977,33.129,34.567]}},{"framework":"lit-v3.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.299,18.936,20.358,20.622,19.744,20.992,22.448,19.357,21.875,19.044,19.395,19.593,20.595,20.377,20.398],"script":[2.401,2.302,2.523,2.532,2.501,2.565,2.22,2.755,1.796,2.409,2.292,2.31,2.105,2.656,3.191],"paint":[14.886,15.084,15.666,15.611,15.909,16.798,17.88,14.803,16.858,15.373,15.514,15.34,16.578,15.599,16.347]}},{"framework":"lit-v3.0.0-keyed","benchmark":"04_select1k","values":{"total":[5.299,6.436,5.407,6.277,5.476,5.729,5.945,5.603,5.351,6.175,5.158,5.433,6.674,5.885,6.006,5.572,6.443,6.387,5.346,5.159,5.328,5.685,6.485,4.991,5.736],"script":[1.798,2.872,2.191,2.247,1.878,2.522,2.54,2.488,1.961,3.002,2.682,2.183,2.809,2.787,2.705,2.775,2.815,2.539,2.661,2.397,1.956,2.495,1.968,2.19,2.506],"paint":[3.17,2.583,3.025,3.818,2.477,1.91,2.431,2.398,2.471,2.241,1.644,3.107,2.88,2.887,2.21,1.565,2.588,2.958,1.29,1.992,2.691,3.001,4.291,1.856,1.796]}},{"framework":"lit-v3.0.0-keyed","benchmark":"05_swap1k","values":{"total":[24.375,24.788,26.069,24.632,24.975,26.425,24.857,25.384,25.995,23.358,24.671,25.115,25.316,25.187,26.025],"script":[1.715,2.827,3.118,2.257,2.998,2.73,2.519,3.209,2.557,2.304,2.851,3.003,2.953,2.562,2.846],"paint":[21.137,20.89,20.491,21.031,20.173,22.069,21.056,20.048,20.152,19.656,19.895,19.9,20.77,20.832,19.964]}},{"framework":"lit-v3.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.176,17.887,18.39,19.046,18.682,18.486,18.388,18.426,19.987,18.964,18.848,17.957,19.736,18.83,18.179],"script":[1.29,1.276,1.261,1.268,1.233,1.268,1.166,1.238,1.214,1.244,1.293,1.258,1.272,1.226,1.08],"paint":[15.755,15.791,15.973,16.584,16.298,16.114,16.49,15.969,16.773,16.573,16.196,15.938,16.519,16.877,16.03]}},{"framework":"lit-v3.0.0-keyed","benchmark":"07_create10k","values":{"total":[444.682,435.747,443.107,443.364,443.762,437.881,435.973,432.7,436.532,440.058,443.492,443.625,439.695,441.131,439.013],"script":[71.151,68.248,69.061,70.854,71.192,68.236,68.442,70.343,69.223,69.444,70.343,70.244,71.074,70.837,69.765],"paint":[366.078,360.239,365.749,364.756,365.143,361.807,360.076,354.992,360.001,363.118,365.713,366.065,361.067,362.91,361.789]}},{"framework":"lit-v3.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.103,44.211,44.297,44.186,43.848,44.735,45.488,45.53,45.713,46.324,45.152,44.389,43.493,45.656,43.784],"script":[5.107,5.172,5.089,5.052,5.197,5.22,5.072,5.063,5.055,5.232,5.162,5.143,5.16,5.264,5.168],"paint":[38.106,38.179,38.342,38.275,37.855,38.642,39.241,39.261,39.852,39.873,38.754,38.296,37.395,39.421,37.803]}},{"framework":"lit-v3.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.078,17.889,17.552,16.547,17.852,17.712,17.251,18.302,18.408,17.249,17.51,17.162,18.892,17.388,18.424],"script":[15.536,14.813,15.909,14.628,15.866,15.02,14.741,15.807,15.565,14.791,15.997,14.948,16.169,15.187,16.312],"paint":[2.006,2.959,0.819,1.828,1.891,2.596,2.402,2.386,2.732,2.358,0.408,1.796,2.051,0.775,1.769]}},{"framework":"lit-v3.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6337718963623047]}},{"framework":"lit-v3.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.9564571380615234]}},{"framework":"lit-v3.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9317941665649414]}},{"framework":"lit-v3.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8510465621948242]}},{"framework":"lit-v3.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.588998794555664]}},{"framework":"lit-v3.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.5885]}},{"framework":"lit-v3.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.559999999999999]}},{"framework":"lit-v3.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.16800000000003]}},{"framework":"lit-v3.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[160.3896484375]}},{"framework":"lit-v3.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[22.115234375]}},{"framework":"lit-v3.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.30859375]}},{"framework":"lit-v3.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[80.2]}},{"framework":"lit-v3.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[80.2]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"01_run1k","values":{"total":[43.508,42.811,40.636,42.926,42.435,42.355,41.179,43.435,41.951,44.076,42.906,42.954,43.399,41.094,42.03],"script":[5.009,4.606,4.633,4.779,5.403,5.389,4.904,5.207,5.119,4.727,4.786,4.653,4.914,4.74,5.291],"paint":[37.98,37.714,35.574,37.617,36.328,36.276,35.771,37.748,36.129,38.879,37.416,37.831,38.012,35.913,36.318]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"02_replace1k","values":{"total":[40.76,40.326,40.938,40.109,40.979,43.069,42.615,43.271,41.181,42.216,42.774,41.189,43.34,41.004,42.254],"script":[7.713,7.746,7.64,7.608,7.708,8.15,7.708,8.204,7.834,7.806,8.057,7.806,8.237,7.869,7.885],"paint":[32.582,32.098,32.863,32.028,32.805,34.457,34.478,34.353,32.919,33.94,34.294,32.99,34.408,32.707,33.881]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.726,19.345,18.784,19.679,17.881,19.474,20.144,18.805,19.241,18.735,19.112,18.222,18.481,21.234,21.978],"script":[1.59,1.863,1.883,2.048,1.627,2.224,1.881,1.866,1.414,1.827,2.291,1.6,1.842,1.39,1.628],"paint":[16.221,15.603,15.056,15.539,14.819,15.256,16.122,14.897,16.116,15.087,14.639,14.729,14.69,16.636,18.07]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"04_select1k","values":{"total":[5.013,4.726,3.959,4.898,5.755,5.794,4.251,5.219,6.769,6.226,5.039,4.885,5.28,4.434,5.59,5.088,5.375,5.27,5.007,4.211,4.537,5.405,4.58,4.8,5.646],"script":[1.887,1.523,1.083,2.16,1.752,2.386,1.229,2.378,2.127,2.679,1.95,1.609,1.992,1.358,1.709,1.343,1.359,1.632,1.353,1.296,1.208,1.394,1.42,1.825,1.352],"paint":[2.15,1.823,2.65,2.561,3.858,2.837,2.552,2.383,3.239,3.373,2.924,2.335,2.103,2.953,1.818,2.306,3.761,2.761,1.907,1.669,2.773,3.454,2.623,2.819,4.055]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"05_swap1k","values":{"total":[23.702,23.996,23.911,24.569,23.35,23.838,23.405,24.641,24.392,23.619,23.653,23.661,23.411,23.618,24.236],"script":[1.343,2.295,2.107,2.072,1.323,1.605,1.384,1.741,1.819,1.321,1.4,2.074,1.613,1.858,1.347],"paint":[20.408,20.402,19.736,21.037,20.482,19.829,20.131,21.354,20.824,21.228,20.907,19.386,20.36,19.803,21.241]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.767,17.2,18.413,18.241,18.432,18.533,18.598,18.175,17.873,17.945,17.536,17.669,18.013,18.569,17.382],"script":[0.706,0.895,1.154,1.086,1.181,0.774,1.168,1.098,1.156,0.735,0.776,1.091,0.885,0.726,0.822],"paint":[15.629,15.528,15.836,15.699,15.969,16.541,16.183,15.924,15.618,16.229,15.989,15.714,15.879,16.283,15.76]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"07_create10k","values":{"total":[435.672,434.774,446.745,441.983,440.361,433.976,437.075,430.53,433.738,448.541,438.643,444.214,434.754,441.307,438.546],"script":[59.737,58.511,62.132,62.776,59.664,58.026,59.367,59.974,57.188,61.82,61.098,60.808,58.549,61.184,59.521],"paint":[367.608,365.644,376.55,370.795,372.727,365.454,369.153,362.66,368.248,377.878,368.3,375.815,365.663,372.258,371.044]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.323,43.523,42.711,44.397,42.458,42.73,44.649,42.634,42.185,43.055,43.957,43.899,42.613,41.659,42.068],"script":[4.348,4.308,4.221,4.325,4.229,4.65,4.414,4.374,4.154,4.134,4.109,4.152,4.438,4.171,4.24],"paint":[40.054,38.293,37.199,39.108,37.373,37.187,38.999,37.353,37.097,37.97,38.915,38.556,37.38,36.559,37.051]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.116,16.189,16.245,16.578,18.018,15.923,15.678,16.175,15.806,17.332,16.859,16.723,16.241,16.52,16.36],"script":[13.901,14.053,13.982,14.178,14.983,13.956,13.469,13.778,13.762,14.637,14.438,14.066,14.075,14.334,13.823],"paint":[2.131,1.081,2.047,1.273,1.354,1.217,2.113,1.724,1.559,2.139,2.061,1.731,1.742,2.077,2.439]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5141201019287109]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7375669479370117]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.767636299133301]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7317800521850586]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.87394618988037]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.43]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.396]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.88000000000002]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.37890625]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.1044921875]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.51171875]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.1]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[65.1]}},{"framework":"lui-v1.2.3-keyed","benchmark":"01_run1k","values":{"total":[44.816,42.809,43.26,41.465,43.368,42.751,44.198,42.919,42.096,42.033,42.558,43.464,42.911,42.905,41.899],"script":[7.384,6.913,7.27,6.434,7.292,7.389,7.25,6.693,6.554,6.445,6.664,7.015,6.787,6.328,6.384],"paint":[36.9,35.463,35.567,34.585,35.594,34.902,36.496,35.781,35.12,35.119,35.431,36.032,35.685,36.072,35.07]}},{"framework":"lui-v1.2.3-keyed","benchmark":"02_replace1k","values":{"total":[45.453,46.055,45.504,43.579,43.84,43.995,45.789,44.895,43.691,44.515,43.66,42.889,44.183,42.82,45.72],"script":[10.282,10.063,10.053,10.038,9.826,10.031,10.095,9.997,9.82,10.143,9.917,9.966,10.16,9.886,10.15],"paint":[34.415,35.291,35.021,33.083,33.579,33.214,35.219,34.435,33.42,33.721,33.323,32.489,33.553,32.516,35.07]}},{"framework":"lui-v1.2.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.029,20.433,19.294,19.925,19.478,19.268,20.777,19.734,19.226,23.712,19.396,19.992,20.217,19.941,20.385],"script":[2.371,2.65,1.991,2.261,2.375,2.485,2.79,2.657,2.221,2.752,2.639,2.395,2.641,2.774,2.162],"paint":[15.57,15.88,15.684,16.012,14.348,15.187,15.762,16.07,15.382,19.063,15.459,16.344,15.846,14.95,16.28]}},{"framework":"lui-v1.2.3-keyed","benchmark":"04_select1k","values":{"total":[8.159,7.62,6.916,7.332,7.425,6.92,7.921,7.171,7.778,7.49,7.515,6.922,6.898,7.66,7.448,6.991,7.136,6.69,7.572,7.484,7.534,7.684,7.767,7.423,7.23],"script":[4.183,4.658,3.288,4.174,4.208,3.774,4.073,3.781,4.485,4.375,3.986,4.224,3.771,4.408,4.58,4.202,3.737,3.601,4.252,4.277,4.469,3.439,4.001,4.012,3.812],"paint":[2.247,2.215,3.304,1.823,1.994,2.949,2.976,2.807,3.077,2.472,3.349,2.51,2.929,3.036,2.223,1.923,2.334,2.037,2.055,3.005,2.211,3.071,1.912,2.711,2.234]}},{"framework":"lui-v1.2.3-keyed","benchmark":"05_swap1k","values":{"total":[161.261,153.922,153.629,157.534,153.989,156.616,154.938,148.889,154.426,154.701,162.133,149.065,154.112,151.867,157.131],"script":[13.874,14.325,13.898,15.197,14.372,14.361,15.472,13.974,15.081,14.674,14.055,13.079,14.346,13.993,13.842],"paint":[145.301,138.227,137.568,140.045,137.404,139.275,137.882,133.039,136.439,138.218,144.306,134.943,138.332,134.664,141.085]}},{"framework":"lui-v1.2.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.75,17.823,16.783,17.588,17.688,17.117,18.318,17.056,17.671,17.363,16.762,16.899,16.927,17.399,18.39],"script":[0.307,0.471,0.23,0.515,0.573,0.213,0.48,0.532,0.538,0.557,0.285,0.53,0.361,0.451,0.571],"paint":[16.184,15.339,15.744,16.336,16.182,15.783,16.321,15.536,15.669,15.676,15.704,15.643,15.815,15.794,16.821]}},{"framework":"lui-v1.2.3-keyed","benchmark":"07_create10k","values":{"total":[471.759,472.549,460.069,472.556,469.306,475.431,471.631,472.507,464.972,470.659,469.927,468.174,470.642,470.848,468.831],"script":[88.455,90.481,88.363,91.203,91.243,91.428,93.523,92.135,90.093,89.602,92.223,89.875,90.281,91.163,90.529],"paint":[374.65,374.429,364.258,373.664,369.654,376.364,370.612,372.655,367.313,373.384,370.078,370.705,372.76,371.63,370.68]}},{"framework":"lui-v1.2.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.542,50.229,46.847,46.432,48.853,47.05,46.165,47.566,47.585,47.681,47.487,46.79,49.112,48.111,45.394],"script":[6.633,6.433,6.384,6.341,6.343,6.675,6.437,6.431,6.569,6.283,6.667,6.763,6.333,6.417,6.111],"paint":[39.943,42.669,39.563,39.161,41.383,39.191,38.804,40.167,39.819,39.918,39.914,38.813,41.755,40.528,38.355]}},{"framework":"lui-v1.2.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.693,15.334,17.724,15.17,17.191,16.051,16.263,16.339,16.676,15.928,16.561,16.343,16.75,16.028,16.01],"script":[13.616,12.901,15.035,13.729,15.279,14.393,14.132,14.89,14.745,13.523,13.525,13.895,15.107,13.919,13.272],"paint":[1.964,2.326,1.85,0.415,1.821,1.56,2.005,0.402,1.636,2.307,2.923,2.352,1.508,2.005,1.922]}},{"framework":"lui-v1.2.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49863147735595703]}},{"framework":"lui-v1.2.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.1566619873046875]}},{"framework":"lui-v1.2.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.173331260681152]}},{"framework":"lui-v1.2.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6565055847167969]}},{"framework":"lui-v1.2.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.021379470825195]}},{"framework":"lui-v1.2.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1803.4965000000002]}},{"framework":"lui-v1.2.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.648]}},{"framework":"lui-v1.2.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.25599999999997]}},{"framework":"lui-v1.2.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.4755859375]}},{"framework":"lui-v1.2.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[10.8994140625]}},{"framework":"lui-v1.2.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.484375]}},{"framework":"lui-v1.2.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.2]}},{"framework":"lui-v1.2.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63.2]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"01_run1k","values":{"total":[44.586,43.827,43.801,44.006,46.303,43.183,43.717,44.362,44.315,43.98,44.753,43.115,45.059,42.804,44.516],"script":[7.946,7.601,7.504,7.198,7.47,7.617,7.591,7.908,7.405,7.931,7.392,7.093,7.493,6.976,7.971],"paint":[36.224,35.732,35.589,36.327,38.352,35.043,35.406,35.881,36.443,35.565,36.614,35.495,37.03,35.377,36.073]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"02_replace1k","values":{"total":[46.909,45.902,48.783,46.765,47.506,48.09,45.792,47.136,47.028,45.676,47.005,46.028,46.728,46.802,50.879],"script":[12.724,11.991,11.615,12.868,12.23,11.894,11.62,12.351,11.885,11.636,12.41,11.619,11.697,12.39,12.996],"paint":[33.729,33.391,36.591,33.408,34.798,35.503,33.688,34.124,34.699,33.555,34.129,33.722,34.516,33.925,37.4]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.666,25.882,26.123,26.243,26.126,26.437,26.999,26.443,25.446,25.974,28.52,26.708,26.926,26.493,27.82],"script":[8.266,8.541,8.035,8.176,8.609,8.888,8.611,8.253,7.825,8.142,8.835,8.366,8.562,8.8,8.935],"paint":[16.812,15.8,16.08,16.423,15.86,15.138,16.866,16.08,15.17,16.012,17.562,16.602,16.583,16.306,17.522]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"04_select1k","values":{"total":[10.938,11.505,10.698,10.699,11.421,10.806,11.083,10.77,10.548,11.206,9.857,12.05,10.563,10.836,11.083,11.447,9.918,11.201,11.134,11.085,11.496,10.197,11.389,11.018,11.111],"script":[7.65,7.77,7.319,7.349,7.873,7.695,7.54,7.113,7.969,7.768,6.906,8.522,7.414,7.659,7.714,7.957,7.24,7.786,8.204,7.803,8.135,6.669,7.832,7.578,7.615],"paint":[2.032,2.531,3.125,2.272,2.307,2.259,3.305,2.706,2.373,2.824,2.813,2.362,2.909,2.978,2.821,2.671,1.218,2.138,1.966,2.305,2.712,2.544,2.175,2.256,2.894]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"05_swap1k","values":{"total":[28.343,29.494,29.471,29.093,28.377,30.633,30.019,29.157,29.003,29.341,29.639,29.694,30.017,28.555,28.619],"script":[6.992,7.458,7.707,7.614,7.483,7.905,7.362,7.349,7.893,7.382,7.667,7.425,7.702,6.601,7.329],"paint":[19.783,20.632,20.147,19.47,19.471,21.155,20.852,20.804,19.455,20.674,20.161,20.299,20.382,20.94,19.509]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.472,21.78,21.455,21.573,21.152,21.892,21.819,21.519,21.852,21.621,21.636,22.492,21.578,21.024,20.432],"script":[4.345,4.269,4.241,4.349,4.113,4.276,4.377,4.012,4.029,4.27,4.23,4.377,4.319,3.998,4.28],"paint":[16.086,16.101,15.722,15.927,16.24,16.372,16.005,16.67,16.486,16.492,16.534,16.775,16.187,16.232,15.048]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"07_create10k","values":{"total":[492.065,482.736,489.138,491.264,489.42,484.933,494.542,500.114,475.787,483.028,480.549,474.917,484.361,483.229,491.601],"script":[98.469,97.626,98.111,98.339,99.48,97.389,99.06,99.992,96.392,98.389,96.263,97.322,98.045,96.96,98.902],"paint":[386.167,377.497,383.479,385.06,382.63,379.872,387.15,392.263,372.012,376.488,376.833,369.988,378.902,377.175,385.272]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.498,50.219,50.2,50.326,50.711,48.82,50.906,49.79,49.555,51.577,48.7,51.829,50.974,49.478,50.464],"script":[10.511,10.815,10.953,10.797,10.923,10.176,10.376,10.695,10.8,10.645,10.357,10.453,10.492,10.442,10.739],"paint":[39.965,38.107,38.24,38.621,38.793,37.68,39.543,38.152,37.781,39.68,37.355,40.378,39.488,38.1,38.851]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.964,17.876,17.487,16.18,17.08,17.061,16.918,18.784,17.377,17.999,17.589,17.264,17.692,17.14,17.45],"script":[16.336,15.177,15.781,14.358,14.82,14.917,14.997,16.308,15.113,15.884,15.485,14.361,15.525,14.684,14.95],"paint":[2.522,2.582,1.609,1.02,2.141,2.049,1.596,2.005,1.757,2.008,1.579,2.386,2.078,2.349,2.394]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7110223770141602]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9272451400756836]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.865799903869629]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4024648666381836]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.344552040100098]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.34]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.9]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.74800000000002]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[190.953125]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[52.6787109375]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.970703125]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.7]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[107.7]}},{"framework":"malina-v0.7.3-keyed","benchmark":"01_run1k","values":{"total":[39.636,38.555,39.489,40.505,37.715,37.794,39.299,39.107,38.852,40.639,38.479,40.08,39.321,39.323,39.775],"script":[3.099,3.114,3.122,3.044,3.238,3.287,3.138,3.088,3.183,3.283,3.174,3.274,3.399,3.494,3.11],"paint":[35.883,34.71,35.899,36.755,33.995,34.05,35.49,35.539,35.1,36.677,34.848,36.151,35.428,35.132,36.196]}},{"framework":"malina-v0.7.3-keyed","benchmark":"02_replace1k","values":{"total":[38.737,39.706,40.325,38.721,38.928,38.801,38.853,40.409,39.009,40.579,39.061,38.945,39.776,39.068,40.7],"script":[5.721,5.675,5.786,5.634,5.823,5.643,5.623,5.711,5.512,5.71,5.795,5.627,5.714,5.795,5.719],"paint":[32.439,33.538,34.069,32.629,32.661,32.746,32.801,34.089,33.045,34.123,32.764,32.92,33.632,32.862,34.506]}},{"framework":"malina-v0.7.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.156,18.826,17.965,17.83,19.002,18.545,18.651,18.426,18.627,19.033,19.15,18.047,18.943,19.099,18.439],"script":[1.287,1.787,1.077,1.163,0.677,1.035,1.777,1.49,1.99,1.208,1.543,0.986,2.028,1.554,1.235],"paint":[14.843,15.156,15.749,15.209,15.317,16.074,15.459,15.349,14.928,15.726,15.264,15.363,15.576,15.656,15.006]}},{"framework":"malina-v0.7.3-keyed","benchmark":"04_select1k","values":{"total":[4.407,3.548,4.851,3.625,3.456,4.027,3.402,4.954,3.197,3.314,4.078,2.94,2.888,3.99,3.28,3.671,3.731,4.403,4.086,3.358,4.102,3.781,3.51,4.613,4.038],"script":[0.68,0.873,1.172,1.053,0.75,1.185,0.825,0.957,0.867,0.585,1.408,0.203,0.576,0.614,0.216,1.436,1.241,1.24,1.209,1.01,1.719,0.2,0.568,1.53,0.942],"paint":[2.732,2.577,2.392,2.432,2.05,2.704,2.473,3.761,2.202,2.609,1.771,2.635,1.372,2.229,2.563,1.859,1.68,2.304,1.311,2.24,1.208,3.43,1.706,2.555,2.981]}},{"framework":"malina-v0.7.3-keyed","benchmark":"05_swap1k","values":{"total":[22.253,22.723,23.268,23.58,22.811,21.972,22.608,22.372,22.617,23.2,22.111,23.508,22.855,22.967,22.91],"script":[1.19,1.791,1.56,1.591,1.772,1.646,1.355,1.095,1.338,1.302,1.303,1.215,1.353,1.711,1.567],"paint":[19.429,19.251,20.11,20.159,18.68,18.406,20.161,19.948,20.239,20.154,19.023,20.073,20.231,19.566,19.326]}},{"framework":"malina-v0.7.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.201,18.154,17.934,18.019,17.563,18.701,18.761,18.113,18.317,17.244,18.054,17.764,17.688,18.501,17.548],"script":[0.975,0.794,0.737,0.785,0.7,0.784,0.745,0.874,1.11,0.71,0.688,0.878,0.752,0.752,0.813],"paint":[15.477,16.576,15.491,15.873,15.85,16.769,16.405,15.908,15.846,15.376,16.835,16.115,15.403,16.551,15.942]}},{"framework":"malina-v0.7.3-keyed","benchmark":"07_create10k","values":{"total":[414.863,426.254,417.022,417.934,413.851,422.07,420.019,417.866,419.592,412.103,418.085,413.27,418.262,415.978,422.075],"script":[49.043,50.198,49.792,50.179,49.934,50.787,50.777,49.488,51.245,48.823,49.873,48.35,50.66,51.206,51.046],"paint":[358.383,368.693,359.762,360.075,356.672,363.137,361.067,361.032,360.59,355.866,360.784,357.69,359.142,357.321,363.433]}},{"framework":"malina-v0.7.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.803,43.607,43.544,42.255,44.006,43.888,41.792,42.184,42.575,42.473,43.945,44.115,43.818,42.942,43.258],"script":[4.138,3.452,3.459,3.665,3.461,4.12,3.56,3.427,4.05,3.441,3.533,3.84,4.06,3.375,3.572],"paint":[38.56,39.215,38.876,37.673,39.586,38.619,37.382,37.963,37.621,38.216,39.181,39.27,38.654,38.703,38.779]}},{"framework":"malina-v0.7.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.191,12.673,13.474,14.105,12.282,13.213,12.325,12.864,12.64,13.188,13.084,12.858,13.929,12.903,12.946],"script":[11.317,11.235,11.32,12.383,10.794,11.031,10.468,11.003,10.691,11.106,10.418,11.446,11.633,11.294,10.965],"paint":[1.779,1.347,2.062,0.797,1.392,2.096,1.772,1.762,1.166,1.506,2.581,1.304,2.204,0.824,1.859]}},{"framework":"malina-v0.7.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4524526596069336]}},{"framework":"malina-v0.7.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6827259063720703]}},{"framework":"malina-v0.7.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.815370559692383]}},{"framework":"malina-v0.7.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6926345825195312]}},{"framework":"malina-v0.7.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.952725410461426]}},{"framework":"malina-v0.7.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.4499999999998]}},{"framework":"malina-v0.7.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.047999999999998]}},{"framework":"malina-v0.7.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.012]}},{"framework":"malina-v0.7.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[145.6083984375]}},{"framework":"malina-v0.7.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[7.3349609375]}},{"framework":"malina-v0.7.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.9990234375]}},{"framework":"malina-v0.7.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[52.2]}},{"framework":"malina-v0.7.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[52.2]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"01_run1k","values":{"total":[44.466,42.909,43.963,44.017,44.692,43.836,43.592,44.613,43.242,41.916,45.877,45.223,43.84,43.017,44.041],"script":[7.6,7.043,7.582,7.323,7.468,7.535,7.524,7.69,7.426,6.906,7.858,7.452,7.939,7.441,6.952],"paint":[36.236,35.407,35.976,36.154,36.487,35.715,35.598,36.4,35.304,34.549,37.292,37.085,35.35,34.869,36.619]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"02_replace1k","values":{"total":[47.076,47.349,45.713,47.529,47.042,45.437,47.899,46.179,46.566,47.482,46.022,46.261,47.498,46.237,46.115],"script":[12.579,11.757,11.709,13.076,12.791,11.47,12.154,12.386,12.212,12.983,12,12.404,13.038,11.839,12.603],"paint":[34.074,35.119,33.272,33.959,33.707,33.299,35.048,33.32,33.615,33.992,33.558,33.344,33.741,33.908,33.011]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.53,24.293,25.53,24.966,24.037,24.09,23.958,25.102,23.827,24.236,23.048,22.997,24.411,24.24,23.589],"script":[6.495,6.203,7.164,6.867,6.87,6.872,7.015,6.715,6.881,6.788,6.446,6.144,6.511,7.062,7.234],"paint":[17.102,16.717,16.5,16.482,15.625,15.825,15.003,15.995,15.346,15.865,14.709,15.18,16.492,15.533,15.048]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"04_select1k","values":{"total":[4.63,5.568,3.665,3.332,4.576,3.489,3.454,4.555,3.286,4.231,4.009,4.613,3.772,3.958,4.917,3.694,4.087,3.892,3.726,3.434,3.357,3.994,4.055,2.986,4.178],"script":[1.018,1.178,1.629,0.9,1.52,1.187,0.942,1.526,0.912,1.421,1.103,0.954,1.208,0.912,1.671,1.179,1.216,1.17,1.263,1.122,0.835,1.429,1.581,0.243,1.276],"paint":[2.25,3.192,1.806,1.966,1.736,2.171,1.959,2.503,1.851,2.677,1.973,2.009,1.607,2.942,2.064,1.6,1.943,1.897,1.649,2.211,1.707,0.982,1.654,2.44,2.799]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"05_swap1k","values":{"total":[22.101,22.641,22.493,22.429,22.678,22.417,23.395,22.062,22.074,23.088,22.94,23.814,22.336,22.158,21.603],"script":[0.863,0.817,0.674,0.804,0.884,0.891,0.185,0.793,0.791,0.516,0.798,0.979,0.88,1.164,0.178],"paint":[19.687,20.04,19.997,20.532,19.844,20.52,21.69,19.463,20.003,20.135,20.43,19.729,19.825,19.375,20.03]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.054,17.537,17.565,17.139,17.673,17.32,16.864,17.246,17.206,16.718,18.837,17.509,17.206,17.44,17.663],"script":[0.47,0.541,0.623,0.554,0.596,0.487,0.548,0.592,0.309,0.552,0.619,0.55,0.602,0.602,0.597],"paint":[15.043,16.281,15.521,15.337,15.847,16.017,15.52,15.85,15.553,15.401,17.292,15.841,15.505,15.965,15.977]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"07_create10k","values":{"total":[431.442,438.672,440.896,436.701,447.566,440.025,440.962,439.234,445.063,441.585,450.779,445.723,446.851,447.576,442.779],"script":[66.819,69.49,67.522,66.877,68.626,68.298,69.147,68.729,68.126,70.304,68.402,70.448,68.306,74.208,67.994],"paint":[356.801,361.501,365.63,362.053,371.182,363.83,364.251,362.88,369.397,363.44,374.421,367.727,370.852,365.894,367.13]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.45,44.824,44.165,44.682,45.05,46.847,45.731,45.073,44.419,46.056,45.781,47.192,45.279,46.435,44.137],"script":[5.973,6.25,6.141,6.353,6.525,6.577,6.595,6.242,6.015,5.73,6.63,5.587,6.369,5.85,5.92],"paint":[37.605,37.568,37.114,37.428,37.595,39.315,38.201,37.628,37.445,39.405,38.224,40.628,37.992,39.621,37.249]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.011,19.167,19.837,19.29,19.353,20.378,18.169,19.585,19.255,19.202,20.083,19.865,20.318,19.822,19.395],"script":[17.632,17.27,17.296,17.006,17.362,17.865,16.711,17.329,17.226,16.98,17.694,17.839,17.34,17.883,17.046],"paint":[1.276,1.739,1.505,2.171,1.666,2.385,1.35,1.163,1.721,1.487,2.27,1.517,2.33,1.29,1.082]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7088232040405273]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.841409683227539]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.156147003173828]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0858783721923828]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.974374771118164]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.745]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.019999999999998]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.53599999999997]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[204.728515625]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[66.451171875]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[18.2177734375]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[113.7]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[113.7]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"01_run1k","values":{"total":[50.072,51.141,49.489,50.663,50.805,51.583,50.77,50.06,49.744,51.033,52.562,48.304,50.841,50.868,50.712],"script":[14.763,15.332,13.956,14.916,15.077,14.503,14.817,13.804,14.708,14.366,15.164,14.026,15.033,14.564,15.193],"paint":[34.571,35.068,35.045,35.268,35.256,36.336,35.268,35.516,34.587,35.955,36.927,33.805,35.044,35.699,35.065]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"02_replace1k","values":{"total":[53.044,53.151,52.176,55.351,54.823,53.294,53.286,55.016,51.944,52.15,53.326,53.232,53.871,53.23,50.593],"script":[17.833,18.92,17.964,18.61,18.568,18.752,18.934,17.787,18.285,18.549,19.108,18.167,19.096,18.602,17.509],"paint":[34.755,33.474,33.484,36.053,35.826,33.821,33.719,36.546,33.17,32.877,33.78,34.549,34.071,33.91,32.627]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.279,19.142,19.01,20.616,19.172,23.342,19.445,19.175,20.326,19.363,18.57,21.172,20.563,20.655,19.934],"script":[2.192,1.861,2.106,2.185,2.244,2.211,2.014,2.125,2.673,2.067,1.898,2.363,2.934,2.236,2.626],"paint":[16.141,15.602,15.775,16.622,14.901,19.223,15.096,15.809,15.721,15.353,14.322,16.588,15.832,16.772,15.025]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"04_select1k","values":{"total":[3.558,3.937,3.395,2.878,3.993,3.283,2.962,4.889,3.738,4.581,4.106,2.902,3.989,3.479,3.297,3.172,2.844,3.417,2.431,2.343,2.48,2.82,3.381,2.739,3.04],"script":[0.142,0.181,0.922,0.876,0.915,0.95,0.185,1.687,0.502,1.183,0.637,0.744,1.06,0.615,0.545,0.885,0.955,1.091,0.154,0.154,0.491,0.476,0.692,0.815,0.154],"paint":[3.293,2.676,1.855,1.902,2.264,1.599,2.405,1.898,2.012,2.715,2.2,2.025,1.788,2.044,1.834,0.635,1.305,2.226,1.113,1.198,1.871,1.162,2.555,1.344,1.789]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"05_swap1k","values":{"total":[20.789,23.078,20.717,21.941,21.526,21.153,21.471,21.556,22.301,23.561,22.202,22.2,21.705,22.046,21.875],"script":[0.204,1.48,0.196,0.209,0.731,0.551,0.204,1.143,1.19,1.14,0.211,0.735,0.9,0.685,0.951],"paint":[18.092,20.06,18.935,19.901,19,19.116,19.168,18.593,19.149,20.497,20.048,19.768,18.165,19.632,17.995]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.867,17.331,17.24,17.111,16.874,17.355,16.796,16.949,16.674,17.806,17.188,17.097,17.387,19.084,17.625],"script":[0.607,0.39,0.619,0.817,0.579,0.615,0.62,0.578,0.59,0.594,0.6,0.582,0.38,0.647,0.906],"paint":[16.036,15.491,15.195,15.268,15.383,15.642,15.28,15.545,15.264,16.445,15.806,15.719,15.871,16.929,15.978]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"07_create10k","values":{"total":[505.514,515.574,513.957,517.283,510.894,516.95,510.011,504.266,509.923,511.021,507.13,525.46,517.098,512.466,516.443],"script":[145.2,145.859,144.741,144.9,145.414,147.461,143.375,142.946,144.33,145.012,145.276,151.291,147.695,145.321,144.703],"paint":[352.602,361.893,361.452,364.306,357.892,361.539,358.847,353.398,357.836,357.811,353.904,366.379,361.417,359.209,363.902]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.431,53.468,53.344,53.549,53.602,54.731,52.645,54.65,53.562,53.899,53.292,53.732,53.465,52.815,54.197],"script":[14.952,14.504,14.851,15.048,14.724,15.967,14.229,15.142,14.842,14.349,14.977,13.831,15.521,13.977,15.537],"paint":[38.546,38.036,37.654,37.53,37.677,37.919,37.418,38.245,37.781,38.556,37.462,38.919,37.028,37.875,37.756]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.661,19.223,20.098,20.241,19.965,19.558,20.438,19.372,20.175,19.694,19.421,19.725,20.061,20.361,19.768],"script":[17.406,17.362,17.857,18.077,17.803,17.613,17.998,17.351,17.421,17.43,17.32,17.606,17.543,18.718,17.701],"paint":[2.141,1.766,1.25,1.014,1.05,1.843,2.32,1.931,2.253,1.664,2,2.028,2.402,1.555,1.081]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7495346069335938]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.2689104080200195]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.339427947998047]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3081932067871094]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.243782997131348]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2251.115]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[7.419999999999999]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[129.472]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[222.2705078125]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[83.9931640625]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[22.3720703125]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[137.1]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[137.1]}},{"framework":"marko-v5.31.12-keyed","benchmark":"01_run1k","values":{"total":[51.474,50.407,52.366,48.775,49.92,53.649,51.823,52.779,51.143,51.192,51.109,50.724,50.327,50.93,50.795],"script":[17.673,17.338,17.03,15.743,17.161,18.019,16.501,17.283,17.509,17.53,17.35,17.37,17.36,17.11,17.356],"paint":[33.599,32.895,35.142,32.841,32.586,35.441,35.113,35.139,33.438,33.474,33.573,33.164,32.792,33.638,33.25]}},{"framework":"marko-v5.31.12-keyed","benchmark":"02_replace1k","values":{"total":[59.216,60.033,59.073,57.514,56.939,58.084,61.092,54.926,57.331,58.676,59.545,59.078,58.99,58.787,58.289],"script":[25.048,25.475,25.398,24.349,23.685,24.544,25,22.197,24.059,23.188,25.85,25.04,25.328,25.704,23.939],"paint":[33.973,34.165,33.481,32.968,33.06,33.342,35.87,32.518,33.061,35.27,33.494,33.839,33.471,32.869,34.093]}},{"framework":"marko-v5.31.12-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.605,29.493,31.219,27.39,28.902,31.053,28.485,28.258,29.463,24.753,28.945,29.222,31.002,28.467,29.539],"script":[9.731,9.535,9.858,9.412,9.265,8.881,8.44,8.729,10.163,9.064,9.133,9.425,9.298,9.788,9.328],"paint":[19.964,18.83,18.732,17.053,18.865,19.105,16.163,18.289,16.63,15.545,18.983,18.576,19.269,17.87,18.626]}},{"framework":"marko-v5.31.12-keyed","benchmark":"04_select1k","values":{"total":[14.795,14.871,13.911,13.124,12.666,13.988,16.756,12.13,15.633,15.242,14.478,14.262,11.504,13.464,17.344,13.578,15.166,14.554,13.5,13.415,12.383,15.881,14.981,13.284,15.466],"script":[6.498,7.376,6.635,6.565,6.214,7.381,7.69,5.736,6.96,7.344,7.336,6.971,5.925,6.11,7.143,7.445,5.262,7.853,7.292,6.374,6.395,6.685,6.251,7.244,6.505],"paint":[4.539,4.948,3.215,3.401,4.519,3.805,4.52,5.227,4.925,5.478,4.439,5.568,4.569,3.71,5.575,4.963,5.194,4.449,4.409,4.784,3.722,5.135,4.323,4.417,4.07]}},{"framework":"marko-v5.31.12-keyed","benchmark":"05_swap1k","values":{"total":[165.51,163.338,168.057,159.969,159.861,164.547,166.239,165.441,166.726,163.928,163.008,165.532,162.053,163.541,168.575],"script":[21.885,21.657,23.506,20.625,19.666,21.138,22.835,21.383,22.737,20.526,21.165,22.717,21.224,22.065,22.997],"paint":[141.819,141.307,142.289,138.57,139.065,141.709,141.832,143.331,142.047,141.897,140.708,141.889,140.481,139.479,144.507]}},{"framework":"marko-v5.31.12-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.885,19.715,22.382,22.574,23.887,21.62,23.102,23.325,22.876,22.253,23.389,23.144,23.348,21.819,22.945],"script":[3.195,3.504,3.26,3.066,3.486,3.342,3.476,3.039,3.254,3.416,3.591,3.473,3.685,3.262,3.768],"paint":[15.913,15.464,17.262,17.513,18.641,17.363,17.733,18.455,17.908,17.445,18.16,17.782,17.794,17.241,17.546]}},{"framework":"marko-v5.31.12-keyed","benchmark":"07_create10k","values":{"total":[573.579,560.77,569.25,582.913,565.194,570.25,564.135,559.173,581.866,561.907,558.254,564.27,565.851,566.311,580.727],"script":[202.737,176.078,206.324,177.696,177.235,180.349,178.189,175.995,176.068,177.044,175.18,177.822,177.31,176.519,210.183],"paint":[367.04,380.999,359.167,401.459,384.338,386.293,381.957,379.757,402.086,381.457,379.595,383.016,385.118,386.258,366.832]}},{"framework":"marko-v5.31.12-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.706,61.003,57.274,57.156,59.801,58.511,62.51,59.674,58.684,58.842,59.693,59.298,59.449,61.419,60.36],"script":[21.116,22.07,19.301,19.674,21.255,20.231,22.004,20.718,20.319,20.812,21.679,20.853,20.426,21.299,21.591],"paint":[38.238,38.564,37.633,37.139,37.967,37.95,40.007,38.55,38.013,37.686,37.666,37.921,38.523,39.777,38.441]}},{"framework":"marko-v5.31.12-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.622,28.634,26.644,25.682,28.133,28.033,27.972,25.652,26.57,26.149,28.512,27.456,27.051,26.654,26.488],"script":[22.373,22.853,22.372,21.625,20.773,22.844,22.005,21.399,22.535,20.764,23.396,22.793,21.466,21.99,22.081],"paint":[3.963,4.826,3.479,3.813,6.01,4.57,4.183,3.444,2.592,3.611,3.963,3.768,4.433,3.382,2.99]}},{"framework":"marko-v5.31.12-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6842641830444336]}},{"framework":"marko-v5.31.12-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.531805038452148]}},{"framework":"marko-v5.31.12-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.677456855773926]}},{"framework":"marko-v5.31.12-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.320041656494141]}},{"framework":"marko-v5.31.12-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.88840389251709]}},{"framework":"marko-v5.31.12-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.4049999999997]}},{"framework":"marko-v5.31.12-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.56]}},{"framework":"marko-v5.31.12-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.69200000000004]}},{"framework":"marko-v5.31.12-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[184.728515625]}},{"framework":"marko-v5.31.12-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[46.4521484375]}},{"framework":"marko-v5.31.12-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[16.1103515625]}},{"framework":"marko-v5.31.12-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[90.1]}},{"framework":"marko-v5.31.12-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[90.1]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"01_run1k","values":{"total":[40.332,38.989,40.342,39.376,40.082,38.559,39.086,40.479,39.913,40.092,40.951,38.257,40.626,39.053,38.655],"script":[3.912,3.577,3.75,3.409,3.474,3.663,3.655,3.711,3.878,3.665,3.465,3.6,3.776,3.558,3.56],"paint":[35.964,34.912,36.153,35.527,35.917,34.456,34.894,36.156,35.577,35.962,36.86,34.152,36.141,35.014,34.603]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"02_replace1k","values":{"total":[39.575,41.8,42.155,40.237,40.607,40.946,40.301,40.83,41.713,42.775,40.93,42.02,41.388,41.658,41.176],"script":[6.768,7.341,7.428,6.629,7.234,6.85,6.807,7.243,7.647,7.039,7.185,7.29,7.436,7.574,7.252],"paint":[32.358,34.027,34.017,33.135,32.738,33.405,32.941,33.17,33.65,35.299,33.294,34.285,33.52,33.596,33.452]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.056,18.837,18.811,19.591,18.313,17.98,18.218,18.423,18.737,17.877,17.64,18.729,18.139,18.096,18.169],"script":[1.503,0.804,1.7,1.322,1.128,1.375,1.082,1.766,1.25,0.978,1.269,1.166,1.384,1.422,0.671],"paint":[15.051,16.196,14.818,16.273,15.154,15.635,15.148,15.363,16.048,15.102,14.825,15.709,14.467,15.655,16.359]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"04_select1k","values":{"total":[3.988,3.403,4.171,3.526,5.212,3.408,3.267,3.036,4.163,2.471,4.334,2.612,2.574,3.263,3.307,3.87,4.038,2.695,3.177,3.501,3.239,2.704,3.297,4.366,3.633],"script":[1.018,0.917,0.865,0.545,0.974,0.794,0.131,0.548,1.139,0.559,1.009,0.121,0.123,0.122,0.502,0.12,0.127,0.118,0.802,0.133,0.615,0.115,0.824,1.419,0.85],"paint":[2.129,2.369,2.388,2.054,3.395,1.477,2.047,1.315,2.069,1.81,2.276,2.357,1.961,2.063,1.882,2.965,2.85,1.604,2.241,2.48,1.84,2.487,1.56,1.668,1.826]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"05_swap1k","values":{"total":[23.342,22.794,22.39,23.007,23.117,23.4,23.318,24.72,23.024,22.922,23.873,22.585,22.014,23.184,22.631],"script":[2.15,1.822,1.289,1.497,2.154,1.394,1.571,2.152,1.516,1.803,1.29,1.27,0.939,1.818,1.584],"paint":[19.886,19.567,20.043,19.663,19.037,19.148,20.608,20.138,20.249,20.058,19.861,19.543,18.998,19.583,19.093]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.398,17.681,17.711,17.546,17.342,17.985,18.091,16.966,17.454,17.253,17.116,17.299,16.667,17.294,17.171],"script":[0.694,0.912,0.652,0.651,0.698,0.631,0.952,0.636,0.623,0.659,0.921,0.653,0.663,0.64,0.682],"paint":[15.509,15.783,16.215,16.075,15.324,16.05,15.804,15.212,15.92,15.418,15.219,15.575,15.152,15.82,15.717]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"07_create10k","values":{"total":[406.791,406.081,411.667,408.476,408.32,409.292,406.147,406.734,409.882,400.466,409.217,406.837,409.414,402.443,410.974],"script":[43.107,42.901,44.701,43.004,43.418,44.018,43.785,43.803,44.043,43.68,44.437,43.754,44.206,44.621,43.287],"paint":[356.096,355.728,358.78,358.046,357.229,357.828,354.98,355.381,358.31,349.042,356.415,355.69,357.728,350.444,359.435]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[42.123,41.184,42.575,42.87,41.337,43.911,42.637,41.528,44.943,44.023,41.777,42.639,42.641,43.343,42.879],"script":[3.22,3.121,3.324,3.088,3.24,3.138,3.204,3.218,3.067,2.985,3.182,3.154,3.138,3.192,3.143],"paint":[37.662,37.172,38.316,38.576,37.299,39.952,38.22,37.36,40.75,39.904,37.688,38.548,38.305,38.974,38.57]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.034,15.882,15.306,15.708,15.937,14.792,15.327,15.355,15.039,15.297,15.547,15.848,15.27,15.752,15.119],"script":[13.159,13.467,13.432,13.292,13.774,12.853,13.595,13.71,12.965,13.146,13.217,13.379,13.048,13.682,13.594],"paint":[1.79,2.315,1.229,2.318,1.141,1.419,0.783,0.946,1.982,2.035,2.226,1.617,0.982,1.242,0.898]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4750814437866211]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.595468521118164]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6498756408691406]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6641645431518555]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.8519229888916]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.265]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.835999999999999]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.756]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.1484375]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.873046875]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.736328125]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.6]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[65.6]}},{"framework":"metron-v0.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.012,45.132,43.542,43.992,43.949,44.305,45.9,44.171,45.075,43.839,48.054,47.524,44.55,44.727,45.116],"script":[6.177,7.049,6.211,6.447,6.219,6.918,6.79,6.433,7.18,6.533,7.049,6.603,6.556,6.524,6.837],"paint":[37.384,37.579,36.876,37.056,37.228,36.905,38.61,37.22,37.43,36.803,40.289,40.412,37.495,37.709,37.775]}},{"framework":"metron-v0.0.2-keyed","benchmark":"02_replace1k","values":{"total":[46.031,45.016,44.01,44.181,45.083,43.498,43.267,44.366,43.553,43.728,44.716,45.097,47.143,43.985,45.836],"script":[8.694,8.61,8.475,8.502,8.188,8.592,8.033,8.099,7.982,8.347,8.395,8.456,8.291,8.188,8.367],"paint":[36.766,35.761,34.82,35.213,36.216,34.456,34.54,35.754,35.105,34.88,35.602,35.902,38.365,35.307,36.955]}},{"framework":"metron-v0.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.898,19.137,20.22,21.164,18.23,19.45,18.604,18.485,18.999,18.806,18.496,20.622,20.043,19.302,19.017],"script":[0.721,1.21,1.528,0.221,0.711,0.992,1.223,0.952,1.288,1.343,0.232,1.223,0.846,1.074,1.278],"paint":[15.433,16.119,17.352,18.794,15.345,16.113,15.207,15.076,16.364,15.124,15.926,17.008,16.913,15.302,16.135]}},{"framework":"metron-v0.0.2-keyed","benchmark":"04_select1k","values":{"total":[3.936,2.602,2.897,2.087,3.691,3.105,3.313,2.682,3.549,3.164,3.386,2.664,3.861,3.438,3.446,2.97,3.131,3.218,3.048,2.877,2.812,2.654,3.104,2.858,3.256],"script":[0.065,0.073,0.076,0.28,0.073,0.486,0.627,0.069,0.824,0.206,0.716,0.069,0.082,0.057,0.815,0.078,0.065,0.066,0.791,0.333,0.067,0.065,0.748,0.068,0.54],"paint":[3.315,1.453,2.511,1.711,2.098,1.792,1.716,1.598,1.88,2.017,2.558,2.471,2.915,3.287,2.218,2.792,2.449,1.945,1.51,1.824,2.641,1.798,2.243,2.17,2.125]}},{"framework":"metron-v0.0.2-keyed","benchmark":"05_swap1k","values":{"total":[22.175,21.727,22.257,25.736,22.628,22.18,22.612,22.144,22.286,22.728,23.487,22.68,22.131,23.07,22.509],"script":[0.11,0.459,0.11,1.044,0.115,0.51,0.753,0.412,0.123,0.798,0.954,1.19,0.123,0.754,0.559],"paint":[20.689,19.288,20.762,22.185,20.469,19.973,20.48,19.52,19.649,20.51,19.722,19.366,20.731,20.976,20.291]}},{"framework":"metron-v0.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.311,18.829,18.246,17.227,17.749,17.105,20.214,17.622,17.148,17.187,17.426,17.57,17.283,18.115,17.496],"script":[0.421,0.203,0.289,0.101,0.104,0.091,0.308,0.371,0.397,0.29,0.197,0.421,0.104,0.164,0.193],"paint":[16.589,16.984,16.605,15.897,16.319,16.172,18.796,15.959,15.945,15.582,16.482,15.533,15.916,16.312,16.385]}},{"framework":"metron-v0.0.2-keyed","benchmark":"07_create10k","values":{"total":[482.039,487.56,489.175,485.399,481.569,480.152,481.842,477.261,479.854,480.541,486.645,485.8,483.661,482.465,481.943],"script":[91.124,92.734,90.156,90.676,90.447,88.722,89.66,87.777,89.656,90.328,91.089,88.76,89.477,89.73,88.997],"paint":[382.157,386.901,390.917,386.562,383.186,383.557,384.192,381.458,382.351,382.17,386.975,388.999,385.886,384.531,385.03]}},{"framework":"metron-v0.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.901,45.814,46.998,45.564,46.623,46.466,45.603,47.833,46.921,48.668,47.094,45.045,45.869,46.962,45.137],"script":[4.697,4.686,4.596,4.632,4.492,4.883,4.946,4.509,4.563,4.509,4.63,4.501,4.61,4.659,4.519],"paint":[41.143,39.841,41.153,39.915,41.122,40.372,39.504,42.126,41.068,42.918,41.25,39.718,40.28,41.293,39.768]}},{"framework":"metron-v0.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.143,14.015,13.818,13.984,14.196,15.098,13.758,14.041,14.78,14.967,14.113,14.289,14.466,13.605,14.103],"script":[12.195,11.166,11.88,11.993,12.083,12.281,11.864,11.868,12.301,12.461,12.63,12.06,12.129,11.323,11.605],"paint":[1.804,2.75,1.155,1.885,1.988,2.072,1.771,1.296,2.038,2.322,1.385,2.134,1.276,2.162,1.888]}},{"framework":"metron-v0.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5355396270751953]}},{"framework":"metron-v0.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.682065010070801]}},{"framework":"metron-v0.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.613663673400879]}},{"framework":"metron-v0.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9515800476074219]}},{"framework":"metron-v0.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.152430534362793]}},{"framework":"metron-v0.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.04]}},{"framework":"metron-v0.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.084]}},{"framework":"metron-v0.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.72399999999996]}},{"framework":"metron-v0.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.171875]}},{"framework":"metron-v0.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[18.8974609375]}},{"framework":"metron-v0.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.0048828125]}},{"framework":"metron-v0.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[93.4]}},{"framework":"metron-v0.0.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[93.4]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"01_run1k","values":{"total":[46.704,45.264,45.216,44.163,47.305,44.882,45.888,45.363,45.5,45.519,46.119,45.194,45.876,45.532,45.661],"script":[9.379,9.044,9.762,9.183,9.916,9.416,9.279,9.771,9.157,9.327,9.248,8.985,9.64,9.472,9.453],"paint":[36.856,35.727,34.731,34.493,36.741,34.938,35.872,34.839,35.687,35.687,36.15,35.536,35.511,35.59,35.724]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"02_replace1k","values":{"total":[46.983,44.944,46.561,46.31,45.679,46.43,45.363,45.811,46.014,45.655,45.599,45.972,44.981,44.486,46.025],"script":[12.108,11.659,12.374,12.382,12.047,12.398,11.85,11.998,12.26,11.926,11.883,12.267,11.773,11.797,12.186],"paint":[34.418,32.823,33.718,33.419,33.186,33.558,33.082,33.368,33.059,33.264,33.224,33.233,32.767,32.256,33.369]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.233,22.715,22.421,22.297,22.984,21.837,22.687,22.844,22.611,23.023,21.505,22.336,22.949,22.178,22.985],"script":[5.394,5.64,4.949,4.811,5.286,5.015,5.639,5.576,4.791,4.987,4.6,5.452,5.587,4.723,4.644],"paint":[15.156,15.999,15.92,16.128,16.592,15.054,15.179,15.923,16.05,16.728,15.564,15.199,15.761,15.681,16.709]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"04_select1k","values":{"total":[4.393,3.512,5.179,4.534,4.219,3.192,4.098,3.897,4.491,3.464,3.462,3.721,3.831,4.635,3.286,3.507,3.702,3.426,3.313,3.733,3.562,3.379,4.195,3.406,3.088],"script":[1.299,1.068,0.925,0.597,0.832,0.617,0.862,0.88,1.29,0.9,0.643,1.184,0.919,1.197,0.562,0.957,0.895,0.869,0.176,1.131,0.975,0.641,1.269,1.213,0.724],"paint":[2.523,1.808,3.99,3.068,2.134,2.286,2.09,2.888,2.263,1.738,1.827,1.592,1.727,1.933,1.79,1.946,1.964,1.701,2.015,1.47,2.482,2.629,1.978,1.699,2.237]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"05_swap1k","values":{"total":[24.185,22.012,22.422,22.637,22.489,22.439,23.386,22.628,21.811,22.096,24.196,21.618,21.307,22.343,23.035],"script":[0.785,0.95,0.799,0.798,1.125,0.872,0.184,1.295,0.153,0.861,1.1,0.928,0.165,1.149,0.858],"paint":[21.121,18.687,19.777,19.85,19.222,19.61,21.227,19.83,18.54,18.997,20.535,19.1,19.882,19.767,20.685]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.218,17.188,17.807,17.278,17.413,17.263,17.21,17.531,17.74,17.176,16.546,16.544,17.135,16.913,17.223],"script":[0.444,0.443,0.225,0.13,0.111,0.273,0.259,0.35,0.448,0.193,0.339,0.434,0.318,0.459,0.126],"paint":[15.679,15.316,16.741,16.178,15.787,16.262,15.938,16.313,15.92,16.256,15.117,15.182,15.643,15.511,15.625]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"07_create10k","values":{"total":[506.46,486.188,486.88,491.351,483.935,479.081,486.401,489.545,482.846,480.617,489.402,488.665,483.631,488.902,486.494],"script":[112.468,108.352,108.313,110.095,111.323,110.212,109.131,110.275,107.842,110.035,110.472,111.059,109.237,109.513,108.576],"paint":[386.293,369.931,370.712,373.467,364.79,361.127,367.871,371.595,367.53,362.702,371.425,369.474,366.841,371.802,369.763]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.85,49.226,48.466,47.555,48.841,49.269,47.787,49.771,48.99,49.328,49.262,52.186,49.088,50.121,49.015],"script":[9.351,9.209,9.317,8.946,9.196,9.487,9.29,9.579,9.648,9.915,8.916,9.183,9.476,9.144,9.364],"paint":[38.254,39.088,38.101,37.725,38.446,38.728,37.499,39.248,38.38,38.224,39.086,42.013,38.616,39.951,38.623]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.118,14.737,13.604,14.619,14.54,14.268,13.576,13.847,14.078,15.08,14.478,15.292,15.638,13.758,13.903],"script":[12.503,12.856,11.677,11.657,11.87,12.192,11.608,11.66,11.563,12.837,11.959,13.187,12.974,11.425,11.326],"paint":[2.49,1.578,1.834,1.191,2.571,1.98,1.122,1.847,2.413,2.127,2.416,1.771,2.363,2.247,1.726]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5759468078613281]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6583690643310547]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6712093353271484]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8899345397949219]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.91433620452881]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.565]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[17.871999999999993]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.21599999999998]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.7509765625]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[44.4755859375]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[10.43359375]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[92.6]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[92.6]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"01_run1k","values":{"total":[47.296,49.148,46.378,47.469,47.736,47.042,46.004,46.533,46.052,46.737,46.071,46.864,45.16,47.329,46.811],"script":[11.623,11.825,10.783,11.846,10.498,11.606,10.681,10.929,10.429,11.079,10.306,10.3,10.453,11.66,11.046],"paint":[35.073,36.866,35.125,35.124,36.811,34.964,34.825,35.138,35.186,35.203,35.281,36.049,34.289,34.971,35.336]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"02_replace1k","values":{"total":[64.529,65.173,65.739,64.633,64.038,65.21,65.118,66.649,65.626,66.908,66.224,64.071,63.873,66.974,67.178],"script":[30.849,31.224,31.539,31.012,30.372,30.77,30.829,31.84,30.936,31.591,31.384,30.241,30.031,31.98,31.93],"paint":[33.193,33.441,33.455,33.119,33.189,33.955,33.569,34.066,34.25,34.576,34.391,33.381,33.337,34.242,34.733]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[53.964,54.37,54.846,56.114,52.86,53.773,53.386,56.699,54.874,51.022,55.698,55.23,55.215,53.214,53.048],"script":[36.755,36.165,36.939,37.866,33.61,34.653,34.895,37.086,35.932,33.106,36.135,36.366,36.783,35.404,34.795],"paint":[15.826,16.629,16.309,16.763,15.514,17.578,16.092,16.853,17.666,15.023,16.456,16.785,16.784,15.054,14.971]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"04_select1k","values":{"total":[37.915,36.496,37.647,36.66,38.884,38.073,37.346,39.558,37.011,40.235,38.088,38.849,34.449,37.481,38.182,37.844,36.934,38.446,35.415,37.748,39.236,34.366,39.091,37.67,38.443],"script":[33.742,32.908,33.541,33.023,34.916,33.97,33.398,35.144,33.139,35.44,33.551,35.213,31.091,33.765,34.608,32.593,33.294,34.826,32.341,34.243,33.185,30.581,35.271,34.281,33.784],"paint":[2.316,2.122,2.458,2.448,3.3,3.068,2.747,3.659,2.412,2.345,2.907,2.75,2.191,2.485,2.004,3.392,2.32,2.674,1.829,2.207,3.452,2.731,2.637,2.156,2.752]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"05_swap1k","values":{"total":[56.37,53.779,50.735,56.009,53.983,48.76,52.984,51.657,48.377,51.045,51.565,54.2,50.74,53.04,52.233],"script":[31.172,30.49,29.584,31.428,31.72,27.638,30.282,29.172,26.425,29.119,29.582,31.548,29.395,30.104,29.956],"paint":[23.116,20.177,19.118,22.994,20.333,19.389,20.547,21.152,20.51,18.877,20.648,21.452,19.347,21.377,20.115]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[118.324,112.946,118.53,119.103,115.42,116.824,119.099,121.214,115.149,120.51,116.283,114.809,119.781,122.5,119.775],"script":[47.051,45.845,49.316,48.356,46.964,46.779,48.936,51.274,46.49,49.535,47.248,46.274,49.889,49.335,48.896],"paint":[69.632,66.234,67.887,69.372,67.298,69.214,69.113,69.088,67.204,69.681,68.163,67.372,68.489,71.915,69.552]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"07_create10k","values":{"total":[499.259,505.261,501.838,504.021,509.362,498.836,504.994,505.649,506.555,507.651,504.132,500.999,510.417,504.489,505.152],"script":[126.796,126.613,126.023,126.253,132.179,129.657,127.329,129.954,129.596,126.966,127.111,129.053,127.321,128.125,132.121],"paint":[364.652,370.931,368.292,369.284,369.62,361.534,370.082,368.149,369.378,373.088,368.998,363.93,375.585,368.948,365.522]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.58,59.673,61.46,62.576,65.833,63.447,61.752,63.057,64.51,60.554,63.792,62.778,62.782,62.16,62.814],"script":[21.739,21.992,23.624,24.325,24.466,24.863,23.894,24.061,24.159,21.783,24.395,24.595,24.35,23.931,23.835],"paint":[37.575,36.798,36.856,37.293,40.373,37.3,36.905,37.767,39.299,37.803,38.093,36.935,37.467,37.294,37.726]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.116,12.915,13.66,13.823,13.494,14.072,13.782,13.907,13.587,14.052,14.066,13.876,14.162,15.045,13.641],"script":[11.655,11.042,11.445,12.065,11.431,11.968,11.628,11.923,12.07,12.16,11.437,11.544,11.872,12.807,11.863],"paint":[1.892,1.795,1.675,0.87,1.944,2.002,1.539,1.256,0.458,1.798,2.33,2.205,2.204,2.102,0.898]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5785951614379883]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.0171594619750977]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.139449119567871]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9545888900756836]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.88859462738037]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.27]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[17.807999999999993]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.268]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[181.443359375]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.16796875]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[10.20703125]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[85]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[85]}},{"framework":"million-v2.3.3-keyed","benchmark":"01_run1k","values":{"total":[38.377,39.742,39.436,39.972,38.124,39.928,39.371,41.306,40.459,38.81,38.914,39.747,39.628,38.562,40.849],"script":[2.97,2.943,3.385,3.387,3.254,3.225,3.187,3.255,3.167,2.998,2.9,3.17,2.989,2.955,3.141],"paint":[34.955,36.33,35.622,36.13,34.405,36.268,35.454,37.371,36.849,35.384,35.558,36.035,36.154,35.15,37.247]}},{"framework":"million-v2.3.3-keyed","benchmark":"02_replace1k","values":{"total":[42.389,39.091,39.059,39.1,39.629,39.182,39.459,38.026,38.492,39.249,38.756,40.154,39.553,38.785,39.892],"script":[5.594,5.639,5.479,5.608,5.675,5.74,5.591,5.386,5.52,5.619,5.586,5.729,5.728,5.258,5.506],"paint":[36.348,33.027,33.131,33.033,33.281,32.749,33.439,32.236,32.527,33.155,32.739,33.738,33.257,32.919,33.698]}},{"framework":"million-v2.3.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.926,17.995,17.773,18.193,18.327,18.727,18.986,18.399,19.835,17.865,18.494,17.702,17.885,18.182,18.199],"script":[1.303,1.365,1.344,1.673,1.534,1.32,1.368,1.541,1.442,1.205,0.963,0.89,0.946,0.945,1.47],"paint":[14.289,15.134,14.407,15.508,14.818,16.266,15.508,15.887,16.096,14.708,16.559,15,15.838,14.836,14.62]}},{"framework":"million-v2.3.3-keyed","benchmark":"04_select1k","values":{"total":[3.645,3.714,3.75,4.013,3.028,3.773,4.626,3.758,4.263,4.658,4.195,3.661,3.481,3.44,3.113,3.66,3.616,3.494,3.161,3.083,3.911,3.425,3.344,3.39,3.602],"script":[0.914,1.122,1.152,1.407,0.537,0.944,1.545,0.199,1.489,0.571,1.439,0.883,1.533,1.022,1.227,0.849,0.834,1.201,0.964,0.633,0.894,0.205,1.001,0.503,1.048],"paint":[1.833,1.844,1.472,1.457,1.444,2.193,2.94,3.405,2.635,3.127,2.65,1.81,1.355,2.318,1.142,1.656,2.484,1.531,2.064,2.303,2.869,3.1,2.243,2.756,2.424]}},{"framework":"million-v2.3.3-keyed","benchmark":"05_swap1k","values":{"total":[22.334,21.003,23.424,22.325,22.858,22.661,22.576,23.421,24.579,21.232,22.645,22.262,21.863,22.756,22.304],"script":[0.895,1.041,0.881,0.895,1.229,1.226,0.617,1.231,1.215,0.897,1.04,1.162,0.99,1.081,1.126],"paint":[20.042,18.201,20.1,19.848,20.212,20.122,20.677,20.393,21.887,18.759,18.699,18.845,18.397,19.383,19.742]}},{"framework":"million-v2.3.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.997,17.038,16.559,17.106,16.597,18.17,17.756,16.938,17.261,17.164,17.331,16.902,17.167,17.006,17.396],"script":[0.11,0.259,0.231,0.106,0.305,0.299,0.096,0.271,0.304,0.092,0.215,0.212,0.103,0.446,0.454],"paint":[16.111,15.669,15.415,15.298,15.324,16.57,16.605,15.489,16.206,16.458,16.172,15.989,16.14,15.742,16.174]}},{"framework":"million-v2.3.3-keyed","benchmark":"07_create10k","values":{"total":[394.418,396.557,395.719,396.559,390.896,396.984,399.37,404.239,388.964,400.819,401.664,396.664,400.168,388.85,389.962],"script":[34.34,33.721,35.475,34.961,34.414,34.549,34.883,35.691,34.612,34.699,35.268,33.652,33.414,33.911,33.71],"paint":[352.564,355.603,352.85,353.869,349.013,354.764,356.772,360.949,346.298,358.683,358.969,355.558,359.223,347.441,348.724]}},{"framework":"million-v2.3.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[42.72,41.516,41.134,42.229,42.792,42.133,41.378,43.462,43.003,41.086,43.09,42.862,45.062,45.071,41.238],"script":[3.444,3.39,3.465,3.498,3.37,3.788,3.591,3.458,3.413,3.487,3.374,3.524,3.649,3.649,3.448],"paint":[38.477,36.978,36.838,37.935,38.24,37.42,36.869,39.048,38.474,36.375,38.758,38.393,40.448,40.519,37.005]}},{"framework":"million-v2.3.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.694,13.894,13.225,13.3,14.195,12.67,13.014,13.65,13.055,13.192,13.361,13.606,13.47,13.079,13.197],"script":[10.999,11.289,11.591,10.746,12.283,10.893,10.517,11.024,10.997,11.526,10.823,11.225,11.237,10.898,11.306],"paint":[0.807,2.509,1.541,1.373,1.265,1.693,2.076,1.029,1.239,1.178,2.435,1.287,1.496,1.811,1.065]}},{"framework":"million-v2.3.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4766998291015625]}},{"framework":"million-v2.3.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.36761474609375]}},{"framework":"million-v2.3.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.3532838821411133]}},{"framework":"million-v2.3.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6986532211303711]}},{"framework":"million-v2.3.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.59581470489502]}},{"framework":"million-v2.3.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.2000000000003]}},{"framework":"million-v2.3.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.251999999999999]}},{"framework":"million-v2.3.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.37999999999997]}},{"framework":"million-v2.3.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.7412109375]}},{"framework":"million-v2.3.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.466796875]}},{"framework":"million-v2.3.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.517578125]}},{"framework":"million-v2.3.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.5]}},{"framework":"million-v2.3.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63.5]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"01_run1k","values":{"total":[46.74,47.692,48.303,47.276,45.838,46.059,48.557,46.949,46.418,46.912,46.788,46.096,45.702,48.367,47.874],"script":[10.599,11.411,10.09,10.447,10.351,10.033,10.423,11.233,10.474,10.368,10.57,10.228,10.592,11.864,10.202],"paint":[35.633,35.828,37.53,36.269,35.034,35.314,37.654,35.229,35.452,36.031,35.753,35.403,34.643,36.02,37.166]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"02_replace1k","values":{"total":[47.544,44.766,45.175,46.164,44.728,45.838,45.07,45.874,46.093,45.963,44.763,44.787,43.706,45.843,45.822],"script":[11.632,11.38,11.423,11.68,11.533,11.509,11.659,11.67,11.882,11.554,11.403,11.458,11.291,11.854,12.053],"paint":[35.449,32.928,33.319,33.724,32.769,33.874,32.951,33.777,33.766,33.979,32.918,32.882,31.968,33.507,33.297]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.367,18.922,18.457,19.648,16.964,18.521,19.24,17.556,17.88,17.845,17.769,18.609,17.743,17.77,18.956],"script":[1.462,0.574,0.923,0.946,0.628,1.251,0.996,0.205,1.134,1.029,0.993,1.122,0.576,1.07,0.868],"paint":[15.323,17.354,15.859,16.261,14.962,16.058,15.281,15.804,15.476,15.065,14.637,16.164,15.149,15.133,16.214]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"04_select1k","values":{"total":[3.676,4.533,4.123,3.417,3.929,2.677,3.913,3.7,3.394,2.635,3.04,3.936,3.043,4.554,2.347,3.407,3.522,3.445,2.994,4.122,2.358,4.224,3.389,2.803,4.265],"script":[0.139,0.849,0.14,0.135,1.123,0.141,1.154,1.008,0.144,0.16,0.369,0.902,0.14,1.087,0.141,0.797,0.647,0.753,0.49,0.126,0.132,1.34,0.802,0.609,0.151],"paint":[3.406,3.566,3.364,3.177,1.824,1.508,1.881,1.62,3.129,2.383,2.575,2.467,2.8,2.062,2.086,1.654,2.761,2.54,1.756,2.663,2.116,2.728,1.614,1.641,2.274]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"05_swap1k","values":{"total":[21.002,22.432,21.602,21.447,22.242,22.2,21.083,22.201,21.479,21.887,21.542,23.312,20.823,22.05,21.099],"script":[0.182,1.132,0.816,0.545,0.919,0.559,0.902,0.18,0.865,0.172,1.238,1.132,1.349,1.286,0.511],"paint":[18.573,19.391,19.478,19.913,19.539,20.556,18.875,19.632,19.297,18.79,19.096,19.974,17.932,18.802,18.921]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.241,17.311,16.896,17.139,17.288,17.448,17.078,17.733,16.666,17.531,17.732,17.981,18.135,16.825,17.724],"script":[0.398,0.18,0.405,0.51,0.337,0.296,0.522,0.402,0.506,0.235,0.553,0.421,0.394,0.301,0.506],"paint":[16.123,16.376,15.636,15.128,15.603,16.404,15.801,16.04,15.402,16.489,16.319,16.694,16.411,15.869,16.714]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"07_create10k","values":{"total":[486.748,495.446,494.933,490.629,494.478,493.821,490.529,492.46,493.903,497.618,484.92,498.602,491.421,498.018,488.472],"script":[112.972,114.219,112.803,113.389,111.035,115.018,111.296,115.444,115.446,114.638,114.414,115.706,112.702,114.726,111.187],"paint":[366.11,373.706,374.248,369.889,375.655,371.071,371.769,369.394,370.968,375.226,363.139,374.814,371.243,375.759,369.53]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.15,47.207,46.723,46.459,49.624,46.652,48.631,48.607,47.328,50.585,47.415,46.819,49.22,48.705,49.093],"script":[8.745,8.751,8.619,8.781,8.718,8.674,8.889,8.808,8.885,9.265,8.722,8.774,9.051,9.455,8.946],"paint":[41.461,37.61,37.274,36.775,39.937,37.073,38.81,38.76,37.609,40.112,37.764,37.14,38.897,38.421,39.176]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.046,15.431,15.059,15.26,15.662,14.597,15.165,14.414,15.388,15.385,14.976,16.415,15.267,15.215,14.788],"script":[13.121,12.898,12.734,12.757,12.613,12.407,12.356,12.844,12.379,12.936,13.498,13.199,13.226,13.311,12.719],"paint":[1.145,2.431,2.218,2.398,2.912,1.447,1.805,0.766,2.907,2.051,1.385,2.305,1.119,0.743,0.867]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.645960807800293]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.221168518066406]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.259494781494141]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0412750244140625]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.39442825317383]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2110.35]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.232]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.92399999999998]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[189.3486328125]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[51.07421875]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.107421875]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[103.6]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[103.6]}},{"framework":"miso-v1.4.0-keyed","benchmark":"01_run1k","values":{"total":[57.192,55.115,56.752,55.084,53.749,56.682,58.056,54.847,54.988,55.738,56.596,56.028,55.923,56.083,55.338],"script":[23.062,22.603,23.128,22.186,21.618,22.409,22.981,22.54,21.947,22.799,22.444,22.547,23.093,22.97,22.275],"paint":[33.951,32.321,33.443,32.714,31.961,34.096,34.888,32.145,32.872,32.77,33.972,33.175,32.651,32.945,32.901]}},{"framework":"miso-v1.4.0-keyed","benchmark":"02_replace1k","values":{"total":[65.694,66.735,65.492,69.192,65.372,66.442,65.455,65.731,65.651,65.533,67.576,67.421,66.363,66.384,66.097],"script":[33.271,33.546,33.165,33.086,32.296,32.9,31.838,32.917,33.466,33.149,34.095,34.509,32.948,33.426,33.245],"paint":[32.233,32.998,32.142,35.93,32.893,33.214,33.403,32.642,32.003,32.213,33.295,32.733,33.223,32.776,32.666]}},{"framework":"miso-v1.4.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[59.993,61.938,60.61,59.355,57.733,59.996,61.232,58.504,56.945,58.742,59.126,60.554,61.25,59.096,62.193],"script":[40.858,41.643,40.25,39.717,38.761,39.196,39.933,41.285,37.441,40.039,39.264,39.759,40.899,40.105,40.278],"paint":[18.26,18.273,19.339,18.15,17.411,19.572,20.25,17.066,17.358,17.408,17.99,19.642,18.801,17.984,20.478]}},{"framework":"miso-v1.4.0-keyed","benchmark":"04_select1k","values":{"total":[42.738,44.668,44.844,42.995,44.292,43.295,43.244,45.053,42.974,42.612,45.089,43.061,42.972,43.126,42.047,43.806,43.617,44.363,43.285,42.904,42.391,43.003,42.115,45.219,44.276],"script":[35.976,35.191,37.792,35.602,37.595,36.805,36.684,37.669,35.415,35.932,37.31,35.665,34.763,36.187,36.091,36.608,36.386,38.23,35.692,35.947,35.344,36.643,34.883,37.348,37.772],"paint":[4.476,6.394,4.349,4.822,4.823,5.308,4.069,4.917,4.874,4.458,4.754,4.98,4.877,4.355,3.601,5.483,5.178,4.431,5.835,5.72,4.008,4.615,3.643,5.003,3.931]}},{"framework":"miso-v1.4.0-keyed","benchmark":"05_swap1k","values":{"total":[58.823,61.301,60.125,59.112,58.025,60.04,60.359,59.85,59.086,60.303,59.554,58.164,64.796,58.106,53.835],"script":[35.162,37.196,36.799,34.485,33.414,35.613,35.225,34.415,33.697,36.32,34.689,35.157,37.18,33.725,33.728],"paint":[22.331,22.799,22.51,23.323,22.943,23.661,23.843,23.535,23.632,23.227,22.672,22.197,25.518,23.557,19.959]}},{"framework":"miso-v1.4.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[46.761,46.275,46.526,45.79,45.577,44.525,49.184,46.896,49.393,49.508,49.615,43.253,42.734,38.396,44.928],"script":[17.914,18.042,17.957,17.537,17.302,18.132,18.607,17.587,17.743,18.25,17.713,17.658,18.383,16.439,17.912],"paint":[18.895,17.615,18.541,19.867,17.705,17.687,17.921,18.751,18.391,19.667,18.792,19.371,18.451,19.127,18.595]}},{"framework":"miso-v1.4.0-keyed","benchmark":"07_create10k","values":{"total":[630.508,635.342,631.165,631.897,624.285,638.301,630.019,634.466,631.616,637.955,627.097,633.413,630.71,641.897,627.191],"script":[242.709,246.922,244.353,243.844,245.489,251.039,249.301,247.36,247.687,252.532,248.067,243.368,248.772,254.784,247.925],"paint":[384.175,384.838,383.274,384.425,375.239,383.687,376.769,383.253,380.353,381.851,375.486,386.221,378.352,383.558,375.674]}},{"framework":"miso-v1.4.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[71.476,69.995,70.61,75.501,69.989,71.937,70.198,70.736,70.731,72.955,71.914,72.942,74.779,72.003,76.589],"script":[32.901,31.902,32.599,35.092,32.688,33.724,31.733,32.491,32.738,34.125,32.916,33.068,33.418,33.66,35.576],"paint":[38.237,37.635,37.53,39.928,36.996,37.877,38.144,37.916,37.677,38.339,38.511,39.491,41.017,38.029,40.477]}},{"framework":"miso-v1.4.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.694,34.065,59.338,38.1,30.474,35.801,39.684,40.376,63.765,36.001,58.214,67.339,38.66,36.371,59.625],"script":[28.479,29.581,29.05,33.963,25.006,28.432,33.72,33.465,33.369,31.52,28.279,34.482,34.752,32.902,28.965],"paint":[2.397,2.747,3.185,3.001,3.837,4.49,5.091,6.576,4.107,3.427,4.327,7.097,3.613,3.199,5.522]}},{"framework":"miso-v1.4.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.70358943939209]}},{"framework":"miso-v1.4.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.583215713500977]}},{"framework":"miso-v1.4.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.941389083862305]}},{"framework":"miso-v1.4.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.578795433044434]}},{"framework":"miso-v1.4.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[51.34561061859131]}},{"framework":"miso-v1.4.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[4051.852]}},{"framework":"miso-v1.4.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[101.648]}},{"framework":"miso-v1.4.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[217.04400000000004]}},{"framework":"miso-v1.4.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[581.1181640625]}},{"framework":"miso-v1.4.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[442.8408203125]}},{"framework":"miso-v1.4.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[90.6025390625]}},{"framework":"miso-v1.4.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[684.1]}},{"framework":"miso-v1.4.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[684.1]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"01_run1k","values":{"total":[41.731,42.429,41.016,41.415,39.725,41.377,41.259,40.996,40.043,40.899,40.42,41.091,42.031,43.289,40.574],"script":[5.468,5.489,5.733,5.391,5.439,5.964,5.695,5.698,5.457,5.45,5.154,5.703,5.83,5.814,5.587],"paint":[35.82,36.261,34.894,35.528,33.821,34.988,35.136,34.863,33.93,34.99,34.846,34.768,35.76,37.018,34.523]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"02_replace1k","values":{"total":[48.885,46.31,45.874,45.408,45.089,45.057,44.258,46.822,44.836,45.868,45.31,46.953,45.445,46.55,46.783],"script":[12.727,12.364,12.655,12.117,12.138,12.248,12.028,13.385,12.555,12.42,12.198,12.458,12.412,12.414,12.44],"paint":[35.465,33.531,32.754,32.857,32.245,32.389,31.788,32.99,31.864,33.012,32.691,34.069,32.612,33.694,33.9]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.831,29.883,29.89,31.192,29.977,29.929,30.482,28.862,32.089,30.538,30.589,29.942,29.786,28.935,30.071],"script":[8.585,7.381,7.416,7.376,7.685,7.807,8.104,7.249,8.049,7.559,8.205,7.408,7.432,7.68,8.505],"paint":[20.899,19.524,21.166,21.918,19.033,20.654,21.156,19.444,22.017,19.837,19.573,20.709,19.637,19.083,19.618]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"04_select1k","values":{"total":[12.684,13.226,11.215,12.517,12.378,11.863,11.639,13.545,12.06,12.672,12.682,12.871,13.709,12.147,12.003,11.442,12.835,11.795,12.918,12.214,13.054,11.73,12.549,12.234,12.512],"script":[5.766,5.55,4.634,5.227,5.551,4.43,5.067,5.444,5.315,5.408,5.572,5.891,5.68,5.163,4.933,4.605,5.479,4.972,5.481,5.396,5.708,4.728,5.295,4.583,5.235],"paint":[4.722,6.503,6.37,6.156,5.655,6.611,5.383,6.361,5.58,6.338,6.463,5.887,7.105,5.529,5.609,5.742,5.657,5.796,5.938,6.592,6.383,5.989,6.346,6.978,7.049]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"05_swap1k","values":{"total":[25.909,29.328,27.254,27.3,26.607,25.992,25.681,27.053,26.23,27.225,27.719,27.706,26.282,26.052,26.994],"script":[4.398,4.567,4.374,4.647,4.575,4.75,4.424,4.623,4.367,4.85,4.431,4.325,4.601,4.578,4.166],"paint":[18.86,21.778,20.636,20.999,20.516,19.832,19.193,20.792,20.095,20.406,21.023,20.288,20.341,19.553,21.149]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.231,19.73,20.192,19.645,19.475,20.085,20.322,19.527,19.667,19.834,19.679,20.518,19.95,19.14,19.515],"script":[2.684,2.477,2.508,2.425,2.434,2.497,2.438,2.447,2.452,2.512,2.542,2.451,2.506,2.122,2.45],"paint":[16.694,16.147,16.177,16.032,15.659,16.222,16.647,16.256,16.034,15.988,15.933,16.892,16.141,16.199,16.045]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"07_create10k","values":{"total":[438.911,436.164,440.843,430.148,438.762,439.55,439.567,445.036,437.604,439.06,444.224,436.039,446.342,445.291,437.475],"script":[74.239,75.217,74.22,72.295,73.107,73.695,73.239,74.278,70.692,73.238,75.418,73.355,75.505,72.226,73.145],"paint":[357.03,353.554,359.185,350.215,356.69,358.151,358.646,363.003,359.487,358.347,361.253,355.197,362.176,365.398,356.676]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.435,49.674,47.184,49.269,49.243,48.571,48.118,50.645,47.763,47.808,49.697,47.857,48.787,49.781,47.983],"script":[9.062,8.747,8.834,8.611,9.253,9.141,9,8.887,8.735,8.845,8.525,8.508,9.761,8.996,8.768],"paint":[40.06,40.071,37.468,39.716,39.159,38.431,38.161,40.526,38.045,38,40.14,38.114,38.085,39.812,38.259]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.464,20.506,20.418,18.648,19.275,19.66,19.844,19.125,19.265,18.97,19.376,20.38,19.794,19.972,20.948],"script":[18.817,17.961,17.705,16.796,17.104,17.923,17.656,17.678,17.007,17.465,16.765,18.244,17.61,18.419,19.337],"paint":[1.544,1.043,2.386,1.738,2.044,0.785,2.088,1.349,2.162,0.839,2.135,1.333,1.709,1.444,1.514]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49726104736328125]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.5073699951171875]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.5271100997924805]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7194356918334961]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.566913604736328]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1953.895]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.983999999999996]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[130.19599999999997]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.7333984375]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[23.736328125]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.32421875]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[86.5]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[86.5]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"01_run1k","values":{"total":[43.548,50.668,50.779,48.552,45.912,50.352,52.299,51.738,47.407,46.334,42.372,53.047,48.267,47.924,52.015],"script":[7.674,7.284,8.064,7.097,7.469,7.832,7.151,7.759,8.354,7.155,7.585,8.025,7.893,7.818,7.973],"paint":[34.879,35.641,34.896,33.728,33.901,34.808,34.528,34.727,34.658,34.423,34.436,34.215,34.122,35.338,34.576]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"02_replace1k","values":{"total":[55.21,48.755,45.228,51.087,45.449,44.854,45.97,48.11,47.553,49.148,44.849,44.473,47.324,46.793,48.646],"script":[10.944,10.499,9.693,10.479,11.121,11.029,10.527,10.62,10.688,10.716,11.176,10.69,10.413,10.409,11.22],"paint":[35.799,32.68,35.371,33.235,33.093,33.367,33.141,33.221,34.701,33.094,33.529,33.597,32.913,36.217,33.466]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.101,25.407,24.871,26.232,26.376,26.657,26.086,25.74,26.06,26.32,25.987,27.069,26.744,25.846,25.944],"script":[9.802,9.525,9.404,9.345,10.026,10.037,9.659,8.937,9.009,8.808,8.871,9.665,8.62,9.333,9.193],"paint":[16.174,15.757,15.354,16.759,15.11,16.348,16.277,15.676,16.277,16.107,16.225,17.279,17.984,16.384,16.366]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"04_select1k","values":{"total":[12.406,12.272,11.861,11.64,11.5,12.262,12.494,13.153,12.657,11.588,12.108,11.66,11.517,11.25,12.168,11.838,11.787,11.808,12.292,12.04,12.581,10.993,12.068,11.559,12.174],"script":[7.877,8.312,8.124,8.541,8.554,8.076,8.624,8.822,8.803,8.473,8.996,8.248,7.464,7.615,8.337,8.355,8.654,8.563,8.337,8.714,9.329,8.187,8.593,7.886,7.644],"paint":[1.699,2.78,2.819,2.916,1.691,3.004,3.121,2.636,3.03,2.553,1.251,3.259,3.363,2.797,2.339,3.24,2.443,1.687,2.196,2.405,1.997,2.54,2.779,2.249,2.693]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"05_swap1k","values":{"total":[29.103,28.704,29.6,29.637,29.519,28.623,29.724,29.801,31.436,28.799,29.794,28.66,29.442,28.76,28.774],"script":[7.966,8.587,8.602,8.214,8.073,8.958,9.206,8.624,8.118,7.911,8.199,8.052,8.513,8.802,8.186],"paint":[21.014,19.413,19.766,21.297,20.76,19.222,20.393,20.464,19.135,19.622,20.58,20.485,19.968,19.832,20.467]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.011,19.013,19.444,19.046,19.62,19.071,21.11,18.737,19.279,19.464,19.095,19.57,21.207,19.888,20.732],"script":[3.995,3.941,4.231,3.923,4.324,4.318,3.927,3.78,4.223,4.122,4.135,3.826,4.113,4.122,4.398],"paint":[14.639,14.703,15.072,14.54,14.827,14.463,15.243,14.51,14.882,15.052,14.495,15.549,15.363,15.629,15.093]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"07_create10k","values":{"total":[490.278,464.848,482.229,460.223,475.438,487.604,469.25,477.32,492.176,482.822,462.115,485.898,478.016,457.083,483.153],"script":[98.836,96.715,97.893,94.534,97.808,96.81,95.147,97.429,97.101,95.314,97.265,96.732,95.38,96.235,97.238],"paint":[379.736,363.188,380.906,361.935,369.154,382.338,368.723,374.916,388.266,376.533,360.613,378.018,375.485,357.111,374.252]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.918,47.653,47.821,56.57,48.214,53.634,47.452,56.524,54.268,47.781,52.725,49.209,47.158,55.703,55.735],"script":[9.462,9.919,9.851,9.38,9.539,9.701,9.799,9.5,9.504,10.136,9.377,9.559,9.619,9.583,9.245],"paint":[37.435,37.411,37.668,39.412,37.746,37.65,37.349,38.816,38.082,37.329,37.418,39.253,37.242,37.288,39.811]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.128,17.398,17.581,16.227,18.043,16.046,16.569,16.884,16.924,17.932,16.926,17.812,17.52,16.011,16.271],"script":[15.948,15.695,16.152,14.779,15.386,14.653,14.454,14.817,14.999,14.872,14.937,14.812,15.772,14.134,13.836],"paint":[1.606,1.6,1.377,1.39,1.638,1.331,2.052,2.002,1.863,2.988,1.926,2.924,1.693,1.696,2.373]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5639181137084961]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.2094011306762695]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.7334184646606445]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9330081939697266]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.61983776092529]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.3049999999998]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.328]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.96399999999997]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[176.2255859375]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[37.951171875]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.7041015625]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[86.3]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[86.3]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"01_run1k","values":{"total":[43.408,41.745,41.826,44.417,42.766,42.786,42.683,42.08,42.933,42.713,43.708,40.792,41.25,40.516,41.852],"script":[6.755,7.009,6.678,7.108,7.003,6.866,6.922,6.906,6.89,7.024,7.338,6.496,6.646,6.315,6.833],"paint":[36.245,34.3,34.646,36.874,35.274,35.5,35.05,34.736,35.622,35.268,35.631,33.827,34.176,33.759,34.614]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"02_replace1k","values":{"total":[46.454,44.336,41.848,42.183,43.159,44.999,42.807,43.364,42.838,42.829,43.161,42.276,43.032,42.586,43.603],"script":[9.245,8.545,8.81,8.816,8.934,8.964,8.853,9.125,8.765,9.214,8.471,8.751,9.082,9.104,9.605],"paint":[36.725,35.112,32.597,32.956,33.721,35.573,33.478,33.782,33.597,33.125,34.153,33.027,33.494,33.061,33.271]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.56,19.877,19.424,19.412,19.047,18.725,19.795,19.674,19.272,18.969,19.115,19.778,19.391,20.033,19.131],"script":[2.499,2.192,2.92,2.336,2.954,1.846,2.209,2.665,2.908,2.358,2.515,2.729,2.12,2.488,2.408],"paint":[18.389,15.584,14.66,15.281,14.835,14.722,16.609,15.148,15.297,15.268,15.203,16.034,15.327,15.38,14.747]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"04_select1k","values":{"total":[4.385,3.685,3.775,3.183,3.946,3.467,3.808,3.733,3.435,4.315,3.545,2.938,3.806,3.287,4.532,2.809,4.357,3.465,3.664,4.374,3.119,5.097,4.314,3.674,2.762],"script":[1.146,0.924,0.858,0.589,1.155,0.627,1.147,0.923,0.192,1.031,1.177,0.782,1.111,0.184,0.174,0.185,1.019,0.985,1.15,0.205,0.73,0.816,1.372,1.236,0.629],"paint":[1.991,1.932,0.873,1.83,1.59,2.734,2.521,2.683,2.475,3.167,1.41,2.037,1.52,2.265,3.12,2.476,2.501,2.007,2.388,2.377,2.26,2.274,1.743,2.311,2.004]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"05_swap1k","values":{"total":[23.333,23.019,23.37,22.662,23.647,23.801,24.258,25.243,22.633,22.986,24.026,24.237,26.03,23.251,23.521],"script":[1.551,2.127,2.161,1.33,1.647,2.386,1.875,2.131,2.288,2.366,2.579,2.23,1.889,1.457,1.78],"paint":[20.132,19.098,19.539,19.808,19.669,19.232,20.606,21.809,18.734,19.124,19.53,19.947,21.283,20.601,20.742]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.629,17.987,17.344,18.46,17.495,16.522,17.687,18.292,18.64,17.369,17.703,17.758,18.076,17.289,17.796],"script":[0.787,0.815,1.103,0.903,0.852,1.045,1.071,1.161,1.144,0.772,1.11,1.124,1.132,0.775,1.123],"paint":[16.984,16.101,15.06,16.013,15.417,14.46,15.758,15.903,16.195,15.067,15.348,15.736,15.588,16.014,15.708]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"07_create10k","values":{"total":[462.481,461.546,459.787,463.24,458.424,464.075,463.334,464.033,458.707,460.529,456.132,468.049,450.969,463.048,449.364],"script":[88.26,89.821,87.938,87.89,89.34,87.229,90.656,88.337,88.613,88.911,89.389,89.448,89.296,90.955,88.199],"paint":[366.648,364.338,364.541,367.838,361.349,368.817,364.96,367.443,362.591,363.727,359.275,371.004,354.121,364.266,353.72]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[42.939,44.8,43.254,42.683,42.729,44.12,43.025,44.629,43.693,44.297,44.27,43.192,43.403,43.565,42.949],"script":[4.834,4.81,5.083,5.127,4.762,4.881,4.977,4.817,4.939,4.875,5.556,5.039,4.948,4.727,4.851],"paint":[37.311,38.787,37.318,36.689,37.155,38.301,37.161,38.898,37.553,38.451,37.698,37.342,37.608,37.917,37.28]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.373,15.28,16.172,15.667,15.803,15.982,15.461,15.796,15.94,15.749,15.644,15.971,16.314,15.56,15.73],"script":[13.585,12.924,13.896,12.986,13.182,13.978,13.235,13.263,13.387,13.308,13.587,14.105,13.692,13.457,13.179],"paint":[1.677,2.261,1.055,2.564,2.208,1.142,1.611,2.42,2.031,1.964,1.183,1.752,1.574,1.612,1.942]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8514528274536133]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.0822038650512695]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.1063385009765625]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2453508377075195]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.871076583862305]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2102.39]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.847999999999999]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.728]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[194.52734375]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[56.2529296875]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.5126953125]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[103.8]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[103.8]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"01_run1k","values":{"total":[41.691,42.038,40.374,40.987,41.303,40.567,42.334,40.175,40.692,42.321,45.046,42.04,42.777,40.256,41.109],"script":[6.357,6.564,6.748,6.691,6.709,6.733,6.517,6.556,6.605,6.836,6.866,6.909,6.727,6.698,6.608],"paint":[34.673,35.033,33.193,33.575,33.855,33.365,35.358,33.201,33.422,35.019,37.483,34.668,35.587,33.129,33.757]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"02_replace1k","values":{"total":[47.079,46.554,45.643,43.486,43.87,43.978,44.339,44.044,43.408,46.188,44.854,44.287,46.394,47.093,43.764],"script":[10.258,10.091,10.387,10.004,10.09,9.989,10.199,10.039,9.956,10.388,10.841,10.298,10.326,10.539,10.096],"paint":[36.357,36.05,34.81,33.02,33.331,33.449,33.587,33.409,33.007,35.353,33.535,33.505,35.349,35.857,33.21]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.193,18.982,17.998,17.547,18.596,17.923,17.703,18.175,18.541,19.148,18.459,18.47,19.823,18.64,18.719],"script":[1.329,1.507,0.932,1.298,1.416,0.951,0.954,1.047,1.044,1.338,1.805,1.016,0.984,1.034,1.77],"paint":[15.128,15.815,15.236,13.906,16.16,14.972,14.889,15.189,16.51,15.245,14.743,15.588,15.844,15.463,15.509]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"04_select1k","values":{"total":[4.126,4.925,4.111,4.273,3.742,4.163,4.131,4.852,4.412,4.188,3.811,3.592,3.694,3.129,4.339,3.848,3.845,3.762,3.798,3.927,5.045,3.23,4.272,3.375,3.458],"script":[1.23,0.908,0.18,1.17,0.99,0.74,1.127,1.242,1.512,0.951,1.057,0.658,1.232,0.292,1.557,1.056,0.96,0.895,0.896,0.961,0.883,0.211,0.578,0.958,0.61],"paint":[1.951,3.739,2.74,1.998,2.056,3.185,2.131,3.038,2.031,2.69,2.605,2.408,2.004,2.68,2.634,2.638,2.049,1.96,1.933,2.663,3.015,2.857,3.135,1.75,2.005]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"05_swap1k","values":{"total":[23.642,22.592,23.325,23.308,22.76,22.448,23.462,23.916,22.415,22.297,23.101,26.064,22.974,22.233,22.651],"script":[2.259,1.245,1.367,1.539,1.592,1.241,1.643,1.802,1.288,1.546,1.553,1.953,1.297,0.964,1.982],"paint":[19.509,19.666,20.908,19.807,18.826,19.61,19.897,20.467,19.048,20.017,19.702,21.46,19.561,19.494,19.617]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.833,18.404,18.132,17.802,17.884,17.187,17.683,17.61,17.595,17.701,19.34,17.935,17.323,17.62,18.195],"script":[0.812,0.707,0.968,0.708,0.641,0.673,0.946,0.957,0.667,0.689,1.092,0.749,0.679,0.65,0.678],"paint":[16.704,16.343,16.071,16.287,16.28,15.687,15.943,15.589,16.082,16.213,16.973,15.767,15.786,16.146,16.478]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"07_create10k","values":{"total":[667.095,657.392,656.826,661.974,683.062,678.389,676.395,661.213,663.947,650.412,659.934,656.671,680.926,679.123,685.297],"script":[268.212,265.615,265.978,271.946,283.261,280.871,276.868,269.183,270.01,264.329,267.636,266.197,276.281,273.287,283.335],"paint":[391.52,384.278,383.426,382.341,392.004,389.645,390.821,384.725,386.507,378.773,384.636,382.952,396.879,398,394.052]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.845,66.072,84.322,65.363,65.983,77.376,62.669,63.144,81.554,63.571,67.69,65.177,80.187,65.714,81.091],"script":[23.476,25.594,36.457,24.403,25.731,33.924,23.58,23.521,35.733,24.024,25.602,25.511,35.808,26.266,36.47],"paint":[37.536,39.444,46.582,39.617,39.071,42.442,38.138,38.636,44.59,38.721,41.132,38.408,43.404,38.515,43.58]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.612,19.704,19.788,21.188,19.138,22.16,19.918,20.356,19.621,19.896,19.961,19.132,20.472,20.533,19.597],"script":[18.111,17.285,17.239,18.486,17.236,19.406,17.621,18.463,17.756,17.752,18.23,17.665,18.041,18.071,17.684],"paint":[1.465,1.191,1.825,1.585,1.591,2.568,2.194,1.628,0.756,2.033,0.768,0.399,1.826,1.308,1.785]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.7243032455444336]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.881738662719727]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.988917350769043]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[10.487566947937012]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[74.86692523956299]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.6999999999998]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[36.715999999999994]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[167.48799999999994]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[370.78125]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[232.2216796875]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[66.2548828125]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[405.9]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[405.9]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"01_run1k","values":{"total":[42.749,42.477,42.557,50.115,43.257,43.732,44.681,44.756,43.611,44.083,45.424,43.577,44.027,50.858,45.95],"script":[7.369,7.425,7.386,7.367,7.759,8.207,7.888,8.12,7.414,7.718,8.151,7.986,7.73,7.519,7.583],"paint":[35.225,34.521,34.854,35.912,35.344,35.356,35.676,35.82,35.63,35.236,36.79,35.432,35.949,36.459,36.994]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"02_replace1k","values":{"total":[45.898,45.679,45.77,47.599,49.05,47.824,45.321,48.229,46.392,47.07,48.153,47.185,48.058,47.144,48.226],"script":[23.182,23.068,23.194,23.76,24.27,23.717,22.881,24.623,23.285,23.442,23.994,23.943,24.357,23.698,24.357],"paint":[32.722,32.467,32.479,33.861,35.061,33.975,32.179,34.201,33.256,33.549,34.133,33.42,33.753,33.622,34.197]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[51.072,53.967,54.56,53.042,50.601,49.506,54.476,56.104,53.476,55.471,53.846,53.206,54.036,53.706,54.019],"script":[30.98,34.152,35.048,34.222,31.641,31.406,35.35,36.263,34.4,35.838,34.66,34.094,34.267,34.066,34.487],"paint":[19.13,18.833,19.238,17.725,18.372,17.269,16.816,18.432,17.459,17.571,18.054,17.853,18.672,17.848,18.801]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"04_select1k","values":{"total":[36.382,39.088,37.452,37.786,37.375,38.031,37.725,38.588,37.593,36.733,38.677,35.875,39.403,36.97,36.772,36.789,36.7,37.432,37.216,38.213,38.377,36.898,36.846,37.571,36.329],"script":[30.85,30.922,30.321,31.615,30.75,31.757,31.252,32.168,30.963,30.052,31.271,28.971,32.052,30.162,30.488,30.484,30.9,30.675,31.054,31.867,32.138,29.53,30.815,30.606,30.514],"paint":[4.644,5.546,3.623,3.903,4.676,4.475,4.196,3.058,4.111,4.761,3.887,4.042,5.179,3.644,4.981,4.585,4.028,4.526,4.203,4.22,4.493,4.614,4.539,4.652,4.081]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"05_swap1k","values":{"total":[194.005,191.473,195.527,187.09,193.258,193.865,193.106,195.565,188.278,194.229,192.304,197.054,191.821,192.242,185.914],"script":[50.07,47.482,47.539,46.139,50.505,51.116,50.859,52.471,45.49,49.759,50.249,53.869,47.505,50.272,47.079],"paint":[142.772,143.419,146.666,139.868,141.108,141.775,140.349,142.756,141.006,143.474,141.545,141.934,142.864,140.127,138.212]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[99.634,94.063,96.056,96.303,95.104,99.995,96.228,93.861,97.199,97.498,93.779,97.778,96.526,99.592,96.655],"script":[24.988,22.766,23.65,24.854,24.118,27.762,25.046,23.8,25.614,24.802,22.614,25.57,23.738,26.745,25.136],"paint":[72.748,69.218,70.852,69.311,69.569,69.925,69.205,68.727,70.112,70.646,69.116,70.406,70.851,71.065,69.848]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"07_create10k","values":{"total":[451.848,449.878,450.08,469.309,444.004,447.546,447.512,453.61,450.164,443.567,454.491,458.517,453.86,450.447,453.852],"script":[82.803,81.088,83.438,84.842,79.805,81.892,80.855,85.119,82.271,81.795,83.103,83.55,83.256,82.711,84.65],"paint":[365.37,365.279,363.067,380.885,360.688,362.007,363.13,364.882,364.244,358.176,367.822,371.401,367.05,364.124,365.532]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.264,53.693,54.326,53.71,55.997,55.141,57.835,53.761,53.52,53.051,54.148,53.416,52.523,54.035,54.215],"script":[15.708,15.788,15.754,15.586,16.008,16.178,17.027,15.87,15.781,15.603,15.645,15.668,15.59,16.161,16.202],"paint":[38.094,37.57,38.176,37.665,39.476,38.619,40.296,37.424,37.446,36.966,37.98,37.272,36.627,37.572,37.491]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.537,25.436,26.765,25.346,25.462,27.204,26.253,27.323,26.796,27.215,27.506,26.533,27.433,25.85,26.119],"script":[21.851,21.242,22.362,21.51,21.222,22.31,22.047,22.314,21.687,21.604,22.02,21.85,23.263,21.198,22.353],"paint":[5.42,3.621,2.608,2.791,2.803,2.994,3.452,4.071,3.333,4.302,3.78,3.549,3.465,2.901,3.154]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[3.4001283645629883]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.0253448486328125]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.152544021606445]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.8850603103637695]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.815038681030273]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.7955]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[145.06400000000005]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[400.6519999999999]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[1028.6669921875]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[885.857421875]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[211.6533203125]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[162.5]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[162.5]}},{"framework":"owl-v2.2.6-keyed","benchmark":"01_run1k","values":{"total":[51.263,47.23,48.417,48.43,45.942,51.298,47.284,48.866,51.715,46.996,42.258,45.455,47.708,45.655,46.862],"script":[6.614,5.758,6.647,6.45,6.391,6.66,6.437,6.626,6.632,6.657,6.459,6.532,6.408,6.459,6.559],"paint":[36.862,33.927,35.552,35.88,35.081,35.494,34.747,36.277,36.061,35.749,35.107,35.673,36.833,35.865,35.564]}},{"framework":"owl-v2.2.6-keyed","benchmark":"02_replace1k","values":{"total":[44.73,46.049,47.281,43.91,43.641,49.742,43.705,41.102,42.202,44.205,44.773,43.876,42.718,45.669,47.646],"script":[9.621,8.762,9.726,9.334,9.427,9.6,9.493,8.69,9.718,8.999,9.798,9.115,8.652,9.666,9.666],"paint":[32.885,32.533,32.794,34.142,32.437,32.404,32.9,32.271,32.328,34.703,32.8,34.605,32.77,35.655,32.877]}},{"framework":"owl-v2.2.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.215,25.869,25.362,26.965,26.4,24.329,26.185,25.228,25.186,24.374,26.535,28.228,25.961,27.184,25.937],"script":[10.251,8.94,8.911,9.904,8.832,8.964,9.38,8.33,9.426,8.886,10.134,10.702,9.178,8.397,10.051],"paint":[15.839,16.046,15.837,16.232,16.709,14.637,16.107,16.443,15.62,14.436,15.728,17.383,15.647,18.628,14.627]}},{"framework":"owl-v2.2.6-keyed","benchmark":"04_select1k","values":{"total":[11.301,10.305,12.246,10.278,11.503,10.008,12.251,13.322,11.085,10.636,11.149,10.706,11.816,10.653,11.601,10.855,10.533,10.966,11.815,11.127,11.774,9.983,10.133,10.93,12.716],"script":[8.175,7.972,7.375,7.402,8.979,7.588,8.624,9.214,8.67,8.139,7.873,8.086,8.571,8.553,8.627,7.369,8.247,7.934,7.821,6.9,8.011,7.47,7.042,7.225,9.519],"paint":[2.528,1.391,3.044,1.407,2.333,2.111,2.866,3.342,2.225,2.148,1.898,2.422,2.695,1.911,2.067,2.025,1.486,1.98,2.5,3.553,3.553,1.908,2.96,3.515,2.992]}},{"framework":"owl-v2.2.6-keyed","benchmark":"05_swap1k","values":{"total":[27.449,27.294,28.292,29.303,29.006,27.615,28.972,27.302,28.009,28.957,29.001,27.885,29.349,27.392,29.963],"script":[7.076,8.174,7.328,8.576,7.88,8.061,8.78,7.481,7.11,8.667,7.363,7.255,7.842,7.536,9.274],"paint":[20.127,18.339,19.986,19.843,21,19.436,20.069,18.849,19.797,19.221,21.516,20.512,20.099,19.464,19.828]}},{"framework":"owl-v2.2.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.09,21.096,21.547,21.812,20.47,21.022,20.984,21.312,21.429,20.791,21.616,20.46,21.172,21.253,20.965],"script":[6.335,6.192,6.178,6.752,5.63,5.98,6.281,6.204,6.511,6.127,6.485,5.731,6.603,6.156,6.626],"paint":[14.318,14.55,15.107,14.704,14.4,14.902,14.288,14.621,14.639,14.526,14.766,14.59,14.415,14.247,14.194]}},{"framework":"owl-v2.2.6-keyed","benchmark":"07_create10k","values":{"total":[447.147,450.7,474.111,455.074,456.656,451.031,455.58,451.201,445.997,447.279,447.305,444.873,439.336,439.487,452.098],"script":[75.465,77.869,78.136,77.879,77.159,78.296,76.693,76.538,74.456,74.4,73.384,73.669,73.852,74.27,74.355],"paint":[368.155,369.308,392.374,373.679,375.914,369.308,375.433,371.171,368.062,369.432,370.471,367.783,361.855,361.398,374.275]}},{"framework":"owl-v2.2.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.488,45.706,47.155,48.07,54.158,47.8,49.017,48.606,48.78,47.86,48.062,47.346,47.611,47.361,46.022],"script":[9.642,8.994,9.697,9.468,9.584,9.889,9.695,9.51,9.51,9.434,9.848,9.673,9.626,9.78,8.831],"paint":[37.535,36.428,37.161,38.306,38.508,37.599,39.019,38.796,38.976,38.121,37.351,37.349,37.679,37.25,36.902]}},{"framework":"owl-v2.2.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.024,16.113,16.493,14.592,15.053,15.973,15.3,14.475,15.384,15.655,15.949,15.935,15.273,15.609,16.297],"script":[13.825,13.388,13.249,12.395,12.951,13.964,13.567,12.473,13.323,13.942,14.03,13.629,13.793,13.972,14.977],"paint":[2.14,1.738,3.173,2.147,2.051,1.947,1.671,1.942,1.112,1.656,1.859,1.551,1.423,1.584,1.257]}},{"framework":"owl-v2.2.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7963647842407227]}},{"framework":"owl-v2.2.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.5721569061279297]}},{"framework":"owl-v2.2.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.5441770553588867]}},{"framework":"owl-v2.2.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3646793365478516]}},{"framework":"owl-v2.2.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.052927017211914]}},{"framework":"owl-v2.2.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2259.42]}},{"framework":"owl-v2.2.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.876]}},{"framework":"owl-v2.2.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.65200000000004]}},{"framework":"owl-v2.2.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[216.978515625]}},{"framework":"owl-v2.2.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[78.703125]}},{"framework":"owl-v2.2.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[22.3466796875]}},{"framework":"owl-v2.2.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[138.8]}},{"framework":"owl-v2.2.6-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[138.8]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"01_run1k","values":{"total":[77.958,75.527,75.901,75.561,78.569,74.928,78.715,76.23,77.652,76.105,77.35,74.559,74.648,75.564,76.801],"script":[39.048,37.255,37.668,37.728,39.478,37.454,38.841,38.391,38.856,38.692,37.848,36.718,36.452,37.3,38.83],"paint":[38.361,37.45,37.557,37.29,38.385,36.925,39.253,37.34,38.241,36.896,38.787,37.329,37.635,37.73,37.452]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"02_replace1k","values":{"total":[79.569,79.418,78.194,80.287,77.036,78.228,78.442,77.201,77.085,78.648,77.991,77.887,81.145,76.392,77.248],"script":[41.695,43.251,42.049,41.66,40.987,43.058,43.385,41.887,41.71,43.595,42.023,42.445,42.096,41.993,42.099],"paint":[37.344,35.38,35.6,38.121,35.53,34.661,34.437,34.83,34.869,34.48,35.443,34.677,38.495,33.826,34.647]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.193,20.941,21.714,21.938,23.133,21.342,21.949,21.116,21.42,21.129,23.233,21.157,21.641,21.397,23.152],"script":[3.5,2.56,3.304,3.226,2.778,3.137,3.655,3.364,2.738,3.134,3.755,3.156,3.5,2.987,3.087],"paint":[18.963,17.07,16.826,16.545,17.328,16.168,16.926,16.377,16.861,15.964,17.907,15.882,16.606,16.222,17.317]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"04_select1k","values":{"total":[16.818,19.543,18.373,17.969,18.987,14.007,19.075,14.866,18.843,19.583,18.186,17.739,19.407,17.236,20.156,19.445,17.017,19.539,19.145,19.907,18.828,19.093,20.094,16.216,20.168],"script":[13.507,16.163,14.972,15.233,15.79,11.486,15.682,12.091,15.197,15.576,14.771,14.863,15.419,14.183,16.047,16.244,13.866,16.233,15.945,15.962,15.478,15.688,16.681,13.89,16.239],"paint":[2.055,3.175,1.527,2.154,2.552,2.399,2.789,1.748,3.105,3.342,2.258,2.002,3.414,2.076,2.498,1.972,2.024,3.099,2.359,2.41,3.144,3.216,2.138,2.201,2.539]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"05_swap1k","values":{"total":[83.174,86.085,86.312,83.949,88.43,82.301,81.667,79.612,102.044,86.559,85.107,89.301,81.043,78.434,94.539],"script":[56.46,60.94,62.671,60.035,63.815,57.847,57.753,55.912,72.045,62.541,61.533,64.782,56.56,55.127,65.117],"paint":[24.446,22.892,21.548,22.544,22.56,22.13,21.519,21.781,27.536,22.327,21.4,20.922,22.297,21.955,26.882]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[119.424,127.987,125.213,117.867,125.314,124.858,126.786,124.136,118.277,123.255,123.048,123.683,127.171,120.369,121.605],"script":[46.913,51.683,52.12,43.836,50.59,50.581,51.642,48.843,46.653,46.499,50.041,49.325,51.219,47.092,48.704],"paint":[70.616,74.307,71.784,72.419,72.439,72.202,73.273,73.652,70.121,74.999,71.196,73.389,74.276,72.04,71.493]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"07_create10k","values":{"total":[850.891,842.723,844.354,839.055,810.952,825.391,825.651,852.797,842.897,831.584,844.214,840.546,856.692,832.536,832.646],"script":[400.716,414.623,416.579,404.858,398.37,390.727,394.649,413.488,415.142,401.837,408.196,413.39,413.85,413.439,402.779],"paint":[441.565,420.464,419.878,426.555,404.889,427.04,422.31,430.584,420.137,422.118,428.395,419.435,435.026,411.215,422.111]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[97.004,91.018,97.225,91.529,98.655,90.88,91.955,93.499,98.726,93.378,94.527,93.07,96.104,95.649,96.051],"script":[54.589,47.856,54.18,49.381,53.24,48.697,49.751,51.892,54.474,51.721,51.953,50.79,53.403,52.382,53.823],"paint":[41.061,42.213,41.926,41.07,44.344,41.275,41.134,40.545,42.903,40.651,41.437,40.939,41.672,42.162,41.187]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.421,29.386,29.196,30.034,27.214,27.575,30.053,27.411,30.387,30.167,28.629,29.334,27.971,27.633,28.196],"script":[24.735,27.554,26.982,27.44,25.268,25.691,27.668,25.582,28.265,27.744,26.29,26.667,25.826,26.167,25.983],"paint":[1.236,1.694,2.107,2.464,1.345,1.783,2.283,1.734,2.008,2.121,1.695,2.091,1.537,1.371,1.525]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5459718704223633]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.000400543212891]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.115054130554199]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4342050552368164]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[59.337379455566406]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.4049999999997]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.44]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.16]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.900390625]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.6240234375]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.2314453125]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[67.8]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[67.8]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"01_run1k","values":{"total":[44.109,47.244,44.121,45.912,45.443,43.833,43.675,44.232,44.218,46.966,45.138,43.981,44.533,44.542,45.776],"script":[7.942,7.794,7.657,7.37,7.361,7.526,7.665,7.659,8.615,7.402,7.688,7.352,7.818,7.766,7.819],"paint":[35.692,38.772,36.012,38.018,37.362,35.844,35.588,36.038,35.171,38.823,36.876,35.902,36.205,36.281,37.498]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"02_replace1k","values":{"total":[45.444,43.809,43.505,45.124,45.452,43.162,43.699,44.018,43.449,45.474,46.188,45.773,46.961,45.593,45.783],"script":[10.47,10.277,10.145,10.747,11.104,10.505,10.383,10.433,10.047,10.793,11.642,11.049,11.599,11.247,10.955],"paint":[34.446,33.055,32.931,33.861,33.902,32.208,32.893,33.146,32.948,34.202,33.863,34.181,34.671,33.635,34.333]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.828,22.275,23.286,21.918,22.39,22.354,22.155,23.478,22.483,22.57,22.02,21.924,22.451,22.75,22.137],"script":[2.373,2.373,2.619,2.455,2.495,2.26,2.34,2.677,1.758,2.828,2.202,1.837,2.48,2.593,2.134],"paint":[17.296,17.565,19.123,17.293,18.226,18.522,18.451,18.994,19.134,18.383,18.218,19.38,18.287,18.686,18.561]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"04_select1k","values":{"total":[5.138,4.655,4.329,3.764,3.435,3.717,3.11,3.57,2.915,4.711,4.788,3.455,5.139,3.468,4.027,3.669,3.746,3.998,4.631,4.327,3.853,5.442,3.764,3.364,3.762],"script":[1.2,1.332,1.397,1.145,1.188,0.602,0.706,1.227,0.962,0.255,0.265,1.449,1.755,0.939,0.953,0.686,1.684,1.263,1.268,1.412,1.227,0.95,0.25,1.594,1.093],"paint":[3.705,2.627,1.795,2.095,1.127,2.677,1.972,2.244,1.115,4.181,4.11,1.171,2.792,1.429,2.371,1.972,1.965,1.917,3.118,1.883,2.526,2.762,3.113,1.654,2.32]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"05_swap1k","values":{"total":[22.564,23.075,23.683,22.775,22.132,22.89,23.25,21.598,23.466,22.113,22.379,23.378,22.126,22.593,22.884],"script":[1.787,1.852,1.492,1.843,1.337,2.168,1.967,1.544,1.897,1.315,1.789,1.581,1.272,1.445,1.585],"paint":[19.159,19.495,19.971,18.505,18.659,18.369,19.136,17.957,19.392,19.107,18.905,19.977,19.784,19.681,19.325]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.625,17.742,17,17.723,17.142,16.555,18.392,17.135,17.043,16.84,17.089,16.382,16.924,17.339,16.935],"script":[0.517,0.5,0.493,0.548,0.575,0.463,0.556,0.518,0.505,0.365,0.489,0.478,0.361,0.52,0.385],"paint":[17.094,15.765,15.758,16.216,15.486,15.071,16.351,15.862,15.504,15.315,15.91,15.198,15.383,16.035,15.858]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"07_create10k","values":{"total":[465.138,464.708,458.422,470.779,466.884,468.691,468.366,464.141,469.96,467.71,466.996,469.543,466.074,463.272,470.169],"script":[88.099,88.921,88.35,91.194,91.118,91.759,92.736,88.429,93.093,93.03,89.853,92.238,91.405,91.243,92.31],"paint":[369.704,368.324,362.762,372.057,368.332,368.704,368.134,368.239,368.366,366.926,369.59,369.604,365.852,364.655,370.379]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.92,46.62,46.347,44.58,46.7,45.481,44.91,45.441,46.645,44.791,46.944,45.387,45.232,44.705,48.056],"script":[6.827,7.676,7.547,6.337,7.66,6.779,6.503,6.457,6.774,6.638,6.624,6.648,6.764,6.718,6.869],"paint":[37.175,38.003,37.885,37.403,38.105,37.82,37.524,38.071,39.052,37.347,39.051,37.914,37.67,37.175,40.27]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.704,15.353,15.351,14.86,16.524,16.091,15.089,15.713,15.584,15.429,15.519,15.692,15.62,16.041,15.137],"script":[13.498,13.074,13.178,13.391,13.829,13.788,12.776,13.249,13.216,13.188,13.431,13.743,13.646,14.132,12.985],"paint":[2.09,1.98,1.555,0.396,1.823,1.791,1.059,1.269,1.851,1.569,1.088,1.207,1.852,1.833,2.067]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5080652236938477]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.242671012878418]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.325132369995117]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0162639617919922]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.671740531921387]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3249999999998]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[6.627999999999998]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[126.13599999999995]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.564453125]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[13.2890625]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.1806640625]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[70.4]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[70.4]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"01_run1k","values":{"total":[47.811,44.721,44.639,45.15,44.59,43.681,45.469,45.655,44.32,44.633,44.21,44.301,44.737,44.685,47.236],"script":[11.331,8.7,8.881,9.103,8.838,8.632,9.081,9.558,9.141,8.686,8.834,8.697,8.707,9.064,8.857],"paint":[35.98,35.445,35.309,35.35,35.298,34.617,35.919,35.651,34.677,35.495,34.905,35.14,35.568,35.129,37.868]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"02_replace1k","values":{"total":[50.63,51.817,52.273,51.403,52.424,51.897,52.547,51.905,51.991,51.317,54.937,52.043,52.677,51.731,52.064],"script":[17.74,18.345,17.84,17.865,18.417,17.494,18.105,17.819,18.172,17.616,17.577,18.222,18.622,17.79,18.195],"paint":[32.462,33.015,33.654,33.06,33.558,33.654,33.941,33.66,33.316,33.244,36.683,33.378,33.596,33.489,33.429]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.036,24.302,24.697,23.263,23.36,23.584,23.405,23.033,23.956,22.76,22.759,22.75,22.874,23.344,22.838],"script":[6.234,5.71,6.037,4.914,5.299,5.731,6.133,5.723,6.163,5.574,5.148,6.215,5.96,5.973,5.858],"paint":[15.392,15.503,16.298,16.955,16.097,15.249,15.051,14.997,16.602,14.917,15.668,14.729,14.849,15.482,15.896]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"04_select1k","values":{"total":[7.785,7.203,5.79,7.127,6.009,6.99,6.72,6.639,7.436,7.06,5.884,5.88,6.552,6.131,6.287,5.785,6.461,7.534,6.332,5.835,5.509,5.909,6.543,5.528,5.994],"script":[3.787,3.852,2.365,3.688,2.812,3.236,3.257,3.721,3.982,3.313,3.298,3.089,3.331,2.856,3.728,3.183,2.897,3.687,3.196,3.164,2.855,3.033,3.243,2.905,3.458],"paint":[2.883,2.071,3.222,2.424,2.98,2.512,2.163,2.046,2.372,2.779,1.511,1.887,2.162,1.936,1.508,1.596,2.289,3.526,2.202,2.488,2.528,2.179,2.158,1.618,1.666]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"05_swap1k","values":{"total":[26.846,26.123,24.671,25.437,25.186,25.021,25.748,24.834,25.156,24.785,25.013,25.975,25.856,25.473,24.59],"script":[3.646,4.357,3.946,3.82,3.061,2.756,3.765,3.808,3.688,3.179,3.711,3.468,3.7,4.115,2.897],"paint":[21.454,19.505,18.346,20.642,20.345,20.084,20.222,18.559,19.52,19.628,19.595,20.265,19.703,19.998,18.742]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.65,21.833,21.76,21.354,23.094,22.165,20.938,22.374,21.981,21.548,21.519,21.62,21.08,22.14,21.514],"script":[4.806,4.453,4.459,4.595,4.965,4.89,4.324,4.681,4.342,4.582,4.729,4.403,4.31,4.779,4.756],"paint":[16.429,16.604,16.049,15.458,16.852,16.405,15.84,16.239,16.855,16.134,16.018,15.769,15.998,16.29,15.302]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"07_create10k","values":{"total":[492,480.596,488.34,479.81,479.549,483.171,476.552,485.783,491.833,485.049,480.746,479.328,479.788,484.588,487.225],"script":[110.701,108.037,109.942,108.573,108.867,110.612,109.043,108.58,109.49,106.971,105.8,105.707,106.21,108.209,110.74],"paint":[373.621,364.732,370.413,363.502,362.91,364.86,359.837,369.515,374.548,370.315,366.738,365.754,366.059,368.268,368.782]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.528,49.932,49.834,51.558,50.467,50.99,51.645,50.449,51.786,51.037,52.105,51.011,51.805,50.748,51.554],"script":[12.789,11.294,11.886,12.423,11.715,11.925,12.392,11.863,12.5,11.98,12.921,11.724,12.24,11.646,12.848],"paint":[37.74,37.682,37.032,38.223,37.769,38.131,38.248,37.606,38.307,38.12,38.234,37.99,38.36,37.82,37.698]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.061,19.454,20.134,19.152,17.988,20.082,19.434,18.629,18.099,20.271,18.17,19.166,19.529,17.505,19.233],"script":[17.892,17.084,17.395,17.246,16.367,17.909,17.021,16.792,15.836,17.247,16.235,16.967,17.781,15.811,17.115],"paint":[2.047,1.274,2.617,1.78,0.78,1.308,1.43,1.723,2.159,2.162,1.809,1.754,1.1,1.259,2.015]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5297479629516602]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.275351524353027]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.34620475769043]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6964740753173828]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[37.33017826080322]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1875.9950000000001]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.271999999999997]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.10400000000004]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.73046875]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.4560546875]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.5791015625]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[65]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"01_run1k","values":{"total":[46.078,44.618,45.227,46.865,47.143,44.797,43.667,44.916,45.507,44.771,45.847,46.514,45.731,46.036,45.493],"script":[9.637,9.036,9.813,9.809,9.903,8.8,8.945,8.821,9.732,9.282,9.182,9.774,9.845,9.81,8.738],"paint":[35.689,35.12,34.91,36.359,36.738,35.258,34.245,35.617,35.289,35.062,36.229,36.023,35.137,35.69,36.284]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"02_replace1k","values":{"total":[52.69,50.18,51.969,49.366,50.035,51.915,49.791,51.102,50.471,51.096,49.534,50.563,49.968,49.796,50.375],"script":[15.932,16.194,15.872,15.884,15.931,15.769,16.526,16.184,16.089,16.552,16.134,17.101,16.008,15.845,16.333],"paint":[36.24,33.511,35.536,33.032,33.339,35.46,32.829,34.46,33.957,33.833,32.959,33.023,33.472,33.267,33.598]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.032,31.19,31.666,31.789,31.334,32.233,31.882,33.361,32.511,31.181,31.953,32.689,32.079,31.433,32.638],"script":[13.097,13.538,14.332,14.094,13.849,14.047,13.734,14.585,14.39,13.76,14.39,14.202,13.878,13.502,13.854],"paint":[16.652,15.351,15.072,15.924,15.147,16.293,16.513,16.261,16.369,15.495,15.916,16.833,16.683,16.251,16.758]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"04_select1k","values":{"total":[15.925,16.86,15.765,16.297,15.71,16.366,16.504,15.5,16.137,14.997,15.353,15.783,15.455,15.576,16.352,14.578,14.813,15.459,15.861,17.7,16.391,15.414,16.53,17.008,16.166],"script":[11.529,12.87,12.392,12.444,11.762,12.4,12.706,12.307,12.121,11.761,11.909,12.31,11.916,11.57,12.76,11.852,11.414,12.055,11.581,13.166,13.035,12.746,12.151,12.262,12.515],"paint":[3.034,2.438,2.41,2.605,2.787,2.949,2.039,2.286,3.34,1.931,2.447,2.451,2.355,2.154,2.351,1.539,1.917,2.245,2.648,3.508,2.352,1.359,2.467,3.342,2.415]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"05_swap1k","values":{"total":[34.371,34.241,33.52,35.71,34.895,34.185,33.988,34.965,33.166,34.776,35.323,34.981,34.336,33.452,33.753],"script":[12.281,11.21,11.624,12.326,12.905,11.789,12.101,12.301,11.937,12.688,12.207,12.283,12.007,12.895,12.248],"paint":[20.297,21.559,19.738,21.469,19.821,20.262,19.914,21.185,19.333,19.302,21.282,20.647,19.905,19.444,19.712]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.346,23.555,25.387,24.593,23.966,24.794,24.447,22.484,23.394,24.32,24.348,24.645,25.1,22.904,24.389],"script":[6.091,6.13,6.094,7.11,6.165,6.219,6.136,5.867,6.087,5.987,6.224,6.656,6.195,5.976,6.538],"paint":[16.376,16.193,17.31,16.248,16.469,17.694,16.963,15.867,16.174,17.38,17.283,16.472,17.546,15.759,16.063]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"07_create10k","values":{"total":[486.605,482.146,485.292,486.31,481.799,483.076,474.697,471.695,484.565,480.885,481.405,483.188,480.811,483.102,482.532],"script":[106.486,106.522,106.992,108.723,107.005,106.893,105.264,104.514,109.169,106.846,106.25,108.017,107.048,106.999,105.315],"paint":[372.055,368.06,370.774,369.345,366.928,368.503,361.708,359.628,367.639,365.826,366.838,366.648,366.292,368.211,369.344]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.088,49.703,51.604,51.238,50.382,50.448,50.19,50.814,50.378,50.204,50.286,51.609,52.575,50.879,50.692],"script":[11.865,11.393,11.875,11.373,11.62,11.529,11.955,11.615,11.752,11.193,11.873,11.44,11.841,11.727,11.592],"paint":[37.37,37.436,38.79,38.243,37.831,37.598,37.33,38.246,37.766,38.084,37.558,39.232,39.485,38.173,37.812]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.746,20.626,17.329,20.967,19.538,20.192,20.493,20.082,17.466,20.837,17.395,19.027,17.966,19.731,20.085],"script":[15.827,17.966,15.844,18.436,17.138,18.052,18.416,17.397,14.909,18.977,15.596,17.625,16.05,17.152,17.993],"paint":[1.817,2.206,1.393,2.402,2.299,2.013,1.973,2.236,1.959,1.131,1.186,1.278,1.038,1.695,1.977]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5291366577148438]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.980889320373535]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.121655464172363]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6992988586425781]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.5417423248291]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.6200000000001]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.056]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.6]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[152.349609375]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.0751953125]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.4697265625]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[59.7]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[59.7]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"01_run1k","values":{"total":[46.436,49.29,46.858,51.191,48.471,49.339,47.663,47.67,48.811,49.915,51.168,47.559,47.634,46.797,47.748],"script":[10.822,12.744,10.931,12.939,11.228,10.848,11.632,11.163,12.655,11.215,11.727,11.144,11.88,11.592,11.068],"paint":[35.152,35.834,35.206,37.747,36.423,38.012,35.535,36.059,35.653,38.244,38.705,35.899,35.185,34.701,36.207]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"02_replace1k","values":{"total":[51.089,52.044,51.891,51.789,50.965,51.575,53.937,50.713,52.51,51.96,50.866,51.865,52.256,52.091,51.248],"script":[17.518,17.671,18.297,17.944,17.076,17.432,18.035,17.673,17.877,17.637,17.414,17.021,17.591,18.306,17.52],"paint":[33.093,33.65,33.117,33.346,33.14,33.325,35.225,32.589,34.053,33.532,32.642,34.328,33.902,33.355,33.269]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.401,17.905,18.398,19.356,18.362,18.236,18.882,17.839,19.236,18.614,18.939,18.358,17.316,18.817,18.617],"script":[1.809,0.994,1.37,1.447,0.937,1.165,0.927,1.223,1.682,0.984,0.592,1.093,1.022,0.967,1.193],"paint":[15.478,15.134,16.015,16.077,16.087,15.316,16.942,14.867,15.708,16.296,16.458,14.485,14.671,15.173,14.814]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"04_select1k","values":{"total":[17.983,17.279,18.104,18.453,18.056,17.888,18.741,16.77,18.946,17.599,17.469,17.758,17.031,18.373,15.797,17.499,17.073,17.559,16.851,16.576,18.715,17.596,17.861,16.763,17.475],"script":[14.075,13.598,14.939,14.601,14.083,14.461,14.557,13.651,14.304,13.279,13.623,14.223,14.016,14.163,12.586,14.071,13.265,14.272,13.602,13.592,14.455,14.238,13.665,12.727,14.267],"paint":[2.663,2.366,1.535,1.972,3.001,2.793,2.885,2.162,3.374,2.158,2.969,2.316,2.416,2.909,2.586,2.434,2.031,2.288,1.963,1.668,3.187,2.134,2.243,2.771,2.515]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"05_swap1k","values":{"total":[37.096,35.983,36.493,36.135,34.051,36.492,34.601,35.606,35.449,37.67,35.736,35.885,34.651,34.876,35.296],"script":[15.299,13.461,14.804,12.939,12.698,13.774,12.849,13.422,13.37,14.863,13.382,13.802,12.715,12.153,13.714],"paint":[20.078,20.781,19.806,20.697,20.301,20.881,20.161,20.09,20.577,20.871,19.534,20.151,20.731,21.033,18.729]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.426,24.628,24.38,23.441,24.729,24.63,23.945,23.664,25.113,24.05,23.393,24.381,24.722,23.986,24.099],"script":[7.284,7.385,7.159,6.461,6.843,6.887,6.737,6.482,6.919,6.902,6.474,7.121,6.8,7.219,6.908],"paint":[16.659,16.209,16.225,15.798,16.307,16.891,15.377,16.192,16.852,15.974,15.844,16.407,16.964,15.899,16.198]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"07_create10k","values":{"total":[496.178,487.166,493.945,487.109,486.134,492.98,488.454,489.081,495.859,488.724,486.06,483.095,491.888,489.124,483.942],"script":[114.573,114.161,115.06,113.559,112.665,114.84,114.85,112.678,112.927,111.731,112.252,112.507,113.37,112.657,111.553],"paint":[373.874,365.597,371.412,366.125,365.914,370.651,366.073,368.984,375.44,369.36,366.071,362.253,370.736,369.195,364.541]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.262,52.629,54.459,52.44,53.153,52.97,51.925,51.928,51.536,52.796,50.949,52.038,52.875,51.848,53.957],"script":[13.822,13.416,13.548,13.368,13.779,12.999,13.435,13.348,13.505,13.213,13.124,12.904,13.448,13.41,13.002],"paint":[38.522,38.191,39.869,37.779,38.397,39.108,37.489,37.621,37.073,38.568,36.922,37.762,38.075,37.46,39.727]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.633,20.898,19.998,22.041,21.761,21.192,21.157,21.993,21.933,22.07,20.2,20.031,22.422,22.239,21.213],"script":[19.395,18.439,18.013,19.876,19.329,19.32,19.029,19.47,19.937,20.428,18.974,18.081,20.467,19.42,19.083],"paint":[1.696,2.3,1.876,2.042,0.917,1.767,1.995,1.934,1.074,1.525,0.475,1.844,1.81,1.884,1.865]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5688362121582031]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.406492233276367]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.3429107666015625]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7838544845581055]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.6489782333374]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.375]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.271999999999998]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.384]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.1298828125]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.85546875]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.26953125]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[80.5]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[80.5]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"01_run1k","values":{"total":[50.918,52.3,67.95,51.467,64.311,52.455,53.437,51.571,54.109,51.628,52.708,51.408,53.022,54.673,51.879],"script":[18.588,19.312,19.773,18.45,19.066,19.268,19.217,18.546,19.821,18.608,19.637,18.312,19.161,19.234,19.661],"paint":[32.181,32.82,35.022,32.859,32.942,32.93,34.057,32.864,34.127,32.847,32.904,32.923,33.709,35.228,32.048]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"02_replace1k","values":{"total":[60.463,61.423,61.464,62.55,59.919,63.168,60.627,60.024,62.182,61.193,61.957,64.171,63.23,62.54,61.76],"script":[27.48,28.197,28.302,28.623,27.569,28.006,27.582,27.56,28.649,28.004,27.87,28.135,28.307,28.467,28.906],"paint":[32.804,33.029,32.986,33.586,32.175,34.866,32.876,32.147,33.215,33.011,33.786,35.844,34.729,33.702,32.67]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"03_update10th1k_x16","values":{"total":[56.613,25.091,22.107,58.854,58.399,56.879,22.42,59.482,57.731,22.263,26.111,58.924,57.448,22.574,57.852],"script":[3.582,2.846,3.598,3.839,3.703,4.237,3.954,2.397,3.171,3.464,3.701,3.46,3.859,2.738,3.419],"paint":[17.464,18.182,18.286,16.744,16.952,17.106,17.336,18.467,17.857,18.587,17.294,18.82,18.166,17.713,17.86]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"04_select1k","values":{"total":[13.615,7.987,15.615,12.988,14.813,13.897,9.435,7.142,14.58,14.651,10.894,9.523,7.961,6.724,17.656,11.683,10.445,8.042,7.182,10.933,12.957,7.322,20.644,12.061,15.584],"script":[2.157,2.284,2.574,1.506,1.918,2.407,1.665,1.953,2.313,2.093,1.769,1.416,2.903,1.85,1.902,2.479,1.726,2.522,2.238,1.572,1.361,2.236,2.876,2.359,1.546],"paint":[3.872,4.166,4.612,3.756,4.071,3.924,3.698,3.311,4.605,4.275,5.182,3.746,3.677,4.611,5.932,3.926,3.919,3.991,4.628,3.919,4.122,3.568,3.372,4.514,5.236]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"05_swap1k","values":{"total":[31.991,66.501,33.312,32.76,32.033,31.619,27.673,31.811,31.987,32.785,68.546,32.019,66.448,69.654,35.087],"script":[8.734,7.018,9,8.073,7.616,8.151,7.717,8.657,7.852,9.043,7.341,8.349,8.513,7.058,9.598],"paint":[21.835,23.293,22.927,22.335,22.966,21.894,19.837,22.277,21.512,21.757,22.207,23.212,21.079,22.2,22.081]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.554,25.035,24.211,22.378,21.752,24.128,24.455,25.184,24.932,24.336,24.81,21.068,24.682,25.489,25.828],"script":[4.939,5.317,5.34,4.64,4.832,5.674,5.21,4.973,5.025,5.71,5.065,4.876,5.316,5.181,5.027],"paint":[17.057,17.039,17.769,16.284,15.6,16.876,17.871,18.39,17.668,17.208,17.696,15.419,17.204,18.026,19.128]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"07_create10k","values":{"total":[572.401,576.773,573.818,581.871,578.166,568.175,570.615,570.354,577.243,564.689,566.29,572.234,573.585,575.425,571.885],"script":[202.679,203.692,199.574,198.942,202.81,197.714,198.808,196.967,199.939,198.823,200.569,198.986,198.338,200.09,197.106],"paint":[365.463,368.342,369.854,378.503,371.018,365.904,367.487,369.083,372.959,361.406,361.481,368.876,370.95,370.992,370.307]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[62.235,62.259,62.596,62.59,64.16,63.785,63.027,61.679,108.884,62.393,62.149,62.316,63.16,64.279,63.813],"script":[23.602,23.082,23.569,23.933,24.03,23.623,23.285,22.802,23.687,23.412,22.958,23.274,23.436,23.374,23.913],"paint":[37.644,38.232,38.003,37.652,39.133,38.03,38.762,37.904,38.238,37.782,38.096,38.056,38.793,38.662,38.905]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.669,28.148,26.806,27.3,24.593,28.083,26.955,27.694,26.292,26.207,27.736,27.386,28.37,27.76,27.618],"script":[21.658,22.185,21.158,22.234,22.598,22.511,21.799,22.402,21.546,21.535,22.814,22.694,23.136,22.923,23.352],"paint":[3.158,2.89,3.53,3.663,1.913,4.023,3.97,4.359,3.895,3.999,3.479,3.653,4.274,4.561,3.686]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4406766891479492]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.599162101745605]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.690350532531738]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[7.441575050354004]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[74.07201194763184]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.467]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.704]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[146.71200000000002]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[143.8984375]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[57.345703125]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.8251953125]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.3]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[54.3]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"01_run1k","values":{"total":[57.935,58.703,59.53,58.116,57.426,58.067,58.654,58.601,59.116,60.714,58.24,58.493,58.994,58.896,59.683],"script":[22.574,22.61,23.242,23.086,21.951,23.27,23.315,23.368,23.028,23.308,22.467,23.646,23.002,23.447,23.916],"paint":[34.667,35.376,35.607,34.618,34.993,34.323,34.822,34.77,35.671,36.896,35.025,34.417,35.506,34.746,35.043]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"02_replace1k","values":{"total":[62.924,64.879,64.947,64.714,64.544,63.579,63.824,63.851,63.043,65.534,63.461,64.034,63.823,65.503,63.391],"script":[29.496,31.71,30.913,30.814,30.507,30.658,30.146,29.814,29.772,31.76,29.65,30.413,30.594,29.208,29.685],"paint":[32.96,32.424,33.235,33.138,33.326,32.495,33.219,33.261,32.808,33.282,33.296,32.897,32.739,35.804,33.213]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.642,20.773,21.297,21.705,21.253,21.172,21.462,20.238,20.977,20.846,21.029,21.514,20.528,20.997,21.45],"script":[4.093,4.011,4.073,3.68,4.211,3.932,3.951,3.38,3.744,3.597,3.253,3.775,3.56,3.642,3.631],"paint":[16.023,15.488,15.873,15.469,15.039,14.741,15.55,16.19,16.269,15.881,15.113,15.852,15.651,15.056,15.567]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"04_select1k","values":{"total":[8.353,10.018,8.185,9.193,7.302,9.083,8.068,8.664,9.929,9.008,8.861,9.161,8.197,10.02,9.104,9.467,9.53,8.61,7.979,9.564,8.868,9.748,7.517,9.437,8.338],"script":[5.211,6.372,5.538,5.47,4.285,5.538,5.529,5.326,5.317,5.878,5.813,5.824,5.125,5.546,6.065,5.596,5.489,6.043,4.821,5.818,5.48,6.135,4.663,5.895,5.533],"paint":[1.946,2.197,1.679,2.782,1.222,2.59,1.716,2.438,3.899,2.273,2.846,2.553,2.15,3.395,1.927,2.679,2.39,1.723,2.283,3.065,2.171,2.205,2.359,2.587,2.282]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"05_swap1k","values":{"total":[164.34,172.022,165.77,167.432,168.368,171.426,168.914,168.879,163.685,170.365,169.815,169.107,170.818,162.65,167.721],"script":[26.474,27.088,27.621,26.749,27.119,27.721,26.528,26.177,25.631,26.632,23.873,27.187,27.923,26.58,24.147],"paint":[135.761,142.078,136.496,138.544,139.152,140.881,140.437,140.444,136.012,141.735,143.551,138.308,140.811,134.089,141.239]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.271,22.223,22.044,22.676,22.991,23.518,23.615,22.69,23.22,22.841,23.344,23.434,22.887,23.818,22.511],"script":[5.431,4.942,4.859,5.521,5.201,5.602,5.23,5.433,5.628,5.286,5.05,5.355,5.142,5.548,5.43],"paint":[16.419,16.266,16.214,15.976,16.381,16.592,16.393,15.73,16.489,16.216,16.557,16.554,16.841,16.916,16.248]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"07_create10k","values":{"total":[613.134,597.577,603.818,590.573,602.606,612.333,608.044,606.715,589.775,609.253,600.914,602.492,610.094,598.478,597.669],"script":[216.933,209.416,210.643,206.993,210.586,215.782,210.897,212.726,209.731,212.817,210.327,211.517,208.3,209.727,209.117],"paint":[387.58,380.506,385.71,376.125,384.493,388.769,389.467,386.387,372.74,389.009,383.039,383.431,394.042,381.015,380.921]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.945,59.148,58.762,58.232,59.693,59.714,61.501,59.344,59.333,58.836,60.082,58.857,59.636,57.911,60.42],"script":[20.155,20.974,20.149,20.169,20.609,20.369,21.414,20.314,20.506,20.458,21.41,20.215,20.53,20.008,21.634],"paint":[37.514,37.187,37.655,37.192,38.086,38.079,38.862,38.062,37.895,37.408,37.353,37.543,38.155,36.958,37.783]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.767,32.174,31.121,33.805,30.839,31.799,32.808,31.427,33.122,34.412,33.373,33.58,33.721,32.342,30.423],"script":[30.081,29.753,29.248,31.616,28.199,29.524,30.399,28.571,30.775,32.406,30.615,31.143,30.644,30.076,28.775],"paint":[1.087,1.525,1.743,2.059,2.526,2.146,2.208,1.87,2.22,1.15,2.593,2.272,2.914,1.502,1.23]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0981407165527344]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.949716567993164]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.996423721313477]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.39849853515625]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[75.12145805358887]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.9480000000003]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.751999999999999]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.98000000000005]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[362.4169921875]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[224.140625]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.7353515625]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[328]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[328]}},{"framework":"rax-v0.6.7-keyed","benchmark":"01_run1k","values":{"total":[48.612,49.371,51.425,50.534,50.097,51.391,49.903,51.23,51.311,53.593,49.215,50.965,51.313,50.318,50.597],"script":[13.72,13.786,15.336,14.298,14.159,14.518,13.926,15.118,13.819,15.312,13.715,14.399,15.118,14.733,14.072],"paint":[34.401,35.103,35.364,35.759,35.476,36.423,35.51,35.712,36.759,37.535,35.035,36.107,35.777,35.166,36.101]}},{"framework":"rax-v0.6.7-keyed","benchmark":"02_replace1k","values":{"total":[56.482,56.52,55.879,56.521,57.555,56.802,56.08,55.504,57.643,57.106,56.622,57.701,57.585,57.674,56.399],"script":[20.554,21.559,20.741,20.713,21.582,20.961,20.637,21.203,21.421,21.475,21.181,21.548,21.625,20.739,20.788],"paint":[35.171,34.501,34.639,35.307,35.495,35.172,34.789,33.836,35.462,35.151,34.964,35.404,35.527,36.39,35.132]}},{"framework":"rax-v0.6.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.348,29.953,27.325,28.726,29.645,29.018,31.081,32.109,28.911,28.769,28.027,29.903,27.946,28.996,29.421],"script":[10.513,11.566,10.22,11.117,11.499,11.639,11.138,11.282,10.996,11.216,10.577,11.35,10.595,11.081,11.343],"paint":[16.08,15.364,15.456,14.893,16.028,15.519,16.176,17.554,15.752,15.298,15.884,16.746,15.846,15.929,16.656]}},{"framework":"rax-v0.6.7-keyed","benchmark":"04_select1k","values":{"total":[10.563,11.128,10.423,9.905,10.437,11.145,10.925,11.366,11.12,11.232,10.18,9.983,10.942,10.296,11.691,10.703,10.999,11.721,10.912,11.645,10.549,10.708,10.897,11.481,10.264],"script":[7.204,8.047,6.859,7.23,7.071,7.592,7.62,8.024,7.171,7.885,7.069,6.809,7.753,7.495,7.952,7.637,7.835,7.747,7.679,7.777,7.384,7.591,8.505,8.413,7.124],"paint":[1.612,2.421,2.982,1.663,1.695,2.575,2.156,2.419,2.304,3.156,2.474,3.011,2.296,2.155,2.896,1.96,1.93,3.345,2.151,2.312,2.166,2.461,1.518,2.175,2.435]}},{"framework":"rax-v0.6.7-keyed","benchmark":"05_swap1k","values":{"total":[167.145,173.688,162.854,162.131,168.711,165.525,164.273,162.063,161.001,169.308,162.25,172.12,165.322,163.068,167.357],"script":[22.02,21.82,22.202,22.207,22.764,21.561,21.803,21.728,22.702,21.941,21.043,22.774,23.067,22.035,21.296],"paint":[143.45,149.067,138.165,137.993,143.176,141.245,140.602,137.208,136.058,145.591,139.507,146.828,140.279,138.224,144.022]}},{"framework":"rax-v0.6.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.026,20.527,20.924,22.107,20.364,21.663,21.201,20.849,20.708,20.775,20.806,20.863,21.112,21.137,21.128],"script":[3.75,3.744,3.721,3.836,3.604,4.013,3.475,3.776,3.502,4.053,3.892,3.652,3.767,3.939,3.663],"paint":[15.98,15.976,16.355,16.97,16.022,16.486,16.598,15.923,16.416,15.587,15.951,16.053,16.508,16.057,16.662]}},{"framework":"rax-v0.6.7-keyed","benchmark":"07_create10k","values":{"total":[602.733,603.274,600.494,609.689,602.781,603.626,607.113,606.306,595.696,617.729,597.466,618.671,607.529,620.172,601.538],"script":[211.313,210.084,208.237,211.876,208.34,208.714,208.209,211.922,208.288,213.505,207.948,215.368,214.205,218.752,206.686],"paint":[382.91,385.522,384.339,389.739,386.633,387.464,391.419,386.95,379.973,396.382,382.109,395.46,385.533,393.945,387.5]}},{"framework":"rax-v0.6.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.511,56.557,57.496,55.956,56.36,53.853,56.499,55.071,57.435,55.407,56.625,56.312,56.524,55.652,56.308],"script":[16.826,16.996,17.115,17.066,16.886,16.212,17.433,16.551,17.64,17.227,17.311,17.424,17.268,16.432,16.946],"paint":[37.772,38.64,39.04,37.931,38.482,36.757,37.645,37.637,38.835,36.894,38.374,37.927,38.23,37.974,38.383]}},{"framework":"rax-v0.6.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[29.293,27.226,27.696,26.733,27.713,28.101,25.512,26.269,27.412,26.858,28.581,28.435,28.792,27.602,24.126],"script":[27.063,24.471,25.134,23.92,25.524,26.073,22.873,24.013,24.755,24.734,25.742,25.557,26.562,25.329,21.719],"paint":[0.824,2.629,2.441,2.702,2.032,1.651,1.365,1.974,2.533,2.002,2.728,2.719,2.091,1.17,2.305]}},{"framework":"rax-v0.6.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6850662231445312]}},{"framework":"rax-v0.6.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.139548301696777]}},{"framework":"rax-v0.6.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.287823677062988]}},{"framework":"rax-v0.6.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1486968994140625]}},{"framework":"rax-v0.6.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[42.62167549133301]}},{"framework":"rax-v0.6.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.21]}},{"framework":"rax-v0.6.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.732000000000001]}},{"framework":"rax-v0.6.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.71999999999997]}},{"framework":"rax-v0.6.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[202.2998046875]}},{"framework":"rax-v0.6.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[64.025390625]}},{"framework":"rax-v0.6.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[12.8125]}},{"framework":"rax-v0.6.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[118.4]}},{"framework":"rax-v0.6.7-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[118.4]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[45.538,46.08,46.78,48.167,46.275,47.804,46.627,47.768,46.006,46.447,46.066,45.488,47.361,46.877,47.148],"script":[10.407,10.378,11.066,11.333,10.803,11.25,10.59,11.738,11.234,11.227,10.777,10.551,11.188,11.467,11.461],"paint":[34.691,35.187,34.999,36.433,34.983,36.023,35.362,35.314,34.322,34.755,34.832,34.479,35.682,34.915,35.261]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[48.154,47.163,47.525,47.038,46.161,47.459,46.647,46.581,47.315,47.51,48.024,46.484,45.969,48.018,47.281],"script":[13.687,13.008,13.911,13.514,13.037,13.012,12.944,13.085,13.674,13.612,13.994,12.903,13.188,13.725,13.505],"paint":[33.784,33.679,33.031,33.119,32.701,33.695,32.991,33.003,33.215,33.2,33.572,33.129,32.299,33.834,33.031]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.336,22.462,24.58,26.239,25.293,22.939,23.521,24.707,23.799,23.437,24.149,23.565,24.502,23.682,24.73],"script":[5.606,5.342,5.287,6.211,7.551,5.395,6.027,6.148,4.985,5.647,5.043,6.313,6.309,6.1,5.656],"paint":[16.45,14.962,17.657,18.566,15.929,15.983,15.296,15.354,15.984,15.837,17.464,15.695,15.453,16.483,16.279]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[6.252,5.95,5.406,5.71,5.803,6.296,5.114,5.893,5.09,5.597,6.405,5.835,6.112,5.45,5.239,6.288,5.276,5.727,5.839,6.561,6.1,4.666,6.236,5.484,5.558],"script":[2.758,2.581,2.867,2.018,2.502,2.793,2.606,2.796,2.373,2.424,3.462,1.985,2.465,2.51,2.162,2.6,2.461,2.295,2.218,3.083,2.32,2.712,3.252,2.706,2.468],"paint":[2.211,3.164,2.371,3.046,2.299,2.531,1.599,2.949,1.56,1.936,2.788,2.63,3.023,1.959,2.909,2.766,1.634,3.232,2.001,2.442,2.737,1.151,1.86,1.873,1.745]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[161.893,164.269,165.507,162.53,159.396,162.775,169.443,161.443,165.226,164.438,166.013,162.084,165.288,164.603,165.97],"script":[21.994,22.265,23.276,23.567,22.085,23.333,23.733,23.027,22.519,21.898,22.37,23.517,23.276,23.976,23.324],"paint":[138.209,140.257,140.586,137.117,134.75,136.645,143.45,136.001,140.261,141.132,141.418,136.651,139.987,138.541,139.808]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.4,19.76,18.41,18.881,19.807,18.925,18.765,19.796,19.816,18.933,18.9,19.499,19.268,18.872,19.014],"script":[1.917,2.072,1.7,1.798,2.051,1.74,1.703,1.566,1.92,1.83,1.734,1.719,1.521,1.894,2.025],"paint":[17.089,16.837,15.63,16.012,16.139,16.375,16.154,17.283,16.176,16.032,15.848,16.336,16.724,16.08,15.856]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[639.987,633.787,631.852,630.977,636.769,632.399,635.443,625.943,605.829,623.052,629.882,628.143,632.783,626.636,635.162],"script":[246.315,246.39,244.512,244.98,249.204,241.289,239.224,246.146,241.382,239.939,241.909,244.597,245.311,242.876,248.346],"paint":[385.882,379.791,379.742,378.429,380.017,383.343,388.558,372.232,356.733,375.544,380.442,375.962,379.948,376.208,379.322]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.907,49.579,50.398,48.822,49.406,49.24,50.772,49.154,49.255,49.151,48.646,50.176,50.879,49.514,48.088],"script":[10.605,10.662,11.471,11.166,10.927,10.266,10.978,10.511,10.874,9.789,10.563,10.966,11.017,10.537,10.125],"paint":[36.465,38.012,37.907,36.707,37.465,38.067,38.822,37.791,37.418,38.417,37.144,37.955,38.6,37.756,37.144]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.313,15.227,15.655,15.554,15.911,16.193,15.13,15.472,15.261,15.483,16.095,15.512,14.962,14.867,15.617],"script":[13.748,13.366,13.206,13.502,13.502,14.213,13.594,13.424,12.834,12.994,13.371,14.128,13.094,13.025,13.847],"paint":[2.449,1.765,2.29,1.954,2.31,1.013,1.427,1.169,2.321,2.375,2.63,1.285,1.043,1.732,0.901]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9788484573364258]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.639595985412598]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.170371055603027]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8177547454833984]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.28540515899658]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2552.21]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.324]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.84799999999998]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[281.0419921875]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[142.765625]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.30859375]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[230]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[230]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"01_run1k","values":{"total":[48.672,46.489,47.789,50.456,48.004,49.338,47.684,46.729,47.57,47.862,46.486,47.135,48.208,47.779,47.594],"script":[11.636,11.532,12.525,11.935,12.652,12.078,11.707,12.394,12.193,12.297,11.771,12.047,12.235,12.546,12.289],"paint":[36.634,34.509,34.538,37.785,34.907,36.742,35.311,33.932,34.955,35.074,34.241,34.625,35.515,34.815,34.831]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"02_replace1k","values":{"total":[53.991,53.572,54.297,55.926,55.239,53.136,54.032,53.68,53.781,55.082,54.54,54.395,54.277,54.195,56.014],"script":[20.124,19.642,20.069,19.227,18.75,19.593,19.93,19.9,19.624,19.411,20.347,19.906,19.8,19.883,19.943],"paint":[33.118,33.239,33.772,36.243,36.016,33.09,33.667,33.374,33.705,35.171,33.738,34.024,34.084,33.834,35.616]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.795,25.28,22.626,23.618,24.426,26.199,23.392,24.109,22.665,22.549,23.868,23.332,23.006,24.329,23.582],"script":[7.307,6.793,5.436,6.097,6.892,7.425,6.15,6.945,5.391,5.901,6.361,6.366,5.628,6.217,5.647],"paint":[16.664,16.858,15.242,16.088,15.62,15.077,15.53,15.568,16.131,15.687,16.397,14.991,16.08,15.827,15.986]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"04_select1k","values":{"total":[6.342,7.144,6.912,8.328,6.949,7.196,7.859,6.448,7.257,8.101,7.191,7.574,7.707,6.319,7.48,7.571,6.761,6.865,7.803,7.517,7.174,8.021,7.571,7.223,5.463],"script":[3.204,3.822,4.058,5.144,3.847,3.762,3.916,3.845,3.575,4.277,3.3,3.115,4.293,3.202,4.048,3.863,3.619,3.45,3.576,3.841,3.132,4.374,4.023,3.723,2.919],"paint":[3.019,2.159,2.655,2.226,2.173,2.235,3.375,2.476,2.793,2.97,3.24,3.276,2.242,2.995,2.909,2.837,1.978,1.485,2.426,2.388,3.051,1.831,2.596,2.825,2.426]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"05_swap1k","values":{"total":[170.172,170.604,167.75,161.233,166.236,164.847,166.838,164.816,163.723,166.891,164.461,161.34,165.913,167.439,162.622],"script":[25.965,24.165,24.782,23.696,24.151,23.502,23.188,23.779,24.065,23.882,22.745,23.24,23.044,24.232,23.302],"paint":[141.35,142.921,140.998,135.795,139.895,139.351,142.054,137.448,135.39,139.713,138.96,136.348,140.579,140.632,136.529]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.651,19.277,19.503,19.73,19.331,19.194,20.647,19.604,18.751,19.732,20.601,19.046,19.068,19.14,20.125],"script":[2.485,2.129,2.643,2.124,2.272,2.19,2.852,2.245,2.094,2.398,2.168,2.418,2.375,2.133,2.017],"paint":[16.049,16.012,15.229,16.243,15.744,16.264,16.648,16.528,15.751,15.69,16.578,15.606,15.835,15.779,17.149]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"07_create10k","values":{"total":[667.791,666.735,668.579,663.235,654.223,670.249,663.828,662.671,654.737,656.965,658.894,662.084,666.507,666.307,659.86],"script":[274.901,277.195,274.764,274.515,272.884,275.685,277.964,273.051,273.575,272.982,274.175,276.628,275.007,273.455,273.895],"paint":[385.257,381.914,381.153,380.831,373.506,386.802,378.176,381.834,373.299,376.265,377.222,377.911,383.446,384.978,378.464]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.817,52.257,53.073,53.094,54.736,53.756,50.875,51.095,52.359,51.112,54.215,51.887,55.194,53.575,53.719],"script":[11.926,12.015,12.977,12.039,13.16,13.008,12.054,11.8,12.936,11.809,12.325,12.361,12.798,12.791,12.984],"paint":[38.595,39.401,39.244,39.803,40.334,39.709,37.865,38.426,38.566,38.371,40.639,38.603,41.216,39.58,39.51]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[31.802,29.639,33.798,30.729,31.138,30.162,30.303,30.794,30.995,32.077,30.407,30.502,30.303,31.746,29.575],"script":[29.562,27.033,30.985,28.374,29.098,27.443,28.144,28.55,28.911,29.763,28.816,28.472,28.543,29.934,27.503],"paint":[2.13,2.499,0.862,1.787,0.762,2.515,1.594,2.118,1.769,1.638,1.486,1.719,1.161,1.693,1.353]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0772924423217773]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.979619026184082]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.54224967956543]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.093752861022949]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[56.12696933746338]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2702.2]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.703999999999999]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[164.06400000000002]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[306.712890625]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[168.4365234375]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.5029296875]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[256.7]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[256.7]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"01_run1k","values":{"total":[49.806,48.011,49.505,48.014,47.801,47.317,47.67,49.195,47.615,48.825,48.029,47.936,50.972,51.526,48.845],"script":[12.497,12.611,12.425,12.905,12.419,12.852,12.547,12.645,12.54,12.909,12.706,12.49,13.054,13.089,12.977],"paint":[36.817,34.964,36.365,34.373,34.978,33.965,34.661,35.835,34.593,35.186,34.868,35.012,37.402,37.989,35.371]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"02_replace1k","values":{"total":[57.985,59.119,59.36,58.675,57.3,58.033,59.114,61.851,58.524,58.703,58.154,59.221,59.13,58.959,59.368],"script":[24.795,25.035,25.294,24.888,24.309,25.078,24.867,25.083,24.923,25.371,24.339,25.328,24.987,24.979,25.53],"paint":[32.685,33.343,33.61,33.325,32.31,32.497,33.781,36.091,32.839,32.877,33.337,33.448,33.67,33.23,33.388]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[68.436,68.102,66.868,68.042,69.261,69.054,67.668,61.85,61.37,65.424,65.217,66.94,68.194,67.681,68.58],"script":[50.207,48.125,49.05,49.651,50.235,50.885,48.445,44.206,43.634,47.664,47.504,48.456,50.003,48.366,49.537],"paint":[16.174,16.57,15.911,16.607,16.774,15.772,16.542,16.575,16.343,16.231,16.368,16.606,14.459,17.589,16.971]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"04_select1k","values":{"total":[5.021,5.02,7.01,6.397,6.244,5.978,5.18,5.56,6.436,5.072,5.818,5.512,5.702,5.223,6.075,6.184,6.204,5.801,5.591,7.148,4.794,6.252,6.68,6.376,5.589],"script":[2.286,2.427,3.395,3.185,3.048,2.781,1.603,1.872,3.436,2.318,2.94,2.448,2.069,2.152,2.339,2.173,3.096,2.463,2.696,2.746,2.53,3.652,3.313,3.078,2.456],"paint":[2.031,2.466,3.385,2.068,3.076,3.006,3.419,3.562,2.028,1.804,1.726,1.892,2.382,1.954,2.535,3.885,2.173,1.898,1.643,4.222,1.512,1.805,2.716,3.102,2.941]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"05_swap1k","values":{"total":[208.235,207.999,207.975,212.362,205.553,207.404,212.168,214.326,214.955,211.39,212.159,214.611,208.803,210.383,207.268],"script":[70.413,67.153,68.15,69.839,69.548,67.653,71.834,68.915,68.873,70.087,68.266,70.708,69.135,70.344,66.225],"paint":[136.336,138.654,137.34,140.596,133.166,136.875,138.363,144.161,143.459,139.585,140.874,141.429,136.342,138.842,138.851]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[40.953,41.242,41.662,42.197,42.552,39.401,38.969,41.274,41.318,41.53,38.95,42.097,39.096,41.842,41.265],"script":[22.867,23.603,22.963,23.592,24.176,22.006,21.276,23.916,23.574,22.465,21.26,23.9,21.857,23.57,23.339],"paint":[16.847,16.212,17.481,17.214,17.044,16.903,16.901,16.461,16.541,17.426,16.739,17.238,16.41,16.936,16.953]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"07_create10k","values":{"total":[653.293,651.401,657.463,642.77,642.312,645.472,655.973,651.234,654.909,650.749,652.074,655.79,650.496,653.735,652.048],"script":[256.49,261.29,262.67,260.621,262.503,261.475,263.949,257.807,259.514,259.468,256.369,263.675,257.446,261.457,262.998],"paint":[388.109,382.038,385.89,374.691,372.228,376.526,384.234,385.358,387.741,383.826,387.5,384.175,385.05,383.758,380.798]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[65.298,65.938,67.054,65.974,64.083,65.896,64.959,65.434,65.529,65.975,68.688,65.793,65.657,65.484,65.639],"script":[26.267,26.787,27.418,25.82,25.536,26.537,26.217,26.233,26.226,26.777,26.658,26.598,25.984,26.387,26.509],"paint":[38.129,38.248,38.246,39.158,37.572,38.43,37.776,38.246,38.341,38.212,41.105,38.22,38.709,38.114,38.173]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[33.528,34.132,33.806,33.466,34.593,34.149,33.315,35.136,34.302,34.169,33.91,34.099,38.089,34.195,33.85],"script":[31.625,31.894,32.074,30.736,31.661,31.804,30.448,32.381,31.596,31.294,31.92,31.752,34.771,32.05,31.613],"paint":[1.789,1.678,0.772,2.187,1.524,2.202,2.086,2.619,1.861,1.107,1.883,1.518,1.765,1.999,2.105]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0734968185424805]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.083934783935547]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.814909934997559]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.9781293869018555]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[46.39196586608887]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2700.96]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.924]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[166.34799999999996]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[313.48046875]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[175.203125]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[48.84375]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[270.3]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[270.3]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[45.264,46.408,46.085,48.126,47.404,47.299,46.295,44.808,46.382,44.8,46.102,46.368,45.63,44.727,45.296],"script":[9.991,10.232,10.198,10.437,10.371,10.092,10.294,9.52,10.075,10.048,10.521,10.323,8.961,9.454,10.33],"paint":[34.822,35.764,35.372,37.191,36.314,36.514,35.518,34.826,35.876,34.298,35.073,35.368,35.789,34.83,34.53]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[51.648,49.734,48.928,50.636,52.827,51.535,50.543,50.47,49.538,49.827,48.786,48.665,50.532,48.923,50.568],"script":[16.653,16.192,15.86,16.556,16.149,15.9,16.696,16.419,15.83,15.176,15.271,15.545,16.482,15.652,15.87],"paint":[34.301,33.092,32.626,33.617,35.961,35.08,33.381,33.588,33.255,34.11,32.988,32.666,33.564,32.824,34.123]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.121,23.719,24.502,21.286,23.106,21.844,24.053,22.667,24.148,23.345,23.409,25.022,21.807,23.201,22.201],"script":[5.531,5.976,4.795,4.637,5.197,4.627,5.249,4.686,5.202,5.045,5.321,7.258,5.014,5.972,4.814],"paint":[15.167,15.493,17.759,15.074,16.049,15.749,15.928,16.168,15.977,14.514,16.354,15.207,15.033,15.387,16.289]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[5.102,6.052,6.523,5.312,5.841,6.355,5.9,5.341,5.902,5.648,7.187,4.508,5.083,6.114,6.031,6.62,5.988,6.813,6.211,6.238,6.958,5.192,7.241,5.631,6.351],"script":[2.497,2.583,2.502,2.45,2.717,2.993,2.708,2.534,2.731,2.846,3.32,2.236,2.419,2.489,2.984,2.553,2.686,2.538,2.684,2.83,2.839,2.539,3.336,2.523,2.882],"paint":[1.678,2.094,3.6,2.74,1.964,2.163,2.125,2.687,3.043,1.816,2.71,2.151,1.609,2.067,2.002,3.805,3.093,4.058,2.154,2.428,3.892,1.51,3.007,2.459,2.479]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[163.59,167.682,165.153,170.789,165.207,164.361,171.14,162.063,163.006,166.485,162.236,166.17,163.013,165.792,163.689],"script":[23.01,24.977,23.046,23.836,23.046,23.026,23.896,22.227,22.364,25.729,21.587,25.028,22.923,24.653,22.688],"paint":[138.093,140.279,140.433,144.224,140.669,138.671,145.292,136.96,138.251,138.602,137.688,139.086,138.451,138.159,139.191]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.592,20.406,19.76,18.978,18.868,18.99,19.264,18.696,19.759,18.972,20.13,18.83,19.033,19.039,19.006],"script":[1.832,1.962,1.614,1.638,2.065,2.117,1.522,1.894,1.748,1.606,2.297,1.647,1.65,1.595,1.867],"paint":[16.336,17.111,16.486,16.239,15.854,15.983,16.558,15.9,16.945,16.199,16.833,15.957,16.549,15.615,15.959]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[634.421,638.085,631.482,633.014,639.057,637.24,640.404,639.176,644.807,643.699,629.881,653.291,639.954,641.565,637.81],"script":[243.26,247.722,239.525,247.137,248.61,250.225,243.121,245.254,250.435,247.025,243.075,255.427,243.617,250.12,244.703],"paint":[383.178,382.536,383.729,378.215,381.658,379.442,389.225,386.086,386.07,389.102,379.26,389.932,388.463,383.523,385.239]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.031,47.16,47.968,47.167,47.069,48.345,48.715,50.854,50.932,48.295,48.163,49.593,49.984,47.985,49.991],"script":[9.429,9.4,9.511,9.487,9.277,10.167,10.304,10.405,9.956,9.772,10.32,10.334,11.038,9.761,10.257],"paint":[36.689,36.863,37.556,36.831,36.931,37.237,37.46,39.365,39.996,37.547,36.824,38.323,38.034,36.99,38.73]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.725,26.57,25.959,26.203,28.583,26.788,27.563,27.473,26.525,27.567,25.799,28.616,26.944,26.934,25.339],"script":[23.966,24.793,24.107,24.691,26.286,24.712,25.101,24.452,24.366,26.008,23.25,25.952,24.842,24.659,23.496],"paint":[1.662,1.145,1.221,1.414,2.154,1.556,2.338,2.922,1.05,1.449,2.426,2.519,1.435,1.959,1.747]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9776229858398438]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.630484580993652]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.246904373168945]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.7814550399780273]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.44523906707764]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2476.33]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.404]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[149.66399999999996]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.546875]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[142.2705078125]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.0517578125]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[224.8]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[224.8]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[45.332,44.304,44.369,45.284,46.043,46.171,44.764,45.961,46.337,46.46,45.409,44.665,44.247,47.091,46.164],"script":[9.048,9.467,9.591,9.486,9.574,10.294,9.435,10.179,10.259,10.19,9.242,9.22,9.237,10.311,10.25],"paint":[35.817,34.39,34.302,35.331,36.02,35.466,34.86,35.281,35.681,35.778,35.658,34.691,34.552,36.29,35.423]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[51.13,49.617,49.559,51.747,47.946,50.641,49.67,51.67,48.8,50.041,49.916,48.93,49.003,50.653,49.443],"script":[16.315,15.931,15.594,15.548,15.427,16.554,15.467,15.174,15.573,16.497,15.692,15.46,15.566,16.433,16.011],"paint":[34.321,33.224,33.535,35.708,32.087,33.585,33.702,35.999,32.777,33.132,33.541,33.002,32.859,33.486,32.998]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.408,24.771,22.91,21.905,22.706,23.51,24.648,22.4,23.389,22.43,23.203,22.972,22.765,21.412,22.726],"script":[6.192,5.492,5.697,5.204,5.227,4.993,4.551,4.921,4.734,4.577,4.273,5.853,5.213,4.55,5.283],"paint":[15.299,17.285,15.752,14.865,16.073,16.57,18.26,16.074,17.16,16.506,17.277,14.984,15.762,15.413,16.021]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[6.151,5.839,5.545,7.593,5.415,5.878,5.678,6.142,5.534,5.796,5.812,6.917,6.344,6.894,5.378,4.82,6.269,5.952,6.236,5.357,6.041,7.314,6.698,5.562,7.18],"script":[3.011,1.882,2.903,3.301,2.213,2.897,2.834,2.519,2.405,2.357,1.951,2.43,3.082,2.939,2.268,2.258,3.103,3.225,2.022,1.955,3.512,3.497,2.815,2.186,3.156],"paint":[1.832,2.971,2.478,3.583,1.693,2.857,1.942,2.679,1.808,2.414,3.575,2.635,2.28,2.951,2.525,1.587,2.978,1.302,3.874,3.035,1.383,3.357,3.161,2.707,3.131]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[165.529,167.837,166.224,168.789,168.555,165.05,169.752,165.565,165.112,172.038,165.571,169.727,168.949,166.457,162.921],"script":[23.825,23.638,25.55,23.848,22.977,22.974,26.114,25.03,23.434,24.747,22.981,23.718,23.314,23.671,25.207],"paint":[139.46,141.986,139.275,143.014,142.962,140.428,141.5,138.131,139.21,145.362,139.528,144.092,143.287,140.822,135.407]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.236,20.8,18.584,20.106,19.163,19.096,19.711,18.994,18.602,20.235,18.662,19.712,19.533,18.508,19.223],"script":[2.253,1.72,1.873,1.926,2.094,1.657,1.825,1.573,1.807,1.811,1.895,2.139,2.216,1.512,1.853],"paint":[16.864,17.46,15.959,16.516,16.239,16.651,16.739,16.083,16.039,16.545,15.961,16.699,16.44,16.228,16.253]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[635.112,640.817,636.692,637.357,628.3,627.588,629.244,636.056,643.014,637.801,631.648,636.209,628.667,644.15,635.969],"script":[250.505,247.317,248.608,244.731,245.108,237.999,240.625,242.308,252.749,251.273,243.915,246.275,241.543,252.965,247.327],"paint":[376.811,385.591,380.292,384.986,375.597,381.583,380.968,385.787,382.702,378.558,380.099,382.257,379.569,383.55,381.053]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.97,47.947,50.047,49.453,47.621,48.899,48.821,47.498,49.733,50.316,46.734,48.964,49.705,50.344,47.537],"script":[10.8,9.482,9.982,10.611,9.681,10.194,10.083,9.505,10.122,9.99,9.407,9.991,10.279,9.792,9.662],"paint":[38.946,37.564,39.216,37.805,37.11,37.465,37.79,37.054,38.616,39.316,36.505,37.981,38.18,39.311,36.976]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.928,27.536,27.63,26.954,26.607,26.619,27.09,26.088,26.573,27.555,27.514,29.223,26.954,27.154,26.135],"script":[24.133,24.507,25.252,24.438,24.674,24.649,24.469,24.211,24.649,24.786,24.747,27.244,24.95,24.947,24.212],"paint":[1.731,2.201,1.177,2.419,1.84,1.173,2.109,1.422,1.82,2.186,2.639,1.868,1.436,1.462,1.821]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0476579666137695]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.635899543762207]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.151683807373047]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.7838926315307617]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.412567138671875]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.6]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.796]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.96799999999996]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.1923828125]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[141.916015625]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.033203125]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[218.8]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[218.8]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[46.511,45.399,44.665,48.159,49.329,48.606,52.338,47.612,45.375,44.312,45.749,55.895,46.227,55.057,45.606],"script":[9.945,10.313,9.819,10.674,11.18,11.058,10.574,10.729,10.213,9.989,10.534,10.779,10.743,10.703,10.072],"paint":[35.851,34.68,34.633,37.032,37.755,37.185,34.895,36.504,34.945,34.089,34.97,38.68,34.951,37.769,35.207]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[48.231,47.934,46.742,49.922,47.393,46.756,51.982,47.718,48.165,47.123,50.428,49.35,48.057,47.807,48.108],"script":[13.991,14.018,13.486,14.048,14.052,13.612,14.361,14.087,14.006,13.564,13.918,14.332,13.946,14.454,14.49],"paint":[33.795,33.41,32.992,35.309,33.097,32.883,37.184,33.391,33.638,33.314,35.983,34.585,33.717,32.8,33.37]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[49.807,26.633,26.162,27.846,48.724,26.256,50.007,28.505,46.406,27.044,26.779,28.779,25.232,26.047,26.986],"script":[7.407,6.931,6.977,7.25,7.983,7.875,6.327,7.968,6.898,7.118,6.751,7.462,6.962,6.523,6.906],"paint":[21.416,18.309,18.211,18.265,20.004,17.332,19.622,17.67,18.145,17.163,19.692,18.255,17.105,17.626,17.871]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[15.859,11.625,9.463,18.822,8.747,12.406,10.299,16.548,19.639,10.475,11.657,18.73,12.391,11.668,17.897,19.645,10.955,15.995,17.282,9.647,11.14,16.841,10.266,13.728,17.611],"script":[3.482,5.498,3.497,3.921,3.738,5.085,4.268,2.718,4.102,3.366,3.546,3.395,3.36,3.905,4.836,5.22,3.809,3.901,4.273,4.694,3.95,4.5,2.952,3.54,4.67],"paint":[5.423,4.209,3.21,3.869,3.954,5.038,4.24,4.125,3.748,3.971,4.311,4.869,5.236,3.646,3.657,4.111,3.372,5.359,5.154,3.426,4.333,3.6,3.641,4.158,3.942]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[167.346,168.19,167.39,167.007,167.979,172.576,165.554,170.1,165.857,162.372,164.463,166.294,171.867,167.342,167.7],"script":[25.58,22.927,24.88,24.486,24.584,26.055,24.749,27.618,24.551,25.345,24.349,24.802,26.639,24.957,24.076],"paint":[141.256,143.505,141.827,141.26,141.692,143.404,139.733,141.858,139.842,136.273,139.144,138.721,143.723,142.029,141.969]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.913,23.325,23.47,21.806,23.24,21.174,22.616,20.971,22.091,22.825,20.261,19.752,22.224,23.351,22.759],"script":[2.14,2.283,2.213,2.25,2.596,2.031,2.384,2.247,2.396,2.248,2.368,2.264,2.004,2.414,2.214],"paint":[17.761,18.372,18.742,17.924,18.58,17.02,18.007,16.869,17.424,18.723,16.648,16.167,18.113,18.988,18.638]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[632.437,623.726,621.268,627.294,633.351,635.342,626.674,631.94,634.361,619.669,632.366,629.995,618.668,623.805,629.326],"script":[227.362,228.305,229.664,228.46,231.334,230.919,231.175,228.11,232.529,234.69,231.617,231.244,222.695,229.586,225.273],"paint":[388.247,382.819,376.574,384.283,386.204,384.451,380.548,390.983,390.66,371.197,387.232,383.796,379.94,382.228,387.805]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.848,49.418,48.808,48.814,48.267,52.111,50.525,48.717,51.145,50.506,48.571,48.969,66.782,52.812,49.067],"script":[10.598,10.76,10.821,10.281,10.367,10.812,11.405,10.984,11.291,10.772,10.685,11.099,10.479,11.501,10.537],"paint":[40.649,38.051,37.409,37.98,37.338,40.291,38.72,37.33,39.208,39.019,37.518,37.495,37.5,40.681,37.937]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.509,22.193,20.785,21.269,20.938,20.487,20.892,19.097,20.454,21.545,19.594,22.205,20.525,20.787,19.237],"script":[15.465,16.509,14.788,16.291,15.681,15.15,16.17,14.832,15.822,17.456,15.403,15.768,14.418,15.208,15.032],"paint":[3.404,4.857,5.78,3.858,4.576,3.12,4.414,2.978,3.282,3.493,2.783,5.108,4.923,2.163,3.997]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9863691329956055]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.744511604309082]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.215419769287109]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8789644241333008]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.4736852645874]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2476.93]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.783999999999999]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[152.85999999999999]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.7333984375]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[142.45703125]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.14453125]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[219.1]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[219.1]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"01_run1k","values":{"total":[44.966,48.458,46.423,46.577,45.633,47.328,46.928,44.615,45.419,47.819,47.026,44.402,45.951,46.535,46.935],"script":[10.647,10.832,11.918,11.549,10.998,11.692,11.796,10.815,10.766,11.879,11.627,10.448,11.398,11.8,11.654],"paint":[33.83,37.201,34.041,34.624,34.169,34.944,34.63,33.309,34.174,35.236,34.887,33.514,33.835,33.946,34.591]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"02_replace1k","values":{"total":[49.113,52.24,48.602,51.01,48.384,49.656,50.471,50.338,48.191,48.604,48.605,49.581,49.292,48.541,48.902],"script":[15.07,15.967,14.987,15.076,15.315,15.392,15.62,15.932,15.177,15.234,15.17,15.738,15.02,15.483,15.81],"paint":[33.588,35.803,33.162,35.516,32.58,33.69,34.304,33.671,32.568,32.93,32.933,33.146,33.81,32.612,32.623]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.042,23.838,22.602,22.597,22.717,23.311,21.327,22.469,23.99,22.549,23.562,23.987,24.41,23.296,22.847],"script":[5.124,6.371,5.082,5.596,5.288,5.264,4.717,5.263,5.537,5.379,6.302,6.327,5.912,5.274,5.29],"paint":[15.89,15.699,15.53,15.034,16.242,16.503,15.239,15.134,16.561,16.176,15.83,15.342,16.19,15.752,16.362]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"04_select1k","values":{"total":[6.13,7.416,7.2,6.446,6.555,6.265,7.043,7.647,6.531,7.037,6.851,6.551,7.019,6.333,7.042,7.066,7.103,6.564,6.844,5.558,6.949,6.324,6.828,7.119,6.546],"script":[3.117,3.965,3.811,3.303,3.315,2.914,3.783,3.765,3.09,4.115,3.64,4.019,3.997,3.203,3.177,3.79,3.394,3.074,3.688,2.836,3.724,3.147,3.833,3.952,3.432],"paint":[1.952,2.028,2.05,2.628,1.958,2.686,2.697,3.374,3.249,1.857,1.928,1.773,1.666,2.946,3.73,2.356,2.829,2.1,1.692,2.598,2.328,1.976,1.126,2.983,1.985]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"05_swap1k","values":{"total":[169.367,168.109,168.347,178.518,166.616,166.213,170.17,167.134,168.47,166.268,166.79,169.06,168.683,172.113,174.443],"script":[28.455,27.685,26.191,28.81,26.417,25.793,26.016,26.32,25.343,26.315,26.567,28.905,25.964,28.075,28.127],"paint":[139.427,138.361,141.01,146.456,138.027,138.526,142.019,137.078,141.55,137.646,138.165,138.283,140.427,141.467,143.525]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.852,18.662,18.816,18.589,18.597,18.777,19.003,19.774,19.421,19.055,18.948,18.539,22.061,18.385,18.233],"script":[1.526,1.803,1.742,1.417,1.585,1.429,1.927,1.503,1.687,2.132,1.983,1.576,2.871,1.435,1.392],"paint":[16.07,15.983,16.012,15.977,16.063,16.315,16.231,16.844,16.311,16.043,15.991,15.784,18.006,15.241,16.063]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"07_create10k","values":{"total":[675.489,667.968,667.679,667.389,658.904,655.478,675.39,662.453,657.223,663.062,662.09,676.943,665.199,667.193,678.587],"script":[275.472,274.771,275.438,274.172,275.947,273.037,277.555,276.083,274.896,273.755,272.159,275.956,274.308,274.999,274.457],"paint":[392.259,385.234,384.315,384.984,375.451,374.474,390.275,379.024,374.83,381.971,382.165,393.196,383.017,379.873,396.382]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.066,50.323,51.408,50.819,51.711,51.531,51.054,50.378,51.247,49.69,51.839,49.35,50.597,50.764,51.436],"script":[12.188,12.427,12.73,11.62,11.586,12.642,12.747,12.67,12.753,11.359,12.762,11.07,12.683,12.55,12.216],"paint":[37.914,36.97,37.82,38.026,39.294,37.694,37.362,36.764,37.56,37.408,37.866,37.383,36.939,37.252,38.257]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.417,17.541,18.408,17.803,17.428,16.547,17.121,17.688,16.898,17.851,16.153,16.303,17.23,15.927,16.156],"script":[15.717,15.585,16.152,15.354,14.709,14.754,14.406,15.45,14.797,15.49,14.587,14.358,15.234,14.221,14.341],"paint":[2.233,1.161,1.788,1.649,2.32,0.847,2.081,1.622,1.225,1.865,0.705,1.135,1.209,1.606,1.706]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.2705135345458984]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.285565376281738]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.915447235107422]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.6612024307250977]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[57.378631591796875]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3059.464]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[67.66399999999999]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[179.65599999999998]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[351.380859375]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[213.1044921875]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[49.2158203125]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[299.6]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[299.6]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"01_run1k","values":{"total":[47.717,48.534,47,46.74,50.1,47.306,46.949,48.413,49.594,45.873,47.515,46.839,49.814,49.874,46.341],"script":[13.948,14.19,13.548,13.191,13.874,13.803,13.494,13.562,13.512,12.691,13.75,13.302,14.548,13.792,13.21],"paint":[33.059,33.602,32.736,33.111,35.747,32.984,33.039,34.33,35.583,32.745,33.27,33.107,34.824,35.701,32.716]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"02_replace1k","values":{"total":[52.815,51.913,54.583,54.531,53.176,54.719,54.88,53.909,54.099,54.723,53.692,53.24,56.762,53.656,53.773],"script":[20.048,19.402,20.31,20.994,20.136,21.507,21.589,20.33,20.726,21.172,20.164,20.447,22.565,20.547,20.507],"paint":[32.306,32.1,33.545,33.062,32.575,32.752,32.854,33.115,32.942,33.081,33.059,32.336,33.44,32.658,32.511]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.539,22.067,24.307,22.618,23.156,23.134,23.118,25.067,23.662,23.121,24.54,23.088,24.17,22.194,23.304],"script":[5.98,5.064,7.01,5.146,5.618,5.826,6.417,6.326,5.704,4.964,6.232,5.502,6.316,5.222,6.097],"paint":[15.86,14.955,14.508,15.895,15.929,15.88,15.214,16.98,15.983,16.594,16.927,16.35,16.303,15.708,14.591]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"04_select1k","values":{"total":[7.172,5.717,5.583,7.106,6.437,7.157,7.246,6.869,7.066,6.36,7.418,6.229,6.298,6.622,6.73,5.922,7.645,6.522,5.624,6.536,7.664,6.617,5.93,7.142,7.601],"script":[3.542,3.211,3.673,4.24,3.05,3.919,3.751,3.639,4.264,3.357,3.759,2.927,2.911,3.564,4.087,3.208,4.339,3.183,3.048,3.581,3.756,3.097,3.078,3.669,3.702],"paint":[3.413,2.39,1.799,1.859,2.166,1.747,2.396,2.213,2.627,2.427,2.517,2.195,1.922,1.345,2.52,2.599,2.405,2.754,1.353,2.075,2.797,3.303,1.909,2.878,2.879]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"05_swap1k","values":{"total":[163.315,165.536,162.045,165.307,170.411,166.375,166.803,171.875,162.256,166.284,168.621,165.175,170.448,162.758,163.65],"script":[24.827,22.894,22.653,25.857,26.893,26.144,25.352,26.059,23.515,24.703,26.527,24.428,25.83,25.019,23.126],"paint":[136.301,139.995,137.528,137.512,140.887,138.937,138.921,143.428,136.822,138.467,140.722,138.396,142.628,135.252,137.82]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.208,19.656,19.156,18.747,19.281,19.702,19.038,18.979,19.029,18.576,20.193,18.65,18.845,19.143,19.904],"script":[2.213,2.169,1.918,2.054,1.984,2.168,1.917,1.974,1.913,2.011,2.196,1.887,2.153,2.058,1.959],"paint":[15.781,16.45,16.497,15.565,15.761,16.046,16.363,15.963,16.23,15.38,16.774,15.563,15.873,16.266,16.604]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"07_create10k","values":{"total":[668.085,646.277,664.271,657.773,650.921,654.051,657.93,651.997,653.597,646.334,657.04,653.712,644.496,652.672,658.756],"script":[273.208,261.13,268.876,268.321,266.873,268.368,267.696,266.064,267.871,265.821,268.048,266.679,264.24,266.473,269.498],"paint":[387.075,377.486,387.751,381.703,376.302,377.907,382.546,378.31,378.002,372.796,381.223,379.097,372.618,378.298,381.234]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.241,52.714,52.815,54.172,52.009,51.663,52.78,54.491,54.358,52.73,53.073,52.233,51.282,51.948,53.094],"script":[13.155,13.511,13.807,13.952,13.655,12.952,13.86,13.929,13.932,13.596,13.825,13.661,13.116,13.782,13.768],"paint":[37.766,38.24,38.06,39.216,37.427,37.807,37.9,39.533,39.451,38.177,38.204,37.502,37.261,37.197,38.382]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.832,29.705,29.151,27.39,29.333,28.251,28.405,27.458,29.444,28.485,28.522,30.898,27.876,27.493,29.016],"script":[27.047,27.998,26.997,25.113,27.149,25.746,26.451,24.73,26.904,26.247,25.731,28.212,26.309,25.661,26.562],"paint":[0.847,0.781,0.673,1.913,1.579,2.105,1.109,2.631,2.412,2.137,1.81,2.066,1.464,1.213,1.681]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.4003362655639648]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.28200626373291]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.838533401489258]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.846403121948242]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[46.697914123535156]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2851.1679999999997]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.911999999999997]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.43600000000006]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[335.287109375]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[197.009765625]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[53.451171875]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[310]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[310]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"01_run1k","values":{"total":[46.033,45.402,44.129,44.827,45.033,45.339,44.339,47.116,45.238,44.634,45.201,44.454,44.66,45.574,44.637],"script":[9.724,9.909,9.261,9.387,9.658,9.82,9.445,9.772,9.573,9.24,9.721,9.182,9.281,9.625,9.676],"paint":[35.588,35.018,34.41,34.991,34.943,35.03,34.415,36.636,35.251,34.923,34.776,34.842,34.921,35.452,34.509]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"02_replace1k","values":{"total":[50.717,52.157,51.55,49.291,50.807,51.454,49.949,50.073,51.333,50.573,51.444,50.661,52.73,50.595,51.483],"script":[15.979,16.729,15.73,15.48,16.126,16.581,16.64,15.627,17.076,16.184,16.889,16.172,16.543,16.373,17.274],"paint":[34.251,34.889,35.116,33.338,34.184,34.403,32.867,33.976,33.801,33.925,33.887,34.029,35.452,33.745,33.478]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.653,23.924,23.641,24.616,24.036,23.037,26.199,23.714,22.595,24.915,23.469,23.748,22.855,23.343,24.377],"script":[5.363,5.614,5.777,5.997,6.556,6.254,6.503,5.499,5.558,6.723,5.571,6.322,5.719,5.519,6.311],"paint":[16.343,16.266,16.141,15.305,16.059,15.691,18.05,15.733,15.112,15.929,15.338,15.527,15.221,15.864,15.692]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"04_select1k","values":{"total":[7.247,6.33,5.172,6.031,6.306,6.708,6.19,5.919,6.089,6.177,5.993,7.576,6.564,7.058,8.763,7.199,5.33,6.281,6.765,6.412,6.315,6.957,6.532,6.367,7.998],"script":[3.136,2.852,2.572,2.505,2.86,3.051,3.166,3.078,3.188,2.732,2.857,3.193,3.865,3.328,5.55,3.328,2.707,3.082,3,2.97,3.185,3.443,2.349,3.14,3.817],"paint":[3,3.336,1.609,3.371,2.54,2.145,1.696,1.956,2.71,2.825,2.094,3.02,1.544,2.437,1.993,2.133,1.481,2.051,2.866,2.697,2.933,3.273,3.161,3.042,3.415]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"05_swap1k","values":{"total":[164.503,165.123,167.4,164.138,165.523,173.86,163.709,164.751,164.17,166.97,163.717,168.795,171.089,161.309,162.849],"script":[24.86,25.258,26.412,24.161,25.556,25.045,23.433,27.15,25.6,25.305,25.189,24.588,26.642,23.638,23.741],"paint":[137.737,137.861,138.354,137.776,137.829,145.99,138.889,135.82,136.527,139.208,135.612,141.972,142.207,135.79,136.912]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.883,19.724,19.24,19.97,19.457,19.488,18.91,18.628,19.71,19.568,19.063,19.574,18.517,19.143,19.527],"script":[2.2,2.232,1.884,2.23,2.034,1.946,1.88,1.893,2.085,2.04,2.242,2.071,2.19,2.259,1.923],"paint":[15.57,15.766,16.359,16.633,16.247,16.615,16.222,15.649,16.418,16.506,15.757,16.327,15.567,15.737,16.519]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"07_create10k","values":{"total":[639.373,638.958,642.301,639.427,646.43,630.544,629.115,634.058,640.081,627.311,627.364,636.895,633.911,635.141,635.424],"script":[246.453,250.402,250.586,248.003,260.385,244.211,247.947,250.512,250.59,244.805,244.02,248.286,248.85,250.205,248.378],"paint":[384.623,378.967,383.435,383.532,378.564,378.745,373.561,375.986,381.45,374.723,375.541,381.127,377.443,377.592,379.327]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.909,49.516,49.281,48.166,47.826,48.05,49.377,49.049,46.904,49.513,48.955,48.751,47.077,49.827,51.868],"script":[9.6,10.66,10.455,10.265,9.616,9.824,10.195,10.312,9.364,10.365,9.747,10.288,9.616,10.441,10.251],"paint":[37.364,37.915,37.886,36.957,37.409,37.345,38.163,37.738,36.638,38.163,38.271,37.54,36.662,38.398,40.225]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[29.347,29.685,27.26,27.915,28.456,27.881,27.844,29.097,28.06,27.97,26.066,27.235,27.866,28.246,28.099],"script":[27.05,27.381,25.261,25.926,25.612,25.195,25.661,26.73,25.77,26.27,24.217,25.577,25.761,25.983,26.182],"paint":[1.315,2.194,0.434,1.337,2.737,2.331,1.583,1.193,1.145,1.373,1.124,1.532,1.429,2.123,1.772]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.409088134765625]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.469040870666504]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.105419158935547]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.4143943786621094]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.571438789367676]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.092]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.216000000000001]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[163.55600000000004]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[356.3369140625]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[218.060546875]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[59.6748046875]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[333.3]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[333.3]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"01_run1k","values":{"total":[58.842,58.42,60.628,60.547,61.671,58.002,59.493,57.468,61.894,57.558,61.108,58.195,57.597,61,61.787],"script":[23.436,22.494,22.991,22.55,23.611,22.442,22.876,22.075,23.441,21.96,23.481,22.078,21.79,23.46,23.506],"paint":[34.914,35.474,37.194,37.251,37.562,35.083,36.087,34.937,37.975,35.132,37.164,35.63,35.323,37.071,37.772]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"02_replace1k","values":{"total":[64.257,63.324,63.68,63.275,62.687,64.77,65.083,63.328,63.721,63.373,66.768,64.762,63.351,64.063,66.443],"script":[30.212,29.689,30.066,29.744,29.41,30.955,30.339,29.843,30.172,30.067,29.572,31.083,30.522,31.052,30.786],"paint":[33.409,33.144,33.171,33.064,32.8,33.348,34.302,32.976,33.127,32.815,36.715,33.221,32.339,32.535,35.177]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.404,28.454,29.001,28.739,28.19,29.1,29.931,29.288,30.269,28.953,29.547,28.394,28.795,29.966,28.694],"script":[11.37,11.004,11.79,10.926,11.201,11.233,10.936,9.893,11.032,11.614,11.504,10.564,10.557,11.569,10.888],"paint":[16.137,15.267,15.766,15.127,14.91,16.052,17.032,17.831,16.189,15.567,15.965,16.213,15.862,16.974,15.939]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"04_select1k","values":{"total":[7.301,7.472,6.836,7.379,6.569,6.433,6.142,7.763,6.433,6.092,6.626,6.682,7.515,7.443,6.748,7.483,7.729,7.452,7.521,8.034,7.968,6.862,8.744,7.565,7.287],"script":[4.134,3.767,3.809,4.207,3.758,3.721,3.292,4.56,3.644,2.827,3.774,3.383,4.048,3.761,3.472,3.958,3.943,4.049,4.586,4.539,3.665,3.687,4.769,3.78,4.335],"paint":[2.254,2.176,1.366,2.289,2.675,1.787,1.691,1.991,1.91,2.596,1.977,2.967,3.257,2.726,2.664,2.679,1.254,2.445,1.574,2.626,3.694,2.16,2.789,3.052,1.973]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"05_swap1k","values":{"total":[169.386,175.133,171.312,170.207,171.152,170.712,180.146,171.829,170.764,174.918,172.788,174.321,168.889,175.091,172.819],"script":[28.19,27.93,25.86,28.548,27.67,26.283,33.873,26.086,28.245,29.069,27.816,27.445,26.059,30.755,28.902],"paint":[139.211,145.186,144.033,140.172,140.633,142.635,143.673,143.866,139.88,143.803,142.403,145.083,139.255,141.802,141.743]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.171,33.197,38.151,34.465,36.182,35.596,32.974,35.601,35.006,35.417,35.515,35.009,34.389,35.071,36.735],"script":[17.6,15.703,19.004,16.416,18.21,16.899,14.579,17.501,16.836,17.008,17.241,16.036,16.298,16.31,18.417],"paint":[16.356,16.267,18.006,16.755,16.452,17.457,17.028,16.555,16.324,17.157,16.875,17.521,16.895,16.703,17.312]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"07_create10k","values":{"total":[750.668,747.666,746.204,748.724,744.656,734.452,740.052,739.485,734.423,750.408,748.724,738.511,735.985,743.873,751.694],"script":[350.054,348.274,348.956,347.436,347.739,342.647,348.221,346.954,344.526,347.75,348.886,345.3,347.505,347.909,350.361],"paint":[392.825,391.694,388.498,393.553,389.526,384.366,384.122,385.105,382.443,394.86,391.799,384.739,380.552,388.097,393.259]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.134,57.186,63.686,58.171,60.566,63.431,60.908,58.934,59.636,62.904,58.342,60.585,59.464,60.595,58.982],"script":[19.074,19.256,21.722,18.959,21.813,21.433,21.892,19.568,21.533,22.019,19.362,21.757,19.224,22.282,17.762],"paint":[38.099,37.009,40.881,37.969,37.818,41.004,38.081,38.168,37.115,39.655,37.767,37.931,38.997,37.331,40.289]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[34.436,37.494,38.163,32.827,36.571,38.778,39.015,39.148,38.635,38.663,38.658,37.275,36.835,37.272,37.271],"script":[32.247,34.803,35.727,30.46,33.954,36.757,36.601,37.332,35.905,36.181,36.637,34.536,34.044,35.249,34.863],"paint":[1.306,1.824,2.32,2.226,2.517,1.888,1.869,0.875,2.136,2.011,1.696,2.165,1.727,1.143,1.753]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.1237897872924805]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.034221649169922]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.729935646057129]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.0024118423461914]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[75.10037040710449]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.71]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.488]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.528]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[296.39453125]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[158.1181640625]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[44.3681640625]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[263.3]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[263.3]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"01_run1k","values":{"total":[46.658,47.151,46.123,45.709,47.754,47.608,47.105,46.799,48.615,46.993,45.759,45.649,45.948,47.302,46.009],"script":[10.738,11.194,10.987,10.372,11.127,10.875,10.965,10.867,10.646,10.841,10.85,10.49,10.591,10.917,10.775],"paint":[35.176,35.555,34.7,34.823,36.154,36.321,35.673,35.473,37.552,35.724,34.449,34.716,34.908,35.679,34.804]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"02_replace1k","values":{"total":[52.127,50.823,51.189,51.233,51.286,50.808,50.832,50.998,50.766,51.177,50.742,51.522,52.392,50.755,50.012],"script":[17.937,17.129,17.37,17.857,17.636,17.397,17.176,17.464,17.048,17.46,16.351,17.105,17.702,17.082,16.864],"paint":[33.733,33.197,33.35,32.886,33.193,32.971,33.201,33.053,33.258,33.262,33.661,33.67,34.219,33.222,32.706]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.062,24.875,24.813,26.809,25.17,25.025,25.216,25.908,27.355,25.555,24.122,25.491,24.149,24.316,25.111],"script":[7.11,7.535,6.692,7.558,8.02,6.073,7.357,7.396,8.229,7.411,6.656,7.71,6.65,7.056,6.312],"paint":[15.857,15.06,16.536,17.234,15.768,17.77,15.396,16.555,16.587,15.919,15.591,16.142,15.559,15.875,16.906]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"04_select1k","values":{"total":[6.619,8.179,6.858,5.467,6.642,6.12,7.19,6.72,6.544,7.05,6.722,7.146,5.825,7.411,6.332,6.25,6.587,6.727,6.535,6.021,6.061,6.094,6.763,6.329,6.838],"script":[2.886,4.004,3.105,3.109,3.556,2.809,3.758,3.506,2.463,3.266,3.592,2.979,2.657,2.915,3.206,3.079,3.471,3.007,2.949,2.363,3.423,3.011,2.8,2.971,3.554],"paint":[2.871,3.178,3.545,2.228,2.144,3.189,1.587,1.932,2.786,2.72,1.3,3.073,2.061,3.541,2.164,3.051,2.919,2.738,2.655,2.934,2.242,2.119,3.4,2.565,2.251]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"05_swap1k","values":{"total":[165.947,164.817,163.598,165.054,172.019,162.398,161.933,165.89,163.257,165.467,167.931,164.816,174.711,172.073,174.774],"script":[23.25,23.933,24.407,23.208,24.653,25.768,23.356,23.956,24.031,24.757,22.998,24.871,23.578,24.687,25.719],"paint":[140.51,137.674,137.227,139.813,145.559,134.163,136.635,139.199,136.48,138.786,142.902,136.931,148.07,145.186,145.382]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.571,19.076,19.06,19.329,20.108,18.828,19.707,18.878,19.342,19.398,19.956,19.004,18.641,19.687,20.09],"script":[2.313,2.204,1.91,2.317,1.869,2.054,2.187,1.979,2.126,2.173,2.235,1.861,1.998,1.997,2.06],"paint":[16.081,15.781,15.86,16.034,17.361,15.714,16.186,15.502,16.022,16.363,16.744,16.085,15.543,16.806,16.212]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"07_create10k","values":{"total":[647.511,638.832,636.411,643.164,650.851,642.931,643.234,634.464,641.592,642.376,639.1,639.073,641.227,647.009,645.047],"script":[255.306,253.272,254.362,254.044,257.132,255.742,256.582,259.066,255.625,254.764,254.49,254.349,254.861,255.872,253.636],"paint":[384.554,377.701,374.449,380.765,385.612,379.179,379.046,367.872,378.182,379.59,377.097,375.981,377.537,383.259,383.312]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.474,48.357,49.728,47.875,50.495,49.581,49.462,50.043,50.018,49.916,47.781,48.178,52.614,49.732,49.96],"script":[11.047,11,11.325,10.087,11.254,11.136,10.956,11.2,11.254,11.291,10.188,10.426,11.166,11.373,11.401],"paint":[37.448,36.41,37.486,36.951,38.042,37.449,37.237,37.901,37.562,37.666,36.753,36.928,40.436,37.159,37.704]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.857,29.536,27.87,28.423,28.091,26.543,27.228,28.135,30.259,27.433,27.456,26.947,28.055,28.63,27.446],"script":[25.622,26.489,25.022,26.168,25.933,24.226,24.571,25.647,28.049,24.818,25.386,24.228,25.914,26.142,25.329],"paint":[1.539,1.24,1.886,2.141,2.05,2.222,2.092,2.365,2.108,2.207,1.953,2.053,2.018,2.383,2.02]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0246562957763672]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.895790100097656]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.357892990112305]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.805802345275879]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.60482215881348]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.455]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.82]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.08399999999997]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[287.9580078125]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[149.681640625]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.822265625]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[233.3]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[233.3]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"01_run1k","values":{"total":[49,48.646,46.69,47.398,46.653,47.079,50.006,47.604,46.736,47.965,50.16,49.266,49.585,47.511,47.554],"script":[12.947,13.133,11.806,12.632,11.563,11.994,12.124,12.023,11.803,12.171,12.786,12.493,12.528,12.489,11.885],"paint":[35.545,34.999,34.4,34.304,34.598,34.617,37.436,35.139,34.453,35.038,36.949,36.3,36.565,34.237,35.211]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"02_replace1k","values":{"total":[54.992,52.687,52.918,51.962,53.04,52.585,53.614,52.828,52.388,52.846,53.531,52.632,51.887,53.294,52.365],"script":[18.607,18.938,19.352,18.554,19.625,19.495,19.379,19.482,19.376,19.087,19.99,19.232,18.848,19.713,18.605],"paint":[35.748,33.136,33.114,32.965,32.878,32.373,33.754,32.921,32.548,33.297,33.063,32.874,32.571,33.125,33.059]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.028,28.611,28.472,28.062,27.488,28.532,26.425,27.554,26.677,27.549,26.356,29.453,27.753,27.537,27.701],"script":[9.415,9.756,9.353,9.033,9.27,10.872,8.637,9.736,8.545,9.152,9.361,9.762,10.132,9.545,9.401],"paint":[15.228,16.23,17.198,17.547,15.88,15.697,16.375,16.768,16.47,15.937,15.021,16.027,16.215,16.549,16.49]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"04_select1k","values":{"total":[7.128,6.91,6.286,5.396,5.84,6.426,7.036,7.464,7.071,6.217,6.881,5.931,6.507,7.263,7.596,6.038,6.454,6.745,6.046,7.592,5.413,6.47,6.218,6.971,6.426],"script":[3.782,3.514,3.066,2.787,2.863,3.453,3.041,3.981,3.562,3.148,3.618,3.494,2.717,3.035,3.133,3.078,3.486,3.379,2.208,4.41,2.396,3.114,2.805,3.384,3.3],"paint":[2.426,2.552,2.047,1.691,2.448,1.97,3.767,2.832,2.78,1.941,1.897,2.282,3.059,3.012,2.845,1.564,2.378,3.192,3.717,2.988,2.897,2.799,2.44,2.328,0.955]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"05_swap1k","values":{"total":[173.812,168.449,171.691,167.083,172.096,161.928,172.963,164.265,169.225,167.012,163.893,171.895,174.905,166.16,170.079],"script":[25.47,25.37,26.72,26.742,29.971,25.357,26.745,25.617,26.925,25.779,23.861,26.905,25.471,25.476,27.761],"paint":[146.343,140.372,142.998,137.646,139.85,134.414,144.25,136.257,138.705,139.49,138.294,143.621,147.776,138.699,140.282]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.369,20.049,20.783,19.854,19.91,20.124,20.738,19.732,20.208,20.789,20.466,19.741,19.766,20.176,19.814],"script":[3.315,3.009,2.841,2.771,2.818,2.931,2.972,2.665,2.578,3.436,3.066,2.651,3.122,2.989,3.021],"paint":[15.886,15.953,16.334,16.301,16.274,15.972,16.982,16.243,16.527,16.394,16.034,16.329,15.428,16.039,15.737]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"07_create10k","values":{"total":[647.216,656.889,642.95,657.617,635.955,644.703,651.901,639.652,644.243,654.133,656.575,646.641,635.482,643.077,642.146],"script":[259.685,263.484,258.241,259.909,257.054,258.54,257.578,256.061,259.295,261.937,263.777,259.202,257.628,263.715,259.83],"paint":[379.612,385.748,376.78,388.496,371.411,378.043,386.676,375.872,377.484,383.736,384.98,379.789,370.329,371.739,374.709]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.853,51.705,51.065,54.987,51.854,52.668,51.331,52.338,52.015,51.729,52.03,51.49,52.219,52.006,52.309],"script":[12.64,12.081,12.341,13.567,13.231,13.331,13.344,13.188,13.028,13.27,12.766,13.251,12.564,13.048,13.45],"paint":[37.286,38.545,37.747,40.183,37.679,38.367,36.951,38.322,38.047,37.53,38.252,37.273,38.649,38.027,37.631]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[29.758,29.636,29.276,28.902,27.438,28.735,30.064,29.926,29.458,28.576,29.219,28.293,28.501,29.573,30.254],"script":[27.097,27.688,27.093,26.901,25.796,27.208,27.249,27.776,27.1,26.21,26.393,25.798,26.243,27.778,27.934],"paint":[1.73,1.83,2.058,1.177,0.862,0.441,2.682,2.049,1.084,2.249,2.705,2.382,2.16,0.888,1.493]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.1961450576782227]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.232275009155273]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.816094398498535]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.382382392883301]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[46.63652324676514]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.184]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.343999999999998]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.02800000000002]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[348.2841796875]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[210.0068359375]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[55.9921875]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[322.3]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[322.3]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"01_run1k","values":{"total":[59.468,59.637,58.157,58.126,62.31,58.688,57.95,61.347,57.907,58.376,60.591,59.704,58.919,58.082,60.356],"script":[23.524,22.887,22.324,22.2,23.663,23.123,22.35,23.519,21.898,23.12,23.351,23.97,23.909,22.757,23.478],"paint":[35.492,36.231,35.342,35.432,38.155,35.099,35.119,37.3,35.54,34.81,36.726,35.299,34.541,34.555,36.365]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"02_replace1k","values":{"total":[65.772,63.892,62.565,62.98,63.146,63.977,62.626,63.213,63.731,64.503,63.04,64.482,64.116,64.955,65.677],"script":[30.907,30.402,29.678,29.541,29.496,30.276,29.056,29.311,30.187,29.906,29.529,29.247,29.622,29.16,30.161],"paint":[34.379,32.953,32.445,32.948,33.203,33.128,33.107,33.284,33.086,34.13,33.068,34.747,33.788,35.319,35.086]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.106,28.657,29.31,27.217,29.49,29.462,28.73,28.664,28.764,30.509,30.033,29.621,29.52,28.571,28.901],"script":[12.321,11.578,11.114,9.91,11.606,11.376,10.776,10.745,11.576,10.952,11.922,11.568,11.897,11.225,11.219],"paint":[15.774,14.45,16.299,15.435,15.971,15.677,16.163,16.355,15.279,16.882,14.953,16.416,15.896,15.883,15.381]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"04_select1k","values":{"total":[7.93,5.993,7.32,6.332,6.841,8.438,6.48,7.546,6.499,7.661,6.546,7.158,8.067,6.579,8.482,8.564,6.953,6.775,6.567,7.165,6.633,7.201,7.136,7.045,7.414],"script":[3.862,3.637,4.174,3.196,3.167,4.662,3.073,3.781,3.466,4.324,4.244,3.765,4.38,3.765,4.075,3.956,3.837,3.321,3.966,3.524,3.816,3.814,3.662,3.888,3.992],"paint":[3.446,1.453,2.02,2.591,2.799,3.419,2.284,3.544,2.887,2.7,1.528,2.552,2.942,1.989,3.377,3.009,2.103,2.251,2.39,3.16,1.86,2.37,2.615,1.556,2.042]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"05_swap1k","values":{"total":[171.355,170.327,172.595,170.725,173.764,176.59,166.795,169.547,164.389,171.799,169.522,166.416,175.763,170.834,172.945],"script":[31.906,29.138,28.99,29.582,32.723,29.008,27.611,29.028,27.826,30.896,25.863,29.495,28.094,29.182,25.732],"paint":[136.245,139.413,140.969,139.267,137.071,145.087,136.607,138.362,135.107,138.345,141.385,134.822,145.979,140.194,144.499]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.759,35.558,34.398,34.076,37,34.106,35.906,36.497,35.958,32.476,34.576,35.705,38.165,37.439,35.079],"script":[17.847,16.87,16.241,16.663,18.489,16.427,16.665,17.649,18.291,14.224,15.461,17.203,19.686,19.419,17.18],"paint":[16.993,17.293,16.871,16.532,17.298,16.763,18.247,17.46,16.276,16.74,17.473,17.562,17.045,16.991,16.925]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"07_create10k","values":{"total":[746.317,736.091,740.216,740.701,744.55,738.019,767.569,776.289,758.405,744.108,745.475,741.617,743.606,741.373,735.437],"script":[344.147,341.022,343.533,345.149,345.977,345.417,361.066,363.344,361.766,344.404,344.663,344.813,348.549,343.782,347.744],"paint":[394.527,387.504,389.363,388.042,390.84,385.123,398.752,405.121,389.027,391.18,393.002,389.344,387.788,390.081,379.846]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.371,62.981,59.047,61.599,58.308,60.887,59.472,60.218,64.311,59.201,60.44,58.702,57.438,59.236,58.718],"script":[21.706,20.614,20.801,20.556,18.114,22.008,20.621,21.729,22.729,19.553,21.927,19.465,19.278,19.894,18.826],"paint":[41.588,41.433,37.38,39.832,39.195,37.952,37.886,37.642,40.651,38.349,37.532,38.28,37.251,38.105,38.651]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[38.582,38.423,37.55,37.694,38.215,35.813,39.194,39.294,36.627,37.762,38.335,36.733,36.675,36.849,38.087],"script":[35.857,35.937,35.199,35.742,36.167,33.247,36.532,35.784,34.613,35.501,35.576,34.194,35.065,34.312,35.347],"paint":[2.595,1.367,1.115,1.793,1.186,2.428,1.826,2.144,1.424,2.136,1.892,2.393,1.505,1.439,2.598]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.142725944519043]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.99034595489502]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.719870567321777]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.00872802734375]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[74.81625938415527]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2701.4840000000004]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.02]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[163.64000000000001]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[304.033203125]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[165.7568359375]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[46.119140625]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[258.4]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[258.4]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"01_run1k","values":{"total":[44.705,46.253,44.502,46.094,49.27,46.527,47.327,45.262,44.866,48.219,45.993,44.764,45.67,45.796,45.041],"script":[9.568,10.547,9.755,9.714,10.791,10.381,10.418,9.574,9.846,10.74,10.787,9.582,10.074,9.664,9.502],"paint":[34.631,35.19,34.282,35.881,37.999,35.684,36.385,35.242,34.572,36.782,34.766,34.732,35.144,35.719,35.104]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"02_replace1k","values":{"total":[53.455,51.902,47.873,50.517,47.87,50.015,50.284,50.731,49.383,52.321,49.951,47.876,50.694,50.63,49.68],"script":[16.531,15.648,14.819,16.472,15.173,16.283,16.305,16.524,15.21,16.912,16.077,14.917,16.692,16.14,15.607],"paint":[36.463,35.569,32.64,33.598,32.256,33.267,33.549,33.735,33.748,34.696,33.378,32.548,33.318,34.098,33.363]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.679,22.85,23.449,23.099,23.222,24.851,23.446,26.596,21.9,22.725,22.936,22.209,23.513,22.323,24.07],"script":[5.688,5.746,5.855,4.909,6.215,5.423,5.359,6.727,4.338,5.241,5.638,4.988,5.688,5.575,6.314],"paint":[15.89,15.951,15.899,16.257,15.396,17.15,16.032,17.509,16.525,16.067,16.167,15.244,15.975,15.129,15.837]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"04_select1k","values":{"total":[6.854,5.623,6.954,7.049,4.514,6.739,6.337,4.732,6.292,7.053,6.504,6.225,5.51,5.931,5.81,5.571,6.11,5.235,5.188,5.574,6.046,6.415,6.019,5.275,6.684],"script":[2.512,2.058,2.469,2.572,2.682,2.509,2.53,2.948,3.189,3.089,3.04,2.42,2.973,3.309,2.723,2.378,2.921,2.799,2.32,2.31,2.204,3.083,2.253,2.683,2.772],"paint":[4.113,3.444,3.169,3.727,1.163,3.997,3.584,1.67,2.386,2.876,3.302,2.288,1.978,1.769,1.714,2.484,2.246,2.257,2.698,2.788,2.796,2.57,1.903,1.361,2.146]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"05_swap1k","values":{"total":[169.284,157.521,162.979,163.02,163.785,162.978,166.622,159.797,160.839,170.367,163.171,164.184,166.332,160.725,158.216],"script":[22.605,22.209,22.951,23.688,22.86,23.506,22.243,21.268,21.661,21.866,23.146,21.661,22.186,21.527,20.565],"paint":[144.22,133.35,136.81,136.553,139.021,137.245,143.148,136.3,136.44,146.594,138.035,140.807,141.078,136.797,135.82]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.085,18.672,18.542,18.773,20.063,18.892,18.935,18.517,18.312,18.592,18.912,18.706,18.896,19.097,18.162],"script":[1.505,1.756,1.59,1.488,1.671,2.06,1.455,1.415,1.415,1.54,1.663,1.366,1.451,1.709,1.391],"paint":[15.891,16.132,15.697,16.074,17.069,15.14,16.217,15.97,15.898,16.089,16.143,16.49,16.609,16.005,16.008]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"07_create10k","values":{"total":[636.136,629.481,638.376,632.259,625.922,634.811,629.104,643.309,632.865,638.438,627.801,639.17,637.357,631.702,634.397],"script":[244.079,249.678,251.523,244.379,243.071,248.53,246.825,251.398,246.254,255.105,248.428,245.154,248.977,244.357,248.606],"paint":[384.226,371.87,379.227,380.394,374.856,378.808,374.766,384.33,378.648,375.811,371.866,386.43,380.901,378.932,378.225]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.182,48.049,47.806,49.519,49.853,46.9,49.08,48.373,48.518,47.796,50.841,50.298,49.215,50.562,48.532],"script":[10.12,10.239,10.15,10.432,10.97,9.954,10.534,10.781,10.321,9.787,10.755,11.045,10.092,10.381,10.545],"paint":[37.189,36.927,36.79,38.255,37.941,36.137,37.537,36.66,37.179,37.191,39.132,38.293,38.166,38.957,37.161]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.327,26.522,27.083,26.648,27.564,27.449,26.639,26.378,27.046,26.899,27.621,27.375,27.103,27.725,25.433],"script":[24.566,23.783,24.895,24.613,25.649,25.524,24.881,24.253,24.376,24.189,26.083,25.08,24.668,25.207,23.145],"paint":[1.382,2.603,2.09,1.937,1.783,1.079,1.643,0.898,2.244,2.594,1.444,1.881,2.329,1.903,1.13]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0504350662231445]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.5182952880859375]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.946069717407227]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8272457122802734]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.52939796447754]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2627.78]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.655999999999999]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.47599999999997]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[294.8623046875]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[156.5859375]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[43.7705078125]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[247.5]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[247.5]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"01_run1k","values":{"total":[45.739,45.935,46.927,46.129,46.917,47.453,46.969,47.592,47.353,46.124,46.373,45.692,47.144,46.631,46.961],"script":[11.616,11.875,12.533,11.92,12.006,11.995,12.057,12.359,12.232,11.955,11.984,12.001,12.624,12.08,12.508],"paint":[33.703,33.6,33.939,33.739,34.189,34.978,34.464,34.698,34.688,33.737,33.951,33.224,34.08,34.093,33.991]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"02_replace1k","values":{"total":[61.587,59.615,59.626,60.362,60.266,59.734,59.59,60.009,60.068,61.057,60.048,59.166,62.052,59.127,60.07],"script":[25.149,26.212,26.276,26.604,26.364,26.507,26.046,25.858,26.53,27.402,26.903,25.759,26.654,26.08,26.131],"paint":[35.695,32.94,32.917,33.308,33.171,32.785,33.095,33.416,33.071,33.215,32.686,32.973,34.884,32.607,33.478]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.154,27.491,27.749,28.44,25.479,27.222,26.288,26.263,26.091,27.979,27.153,23.075,27.659,27.055,27.557],"script":[8.976,9.331,9.715,9.958,7.702,9.05,8.502,8.218,8.294,9.339,8.819,4.778,8.733,7.98,8.118],"paint":[15.616,15.928,16.897,15.351,16.097,15.98,15.248,16.2,16.491,16.571,16.898,16.885,17.006,17.184,16.782]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"04_select1k","values":{"total":[5.264,5.381,4.862,6.626,3.9,5.703,6.407,6.031,4.621,6.959,5.683,4.824,5.242,5.708,4.797,4.332,4.963,4.58,5.81,4.933,5.812,5.897,4.942,6.183,5.972],"script":[1.88,1.969,2.573,2.433,2.047,2.074,2.292,2.291,1.773,3.422,2.205,2.704,2.147,2.022,2.171,1.963,2.112,2.361,2.331,2.68,2.216,2.707,2.354,2.253,2.76],"paint":[3.198,2.786,1.35,2.684,1.449,3.426,2.928,2.669,1.649,2.471,2.572,1.525,2.215,2.842,1.692,1.522,1.876,1.435,2.575,1.357,3.001,2.176,1.661,3.039,2.574]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"05_swap1k","values":{"total":[169.668,167.642,168.885,168.259,171.03,170.343,169.451,169.578,173.31,169.41,171.186,166.741,168.591,171.01,168.567],"script":[32.765,34.45,36.593,34.379,33.005,34.254,34.121,34.083,34.315,33.739,34.134,32.57,33.94,35.899,34.292],"paint":[134.998,130.652,130.622,131.834,136.046,132.816,133.413,133.437,136.629,133.113,135.158,132.041,132.737,132.658,131.709]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.407,25.035,22.748,24.421,24.576,23.823,23.246,24.093,24.068,23.324,23.575,24.643,23.421,23.311,23.218],"script":[6.496,6.319,6.149,6.462,6.527,6.27,6.535,6.437,6.259,6.266,6.3,6.487,6.365,6.222,6.247],"paint":[16.039,17.408,15.421,16.334,16.409,16.345,15.565,16.182,15.777,16.239,16.349,16.774,15.929,16.235,15.57]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"07_create10k","values":{"total":[642.438,646.681,639.774,645.321,631.048,642.948,644.221,647.983,650.209,642.333,658.156,645.055,645.693,640.475,645.985],"script":[254.796,253,255.258,256.566,253.234,254.003,256.788,255.781,257.212,255.286,267.826,257.618,258.073,253.728,256.351],"paint":[379.784,385.857,376.975,381.348,370.383,380.987,379.809,383.975,384.947,379.513,382.737,379.617,379.859,379.315,381.85]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.245,51.474,50.066,51.061,54.365,53.275,50.443,51.982,51.109,52.228,52.615,50.69,52.405,50.44,51.2],"script":[13.684,13.046,12.286,12.474,13.283,13.444,12.865,12.634,12.595,12.524,13.221,12.358,12.825,12.478,12.7],"paint":[38.567,37.448,36.876,37.667,40.062,38.753,36.719,38.127,37.578,38.464,38.096,37.463,38.51,37.056,37.637]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[34.674,34.342,34.826,33.577,33.758,34.972,35.491,33.558,38.34,33.943,35.077,34.785,34.215,35.197,33.746],"script":[32.156,32,32.314,31.282,31.494,32.407,33.016,31.778,36.284,31.254,33.063,32.256,32.174,32.084,32.184],"paint":[1.481,2.257,1.559,2.187,2.152,2.441,2.378,0.795,1.956,2.03,0.812,2.406,1.688,2.979,1.458]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0415716171264648]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.501445770263672]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.415984153747559]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.279107093811035]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[60.299363136291504]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2552.9049999999997]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.351999999999999]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.352]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[284.458984375]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[146.181640625]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.4326171875]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[230.7]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[230.7]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"01_run1k","values":{"total":[52.553,52.693,52.092,53.019,50.294,52.744,50.718,52.564,54.506,52.004,51.398,53.529,53.6,53.89,53.133],"script":[17.631,17.368,17.081,17.637,17.121,18.239,17.409,17.488,17.215,17.075,17.162,17.16,16.978,17.834,17.827],"paint":[34.425,34.883,34.544,34.245,32.689,33.715,32.898,34.334,36.564,34.491,33.793,35.633,36.113,35.403,34.818]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"02_replace1k","values":{"total":[57.587,57.848,62.74,59.076,58.664,58.884,59.21,58.294,58.276,58.672,58.227,58.552,58.459,60.212,58.774],"script":[24.096,24.372,25.699,24.926,24.821,24.839,24.866,24.748,24.576,24.767,24.908,24.838,24.729,25.539,24.794],"paint":[32.985,32.973,36.377,33.663,33.371,33.573,33.859,33.06,33.213,33.434,32.83,32.975,33.244,34.203,33.458]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[52.213,51.204,52.591,51.598,53.715,53.264,53.405,51.591,51.489,51.147,51.838,51.822,54.545,52.188,53.463],"script":[34.02,33.69,34.194,34.368,34.404,34.118,35.124,33.17,33.28,33.548,33.772,34.095,34.817,34.538,35.461],"paint":[16.717,16.464,15.858,15.887,16.814,17.535,15.738,17.305,16.287,15.521,16.733,15.999,17.228,15.708,16.364]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"04_select1k","values":{"total":[36.105,36.706,36.394,36.523,37.541,37.619,35.233,36.186,37.334,34.535,36.01,36.146,34.816,38.532,36.701,36.042,35.325,35.632,36.053,38.084,36.634,36.84,36.233,35.466,36.144],"script":[31.565,32.15,32.532,32.496,33.029,32.774,31.18,32.409,32.83,31.517,32.279,32.126,31.278,33.532,32.075,31.667,31.088,31.667,31.873,33.172,32.198,32.819,31.85,31.908,32.119],"paint":[2.647,3.657,2.536,3.363,3.274,3.393,1.972,2.56,2.561,1.833,2.479,2.073,2.32,3.128,2.725,3.25,3.994,3.041,3.351,4.181,2.865,2.447,3.114,2.422,3.763]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"05_swap1k","values":{"total":[193.842,198.186,199.735,195.942,204.531,195.234,193.011,192.595,196.007,197.292,195.524,194.485,197.789,200.205,200.339],"script":[54.429,53.801,56.025,54.556,53.917,53.727,54.911,54.824,54.228,55.36,54.581,54.991,54.48,56.193,55.05],"paint":[137.444,143.303,141.511,139.013,148.686,138.578,136.088,135.904,138.922,141.091,139.297,137.625,140.83,142.151,143.65]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.083,34.422,33.99,34.075,34.569,33.918,33.702,34.797,33.255,34.606,34,34.052,33.978,34.328,34.173],"script":[16.611,16.961,16.584,16.233,17.107,16.537,15.972,16.685,16.471,16.222,16.371,16.539,16.265,16.974,16.522],"paint":[16.232,16.541,16.328,16.604,16.229,16.147,16.784,16.947,15.543,16.624,16.598,16.254,16.109,16.496,16.384]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"07_create10k","values":{"total":[703.108,706.674,703.928,698.771,694.97,707.925,697.055,692.366,691.037,692.039,691.713,698.592,699.739,696.311,699.303],"script":[303.53,301.194,307.552,306.437,300.729,314.009,303.716,305.367,302.194,303.204,303.891,304.698,303.288,303,305.5],"paint":[391.988,397.899,388.062,384.785,386.801,386.446,385.542,379.453,381.341,381.194,380.265,386.303,388.914,385.689,386.314]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.95,64.066,63.477,66.043,67.388,64.096,64.598,64.949,65.475,63.957,65.333,64.618,64.127,66.122,65.196],"script":[26.452,25.707,25.835,25.815,25.925,26.136,26.414,25.906,26.303,25.582,25.88,25.946,25.623,25.45,26.199],"paint":[37.614,37.441,36.801,39.188,40.482,36.961,37.187,37.729,38.123,37.519,38.46,37.708,37.537,39.337,37.736]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[31.509,31.901,31.489,32.693,33.001,31.232,32.857,33.595,32.474,33.088,32.36,31.323,32.135,33.101,32.718],"script":[29.119,30.149,29.215,30.221,30.906,29.326,30.645,30.566,30.27,30.636,29.957,29.3,29.793,30.623,30.178],"paint":[1.748,0.812,1.587,2.328,1.946,0.722,1.553,2.369,2.111,2.293,2.275,1.927,0.892,2.27,1.581]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.5349340438842773]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.92208194732666]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.196999549865723]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.8282394409179688]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[50.4440393447876]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.112]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[60.79600000000001]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.96400000000006]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[364.1005859375]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[225.8232421875]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[61.8857421875]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[349.9]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[349.9]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"01_run1k","values":{"total":[47.637,44.722,44.864,44.845,45.904,47.625,46.27,44.234,47.544,46.163,45.348,48.645,46.288,44.786,44.578],"script":[10.507,9.456,9.652,9.957,10.066,10.201,10.176,9.615,10.753,10.377,9.704,10.768,10.104,9.555,9.592],"paint":[36.668,34.818,34.731,34.435,35.407,36.97,35.578,34.156,36.077,35.365,35.173,37.39,35.472,34.785,34.539]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"02_replace1k","values":{"total":[49.544,53.054,49.868,50.088,50.546,48.862,50.638,49.462,49.678,51.395,51.517,51.437,52.761,50.449,51.722],"script":[16.131,16.339,16.294,16.151,16.566,16.132,16.683,15.931,16.245,17.088,17.496,16.509,16.82,16.148,17.476],"paint":[32.979,36.018,33.109,33.469,33.265,32.279,33.472,33.08,32.949,33.827,33.557,34.492,35.485,33.824,33.727]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.106,26.443,23.932,23.824,22.771,24.973,22.881,24.311,24.286,24.542,23.569,24.475,23.121,24.982,24.891],"script":[5.511,7.376,5.847,5.942,5.477,5.944,5.347,6.151,5.495,5.909,5.896,5.981,6.04,5.874,5.796],"paint":[15.978,17.561,16.365,16.54,15.543,17.087,15.488,16.286,15.986,16.686,16.596,15.894,15.233,16.725,16.86]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"04_select1k","values":{"total":[5.746,5.095,6.523,6.163,6.123,5.318,6.55,6.131,6.122,6.006,6.051,4.683,6.233,7.437,5.606,5.576,6.163,4.823,4.72,6.12,4.956,5.927,6.819,5.039,6.385],"script":[1.945,2.26,2.834,2.995,3.155,2.097,2.45,3.203,2.286,2.802,2.659,1.888,3.17,4.03,2.722,2.111,2.894,1.884,2.114,1.908,2.11,3.129,2.863,2.157,2.712],"paint":[2.805,1.837,2.935,2.511,1.986,2.015,3.13,1.653,2.924,1.991,2.121,2.241,2.419,3.202,1.926,2.02,2.325,2.815,1.753,3.275,1.912,2.568,2.746,2.007,1.665]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"05_swap1k","values":{"total":[163.934,169.122,165.818,166.191,158.742,162.539,162.406,161.369,163.399,162.983,162.466,162.917,166.341,159.473,170.164],"script":[21.435,22.03,22.124,22.974,23.2,23.608,21.53,21.293,22.672,21.992,22.289,22.81,20.854,22.291,22.69],"paint":[140.509,144.833,141.669,141.177,133.309,137.093,137.782,138.263,138.787,139.338,137.473,137.731,142.785,136.019,145.139]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.758,17.925,18.364,19.204,18.726,18.554,18.061,18.074,18.328,19.846,18.096,18.629,19.01,18.397,19.837],"script":[1.335,1.681,1.361,1.431,1.638,1.415,1.288,1.354,1.961,1.397,1.346,1.3,1.431,1.677,1.646],"paint":[16.668,15.16,15.826,16.414,15.897,16.319,15.888,15.796,15.065,16.533,15.383,16.567,16.003,15.794,16.946]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"07_create10k","values":{"total":[653.24,651.914,640.283,643.771,637.295,645.584,635.705,649.139,647.084,647.014,633.378,644.021,650.376,645.283,640.88],"script":[260.32,261.722,255.833,255.253,251.553,259.716,253.017,260.121,261.464,255.901,256.293,260.036,257.691,261.161,257.692],"paint":[384.701,382.101,376.868,380.627,378.164,378.356,374.867,381.181,377.812,383.546,369.492,376.454,385.092,376.558,375.601]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.063,48.427,49.577,48.647,53.711,50.781,49.809,49.704,50.127,49.044,49.317,49.675,51.926,48.307,49.266],"script":[11.087,10.267,11.031,10.352,11.112,11.445,11.221,11.105,11.118,10.345,11.16,10.955,10.846,10.867,10.984],"paint":[37.983,37.323,37.364,37.463,41.67,38.339,37.345,37.366,37.973,37.756,37.188,37.903,40.068,36.539,37.285]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.038,27.546,26.68,28.845,27.935,27,26.962,27.6,27.509,25.875,26.466,27.362,28.172,26.221,27.905],"script":[25.428,25.27,24.615,27.037,25.585,25.33,24.971,25.573,25.087,23.94,24.456,25.408,25.548,24.024,25.414],"paint":[1.294,1.345,1.01,0.416,1.556,0.886,1.821,1.43,2.325,1.219,1.036,1.853,2.465,1.546,2.389]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9778270721435547]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.150282859802246]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.772764205932617]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.7214241027832031]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[39.33884334564209]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.41]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.088]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.70799999999994]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.166015625]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[141.8896484375]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.0517578125]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[225.6]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[225.6]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"01_run1k","values":{"total":[46.131,46.965,47.215,47.386,48.969,47.388,46.649,47.724,46.878,47.008,46.814,48.177,46.156,48.454,47.163],"script":[11.63,11.522,12.517,12.258,12.914,12.487,11.596,12.426,11.669,11.422,11.576,12.173,11.222,11.909,11.311],"paint":[34.042,34.942,34.29,34.708,35.615,34.376,34.599,34.804,34.775,35.124,34.799,35.503,34.5,36.122,35.125]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"02_replace1k","values":{"total":[54.215,50.913,53.188,52.468,51.265,51.23,52.726,49.865,51.474,52.362,51.189,52.71,52.321,52.488,52.33],"script":[17.522,17.519,19.019,18.566,17.557,18.343,17.631,17.399,18.6,18.374,17.454,18.635,18.645,18.568,18.451],"paint":[36.225,32.738,33.703,33.433,32.968,32.441,34.619,32.039,32.445,33.554,33.25,33.464,33.244,33.484,33.435]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.625,27.203,28.082,26.775,26.543,26.766,26.697,29.249,28.741,27.656,28.92,28.386,26.962,25.742,28.513],"script":[9.533,9.409,10.587,9.781,9.465,9.338,9.613,10.037,9.564,9.48,10.143,9.59,9.511,8.895,9.545],"paint":[15.529,15.608,16.07,14.76,15.493,15.845,15.135,17.135,17.13,15.948,16.835,16.855,16.086,14.989,17.428]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"04_select1k","values":{"total":[8.161,9.116,9.898,9.325,10.301,9.19,10.008,11.289,9.556,9.755,9.258,9.222,9.068,10.013,10.437,9.336,10.195,8.845,9.051,9.328,9.538,8.516,9.615,10.249,8.979],"script":[5.605,5.896,6.2,5.859,7.378,6.072,6.309,5.859,6.333,7.075,6.124,6.148,6.193,6.709,6.634,6.43,6.819,6.305,5.69,6.516,6.311,6.19,6.668,6.854,6.094],"paint":[1.948,2.592,1.456,2.889,2.284,1.601,3.484,4.269,2.192,2.013,1.773,2.944,2.747,1.911,3.46,1.188,2.151,1.654,3.236,2.595,1.922,1.561,1.632,2.775,1.246]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"05_swap1k","values":{"total":[176.264,169.98,171.578,168.077,166.006,174.661,171.687,169.125,173.759,170.644,168.851,171.308,166.976,168.366,169.249],"script":[28.427,27.195,26.177,26.995,27.991,27.491,27.233,28.103,29.122,28.268,27.418,28.455,28.537,28.34,28.152],"paint":[144.578,141.388,142.799,139.438,135.434,145.94,142.208,138.841,143.044,139.238,139.125,140.287,136.197,137.785,138.532]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.52,22.37,21.676,20.878,21.157,20.903,21.628,21.499,20.841,20.582,21.59,20.168,21.033,21.307,20.741],"script":[3.563,3.767,3.31,3.831,3.8,3.67,3.508,3.903,3.961,3.541,3.351,3.459,3.637,3.724,3.466],"paint":[15.665,16.643,16.875,15.853,16.085,16.062,16.777,16.069,15.954,16.059,17.321,15.9,15.74,16.412,16.432]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"07_create10k","values":{"total":[658.955,652.325,648.772,653.811,656.506,659.928,647.652,651.343,662.505,649.435,653.467,645.142,652.404,649.813,648.676],"script":[265.6,267.307,263.931,266.281,265.884,267.924,265.24,264.973,272.363,263.413,264.686,258.39,265.821,266.093,264.154],"paint":[385.656,377.044,377.107,379.914,383.008,384.082,374.672,379.017,382.3,378.142,380.755,379.256,378.908,376.04,376.94]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.147,53.992,52.144,54.03,53.07,52.424,53.194,53.321,53.116,53.505,51.962,53.959,53.539,53.094,53.523],"script":[13.48,14.973,13.853,15.81,14.265,14.456,14.527,14.159,14.667,14.293,13.459,14.221,14.596,14.391,13.812],"paint":[36.756,38.049,37.016,37.341,37.846,37.021,37.411,38.205,37.21,38.266,37.589,38.481,38.019,37.762,38.786]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.627,27.8,29.622,28.428,27.551,27.817,28.784,26.772,28.671,26.102,27.652,28.157,28.474,28.403,28.225],"script":[25.295,24.701,26.878,26.186,25.311,25.076,25.838,24.741,26.81,24.493,25.441,26.176,26.391,26.013,26.049],"paint":[2.219,2.995,2.603,1.792,1.244,2.636,2.776,1.891,1.012,1.299,1.554,1.86,1.773,1.811,1.47]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0771455764770508]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.117474555969238]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.744361877441406]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.227627754211426]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.331027030944824]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2476.57]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.991999999999999]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.30799999999996]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[284.126953125]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[145.8505859375]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.4306640625]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[228.8]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[228.8]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"01_run1k","values":{"total":[49.662,47.094,46.614,46.962,47.802,49.779,47.385,44.623,46.012,47.97,47.808,48.794,47.404,45.73,46.142],"script":[11.976,10.962,10.604,11.127,11.785,11.585,10.956,9.794,10.433,11.872,11.686,10.587,10.792,10.337,10.281],"paint":[37.212,35.643,35.516,35.334,35.522,37.657,35.684,34.371,35.07,35.68,35.619,37.748,36.172,34.928,35.339]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"02_replace1k","values":{"total":[52.189,53.679,53.078,49.635,49.788,50.324,53.85,51.554,51.163,50.23,52.851,51.688,51.067,50.527,53.587],"script":[18.86,18.683,18.825,16.918,16.936,17.305,17.648,17.782,17.927,17.744,19.067,18.196,17.725,17.762,19.509],"paint":[32.835,34.543,33.788,32.308,32.369,32.546,35.536,33.279,32.788,32.056,33.289,33.035,32.894,32.324,33.625]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.815,26.204,25.113,26.518,25.451,26.141,26.063,25.146,25.075,25.742,26.482,25.248,24.503,25.058,24.491],"script":[7.663,7.863,7.753,9.229,7.88,7.842,7.91,7.307,7.496,6.661,7.878,7.363,6.885,7.798,7.56],"paint":[16.226,16.705,15.697,15.088,15.431,16.571,16.007,16.206,15.178,16.949,16.938,16.542,16.386,15.606,14.571]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"04_select1k","values":{"total":[7.577,6.725,7.268,6.91,7.588,7.761,7.854,7.145,10.143,7.682,7.435,6.605,7.815,7.451,7.544,8.284,7.294,7.19,6.716,6.353,5.456,8.371,7.426,8.228,7.532],"script":[4.228,3.415,4.116,3.835,4.146,4.061,3.793,2.847,4.422,4.029,4.05,3.984,4.825,3.982,4.309,3.563,4.015,4.679,3.239,3.597,2.801,4.904,4.177,4.887,4.357],"paint":[3.128,2.758,2.313,2.395,2.703,3.036,2.792,3.266,4.842,3.463,2.492,1.824,2.04,2.783,2.294,4.481,2.408,1.641,2.908,2.615,1.486,2.333,1.884,1.581,1.785]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"05_swap1k","values":{"total":[168.733,175.238,170.504,170.583,171.53,172.112,171.101,170.545,169.924,170.729,171.419,172.487,169.934,168.795,169.548],"script":[28.741,29.069,30.538,29.94,30.54,30.964,27.91,30.046,29.849,28.614,28.729,27.383,29.432,24.627,27.678],"paint":[138.564,143.847,137.861,137.777,139.544,138.819,141.584,137.483,137.023,139.949,140.014,141.849,138.338,142.008,139.903]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.023,21.061,20.091,20.048,20.881,19.893,19.664,20.486,19.341,22.182,20.308,19.917,20.121,20.317,21.496],"script":[2.201,2.307,2.605,2.536,2.54,2.487,2.827,2.282,2.465,4.307,2.6,2.374,2.268,2.63,2.818],"paint":[15.919,17.373,16.631,16.337,17.146,16.469,16.001,16.681,16.018,16.814,16.236,16.348,16.526,16.673,17.234]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"07_create10k","values":{"total":[670.533,671.468,664.121,663.99,670.781,661.446,664.294,663.768,668.925,669.568,674.043,677.78,670.667,666.266,659.139],"script":[268.344,271.145,268.111,268.052,268.928,266.307,270.897,267.643,268.45,269.808,271.983,274.721,271.035,270.457,270.792],"paint":[394.481,392.606,388.503,388.54,394.054,387.598,380.962,388.614,392.399,392.227,394.265,395.243,391.757,388.414,380.717]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.561,49.083,50.191,50.609,49.377,51.734,51.751,48.552,51.516,49.684,51.96,49.163,51.391,51.805,50.694],"script":[11.824,11.915,12.658,12.373,11.015,11.825,13.16,11.326,12.437,11.29,12.112,11.615,12.203,12.861,12.116],"paint":[37.783,36.362,36.587,37.271,37.53,38.648,37.382,36.282,37.889,37.014,38.593,36.733,38.249,38.013,37.33]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.363,30.868,36.261,31.588,37.055,36.304,34.779,31.939,34.803,31.568,32.098,34.322,31.079,37.854,30.157],"script":[28.127,28.413,33.82,29.368,35.363,33.665,33.006,29.396,31.989,29.324,29.262,32.649,29.488,35.379,28.203],"paint":[2.07,1.419,2.34,2.11,1.587,2.509,0.808,2.437,2.706,2.13,1.966,1.216,0.991,1.697,1.826]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0125112533569336]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.545182228088379]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.279047966003418]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8677558898925781]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[62.71494388580322]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2553.1949999999997]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.128]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.85999999999999]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[283.15625]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[144.8798828125]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.8134765625]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[226]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[226]}},{"framework":"reagent-v0.10-keyed","benchmark":"01_run1k","values":{"total":[56.976,65.083,61.091,58.192,56.534,59.109,57.681,60.145,58.474,59.72,58.373,62.086,60.875,57.25,61.563],"script":[23.791,24.466,24.491,23.743,24.081,24.484,24.277,24.055,24.182,23.821,24.281,24.549,24.981,23.941,23.596],"paint":[32.741,32.762,34.837,32.639,32.221,34.134,32.818,32.66,32.639,32.606,32.511,33.424,32.646,32.853,32.985]}},{"framework":"reagent-v0.10-keyed","benchmark":"02_replace1k","values":{"total":[63.309,62.455,64.026,61.434,65.056,61.142,60.584,62.261,68.336,68.502,61.33,62.319,68.309,61.364,63.735],"script":[28.331,28.758,28.99,28.482,28.097,27.809,27.42,28.456,27.246,27.659,28.083,28.911,28.354,28.098,28.541],"paint":[34.8,33.526,34.848,32.751,34.362,33.176,33.005,32.234,32.217,33.645,33.085,32.6,32.789,33.097,33.456]}},{"framework":"reagent-v0.10-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.023,29.027,29.326,30.179,28.461,30.232,29.42,32.587,28.202,29.334,28.308,28.396,29.393,29.656,29.485],"script":[13.544,12.057,13.002,12.847,12.742,13.449,13.351,15.781,11.959,12.499,13.102,12.113,13.255,13.526,13.262],"paint":[15.67,16.196,15.86,15.724,15.599,16.655,15.151,16.664,15.302,16.639,15.093,15.593,15.946,15.591,15.643]}},{"framework":"reagent-v0.10-keyed","benchmark":"04_select1k","values":{"total":[10.434,8.508,8.373,8.729,9.884,8.918,8.402,6.473,8.102,9.339,8.825,7.236,8.726,7.498,7.294,8.336,7.986,8.231,5.463,5.555,7.098,5.652,9.078,9.064,7.138],"script":[5.758,5.245,5.09,4.841,5.746,5.035,3.781,2.694,3.932,5.617,6.089,4.18,5.122,3.332,4.19,4.844,4.67,5.382,3.032,2.54,3.835,2.851,5.904,5.203,3.824],"paint":[3.29,2.257,2.624,2.965,2.54,2.255,2.427,2.924,1.705,3.508,1.572,2.002,2.176,2.929,2.117,2.009,3.077,1.767,2.265,2.814,3.122,1.782,2.953,3.295,3.085]}},{"framework":"reagent-v0.10-keyed","benchmark":"05_swap1k","values":{"total":[165.515,166.776,162.316,165.021,166.693,164.498,173.374,166.99,165.302,171.005,166.61,168.602,173.004,164.401,165.47],"script":[28.02,27.476,27.521,28.062,29.599,27.502,29.7,27.038,28.392,26.905,26.652,27.246,28.949,27.112,28.62],"paint":[137.334,138.823,134.617,136.451,136.934,136.856,143.508,138.95,136.009,143.098,139.134,140.241,143.865,134.707,136.574]}},{"framework":"reagent-v0.10-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.617,32.206,30.912,27.604,24.406,29.893,29.81,32.413,27.537,30.436,24.703,28.069,26.931,27.466,24.553],"script":[5.221,5.639,5.085,5.582,5.407,5.633,5.929,5.414,5.067,5.241,5.522,5.54,5.336,5.624,5.421],"paint":[18.203,17.572,17.288,16.814,16.805,17.523,16.884,17.094,17.282,16.736,16.923,17.721,16.783,17.085,17.054]}},{"framework":"reagent-v0.10-keyed","benchmark":"07_create10k","values":{"total":[703.805,696.021,699.544,694.098,698.317,700.261,701.324,705.138,704.527,707.44,701.748,703.438,692.605,707.458,694.687],"script":[315.851,313.531,313.522,311.38,312.431,312.854,314.578,313.167,311.811,315.722,314.291,316.06,315.374,316.902,312.15],"paint":[383.655,378.144,382.372,378.442,381.716,383.428,382.464,386.486,382.342,388.209,383.927,383.348,373.62,386.578,378.365]}},{"framework":"reagent-v0.10-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.275,68.368,67.306,65.93,60.794,61.523,66.699,61.151,64.621,65.698,65.912,60.751,61.369,65.89,64.779],"script":[22.361,23.357,23.306,22.432,22.74,22.808,22.101,23.235,22.953,22.47,22.717,22.002,22.496,22.533,22.556],"paint":[37.143,39.886,38.558,38.236,37.743,38.002,39.503,37.215,36.684,38.244,37.318,38.398,38.553,38.141,36.949]}},{"framework":"reagent-v0.10-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.838,30.392,30.238,28.862,27.696,30.656,28.546,30.02,30.439,28.857,29.178,31.162,30.874,28.712,30.853],"script":[28.417,27.442,28.167,27.344,26.093,27.289,27.322,27.751,27.634,26.258,27.45,28.889,29.15,26.746,29.241],"paint":[2.348,2.885,2.005,1.455,1.545,3.292,1.162,2.196,2.736,2.533,1.666,2.192,1.661,1.899,1.545]}},{"framework":"reagent-v0.10-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.4130239486694336]}},{"framework":"reagent-v0.10-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.631756782531738]}},{"framework":"reagent-v0.10-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.333052635192871]}},{"framework":"reagent-v0.10-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.197887420654297]}},{"framework":"reagent-v0.10-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.41961860656738]}},{"framework":"reagent-v0.10-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3345.536]}},{"framework":"reagent-v0.10-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[6.275999999999997]}},{"framework":"reagent-v0.10-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.55199999999996]}},{"framework":"reagent-v0.10-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[413.0390625]}},{"framework":"reagent-v0.10-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[274.7626953125]}},{"framework":"reagent-v0.10-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[64.447265625]}},{"framework":"reagent-v0.10-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[415.8]}},{"framework":"reagent-v0.10-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[415.8]}},{"framework":"redom-v3.29.0-keyed","benchmark":"01_run1k","values":{"total":[44.967,41.253,42.8,42.893,41.076,42.64,42.032,42.326,42.29,42.019,42.006,41.337,42.249,42.069,43.086],"script":[8.543,8.239,8.769,8.725,7.999,9.285,8.719,8.097,8.34,8.735,8.456,8.276,8.969,8.654,8.109],"paint":[35.923,32.557,33.58,33.437,32.617,32.91,32.867,33.737,33.262,32.857,33.058,32.596,32.607,32.97,34.282]}},{"framework":"redom-v3.29.0-keyed","benchmark":"02_replace1k","values":{"total":[45.188,45.897,45.617,44.754,45.99,45.427,45.338,46.257,45.187,46.485,47.808,45.195,45.822,45.216,45.706],"script":[11.559,12.517,12.003,11.313,11.558,11.318,11.831,12.368,11.77,11.512,11.811,11.839,12.07,11.025,11.821],"paint":[33.17,32.903,33.164,33.018,33.707,33.659,33.047,33.445,32.936,34.352,35.518,32.632,33.292,33.728,33.436]}},{"framework":"redom-v3.29.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.242,19.054,19.047,19.081,20.642,19.219,21.529,19.362,21.734,19.166,19.854,20.068,20.285,19.147,19.001],"script":[2.364,2.143,2.001,2.21,2.512,1.787,2.301,1.058,1.987,1.573,1.8,1.909,1.452,1.577,1.859],"paint":[16.829,15.585,15.029,15.058,16.034,15.341,16.372,15.735,17.035,16.434,15.272,16.763,17.014,16.144,15.475]}},{"framework":"redom-v3.29.0-keyed","benchmark":"04_select1k","values":{"total":[3.459,4.307,4.389,4.2,3.553,5.156,3.745,3.865,4.88,4.172,4.052,3.789,3.744,3.675,3.997,4.935,3.736,3.219,3.777,4.119,5.071,3.676,3.944,4.188,3.224],"script":[1.179,0.876,1.161,0.893,0.958,0.946,1.377,1.367,1.655,0.241,1.753,0.917,0.975,1.047,1.584,1.397,1.41,0.242,1.186,1.257,1.293,1.468,1.204,0.64,0.87],"paint":[1.581,2.109,1.998,3.133,2.006,3.932,2.26,1.317,1.934,2.768,1.278,2.763,2.657,1.187,2.305,1.897,2.199,2.34,1.532,1.959,2.946,1.595,2.613,2.739,1.214]}},{"framework":"redom-v3.29.0-keyed","benchmark":"05_swap1k","values":{"total":[22.389,21.585,23.378,22.456,22.985,21.936,22.607,22.409,22.997,22.318,23.682,23.245,22.328,22.026,21.997],"script":[1.248,0.994,1.58,1.764,0.941,1.148,0.917,1.491,1.619,1.444,1.628,1.268,0.902,1.338,0.96],"paint":[18.983,19.251,20.237,19.021,20.519,18.285,20.434,18.352,19.097,19.104,20.1,20.371,19.815,19.274,20.036]}},{"framework":"redom-v3.29.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.523,18.562,17.605,16.488,17.53,17.648,16.827,18.292,16.815,17.759,17.236,17.124,17.154,17.559,17.776],"script":[0.63,0.601,0.449,0.562,0.664,0.618,0.259,0.665,0.539,0.891,0.583,0.407,0.624,0.614,0.594],"paint":[15.266,16.198,15.889,15.199,15.802,16.2,15.419,16.199,15.169,15.616,15.037,15.929,15.423,15.551,15.595]}},{"framework":"redom-v3.29.0-keyed","benchmark":"07_create10k","values":{"total":[467.399,469.869,471.042,462.882,473.47,472.036,471.363,474.176,465.022,469.046,471.701,469.928,467.599,470.584,471.605],"script":[93.526,94.396,94.932,92.357,94.236,92.075,94.583,92.27,92.529,93.343,96.5,95.091,91.743,97.887,92.652],"paint":[365.938,367.654,368.569,362.765,371.627,372.131,369,374.288,364.874,367.7,367.55,367.104,368.197,364.986,371.096]}},{"framework":"redom-v3.29.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.443,46.952,46.426,48.191,46.549,47.543,46.863,49.576,47.391,46.839,48.788,46.552,47.394,46.968,47.022],"script":[8.789,8.79,8.726,8.969,9.118,9.512,9.076,8.847,9.021,9.079,9.115,8.418,9.005,9.344,8.92],"paint":[38.758,37.137,36.494,37.965,36.512,37.121,36.843,39.525,37.426,36.777,38.385,37.286,37.424,36.73,37.113]}},{"framework":"redom-v3.29.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.39,16.267,14.681,15.993,14.224,15.167,15.41,15.785,15.083,14.724,15.056,15.141,15.798,16.004,15.799],"script":[13.752,14.508,13.107,13.512,12.761,13.284,13.362,13.352,12.919,13.102,13.08,13.668,13.787,13.969,14.059],"paint":[1.328,0.877,1.268,2.395,1.364,1.793,1.058,1.652,1.19,0.959,0.838,0.391,1.91,1.905,1.633]}},{"framework":"redom-v3.29.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4900360107421875]}},{"framework":"redom-v3.29.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.65860652923584]}},{"framework":"redom-v3.29.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.703640937805176]}},{"framework":"redom-v3.29.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.702996253967285]}},{"framework":"redom-v3.29.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.318299293518066]}},{"framework":"redom-v3.29.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.27]}},{"framework":"redom-v3.29.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.432]}},{"framework":"redom-v3.29.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.68800000000002]}},{"framework":"redom-v3.29.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.7607421875]}},{"framework":"redom-v3.29.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.4873046875]}},{"framework":"redom-v3.29.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.24609375]}},{"framework":"redom-v3.29.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[50]}},{"framework":"redom-v3.29.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[50]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"01_run1k","values":{"total":[41.713,40.653,42.085,41.509,41.133,41.394,41.459,41.789,40.842,40.378,41.479,41.115,40.436,41.56,41.168],"script":[5.222,5.14,5.577,5.648,5.689,5.684,5.818,5.599,5.119,5.606,6.019,5.681,5.267,5.348,5.534],"paint":[36.094,35.09,36.097,35.38,35.01,35.023,35.165,35.501,35.018,34.33,34.757,34.978,34.722,35.74,35.216]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"02_replace1k","values":{"total":[47.916,48.832,46.372,46.949,47.548,49.891,46.817,47.556,49.008,46.705,47.932,47.021,47.762,47.55,46.987],"script":[13.457,14.301,13.41,12.881,12.797,13.357,12.962,13.656,13.307,13.229,12.976,12.824,13.986,13.155,13.446],"paint":[34.03,34.106,32.539,33.616,34.29,35.873,33.371,33.504,34.97,32.851,34.457,33.47,33.326,33.756,33.091]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.869,22.7,21.439,21.016,22.412,20.832,20.743,19.94,20.827,20.893,20.788,19.882,20.695,22.516,21.315],"script":[2.747,3.483,3.494,3.426,3.102,3.516,3.194,3.372,3.023,2.844,3.061,2.995,3.054,2.981,2.713],"paint":[17.136,17.036,15.99,16.252,16.761,15.893,15.787,15.557,16.211,15.876,15.166,15.26,15.997,17.301,17.28]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"04_select1k","values":{"total":[5.747,4.814,4.632,4.165,4.707,4.42,4.888,3.866,5.51,4.98,4.353,5.055,4.375,4.612,3.81,5.268,5.23,3.862,4.423,5.14,4.4,6.049,4.575,6.138,4.322],"script":[1.505,1.386,1.921,1.481,2.411,1.459,1.793,1.497,1.584,1.529,1.913,1.367,1.422,1.557,1.484,1.565,1.86,1.642,1.321,1.563,1.538,1.55,1.392,1.617,1.91],"paint":[4.003,2.517,2.313,2.526,1.631,1.145,2.936,2.219,2.845,3.272,2.085,2.618,2.286,1.964,1.511,2.976,3.204,2.071,2.935,3.408,1.97,3.833,2.481,3.544,2.26]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"05_swap1k","values":{"total":[23.722,23.681,23.399,25.038,26.39,23.372,23.765,23.794,23.392,23.76,24.196,23.779,25.746,23.757,23.125],"script":[1.984,1.541,2.449,2.558,2.277,2.349,2.327,2.292,2.174,2.205,2.397,2.449,1.903,2.329,1.577],"paint":[19.809,20.27,19.857,21.093,21.458,18.881,20.039,19.598,19.319,19.812,19.516,19.934,21.57,19.98,20.236]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.507,17.911,18.005,18.412,18.061,19.336,18.126,18.168,17.577,17.818,18.002,17.724,19.302,19.132,17.881],"script":[1.122,0.798,0.727,0.749,0.792,0.782,1.155,1.148,0.87,0.959,0.847,1.132,0.92,1.005,0.736],"paint":[16.495,16.113,16.368,16.619,16.37,16.583,16.087,16.286,15.928,15.904,16.059,15.523,16.868,16.804,15.651]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"07_create10k","values":{"total":[454.824,450.461,457.846,448.85,450.99,452.117,458.482,453.71,460.2,462.478,447.546,469.128,467.235,459.696,448.302],"script":[82.421,81.619,88.282,81.645,83.558,86.572,86.555,83.777,85.851,89.958,82.588,92.285,90.188,90.4,82.023],"paint":[364.794,361.267,362.018,359.465,359.918,357.793,364.397,362.367,366.722,364.889,357.414,369.09,369.368,361.582,358.799]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.039,43.193,43.154,43.376,42.731,42.912,43.882,46.85,43.072,46.013,44.007,44.334,44.363,44.087,44.188],"script":[5.415,5.386,5.361,5.416,5.383,5.35,6.114,5.693,5.297,5.379,5.35,5.745,6.17,5.415,5.306],"paint":[36.788,36.994,36.903,37.092,36.562,36.764,36.602,39.932,36.962,39.502,37.391,37.632,37.249,37.439,37.864]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.167,17.472,18.234,16.805,17.285,17.724,16.941,17.789,16.593,16.636,17.666,16.724,18.009,16.398,17.468],"script":[14.82,15.328,15.876,14.119,15.019,15.479,14.642,15.27,14.379,15.066,15.626,14.176,15.655,14.456,15.407],"paint":[2.246,1.692,1.898,1.195,2.175,2.101,1.703,1.829,1.19,0.831,1.908,1.704,2.233,1.837,1.202]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.47899818420410156]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3313074111938477]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.4222850799560547]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8119306564331055]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.269210815429688]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.525]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.823999999999993]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.79999999999995]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.75390625]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[6.4794921875]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.861328125]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[52]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[52]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"01_run1k","values":{"total":[46.297,46.731,46.802,45.458,46.323,44.745,44.523,45.453,45.773,43.645,46.683,46.082,44.71,45.35,44.381],"script":[9.629,9.911,10.211,9.757,10.093,9.558,9.477,9.795,9.376,9.379,10.047,9.703,9.678,10.002,9.633],"paint":[36.218,36.329,36.096,35.005,35.752,34.722,34.586,35.182,35.935,33.815,36.194,35.894,34.586,34.677,34.285]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"02_replace1k","values":{"total":[44.952,48.341,43.676,45.301,45.837,48.192,44.852,44.631,44.074,44.621,44.98,45.001,45.186,43.849,47.614],"script":[11.702,11.824,10.905,11.373,12.074,12.004,11.19,11.228,11.101,11.203,11.397,11.111,11.288,11.322,11.33],"paint":[32.846,36.067,32.3,33.27,33.276,35.546,33.174,32.949,32.535,32.932,33.136,33.443,33.471,32.106,35.79]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.393,30.84,30.934,30.586,32.117,30.722,30.882,30.847,30.871,31.188,30.853,28.551,27.722,30.634,30.684],"script":[13.296,13.245,13.971,13.605,14.288,13.378,13.771,13.379,13.434,13.641,13.708,10.87,11.516,13.673,13.16],"paint":[15.695,15.764,15.694,15.34,15.847,15.643,15.462,15.531,15.976,16.226,15.493,15.983,15.227,14.957,15.562]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"04_select1k","values":{"total":[13.348,13.939,13.827,14.225,15.196,15.334,13.888,15.031,14.821,15.341,15.834,14.982,17.185,15.049,14.489,14.698,13.595,15.189,13.336,13.952,13.527,15.201,15.382,15.312,15.883],"script":[10.361,11.031,10.453,11.043,11.471,12.016,10.333,11.919,11.186,11.071,10.828,11.64,12.122,11.537,11.22,11.485,10.276,11.252,10.789,10.534,10.692,11.599,11.808,11.409,12.177],"paint":[2.123,1.937,2.189,2.092,2.003,2.195,3.397,2.087,3.353,4.057,2.655,3.107,4.025,1.985,2.38,2.951,2.348,2.969,2.371,2.364,1.699,2.955,2.171,2.908,2.913]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"05_swap1k","values":{"total":[173.877,180.238,172.855,172.701,176.154,175.132,177.309,171.563,177.043,173.061,181.663,173.721,174.193,178.922,174.852],"script":[32.796,32.048,32.048,32.973,31.988,32.782,32.272,32.419,33.069,32.763,33.69,32.45,31.988,35.723,32.894],"paint":[138.47,145.3,138.765,137.228,142.08,141.097,141.715,137.305,141.572,138.01,145.3,139.818,139.015,141.217,140.403]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.647,22.207,22.666,24.582,25.908,22.696,22.96,23.866,22.677,23.491,22.753,23.469,23.983,23.881,22.684],"script":[6.604,5.326,5.552,6.234,6.692,5.514,5.506,6.31,5.665,6.447,6.129,6.416,6.603,5.997,6.074],"paint":[16.752,16.129,15.695,17.058,17.497,16.038,16.66,16.412,16.214,15.777,15.822,15.621,15.694,16.624,15.429]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"07_create10k","values":{"total":[632.435,644.053,632.083,635.016,643.992,630.628,625.543,631.203,633.804,635.003,640.664,636.834,646.844,620.822,641.865],"script":[240.971,243.026,248.782,244.675,245.754,241.343,246.68,241.127,240.49,247.795,254.098,240.713,254.627,250.562,248.161],"paint":[383.168,393.257,375.535,382.654,390.402,381.424,370.992,382.247,385.732,379.622,379.069,388.553,384.151,362.73,385.811]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.422,50.543,51.717,50.47,49.547,49.807,49.489,51.552,50.75,49.418,49.536,49.584,50.684,49.665,48.998],"script":[11.521,11.854,12.066,12.173,11.515,11.883,11.417,11.927,12.134,11.633,11.973,11.408,12.162,11.32,11.453],"paint":[37.013,37.814,38.652,37.389,37.162,37.058,37.123,38.696,37.663,36.91,36.599,37.162,37.58,37.462,36.639]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.971,15.762,14.967,15.857,14.657,15.688,15.61,15.822,15.284,14.866,15.639,15.354,15.241,16.152,16.284],"script":[12.798,12.958,12.759,13.57,12.935,13.375,12.831,13.563,13.229,13.392,13.423,13.129,13.058,13.861,14.048],"paint":[2.064,2.551,2.088,1.294,0.831,2.209,1.762,2.156,1.333,1.373,2.095,2.125,1.016,1.046,2.126]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.940302848815918]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.5158491134643555]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.783492088317871]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.6860780715942383]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.20023250579834]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.4550000000004]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.331999999999999]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[149.236]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[270.95703125]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[132.6806640625]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[37.9970703125]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[226.4]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[226.4]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"01_run1k","values":{"total":[44.51,44.34,44.404,44.893,44.12,44.99,44.772,44.7,44.642,43.589,44.651,44.948,45.059,44.573,47.478],"script":[8.312,9.049,8.463,9.113,8.783,9.316,9.183,8.751,8.884,8.933,9.23,8.601,8.998,9.311,9.031],"paint":[35.75,34.873,35.47,35.172,34.826,35.188,35.112,35.471,35.287,34.184,34.703,35.558,35.66,34.787,37.912]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"02_replace1k","values":{"total":[46.098,46.655,45.993,46.568,45.892,45.124,46,46.194,46.128,45.214,45.992,45.983,45.9,45.976,45.893],"script":[11.844,11.913,12.003,11.691,11.693,11.203,11.872,11.821,12.139,11.868,11.918,12.045,12.07,12.311,12.02],"paint":[33.794,34.274,33.495,34.14,33.675,33.461,33.662,33.891,33.287,32.922,33.593,33.493,33.107,33.169,33.409]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.408,19.836,20.014,19.894,19.478,18.979,18.831,19.028,18.928,20.191,18.862,20.133,18.941,19.117,19.008],"script":[2.279,2.384,2.583,2.944,2.496,1.742,2.248,2.525,2.087,2.631,1.91,2.504,2.244,1.765,1.865],"paint":[16.033,15.873,16.148,15.623,15.787,15.813,14.561,15.788,15.797,16.136,15.369,16.335,15.266,15.779,16.098]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"04_select1k","values":{"total":[4.909,4.342,4.897,3.796,3.402,4.024,3.864,3.898,3.83,3.981,4.666,4.828,3.989,4.26,3.295,3.522,4.315,4.318,3.646,4.763,3.725,3.518,4.225,4.654,3.753],"script":[1.558,2.018,1.334,0.946,1.11,1.654,1.246,1.428,1.268,1.803,1.323,0.89,1.153,1.534,1.02,1.226,1.232,1.269,0.962,1.389,1.326,1.208,1.358,1.671,1.039],"paint":[2.15,1.173,2.656,1.921,1.524,2.259,1.832,1.456,1.679,1.673,1.871,2.136,2.725,2.621,2.154,1.5,2.22,1.936,1.328,3.129,1.91,2.177,1.986,1.74,1.988]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"05_swap1k","values":{"total":[24.508,25.305,24.988,25.012,25.035,23.932,23.76,24.542,23.328,24.841,23.283,24.095,24.626,24.523,24.142],"script":[2.502,3.019,3.148,3.001,2.759,2.56,2.669,2.773,2.483,2.741,2.667,2.786,2.263,2.527,2.869],"paint":[20.515,20.344,20.001,20.407,20.271,19.979,19.257,19.404,18.99,20.731,17.655,19.952,20.483,20.554,19.709]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.91,18.893,18.398,18.466,18.975,18.286,21.029,17.787,19.813,18.503,18.502,18.386,18.963,19.229,19.518],"script":[1.324,1.639,1.289,1.176,1.514,0.94,1.467,1.175,1.606,1.24,1.319,1.313,1.226,1.335,1.673],"paint":[16.75,16.386,16.024,16.511,15.989,16.582,18.364,14.962,16.914,16.16,16.048,16.29,16.897,16.708,16.543]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"07_create10k","values":{"total":[486.325,480.196,479.258,471.523,474.782,469.074,476.522,466.006,472.85,468.833,478.419,473.968,472.591,479.616,489.075],"script":[103.948,95.638,99.175,100.654,96.14,98.616,101.878,100.861,99.616,101.555,99.481,99.653,99.511,98.333,99.569],"paint":[374.251,376.824,372.643,362.703,371.217,362.937,366.552,357.344,365.437,359.6,371.512,366.853,365.4,373.762,381.541]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.748,45.18,46.511,47.196,46.566,47.151,47.64,49.435,46.519,46.721,47.097,45.867,46.286,47.117,46.726],"script":[8.648,8.117,9.039,9.186,9.333,8.911,8.949,8.712,8.42,8.379,8.891,8.16,7.879,9.239,8.538],"paint":[37.148,36.255,36.54,37.06,36.255,37.254,37.694,39.815,37.077,37.419,37.319,36.864,37.519,36.913,37.212]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.347,13.751,13.046,13.027,13.092,12.996,13.169,14.071,12.986,12.735,13.162,12.701,12.899,12.877,13.615],"script":[11.539,11.316,10.836,11.311,11.797,11.275,10.708,11.907,11.341,11.254,10.741,10.765,11.48,10.405,11.571],"paint":[1.207,1.432,2.099,1.384,0.899,1.381,2.357,2.046,0.962,0.382,1.907,0.956,0.383,2.374,1.88]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4837656021118164]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.9742393493652344]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.0132389068603516]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8354110717773438]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.50392436981201]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.0649999999998]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.511999999999993]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[166.67200000000003]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.9189453125]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.6435546875]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.11328125]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[59.1]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[59.1]}},{"framework":"riot-v7.1.0-keyed","benchmark":"01_run1k","values":{"total":[49.664,45.728,46.675,45.675,46.043,46.832,46.207,45.659,46.838,47.27,46.202,48.136,47.542,47.858,46.206],"script":[10.775,9.712,10.525,10.307,10.906,10.524,10.871,9.752,10.872,10.492,9.798,10.106,11.113,11.08,10.57],"paint":[38.101,35.511,35.69,34.632,34.603,35.849,34.851,35.374,35.497,36.013,35.713,37.26,35.77,36.165,35.176]}},{"framework":"riot-v7.1.0-keyed","benchmark":"02_replace1k","values":{"total":[51.825,50.891,50.303,49.523,50.844,53.158,49.576,50.222,50.567,49.587,53.199,49.98,51.035,50.327,50.696],"script":[17.297,17.096,15.563,15.829,16.983,16.383,15.908,16.117,16.551,15.799,16.073,15.721,16.276,16.05,16.765],"paint":[33.922,33.34,34.295,33.236,33.39,36.247,33.191,33.635,33.305,33.32,36.425,33.812,34.295,33.817,33.437]}},{"framework":"riot-v7.1.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.743,22.137,22.787,22.556,22.718,22.964,21.993,22.734,23.145,22.493,22.763,23.273,23.343,21.925,23.983],"script":[4.674,4.94,5.272,4.859,4.923,5.36,4.835,4.629,5.071,5.361,4.792,4.285,5.192,4.723,5.395],"paint":[16.277,15.562,15.327,15.814,16.199,15.593,14.72,15.958,15.937,15.645,16.272,16.664,16.721,14.253,17.487]}},{"framework":"riot-v7.1.0-keyed","benchmark":"04_select1k","values":{"total":[8.69,7.377,8.017,7.509,6.104,6.898,7.087,8.048,7.464,7.547,7.483,8.26,7.687,7.107,6.873,6.705,7.913,6.788,7.487,7.862,8.436,6.872,6.518,7.899,7.883],"script":[4.35,4.203,4.826,4.657,3.668,4.079,4.596,5.039,4.518,5.091,4.268,5.07,4.354,4.699,4.006,3.92,4.382,4.129,4.518,5.04,5.186,3.783,4.346,5.072,4.781],"paint":[3.728,2.032,2.003,2.638,1.687,1.885,2.005,2.812,1.934,1.889,3.088,1.923,2.204,0.931,1.586,2.602,2.769,2.525,2.365,2.205,2.013,1.922,1.648,1.491,2.188]}},{"framework":"riot-v7.1.0-keyed","benchmark":"05_swap1k","values":{"total":[25.648,25.997,25.847,26.935,25.516,28.286,26.096,24.6,26.713,26.109,24.558,24.753,24.99,26.404,26.104],"script":[5.036,5.109,4.695,5.367,4.563,4.867,5.208,4.641,5.138,4.713,4.015,4.094,4.436,4.241,4.281],"paint":[18.663,18.398,18.876,20.359,19.261,22.256,19.53,18.186,19.083,19.798,19.368,19.347,18.896,20.906,19.756]}},{"framework":"riot-v7.1.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.234,19.696,19.017,20.155,18.979,19.71,18.839,19.548,19.371,19.579,19.038,20.386,19.298,19.062,19.796],"script":[2.137,2.136,2.285,2.222,2.38,2.462,2.148,2.384,2.399,2.384,2.387,2.714,2.191,2.38,2.356],"paint":[15.665,15.608,15.924,16.741,15.827,15.956,15.54,15.9,15.563,15.947,15.686,16.448,16.14,15.895,15.855]}},{"framework":"riot-v7.1.0-keyed","benchmark":"07_create10k","values":{"total":[545.269,538.055,521.024,531.146,525.722,514.139,532.948,516.852,508.91,529.074,538.94,521.486,513.996,519.364,513.503],"script":[130.778,129.987,130.814,130.599,132.099,131.084,130.61,131.212,128.207,130.841,131.268,129.373,129.346,132.342,129.704],"paint":[406.754,399.547,382.594,392.393,385.563,375.156,393.88,377.656,373.177,390.684,399.677,384.081,377.117,379.537,375.424]}},{"framework":"riot-v7.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.303,52.379,51.039,49.37,51.503,54.317,49.015,49.442,49.152,51.15,49.66,49.171,53.946,49.986,50.76],"script":[11.274,11.688,11.117,10.488,11.192,12.117,10.595,10.468,10.312,12.189,10.744,10.676,11.932,10.626,11.548],"paint":[37.742,39.828,38.937,37.977,39.29,41.258,37.566,38.052,37.913,38.027,38.025,37.631,40.795,38.353,38.266]}},{"framework":"riot-v7.1.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.796,26.091,23.892,22.055,27.237,26.257,27.334,24.603,24.146,21.705,27.513,24.141,23.03,24.697,25.376],"script":[24.597,24.173,21.705,20.476,24.684,24.3,25.674,22.424,22.204,19.219,25.056,22.191,20.875,22.544,23.246],"paint":[1.23,1.063,1.698,1.472,2.264,1.848,0.8,1.837,1.817,2.391,2.331,1.105,1.375,2.057,2.026]}},{"framework":"riot-v7.1.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5325040817260742]}},{"framework":"riot-v7.1.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.789669990539551]}},{"framework":"riot-v7.1.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.931232452392578]}},{"framework":"riot-v7.1.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8965425491333008]}},{"framework":"riot-v7.1.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.368557929992676]}},{"framework":"riot-v7.1.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2099999999998]}},{"framework":"riot-v7.1.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.356000000000002]}},{"framework":"riot-v7.1.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.23200000000008]}},{"framework":"riot-v7.1.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.203125]}},{"framework":"riot-v7.1.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.9287109375]}},{"framework":"riot-v7.1.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.4384765625]}},{"framework":"riot-v7.1.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[67.1]}},{"framework":"riot-v7.1.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[67.1]}},{"framework":"s2-v1.0.17-keyed","benchmark":"01_run1k","values":{"total":[45.978,45.36,45.159,45.72,44.297,45.112,44.665,46.738,45.487,45.44,46.991,44.96,44.147,45.563,45.213],"script":[8.879,8.353,9.705,9.052,8.663,9.476,8.499,8.964,9.266,9.07,9.061,8.833,8.574,8.46,8.901],"paint":[36.581,36.383,34.965,36.231,35.195,35.139,35.606,37.275,35.548,35.875,37.458,35.596,34.804,36.654,35.856]}},{"framework":"s2-v1.0.17-keyed","benchmark":"02_replace1k","values":{"total":[49.292,47.695,45.251,46.71,47.067,47.709,47.514,47.315,46.503,46,47.455,45.223,47.493,46.887,45.994],"script":[13.498,13.67,12.264,12.848,13.058,13.214,13.18,13.006,13.038,12.886,13.149,12.12,13.152,13.31,12.455],"paint":[35.34,33.545,32.573,33.376,33.486,33.756,33.585,33.83,33.012,32.637,33.588,32.654,33.852,33.12,33.05]}},{"framework":"s2-v1.0.17-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.656,21.21,19.276,20.21,19.828,19.545,19.954,22.187,23.021,28.715,19.358,19.557,20.792,18.613,22.886],"script":[1.705,1.56,1.675,1.83,1.307,0.938,1.089,0.972,1.557,2.303,1.323,0.638,1.323,1.283,1.607],"paint":[17.37,17.678,16.217,16.498,16.86,16.937,16.669,18.23,19.385,22.49,16.957,16.211,17.243,15.173,18.594]}},{"framework":"s2-v1.0.17-keyed","benchmark":"04_select1k","values":{"total":[3.503,3.039,3.111,3.893,4.057,3.071,3.329,3.035,3.13,4.06,4.039,3.429,2.744,3.65,2.86,2.68,2.744,3.934,3.706,4.031,2.776,2.78,3.197,3.233,2.617],"script":[0.407,0.047,0.057,0.895,0.045,0.59,0.05,0.051,0.842,0.06,0.847,0.059,0.182,0.053,0.049,0.053,0.205,0.684,0.056,0.048,0.05,0.051,0.05,0.056,0.046],"paint":[1.897,2.504,2.912,2.857,2.858,2.361,2.069,1.79,1.722,2.588,2.777,2.395,2.259,2.956,2.699,1.464,2.404,2.238,3.49,2.899,2.128,2.626,3.013,2.58,1.545]}},{"framework":"s2-v1.0.17-keyed","benchmark":"05_swap1k","values":{"total":[21.615,21.659,22.497,20.669,23.235,21.953,22.321,21.462,22.688,21.419,21.582,22.008,21.819,22.236,21.787],"script":[0.137,0.851,1.046,0.127,1.015,0.127,0.878,1,0.814,0.759,0.202,0.933,1.296,0.856,0.79],"paint":[19.527,18.869,19.554,19.021,19.265,18.767,19.8,19.023,20.32,19.087,20.311,18.819,19.119,19.545,19.714]}},{"framework":"s2-v1.0.17-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.261,17.217,18.126,17.205,16.669,17.101,17.434,18.004,17.153,17.032,17.043,17.538,17.059,16.623,17.067],"script":[0.336,0.243,0.362,0.091,0.092,0.43,0.319,0.092,0.101,0.133,0.217,0.226,0.09,0.093,0.247],"paint":[16.572,15.666,16.631,16.366,15.5,15.455,16.298,16.648,15.941,16.081,15.763,16.111,16.208,15.388,15.484]}},{"framework":"s2-v1.0.17-keyed","benchmark":"07_create10k","values":{"total":[498.357,502.598,499.254,507.865,504.376,493.665,493.626,502.358,493.834,483.363,501.647,497.882,495.88,492.302,499.137],"script":[108.385,107.484,107.772,108.297,111.888,108.021,106.085,106.765,105.068,105.775,110.561,109.822,109.982,104.884,109.261],"paint":[382.126,387.394,383.479,391.481,384.772,377.999,379.81,387.37,381.259,370.071,383.347,380.192,377.521,379.593,382.222]}},{"framework":"s2-v1.0.17-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.022,48.716,48.051,48.337,47.264,49.729,49.808,50.826,49.584,48.278,49.874,46.559,50.344,48.77,49.586],"script":[9.197,9.869,9.837,9.605,9.334,9.586,9.74,9.6,9.789,9.504,9.949,9.126,9.993,9.633,9.195],"paint":[36.956,37.612,37.305,37.729,36.918,39.134,39.122,40.214,38.893,37.76,38.673,36.581,39.051,38.18,39.144]}},{"framework":"s2-v1.0.17-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.824,19.301,20.52,20.613,19.095,19.926,18.552,20.214,20.633,20.557,19.66,19.418,20.584,19.376,20.029],"script":[17.624,17.003,18.067,18.336,16.457,18.139,16.35,18.069,18.493,18.652,18.097,17.584,17.675,17.018,17.513],"paint":[2.109,2.188,0.464,2.144,1.284,0.863,2.099,2.039,1.143,1.243,1.371,1.206,2.782,1.313,2.421]}},{"framework":"s2-v1.0.17-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5625600814819336]}},{"framework":"s2-v1.0.17-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.5092058181762695]}},{"framework":"s2-v1.0.17-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.569260597229004]}},{"framework":"s2-v1.0.17-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.166438102722168]}},{"framework":"s2-v1.0.17-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.967507362365723]}},{"framework":"s2-v1.0.17-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.3640000000005]}},{"framework":"s2-v1.0.17-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.071999999999994]}},{"framework":"s2-v1.0.17-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.45600000000007]}},{"framework":"s2-v1.0.17-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[211.9326171875]}},{"framework":"s2-v1.0.17-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[73.3544921875]}},{"framework":"s2-v1.0.17-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.75]}},{"framework":"s2-v1.0.17-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[128.6]}},{"framework":"s2-v1.0.17-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[128.6]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"01_run1k","values":{"total":[44.84,43.97,45.329,44.137,45.084,43.854,45.058,43.428,44.877,45.304,44.375,44.178,43.774,43.779,45.053],"script":[8.218,7.836,8.965,7.891,7.941,7.843,8.077,7.801,7.631,7.927,7.853,8.318,7.858,7.639,8.223],"paint":[36.159,35.674,35.912,35.767,36.728,35.571,36.499,35.166,36.786,36.873,36.008,35.408,35.454,35.668,36.419]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"02_replace1k","values":{"total":[48.587,48.985,49.94,47.933,47.175,47.495,46.632,47.191,46.446,47.831,47.611,47.693,47.977,48.207,47.841],"script":[13.057,13.794,13.855,13.225,13.451,13.21,13.028,13.385,13.269,13.534,14.296,13.423,14.124,13.635,13.57],"paint":[34.955,34.714,35.575,34.273,33.265,33.806,33.134,33.354,32.712,33.572,32.89,33.795,33.403,33.853,33.803]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.112,20.82,21.276,21.303,20.826,20.386,20.601,20.588,21.862,21.505,21.662,21.144,20.507,22.192,21.158],"script":[3.776,3.557,3.949,3.451,3.416,3.442,3.691,3.612,3.942,4.189,4.016,3.229,3.618,2.96,3.634],"paint":[16.566,15.644,16.02,16.171,16.355,15.655,14.985,14.694,16.311,15.405,15.704,15.591,14.888,16.764,15.478]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"04_select1k","values":{"total":[5.798,5.236,4.427,4.138,6.106,5.38,4.61,5.375,4.872,5.918,5.269,4.707,4.621,5.567,4.263,4.712,6.01,4.323,5.187,5.749,4.509,4.742,5.085,5.085,4.348],"script":[2.969,1.538,1.895,1.866,2.159,1.935,1.238,1.804,1.624,1.614,2.182,1.827,2.056,1.961,1.85,2.387,2.146,1.339,2.455,1.828,1.891,1.916,2.024,2.139,1.341],"paint":[2.016,2.676,2.413,1.499,3.115,2.445,2.656,2.731,2.529,4.023,2.936,1.754,2.465,2.358,1.592,2.222,3.597,2.88,2.211,2.657,2.515,2.611,1.793,2.181,2.252]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"05_swap1k","values":{"total":[24.041,24.35,23.343,23.125,23.163,23.907,24.699,24.509,24.279,24.186,23.696,23.878,24.173,25.992,27.095],"script":[1.425,2.356,2.129,2.332,1.808,2.131,1.847,2.481,2.309,1.88,1.583,2.358,1.813,3.03,1.839],"paint":[21.145,19.784,19.581,18.801,19.566,20.468,20.814,20.153,19.563,20.421,20.559,19.629,19.612,20.814,22.837]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.195,18.7,18.57,17.872,17.805,18.143,18.856,18.501,17.734,18.263,18.693,18.072,18.276,19.008,18.238],"script":[0.685,1.074,0.727,0.72,0.677,0.747,0.927,0.768,1.033,1.025,1.041,0.902,0.946,0.748,0.712],"paint":[16.37,16.233,16.668,15.676,16.302,16.532,16.752,16.366,15.838,16.166,16.489,16.062,16.279,16.969,16.293]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"07_create10k","values":{"total":[495.029,490.234,489.601,484.165,489.766,486.025,494.769,487.061,497.626,488.061,495.922,485.934,495.543,486.541,489.889],"script":[105.66,109.63,103.218,106.145,105.756,109.223,117.817,104.218,115.492,115.773,118.357,107.11,104.159,104.804,106.687],"paint":[381.647,372.892,378.282,370.348,376.284,368.465,369.25,375.045,374.221,364.762,369.802,371.379,383.635,372.816,374.493]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.954,47.974,48.286,49.055,49.277,51.395,50.603,50.296,52.816,49.136,49.002,47.82,49.959,48.858,48.12],"script":[8.648,8.517,8.804,8.743,9.18,8.709,8.686,8.84,8.319,8.657,8.532,8.44,8.406,8.256,8.422],"paint":[41.306,38.611,38.475,39.347,38.928,41.736,40.972,40.53,43.332,39.534,39.496,38.553,40.272,39.643,38.791]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.696,24.393,22.755,25.205,25.344,22.949,23.054,23.411,25.114,25.159,25.448,25.652,25.753,26.25,24.733],"script":[23.446,22.225,20.902,23.566,22.781,20.588,21.458,21.77,22.877,22.667,23.372,23.757,23.214,23.932,22.808],"paint":[1.286,1.533,1.029,0.912,1.69,1.245,1.47,1.532,1.679,2.375,0.892,0.918,2.427,1.807,1.84]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8278942108154297]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.174866676330566]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.29532527923584]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.089193344116211]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[43.22648811340332]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.2799999999997]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.099999999999998]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.72799999999998]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[214.7236328125]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[76.447265625]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[19.0400390625]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[134.2]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[134.2]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"01_run1k","values":{"total":[45.9,41.946,42.925,52.004,42.612,40.94,41.741,41.92,42.435,41.6,40.711,43.91,44.7,48.205,41.345],"script":[5.85,6.002,6.008,5.598,5.817,5.668,6.317,6.481,5.832,5.789,5.593,5.975,5.52,6.377,5.833],"paint":[34.536,35.791,36.721,38.135,36.599,35.11,35.229,35.241,36.326,35.641,34.955,37.378,34.059,35.759,35.342]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"02_replace1k","values":{"total":[46.081,44.162,45.041,43.359,44.244,43.931,46.444,43.287,43.906,43.846,42.221,47.186,43.169,44.084,43.33],"script":[10.945,10.512,11.249,10.29,10.737,10.15,10.582,10.337,10.019,9.9,9.511,10.593,10.059,10.491,10.06],"paint":[34.727,33.292,33.442,32.878,33.078,33.6,35.657,32.774,33.697,33.78,32.535,36.245,32.922,33.409,33.092]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.832,42.727,39.818,40.247,22.692,37.031,22.476,23.889,20.304,39.756,42.33,23.726,24.56,39.127,19.795],"script":[4.753,4.755,3.815,4.859,3.937,3.903,4.602,4.414,3.923,5.263,4.506,4.712,3.985,4.104,4.142],"paint":[16.579,20.567,19.059,18.961,17.009,16.577,17.636,16.418,16.234,17.917,19.047,16.328,19.085,16.266,15.198]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"04_select1k","values":{"total":[14.541,7.316,14.57,13.718,16.142,18.745,10.508,15.899,8.768,11.019,10.205,14.681,10.76,10.643,10.714,7.5,12.295,8.718,17.973,7.707,13.339,16.797,19.512,10.58,14.627],"script":[3.397,2.784,3.302,2.759,2.313,3.14,1.917,1.902,3.48,3.053,2.567,3.467,1.706,2.346,2.792,2.092,2.392,3.621,3.027,3.572,3.209,2.224,3.463,1.85,3.106],"paint":[4.641,4.286,3.257,4.021,5.15,4.546,5.484,4.001,2.872,4.034,4.9,5.677,3.209,3.369,4.659,3.166,5.806,5.106,5.491,4.189,4.575,5.328,6.502,2.605,4.154]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"05_swap1k","values":{"total":[42.29,42.894,28.775,26.01,27.387,26.737,42.008,31.085,25.715,30.104,26.116,43.303,42.24,25.808,26.487],"script":[2.486,1.88,2.85,3.427,2.108,1.722,2.301,2.816,2.753,2.581,2.189,2.287,2.564,3.196,3.622],"paint":[21.544,21.88,22.071,21.746,22.722,22.409,22.922,24.708,21.997,26.067,21.956,22.406,23.526,21.857,21.042]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.07,20.938,20.916,20.79,19.832,21.754,22.372,18.913,22.662,20.322,20.865,20.731,21.577,21.528,20.232],"script":[1.312,1.644,1.698,1.3,1.384,1.731,1.374,1.378,1.588,1.305,1.671,1.354,1.629,1.324,1.285],"paint":[15.586,17.028,17.389,17.795,16.965,18.038,18.631,16.239,18.722,17.163,17.906,17.753,17.895,18.194,17.385]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"07_create10k","values":{"total":[438.682,430.24,434.588,432.218,432.041,430.17,433.663,432.886,429.164,432.845,430.272,440.636,434.318,430.101,430.36],"script":[76.487,73.988,76.277,75.79,72.616,73.913,75.168,74.869,73.391,75.633,76.559,77.178,76.574,75.001,74.251],"paint":[358.649,352.771,354.9,352.974,355.895,352.767,354.431,354.504,352.306,353.747,350.178,360.082,354.24,351.6,352.512]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.859,46.862,43.92,46.244,44.246,60.644,60.244,60.62,45.445,45.27,43.338,58.914,49.009,44.028,46.315],"script":[6.289,6.368,6.226,6.257,6.243,6.331,6.391,6.696,6.246,6.346,6.379,6.637,7.058,6.402,6.465],"paint":[37.592,40.096,37.209,39.63,37.347,37.925,37.228,37.821,38.886,38.625,36.637,36.499,40.767,37.29,39.554]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.377,22.468,21.274,20.494,21.09,20.996,19.877,20.408,20.117,21.982,20.71,20.183,20.279,20.62,20.869],"script":[14.993,16.266,16.204,16.291,15.335,16.435,15.06,16.273,15.606,17.65,15.604,15.457,15.705,16.047,16.047],"paint":[3.684,5.129,3.816,2.795,3.928,2.976,3.149,3.351,3.547,3.501,3.697,2.73,3.318,3.254,3.705]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9565238952636719]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7120180130004883]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.8525381088256836]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2102670669555664]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.272886276245117]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2250.965]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.524]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.77599999999995]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[224.6513671875]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[86.3759765625]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.6728515625]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[151.2]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[151.2]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"01_run1k","values":{"total":[73.558,72.233,76.007,74.849,75.975,74.511,76.109,75.494,74.558,75.313,70.407,74.991,75.365,73.894,74.052],"script":[36.598,35.843,37.114,37.392,37.314,37.992,39.121,38.34,37.748,38.029,33.11,37.602,38.421,36.1,37.296],"paint":[36.493,35.914,38.399,36.987,37.92,35.927,36.483,36.589,36.29,36.804,36.815,36.866,36.255,37.342,36.26]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"02_replace1k","values":{"total":[92.567,91.628,85.715,92.418,92.129,93.076,91.436,91.098,93.829,94.047,89.821,92.618,89.646,84.993,86.022],"script":[58.458,58.085,52.632,58.202,57.82,59.039,57.802,57.792,59.541,57.994,54.778,58.68,54.201,51.269,52.089],"paint":[33.642,33.088,32.635,33.525,33.6,33.567,32.915,32.844,33.553,35.593,34.581,33.217,34.996,33.288,33.474]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.957,27.499,29.053,29.742,28.09,27.432,27.612,28.502,28.09,27.812,27.629,27.742,27.668,29.095,27.771],"script":[8.938,9.976,10.429,10.359,9.832,9.147,9.217,10.497,10.176,10.083,9.278,10.337,9.814,9.656,9.928],"paint":[17.47,16.234,16.922,17.518,16.454,16.55,16.715,16.239,16.477,16.364,15.942,16.329,15.764,17.482,15.419]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"04_select1k","values":{"total":[11.376,10.854,10.429,11.864,10.965,11.613,11.428,11.961,10.404,10.276,11.467,10.946,10.939,10.687,10.981,10.042,11.797,11.348,10.767,10.879,10.793,11.732,11.271,11.592,10.699],"script":[7.919,8.03,7.254,8.175,7.283,7.98,8.344,7.974,7.429,7.704,8.425,7.938,8.312,7.447,8.145,6.956,8.244,8.114,7.331,7.312,7.3,7.684,7.614,8.075,7.379],"paint":[1.797,1.866,2.024,2.533,3.509,2.428,2.164,2.709,2.007,1.649,1.397,2.304,1.653,3.049,2.067,2.938,2.692,2.005,2.238,2.322,2.345,3.872,2.716,2.52,1.897]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"05_swap1k","values":{"total":[54.471,54.486,57.548,56.061,54.57,56.779,54.515,55.562,53.878,55.661,55.171,53.487,54.255,56.417,54.135],"script":[32.094,31.796,34.393,32.438,32.066,33.028,31.919,32.644,31.608,32.208,32.219,31.768,31.896,32.718,32.244],"paint":[20.872,20.361,21.098,22.151,20.672,21.296,20.466,21.255,20.231,21.598,21.041,20.586,19.296,22.58,19.014]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.902,20.953,20.83,20.908,21.262,21.468,21.334,20.963,20.348,21.299,20.916,21.334,21.449,21.016,21.768],"script":[3.567,3.69,3.701,3.819,3.726,3.667,3.728,3.677,3.664,3.668,3.681,4.068,3.806,3.688,4.02],"paint":[15.815,15.816,15.733,16.325,16.734,16.44,16.671,16.533,15.666,16.264,15.809,16.186,16.545,15.85,16.487]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"07_create10k","values":{"total":[998.339,973.807,978.012,979.989,949.258,985.382,974.812,988.541,1003.394,999.038,999.661,978.776,990.527,982.363,988.765],"script":[602.125,579.081,575.3,587.166,561.281,590.851,578.161,591.692,597.143,601.824,603.593,591.385,589.209,584.575,598.546],"paint":[388.223,386.996,394.612,385.103,380.283,386.793,389.001,389.02,398.369,388.919,388.187,379.767,392.668,389.735,382.208]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[78.452,79.178,77.933,80.678,78.633,81.696,83.128,77.956,82.586,82.176,80.446,81.571,79.312,78.259,82.726],"script":[38.444,38.286,38.017,39.605,38.164,40.35,41.113,37.654,40.846,41.511,39.643,39.226,38.866,37.845,41.341],"paint":[39.026,39.892,38.93,39.679,39.491,40.345,40.676,39.304,40.805,39.585,39.849,41.045,39.428,39.403,40.408]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[47.276,45.179,45.008,47.658,43.951,44.76,44.493,47.237,47.53,44.997,42.26,44.513,43.239,43.479,46.247],"script":[44.477,42.444,42.501,44.833,41.231,42.551,42.196,44.685,44.89,42.486,40.274,41.549,41.126,41.964,43.524],"paint":[2.669,1.887,1.675,1.979,2.618,2.087,1.355,2.427,1.354,2.385,1.877,2.843,1.09,0.432,1.261]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6789588928222656]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.88038444519043]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.030688285827637]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.580798149108887]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.21481800079346]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.37]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[22.652]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.23200000000003]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[388.0185546875]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[249.458984375]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[75.6826171875]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[488.8]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[488.8]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"01_run1k","values":{"total":[46.158,46.159,44.199,45.433,44.905,46.189,45.113,44.567,43.777,43.04,48.014,44.747,44.796,44.173,43.569],"script":[6.943,6.285,6.221,6.737,6.448,7.178,6.559,6.49,6.208,6.381,7.09,6.366,6.879,6.506,6.364],"paint":[38.526,39.141,37.542,38.186,37.97,38.484,38.058,37.379,36.87,36.219,40.21,37.881,37.39,37.189,36.533]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"02_replace1k","values":{"total":[46.917,45.571,43.568,45.763,45.336,44.549,44.23,44.734,43.57,43.638,46.208,44.682,43.297,44.515,42.999],"script":[8.783,8.616,8.828,8.695,9.237,8.636,8.794,8.777,8.788,8.756,8.903,8.631,8.759,8.527,8.604],"paint":[37.618,36.244,34.32,36.328,35.593,35.431,34.703,35.264,34.363,34.468,36.773,35.392,34.103,35.271,33.93]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.151,17.814,18.147,18.951,19.082,18.272,18.548,18.712,17.932,19.345,20.557,18.582,18.871,19.936,18.194],"script":[1.495,2.062,2.359,2.607,2.782,2.024,1.99,1.95,1.795,1.094,2.068,1.262,1.01,1.795,2.052],"paint":[15.972,15.247,15.034,16.196,15.373,16.126,16.427,15.639,16.007,17.032,18.152,17.194,16.059,18.02,15.99]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"04_select1k","values":{"total":[3.726,4.98,5.98,4.47,4.961,4.101,3.4,3.773,3.19,4.79,3.745,4.299,4.35,4.034,4.461,4.289,5.766,4.618,3.387,4.661,4.476,4.948,4.74,3.733,4.452],"script":[1.191,1.705,2.605,1.758,1.825,1.178,0.775,0.994,0.717,1.332,0.704,1.093,1.296,1.448,2.37,1.134,1.26,1.337,1.516,1.619,0.982,1.788,1.672,1.203,1.51],"paint":[1.56,3.025,2.637,2.581,2.981,2.236,1.415,2.674,1.565,2.651,1.334,2.122,1.202,1.703,1.942,3.027,2.157,2.55,1.349,1.355,2.369,2.997,2.455,1.479,2.251]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"05_swap1k","values":{"total":[23.6,24.312,24.202,22.507,22.858,22.05,22.562,22.092,21.758,23.927,22.101,22.346,22.089,21.608,22.667],"script":[0.912,1.249,1.1,0.889,1.067,1.057,1.237,0.681,0.985,1.166,1.088,1.357,0.966,1.06,0.955],"paint":[21.536,21.437,20.05,19.267,20.389,19.417,19.147,19.624,19.2,21.378,19.386,19.654,19.497,18.624,19.483]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.973,18.826,18.197,18.621,17.845,18.464,17.934,17.767,17.871,17.267,17.805,17.805,18.326,18.447,17.594],"script":[0.586,0.798,0.572,0.639,0.566,0.6,0.575,0.62,0.61,0.594,0.584,0.59,0.63,0.632,0.58],"paint":[17.022,16.316,16.862,16.871,16.438,16.677,16.629,16.015,15.744,15.777,15.972,16.087,16.854,16.241,16.106]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"07_create10k","values":{"total":[473.442,471.547,469.915,469.48,473.681,485.331,472.358,477.695,475.081,477.41,478.469,468.31,466.029,471.576,465.717],"script":[91.809,88.21,87.728,91.213,94.376,92.691,90.335,92.513,89.079,90.853,94.116,85.978,87.428,87.312,92.232],"paint":[373.955,375.271,374.577,369.493,371.459,384.949,374.028,377.703,378.454,378.325,376.765,374.195,371.101,376.609,365.839]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.237,46.656,46.423,44.614,44.838,46.598,45.352,45.778,48.719,45.95,44.998,46.458,46.124,47.179,46.58],"script":[5.875,6.059,6.075,5.651,5.838,5.92,5.83,5.657,5.991,6.063,5.63,5.451,6.031,6.1,6.073],"paint":[39.1,39.672,39.19,37.704,38.158,39.436,38.536,39.2,41.55,38.916,38.5,39.791,39.084,39.96,39.543]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.991,15.402,16.239,15.442,15.876,15.683,16.255,16.298,16.206,15.331,15.139,15.541,16.018,16.216,15.453],"script":[13.285,13.451,13.774,13.178,13.766,13.781,13.494,13.928,13.509,13.681,12.871,13.541,13.827,13.917,13.185],"paint":[1.946,1.859,2.364,2.179,1.541,1.091,2.276,2.283,1.861,1.559,1.396,1.168,2.09,2.17,2.032]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8479204177856445]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.196432113647461]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.228818893432617]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1591482162475586]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.39875793457031]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2405.7200000000003]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.251999999999999]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.49600000000004]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[255.7216796875]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[117.443359375]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[30.4462890625]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[173.1]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[173.1]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"01_run1k","values":{"total":[43.938,44.086,43.429,43.203,43.02,43.127,44.15,43.402,42.892,44.908,44.205,45.347,44.247,43.624,42.507],"script":[6.679,6.8,6.265,6.034,6.008,6.523,6.855,6.14,6.099,6.555,6.49,6.016,6.271,6.536,6.024],"paint":[36.72,36.872,36.677,36.699,36.583,36.09,36.829,36.821,36.259,37.886,37.248,38.647,37.506,36.51,36.061]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"02_replace1k","values":{"total":[42.981,43.003,45.603,44.983,42.77,43.484,42.608,44.41,42.926,44.616,44.913,44.392,43.562,42.538,45.488],"script":[9.468,9.657,9.768,9.813,9.551,9.629,9.42,10,9.52,10.491,9.904,9.646,10.29,9.51,9.873],"paint":[33.048,32.927,35.12,34.718,32.801,33.384,32.746,33.963,32.963,33.669,34.564,33.981,32.608,32.609,34.888]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.34,18.146,17.733,19.136,17.935,17.398,17.457,17.567,18.071,18.067,17.724,18.795,17.152,17.939,18.33],"script":[1.234,0.888,1.191,1.512,1.243,0.887,0.885,0.261,0.95,1.506,0.607,1.19,0.22,1.178,0.867],"paint":[16.121,14.923,14.659,15.401,14.816,15.489,14.961,15.45,15.188,14.682,14.198,15.881,15.435,14.541,15.242]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"04_select1k","values":{"total":[4.701,4.066,3.465,3.477,4.826,5.448,3.783,4.265,4.75,3.407,2.939,4.825,3.983,4.339,4.232,3.941,3.71,4.328,3.361,3.789,4.643,3.71,3.988,3.362,3.699],"script":[1.252,1.237,0.894,0.924,0.91,1.266,1.007,1.132,1.056,0.916,0.766,1.239,1.194,1.151,1.162,0.924,1.198,1.51,0.58,0.683,0.978,1.143,1.291,0.211,0.942],"paint":[3.295,1.879,1.781,2.447,2.784,3.384,2.124,1.737,2.428,1.611,2.072,3.446,1.825,2.032,1.944,2.867,1.592,2.273,1.602,2.378,2.292,2.45,2.569,3.042,2.621]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"05_swap1k","values":{"total":[21.472,21.579,22.561,21.54,20.871,22.565,21.498,22.457,21.242,21.507,22.028,21.695,22.3,21.539,21.967],"script":[0.559,0.613,0.888,0.129,0.515,0.63,0.834,0.854,0.715,0.135,0.819,1.05,0.131,0.124,0.67],"paint":[19.154,19.373,20.132,19.451,19.076,19.573,19.11,20.198,19.233,19.31,19.335,19.123,21.163,20.095,19.666]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.392,17.808,17.291,17.688,17.088,16.824,16.916,16.657,17.211,16.632,16.78,16.469,17.228,18.044,16.702],"script":[0.207,0.112,0.111,0.45,0.129,0.208,0.249,0.1,0.232,0.256,0.211,0.105,0.486,0.122,0.111],"paint":[16.155,16.653,15.498,15.89,15.935,15.714,15.133,15.357,15.869,15.256,15.776,15.606,15.67,16.629,15.858]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"07_create10k","values":{"total":[452.364,455.655,459.579,453.33,458.87,450.44,448.097,455.989,451.448,454.396,460.656,459.026,453.909,458.864,454.974],"script":[76.309,83.261,75.961,77.654,81.909,75.151,75.376,82.953,75.015,75.454,80.794,82.027,80.042,79.082,77.537],"paint":[368.255,364.632,375.919,367.405,369.291,367.639,365.166,365.479,368.958,370.624,372.352,369.498,366.582,372.184,369.156]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.596,44.164,44.488,45.112,44.794,45.646,45.63,45.99,44.261,46.159,45.684,45.936,45.573,45.501,45.485],"script":[7.172,6.011,6.009,7.038,6.312,6.36,7.085,6.042,6.094,7.016,6.925,6.182,6.143,6.152,5.937],"paint":[38.245,37.26,37.235,36.948,37.491,38.346,37.529,38.793,37.324,38.187,37.854,38.759,38.501,38.41,38.645]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.563,15.325,15.335,15.471,15.918,15.161,15.179,13.828,15.305,14.685,15.231,15.795,14.856,15.017,15.344],"script":[12.975,13.177,13.136,13.22,13.066,13.741,13.489,11.49,13.745,12.589,13.193,13.242,12.403,13.01,13.377],"paint":[2.475,2.031,2.103,2.159,2.733,0.955,1.229,2.001,0.877,1.915,1.941,1.739,1.9,1.072,1.101]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.63177490234375]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.870206832885742]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.005068778991699]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.531853675842285]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.481000900268555]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.335]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[34.74]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.34]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[309.3173828125]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[170.7578125]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[46.126953125]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[284.4]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[284.4]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"01_run1k","values":{"total":[42.718,42.296,42.61,41.838,42.338,43.685,43.407,42.293,42.102,42.475,42.56,41.687,41.312,41.383,40.74],"script":[5.092,4.777,5.221,4.905,5.562,5.519,5.345,5.149,5.212,5.045,4.849,5.056,4.943,5.343,4.843],"paint":[37.112,37.067,36.828,36.411,36.184,37.682,37.511,36.593,36.401,36.944,37.014,36.014,35.697,35.531,35.396]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"02_replace1k","values":{"total":[41.364,42.026,42.072,43.461,42.44,41.822,42.565,42.854,41.801,41.68,42.21,44.598,41.693,41.863,41.936],"script":[7.618,7.95,7.834,7.681,8.09,7.758,7.908,7.701,7.583,7.932,7.938,8.177,7.82,8.035,7.81],"paint":[33.284,33.654,33.75,35.304,33.9,33.598,33.928,34.676,33.453,33.292,33.824,35.686,33.44,33.402,33.5]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.847,17.658,17.884,18.046,18.023,18.664,18.265,18.358,19.739,17.955,18.422,20.821,17.848,18.975,17.605],"script":[0.813,1.038,0.884,1.179,0.914,1.207,0.973,1.19,1.046,1.037,1.22,2.173,0.591,0.602,1.157],"paint":[16.162,14.83,14.869,15.395,14.98,16.402,14.957,15.525,16.962,14.062,16.071,16.652,14.89,16.248,14.755]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"04_select1k","values":{"total":[3.122,2.945,3.45,2.2,3.317,2.996,3.605,3.086,5.033,3.903,2.334,2.339,2.638,2.511,2.862,3.568,2.357,2.908,2.365,3.101,2.838,2.969,2.069,2.866,4.105],"script":[0.71,0.064,0.063,0.308,0.876,0.08,0.055,0.068,0.065,1.023,0.061,0.061,0.061,0.18,0.661,0.088,0.066,0.538,0.069,0.595,0.065,0.07,0.068,0.074,0.07],"paint":[2.274,2.118,2.38,1.393,2.318,2.371,2.358,2.884,3.45,2.741,2.146,1.401,1.652,1.545,2.076,3.342,1.354,1.66,2.167,2.02,2.666,1.953,1.133,2.672,2.274]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"05_swap1k","values":{"total":[22.068,23.759,25.964,22.154,23.619,23.325,22.695,23.399,22.512,23.929,22.415,22.33,22.804,22.71,22.785],"script":[0.967,1.463,1.489,1.452,1.406,1.699,1.024,1.594,1.325,1.728,0.934,1.491,0.918,1.707,1.261],"paint":[19.761,20.255,21.634,18.638,20.317,19.43,20.313,20.441,19.516,20.626,20.087,19.054,20.825,19.725,19.537]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.053,17.827,16.694,17.265,17.222,18.464,17.284,17.389,17.216,17.34,17.285,17.196,17.55,17.91,17.667],"script":[0.42,0.554,0.203,0.55,0.249,0.389,0.203,0.304,0.392,0.212,0.2,0.468,0.562,0.59,0.539],"paint":[15.752,16.271,15.616,15.62,16.208,16.752,15.635,15.972,15.593,15.984,15.791,15.587,15.746,16.254,15.709]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"07_create10k","values":{"total":[448.609,448.293,442.981,458.45,451.576,447.118,452.25,449.932,454.969,448.661,451.854,454.287,453.463,453.864,451.572],"script":[75.118,76.108,76.665,76.553,76.801,78.063,76.766,76.618,78.505,74.753,75.5,77.766,77.673,74.796,76.974],"paint":[365.845,364.5,358.733,373.87,366.838,361.303,367.807,365.652,367.831,366.318,368.469,368.874,368.079,371.321,366.929]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.26,42.12,44.176,43.01,43.273,44.753,44.316,44.499,42.972,44.102,44.982,43.01,44.5,45.741,43.609],"script":[4.765,4.701,4.853,4.825,4.81,4.86,4.715,4.671,4.783,4.69,4.933,4.647,4.53,4.751,4.785],"paint":[37.659,36.594,38.422,37.247,37.498,38.903,38.764,38.797,37.292,38.447,38.794,37.49,38.762,40.047,37.994]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.521,14.034,13.329,13.608,14.519,13.46,12.978,13.395,13.281,14.272,13.596,13.779,13.633,13.144,13.84],"script":[11.265,11.956,10.777,11.577,12.051,10.97,11.378,11.6,10.991,11.781,11.594,11.665,11.596,10.667,11.463],"paint":[1.57,1.99,2.428,1.259,1.371,2.359,1.505,1.703,2.196,2.402,1.885,1.811,1.149,2,2.014]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4973182678222656]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.831235885620117]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.8545312881469727]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8002119064331055]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.689069747924805]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3049999999998]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.668]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[134.06]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.71484375]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.44140625]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.7568359375]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[57.5]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[57.5]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"01_run1k","values":{"total":[48.661,49.221,49.674,49.493,49.801,50.284,49.502,49.972,49.453,49.275,48.399,48.697,49.441,49.626,50.133],"script":[10.879,11.535,11.654,11.316,10.946,10.611,10.269,11.025,10.333,10.969,11.217,11.493,11.537,11.979,11.481],"paint":[37.075,37.192,37.312,37.68,38.134,38.967,38.731,38.237,38.579,37.605,36.684,36.7,37.396,36.966,37.94]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"02_replace1k","values":{"total":[51.6,52.897,52.461,51.513,52.772,54.81,51.544,51.109,53.01,53.325,52.351,50.446,54.99,53.311,55.604],"script":[16.515,18.807,18.947,18.246,18.699,18.977,18.148,17.792,18.587,18.676,18.327,16.611,18.822,18.755,19.178],"paint":[34.36,33.443,33.044,32.677,33.619,35.129,32.913,32.899,33.729,34.192,33.524,33.346,35.633,34.08,35.757]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.619,22.346,23.928,24.676,21.537,23.745,23.249,24.007,23.604,22.79,23.641,21.6,22.268,22.075,22.667],"script":[5.48,5.125,5.182,6.145,4.589,5.782,5.206,5.638,5.713,5.162,5.376,4.798,4.694,4.977,5.078],"paint":[15.664,16.151,16.74,16.885,15.49,15.708,16.629,15.955,16.104,15.37,17.536,15.544,16.577,15.816,15.708]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"04_select1k","values":{"total":[6.387,5.102,5.322,6.297,6.938,6.414,5.813,5.121,6.144,6.249,5.053,6.479,5.575,5.873,5.569,5.989,5.907,5.888,5.795,5.684,6.761,6.365,5.49,6.006,7.403],"script":[3.599,3.071,3.057,3.224,3.721,3.288,2.258,2.841,3.013,3.145,2.809,2.795,3.396,3.487,2.773,3.074,2.926,3.075,3.141,3.014,3.338,3.273,3.092,3.699,3.312],"paint":[1.199,1.127,1.548,0.915,1.969,1.923,3.014,1.503,1.772,1.66,2.131,3.46,1.257,2.163,1.797,2.743,2.826,2.696,2.328,1.823,3.174,1.663,2.251,1.492,3.858]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"05_swap1k","values":{"total":[25.897,24.626,24.335,25.377,25.215,24.45,23.5,26.924,24.969,25.035,24.13,24.271,24.012,26.372,24.081],"script":[4.099,3.154,3.195,3.477,3.911,3.608,3.129,3.416,3.245,3.584,3.114,3.154,3.113,3.724,3.415],"paint":[19.754,20.455,19.063,19.933,19.694,19.127,19.391,22.091,20.392,20.184,18.874,19.668,18.701,21.656,19.238]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.528,19.501,18.462,19.042,19.544,18.45,18.791,18.88,18.972,18.995,18.948,18.938,18.947,18.946,18.911],"script":[1.777,1.735,1.381,1.707,1.435,1.346,1.587,1.609,1.626,1.358,1.408,1.698,1.794,1.567,1.396],"paint":[16.574,16.545,15.993,15.639,17.15,16.336,16.458,16.327,16.605,16.599,16.794,16.447,16.005,16.053,16.402]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"07_create10k","values":{"total":[539.499,525.682,546.783,540.304,525.724,525.361,525.437,546.355,517.643,551.158,547.079,521.474,519.585,544.602,551.737],"script":[140.387,142.218,143.213,144.004,136.955,136.954,137.617,139.222,136.805,145.154,142.533,136.291,138.645,140.038,140.652],"paint":[391.061,367.526,386.723,388.508,381.027,380.702,380.11,391.423,373.11,387.579,395.588,367.705,372.393,387.363,403.016]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.731,53.648,54.054,53.588,53.471,53.529,51.225,53.602,53.779,53.646,53.732,53.458,53.178,53.283,53.474],"script":[13.507,14.293,13.993,14.085,13.686,14.191,13.138,14.419,14.832,14.322,14.358,14.079,13.677,13.874,14.608],"paint":[38.246,38.385,39.126,38.537,38.803,38.23,37.128,37.963,37.986,38.062,38.434,38.396,38.25,38.358,37.947]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.656,14.464,15.276,14.611,13.94,14.728,15.699,14.953,14.991,14.544,15.404,14.787,15.498,14.186,15.105],"script":[12.741,12.4,13.323,12.197,12.489,12.448,13.349,12.476,13.304,12.001,12.958,12.689,12.859,12.306,12.906],"paint":[1.746,1.971,1.085,1.967,0.438,1.672,2.042,2.35,0.758,2.442,1.746,1.808,2.537,1.776,2.073]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4598569869995117]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.188505172729492]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.2029008865356445]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9090805053710938]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.406624794006348]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.56]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.643999999999995]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.972]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[142.78125]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[4.5078125]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[1.8310546875]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[53.6]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[53.6]}},{"framework":"solid-v1.8.0-keyed","benchmark":"01_run1k","values":{"total":[39.609,38.651,39.437,37.979,39.132,38.625,38.939,38.69,38.878,38.211,39.696,38.797,39.758,39.078,39.011],"script":[2.831,3.132,3.327,3.033,3.121,3.182,3.118,3.325,3.333,3.116,3.292,3.25,2.9,3.101,3.172],"paint":[36.316,35.028,35.416,34.507,35.561,35.01,35.354,34.676,35.082,34.43,35.973,35.093,36.152,35.526,35.37]}},{"framework":"solid-v1.8.0-keyed","benchmark":"02_replace1k","values":{"total":[43.768,39.527,41.256,41.072,41.94,41.394,41.212,41.537,41.297,44.689,41.425,41.149,39.937,40.997,40.862],"script":[7.57,6.817,7.555,7.346,7.764,7.458,7.229,7.345,7.638,7.527,7.39,7.369,6.96,7.208,7.266],"paint":[35.743,32.304,33.279,33.013,33.474,33.492,33.568,33.744,33.021,36.668,33.314,33.337,32.505,33.313,33.109]}},{"framework":"solid-v1.8.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.247,18.6,18.111,18.802,18.515,19.369,18.627,19.713,18.108,17.294,18.397,18.245,19.327,18.812,18.14],"script":[0.886,0.943,1.581,1.3,1.538,1.33,2.033,1.298,0.928,1.254,1.379,1.622,1.934,1.745,1.246],"paint":[15.491,15.84,15.138,15.843,14.861,16.16,15.211,16.308,16.479,14.023,15.608,15.017,14.356,15.712,15.258]}},{"framework":"solid-v1.8.0-keyed","benchmark":"04_select1k","values":{"total":[3.293,3.497,3.058,3.387,3.587,3.766,2.931,3.828,3.737,3.151,3.56,3.22,4.138,3.21,3.547,2.982,2.738,2.765,3.753,3.711,3.962,3.313,3.652,2.852,2.684],"script":[0.603,0.869,0.153,1.109,0.853,1.16,0.176,0.167,0.857,0.933,0.158,0.14,1.131,1.188,1.117,0.144,0.147,0.842,0.123,1.088,0.597,0.607,1.219,0.839,0.14],"paint":[1.904,2.519,2.481,2.184,1.487,1.595,2.298,3.523,1.957,1.567,3.045,2.464,2.136,1.29,2.318,2.716,1.384,1.815,1.567,1.979,2.151,2.156,2.058,1.893,2.445]}},{"framework":"solid-v1.8.0-keyed","benchmark":"05_swap1k","values":{"total":[23.319,23.518,22.861,21.281,22.897,23.762,23.079,22.535,22.362,22.682,21.753,22.799,22.396,24.705,21.937],"script":[1.165,1.489,1.787,1.106,1.756,1.021,1.708,1.86,1.402,1.828,0.97,1.339,1.547,1.577,1.365],"paint":[20.721,19.36,19.243,19.168,18.021,21.317,20.041,19.228,20.242,19.098,19.606,20.074,19.187,20.963,18.115]}},{"framework":"solid-v1.8.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.135,18.18,17.44,18.498,17.297,18.177,17.487,18.205,17.124,17.539,17.06,16.845,17.36,17.461,16.68],"script":[0.601,0.614,0.581,0.589,0.256,0.583,0.568,0.597,0.559,0.621,0.563,0.583,0.476,0.588,0.571],"paint":[15.731,16.285,15.554,16.802,16.237,16.127,15.874,16.331,15.788,15.856,15.34,15.393,16.11,15.524,15.36]}},{"framework":"solid-v1.8.0-keyed","benchmark":"07_create10k","values":{"total":[412.018,409.616,411.077,411.046,400.118,410.528,407.411,404.319,406.466,404.868,400.565,407.124,408.468,402.611,408.549],"script":[45.127,43.893,42.445,44.337,43.072,43.62,42.921,42.936,42.742,43.071,42.136,42.524,45.314,42.751,44.914],"paint":[359.409,358.12,360.552,359.27,349.729,359.414,357.061,353.967,355.797,354.368,351.063,357.158,355.774,352.307,355.254]}},{"framework":"solid-v1.8.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.288,41.144,42.153,41.095,41.31,41.882,41.878,43.422,41.635,41.85,44.608,41.495,41.856,43.596,41.731],"script":[3.367,3.386,3.731,3.556,3.674,3.477,3.481,3.542,3.619,3.716,3.517,3.54,3.609,3.627,3.829],"paint":[37.073,36.927,37.176,36.69,36.697,37.499,37.461,38.921,37.099,37.166,39.894,37.04,37.036,38.954,36.735]}},{"framework":"solid-v1.8.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.143,15.634,14.579,15.261,15.351,15.863,15.946,15.464,15.038,15.811,15.078,15.856,15.469,14.977,15.865],"script":[13.194,13.162,12.666,13.114,12.916,13.679,13.394,13.268,12.935,13.447,12.827,13.6,13.423,13.452,13.568],"paint":[1.706,1.924,0.409,2.057,2.327,1.386,2.423,2.061,2.018,1.476,2.15,1.358,1.953,1.403,1.217]}},{"framework":"solid-v1.8.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.47014522552490234]}},{"framework":"solid-v1.8.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7270984649658203]}},{"framework":"solid-v1.8.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.7468996047973633]}},{"framework":"solid-v1.8.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7543230056762695]}},{"framework":"solid-v1.8.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.098525047302246]}},{"framework":"solid-v1.8.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.54]}},{"framework":"solid-v1.8.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.312000000000001]}},{"framework":"solid-v1.8.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.50400000000005]}},{"framework":"solid-v1.8.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.0478515625]}},{"framework":"solid-v1.8.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.7734375]}},{"framework":"solid-v1.8.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.5400390625]}},{"framework":"solid-v1.8.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[64.4]}},{"framework":"solid-v1.8.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[64.4]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"01_run1k","values":{"total":[40.37,40.278,42.335,40.315,40.863,40.858,41.219,41.321,41.094,40.187,41.301,39.543,41.08,41.293,40.248],"script":[5.169,5.462,5.49,5.104,5.525,5.572,5.077,5.729,5.647,5.166,5.722,5.045,5.591,5.666,5.524],"paint":[34.754,34.355,36.368,34.509,34.898,34.591,35.684,35.091,35.046,34.571,34.903,34.064,35.055,35.18,34.326]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"02_replace1k","values":{"total":[40.885,42.682,43.229,42.294,42.907,42.925,41.627,42.718,44.133,42.349,42.841,43.059,42.989,44.406,42.693],"script":[8.624,8.86,9.262,8.595,9.209,8.629,8.613,8.514,9.208,8.685,8.958,8.882,8.915,8.824,8.843],"paint":[31.852,33.383,33.49,33.235,33.17,33.825,32.566,33.771,34.209,33.205,33.417,33.455,33.561,35.148,33.419]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.798,18.39,19.71,18.974,19.251,20.559,20.374,18.371,19.08,17.956,18.117,19.717,18.249,17.837,19.969],"script":[1.463,2.131,1.28,1.76,1.655,1.794,1.663,1.023,2.136,1.322,1.222,1.783,1.338,1.244,1.485],"paint":[14.557,14.416,16.254,15.334,15.256,17.141,16.171,15.92,14.254,14.607,14.884,15.512,14.632,14.732,16.675]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"04_select1k","values":{"total":[3.534,3.706,3.228,3.396,4.621,2.936,3.271,4.154,4.126,3.179,4.422,3.678,3.082,4.32,3.565,3.211,3.617,3.864,2.749,4.717,3.287,3.171,2.505,3.551,3.509],"script":[0.806,1.12,0.825,0.181,1.339,0.883,0.611,1.022,1.047,0.157,1.165,0.637,0.319,0.914,0.182,0.922,1.106,0.786,0.712,0.927,0.842,0.934,0.609,1.004,0.971],"paint":[1.728,1.475,1.585,3.11,2.12,1.22,1.769,1.918,2.266,2.706,3.061,2.267,1.945,3.296,3.259,1.487,2.4,2.018,1.936,3.236,1.522,1.389,1.79,2.424,1.999]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"05_swap1k","values":{"total":[24.797,24.241,24.058,25.763,25.33,27.124,25.346,23.999,25.029,27.095,23.937,25.714,26.354,24.373,25.029],"script":[3.875,3.518,3.66,3.431,3.805,4.029,3.664,3.032,3.629,3.643,2.804,4.045,4.225,3.275,3.652],"paint":[18.443,18.383,18.693,20.742,19.645,20.762,19.502,19.68,19.306,21.572,19.576,20.334,20.713,19.397,19.913]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.599,19.128,18.976,19.483,19.096,19.021,18.781,19.447,19.067,18.882,19.093,19.659,19.092,19.773,19.173],"script":[2.37,2.107,2.383,2.411,2.368,2.459,2.237,2.367,2.417,2.361,2.37,2.434,2.31,2.61,2.257],"paint":[16.183,16.173,15.469,16.126,16.011,15.844,15.797,15.563,15.656,15.677,15.457,15.882,16.01,15.687,16.081]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"07_create10k","values":{"total":[424.783,432.005,421.746,428.63,428.087,421.778,422.266,426.32,417.954,421.631,423.463,433.903,427.053,421.897,422.466],"script":[59.827,59.435,58.479,59.766,59.342,60.163,59.133,59.784,59.362,60.852,60.01,63.764,61.114,59.301,61.783],"paint":[357.624,365.118,356.115,361.201,360.121,352.421,355.566,359.047,350.662,353.376,355.977,361.613,358.529,355.149,353.502]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.924,46.174,46.886,47.621,46.252,47.869,44.349,45.104,46.188,46.025,45.439,45.494,47.136,45.637,45.358],"script":[6.817,7.023,7.092,6.463,6.883,6.569,6.335,6.581,6.759,6.693,6.843,6.763,7.123,6.711,6.676],"paint":[37.932,38.22,38.89,40.165,38.182,40.081,37.096,37.347,38.475,38.1,37.711,37.773,38.798,37.811,37.686]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.497,15.982,16.51,15.626,16.162,14.534,15.294,15.307,14.704,15.569,16.488,15.706,15.582,15.141,15.52],"script":[13.401,14.116,13.842,13.838,13.748,12.979,12.801,13.427,13,13.252,14.272,13.224,13.387,12.27,13.341],"paint":[1.295,0.843,2.001,1.687,1.904,0.38,2.387,1.764,1.257,2.233,2.087,2.355,1.077,2.773,1.809]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49750423431396484]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.9796266555786133]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.975672721862793]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8357057571411133]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.243486404418945]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1599999999999]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.632]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.82000000000005]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[152.935546875]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.6611328125]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.46484375]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.8]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63.8]}},{"framework":"spair-v0.0.8-keyed","benchmark":"01_run1k","values":{"total":[43.378,43.931,43.41,47.017,44.148,43.75,46.803,44.601,42.656,43.624,44.195,45.244,44.818,45.067,45.679],"script":[7.125,7.317,7.074,7.868,7.332,7.342,8.564,8.237,7.359,7.054,7.382,8.734,8.527,7.073,7.317],"paint":[35.657,36.135,35.626,38.601,36.127,35.922,37.604,35.903,34.853,36.086,36.264,35.968,35.805,37.476,37.633]}},{"framework":"spair-v0.0.8-keyed","benchmark":"02_replace1k","values":{"total":[46.773,46.147,45.218,46.022,45.574,46.569,47.674,47.234,45.034,46.341,46.782,47.079,46.912,49.428,48.052],"script":[11.527,12.03,11.426,11.839,12.171,12.585,11.851,12.04,11.647,12.494,12.197,12.951,12.517,12.143,12.521],"paint":[34.5,33.64,33.338,33.471,32.963,33.527,35.372,34.473,32.952,33.165,34.15,33.631,33.928,36.81,35.022]}},{"framework":"spair-v0.0.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.195,18.125,19.934,20.288,19.214,18.666,20.215,19.909,18.165,19.016,20.902,18.823,19.675,18.833,18.891],"script":[2.131,2.167,2.181,2.274,1.9,2.127,2.048,2.425,1.781,2.127,1.854,2.035,2.9,2.39,2.072],"paint":[15.206,14.578,16.308,16.027,15.6,14.569,15.922,15.346,14.129,14.484,16.671,14.726,15.464,14.504,15.135]}},{"framework":"spair-v0.0.8-keyed","benchmark":"04_select1k","values":{"total":[4.338,3.797,4.323,4.441,4.4,3.713,5.054,5.023,4.806,4.864,3.551,4.379,5.141,4.165,4.358,3.457,4.544,3.897,4.257,3.513,4.195,3.83,4.645,4.523,5.229],"script":[1.867,1.369,1.484,1.323,1.684,0.704,1.303,1.486,1.853,1.292,0.976,1.192,1.763,1.515,0.947,0.909,1.264,1.335,1.783,0.956,1.422,1.547,1.256,1.803,2.047],"paint":[2.236,2.306,2.663,2.573,1.855,2.371,2.68,2.131,2.801,2.969,2.03,2.516,3.153,1.652,3.301,2.411,2.206,1.88,1.359,2.393,1.496,1.459,3.231,2.174,2.992]}},{"framework":"spair-v0.0.8-keyed","benchmark":"05_swap1k","values":{"total":[23.259,22.088,23.073,22.454,22.521,22.465,23.271,23.033,22.192,21.638,22.44,23.379,22.512,22.184,22.425],"script":[1.515,1.452,1.328,1.014,1.611,1.757,1.265,1.8,0.972,0.866,1.436,1.889,1.021,1.291,0.989],"paint":[20.187,18.828,20.081,19.858,19.412,17.986,19.792,19.664,19.677,19.129,18.502,19.147,19.592,18.543,19.779]}},{"framework":"spair-v0.0.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.729,17.691,18.183,17.019,17.221,17.622,18.346,17.745,17.348,17.78,17.725,17.201,17.74,17.574,17.759],"script":[0.737,0.89,0.707,0.693,0.692,0.729,1.048,0.813,0.684,0.673,0.939,0.683,0.684,0.702,0.882],"paint":[15.751,16.072,16.456,15.525,15.767,15.917,15.524,16.063,15.85,16.377,15.658,15.704,16.253,15.945,16.015]}},{"framework":"spair-v0.0.8-keyed","benchmark":"07_create10k","values":{"total":[467.696,467.154,466.622,476.911,458.757,463.233,469.011,465.944,467.468,467.07,474.163,459.855,470.709,462.784,464.829],"script":[95.333,92.395,92.281,92.963,91.296,92.523,91.157,91.516,93.111,94.437,94.158,92.927,95.452,90.52,92.993],"paint":[364.166,367.091,366.91,375.569,360.03,363.297,370.462,367.033,366.913,365.051,372.236,359.498,367.526,364.809,364.373]}},{"framework":"spair-v0.0.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.147,48.389,47.031,46.319,46.235,47.466,47.31,46.283,46.987,47.872,46.888,47.853,46.526,46.513,46.714],"script":[7.7,7.571,7.897,7.982,7.691,7.739,8.339,7.871,7.918,8.066,7.914,7.933,8.21,7.846,7.845],"paint":[38.452,39.845,38.123,37.354,37.607,38.732,38.057,37.483,38.151,38.84,38.069,38.635,37.389,37.707,37.877]}},{"framework":"spair-v0.0.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.68,15.576,15.22,15.244,15.328,15.384,15.564,15.382,14.878,15.445,13.842,14.956,15.957,14.767,15.919],"script":[13.703,13.558,12.66,12.798,13.319,13.152,13.177,13.675,12.989,12.836,12.346,13.004,13.958,12.841,13.909],"paint":[1.885,1.929,2.461,1.497,1.145,2.124,1.105,1.378,1.237,2.505,1.412,1.047,1.362,1.818,1.88]}},{"framework":"spair-v0.0.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6241340637207031]}},{"framework":"spair-v0.0.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.172330856323242]}},{"framework":"spair-v0.0.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.284655570983887]}},{"framework":"spair-v0.0.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.59964656829834]}},{"framework":"spair-v0.0.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.310171127319336]}},{"framework":"spair-v0.0.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.705]}},{"framework":"spair-v0.0.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[32.99199999999999]}},{"framework":"spair-v0.0.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.99599999999998]}},{"framework":"spair-v0.0.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[239.96484375]}},{"framework":"spair-v0.0.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[101.40625]}},{"framework":"spair-v0.0.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[31.7783203125]}},{"framework":"spair-v0.0.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[184]}},{"framework":"spair-v0.0.8-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[184]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"01_run1k","values":{"total":[45.11,43.962,44.815,45.148,47.372,44.612,43.041,44.453,45.123,43.757,44.778,45.515,43.871,44.698,44.551],"script":[8.565,7.497,7.837,7.736,8.788,7.116,6.958,7.025,8.576,7.297,8.423,8.62,7.696,7.186,7.791],"paint":[36.024,35.778,36.272,36.75,38.118,36.791,35.655,36.954,36.103,35.984,35.649,36.174,35.702,37.009,36.054]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"02_replace1k","values":{"total":[45.771,44.078,45.534,44.048,45.506,46.039,44.63,45.06,45.243,45.834,44.941,44.879,44.263,45.306,43.804],"script":[10.946,10.512,10.449,10.528,11.204,11.059,10.857,11.009,11.099,10.974,10.052,11.036,10.41,11.038,10.222],"paint":[34.356,33.122,34.631,33.067,33.837,34.513,33.338,33.583,33.668,34.162,34.16,33.128,33.387,33.785,33.171]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.491,19.317,19.312,18.391,18.706,17.984,17.375,18.27,19.034,17.978,17.406,18.13,18.288,20.553,18.374],"script":[2.097,1.822,1.711,1.439,0.986,0.903,0.906,0.913,1.903,1.441,0.7,1.243,1.58,2.154,0.998],"paint":[15.851,15.637,16.408,15.315,15.167,15.518,15.366,15.253,14.811,14.365,15.087,15.195,15.598,16.318,16.559]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"04_select1k","values":{"total":[3.739,3.016,3.126,2.819,3.927,2.528,4.801,2.961,3.701,3.384,3.327,3.442,3.269,4.022,3.389,2.852,2.93,3.557,2.875,3.382,4.079,4.282,3.121,2.742,2.634],"script":[0.095,0.087,0.094,0.089,0.929,0.598,0.321,0.092,0.086,0.078,0.132,0.999,0.1,0.891,0.096,0.412,0.538,0.074,0.091,0.918,1.165,0.93,0.078,0.118,0.09],"paint":[2.31,2.393,2.138,1.821,1.795,1.366,2.61,1.151,2.583,2.536,2.238,1.499,3.061,2.062,3.177,2.314,2.237,3.359,2.06,2.334,2.051,2.156,2.434,2.526,1.481]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"05_swap1k","values":{"total":[21.709,22.173,21.74,21.585,22.435,21.562,22.183,22.672,21.61,21.493,22.317,22.242,20.933,22.334,21.753],"script":[0.977,0.306,1.113,0.133,0.804,0.878,1.037,0.624,0.754,0.139,0.815,0.143,0.136,0.9,0.924],"paint":[19.341,20.723,18.787,19.712,20.193,18.734,18.864,19.544,18.249,20.354,19.63,20.772,19.478,19.971,18.671]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.824,16.247,17.14,16.844,16.545,15.963,16.827,16.539,16.693,17.14,16.827,17.374,17.545,16.974,16.931],"script":[0.452,0.274,0.223,0.329,0.111,0.115,0.198,0.119,0.107,0.355,0.129,0.265,0.329,0.12,0.103],"paint":[15.581,15.152,15.719,15.539,15.26,15.135,15.645,15.595,15.521,15.456,15.883,16.394,15.996,15.266,16.104]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"07_create10k","values":{"total":[470.135,465.526,469.474,468.956,468.911,472.345,474.288,469.518,466.346,474.145,468.169,461.361,478.9,459.129,473.597],"script":[93.346,92.807,92.223,92.7,94.585,94.412,93.322,94.779,94.293,91.334,92.531,90.473,94.808,90.519,93.84],"paint":[369.11,365.062,369.384,368.716,366.82,370.482,373.534,367.209,364.577,375.337,368.222,363.692,376.631,361.114,372.333]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.742,44.791,44.624,48.949,45.459,48.107,46.039,46.476,46.266,46.672,45.227,46.978,46.528,45,46.692],"script":[7.017,6.881,7.154,7.317,7.165,6.908,6.939,7.208,7.068,7.36,7.029,7.158,7.496,6.932,7.595],"paint":[38.471,37.043,36.64,40.635,37.36,40.129,38.255,38.326,37.956,38.346,37.247,38.853,38.082,37.21,37.927]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.196,15.611,15.752,15.74,15.771,16.078,16.114,16.196,17.306,16.782,16.432,14.156,15.332,16.13,15.358],"script":[13.451,13.168,13.737,13.617,13.988,14.139,13.653,13.774,14.444,14.183,14.286,12.315,13.73,13.457,12.855],"paint":[0.763,2.087,1.914,1.62,0.798,1.101,1.363,1.471,2.26,2.063,1.251,1.244,1.499,1.895,0.877]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.62078857421875]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.767084121704102]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.6813459396362305]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.9945192337036133]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.914098739624023]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.8600000000001]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.943999999999992]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[130.20800000000006]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[229.2421875]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[90.68359375]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[27.787109375]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[159.6]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[159.6]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"01_run1k","values":{"total":[50.321,48.823,48.963,47.983,47.333,47.132,46.812,47.122,46.782,49.107,48.054,48.505,46.707,48.124,48.707],"script":[11.562,11.479,11.799,11.656,10.886,11.47,10.866,10.912,10.868,11.493,11.067,11.338,10.937,11.866,11.73],"paint":[38.267,36.786,36.719,35.605,35.705,35.224,35.472,35.72,35.355,36.897,36.241,36.648,35.251,35.767,36.25]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"02_replace1k","values":{"total":[48.52,49.128,49.073,48.154,50.681,47.895,49.216,50.138,47.954,48.731,50.272,50.343,48.526,53.407,50.708],"script":[15.005,15.468,15.479,15.004,16.269,14.967,15.304,16.555,15.215,15.045,15.843,15.808,15.349,15.83,15.832],"paint":[33.051,33.257,33.137,32.743,33.97,32.164,33.211,33.101,32.271,33.151,34.019,33.737,32.732,36.916,34.416]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.54,17.708,20.504,19.125,19.079,18.649,18.637,18.403,18.503,18.781,18.698,17.705,19.235,17.805,19.229],"script":[1.458,0.246,1.093,0.948,1.458,0.815,1.447,0.693,1.005,0.99,1.188,1.135,1.356,1.083,1.551],"paint":[16.291,15.618,17.301,15.594,15.781,16.428,15.669,16.057,16.083,16.753,15.237,14.728,16.027,15.4,15.986]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"04_select1k","values":{"total":[2.914,3.756,3.191,3.472,2.975,3.234,3.222,2.7,3.812,4.661,3.503,2.355,3.006,2.745,3.167,2.873,2.855,2.925,2.637,3.115,3.408,2.891,3.019,3.193,3.7],"script":[0.112,1.099,0.092,0.113,0.118,0.82,0.823,0.112,0.124,0.137,0.127,0.103,0.813,0.128,0.139,0.113,0.117,0.117,0.123,0.122,1.149,0.118,0.541,0.841,0.843],"paint":[2.668,1.535,1.602,2.03,2.727,1.311,2.273,1.438,1.93,3.793,2.354,1.083,1.335,1.476,2.874,2.658,1.498,1.565,2.396,1.869,1.545,2.666,1.537,2.218,1.945]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"05_swap1k","values":{"total":[20.905,25.563,21.881,22.086,20.938,20.644,21.396,22.235,22.287,22.349,21.63,21.765,22.663,20.746,22.179],"script":[0.099,0.537,0.9,0.977,0.109,0.11,0.132,0.953,0.103,0.856,0.479,0.911,0.103,0.111,0.109],"paint":[19.788,23.158,19.925,19.718,19.8,19.202,19.303,19.514,20.807,19.788,19.008,19.349,20.964,18.51,20.379]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.938,17.349,17.348,17.445,17.872,17.324,16.979,17.175,16.586,17.457,17.559,17.216,17.202,19.814,17.703],"script":[0.361,0.184,0.533,0.558,0.204,0.338,0.515,0.616,0.371,0.325,0.419,0.551,0.574,0.607,0.564],"paint":[15.935,15.74,15.677,15.603,16.433,15.687,15.358,15.759,15.207,16.061,15.827,15.808,15.64,17.579,15.453]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"07_create10k","values":{"total":[474.463,477.208,476.865,477.878,480.372,481.687,475.249,493.318,468.084,474.409,472.087,481.847,472.234,476.699,471.975],"script":[99.457,100.924,99.943,97.402,97.68,101.546,98.553,102.97,96.758,98.365,97.216,101.663,97.006,96.49,98.112],"paint":[367.375,368.681,368.576,371.871,375.119,372.464,369.122,382.385,363.41,368.497,367.427,372.486,367.259,372.748,366.392]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.862,46.037,48.182,47.857,45.739,50.073,45.665,45.712,47.629,45.144,47.243,46.395,45.925,46.454,47.248],"script":[7.9,8.058,7.886,8.572,7.72,8.054,7.882,7.701,8.488,7.707,7.75,8.382,7.91,8.055,7.778],"paint":[39.733,37.1,39.475,38.045,37.107,41.063,36.982,36.791,38.237,36.485,38.55,37.197,37.077,37.537,38.546]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.513,20.686,20.827,20.956,21.438,19.914,20.321,19.947,20.787,21.318,20.858,19.67,19.907,19.88,19.948],"script":[18.488,17.54,17.984,17.663,18.627,17.472,17.803,17.909,18.944,19.323,19.312,17.718,18.183,18.035,18.301],"paint":[1.148,2.78,2.718,3.148,1.91,2.356,2.343,1.919,1.741,1.897,1.439,0.796,0.73,1.194,1.547]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.708390235900879]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.394913673400879]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.382394790649414]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.304302215576172]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.497471809387207]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.2199999999998]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.823999999999998]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.792]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[269.361328125]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[130.80078125]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[34.1728515625]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[80.9]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[80.9]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"01_run1k","values":{"total":[45.67,44.659,44.307,45.884,44.197,45.288,44.97,44.786,45.914,45.232,44.124,44.386,45.334,44.954,45.566],"script":[8.097,8.906,8.337,8.43,7.902,8.399,8.048,8.083,8.233,8.191,7.887,8.357,8.033,7.949,7.965],"paint":[37.072,35.23,35.422,37.024,35.8,36.403,36.385,36.18,36.963,36.535,35.745,35.557,36.843,36.28,37.068]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"02_replace1k","values":{"total":[52.217,49.948,53.348,51.758,48.712,53.354,51.017,50.122,49.637,51.615,52.007,52.116,53.261,52.005,52.579],"script":[17.623,16.51,17.106,17.781,15.824,17.896,17.039,16.439,15.873,17.021,17.658,17.816,17.972,17.727,17.384],"paint":[34.026,32.966,35.786,33.497,32.403,34.819,33.343,33.138,33.35,34.14,33.898,33.829,34.518,33.823,34.739]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[34.363,29.2,30.2,28.55,30.715,30.828,31.839,30.631,31.102,29.372,27.612,30.399,28.936,28.495,30.274],"script":[12.846,10.708,12.074,10.654,12.771,12.112,12.411,11.384,12.513,11.908,10.098,10.954,11.141,10.806,11.434],"paint":[18.849,17.444,16.614,16.183,16.371,16.458,17.439,17.215,17.043,15.554,16.41,17.147,16.309,16.704,16.792]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"04_select1k","values":{"total":[14.326,14.931,16.993,13.76,15.483,16.828,16.362,16.131,14.642,15.749,14.913,15.442,15.207,16.936,14.587,16.43,15.009,15.721,14.598,14.602,15.966,14.827,15.525,16.825,13.293],"script":[10.771,11.604,13.561,11.151,12.354,13.019,12.838,12.611,11.239,12.795,11.708,11.895,11.898,12.934,11.775,12.916,11.342,11.994,11.199,11.985,12.414,11.082,11.796,11.68,10.495],"paint":[2.971,3.001,2.238,1.752,2.238,2.599,1.985,2.698,2.226,1.812,2.004,1.386,2.049,2.36,1.936,2.579,2.855,2.704,2.092,2.421,3.305,2.872,3.465,3.334,2.313]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"05_swap1k","values":{"total":[33.513,35.824,32.917,33.342,36.228,32.922,34.221,32.959,33.994,34.917,34.399,35.33,32.076,34.006,35.047],"script":[12.028,13.14,11.178,11.647,12.214,11.191,12.402,11.038,12.172,12.891,12.466,12.994,10.008,12.425,12.063],"paint":[20.721,20.149,20.572,20.314,22.428,20.54,19.872,20.238,19.946,20.424,20.06,20.802,20.449,19.932,20.616]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.8,23.909,23.341,23.567,23.314,23.249,23.301,22.7,23.291,23.023,24.122,23.632,22.269,21.483,21.771],"script":[6.06,6.159,5.369,6.327,6.563,6.099,5.684,5.498,6.451,6.136,5.983,5.163,5.385,4.947,5.17],"paint":[16.514,16.429,16.208,16.145,15.974,16.372,16.677,16.363,15.907,15.866,16.829,17.016,15.801,15.671,15.767]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"07_create10k","values":{"total":[494.255,490.639,481.293,490.372,479.517,486.189,489.151,478.191,485.607,480.449,491.802,494.051,482.85,489.878,494.233],"script":[112.176,111.933,109.814,110.337,109.39,108.26,109.664,108.291,111.271,107.268,111.274,111.235,112.102,114.297,111.574],"paint":[373.719,371.048,363.552,372.047,362.44,369.958,371.37,362.063,366.662,365.515,372.769,374.992,362.982,367.571,374.709]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.037,49.651,51.169,51.722,51.299,50.196,50.989,51.009,50.461,49.789,53.024,51.974,50.811,50.172,52.24],"script":[11.828,11.697,11.483,12.134,12.337,12.039,11.576,11.728,11.674,11.405,12.231,12.671,11.719,11.646,11.866],"paint":[38.258,36.99,38.766,38.223,37.964,37.224,38.37,37.964,37.797,37.444,39.539,38.362,38.085,37.546,39.12]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.377,17.365,17.503,16.358,17.073,17.254,16.158,17.356,16.147,16.522,16.755,16.995,16.262,17.509,17.647],"script":[14.046,15.05,14.962,13.656,14.847,15.05,14.681,15.158,14.199,13.787,14.699,14.768,13.499,15.082,15.249],"paint":[1.168,2.178,2.414,2.253,2.135,2.107,1.38,0.47,1.853,1.94,1.059,1.227,1.778,0.864,2.309]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5131769180297852]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.585968017578125]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.6069860458374023]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8185043334960938]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.117942810058594]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2027.7419999999997]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.876]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.00800000000004]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.791015625]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.916015625]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.9794921875]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.4]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[68.4]}},{"framework":"strve-v6.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.897,47.313,46.647,47.718,45.391,45.26,47.078,46,45.104,46.048,45.395,44.312,45.215,45.619,44.817],"script":[9.883,9.072,9.06,9.444,9.248,9.097,10.387,9.534,9.32,10.067,9.607,9.174,9.529,9.253,9.226],"paint":[34.545,37.822,36.837,37.721,35.692,35.722,36.256,35.995,35.307,35.244,35.093,34.648,34.964,35.888,35.112]}},{"framework":"strve-v6.0.2-keyed","benchmark":"02_replace1k","values":{"total":[48.6,45.167,46.681,46.885,47.064,47.258,46.928,44.677,45.871,46.996,46.779,46.679,45.114,45.516,45.41],"script":[12.371,11.955,12.472,12.502,12.465,12.519,12.687,12.053,12.362,13.439,12.645,12.531,12.098,12.162,11.868],"paint":[35.765,32.814,33.751,33.94,33.868,34.235,33.602,32.217,32.771,32.819,33.677,33.719,32.569,32.955,32.831]}},{"framework":"strve-v6.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[34.289,33.06,34.761,34.175,34.339,33.513,32.849,34.657,32.802,34.637,33.716,34.372,33.819,33.876,32.855],"script":[16.034,15.382,16.526,16.421,15.977,15.879,15.085,14.545,15.666,15.653,15.916,15.894,16.025,16.034,15.491],"paint":[16.68,15.865,17.169,16.423,16.426,15.465,16.32,17.568,14.731,17.007,15.732,17.221,15.952,15.994,14.683]}},{"framework":"strve-v6.0.2-keyed","benchmark":"04_select1k","values":{"total":[16.88,16.842,16.415,16.891,15.735,15.811,17.049,16.532,17.081,15.586,16.526,16.704,18.372,17.134,16.733,16.059,15.916,17.677,16.153,15.762,16.987,16.046,16.582,16.323,16.765],"script":[13.893,13.134,13.133,13.412,12.951,12.741,13.791,13.426,14.348,12.64,12.745,13.093,14.137,13.3,12.948,13.263,13.15,14.059,12.934,12.935,13.512,13.477,12.959,13.424,12.666],"paint":[1.993,2.4,3.111,2.228,2.066,1.736,2.575,1.96,1.779,1.65,2.855,2.41,3.549,2.856,2.056,1.562,2.592,2.21,1.682,1.968,2.603,1.649,2.284,2.204,3.184]}},{"framework":"strve-v6.0.2-keyed","benchmark":"05_swap1k","values":{"total":[35.453,34.889,35.753,35.686,35.522,34.048,33.917,35.724,36.987,34.638,35.463,35.176,37.847,34.923,35.335],"script":[13.576,13.972,14.311,13.935,13.496,13.748,13.761,14.13,14.311,13.835,14.226,13.993,13.669,13.674,14.12],"paint":[20.487,18.494,19.545,18.694,19.216,18.966,18.674,19.688,20.576,19.471,19.887,19.146,22.1,19.263,19.604]}},{"framework":"strve-v6.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[26.37,23.94,23.734,24.644,23.841,23.725,23.54,24.264,23.633,22.926,22.82,24.351,24.982,23.862,23.915],"script":[7.321,6.797,6.718,6.777,6.701,6.712,6.9,6.755,6.724,6.689,6.63,6.8,6.778,6.79,6.789],"paint":[17.691,15.742,15.772,16.656,16.033,16.199,15.845,16.313,15.834,15.087,15.1,16.777,16.852,16.316,15.623]}},{"framework":"strve-v6.0.2-keyed","benchmark":"07_create10k","values":{"total":[480.842,484.61,475.564,485.682,491.453,482.781,482.792,477.969,479.935,484.765,487.482,482.043,486.37,481.548,484.186],"script":[108.83,108.127,106.819,107.308,107.505,108.724,107.816,107.809,106.432,107.546,108.599,108.181,110.693,108.651,110.252],"paint":[364.749,369.006,361.165,370.954,376.331,366.431,367.575,362.654,366.158,369.615,371.351,366.365,367.381,365.453,366.075]}},{"framework":"strve-v6.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.151,52.889,52.066,52.777,53.215,53.17,53.713,52.635,52.407,55.59,53.764,54.255,53.143,53.059,53.225],"script":[14.038,14.913,14.165,14.604,14.814,13.882,14.212,14.111,14.166,14.442,14.327,14.301,14.201,14.283,14.415],"paint":[37.237,37.054,36.926,37.269,37.417,38.303,38.241,37.696,37.304,40.181,38.221,38.716,38.096,37.928,37.82]}},{"framework":"strve-v6.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.185,14.483,15.029,14.809,15.347,14.738,15.255,15.073,14.495,13.06,14.753,15.227,15.01,15.552,15.195],"script":[12.178,12.178,11.956,12.258,11.923,12.103,12.888,11.969,11.649,10.766,12.038,11.815,12.327,13.192,12.172],"paint":[1.902,2.177,2.988,1.589,2.39,2.522,1.732,2.387,2.729,2.212,2.61,2.821,2.505,2.265,2.895]}},{"framework":"strve-v6.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.48352813720703125]}},{"framework":"strve-v6.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7147951126098633]}},{"framework":"strve-v6.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.8122425079345703]}},{"framework":"strve-v6.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8442392349243164]}},{"framework":"strve-v6.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.04931354522705]}},{"framework":"strve-v6.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2199999999998]}},{"framework":"strve-v6.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.987999999999998]}},{"framework":"strve-v6.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.72]}},{"framework":"strve-v6.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.119140625]}},{"framework":"strve-v6.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.84375]}},{"framework":"strve-v6.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.033203125]}},{"framework":"strve-v6.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[62]}},{"framework":"strve-v6.0.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[62]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"01_run1k","values":{"total":[41.762,39.046,40.918,41.108,42.187,41.88,41.21,39.045,41.464,42.327,40.639,39.414,41.357,39.338,42.274],"script":[3.383,3.142,3.285,3.294,3.431,3.327,3.24,3.319,3.506,3.222,3.186,3.502,3.322,3.239,3.075],"paint":[37.908,35.152,36.878,37.377,37.89,37.858,37.447,35.254,37.264,38.631,36.975,35.418,37.339,35.613,38.722]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"02_replace1k","values":{"total":[41.074,41.585,42.318,41.228,43.188,41.372,41.495,40.606,43.716,40.362,42.886,41.03,40.857,40.173,40.981],"script":[6.509,6.639,6.55,7.221,7.283,6.59,6.897,7.207,6.697,6.986,7.057,6.607,6.745,6.838,6.808],"paint":[34.116,34.484,35.318,33.368,35.436,34.241,33.886,32.958,36.319,32.678,35.373,33.998,33.662,32.868,33.612]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.422,18.569,18.329,19.026,18.147,18.901,18.709,17.175,17.712,18.481,18.23,18.361,18.748,18.31,19.243],"script":[0.252,0.608,1.255,0.607,1.01,1.838,1.223,1.106,0.658,1.304,1.029,0.889,0.601,1.167,1.393],"paint":[14.922,16.06,15.358,16.433,15.275,15.19,15.67,13.953,15.518,16.118,15.695,15.735,16.886,15.155,16.002]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"04_select1k","values":{"total":[3.364,3.65,3.547,3.686,4.872,4.34,4.152,3.919,3.712,4.455,4.116,4.803,3.244,2.967,4.88,2.77,3.718,3.256,3.726,4.264,3.901,3.604,4.15,3.333,3.662],"script":[0.953,0.912,1.038,0.214,0.675,1.15,1.198,0.644,0.979,0.587,0.843,1.178,0.223,0.198,1.271,0.986,1.28,1.014,0.911,1.446,1.195,0.964,1.602,0.543,1.132],"paint":[2.064,1.94,2.385,2.89,3.97,1.972,2.01,3.128,2.068,2.958,2.008,2.663,2.918,2.661,2.524,1.659,2.31,1.619,2.171,1.996,2.545,2.099,2.445,1.635,1.962]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"05_swap1k","values":{"total":[22.31,22.877,22.363,23.329,23.017,22.129,21.77,21.555,22.205,21.933,23.005,23.686,24.209,22.56,22.693],"script":[1.111,0.64,1.016,0.98,1.712,1.55,1.112,1.255,1.231,1.126,1.218,1.286,0.952,0.995,1.661],"paint":[19.242,20.476,20.197,19.691,20.01,19.151,19.576,18.726,19.149,18.798,19.868,20.85,21.293,18.962,18.985]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.38,19.151,17.521,17.552,17.482,18.744,17.254,17.863,17.728,17.838,17.261,17.092,17.168,17.176,17.516],"script":[0.629,0.623,0.597,0.587,0.578,0.612,0.627,0.529,0.562,0.898,0.297,0.566,0.547,0.584,0.594],"paint":[15.834,17.003,15.651,15.732,16.11,16.81,15.857,15.816,16.344,15.908,16.204,15.693,15.622,15.807,16.092]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"07_create10k","values":{"total":[408.343,408.306,404.952,402.323,400.878,411.52,414.656,400.978,407.929,407.884,406.25,411.146,415.044,404.135,406.208],"script":[41.97,44.173,39.135,41.664,38.719,46.03,46.04,42.116,46.04,41.315,41.328,45.392,47.179,42.361,47.438],"paint":[358.84,356.447,358.4,353.157,354.819,358.021,361.072,351.413,354.462,359.074,357.383,358.321,360.254,354.245,351.266]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[42.465,43.442,41.282,43.342,41.78,43.278,41.776,43.612,45.904,43.702,43.07,42.478,43.536,43.292,41.965],"script":[3.236,3.021,3.042,2.943,3.012,3.093,3.029,3.124,3.167,3.136,3.194,3.253,3.136,3.035,3.09],"paint":[38.259,39.479,37.448,39.487,37.978,38.991,37.916,39.253,41.584,39.36,38.959,38.288,39.176,39.284,37.919]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.485,14.58,14.752,14.385,15.002,14.549,14.797,14.697,14.506,14.394,14.717,15.085,13.864,14.046,14.387],"script":[12.036,12.707,12.221,12.398,12.714,12.388,12.786,11.438,12.011,11.822,12.661,12.858,11.87,12.148,12.413],"paint":[1.351,1.773,1.091,0.955,2.186,2.06,1.906,3.128,1.811,2.09,0.941,1.635,1.906,1.119,0.972]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5038566589355469]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.815458297729492]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.859874725341797]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8144674301147461]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.543684005737305]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.6]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.047999999999998]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.58800000000002]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.466796875]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.1923828125]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.3857421875]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[61.2]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[61.2]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"01_run1k","values":{"total":[41.505,41.985,40.778,41.135,41.293,40.295,39.037,41.236,42.166,41.698,41.076,41.932,38.333,39.582,41.298],"script":[3.565,3.522,3.347,3.44,3.497,3.476,3.459,3.331,3.695,3.285,3.442,3.255,3.316,3.607,3.26],"paint":[37.469,37.786,36.953,37.214,37.103,36.366,35.119,37.176,37.986,37.943,37.14,38.192,34.547,35.485,37.325]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"02_replace1k","values":{"total":[42.134,40.602,42.593,41.483,41.249,40.579,43.237,40.536,42.967,40.515,41.398,40.694,41.376,40.045,40.688],"script":[6.483,6.905,6.708,6.676,6.711,7.036,6.798,6.906,6.657,6.853,6.686,6.598,7.122,6.77,6.867],"paint":[35.189,33.25,35.199,34.37,33.994,33.094,35.77,33.129,35.892,33.163,34.226,33.638,33.806,32.846,33.37]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.051,18.948,18.287,18.739,19.096,18.439,19.33,20.279,19.033,18.575,19.001,20.042,19.253,19.798,17.814],"script":[1.126,1.512,1.695,1.61,1.848,1.561,1.828,1.013,1.809,1.261,1.475,1.429,1.895,1.741,1.099],"paint":[14.48,16.067,14.779,14.982,16.056,15.862,16.461,17.177,15.59,15.511,14.726,15.529,15.203,16.115,14.833]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"04_select1k","values":{"total":[3.33,4.902,3.567,3.41,3.903,4.371,4.001,3.789,3.655,3.872,4.838,3.819,3.724,3.75,3.309,3.442,4.091,4.371,3.734,3.749,3.188,3.732,2.786,3.844,3.571],"script":[0.232,0.888,0.939,1.424,0.236,1.185,0.905,1.196,0.243,1.109,1.229,0.864,0.642,1.462,0.882,1.171,1.233,1.181,0.983,0.238,0.972,1.472,0.243,0.645,1.352],"paint":[2.406,2.632,1.891,1.162,2.197,1.939,2.044,1.629,3.26,2.63,3.319,1.662,2.526,1.43,2.3,1.27,2.022,2.263,2.077,2.875,2.097,1.48,2.401,3.094,1.344]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"05_swap1k","values":{"total":[22.7,21.975,22.901,22.632,22.607,22.449,23.707,22.86,22.91,22.138,22.684,22.639,22.07,21.656,22.73],"script":[1.172,1.049,1.493,1.664,0.993,1.873,1.163,1.475,0.977,1.485,1.303,1.533,0.935,1.532,1.28],"paint":[19.858,19.328,19.917,18.759,19.482,18.746,21.144,19.952,19.943,19.319,19.612,19.73,19.691,18.604,19.465]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.789,18.307,17.934,18.032,17.366,18.297,17.598,18.389,17.307,18.011,17.739,16.575,17.211,17.799,17.221],"script":[0.222,0.569,0.517,0.186,0.206,0.546,0.502,0.57,0.55,0.459,0.353,0.513,0.322,0.552,0.312],"paint":[16.173,16.383,16.688,16.561,16.373,16.382,15.664,17.303,15.94,16.158,16.302,14.8,16.047,15.754,15.81]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"07_create10k","values":{"total":[404.831,406.994,406.327,403.96,406.622,409.649,406.881,411.017,405.114,403.185,405.655,402.68,406.059,407.899,399.707],"script":[39.994,40.818,42.242,40.507,41.567,40.518,41.061,43.48,40.87,41.307,41.132,41.217,40.373,41.394,40.264],"paint":[357.371,358.67,356.49,356.023,357.503,361.614,358.32,359.797,356.304,354.496,357.001,353.811,357.993,358.938,352.048]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.994,42.023,41.672,41.429,43.834,43.699,42.774,44.625,41.815,43.36,43.572,43.921,42.918,42.702,43.618],"script":[3.418,3.36,3.452,3.464,3.449,3.357,3.59,3.312,3.345,3.279,3.453,3.57,3.388,3.285,3.332],"paint":[37.75,37.873,37.367,37.117,39.571,39.081,38.238,40.296,37.602,38.872,38.884,39.144,38.609,38.469,39.071]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.607,14.81,14.514,14.815,14.275,14.598,14.197,14.221,13.798,14.713,14.861,14.432,14.518,14.521,14.337],"script":[12.148,12.609,12.229,12.258,12.304,12.051,12.056,12.285,12.308,12.974,12.686,12.202,12.999,12.686,12.39],"paint":[1.371,2.07,2.17,2.151,1.104,2.394,2.051,1.838,0.397,0.761,1.747,2.116,1.419,1.548,1.076]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5043096542358398]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.8418502807617188]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.865992546081543]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8934965133666992]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.6540470123291]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.225]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.119999999999997]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.64800000000002]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.6357421875]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.361328125]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.4677734375]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[62.3]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[62.3]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"01_run1k","values":{"total":[44.464,43.63,45.304,44.918,45.998,48.382,45.899,45.324,46.108,46.304,45.072,45.494,47.279,46.132,46.609],"script":[8.362,8.085,8.651,8.707,8.781,8.717,8.634,8.982,8.91,8.294,8.14,8.082,9.106,9.086,7.987],"paint":[35.672,34.853,36.181,35.781,36.478,38.97,36.546,35.793,36.685,37.423,36.463,36.684,37.707,36.585,38.158]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"02_replace1k","values":{"total":[48.624,50.117,48.271,50.342,49.879,48.275,52.013,48.45,49.498,49.728,52.105,48.251,49.716,49.508,49.761],"script":[14.732,15.615,14.462,15.562,15.558,14.634,15.768,14.76,16.071,15.549,15.317,14.758,15.719,15.542,15.564],"paint":[33.433,34.039,33.364,34.108,33.836,33.216,35.554,33.207,32.962,33.724,36.092,33.074,33.526,33.491,33.5]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.923,18.394,19.059,19.47,19.939,18.718,19.135,20.06,19.603,19.014,20.032,20.051,19.358,18.236,18.87],"script":[1.122,1.421,2.32,2.098,1.906,1.389,2.144,2.012,2.131,1.813,2.588,1.878,2.132,1.044,2.083],"paint":[16.822,14.855,14.9,16.29,16.742,15.513,15.457,16.545,15.792,15.016,16.46,16.617,15.952,15.182,15.764]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"04_select1k","values":{"total":[6.232,7.158,6.665,6.389,7.479,7.179,5.936,7.104,7.552,7.374,6.941,7.474,6.546,6.224,7.269,7.388,7.121,6.494,7.116,6.206,6.425,7.201,7.61,6.186,7.648],"script":[3.667,4.446,4.06,3.57,4.628,3.484,3.663,4.025,4.023,3.822,3.673,4.325,3.801,3.767,4.638,4.973,4.035,4.028,4.426,3.616,3.28,4.278,3.666,3.201,4.85],"paint":[1.619,1.862,1.635,2.336,1.178,2.486,1.48,2.538,2.532,3.335,2.156,2.988,2.191,2.33,1.647,2.272,2.148,1.594,2.043,1.553,2.453,2.566,3.707,2.391,1.761]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"05_swap1k","values":{"total":[23.234,22.071,22.853,22.611,22.536,23.43,22.705,23.221,22.295,22.491,22.158,22.218,22.256,22.567,21.382],"script":[1.318,1.312,1.258,1.27,1.543,1.307,1.151,1.177,1.005,1.361,1.181,1.163,1.355,1.578,1.151],"paint":[20.262,19.51,19.904,19.736,20.027,20.577,19.613,19.869,19.893,19.615,19.185,19.996,19.527,18.837,18.472]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.219,17.913,17.782,17.602,17.398,17.73,17.673,17.544,18.793,17.569,17.901,16.811,17.74,17.752,17.172],"script":[1.04,1.101,0.854,0.789,0.765,1.124,0.81,0.986,1.143,1.064,0.877,0.81,1.146,1.103,0.921],"paint":[16.58,15.519,15.46,15.701,15.5,15.738,15.958,15.625,16.37,15.498,16.297,15.244,15.598,15.913,15.217]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"07_create10k","values":{"total":[484.965,475.79,486.861,471.236,481.173,483.666,490.087,486.293,469.486,486.608,470.911,477.125,480.278,484.046,484.746],"script":[103.575,101.964,103.042,99.308,104.449,103.897,110.412,108.485,100.891,104.44,100.47,101.071,102.329,108.481,108.198],"paint":[373.475,366.199,376.14,364.454,369.119,372.098,372.153,370.005,361.141,374.271,362.975,368.622,370.395,368.132,368.053]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.026,47.365,46.095,46.392,46.993,47.858,47.995,48.292,45.853,51.074,46.177,47.27,48.932,47.001,49.188],"script":[8.773,8.836,8.504,8.503,8.739,8.701,9.235,8.726,8.623,8.721,8.503,8.691,8.822,8.569,8.858],"paint":[37.294,37.573,36.681,37.008,37.382,37.867,37.905,38.307,36.39,41.123,36.818,37.261,38.914,37.595,39.37]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.691,16.835,16.513,16.893,16.368,17.378,16.644,16.015,16.713,16.637,16.591,15.892,17.102,16.91,16.481],"script":[14.647,14.376,14.162,14.85,14.134,15.176,14.403,14.261,14.036,14.353,15.04,14.219,14.8,14.394,14.04],"paint":[1.652,2.359,2.249,1.928,2.147,1.508,1.224,0.813,2.135,1.078,1.454,0.736,2.199,2.402,2.17]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.7238807678222656]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.930294990539551]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.917333602905273]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.4194717407226562]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[42.66475009918213]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.4099999999999]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.663999999999998]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[169.60400000000004]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[296.078125]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[157.5185546875]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[47.2265625]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[285.4]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[285.4]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"01_run1k","values":{"total":[43.02,44.362,43.546,43.334,43.302,41.601,41.829,43.143,42.168,43.934,42.866,43.683,44.028,42.51,42.426],"script":[6.83,6.303,6.596,6.648,6.13,6.252,6.407,6.305,6.284,6.125,6.25,6.258,5.915,6.288,6.209],"paint":[35.691,37.612,36.251,36.162,36.723,34.868,35.007,36.39,35.154,37.279,36.19,36.704,37.599,35.546,35.499]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"02_replace1k","values":{"total":[44.522,44.568,45.395,43.844,45.43,44.646,45.179,43.384,45.879,44.601,44.238,44.161,45.02,45.302,44.74],"script":[9.581,9.802,10.378,9.491,10.506,10.573,9.979,9.803,11.902,10.189,10.412,9.692,10.335,9.985,10.67],"paint":[34.408,34.27,34.252,33.874,34.442,33.608,34.45,33.09,33.482,33.959,33.325,33.787,34.176,34.787,33.571]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.311,18.135,18.479,17.837,19.048,18.799,18.757,18.495,18.341,18.679,17.803,18.115,17.948,18.337,19.663],"script":[1.139,1.402,1.047,0.895,1.531,0.991,0.964,0.981,0.628,1.551,0.869,0.891,0.887,0.853,0.924],"paint":[15.062,15.148,15.813,15.896,16.09,15.753,15.357,15.821,14.966,15.324,14.847,15.574,15.189,16.416,17.741]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"04_select1k","values":{"total":[2.654,3.183,2.42,2.875,3.46,3.402,3.273,2.274,3.322,2.376,4.255,3.161,3.361,3.424,3.793,2.915,2.698,3.269,3.047,2.33,3.445,3.637,3.458,2.227,4.302],"script":[0.081,0.251,0.255,0.077,0.063,0.804,1.117,0.071,0.532,0.077,0.744,0.078,1.033,0.85,0.812,0.07,0.21,0.457,0.771,0.085,0.744,0.608,0.283,0.075,0.305],"paint":[1.504,2.788,1.645,2.673,2.557,1.673,2.052,1.667,2.11,1.389,2.123,2.67,1.47,1.626,2.161,1.822,1.729,1.845,2.175,1.295,1.509,2.883,2.943,2.048,2.831]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"05_swap1k","values":{"total":[26.157,27.253,25.819,26.393,25.902,25.837,25.355,28.268,26.084,26.071,26.644,27.279,26.629,25.045,25.993],"script":[4.938,5.411,4.337,4.769,5.102,4.375,4.669,4.627,4.656,5.153,4.278,5.23,4.335,4.63,5.536],"paint":[18.715,19.164,20.092,19.436,19.461,19.532,19.654,21.371,19.29,18.651,19.703,20.963,20.054,18.801,18.679]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.055,18.832,19.34,20.078,19.161,19.482,19.43,19.466,19.579,19.497,20.036,19.478,19.361,20.728,19.997],"script":[2.533,2.391,2.716,2.939,2.459,2.506,2.57,2.815,2.591,2.588,2.625,2.786,2.847,2.772,2.623],"paint":[16.281,15.704,15.397,15.627,15.905,15.879,15.364,15.466,15.587,15.829,16.317,15.821,15.462,16.634,16.497]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"07_create10k","values":{"total":[461.258,455.544,453.378,461.538,456.187,464.354,466.888,460.14,464.148,460.906,456.174,462.97,462.913,465.566,456.952],"script":[84.971,85.088,84.505,83.505,86.015,86.011,86.639,85.176,88.042,84.847,84.043,86.737,85.58,85.833,83.99],"paint":[368.037,362.508,361.14,369.78,362.407,370.542,372.371,366.957,368.362,368.292,364.101,368.584,369.158,371.238,365.267]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.911,50.141,47.441,48.206,49.055,47.367,48.22,47.347,46.924,46.772,49.686,46.14,46.597,47.922,47.374],"script":[8.143,7.305,7.485,7.949,7.54,8.111,7.862,7.491,8.13,8.307,7.294,7.614,7.699,7.736,7.625],"paint":[37.815,41.636,39.014,38.982,40.521,38.025,39.105,38.92,37.895,37.278,41.253,37.615,37.963,38.986,38.798]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.577,14.813,14.355,15.037,15.126,14.907,14.633,15.113,14.138,15.361,14.387,15.461,15.378,14.259,15.02],"script":[12.41,12.657,12.449,13.084,13.226,12.704,12.527,12.786,11.761,12.859,11.966,13.415,12.573,11.954,12.884],"paint":[1.63,2.061,1.337,1.858,1.809,2.099,2.01,1.235,2.275,1.279,1.542,1.021,2.686,1.252,1.294]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5219945907592773]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.9926910400390625]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.910795211791992]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7028312683105469]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.127744674682617]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3099999999997]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.66]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[198.06799999999996]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.1396484375]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.865234375]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.705078125]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[90.5]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[90.5]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"01_run1k","values":{"total":[43.542,42.75,42.315,44.838,45.46,42.254,41.127,41.661,43.123,41.472,42.946,41.961,42.031,43.285,42.941],"script":[6.516,6.578,6.133,6.229,6.455,6.013,5.875,6.36,7.177,5.926,6.681,6.239,6.361,6.002,6.209],"paint":[36.307,35.722,35.694,38.137,38.328,35.543,34.809,34.868,35.425,35.083,35.785,35.222,35.166,36.785,36.265]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"02_replace1k","values":{"total":[47.965,46.761,45.143,45.373,45.766,44.374,44.887,45.244,46.559,45.11,45.857,44.447,45.3,46.452,45.074],"script":[10.953,10.74,10.707,10.573,10.704,10.097,10.755,10.836,10.55,10.856,10.284,10.381,10.765,10.448,10.991],"paint":[36.47,35.292,33.902,34.304,34.569,33.477,33.623,33.715,35.323,33.706,35.061,33.607,34.004,35.236,33.548]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.305,21.868,18.847,17.424,18.279,17.585,18.238,19.57,17.952,18.043,18.435,19.766,17.859,20.738,18.374],"script":[0.853,0.899,0.933,0.889,0.945,0.89,1.153,1.504,1.284,0.845,1.296,1.2,0.988,0.923,0.902],"paint":[15.651,18.772,16.105,15.506,15.47,15.358,15.514,15.892,15.149,15.966,15.861,16.179,14.943,16.687,15.758]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"04_select1k","values":{"total":[3.77,2.662,3.964,2.82,4.248,2.172,2.534,3.472,2.572,3.978,3.725,3.296,3.946,3.356,2.695,3.355,3.078,4.28,2.298,3.531,2.462,3.424,3.407,2.794,4.172],"script":[0.073,0.072,0.563,0.082,0.087,0.153,0.087,0.069,0.071,0.775,0.754,0.087,1.093,0.072,0.241,0.067,0.435,1.019,0.092,0.069,0.189,0.597,0.853,0.081,0.063],"paint":[2.007,2.46,1.297,2.595,2.929,1.185,1.86,2.869,2.008,2.337,1.814,3.104,2.001,2.915,1.827,3.151,1.639,2.109,2.081,3.201,1.493,2.577,1.954,1.844,3.872]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"05_swap1k","values":{"total":[26.23,25.952,25.909,26.909,25.959,26.276,26.997,26.011,25.528,28.805,25.396,26.597,26.67,26.099,26.309],"script":[4.831,4.635,4.479,5.418,4.673,4.859,5.249,4.594,4.482,5.21,4.219,5.105,4.957,4.733,4.855],"paint":[20.204,18.522,20.138,19.543,20.19,19.303,20.335,19.939,19.443,21.567,20.041,19.337,20.627,19.818,19.43]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.525,19.589,19.745,19.631,18.897,19.121,19.141,18.888,19.547,19.656,19.131,19.135,19.312,19.082,18.993],"script":[2.467,2.434,2.372,2.498,2.376,2.461,2.046,2.455,2.386,2.046,2.085,2.333,2.399,2.453,2.413],"paint":[16.147,16.338,16.272,16.238,15.669,15.372,15.637,15.695,16,16.518,15.977,15.742,15.537,15.766,15.766]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"07_create10k","values":{"total":[461.679,457.533,468.343,460.471,457.431,461.22,466.783,450.699,459.483,463.102,450.95,465.712,461.627,467.163,458.146],"script":[83.965,85.285,85.719,85.369,85.679,85.842,87.973,84.165,85.467,84.993,84.174,86.276,85.409,87.715,85.82],"paint":[369.587,364.5,374.601,366.557,363.885,367.48,371.181,358.504,366.103,369.881,358.848,371.559,368.013,371.677,364.611]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.734,48.113,47.27,48.098,48.291,47.049,44.812,47.933,46.996,46.723,47.577,46.207,45.641,46.158,46.586],"script":[7.357,8.118,7.581,7.605,8.277,7.571,7.023,7.863,7.143,7.435,7.556,7.9,7.758,7.241,7.722],"paint":[37.488,38.924,38.73,39.497,38.786,38.46,36.952,39.233,38.888,38.107,39.077,37.116,36.915,37.986,37.938]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.772,15.767,15.036,14.892,14.541,15.279,14.408,14.938,14.276,15.107,14.407,15.011,15.234,14.435,14.686],"script":[12.604,13.483,13.063,12.527,12.081,13.15,12.417,12.88,12.027,12.978,12.277,12.822,12.56,11.92,12.482],"paint":[1.408,1.606,1.827,2.273,2.22,1.86,1.22,1.968,2.154,1.746,1.701,1.637,1.827,1.887,1.97]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5832052230834961]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.088848114013672]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9694299697875977]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.791285514831543]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.301862716674805]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.33]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.851999999999999]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[197.16400000000004]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.7060546875]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[13.431640625]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.2373046875]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[100.5]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[100.5]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"01_run1k","values":{"total":[43.039,43.938,45.207,43.999,43.489,44.311,43.991,42.441,41.476,43.276,43.62,45.282,44.111,43.978,44.033],"script":[5.603,5.676,6.135,6.007,6.16,5.745,6.099,5.578,5.522,5.647,5.471,5.52,5.711,5.833,6.247],"paint":[36.962,37.774,38.557,37.274,36.807,37.936,37.415,36.359,35.499,37.145,37.667,39.039,37.695,37.587,37.315]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"02_replace1k","values":{"total":[42.721,42.435,43.159,46.971,46.481,43.757,42.746,44.628,43.77,43.965,44.952,45.534,42.513,44.137,43.89],"script":[9.071,9.102,9.427,10.065,8.974,9.667,9.239,9.077,9.99,9.038,9.344,10.323,9.124,9.112,9.179],"paint":[33.217,32.93,33.245,36.189,37.005,33.377,33.047,34.805,33.098,34.222,35.159,34.479,32.96,34.513,34.245]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.721,18.181,19.558,18.803,18.73,19.699,20.816,19.399,21.434,18.939,20.59,19.628,18.97,19.642,19.177],"script":[2.117,1.946,2.471,1.288,1.851,1.599,1.919,1.276,2.019,1.44,2.435,1.732,2.031,1.868,1.509],"paint":[15.809,14.671,15.248,15.181,15.251,15.534,16.801,15.327,17.833,16.405,15.324,16.467,15.894,15.322,15.278]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"04_select1k","values":{"total":[3.478,3.482,2.891,2.419,3.749,2.636,3.242,3.58,2.372,3.643,2.684,4.735,2.437,4.036,2.797,2.743,3.054,2.427,3.179,2.818,4.262,3.193,3.317,3.353,3.16],"script":[0.054,0.052,0.058,0.055,0.054,0.062,0.058,0.858,0.069,1.113,0.058,0.91,0.059,0.071,0.049,0.064,1.078,0.06,0.064,0.058,0.05,0.876,0.958,0.785,0.055],"paint":[2.72,2.574,2.248,2.264,2.83,1.61,2.568,2.219,1.186,1.715,2.522,2.617,2.279,2.803,1.924,2.553,1.135,2.26,2.973,2.297,3.965,2.221,1.724,1.723,2.984]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"05_swap1k","values":{"total":[23.073,24.508,24.687,23.014,22.495,25.294,24.725,22.975,22.805,23.463,23.937,23.968,24.26,24.875,22.442],"script":[1.121,1.826,1.912,2.053,1.337,1.948,2.311,1.779,1.368,1.648,1.363,1.054,2.553,2.436,1.559],"paint":[20.848,21.597,21.111,19.654,19.218,20.512,20.58,19.587,19.538,20.023,20.728,20.513,19.318,20.624,19.614]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.5,19.058,18.969,19.252,18.245,19.221,17.859,17.959,18.334,18.052,18.801,17.806,18.295,19.219,17.869],"script":[0.955,1.25,1.167,0.797,1.11,1.159,1.15,0.768,1.151,0.848,1.231,1.008,1.11,1.259,1.118],"paint":[16.511,16.2,16.957,17.515,15.708,16.536,15.602,16.196,15.722,16.217,16.465,16.064,16.429,17.146,16.017]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"07_create10k","values":{"total":[461.836,466.098,455.461,461.865,461.579,464.122,459.789,457.398,458.926,458.639,464.719,463.918,462.388,465.445,462.629],"script":[82.564,82.414,80.047,80.202,82.014,83.271,79.174,81.248,79.456,81.341,81.43,81.356,81.761,81.818,82.724],"paint":[371.876,375.419,367.722,373.939,371.772,372.971,372.965,368.511,371.752,369.587,375.341,374.887,372.957,375.866,371.94]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.255,44.578,43.965,45.522,45.19,44.772,46.654,43.634,45.149,46.596,45.139,45.129,46.463,44.742,46.069],"script":[5.945,5.725,5.732,5.651,5.816,5.672,5.683,5.552,6.022,5.713,5.849,6.011,6.469,5.765,5.659],"paint":[37.349,37.93,37.403,38.634,38.381,38.236,39.994,37.245,38.178,39.914,38.385,37.962,39.003,38.052,39.222]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.059,14.26,15.069,15.208,15.092,14.715,14.539,13.602,14.439,14.907,15.081,14.571,15.267,14,15.32],"script":[11.989,11.787,12.633,12.985,12.579,12.531,12.874,12.137,12.852,12.952,12.223,12.697,12.507,12.615,13.083],"paint":[1.459,2.371,2.338,1.34,2.392,2.091,1.558,0.423,0.814,1.866,2.112,1.05,2.011,1.287,1.453]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4908008575439453]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.5349607467651367]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.525588035583496]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7342462539672852]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.50182056427002]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.36]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.696]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.67999999999998]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.236328125]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.962890625]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.69921875]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[53.4]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[53.4]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"01_run1k","values":{"total":[43.022,43.533,43,50.528,52.783,52.994,50.541,49.062,52.676,52.148,57.956,55.903,55.204,43.491,52.389],"script":[5.937,6.612,6.767,6.492,6.577,6.536,6.064,6.475,6.511,6.388,7.177,6.431,6.882,5.773,6.546],"paint":[35.46,35.799,36.098,36.674,36.97,36.341,38.268,36.397,36.804,36.517,40.283,37.229,37.68,36.096,36.575]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"02_replace1k","values":{"total":[48.655,43.651,54.535,46.033,51.256,51.194,45.066,45.04,45.528,44.871,44.821,47.939,51.714,50.102,49.384],"script":[9.442,9.135,10.043,9.159,9.512,9.703,9.523,9.246,9.837,9.25,9.213,8.955,9.433,9.141,9.438],"paint":[33.983,33.338,34.336,32.98,34.733,33.649,34.421,34.469,33.407,35.478,35.464,36.741,33.889,34.767,33.729]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.863,19.714,20.625,19.765,19.018,19.065,19.476,19.788,19.048,19.141,19.686,19.587,21.961,18.829,19.424],"script":[3.267,2.495,2.873,4.067,2.827,3.883,3.131,3.847,3.7,3.471,2.797,3.595,3.02,2.754,3.499],"paint":[16.238,16.122,16.271,15.565,15.253,14.659,16.204,15.584,14.521,15.531,16.142,15.683,18.011,15.239,15.81]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"04_select1k","values":{"total":[6.669,6.534,6.316,6.254,6.571,6.645,5.83,6.562,6.187,6.738,6.662,6.41,5.999,6.465,6.644,6.516,6.255,6.029,6.656,6.701,7.643,6.473,7.119,6.311,6.833],"script":[3.228,1.897,3.459,2.941,3.391,2.453,3.132,3.787,2.514,3.317,2.657,2.411,2.705,3.099,3.759,2.975,3.968,2.895,3.546,3.279,3.978,3.982,3.628,2.704,2.492],"paint":[2.529,3.335,2.103,2.776,2.166,2.744,1.501,1.658,3.473,2.593,2.982,3.235,1.725,3.187,2.708,2.891,1.682,2.956,2.927,3.242,3.471,1.636,3.318,3.417,3.082]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"05_swap1k","values":{"total":[23.634,24.041,24.442,23.655,26.494,22.731,23.69,23.351,23.88,24.611,24.918,24.304,23.455,23.399,23.934],"script":[2.54,2.692,2.499,1.859,2.28,2.814,2.984,3.531,3.474,2.767,1.984,2.558,2.708,2.443,3.684],"paint":[20.225,21.239,20.782,21.199,20.534,19.312,20.581,19.694,19.063,21.727,22.791,20.367,20.051,20.095,19.581]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.022,17.317,17.767,17.668,16.918,16.718,16.302,17.006,16.698,16.515,17.192,16.638,16.651,17.021,18.148],"script":[1.377,1.691,1.781,1.741,1.593,1.421,1.511,0.983,1.607,1.651,1.382,1.532,1.075,1.337,1.737],"paint":[15.226,15.363,15.301,15.761,15.166,14.754,14.646,15.878,14.754,14.736,15.146,14.81,14.791,15.012,16.247]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"07_create10k","values":{"total":[458.697,450.025,460.885,445.715,449.434,433.22,450.871,446.958,463.618,437.958,452.528,431.965,453.128,463.11,428.653],"script":[72.962,70.484,71.82,71.507,70.972,69.328,69.954,67.489,69.577,67.747,70.374,67.545,71.29,71.146,69.998],"paint":[380.562,366.162,376.415,364.786,374.843,360.073,375.181,372.308,383.646,366.49,378.456,360.515,375.202,378.782,354.92]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.976,43.731,56.208,55.476,56.707,56.242,46.883,57.348,45.434,44.651,56.394,56.888,43.507,44.868,43.439],"script":[5.369,5.615,5.423,5.45,5.411,5.429,5.638,5.422,5.474,5.355,5.464,5.585,5.429,5.431,5.543],"paint":[38.316,37.839,39.618,38.702,38.628,38.429,40.816,38.71,39.513,38.897,38.534,40.227,37.783,39.148,37.607]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.596,16.921,15.95,15.534,17.16,16.418,17.224,16.331,16.303,16.203,16.539,15.638,16.293,16.134,16.8],"script":[13.72,14.412,13.86,13.396,15.637,14.03,15.009,14.288,14.075,13.924,13.503,13.237,13.961,14.519,14.668],"paint":[1.819,2.384,2.025,2.071,1.408,2.331,1.806,1.829,1.405,1.836,2.084,2.333,1.715,1.556,2.079]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6723613739013672]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.2479772567749023]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.2177038192749023]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0809755325317383]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.026554107666016]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.314]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.079999999999998]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.1]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[187.2177734375]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[48.9423828125]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[14.69921875]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[99]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[99]}},{"framework":"unis-v1.2.2-keyed","benchmark":"01_run1k","values":{"total":[50.231,49.821,49.168,49.618,50.365,51.71,51.918,50.483,51.685,50.077,49.612,49.187,49.79,49.7,49.796],"script":[14.034,13.316,13.124,13.009,13.543,13.956,14.221,14.245,14.418,13.341,12.995,13.459,14.015,13.164,13.159],"paint":[35.722,36.045,35.511,35.933,36.141,37.279,36.981,35.798,36.791,36.012,36.15,35.26,35.267,35.784,36.152]}},{"framework":"unis-v1.2.2-keyed","benchmark":"02_replace1k","values":{"total":[55.23,54.659,56.109,55.244,55.626,56.343,55.24,58.638,55.686,55.461,55.625,56.69,57.672,54.499,54.577],"script":[21.976,20.994,21.793,22.205,20.945,21.566,21.256,21.306,20.824,22.034,21.848,21.87,21.291,21.261,20.442],"paint":[32.756,33.179,33.495,32.539,34.173,34.267,33.47,36.828,34.146,32.917,33.291,34.311,35.878,32.513,33.648]}},{"framework":"unis-v1.2.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.942,26.446,27.313,26.855,25.747,26.229,25.837,26.173,26.39,27.255,25.814,29.008,26.059,27.037,26.509],"script":[8.833,9.004,9.191,9.616,8.198,8.651,8.454,9.205,8.589,8.338,8.997,9.123,8.886,9.112,9.518],"paint":[16.17,16.07,15.52,14.895,16.256,16.191,16.017,15.009,15.402,17.293,15.128,18.109,15.114,16.163,14.712]}},{"framework":"unis-v1.2.2-keyed","benchmark":"04_select1k","values":{"total":[8.459,8.139,7.672,8.212,8.151,8.05,7.627,8.226,8.127,7.749,8.017,7.799,8.01,8.146,8.038,8.016,8.034,6.804,7.246,7.649,8.436,7.58,7.629,8.407,7.761],"script":[4.072,4.835,4.63,4.549,4.751,4.628,4.383,5.25,5.27,4.819,4.379,4.712,4.914,4.728,4.65,5.191,4.893,3.725,4.521,4.884,4.674,4.679,4.409,4.352,4.92],"paint":[3.305,2.437,2.156,2.714,2.213,3.225,3.07,1.86,1.436,1.816,2.964,2.615,1.903,3.05,2.289,2.491,2.116,2.904,2.055,2.635,3.04,2.739,2.218,3.861,1.942]}},{"framework":"unis-v1.2.2-keyed","benchmark":"05_swap1k","values":{"total":[26.417,28.064,27.083,26.769,28.793,26.068,26.519,26.679,27.923,26.899,27.097,27.377,26.728,26.234,27.208],"script":[4.942,5.926,5.546,4.943,5.512,5.093,5.053,5.465,5.965,4.767,5.359,5.285,5.469,4.753,5.079],"paint":[19.789,19.966,19.211,19.813,20.772,18.685,20.746,19.204,20.233,20.144,20.306,20.389,19.342,20.501,20.328]}},{"framework":"unis-v1.2.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.337,20.271,19.959,19.855,19.646,20.162,19.891,20.42,19.755,19.993,21.619,20.661,20.99,20.229,20.07],"script":[2.689,3.062,2.686,3.078,2.69,3.094,2.967,3.024,2.716,3.11,3.58,2.635,3.008,3.049,2.851],"paint":[15.898,16.309,15.877,15.344,16.187,15.964,15.818,16.576,16.256,16.108,16.761,16.568,16.616,15.928,16.263]}},{"framework":"unis-v1.2.2-keyed","benchmark":"07_create10k","values":{"total":[548.154,546.827,548.168,528.961,550.204,547.453,545.601,554.517,550.217,552.63,558.816,535.049,524.033,539.23,549.713],"script":[156.566,154.172,155.075,150.288,155.044,149.514,148.646,156.411,156.884,155.585,152.921,154.991,152.731,152.274,154.716],"paint":[384.063,383.513,384.923,371.439,387.077,390.476,388.442,390.529,385.675,389.416,398.042,372.258,363.871,378.987,387.457]}},{"framework":"unis-v1.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.18,53.41,52.792,52.885,52.283,53.786,53.263,53.009,52.732,53.383,53.858,52.539,53.143,52.778,52.553],"script":[13.923,14.464,14.343,14.668,14.666,15.476,15.12,14.409,14.278,14.652,14.803,14.426,14.105,14.598,14.185],"paint":[37.954,37.705,37.567,37.215,36.661,37.348,37.183,37.607,37.526,37.807,37.814,37.296,37.809,37.233,37.441]}},{"framework":"unis-v1.2.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.695,20.051,16.977,17.864,19.668,19.617,17.443,19.871,17.342,19.781,20.299,20.2,20.198,20.81,18.688],"script":[18.415,17.459,15.285,15.686,17.511,17.446,15.785,17.423,15.346,17.311,18.215,17.998,17.421,18.372,16.42],"paint":[1.57,2.445,1.261,2.073,1.419,1.532,0.739,2.326,0.84,1.335,1.817,2.098,2.674,1.326,1.213]}},{"framework":"unis-v1.2.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6008510589599609]}},{"framework":"unis-v1.2.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.079309463500977]}},{"framework":"unis-v1.2.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.194157600402832]}},{"framework":"unis-v1.2.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0608224868774414]}},{"framework":"unis-v1.2.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[62.90063953399658]}},{"framework":"unis-v1.2.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2400000000002]}},{"framework":"unis-v1.2.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.6]}},{"framework":"unis-v1.2.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.07999999999996]}},{"framework":"unis-v1.2.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[155.1640625]}},{"framework":"unis-v1.2.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.8896484375]}},{"framework":"unis-v1.2.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.3017578125]}},{"framework":"unis-v1.2.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[67.5]}},{"framework":"unis-v1.2.2-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[67.5]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"01_run1k","values":{"total":[48.625,49.33,48.053,49.6,49.623,48.405,49.358,48.938,49.275,48.353,52.707,48.478,48.622,50.697,50.222],"script":[15.108,16.086,15.018,15.815,16.146,14.889,15.263,15.184,15.759,14.916,16.051,14.945,15.067,15.673,15.656],"paint":[33.048,32.743,32.58,33.081,32.988,33.045,33.668,33.1,32.816,33.012,36.129,32.902,33.094,34.539,33.92]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"02_replace1k","values":{"total":[52.414,52.839,52.405,52.602,52.18,52.207,52.28,51.937,52.587,53.681,52.779,53.095,52.692,52.48,52.454],"script":[18.95,18.876,18.667,19,18.269,18.674,18.833,18.314,18.831,20.1,18.567,18.994,18.935,18.849,18.523],"paint":[33.036,33.517,33.289,33.111,33.414,33.077,32.784,33.168,33.261,32.882,33.745,33.609,33.284,33.118,33.447]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[33.971,34.171,33.414,35.165,33.378,33.972,34.365,34.875,33.779,33.394,34.114,33.672,34.682,34.492,33.29],"script":[16.211,16.862,16.059,16.084,15.089,15.781,16.939,16.275,16.086,15.938,16.539,15.88,16.505,16.544,16.598],"paint":[16.326,15.375,15.718,17.699,17.048,16.72,15.287,16.07,15.111,16.074,15.47,16.464,16.204,16.364,14.891]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"04_select1k","values":{"total":[12.762,11.603,12.425,13.754,12.48,12.304,13.074,12.214,13.219,12.146,13.11,11.522,11.859,11.963,11.144,10.802,13.315,12.532,12.329,11.867,12.153,11.891,11.673,12.168,12.469],"script":[8.932,8.169,9.213,9.538,9.632,8.85,9.457,8.471,9.465,8.508,9.623,8.138,8.446,8.973,8.805,7.846,9.775,9.917,8.771,8.697,9.236,8.987,8.811,8.653,8.975],"paint":[1.97,1.898,2.272,3.348,1.98,3.248,3.036,2.968,3.467,3.445,2.383,2.147,3.283,2.045,1.185,2.342,2.607,1.465,2.728,2.337,2.701,2.695,2.59,2.887,2.853]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"05_swap1k","values":{"total":[171.69,183.514,187.429,172.625,173.616,179.474,178.946,174.605,177.42,175.019,181.974,175.622,175.682,171.671,179.283],"script":[32.066,35.161,36.661,35.154,34.364,36.083,36.216,34.543,36.601,33.177,38.847,34.45,33.31,33.383,35.513],"paint":[137.318,146.705,147.712,135.117,136.594,140.977,139.989,138.133,138.526,139.613,140.756,139.14,139.793,136.403,142.332]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.748,24.984,26.127,24.071,25.076,25.135,26.888,27.22,26.633,26.249,26.852,24.768,24.936,24.059,25.459],"script":[7.575,7.954,7.605,6.943,7.835,7.423,8.095,8.238,8.069,7.903,8.468,7.728,7.968,7.57,7.839],"paint":[15.901,15.695,16.716,16.268,16.39,16.089,17.206,17.671,16.757,16.885,16.939,15.828,15.865,15.695,15.837]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"07_create10k","values":{"total":[701.571,694.846,701.571,704.915,696.479,686.506,685.456,694.119,694.99,691.684,689.385,704.405,702.276,696.684,692.15],"script":[301.518,299.395,299.464,302.992,296.253,295.152,295.554,296.745,300.03,298.916,298.547,315.206,297.236,299.361,299.355],"paint":[392.614,388.039,393.956,393.084,392.534,384.009,382.307,389.966,387.448,385.397,383.53,381.698,396.928,389.703,384.392]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.869,56.977,60.263,57.289,60.596,58.158,57.263,58.049,56.576,60.162,56.437,57.854,60.907,57.48,57.884],"script":[19.548,19.059,19.15,19.359,18.377,19.294,19.108,19.356,18.94,19.31,18.46,19.247,18.889,18.296,19.162],"paint":[40.315,36.921,40.152,36.907,41.211,37.663,37.184,37.697,36.709,39.811,37.079,37.636,40.169,38.262,37.637]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.69,19.087,18.994,19.718,19.583,19.319,19.382,19.322,19.179,19.785,19.358,18.556,19.777,19.702,19.841],"script":[16.906,17.592,16.897,16.931,16.861,17.167,16.591,17.098,16.675,17.375,17.357,16.591,17.728,17.084,17.27],"paint":[1.925,1.398,1.466,2.683,2.584,2.047,2.677,1.708,2.401,1.291,1.898,1.858,1.94,2.495,2.436]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.013707160949707]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.122773170471191]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.841182708740234]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.5970239639282227]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[47.83777332305908]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.22]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.524]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.99999999999997]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[284.9931640625]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[146.716796875]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.5693359375]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[234]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[234]}},{"framework":"vanillajs-keyed","benchmark":"01_run1k","values":{"total":[39.702,40.362,40.076,39.811,40.65,38.067,40.511,40.518,40.702,39.306,39.841,39.705,40.937,39.89,40.848],"script":[2.033,2.21,2.114,2.09,2.33,2.168,2.039,2.019,1.999,2.181,2.065,2.072,2.088,2.137,2.243],"paint":[37.011,37.469,37.479,37.267,37.835,35.436,37.99,37.839,38.252,36.646,37.07,36.937,38.398,37.337,37.928]}},{"framework":"vanillajs-keyed","benchmark":"02_replace1k","values":{"total":[37.928,39.28,39.444,40.594,38.601,40.215,39.695,38.597,37.693,40.494,37.985,39.849,39.095,39.545,39.273],"script":[4.566,4.49,4.686,4.635,5.042,4.607,4.69,4.45,4.526,4.59,4.774,4.63,4.501,4.662,4.472],"paint":[32.791,34.323,34.309,35.58,32.835,34.927,34.382,33.639,32.745,35.447,32.749,34.51,34.139,34.218,34.099]}},{"framework":"vanillajs-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.969,18.904,18.821,19.578,19.827,18.557,18.518,17.626,18.315,18.679,18.959,19.152,17.482,18.615,18.933],"script":[1,1.039,1.003,0.776,1.022,0.876,0.886,0.246,0.789,0.659,0.194,0.778,0.802,0.825,0.776],"paint":[16.355,15.824,15.966,17.186,16.814,15.82,15.511,15.775,16.414,16.429,15.44,16.67,14.588,16.372,15.998]}},{"framework":"vanillajs-keyed","benchmark":"04_select1k","values":{"total":[2.841,3.124,2.87,3.354,3.701,3.448,4.397,3.165,4.212,3.135,3.327,3.339,2.938,2.597,2.45,2.858,3.893,2.638,2.951,4.17,3.064,3.088,3.483,2.771,2.985],"script":[0.191,0.662,0.299,0.058,0.052,0.607,0.076,0.066,0.73,1.004,0.214,0.865,0.07,0.059,0.061,0.062,0.05,0.056,0.058,0.89,0.664,0.61,0.051,0.063,0.063],"paint":[1.767,1.753,1.777,2.276,2.898,1.886,2.148,2.107,2.603,1.674,2.309,1.806,2.75,1.502,1.643,2.316,3.151,2.468,2.698,2.285,1.724,2.352,2.728,1.726,1.939]}},{"framework":"vanillajs-keyed","benchmark":"05_swap1k","values":{"total":[21.618,22.197,22.044,20.678,22.942,22.836,22.988,21.994,21.281,21.539,21.694,20.926,21.611,21.888,22.828],"script":[0.681,0.079,0.528,0.415,0.748,0.086,0.381,0.565,0.077,0.091,0.074,0.406,0.072,0.758,0.687],"paint":[19.304,20.432,19.678,18.726,20.764,20.695,20.393,19.562,19.196,19.447,20.129,19.122,19.312,19.331,20.211]}},{"framework":"vanillajs-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.585,17.804,17.56,18.159,17.557,17.915,16.992,17.978,17.438,17.741,17.086,17.429,18.179,16.942,17.387],"script":[0.32,0.315,0.388,0.125,0.426,0.23,0.14,0.438,0.4,0.238,0.159,0.398,0.14,0.414,0.286],"paint":[15.949,16.557,15.805,17.099,15.897,16.613,15.782,16.21,15.952,16.379,15.94,15.984,16.752,15.582,15.684]}},{"framework":"vanillajs-keyed","benchmark":"07_create10k","values":{"total":[400.765,410.779,404.262,406.41,402.29,406.816,402.608,398.374,407.666,403.159,407.648,401.22,408.35,405.802,410.913],"script":[26.391,25.86,26.726,26.997,26.273,27.154,27.302,25.789,26.882,28.43,26.434,26.576,27.522,27.721,27.819],"paint":[366.32,377.322,370.123,370.413,368.475,372.101,367.813,364.847,373.229,367.165,372.824,366.963,373.318,370.327,375.622]}},{"framework":"vanillajs-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.103,41.411,41.431,40.956,42.604,41.352,41.527,40.642,41.607,41.276,41.681,41.037,41.116,42.054,41.096],"script":[2.093,2.008,2.058,2.211,2.039,2.049,2.073,2.008,2.06,2.045,2.006,2.037,2.082,1.966,2.008],"paint":[38.232,38.239,38.237,37.792,39.65,38.149,38.182,37.733,38.595,38.083,38.782,38.116,38.094,38.904,37.981]}},{"framework":"vanillajs-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.415,14.235,13.831,13.411,13.727,14.115,13.328,13.783,13.678,13.816,13.257,13.687,13.82,13.096,13.824],"script":[11.561,11.786,11.822,11.648,11.165,11.772,11.55,11.178,10.732,11.448,11.387,11.48,10.988,10.527,11.459],"paint":[1.768,1.992,1.088,0.891,2.457,1.537,0.733,2.07,2.272,2.225,1.787,2.106,1.908,2.13,1.726]}},{"framework":"vanillajs-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4411048889160156]}},{"framework":"vanillajs-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.947850227355957]}},{"framework":"vanillajs-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.9765148162841797]}},{"framework":"vanillajs-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5396833419799805]}},{"framework":"vanillajs-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.301775932312012]}},{"framework":"vanillajs-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.94]}},{"framework":"vanillajs-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.036000000000001]}},{"framework":"vanillajs-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[151.30800000000002]}},{"framework":"vanillajs-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.69921875]}},{"framework":"vanillajs-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.423828125]}},{"framework":"vanillajs-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.37109375]}},{"framework":"vanillajs-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[72]}},{"framework":"vanillajs-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[72]}},{"framework":"vanillajs-1-keyed","benchmark":"01_run1k","values":{"total":[38.017,40.226,37.598,38.827,38.798,38.153,38.69,38.915,39.879,38.878,39.507,38.507,38.939,37.737,39.615],"script":[2.066,1.999,1.973,2.068,2.215,2.121,2.068,2.257,2.095,2.085,2.266,2.314,2.305,2.193,2.228],"paint":[35.521,37.559,35.15,36.083,36.14,35.567,35.932,35.985,37.276,36.345,36.765,35.508,35.988,35.11,36.814]}},{"framework":"vanillajs-1-keyed","benchmark":"02_replace1k","values":{"total":[40.876,38.006,37.339,39.307,39.596,40.176,39.251,38.075,42.066,39.566,39.636,39.428,42.06,39.587,39.808],"script":[4.777,4.701,4.768,4.88,4.955,4.884,4.886,4.693,5,4.923,4.966,4.882,4.862,4.826,5.018],"paint":[35.426,32.889,32.172,33.983,34.204,34.622,33.944,32.685,36.344,34.17,34.216,34.123,36.506,34.065,34.164]}},{"framework":"vanillajs-1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.425,18.447,17.361,19.999,17.807,17.306,17.679,17.033,17.597,17.298,17.971,18.839,17.41,19.616,18.187],"script":[0.183,0.53,0.904,0.935,0.87,1.031,0.875,0.165,1.109,0.956,0.791,0.638,0.186,0.567,0.869],"paint":[14.817,15.81,14.461,17.179,15.058,14.923,15.228,15.327,14.453,15.235,15.86,16.725,15.787,16.558,15.53]}},{"framework":"vanillajs-1-keyed","benchmark":"04_select1k","values":{"total":[4.375,2.822,2.601,4.322,4.395,3.457,3.748,2.937,2.741,3.319,2.775,2.811,2.79,4.31,3.431,3.943,2.825,3.28,3.241,2.594,2.735,3.409,2.743,2.726,3.107],"script":[1.05,0.067,0.053,0.278,0.069,0.051,1.091,0.058,0.542,0.767,0.383,0.059,0.76,0.052,0.057,0.046,0.061,0.056,0.072,0.079,0.058,1.059,0.942,0.058,0.821],"paint":[2.121,2.255,2.46,2.934,3.362,2.825,1.801,1.733,0.82,1.738,2.284,2.267,1.254,3.001,1.905,3.642,2.637,1.841,1.82,1.975,2.55,2.204,1.696,1.171,1.513]}},{"framework":"vanillajs-1-keyed","benchmark":"05_swap1k","values":{"total":[21.589,21.124,21.215,22.907,21.431,23.194,21.301,23.099,20.983,21.583,21.016,20.953,21.795,20.88,21.33],"script":[0.709,0.084,0.08,0.945,0.521,0.078,0.077,0.072,0.273,0.813,0.08,0.074,0.08,0.083,0.571],"paint":[19.516,18.647,19.101,19.861,18.584,21.616,19.336,21.871,19.194,19.127,19.092,18.787,18.911,18.93,18.906]}},{"framework":"vanillajs-1-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.76,17.666,16.76,17.593,16.907,18.02,17.154,17.08,17.112,16.828,16.89,18.001,17.276,17.213,16.805],"script":[0.236,0.074,0.161,0.328,0.309,0.092,0.098,0.073,0.306,0.433,0.302,0.088,0.075,0.091,0.176],"paint":[15.573,16.727,15.8,15.952,15.276,16.706,16.191,15.902,15.594,15.306,15.536,16.355,15.939,16.266,15.156]}},{"framework":"vanillajs-1-keyed","benchmark":"07_create10k","values":{"total":[400.749,398,398.989,401.428,405.582,400.109,405.503,402.615,390.18,400.883,407.348,389.246,394.772,399.331,402.66],"script":[24.059,23.948,24.029,24.955,24.274,23.808,23.769,24.536,24.509,23.755,24.108,23.897,23.419,24.541,23.93],"paint":[368.926,366.344,367.235,369.026,372.819,368.067,373.592,370.403,358.279,369.2,375.738,357.796,363.784,366.512,371.247]}},{"framework":"vanillajs-1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[39.66,40.221,39.961,41.874,41.698,40.303,40.364,41.572,40.597,40.873,40.077,44.037,41.598,40.984,41.928],"script":[2.03,2.005,2.056,1.989,1.99,2.085,2.034,2.035,2.123,2.123,2.083,2.047,2.125,2.105,2.014],"paint":[36.774,37.333,37.074,38.719,38.78,37.372,37.395,38.613,37.536,37.86,37.123,41.081,38.331,37.765,38.977]}},{"framework":"vanillajs-1-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.296,13.698,13.933,13.59,13.191,12.775,12.785,12.238,13.588,13.12,13.572,12.77,13.219,13.273,13.124],"script":[11.655,12.067,11.124,11.379,11.049,11.035,10.403,10.851,11.188,10.736,11.659,11.082,10.446,11.511,10.755],"paint":[1.553,1.093,2.644,1.568,2.052,0.84,1.857,0.38,2.306,2.303,1.567,0.805,2.188,0.822,1.92]}},{"framework":"vanillajs-1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.42635154724121094]}},{"framework":"vanillajs-1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.9317588806152344]}},{"framework":"vanillajs-1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.962082862854004]}},{"framework":"vanillajs-1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5759382247924805]}},{"framework":"vanillajs-1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.221376419067383]}},{"framework":"vanillajs-1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3850000000002]}},{"framework":"vanillajs-1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.964]}},{"framework":"vanillajs-1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.27999999999997]}},{"framework":"vanillajs-1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.3359375]}},{"framework":"vanillajs-1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.060546875]}},{"framework":"vanillajs-1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.041015625]}},{"framework":"vanillajs-1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.2]}},{"framework":"vanillajs-1-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[54.2]}},{"framework":"vanillajs-wc-keyed","benchmark":"01_run1k","values":{"total":[42.413,42.679,40.945,43.006,41.856,42.534,41.425,42.698,42.062,42.653,42.911,43.664,43.569,41.858,42.48],"script":[4.741,4.709,4.653,4.792,4.536,4.629,4.518,4.876,5.084,5.217,4.983,4.978,4.848,5.154,5.106],"paint":[36.973,37.284,35.845,37.745,36.863,37.218,36.45,37.352,36.484,36.975,37.451,38.219,38.012,36.198,36.909]}},{"framework":"vanillajs-wc-keyed","benchmark":"02_replace1k","values":{"total":[41.991,42.287,40.904,42.258,41.582,40.344,44.091,39.892,42.27,41.265,40.711,42.233,40.17,42.009,40.685],"script":[7.089,7.086,7.124,7.45,7.388,7.031,7.01,6.997,7.18,6.95,7.144,7.208,7.057,7.526,7.213],"paint":[34.376,34.753,33.052,34.101,33.595,32.884,36.6,32.228,34.664,33.587,33.155,34.546,32.634,34.019,33.038]}},{"framework":"vanillajs-wc-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.118,18.559,17.799,17.906,19.605,18.565,18.198,18.18,18.307,18.559,18.047,18.366,18.071,18.495,18.919],"script":[0.882,0.981,0.955,0.903,0.819,1.114,1.22,1.124,0.521,0.669,0.162,0.905,0.688,0.165,1.121],"paint":[17.243,15.645,15.473,15.027,17.152,15.202,15.546,15.882,16.235,15.959,16.261,15.807,16.071,16.933,15.474]}},{"framework":"vanillajs-wc-keyed","benchmark":"04_select1k","values":{"total":[3.028,4.304,3.559,3.612,3.348,2.578,2.645,2.585,3.705,2.852,2.623,2.8,2.37,2.901,3.26,2.99,3.087,3.563,3.741,3.014,3.148,3.006,3.751,2.788,3.083],"script":[0.068,0.081,0.891,0.071,0.758,0.067,0.066,0.075,0.052,0.057,0.069,0.812,0.07,0.184,0.985,0.067,1.134,0.071,0.072,0.782,0.738,0.785,0.556,0.739,0.46],"paint":[2.876,2.955,2.536,2.66,1.429,1.89,1.171,1.289,2.806,1.661,2.409,1.342,1.403,1.932,1.621,2.294,0.92,2.783,1.826,1.342,2.271,2.103,1.493,1.897,1.647]}},{"framework":"vanillajs-wc-keyed","benchmark":"05_swap1k","values":{"total":[21.676,21.791,22.206,21.379,21.81,20.675,22.011,22.057,22.499,23.383,22.31,22.039,21.792,22.328,21.83],"script":[0.211,0.097,0.521,0.707,0.866,0.09,0.558,0.707,0.804,0.826,0.412,0.714,0.081,0.704,0.086],"paint":[19.232,20.114,20.201,19.077,19.446,18.545,20.447,20.041,19.787,20.723,20.002,19.835,20.644,20.497,20.205]}},{"framework":"vanillajs-wc-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.642,16.612,17.259,16.831,17.331,16.55,16.555,17.145,16.845,17.17,16.976,16.857,16.852,16.692,18.752],"script":[0.164,0.358,0.13,0.274,0.259,0.112,0.434,0.232,0.215,0.112,0.113,0.461,0.297,0.119,0.17],"paint":[15.101,15.416,15.93,15.482,16.01,15.717,15.38,15.683,15.695,16.018,16.208,14.987,15.429,15.53,16.884]}},{"framework":"vanillajs-wc-keyed","benchmark":"07_create10k","values":{"total":[441.222,439.138,445.148,439.793,439.697,437.538,436.853,436.651,439.599,443.494,430.625,439.64,443.059,435.183,440.2],"script":[58.802,58.343,59.95,57.877,57.379,57.349,57.627,58.243,58.158,57.96,56.818,57.803,59.103,57.707,57.959],"paint":[374.435,372.962,377.573,374.387,374.511,372.496,371.021,370.941,373.704,377.942,365.459,373.988,376.205,369.403,374.567]}},{"framework":"vanillajs-wc-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.142,42.715,44.577,45.37,42.712,42.695,43.562,41.925,44.795,44.484,42.718,42.604,43.784,42.059,44.933],"script":[4.486,4.459,4.546,4.293,4.383,4.385,4.262,4.151,4.354,4.317,4.416,4.328,4.358,4.314,4.536],"paint":[39.708,37.34,39.059,40.075,37.505,37.35,38.129,36.962,39.292,39.183,37.508,37.328,38.438,36.929,39.429]}},{"framework":"vanillajs-wc-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.163,13.27,13.915,13.873,13.2,13.188,13.521,14.792,13.087,14.095,13.343,13.69,13.763,13.872,13.838],"script":[11.41,11.321,10.911,11.759,11.428,11.325,11.325,11.316,11.223,12.281,11.098,10.792,11.83,10.809,11.601],"paint":[0.781,1.848,2.832,2.018,0.778,1.314,1.592,3.369,1.345,1.725,2.144,2.542,1.037,2.89,1.714]}},{"framework":"vanillajs-wc-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4443931579589844]}},{"framework":"vanillajs-wc-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.145479202270508]}},{"framework":"vanillajs-wc-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.1287431716918945]}},{"framework":"vanillajs-wc-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5518064498901367]}},{"framework":"vanillajs-wc-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.672887802124023]}},{"framework":"vanillajs-wc-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.055]}},{"framework":"vanillajs-wc-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.72]}},{"framework":"vanillajs-wc-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.06799999999996]}},{"framework":"vanillajs-wc-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.07421875]}},{"framework":"vanillajs-wc-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.7998046875]}},{"framework":"vanillajs-wc-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.484375]}},{"framework":"vanillajs-wc-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[64.4]}},{"framework":"vanillajs-wc-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[64.4]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"01_run1k","values":{"total":[44.228,45.384,46.411,42.877,45.573,46.38,45.596,45.703,44.548,43.244,45.078,46.023,45.138,45.165,43.283],"script":[8.823,8.803,9.086,8.423,9.067,8.555,8.687,9.012,9.337,8.529,9.003,9.03,8.351,9.212,8.705],"paint":[34.682,36.101,36.634,34.012,35.79,37.124,36.169,35.971,34.798,33.962,35.644,36.538,36.046,35.486,34.137]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"02_replace1k","values":{"total":[45.487,48.318,47.088,44.872,46.043,45.642,48.101,45.43,48.275,49.395,47.117,45.58,47.323,47.988,47.883],"script":[11.784,12.534,12.344,11.318,11.847,11.609,11.744,11.932,12.855,12.34,12.403,11.597,12.349,12.403,12.261],"paint":[33.223,35.04,34.267,33.112,33.689,33.547,35.9,33.037,34.882,36.373,34.195,33.528,34.52,34.852,35.145]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.502,43.221,23.334,41.936,20.453,23.604,22.293,22.311,22.578,41.546,43.842,41.264,21.744,40.287,39.676],"script":[0.983,1.398,1.721,1.09,1.859,1.976,1.038,1.059,1.811,2.463,1.937,1.306,1.543,0.785,1.107],"paint":[20.314,21.328,18.572,19.698,17.946,18.602,18.459,19.722,17.981,17.368,19.22,18.656,18.243,17.377,18.921]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"04_select1k","values":{"total":[2.942,3.177,3.027,3.756,3.354,3.313,3.403,4.515,3.523,2.668,2.659,3.188,2.474,3.83,3.883,3.83,3.114,3.44,2.589,2.608,2.806,3.982,3.379,2.862,4.202],"script":[0.081,0.067,0.073,0.749,0.093,0.08,1.077,0.795,0.089,0.082,0.313,0.842,0.368,0.072,0.078,0.072,0.863,0.611,0.074,0.329,0.386,0.105,0.653,0.078,0.89],"paint":[2.741,2.012,2.834,1.156,3.134,3.093,1.377,2.456,3.29,1.562,1.876,2.226,1.982,2.688,2.774,3.616,0.858,2.574,1.654,2.165,2.3,2.423,2.091,1.765,3.098]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"05_swap1k","values":{"total":[20.752,20.411,22.065,21.214,21.608,21.81,20.946,21.222,21.564,22.179,23.52,20.714,20.476,21.055,21.633],"script":[0.425,0.097,1.005,0.32,0.772,0.599,0.494,0.734,0.078,0.096,0.436,0.094,0.083,0.091,0.4],"paint":[18.93,18.378,19.418,19.313,18.732,19.076,18.837,19.164,19.539,20.699,19.902,18.582,19.372,19.676,19.372]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.965,21.157,20.367,17.185,20.431,21.749,16.613,18.214,16.971,19.777,17.096,18.197,19.857,21.551,17.739],"script":[0.205,0.334,0.453,0.468,0.303,0.164,0.508,0.256,0.318,0.635,0.46,0.509,0.16,0.612,0.399],"paint":[18.376,19.101,17.793,15.469,17.976,18.949,15.396,16.748,15.441,17.005,15.378,16.468,17.649,18.942,16.083]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"07_create10k","values":{"total":[492.18,495.955,500.56,490.844,498.633,498.099,506.758,497.473,480.053,496.621,498.76,503.549,502.093,491.615,504.661],"script":[85.829,86.444,85.564,87.463,85.708,87.557,88.684,88.308,85.808,89.42,85.483,86.996,90.216,86.389,90.013],"paint":[398.631,401.663,407.554,395.796,405.182,402.668,409.418,401.584,386.669,399.034,405.767,409.064,404.419,397.962,406.779]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.077,46.433,47.286,50.2,47.827,49.63,46.633,46.931,46.862,46.941,47.962,50.191,47.081,49.697,51.498],"script":[7.752,7.353,7.584,7.405,8.296,7.483,7.669,7.784,7.631,7.76,7.943,7.547,7.614,7.46,7.704],"paint":[39.094,38.169,38.775,41.751,38.534,40.884,38.125,38.259,38.233,38.351,38.74,41.355,38.606,41.279,42.846]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.907,14.524,14.548,14.503,13.917,13.93,13.721,14.86,14.482,15.04,14.062,14.587,14.247,14.03,13.593],"script":[12.008,12.339,12.555,11.494,12.23,11.638,11.888,12.043,11.914,12.515,12.596,11.919,11.91,11.77,11.444],"paint":[1.076,1.629,0.919,2.616,0.776,1.168,1.743,2.678,2.426,1.728,1.379,2.216,1.614,2.164,2.045]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.42773914337158203]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.4161996841430664]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.417367935180664]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5760793685913086]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.820051193237305]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1900000000003]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.159999999999998]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.29999999999998]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[143.7421875]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[5.4677734375]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[1.9130859375]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[61.9]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[61.9]}},{"framework":"voby-v0.48.0-keyed","benchmark":"01_run1k","values":{"total":[41.342,42.129,41.933,40.268,41.048,42.211,43.244,41.312,42.791,42.275,41.388,43.329,41.341,43.97,40.985],"script":[5.549,5.832,6.107,5.517,5.927,5.883,5.793,5.804,7.021,5.607,5.865,6.145,5.582,6.213,6.278],"paint":[35.365,35.536,35.385,34.345,34.673,35.572,36.978,35.07,35.322,36.099,35.068,36.718,35.284,37.254,34.27]}},{"framework":"voby-v0.48.0-keyed","benchmark":"02_replace1k","values":{"total":[40.378,43.497,43.405,41.625,42.226,41.33,41.483,42.655,41.753,41.782,40.888,41.94,42.574,41.354,42.154],"script":[7.298,7.392,7.376,7.836,7.999,7.847,7.523,7.354,7.382,7.878,7.767,7.712,7.865,7.528,7.893],"paint":[32.632,35.413,35.463,33.36,33.791,33.056,33.463,34.613,33.923,33.419,32.656,33.765,34.06,33.195,33.606]}},{"framework":"voby-v0.48.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.317,17.684,20.852,18.177,18.994,18.59,17.845,18.143,17.867,18.15,18.085,17.804,18.407,18.431,18.174],"script":[1.299,1.301,1.682,1.261,1.58,1.135,1.429,0.925,1.322,1.154,1.289,0.961,0.648,1.471,1.551],"paint":[16.593,14.465,15.68,15.372,15.618,16.204,14.769,15.308,14.797,15.14,14.863,15.391,16.111,15.835,14.784]}},{"framework":"voby-v0.48.0-keyed","benchmark":"04_select1k","values":{"total":[3.591,3.486,3.911,3.322,3.35,4.133,2.725,4.181,4.066,3.501,4.673,4.175,2.396,4.49,3.997,3.239,3.407,3.379,3.641,3.402,4.056,2.871,3.795,3.1,3.878],"script":[0.149,0.59,1.187,0.612,0.538,1.359,0.256,0.585,0.589,0.536,0.975,0.941,0.156,0.98,0.918,0.16,1.127,0.559,0.815,0.921,0.797,0.927,1.043,0.177,0.152],"paint":[2.792,2.033,1.882,2.578,1.826,2.643,2.376,2.174,2.568,2.075,3.463,2.419,1.138,2.338,2.963,2.445,2.176,2.001,1.623,1.894,1.982,1.356,2.36,1.738,2.03]}},{"framework":"voby-v0.48.0-keyed","benchmark":"05_swap1k","values":{"total":[23.31,22.999,23.05,22.536,22.9,22.671,23.761,22.506,23.758,23.008,23.504,22.399,23.934,23.98,23.082],"script":[1.817,2.083,2.04,1.555,2.076,2.016,2.392,1.255,2.002,1.878,1.733,1.233,1.951,2.194,2.404],"paint":[19.795,19.725,19.437,18.929,18.706,19.399,19.661,20.102,20.67,20.135,20.036,20.02,19.192,19.689,19.064]}},{"framework":"voby-v0.48.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.874,19.096,17.874,19.06,17.835,17.551,18.186,18.468,18.624,17.106,17.944,17.888,17.551,17.539,18.082],"script":[1.133,0.968,0.779,1.137,1.019,0.988,0.888,0.778,0.782,1.042,0.763,0.848,0.755,0.774,0.886],"paint":[15.272,16.799,16.289,16.267,15.62,15.771,16.003,16.137,16.814,15.342,16.329,16.215,15.702,16.003,15.758]}},{"framework":"voby-v0.48.0-keyed","benchmark":"07_create10k","values":{"total":[415.389,424.505,425.297,422.569,422.185,419.495,420.882,414.497,419.93,426.702,423.265,425.083,423.976,428.026,425.056],"script":[59.049,58.882,61.349,60.759,59.74,58.693,60.396,59.146,59.598,60.284,60.46,60.159,60.3,60.293,60.977],"paint":[348.616,358.146,355.992,354.346,354.943,353.352,353.095,347.87,352.971,358.696,355.548,357.379,356.172,360.222,356.556]}},{"framework":"voby-v0.48.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.852,42.677,43.618,42.029,43.56,43.723,43.79,44.526,43.463,42.545,44.431,45.189,43.714,43.28,42.848],"script":[5.086,4.69,5.156,4.864,4.975,4.421,5.039,6.552,4.846,4.745,5.023,5.293,4.776,4.772,4.818],"paint":[38.789,37.074,37.545,36.263,37.538,38.053,37.532,37.064,37.696,36.838,38.567,38.994,37.645,37.318,37.093]}},{"framework":"voby-v0.48.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.318,15.147,15.62,16.615,15.593,14.679,15.994,16.055,15.044,14.93,15.501,15.096,15.47,14.547,15.488],"script":[13.29,12.342,12.88,13.86,13.641,13.206,13.844,13.467,13.12,12.523,13.022,12.565,12.813,12.643,13.048],"paint":[1.025,2.267,1.877,2.581,1.059,1.379,2.044,2.102,1.323,1.441,1.706,2.424,2.551,1.812,2.052]}},{"framework":"voby-v0.48.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6315679550170898]}},{"framework":"voby-v0.48.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3661727905273438]}},{"framework":"voby-v0.48.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.395933151245117]}},{"framework":"voby-v0.48.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0357189178466797]}},{"framework":"voby-v0.48.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[25.433669090270996]}},{"framework":"voby-v0.48.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.085]}},{"framework":"voby-v0.48.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.788]}},{"framework":"voby-v0.48.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.716]}},{"framework":"voby-v0.48.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[171.9296875]}},{"framework":"voby-v0.48.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[33.6552734375]}},{"framework":"voby-v0.48.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.8427734375]}},{"framework":"voby-v0.48.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[88.1]}},{"framework":"voby-v0.48.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[88.1]}},{"framework":"vue-v3.3.6-keyed","benchmark":"01_run1k","values":{"total":[44.153,44.296,44.288,46.528,44.602,44.569,43.973,44.062,44.818,46.119,44.144,44.26,46.212,45.61,44.556],"script":[8.243,8.971,7.903,8.56,8.102,7.824,8.188,8.592,8.828,8.093,8.209,8.832,8.711,7.74,8.124],"paint":[35.469,34.856,35.908,37.484,36.089,36.314,35.331,34.992,35.56,37.607,35.511,34.985,36.963,37.459,36.016]}},{"framework":"vue-v3.3.6-keyed","benchmark":"02_replace1k","values":{"total":[47.538,45.416,45.239,44.298,46.44,45.732,45.646,44.129,44.515,45.012,46.644,45.257,45.996,46.184,46.383],"script":[10.525,10.442,10.908,10.264,10.754,10.564,10.303,10.504,11.099,10.24,10.569,10.315,10.815,10.484,10.741],"paint":[36.321,34.382,33.82,33.532,35.229,34.392,34.611,33.208,32.945,34.301,35.595,34.493,34.691,35.07,35.196]}},{"framework":"vue-v3.3.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.431,21.236,22.241,21.076,21.828,24.044,21.153,20.989,21.555,20.701,20.607,20.102,22.143,21.263,22.004],"script":[4.19,4.013,3.079,3.702,4.045,3.837,3.895,3.594,3.325,3.533,3.465,2.888,3.455,3.76,3.83],"paint":[15.503,15.338,17.029,15.669,14.795,17.742,15.777,15.858,16.812,14.892,15.912,15.013,15.791,15.191,16.253]}},{"framework":"vue-v3.3.6-keyed","benchmark":"04_select1k","values":{"total":[5.538,5.144,5.279,8.444,4.759,5.846,4.004,5.581,5.171,5.637,4.725,3.714,4.814,4.658,5.09,5.582,4.408,3.904,4.761,4.693,4.207,4.778,5.372,4.198,4.668],"script":[2.172,1.335,1.944,2.648,2.194,1.484,1.622,1.954,2.295,1.898,1.336,1.318,1.674,2.013,1.713,1.573,1.816,1.128,1.85,1.55,1.35,1.39,1.299,1.118,1.897],"paint":[3.217,3.601,2.655,3.33,1.458,3.704,1.748,1.451,1.841,2.178,3.26,1.52,2.115,1.783,2.16,2.789,1.49,2.626,1.102,2.132,1.748,3.263,2.219,2.564,2.187]}},{"framework":"vue-v3.3.6-keyed","benchmark":"05_swap1k","values":{"total":[23.875,23.124,23.917,23.371,24.596,24.591,22.98,24.166,23.659,25.134,23.538,24.655,25.098,24.336,25.269],"script":[1.875,2.334,2.397,2.15,2.361,2.491,2.082,1.587,2.658,1.85,2.1,2.613,3.001,2.483,2.198],"paint":[20.556,19.609,20.211,20.09,21.225,20.313,19.28,20.094,19.456,21.84,20.197,20.94,20.294,20.303,21.217]}},{"framework":"vue-v3.3.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.991,19.174,20.684,18.762,19.05,20.036,20.261,19.133,20.254,19.073,18.828,18.494,19.698,18.93,19.155],"script":[1.876,2.131,2.121,1.932,2.286,1.974,2.213,1.921,2.218,1.928,2.224,1.867,1.916,1.973,1.88],"paint":[16.395,16.465,16.979,15.577,15.632,16.414,16.67,16.451,16.598,16.005,15.877,15.608,16.771,16.094,16.255]}},{"framework":"vue-v3.3.6-keyed","benchmark":"07_create10k","values":{"total":[470.146,459.588,465.507,472.295,473.913,463.334,472.515,466.005,461.671,467.318,466.307,479.925,478.063,489.239,475.917],"script":[91.431,88.334,90.867,91.038,90.883,90.685,91.398,90.763,89.013,88.497,89.339,93.558,91.704,94.359,91.499],"paint":[371.305,363.628,367.211,373.619,374.592,364.401,373.239,367.784,365.161,370.923,369.721,378.671,378.57,386.891,376.232]}},{"framework":"vue-v3.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.173,47.642,49.171,47.083,47.324,44.745,46.191,45.393,44.795,47.052,45.076,45.139,47.209,48.851,44.907],"script":[6.908,6.845,6.852,6.838,6.805,6.873,7.726,6.941,6.86,7.053,6.843,6.91,7.063,6.901,6.853],"paint":[37.407,39.552,41.102,39.014,39.257,36.984,37.298,37.519,37.12,39.01,37.406,37.346,39.306,40.969,37.244]}},{"framework":"vue-v3.3.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.688,16.783,15.752,16.064,15.916,15.37,16.546,17.024,15.756,15.427,15.271,15.992,16.506,15.29,15.927],"script":[14.065,14.049,13.315,14.468,13.66,12.891,14.642,14.087,13.882,12.969,13.468,14.084,14.091,13.563,14.008],"paint":[1.51,2.142,1.762,1.488,1.449,2.383,1.347,2.351,1.773,0.852,1.692,1.111,2.291,0.794,1.815]}},{"framework":"vue-v3.3.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7396554946899414]}},{"framework":"vue-v3.3.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.8932104110717773]}},{"framework":"vue-v3.3.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.912050247192383]}},{"framework":"vue-v3.3.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.143899917602539]}},{"framework":"vue-v3.3.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.471811294555664]}},{"framework":"vue-v3.3.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.44]}},{"framework":"vue-v3.3.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.851999999999997]}},{"framework":"vue-v3.3.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.808]}},{"framework":"vue-v3.3.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[197.552734375]}},{"framework":"vue-v3.3.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[59.27734375]}},{"framework":"vue-v3.3.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.080078125]}},{"framework":"vue-v3.3.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[115.6]}},{"framework":"vue-v3.3.6-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[115.6]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"01_run1k","values":{"total":[45.69,47.226,46.748,48.785,45.947,45.3,45.248,45.68,47.674,45.384,45.623,44.933,48.018,46.014,47.82],"script":[9.763,10.118,10.082,10.359,9.915,9.842,9.291,10.337,10.329,9.432,9.625,9.616,10.231,10.256,10.352],"paint":[35.446,36.406,36.188,37.674,35.483,34.949,35.473,34.838,36.662,35.503,35.519,34.817,37.311,35.291,37.014]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"02_replace1k","values":{"total":[47.078,47.185,47.282,46.195,46.653,47.583,46.057,46.669,46.121,44.1,47.414,45.979,45.747,46.941,46.628],"script":[13.14,13.401,13.004,12.149,12.185,12.486,12.486,12.969,12.206,11.753,12.35,12.446,12.122,13.092,12.468],"paint":[33.494,33.312,33.583,33.57,33.731,34.621,33.111,33.246,33.458,31.902,34.315,33.111,33.182,33.391,33.651]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.505,26.553,27.173,25.648,25.669,25.048,25.623,28.236,25.018,25.777,25.165,24.99,25.332,26.782,25.194],"script":[8.418,8.029,8.381,7.911,8.231,7.642,7.496,7.844,7.19,7.523,7.568,7.404,7.914,7.26,7.367],"paint":[16.658,16.881,16.909,15.893,15.858,15.904,16.993,18.273,16.449,16.564,16.48,16.203,15.574,17.584,16.496]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"04_select1k","values":{"total":[8.645,8.991,8.519,8.617,9.11,8.027,8.158,8.519,9.274,7.497,8.694,8.794,8.988,8.228,9.772,9.633,8.57,8,8.137,8.839,9.048,9.498,8.508,9.497,8.404],"script":[4.945,5.274,5.723,5.599,5.674,4.856,4.999,5.66,6.295,4.398,5.811,5.153,5.848,5.85,5.575,6.351,5.435,4.605,5.086,5.579,5.72,5.613,5.244,5.88,5.697],"paint":[2.456,2.093,1.774,2.043,3.239,1.949,2.981,2.736,1.841,2.982,1.556,2.753,2.117,0.935,2.942,3.081,3.017,3.201,2.885,2.127,2.066,2.531,2.709,2.162,2.044]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"05_swap1k","values":{"total":[27.67,27.509,27.433,27.226,27.651,30.108,27.763,27.876,28.804,28.267,28.735,27.058,28.652,27.546,27.048],"script":[4.956,6.098,5.096,6.126,6.129,5.593,5.532,6.132,5.764,6.025,6.457,5.527,6.157,6.034,5.687],"paint":[21.197,19.995,20.859,19.547,19.502,22.555,20.746,18.905,20.897,19.521,20.1,19.84,19.934,19.869,20.296]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.19,23.374,23.492,22.385,22.927,22.836,23.296,22.856,23.534,22.908,22.218,23.327,22.166,23.473,22.408],"script":[6.078,5.604,5.807,5.696,5.513,5.646,5.541,5.532,5.478,5.626,5.547,5.609,5.508,5.1,5.105],"paint":[16.254,16.317,16.549,15.868,16.28,15.672,16.048,16.22,17.054,16.296,15.779,16.656,15.547,17.504,16.524]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"07_create10k","values":{"total":[490.954,485.21,483.628,494.914,494.624,495.197,488.053,490.89,485.871,492.909,495.05,483.821,491.184,481.148,492.702],"script":[107.826,110.947,108.056,111.717,110.762,109.779,111.693,110.863,111.783,110.345,110.329,109.008,110.686,109.51,112.68],"paint":[375.301,366.879,367.619,375.853,376.158,377.741,369.006,372.51,366.596,374.858,377.075,367.231,372.554,363.985,372.569]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.906,49.056,47.659,49.558,49.791,49.445,49.372,49.687,48.02,49.509,50.363,49.028,48.532,50.946,49.4],"script":[11.075,10.699,10.343,10.93,11.21,11.108,10.795,10.406,10.543,10.537,11.006,10.975,10.302,10.333,11.043],"paint":[37.588,37.407,36.344,37.648,37.625,37.401,37.629,38.082,36.567,38.08,38.124,37.136,37.332,39.659,37.392]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.164,19.39,19.747,19.413,19.393,19.356,19.63,19.293,18.215,19.415,18.913,19.031,18.355,19.65,18.877],"script":[15.921,17.301,18.118,16.709,17.348,17.144,17.146,17.083,16.235,16.883,16.459,16.76,16.173,17.704,17.086],"paint":[1.912,1.096,1.522,2.598,1.58,2.108,2.366,2.097,1.854,1.089,2.355,1.527,1.051,1.557,0.812]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8490476608276367]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.520216941833496]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.552525520324707]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4541807174682617]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.05166721343994]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.305]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.504]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.45199999999997]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[215.818359375]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[77.5419921875]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[26.8212890625]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[143]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[143]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"01_run1k","values":{"total":[40.014,42.438,39.304,39.815,40.863,40.66,39.811,40.591,39.605,39.398,40.537,39.56,39.653,40.523,40.168],"script":[4.806,4.909,4.432,4.881,4.334,4.754,4.482,4.914,4.796,4.538,4.678,4.908,4.772,4.852,4.834],"paint":[34.798,37.05,34.476,34.445,36.034,35.486,34.934,35.228,34.364,34.398,35.428,34.202,34.183,35.246,34.943]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"02_replace1k","values":{"total":[42.324,42.988,42.684,43.191,43.184,44.104,42.875,42.312,44.255,43.402,42.635,43.689,43.497,44.156,43.146],"script":[9.149,9.429,9.646,9.916,9.173,9.646,9.24,9.204,9.912,9.688,9.608,9.75,9.637,9.245,9.412],"paint":[32.753,33.089,32.606,32.847,33.266,33.728,33.202,32.671,33.926,33.264,32.563,33.524,33.115,34.504,33.26]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.455,18.419,19.284,19.068,19.072,20.578,18.846,20.111,19.803,19.348,20.274,18.382,21.381,18.449,18.709],"script":[2.289,1.766,2.747,1.939,1.975,1.424,1.882,2.083,2.147,2.153,1.738,1.294,1.334,1.866,1.839],"paint":[15.054,15.644,15.448,15.163,15.606,17.329,15.287,16.449,15.716,15.742,16.618,15.607,16.758,14.736,14.538]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"04_select1k","values":{"total":[3.399,4.922,2.71,2.649,3.656,2.431,3.879,4.502,4.272,2.882,3.486,4.237,3.359,3.892,2.715,3.236,3.828,3.642,3.108,3.981,3.114,3.578,3.195,2.978,3.107],"script":[0.877,0.899,0.484,0.116,0.87,0.278,0.108,0.127,1.079,0.593,0.499,1.125,1.2,1.361,0.6,0.131,0.128,0.832,0.865,0.483,0.831,0.132,0.114,0.323,0.144],"paint":[1.297,3.762,2.119,1.446,1.888,1.623,2.461,3.778,2.05,1.465,1.72,2.122,1.728,2.314,1.54,1.964,2.793,1.931,1.452,2.209,1.375,2.354,2.983,2.532,2.832]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"05_swap1k","values":{"total":[24.423,24.864,23.944,24.888,24.086,25.706,24.55,23.774,25.157,25.028,25.63,25.963,24.859,25.184,24.74],"script":[4.045,3.919,3.455,4.051,3.972,4.2,3.339,3.561,3.933,4.144,3.618,4.05,4.047,3.699,3.56],"paint":[19.064,19.933,19.757,18.646,18.439,20.209,20.055,18.73,19.636,19.44,20.358,19.811,19.007,20.191,18.893]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.012,19.093,18.057,20.301,18.402,18.321,18.436,18.603,18.423,18.894,18.675,18.381,18.238,18.729,18.425],"script":[1.816,1.849,1.493,1.79,1.473,1.758,1.773,1.44,1.778,1.752,1.828,1.786,1.803,1.82,1.776],"paint":[15.211,15.869,15.782,17.288,16.303,15.77,15.801,15.912,15.856,16.432,15.76,15.815,15.635,16.07,15.374]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"07_create10k","values":{"total":[433.907,429.768,433.719,431.092,430.274,437.031,428.919,434.667,429.539,433.933,435.098,428.846,428.982,435.034,426.187],"script":[66.58,65.142,66.788,65.672,65.03,66.645,65.006,66.066,65.441,65.718,65.677,65.348,64.99,66.826,66.119],"paint":[359.779,357.146,359.431,357.601,357.792,362.939,356.549,361.127,356.283,360.782,362.054,356.095,356.547,360.796,352.698]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.526,45.167,46.5,45.675,45.338,44.884,45.899,45.69,46.46,46.083,45.053,47.504,46.03,46.62,44.906],"script":[6.79,6.928,6.452,7.032,6.907,6.571,6.774,6.711,7.074,6.737,6.818,6.467,6.906,6.655,6.706],"paint":[37.886,37.354,38.817,37.74,37.18,37.508,38.17,38.044,38.15,38.356,37.273,40.027,38.186,39.034,37.31]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.575,15.486,15.929,15.537,15.061,15.22,14.857,15.452,15.733,17.498,15.028,15.831,15.603,16.791,16.273],"script":[13.968,13.588,13.527,12.858,13.535,12.513,13.248,13.14,13.673,15.478,12.326,13.654,13.147,14.039,13.772],"paint":[2.467,1.807,2.302,2.572,1.44,2.602,1.516,2.231,1.805,0.6,2.592,1.827,2.32,2.616,1.729]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.568359375]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3910322189331055]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.439239501953125]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0101213455200195]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.050891876220703]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1799999999998]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.335999999999999]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.15600000000003]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.3505859375]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.076171875]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.662109375]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[80.5]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[80.5]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"01_run1k","values":{"total":[39.484,42.23,43.034,42.874,40.641,40.35,40.326,40.878,40.147,41.163,41.625,40.535,41.202,40.712,41.842],"script":[3.87,4.445,4.485,4.131,4.509,4.547,4.241,4.305,4.12,4.288,4.334,4.189,4.018,4.406,4.217],"paint":[35.165,37.291,38.084,38.283,35.615,35.359,35.371,35.887,35.574,36.17,36.81,35.948,36.472,35.876,36.938]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"02_replace1k","values":{"total":[40.561,42.327,40.223,42.971,41.965,41.888,41.806,41.542,39.729,41.541,41.785,42.322,42.215,41.797,41.888],"script":[6.939,7.144,6.804,6.872,7.41,7.111,7.125,7.217,6.842,7.046,7.156,6.969,7.357,7.266,7.353],"paint":[33.186,34.508,32.981,35.458,34.125,34.359,34.205,33.886,32.457,34.074,34.209,34.904,34.355,34.074,34.041]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.677,18.45,19.975,18.142,17.817,17.431,18.179,17.737,18.012,18.221,19.187,18.437,17.951,17.937,19.389],"script":[1.186,1.179,0.685,1.226,1.205,1.051,1.198,1.17,1.679,1.16,1.301,1.192,1.233,0.965,1.279],"paint":[17.078,16.187,17.03,14.34,14.983,14.532,15.501,15.082,13.935,15.657,16.782,15.13,15.478,15.104,17.012]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"04_select1k","values":{"total":[2.726,3.532,2.791,3.311,3.301,2.845,2.853,3.397,4.007,3.118,3.097,3.216,3.231,4.102,3.818,3.047,2.833,3.101,2.607,2.759,2.808,3.51,2.427,2.395,4.26],"script":[0.088,0.834,0.528,0.09,0.613,0.528,0.084,0.077,0.096,0.487,0.545,0.103,0.765,0.114,0.095,0.088,0.487,0.099,0.08,0.471,0.43,0.095,0.095,0.088,0.076],"paint":[2.527,1.868,1.576,3.074,2.551,1.508,2.586,2.292,2.972,1.687,1.704,1.987,2.36,2.899,3.471,1.937,1.136,2.861,1.994,2.177,2.267,1.994,1.409,1.296,2.835]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"05_swap1k","values":{"total":[20.925,21.537,20.964,21.841,20.691,23.19,22.09,22.118,22.424,22.503,22.616,21.218,21.132,20.633,22.372],"script":[0.11,0.103,0.099,0.113,0.096,0.733,0.105,0.096,0.793,0.105,1.046,1.001,0.809,0.096,0.899],"paint":[19.807,19.835,19.005,20.158,18.339,21.293,19.998,20.438,20.339,20.798,19.336,18.579,18.508,18.722,19.98]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.243,17.117,16.786,16.767,16.663,17.117,16.825,17.54,17.128,16.442,16.551,17.796,17.266,16.119,16.513],"script":[0.25,0.113,0.199,0.453,0.129,0.463,0.302,0.316,0.493,0.129,0.295,0.121,0.264,0.114,0.125],"paint":[16.177,16.176,15.677,15.223,15.713,15.843,15.62,15.879,15.492,15.29,15.457,16.57,15.482,15.213,15.594]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"07_create10k","values":{"total":[430.41,427.83,421.011,427.691,431.434,426.116,430.2,429.75,433.296,427.449,431.098,428.433,429.286,423.783,424.945],"script":[49.806,49.107,47.858,46.401,47.813,49.59,49.972,47.643,48.578,47.621,49.107,48.994,49.19,46.693,46.521],"paint":[372.934,370.647,365.301,373.218,374.902,369.028,370.933,374.301,376.765,371.832,374.32,371.423,372.453,369.672,370.689]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.692,43.229,40.818,42.322,42.574,43.469,42.94,43.819,43.246,42.772,41.238,43.53,45.675,42.537,42.426],"script":[4.06,4.096,3.976,4.03,3.998,4.671,4.004,4.095,4.277,4.149,3.982,4.071,4.486,4.412,4.084],"paint":[38.661,38.303,35.951,37.105,37.716,37.606,37.798,38.529,38.078,37.442,36.332,38.289,40.005,37.188,37.264]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.61,13.643,13.526,14.926,13.165,12.592,13.139,12.942,14.046,12.644,13.403,13.245,13.199,13.295,13.227],"script":[11.254,11.324,11.563,12.444,11.474,10.709,11.302,11.077,11.69,11.122,11.169,11.637,11.135,11.382,11.286],"paint":[1.73,2.222,1.87,2.357,1.605,1.784,1.038,1.479,1.963,1.422,1.889,1.506,1.974,1.147,1.861]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.598994255065918]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.055790901184082]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.0072994232177734]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8014392852783203]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.456913948059082]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.6599999999999]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.879999999999999]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.772]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[185.5810546875]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[47.0224609375]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[14.453125]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[98.5]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[98.5]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"01_run1k","values":{"total":[47.363,49.547,49.339,47.591,47.268,46.737,47.702,50.05,48.589,49.827,49.757,47.4,49.01,46.781,52.014],"script":[13.552,14.458,14.512,13.621,13.558,13.632,13.342,14.299,14.05,14.706,13.201,13.693,14.162,13.329,14.425],"paint":[33.388,34.562,34.109,33.539,33.24,32.674,33.831,35.263,34.017,34.644,36.084,33.253,34.378,32.997,37.112]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"02_replace1k","values":{"total":[52.665,52.606,52.568,53.784,52.767,52.758,54.524,53.29,52.47,53.356,53.287,54.247,54.879,53.347,53.241],"script":[18.637,18.819,18.637,18.963,18.784,18.955,19.641,18.042,18.567,19.188,18.91,19.442,18.214,18.737,18.601],"paint":[33.549,33.297,33.477,34.018,33.484,33.319,34.209,34.513,33.43,33.674,33.903,34.306,36.18,33.855,34.137]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.797,24.536,27.275,25.345,27.99,26.091,28.012,27.302,26.818,28.622,23.544,25.924,26.525,27.718,25.349],"script":[8.191,7.136,8.44,7.39,9.187,8.233,8.269,8.777,8.804,8.655,6.456,8.191,7.845,8.408,7.368],"paint":[16.765,15.382,16.98,16.317,15.91,16.214,16.944,16.063,16.512,17.65,16.123,16.635,16.713,17.472,15.68]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"04_select1k","values":{"total":[4.761,7.068,4.676,4.452,4.481,5.356,4.996,5.184,5.374,4.334,4.659,5.287,4.878,4.437,4.33,5.822,4.913,4.855,5.264,5.488,4.959,5.325,5.294,4.934,6.112],"script":[2.481,2.501,2.162,1.684,1.395,2.6,2.15,2.289,2.035,1.889,2.065,2.042,2.188,1.828,1.846,3.011,2.568,1.866,2.635,2.364,2.193,2.666,2.674,1.907,2.546],"paint":[1.497,3.091,2.384,1.865,2.797,2.533,2.312,1.751,3.225,1.566,1.613,2.034,2.572,1.706,0.968,2.635,1.483,2.877,1.872,1.964,1.83,1.681,1.657,2.081,2.174]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"05_swap1k","values":{"total":[25.885,26.165,26.313,26.626,25.791,25.15,25.016,26.721,26.468,25.521,25.773,26.069,25.585,25.118,25.692],"script":[3.561,4.014,3.726,4.155,4.248,3.391,4.14,4.055,4.319,3.298,4.008,3.796,3.572,4.235,3.847],"paint":[20.497,20.547,20.709,19.547,20.13,20.279,19.506,20.501,20.121,20.588,19.923,20.097,20.867,19.013,20.867]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.359,18.405,18.344,18.882,18.568,18.787,19.516,19.133,18.752,19.044,19.035,18.381,19.209,18.961,19.041],"script":[1.4,1.523,1.757,1.652,1.783,1.721,1.739,1.754,1.779,1.413,1.678,1.773,1.779,1.722,1.553],"paint":[16.556,16.095,15.766,16.092,15.991,16.283,16.943,16.211,15.727,16.762,16.056,15.84,16.3,15.742,16.142]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"07_create10k","values":{"total":[556.699,553.457,560.487,538.203,554.944,552.791,563.262,557.255,565.834,572.594,570.136,560.207,566.897,564.045,540.767],"script":[165.856,166.752,165.301,163.96,165.636,166.673,171.588,166.299,170.906,170.156,171.499,168.904,169.573,172.687,170.785],"paint":[382.994,379.107,387.178,366.457,381.378,378.02,383.347,383.313,386.761,394.436,390.068,382.765,389.446,383.808,362.431]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.871,54.746,55.823,54.72,53.621,55.116,53.252,53.83,53.372,53.806,53.63,53.887,55.238,54.486,52.998],"script":[15.477,15.396,15.586,15.534,15.258,16.419,14.82,14.712,14.785,14.852,14.724,15.326,15.334,15.198,14.758],"paint":[39.426,38.348,39.245,38.233,37.057,37.668,37.502,38.138,37.595,37.934,37.947,37.546,39.006,37.926,37.286]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.641,18.398,18.162,19.115,19.028,18.964,18.356,18.347,20.262,18.224,17.482,18.021,18.987,20.893,19.6],"script":[16.444,15.982,16.523,16.963,16.049,16.493,16.834,16.303,17.212,15.91,15.532,15.549,16.131,18.349,17.322],"paint":[1.687,2.273,1.107,1.256,1.901,2.344,1.41,1.941,1.419,1.696,1.212,1.875,2.718,1.338,2.155]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.709834098815918]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.652979850769043]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.929917335510254]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.2941665649414062]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[76.5502519607544]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2025.935]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.039999999999996]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.38000000000005]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[174.404296875]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[36.12890625]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[10.8984375]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[86.1]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[86.1]}},{"framework":"yew-v0.21.0-keyed","benchmark":"01_run1k","values":{"total":[56.292,55.501,54.893,54.622,54.077,55.004,52.956,53.066,54.299,53.541,53.197,56.371,53.615,54.21,57.181],"script":[18.509,18.106,18.55,18.351,17.861,18.017,17.678,17.578,18.334,17.612,17.506,19.253,18.237,17.812,17.828],"paint":[37.291,36.886,35.877,35.559,35.478,36.178,34.807,35.051,35.461,35.425,35.248,36.628,34.905,35.678,38.578]}},{"framework":"yew-v0.21.0-keyed","benchmark":"02_replace1k","values":{"total":[59.638,60.3,60.218,57.473,60.939,60.076,56.608,60.027,57.251,60.205,61.624,60.194,59.874,60.098,59.734],"script":[25.85,26.366,26.25,23.998,25.642,26.186,23.517,26.277,24.158,25.893,25.813,26.091,25.648,26.546,26.159],"paint":[33.33,33.473,33.528,33.07,34.864,33.425,32.727,33.298,32.673,33.849,35.314,33.375,33.732,33.087,32.956]}},{"framework":"yew-v0.21.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.837,24.05,21.722,21.896,21.493,24.923,22.374,21.974,24.108,23.18,22.374,21.103,22.002,21.437,21.434],"script":[4.709,5.08,4.148,3.717,4.636,4.861,4.854,4.305,4.778,4.743,4.834,4.083,4.411,4.632,4.462],"paint":[14.945,16.659,16.305,16.711,14.339,17.285,16.343,16.107,16.898,16.475,16.066,14.943,15.824,15.473,14.529]}},{"framework":"yew-v0.21.0-keyed","benchmark":"04_select1k","values":{"total":[5.286,5.56,6.211,6.871,4.409,5.215,4.735,6.116,5.741,4.899,5.126,5.462,5.063,5.509,6.266,4.853,5.308,6.48,5.849,5.895,5.06,5.627,6.333,5.488,4.643],"script":[3.02,2.936,2.676,2.768,2.44,2.036,1.896,2.529,2.23,1.754,2.487,2.333,2.294,3.551,3.014,2.192,2.768,2.495,2.806,3.057,1.978,2.426,3.179,2.476,2.133],"paint":[1.545,1.751,2.61,3.163,1.392,2.123,2.324,2.551,3.36,2.313,1.65,2.097,2.106,1.11,3.103,1.534,2.429,3.382,2.37,2.72,2.927,2.876,2.09,2.345,1.564]}},{"framework":"yew-v0.21.0-keyed","benchmark":"05_swap1k","values":{"total":[24.575,26.033,24.591,25.302,25.06,23.703,24.179,26.509,25.099,24.308,25.177,25.687,23.572,24.43,24.456],"script":[2.516,2.412,3.143,3.284,3.23,2.277,2.986,3.13,2.777,2.866,2.277,2.687,2.36,3.337,3.084],"paint":[20.587,21.496,18.747,20.922,19.6,19.236,19.947,21.507,20.592,19.46,20.348,21.021,19.083,19.981,19.474]}},{"framework":"yew-v0.21.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.47,18.359,18.528,18.406,18.04,18.349,19.051,19.015,18.32,19.186,17.949,17.99,18.257,18.43,17.489],"script":[1.065,1.314,1.215,1.218,1.242,1.22,1.254,1.228,1.453,1.328,1.233,1.22,1.213,1.318,1.204],"paint":[16.495,15.599,16.147,15.992,15.94,15.998,15.918,16.109,15.812,16.575,15.863,15.981,16.256,15.987,15.292]}},{"framework":"yew-v0.21.0-keyed","benchmark":"07_create10k","values":{"total":[735.504,746.432,743.837,726.19,742.328,739.273,719.449,726.177,732.011,738.645,726.411,749.76,753.239,702.992,716.793],"script":[310.775,321.862,316.704,304.149,305.925,309.96,299.811,306.927,308.064,321.239,309.418,321.89,318.239,296.39,309.671],"paint":[417.158,416.779,419.104,414.395,428.633,421.551,412.166,411.803,416.54,409.559,409.528,420.421,427.406,399.063,399.522]}},{"framework":"yew-v0.21.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.509,58.52,59.627,57.341,57.544,58.48,57.613,61.65,56.669,59.612,59.157,59.035,56.169,60.492,58.223],"script":[18.043,18.487,18.945,17.905,17.847,18.22,17.846,18.796,17.838,19.382,18.867,18.838,17.765,19.62,18.622],"paint":[38.542,39.076,39.482,38.45,38.607,38.985,38.837,41.629,38.009,39.256,39.299,39.249,37.572,39.952,38.653]}},{"framework":"yew-v0.21.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.673,26.965,25.113,24.944,24.921,26.038,26.748,26.682,26.82,25.87,25.319,26.698,25.529,24.851,25.821],"script":[24.881,24.66,22.799,22.916,22.352,23.889,24.768,24.644,24.65,23.654,22.898,24.349,23.78,23.237,23.992],"paint":[1.921,2.199,2.14,1.669,2.481,2.031,1.852,0.997,2.063,1.272,1.501,1.26,0.838,1.524,1.736]}},{"framework":"yew-v0.21.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6575288772583008]}},{"framework":"yew-v0.21.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.5945634841918945]}},{"framework":"yew-v0.21.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.706573486328125]}},{"framework":"yew-v0.21.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.878700256347656]}},{"framework":"yew-v0.21.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[49.65072822570801]}},{"framework":"yew-v0.21.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.2649999999999]}},{"framework":"yew-v0.21.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.144]}},{"framework":"yew-v0.21.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[163.12]}},{"framework":"yew-v0.21.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[345.9658203125]}},{"framework":"yew-v0.21.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[207.40625]}},{"framework":"yew-v0.21.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.5244140625]}},{"framework":"yew-v0.21.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[366.6]}},{"framework":"yew-v0.21.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[366.6]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"01_run1k","values":{"total":[55.142,55.286,53.53,59.113,55.19,57.551,58.613,56.266,55.329,57.987,54.526,56.272,54.936,56.977,53.124],"script":[18.497,18.959,17.433,19.184,18.4,18.167,19.302,18.237,18.281,19.019,18.084,18.569,18.443,18.027,17.574],"paint":[36.138,35.608,35.627,39.226,36.304,38.908,38.813,37.498,36.315,38.462,35.946,37.214,36.045,38.493,35.069]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"02_replace1k","values":{"total":[60.064,60.14,60.1,56.732,60.046,57.905,59.481,56.721,59.451,60.156,61.918,59.965,57.649,56.396,59.535],"script":[26.384,25.9,25.527,24.104,26.27,24.38,25.917,24.023,25.486,25.175,26.155,26.001,24.16,23.817,26.702],"paint":[33.242,33.505,33.859,32.238,33.303,33.077,32.81,32.294,33.503,34.324,35.293,33.507,33.055,32.182,32.399]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.465,31.343,32.422,30.957,31.041,32.258,31.354,30.513,32.896,30.981,32.328,31.384,30.827,32.828,33.608],"script":[13.629,13.013,13.356,13.391,13.575,12.953,13.132,13.001,14.314,13.975,13.337,13.658,13.611,13.305,13.726],"paint":[15.947,16.792,17.181,15.299,15.368,17.134,15.862,15.399,16.077,14.946,16.506,16.205,15.915,18.163,18.519]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"04_select1k","values":{"total":[15.448,15.914,16.449,14.803,15.901,14.493,15.725,14.535,14.609,14.438,15.837,15.129,15.461,13.831,15.899,15.951,15.412,15.807,15.001,14.323,15.37,15.298,16.996,14.85,15.653],"script":[12.223,12.186,12.793,11.775,12.279,11.9,12.01,11.458,11.697,11.63,11.957,11.948,12.565,11.646,11.977,12.395,11.896,12.151,11.441,11.231,12.503,12.775,12.74,12.046,12.531],"paint":[2.325,2.566,2.663,1.874,3.427,1.443,2.799,2.936,2.368,1.344,3.319,2.042,1.928,1.998,3.285,2.303,3.314,3.46,2.436,2.007,1.991,1.609,2.833,2.135,2.47]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"05_swap1k","values":{"total":[33.961,34.347,35.919,34.269,34.708,35.016,34.179,34.165,34.307,36.854,34.5,34.892,34.753,35.989,34.577],"script":[12.986,12.144,13.37,12.785,12.321,12.365,12.967,12.398,13.07,13.316,12.716,12.948,13.102,13.246,12.541],"paint":[19.366,20.249,20.101,19.67,21.345,20.241,19.618,19.863,19.846,22.095,20.033,20.869,20.276,20.845,20.113]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.011,23.85,23.071,23.34,23.289,23.092,23.796,23.743,22.696,22.873,23.269,23.778,23.916,23.296,23.119],"script":[6.023,6.19,6.023,5.98,6.095,5.916,6.057,6.232,5.976,6.067,6.049,6.234,6.089,6.217,6.044],"paint":[16.914,16.784,15.968,16.171,15.787,15.996,16.348,16.276,15.874,15.995,16.098,16.248,16.742,15.825,16.206]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"07_create10k","values":{"total":[761.896,747.196,763.717,740.37,762.342,738.98,746.519,759.988,753.002,739.376,747.101,757.826,740.809,738.403,743.342],"script":[332.677,322.357,338.074,321.969,343.839,317.596,324.987,323.076,327.741,316.223,323.726,330.243,315.382,318.985,322.145],"paint":[421.426,417.294,417.821,410.672,410.422,413.761,413.608,428.981,417.775,415.589,415.642,419.865,417.676,411.612,413.616]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.801,59.669,60.403,61.595,61.594,63.572,60.918,61.237,58.201,58.685,61.318,61.693,58.989,62.647,62.77],"script":[21.146,19.88,20.943,21.259,21.208,20.909,20.651,20.719,19.719,19.818,21.007,21.175,19.971,20.995,21.986],"paint":[38.757,38.622,38.519,39.399,39.182,41.623,39.351,39.488,37.661,38.067,39.344,39.529,38.138,40.698,39.822]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.715,26.12,27.367,27.163,27.597,27.409,27.425,27.425,25.258,27.114,28.689,25.478,25.751,26.762,27.353],"script":[25.276,24.145,25.171,24.669,25.091,25.166,25.149,25.116,23.327,24.542,26.302,23.729,23.601,24.476,24.901],"paint":[1.888,1.871,2.098,2.363,2.398,1.646,1.444,2.214,1.072,2.463,1.511,0.783,2.05,1.709,1.401]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6570158004760742]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.721739768981934]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.9132080078125]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.0358734130859375]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[50.901397705078125]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.27]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[23.612000000000002]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.576]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[350.466796875]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[211.9072265625]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[59.1962890625]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[360.1]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[360.1]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"01_run1k","values":{"total":[52.647,55.755,53.776,54.179,52.974,52.537,53.871,53.787,53.092,54.545,54.465,55.695,53.643,53.412,53.263],"script":[17.563,17.761,17.592,17.724,17.025,17.202,17.166,17.278,17.759,18.183,18.928,17.772,17.578,18.001,17.642],"paint":[34.595,37.542,35.686,35.969,35.391,34.906,36.232,36.06,34.851,35.621,35.076,37.199,35.622,34.956,35.162]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"02_replace1k","values":{"total":[21.355,22.091,21.55,22.042,20.573,22.249,21.724,20.018,20.171,21.882,20.398,21.577,22.652,21.639,21.92],"script":[4.543,4.593,4.623,4.467,5.038,5.057,4.633,4.574,4.567,4.615,4.76,4.505,4.462,4.728,4.668],"paint":[16.3,16.903,16.291,16.896,14.954,16.583,16.566,14.949,15.196,16.781,15.242,16.434,17.561,16.406,16.618]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.256,19.268,18.517,19.198,19.606,19.92,21.385,20.148,19.826,18.701,18.434,18.557,19.063,20.707,19.514],"script":[2.022,2.039,2.057,2.074,2.151,1.21,2.614,2.011,1.539,1.782,1.58,1.38,1.851,2.495,1.923],"paint":[16.092,15.32,14.777,15.804,15.661,17.086,17.253,15.783,15.27,15.136,15.058,15.103,15.445,16.028,15.779]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"04_select1k","values":{"total":[3.727,5.533,4.896,4.914,3.794,4.599,4.005,4.701,3.946,5.048,5.043,3.849,4.906,4.23,5.493,4.545,5.329,5.813,4.319,4.829,4.123,4.937,4.858,4.35,4.434],"script":[1.53,1.835,1.989,1.32,1.45,1.579,1.145,1.948,1.602,1.995,0.895,1.407,1.542,1.249,1.791,1.692,1.83,1.565,1.535,1.98,1.349,1.456,1.62,1.634,1.518],"paint":[1.32,2.677,2.184,2.547,2.237,2.245,2.345,1.825,2.194,2.885,2.401,0.914,3.183,2.824,1.607,2.047,2.59,3.225,1.644,1.664,1.92,2.435,2.606,1.812,2.182]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"05_swap1k","values":{"total":[13.222,14.437,12.676,12.579,14.489,13.293,13.138,12.744,12.86,12.592,13.061,13.548,13.1,14.089,12.572],"script":[0.737,0.742,0.196,0.748,0.755,0.716,0.4,0.417,0.263,0.638,0.107,0.13,0.511,0.886,0.452],"paint":[11.206,10.928,10.979,9.957,11.584,11.131,11.828,10.693,10.651,10.324,10.702,11.125,10.669,11.649,10.363]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.676,21.435,20.939,19.693,19.971,19.768,20.908,20.255,21.507,20.592,21.036,19.988,19.495,20.565,19.998],"script":[2.848,3.082,2.72,2.781,2.785,2.611,3.291,2.863,3.006,3.103,3.088,2.781,2.668,3.163,2.637],"paint":[16.137,17.026,17.46,16.211,16.26,16.187,16.268,16.562,16.896,15.959,16.354,16.547,15.931,16.287,16.34]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"07_create10k","values":{"total":[583.458,585.808,583.3,584.731,588.524,581.778,573.987,591.174,572.683,580.24,587.05,586.167,580.41,585.962,576.784],"script":[183.861,182.892,181.066,181.843,187.196,179.945,181.748,183.786,180.617,183.851,183.343,184.973,184.525,182.605,181.636],"paint":[391.406,394.932,394.354,395.029,393.416,394.192,384.72,399.24,384.473,388.477,394.742,393.432,387.518,395.442,387.664]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.27,56.896,59.002,57.9,56.493,56.616,56.524,58.262,57.453,58.27,56.884,56.013,56.552,59.893,57.785],"script":[17.422,18.045,17.898,17.808,17.445,17.388,17.177,18.611,18.323,18.635,17.393,17.57,17.05,18.3,18.539],"paint":[39.811,37.878,39.831,38.722,38.049,38.266,38.369,38.672,38.139,38.65,38.478,37.426,38.562,40.358,38.283]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.685,18.083,20.802,19.301,19.733,18.413,19.207,19.112,18.206,19.095,19.99,18.787,18.808,20.107,19.697],"script":[17.115,16.643,18.218,16.865,17.686,16.53,16.866,17.157,16.685,16.457,17.63,16.765,16.699,17.497,17.406],"paint":[1.095,0.757,2.361,2.327,0.893,1.766,2.242,1.238,0.748,1.806,1.394,1.323,2.013,2.459,2.193]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5383596420288086]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.610653877258301]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.650200843811035]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9135684967041016]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[48.07217788696289]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.5949999999998]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.504]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.99599999999992]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[162.767578125]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[24.4921875]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.87890625]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[83.4]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[83.4]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"01_run1k","values":{"total":[45.431,44.757,45.883,45.229,45.164,48.675,44.975,44.646,45.487,46.097,45.494,44.91,48.067,45.505,46.077],"script":[9.997,9.549,10.445,9.818,9.426,10.301,9.381,9.397,9.717,9.573,9.628,9.657,9.93,9.746,10.403],"paint":[34.996,34.766,35,34.974,35.3,37.847,35.142,34.811,35.322,35.842,35.362,34.799,37.428,35.299,35.254]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"02_replace1k","values":{"total":[24.56,24.196,24.159,26.234,26.839,24.794,24.316,26.378,25.425,25.146,26.101,25.286,26.14,26.038,24.336],"script":[8.425,8.618,8.633,9.183,9.369,8.949,8.382,9.161,9.093,8.995,9.278,8.472,8.711,8.959,8.635],"paint":[15.612,15.084,15.072,16.547,16.78,15.38,15.414,16.509,15.765,15.612,16.299,16.299,16.905,16.542,14.976]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[53.203,55.662,55.044,52.138,53.747,53.773,53.169,52.833,51.261,52.22,52.922,56.189,53.114,52.757,51.505],"script":[34.575,36,35.592,34.124,35.142,35.108,34.766,34.357,33.351,34.305,34.862,37.581,33.742,34.181,33.943],"paint":[16.596,18.196,17.704,16.487,16.594,17.026,16.116,16.843,16.453,16.011,16.487,16.18,17.226,16.695,16.35]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"04_select1k","values":{"total":[35.92,39.398,35.959,35.686,34.209,36.834,36.164,36.014,34.989,37.599,34.137,36.262,38.364,36.917,38.615,36.316,36.169,37.303,37.362,36.808,37.436,36.626,35.001,36.003,38.53],"script":[32.384,34.364,32.268,31.097,30.543,32.887,31.241,31.761,30.954,33.044,30.524,31.978,34.308,32.544,34.416,31.807,32.312,32.998,33.049,33.1,32.776,32.869,31.752,31.973,34.705],"paint":[1.774,4.71,2.751,3.623,2.326,1.875,4.018,3.245,2.348,3.5,2.393,3.345,2.882,2.887,3.502,3.114,2.673,2.577,3.29,1.969,4.311,2.515,2.185,2.686,2.206]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"05_swap1k","values":{"total":[43.859,44.815,46.045,42.958,45.948,45.559,43.63,44.26,45.184,44.86,45.863,44.783,46.271,48.051,44.693],"script":[31.235,31.723,32.692,29.711,33.463,32.577,31.501,31.807,31.065,31.82,32.576,32.013,32.867,33.276,31.366],"paint":[10.711,10.692,11.621,11.554,10.617,11.152,10.414,10.947,11.597,10.948,11.535,11.061,11.527,12.281,10.732]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[49.517,50.685,50.158,51.596,52.381,49.348,49.524,49.284,51.094,53.231,52.178,49.407,51.593,48.617,53.945],"script":[16.178,16.884,16.615,17.705,16.814,16.274,17.127,16.492,16.336,16.841,18.56,16.772,16.482,15.734,17.294],"paint":[32.262,32.453,32.306,33.019,34.238,32.072,31.22,31.737,33.485,35.439,32.389,31.83,33.906,32.045,35.438]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"07_create10k","values":{"total":[492.974,500.658,496.67,493.828,501.341,501.388,502.643,495.347,498.237,504.145,495.911,492.705,492.438,487.211,492.53],"script":[116.965,120.762,121.182,118.842,122.037,121.519,119.9,118.856,122.475,122.472,119.749,118.864,117.665,116.339,119.871],"paint":[367.951,371.848,367.83,367.638,372.071,372.362,375.198,368.765,367.78,374.349,368.558,366.574,367.329,363.442,365.016]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.657,56.663,59.001,56.935,58.569,59.596,58.531,57.683,57.586,58.692,56.792,56.793,57.795,56.847,56.672],"script":[19.092,19.176,19.737,18.907,19.882,20.549,19.752,18.891,19.206,19.899,18.94,19.057,19.198,19.305,18.49],"paint":[37.593,36.58,38.027,37.135,37.689,38.063,37.419,37.804,37.483,37.476,36.945,36.84,37.641,36.618,37.271]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.565,16.275,16.758,15.583,17.089,15.65,17.587,16.555,17.474,16.149,15.153,16.673,16.849,16.894,18.408],"script":[13.103,14.112,14.535,13.458,14.429,13.504,15.508,14.405,15.123,13.752,13.188,14.744,14.854,15.319,16.33],"paint":[1.64,2.052,1.402,2.029,2.546,1.433,1.624,1.412,1.855,2.15,1.849,1.809,1.888,1.478,1.234]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5721426010131836]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.8331804275512695]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.0044021606445312]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8805274963378906]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.03718090057373]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.59]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.132]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.196]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[156.4462890625]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[18.171875]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.8955078125]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.4]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[65.4]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"01_run1k","values":{"total":[77.878,76.908,76.431,78.743,75.182,73.332,77.494,75.067,76.787,73.427,76.029,76.271,74.049,75.808,76.308],"script":[40.295,40.03,39.633,40.095,39.638,37.452,40.763,39.333,40.3,37.646,40.193,40.577,37.883,40.285,39.941],"paint":[37.287,36.681,36.606,38.458,35.366,35.705,36.551,35.551,36.32,35.577,35.635,35.499,35.867,35.33,36.06]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"02_replace1k","values":{"total":[77.445,78.65,79.817,80.09,77.559,80.493,81.514,78.428,84.778,81.436,78.299,80.523,80.136,76.933,79.58],"script":[41.669,42.163,43.04,44.079,41.681,44.27,44.726,42.194,45.692,42.425,41.876,42.524,42.371,41.609,42.721],"paint":[35.588,36.105,36.409,35.813,35.524,36.017,36.586,36.036,38.724,38.644,36.074,37.66,37.406,35.12,36.53]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[83.659,86.096,86.088,83.136,79.92,82.905,81.799,80.698,83.139,83.335,86.688,84.17,82.226,81.948,83.85],"script":[42.135,44.113,44.462,41.911,40.579,43.878,42.979,41.936,42.929,42.636,44.574,43.935,42.47,42.028,41.584],"paint":[40.412,39.823,39.314,40.513,38.627,37.693,38.566,37.883,39.415,40.234,40.477,39.206,37.919,38.539,40.351]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"04_select1k","values":{"total":[15.714,14.803,14.735,14.626,16.891,13.653,14.057,14.292,13.95,14.712,14.174,14.048,18.808,17.878,13.935,13.568,13.196,14.893,12.87,16.142,14.067,13.563,13.396,13.852,14.69],"script":[8.535,8.579,6.866,8.082,9.23,7.243,7.237,7.749,8.015,7.96,7.783,7.531,8.174,7.739,8.052,6.921,7.136,7.524,6.746,8.785,7.152,7.726,8.44,7.838,8.733],"paint":[4.53,4.318,6.578,5.629,4.5,4.781,4.627,4.593,4.071,4.304,4.325,3.488,4.021,5.907,3.344,4.988,4.643,5.268,3.562,5.1,5.521,4.188,3.793,4.126,3.896]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"05_swap1k","values":{"total":[52.57,50.699,48.006,51.132,49.333,53.514,51.262,52.024,50.812,47.765,49.964,48.195,51.103,55.725,48.474],"script":[22.982,22.337,23.149,23.291,23.737,23.455,23.432,23.842,23.616,23.071,21.933,22.073,22.591,23.976,23.127],"paint":[27.928,27.815,23.353,25.974,24.575,26.125,25.623,27.073,24.869,23.404,27.271,25.277,27.462,29.394,24.09]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[174.235,172.272,177.045,172.865,175.009,178.433,176.102,172.708,170.562,174.071,171.182,170.847,175.143,173.832,180.248],"script":[98.191,97.318,99.342,96.947,98.896,102.168,99.637,96.544,95.053,98.332,94.756,94.533,98.313,99.71,97.974],"paint":[74.103,72.894,75.548,74.115,73.778,74.241,74.319,73.433,73.48,74.144,74.878,74.63,74.267,72.045,80.152]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"07_create10k","values":{"total":[805.412,811.236,808.445,840.873,796.56,820.812,802.522,821.773,810.966,807.592,811.236,808.567,796.761,811.739,809.73],"script":[380.133,381.865,379.164,396.133,373.809,387.777,379.16,390.208,382.061,384.723,383.408,380.304,376.439,383.224,381.969],"paint":[421.366,425.292,425.455,440.607,418.906,429.149,419.551,427.429,424.943,418.888,423.795,424.459,416.562,424.393,423.997]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[88.536,87.832,87.14,89.204,89.452,92.407,89.718,89.943,86.135,88.216,88.193,87.558,88.449,90.8,85.759],"script":[46.16,45.814,45.802,46.684,45.953,48.668,47.425,47.326,45.278,45.876,46.152,45.558,46.711,46.584,44.987],"paint":[41.827,41.482,40.974,41.983,43.126,43.213,41.917,42.23,40.493,41.966,41.527,41.464,41.385,43.835,40.38]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.778,25.264,25.343,23.952,24.927,22.195,23.773,24.801,24.638,23.38,23.364,22.615,23.983,22.581,22.52],"script":[19.419,20.071,20.421,19.575,19.538,17.426,19.378,19.417,19.803,19.472,18.846,18.358,19.769,18.018,17.891],"paint":[3.77,3.344,3.952,2.34,4.524,3.747,3.83,4.912,3.185,3.159,3.495,2.3,2.863,3.341,3.954]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49741268157958984]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[10.71536636352539]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[15.965249061584473]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[45.579054832458496]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[92.7629337310791]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.3539999999998]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.776]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[151.92399999999998]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.1650390625]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.58984375]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.2705078125]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[66.6]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[66.6]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"01_run1k","values":{"total":[42.967,43.793,43.562,43.67,44.788,44.398,44.743,44.55,44.093,43.396,45.138,43.048,45.512,42.721,43.749],"script":[8.179,8.19,8.055,8.232,8.042,8.145,8.317,8.347,8.1,8.431,9.074,8.112,8.161,8.009,8.328],"paint":[34.314,35.168,34.944,34.967,36.037,35.789,35.688,35.79,35.518,34.52,35.619,34.492,36.633,34.234,34.973]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"02_replace1k","values":{"total":[24.5,24.892,24.427,25.621,25.562,24.951,24.953,24.974,24.477,24.611,25.475,24.415,25.801,25.164,24.914],"script":[7.821,8.132,7.683,7.504,7.123,8.137,7.167,7.569,7.308,7.829,8.408,7.521,7.855,7.35,8.011],"paint":[15.935,16.271,16.255,17.629,17.722,16.291,17.114,16.889,16.662,16.062,16.351,16.404,17.245,17.334,16.279]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.801,23.667,24.357,23.976,25.278,25.691,24.021,24.082,25.293,24.89,24.789,23.348,23.989,25.634,23.2],"script":[6.763,6.438,6.851,6.666,6.936,6.519,6.643,7.072,7.233,7.13,6.661,6.119,6.758,6.753,5.962],"paint":[15.806,15.948,15.471,16.049,16.919,15.56,14.795,15.4,15.349,16.105,15.971,15.989,15.046,17.081,16.554]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"04_select1k","values":{"total":[6.311,4.76,5.514,5.73,5.313,5.689,5.337,5.742,5.75,5.364,5.321,5.407,5.369,5.444,6.225,5.646,5.96,5.091,5.305,4.688,5.821,4.87,6.199,5.845,4.941],"script":[2.826,2.262,2.198,2.704,2.009,2.532,2.22,2.435,3.224,2.361,2.937,2.391,1.961,2.25,3.067,2.593,2.882,2.344,2.213,2.758,3.055,2.037,3.238,3.013,1.862],"paint":[2.463,2.388,3.173,2.08,2.737,3.007,2.974,2.729,1.587,2.842,1.652,1.84,2.532,2.207,1.692,1.701,2.287,2.102,1.91,1.432,1.419,1.615,1.801,1.712,2.434]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"05_swap1k","values":{"total":[15.683,14.739,14.284,14.859,14.362,14.596,14.963,15.5,14.466,14.562,14.748,14.369,14.796,14.462,14.937],"script":[2.369,2.679,2.007,2.292,2.899,2.144,2.739,2.122,2.513,2.283,2.506,2.088,2.471,2.394,2.242],"paint":[11.018,10.017,10.85,11.243,9.748,11.02,9.577,11.384,10.522,10.569,10.994,10.286,9.639,10.212,11.357]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[51.306,48.28,49.182,49.586,51.308,48.903,50.08,49.987,50.588,49.685,49.363,50.812,50.779,51.694,50.369],"script":[14.971,13.997,15.412,14.67,15.523,15.45,14.528,15.378,15.05,15.965,14.908,15.421,16.63,15.976,15.274],"paint":[34.582,33.473,32.864,33.554,34.601,32.369,34.471,33.349,34.31,32.452,33.177,34.002,32.998,34.505,34.253]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"07_create10k","values":{"total":[470.847,479.988,477.622,466.553,469.262,464.791,474.81,470.616,472.456,472.678,474.245,481.373,474.827,469.296,469.176],"script":[98.786,102.631,96.788,97.584,96.777,95.358,101.584,97.4,102.475,102.485,103.009,101.914,98.116,98.525,102.136],"paint":[364.452,369.736,373.205,361.226,364.711,361.52,364.035,365.256,361.865,362.74,363.762,371.685,368.858,363.157,358.998]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.951,48.375,48.223,48.252,48.291,48.175,47.929,48.136,49.294,48.64,46.178,47.924,48.344,48.242,45.692],"script":[8.308,8.257,8.455,8.614,8.375,9.03,8.142,8.142,8.653,8.984,8.061,8.045,8.626,9.076,7.928],"paint":[39.362,39.141,38.826,38.799,38.921,38.176,38.869,39.071,39.377,38.671,37.288,38.867,38.791,38.311,36.904]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.439,13.922,13.773,13.983,15.053,14.176,14.411,13.594,13.303,14.159,13.887,14.302,13.738,13.959,13.778],"script":[12.144,11.595,11.321,11.776,12.37,12.094,11.876,12.136,11.734,11.889,11.586,12.115,11.809,11.6,11.857],"paint":[2.194,1.273,2.351,1.846,2.414,1.324,2.423,0.474,0.529,1.262,1.589,2.034,1.815,2.266,1.763]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4808692932128906]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9743595123291016]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.009215354919434]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7288675308227539]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.1874361038208]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.4630000000002]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.227999999999998]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.76399999999995]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.287109375]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.7119140625]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.2392578125]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.8]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63.8]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"01_run1k","values":{"total":[48.636,48.889,49.029,48.151,48.163,48.164,48.8,48.679,49.014,48.533,47.667,48.188,50.418,51.451,49.358],"script":[14.902,14.69,15.108,15.247,14.565,14.362,14.937,14.942,15.241,14.702,14.079,14.622,15.093,15.768,14.731],"paint":[33.206,33.649,33.453,32.403,33.113,33.143,33.301,33.002,33.015,33.082,33.13,33.084,34.839,35.21,34.12]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"02_replace1k","values":{"total":[21.957,20.087,20.974,20.074,19.941,19.271,19.777,19.664,21.545,19.878,21.225,19.912,21.179,20.253,21.401],"script":[5.079,4.772,5.277,4.89,4.412,4.446,4.505,4.462,5.149,4.558,4.944,4.749,4.417,4.952,4.521],"paint":[16.235,14.811,15.206,14.678,15.071,14.281,14.596,14.682,15.775,14.667,15.576,14.701,16.265,14.847,16.316]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.607,20.954,18.623,18.91,18.54,18.531,17.836,19.26,18.531,20.548,18.09,19.262,18.316,18.003,20.031],"script":[1.516,1.652,1.231,1.443,1.405,1.906,1.427,1.79,1.658,2.194,1.828,1.531,1.188,1.474,1.796],"paint":[15.31,16.429,14.678,15.364,15.767,14.739,14.52,15.944,15.659,16.802,15.104,15.232,15.056,14.592,16.771]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"04_select1k","values":{"total":[7.56,8.499,9.339,9.148,9.147,8.359,7.847,9.787,8.245,9.706,8.427,8.845,9.644,8.661,8.812,8.977,8.508,8.771,9.324,8.506,10.179,8.943,9.356,7.438,8.92],"script":[4.779,5.323,5.267,4.816,5.757,5.03,5.296,6.512,5.98,5.567,5.564,5.59,6.197,4.947,5.461,6.013,5.376,5.833,5.298,5.661,6.075,5.864,5.349,5.177,4.673],"paint":[2.236,2.563,2.826,4.091,2.113,2.319,2.342,2.009,1.532,3.321,1.422,2.029,2.777,1.593,2.403,1.658,2.417,2.01,2.897,1.467,3.074,2.229,3.767,1.241,4.002]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.754,13.976,13.908,14.137,13.94,13.764,14.044,14.415,13.804,13.726,14.03,13.845,14.073,13.818,13.594],"script":[1.445,1.527,1.415,2.008,0.999,1.492,1.494,2.008,1.045,1.029,2.506,1.822,1.59,1.703,1.544],"paint":[10.556,9.809,10.994,10.176,11.799,10.394,10.486,10.351,11.309,11.155,9.812,10.072,10.431,11.03,10.445]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[40.493,41.445,41.256,40.606,42.231,41.234,40.89,43.915,42.093,39.174,39.336,40.97,40.242,43.412,41.713],"script":[8.172,8.358,8.355,8.694,9.28,8.871,8.396,8.88,8.735,7.569,8.038,8.116,8.656,8.669,8.164],"paint":[31.121,31.67,31.358,30.737,31.679,31.124,31.055,33.976,31.871,30.785,30.424,31.628,30.555,33.917,31.888]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"07_create10k","values":{"total":[922.359,897.326,914.053,897.241,927.826,914.383,910.009,928.088,928.217,905.515,904.016,913.91,919.386,906.977,936.401],"script":[170.998,165.267,168.232,165.952,183.531,167.735,160.944,166.182,169.122,169.625,169.569,166.656,171.179,164.011,183.482],"paint":[369.792,363.338,370.051,365.61,371.11,368.255,370.59,374.315,376.124,370.785,368.254,371.166,365.276,372.417,375.225]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.405,57.335,57.284,77.186,56.516,55.588,79.249,75.564,76.286,73.172,56.411,74.803,55.578,58.74,55.919],"script":[18.52,18.374,18.084,17.965,17.854,17.456,18.489,17.91,18.698,17.566,18.26,17.717,17.367,18.874,17.663],"paint":[37.773,37.887,38.153,39.042,37.696,37.26,40.586,37.262,38.153,37.332,37.123,38.671,37.246,38.827,37.411]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.625,26.889,26.603,26.317,26.988,26.452,26.475,25.318,25.843,26.418,24.253,26.672,25.198,26.653,26.513],"script":[25.768,24.691,24.23,24.117,24.256,24.247,24.526,22.983,23.641,23.929,22.15,24.358,23.642,24.08,24.279],"paint":[0.815,1.634,2.274,2.058,2.209,1.998,0.804,2.244,2.092,2.335,1.981,2.214,1.467,2.054,1.563]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.0561275482177734]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.7487640380859375]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.851469039916992]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.1291913986206055]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.79140663146973]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3318.068]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[73.61599999999999]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[231.09999999999997]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[438.9501953125]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[300.37109375]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[62.51171875]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[491.9]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[491.9]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"01_run1k","values":{"total":[48.455,47.843,45.256,47.774,47.185,47.148,48.389,47.485,47.885,47.206,48.607,47.56,48.159,47.401,46.955],"script":[11.757,11.73,10.788,10.959,11.195,11.527,11.647,11.114,11.773,10.616,11.445,11.337,12.092,11.487,11.341],"paint":[36.255,35.633,33.997,36.268,35.384,35.067,36.268,35.925,35.599,35.863,36.593,35.723,35.557,35.39,35.104]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"02_replace1k","values":{"total":[48.256,47.68,49.419,47.965,49.68,48.296,49.128,48.433,47.905,47.668,48.839,48.329,48.078,49.319,47.635],"script":[14.349,13.937,14.749,14.222,14.501,14.9,14.731,14.28,14.136,14.006,14.357,14.228,13.964,14.783,13.897],"paint":[33.375,33.144,33.936,33.258,34.557,32.73,33.815,33.684,33.107,33.186,33.927,33.685,33.604,33.744,33.259]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.84,19.276,20.098,20.379,19.823,20.427,19.562,21.045,19.872,21.451,19.291,19.929,19.347,19.966,20.384],"script":[3.361,2.674,2.396,2.618,2.24,2.387,2.41,2.363,2.562,2.123,1.302,2.263,2.712,1.869,2.288],"paint":[15.546,14.685,15.747,16.069,15.704,16.051,16.01,17.19,16.969,16.483,16.508,15.095,15.332,15.771,15.772]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"04_select1k","values":{"total":[4.05,4.369,4.078,4.897,4.501,5.707,5.543,4.684,4.951,4.667,4.897,4.039,5.108,5.175,4.991,4.459,3.65,5.027,6.722,4.348,4.543,4.098,4.047,5.465,4.357],"script":[1.713,2.527,2.195,2.655,1.564,2.733,1.881,2.319,2.416,1.692,1.584,1.188,1.978,1.889,1.24,1.091,1.049,2.938,1.822,0.405,1.554,2.403,2.303,2.835,1.028],"paint":[1.579,1.689,1.734,1.025,2.784,1.772,3.064,2.235,2.391,2.386,2.37,1.905,2.974,2.361,2.577,3.119,2.484,1.679,3.677,2.73,2.102,1.583,1.294,1.972,3.208]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"05_swap1k","values":{"total":[23.54,24.171,22.937,23.338,22.227,22.754,23.224,23.757,24.363,23.89,23.73,23.884,23.994,23.392,23.445],"script":[2.45,2.531,1.861,1.616,1.802,1.69,2.561,2.351,1.933,2.556,2.239,2.204,2.144,1.827,1.903],"paint":[19.721,20.229,19.207,19.503,18.906,19.795,19.241,20.349,20.4,19.084,20.364,20.265,20.691,19.825,19.385]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.887,19.18,17.808,18.672,18.431,17.763,17.643,17.811,17.377,19.298,17.792,17.148,18.363,17.834,17.543],"script":[0.873,0.817,0.92,0.973,0.749,0.813,0.717,1.085,0.735,0.908,0.665,1.018,1.077,0.422,0.978],"paint":[16.677,17.024,15.93,16.206,16.671,15.496,16.087,15.636,15.896,17.107,16.118,15.34,16.386,16.416,15.504]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"07_create10k","values":{"total":[512.211,512.717,509.109,520.34,517.617,510.551,512.875,510.217,512.029,521.231,515.813,513.006,511.736,514.038,516.683],"script":[132.711,131.75,133.828,135.034,133.401,132.173,133.541,131.665,132.201,133.256,132.752,135.906,132.609,135.593,132.157],"paint":[370.751,371.763,366.491,376.58,375.43,369.292,370.471,369.171,370.816,378.996,374.063,368.183,370.367,369.372,375.468]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.629,51.339,49.409,49.1,51.08,50.855,49.782,51.542,51.599,51.728,50.122,49.978,52.38,51.215,50.01],"script":[11.297,11.294,10.682,10.648,11.345,11.257,11.152,11.228,11.208,11.519,10.93,11.116,11.326,11.364,10.936],"paint":[40.251,38.813,37.805,37.528,38.708,38.496,37.698,39.003,39.064,39.171,38.111,37.83,39.775,38.793,37.775]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.503,15.884,15.695,15.405,15.954,15.661,15.39,15.36,16.057,15.447,16.215,15.31,16.285,14.901,16.692],"script":[14.641,13.446,12.882,12.73,13.6,13.397,13.242,13.785,14.016,13.439,13.843,13.379,13.775,14.03,13.854],"paint":[0.459,2.337,2.188,2.574,2.265,1.21,1.207,1.231,1.936,1.909,1.423,1.848,1.872,0.755,2.177]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5279359817504883]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7699203491210938]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.8425397872924805]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1064071655273438]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.98079776763916]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2549999999999]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.951999999999996]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.34799999999996]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.99609375]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[6.7216796875]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.0830078125]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[62]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[62]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"01_run1k","values":{"total":[59.241,59.598,60.512,61.848,60.947,61.821,60.275,60.554,61.922,62.058,62.899,61.929,62.121,61.674,63.392],"script":[24.129,24.078,25.491,25.392,25.467,25.577,25.023,24.979,26.369,26.774,26.589,25.94,25.889,26.078,25.642],"paint":[34.636,35.027,34.512,36.026,34.982,35.622,34.733,35.059,35.1,34.832,35.758,35.528,35.542,35.139,37.172]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"02_replace1k","values":{"total":[73.273,68.295,71.153,71.432,73.197,72.008,70.191,71.061,69.202,67.09,72.363,72.131,68.859,70.941,69.591],"script":[37.339,35.156,35.326,37.554,39.551,36.611,34.89,36.836,35.46,34.073,36.737,38.099,34.97,35.158,35.679],"paint":[35.42,32.69,35.341,33.11,33.162,34.94,34.788,33.69,33.278,32.41,34.919,33.561,33.365,35.292,33.452]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.097,21.113,21.106,21.019,22.944,20.752,21.803,21.573,22.264,22.865,21.27,22.737,21.045,21.729,22.269],"script":[4.468,3.968,3.956,3.929,5.084,4.043,4.221,3.712,4.371,4.233,3.725,4.153,4.013,4.49,4.057],"paint":[15.27,15.825,16.015,15.741,15.945,15.603,16.293,16.433,15.184,16.749,15.555,16.343,15.926,15.094,16.503]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"04_select1k","values":{"total":[7.008,7.576,7.864,7.788,8.771,7.386,7.929,8.715,8.017,7.812,8.375,8.717,7.726,7.744,7.538,7.649,8.226,8.451,7.518,8.798,7.695,8.182,8.122,8.959,7.797],"script":[4.542,4.465,4.658,4.682,5.421,4.046,4.149,5.207,5.126,4.422,4.887,4.671,4.913,4.644,4.772,4.302,4.893,4.213,4.715,4.806,4.578,4.956,4.984,5.029,4.397],"paint":[1.896,2.254,2.48,2.016,2.725,2.997,3.515,2.702,2.732,3.198,1.763,3.319,1.83,2.198,1.918,2.773,3.128,2.576,2.019,3.214,2.991,2.188,2.055,2.561,2.782]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"05_swap1k","values":{"total":[26.08,25.101,25.608,26.134,25.391,25.152,24.532,25.34,27.438,25.561,25.245,24.819,24.788,26.473,25.824],"script":[4.474,4.373,3.995,4.794,4.531,3.688,4.249,4.516,4.175,4.574,3.79,4.547,3.943,3.693,4.064],"paint":[19.458,18.822,20.277,19.847,19.453,20.13,18.588,18.557,21.357,19.126,20.073,19.181,18.998,21.445,21.421]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.32,18.225,19.012,18.182,17.878,18.412,18.445,18.221,18.009,18.615,18.182,18.538,18.366,18.324,18.449],"script":[1.678,1.499,1.387,1.546,1.544,1.363,1.749,1.67,1.374,1.491,1.692,1.574,1.371,1.594,1.707],"paint":[16.386,15.944,16.108,15.637,15.171,16.034,15.373,15.779,15.57,16.078,15.191,15.92,16.062,15.773,15.264]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"07_create10k","values":{"total":[591.532,623.219,596.026,597.129,587.94,614.344,621.683,594.754,606.484,591.706,592.249,585.983,615.96,597.526,603.413],"script":[200.072,206.503,202.177,203.389,194.721,211.631,220.359,209.886,209.504,201.484,198.672,193.556,209.428,202.764,212.187],"paint":[383.792,408.422,386.354,385.877,385.725,394.85,393.808,377.659,389.068,382.758,386.051,384.957,399.029,387.19,383.746]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[70.126,67.779,62.095,65.968,65.625,68.668,68.574,64.53,65.405,66.02,64.022,65.142,70.132,63.994,67.687],"script":[27.313,27.31,23.89,28.27,27.531,30.23,30.197,26.298,27.81,27.518,25.674,26.811,27.612,26.328,28.513],"paint":[41.847,39.454,37.21,36.745,37.256,37.344,37.48,37.308,36.659,37.547,37.404,37.375,41.287,36.781,37.915]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[35.027,36.341,35.25,33.013,35.129,33.143,32.635,36.026,34.512,34.999,36.693,35.005,37.746,35.591,35.929],"script":[32.168,33.905,33.036,31.094,32.657,30.794,31.032,33.819,31.965,32.289,33.841,32.783,34.601,32.864,33.414],"paint":[1.911,2.249,1.291,0.953,2.296,1.244,1.292,1.906,2.407,2.528,2.155,1.55,3.001,1.929,1.992]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.095301628112793]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[10.509340286254883]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[10.595885276794434]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.1363115310668945]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[78.66759490966797]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3453.6990000000005]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.739999999999998]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.01999999999992]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[423.052734375]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[284.4765625]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[44.84765625]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[434.3]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[434.3]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"01_run1k","values":{"total":[44.103,45.284,44.504,42.067,43.374,42.175,44.167,43.207,43.585,46.073,44.43,43.071,44.208,43.268,42.854],"script":[7.122,7.27,7.447,7.129,7.294,7.208,7.617,7.242,7.618,7.289,7.502,7.3,7.544,7.569,7.582],"paint":[36.532,37.136,36.546,34.464,35.593,34.514,35.788,35.471,35.475,38.334,36.389,35.288,36.156,35.212,34.808]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"02_replace1k","values":{"total":[20.903,21.887,20.454,21.085,22.187,21.292,22.611,21.186,22.19,22.907,21.938,20.894,23.189,22.563,22.119],"script":[5.298,4.941,5.028,5.416,5.672,5.538,5.451,5.45,4.973,5.833,4.917,5.417,4.995,4.916,4.897],"paint":[14.97,16.462,15.016,15.072,16.06,15.131,16.516,15.051,16.572,16.539,16.368,15.002,17.705,16.956,16.699]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.009,31.461,30.265,31.516,30.648,31.651,30.941,32.463,30.338,29.917,32.009,30.114,30.638,31.981,32.118],"script":[13.797,13.645,13.957,14.025,13.198,13.841,13.139,13.461,13.606,13.528,13.645,13.156,13.267,14.045,13.744],"paint":[15.809,15.894,14.46,15.899,15.67,16.31,16.57,17.481,14.532,14.484,16.866,15.97,15.139,15.581,16.131]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"04_select1k","values":{"total":[17.179,16.946,16.259,17.137,16.761,16.35,17.599,17.305,16.663,17.885,16.811,17.143,18.42,15.621,16.702,17.517,16.22,16.331,17.188,17.148,17.032,16.352,17.21,14.725,16.927],"script":[13.677,13.283,12.575,12.638,12.964,12.607,13.236,13.271,12.99,13.236,13.266,13.154,13.529,12.034,13.436,13.565,12.584,12.652,13.499,13.909,12.623,12.903,13.805,11.954,13.126],"paint":[2.099,2.803,2.453,3.257,2.639,2.702,3.239,2.954,2.317,3.492,2.592,3.753,3.278,3.417,2.009,2.994,2.717,2.442,2.725,2.27,2.369,3.277,3.163,2.612,3.222]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"05_swap1k","values":{"total":[24.894,25.693,26.6,25.018,24.828,27.765,25.185,25.383,25.96,25.105,25.341,25.888,25.164,26.311,25.083],"script":[13.086,13.123,13.836,12.654,12.912,14.449,12.835,12.353,13.392,13.393,12.852,13.2,12.923,13.843,12.544],"paint":[10.064,9.637,11.039,10.916,10.141,11.173,10.926,11.664,10.763,9.971,10.115,11.162,10.485,10.568,11.118]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[42.883,45.446,45.314,43.085,47.606,44.732,42.237,42.371,42.247,43.216,44.844,44.075,45.942,44.383,45.04],"script":[10.361,11.862,10.653,10.171,10.911,10.708,10.352,9.8,9.893,10.254,10.457,10.478,10.325,10.794,10.372],"paint":[31.38,32.224,33.631,31.718,35.801,33.139,31.075,31.794,31.539,31.816,33.006,32.618,34.835,32.262,33.42]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"07_create10k","values":{"total":[486.826,485.746,487.987,490.162,488.445,482.268,482.478,483.392,487.864,476.049,477.48,487.406,486.307,470.823,484.593],"script":[111.745,113.127,111.578,113.503,111.966,111.826,112.879,115.159,112.814,109.152,113.153,112.088,112.23,97.897,111.357],"paint":[367.566,364.77,368.798,369.02,368.912,362.776,362.26,360.62,367.494,359.295,356.793,367.238,366.454,364.922,365.764]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.048,51.92,49.936,51.21,49.591,50.001,49.66,50.756,51.414,50.358,51.74,53.543,53.107,49.526,51.704],"script":[11.027,11.275,10.941,11.446,11.494,11.176,10.828,10.928,11.912,11.202,11.456,11.4,11.46,11.136,11.858],"paint":[39.028,39.341,38.137,38.803,37.269,38.009,37.888,38.817,38.545,38.313,39.323,40.857,40.425,37.572,38.873]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.877,21.223,21.301,21.259,21.23,23.394,20.329,21.284,23.528,20.847,21.637,20.802,21.51,22.447,23.275],"script":[18.834,19.369,19.111,19.352,19.335,21.373,18.165,19.153,21.337,18.728,19.685,19.21,18.745,20.36,20.427],"paint":[1.504,1.385,1.468,1.78,1.14,1.651,2.039,1.837,1.43,1.195,1.24,1.486,1.941,1.225,2.704]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8611202239990234]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7103261947631836]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.711764335632324]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0910110473632812]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.224632263183594]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2251.815]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.656]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[149.51200000000003]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[221.630859375]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[83.35546875]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.55078125]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[145.5]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[145.5]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"01_run1k","values":{"total":[43.364,43.593,41.949,42.417,43.473,42.894,43.471,41.956,42.187,42.499,41.855,42.036,42.407,41.829,42.363],"script":[7.072,6.682,6.294,6.399,6.711,6.925,6.518,6.007,6.314,6.484,6.419,6.278,6.126,6.146,6.057],"paint":[35.82,36.202,35.178,35.567,36.287,35.514,36.465,35.505,35.414,35.541,35.003,35.26,35.87,35.098,35.843]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"02_replace1k","values":{"total":[17.761,19.557,20.106,20.162,18.611,20.876,19.074,19.508,19.383,18.301,17.991,18.395,18.083,19.924,19.991],"script":[2.892,2.878,3.226,3.301,3.006,3.293,2.796,3.016,2.884,3.091,2.947,2.956,2.904,3.163,3.176],"paint":[14.395,15.98,16.219,16.464,15.011,16.925,15.783,15.865,16.029,14.54,14.611,14.846,14.743,16.366,16.331]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.706,26.03,24.924,25.293,25.018,25.359,25.668,25.299,25.288,24.387,24.595,24.993,24.563,24.808,24.948],"script":[8.363,7.686,7.534,7.987,8.077,8.346,8.014,7.698,8.139,7.51,8.206,8.293,7.743,7.645,8.399],"paint":[15.233,16.498,15.478,15.136,15.553,14.948,15.606,15.835,15.761,14.603,13.902,15.101,15.646,15.624,15.288]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"04_select1k","values":{"total":[3.063,4.847,2.82,3.449,3.85,4.08,3.973,3.089,2.918,2.898,3.032,3.521,2.744,3.208,3.637,2.747,4.11,3.07,3.147,2.996,3.34,3.44,3.673,3.472,3.399],"script":[0.134,0.985,0.98,1.068,0.876,1.062,0.986,0.831,0.142,0.119,0.132,0.524,0.129,0.935,0.966,0.576,0.133,0.871,0.978,0.257,0.131,0.573,0.821,0.874,0.935],"paint":[2.804,2.67,1.427,2.277,2.036,1.738,1.797,1.287,1.932,1.905,2.791,2.13,1.513,1.567,1.849,0.507,2.808,2.074,2.062,2.351,2.915,2.213,1.647,1.773,1.645]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"05_swap1k","values":{"total":[19.605,18.544,18.994,19.154,18.168,18.525,19.593,18.773,18.964,19.275,18.552,18.741,19.166,17.929,19.44],"script":[7.419,6.921,6.671,6.492,6.998,6.835,7.117,7.088,6.916,7.493,7.037,6.522,6.97,6.623,7.037],"paint":[11.051,10.324,10.69,11.59,10.149,10.556,11.455,9.876,10.676,8.538,9.731,10.59,11.173,9.801,10.878]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[40.479,37.427,38.471,40.279,38.122,39.123,40.453,37.317,39.922,40.16,37.956,38.766,39.466,39.012,38.896],"script":[6.64,5.684,6.191,6.057,6.093,6.122,6.587,6.051,6.187,6.397,6.148,6.004,6.485,6.19,6.656],"paint":[32.424,30.781,31.485,33.055,30.991,31.981,32.695,30.475,31.893,32.572,30.616,31.544,32.115,32.043,30.883]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"07_create10k","values":{"total":[435.057,434.227,438.541,430.886,437.088,435.15,436.225,435.952,435.825,436.222,435.425,438.149,434.04,440.488,439.554],"script":[67.757,67.661,68.471,67.051,68.695,67.954,67.954,68.028,66.485,68.096,66.903,68.167,65.506,69.123,69.061],"paint":[359.808,359.155,362.638,355.336,360.972,359.74,360.96,360.488,361.866,359.994,361.063,362.16,360.842,363.713,362.782]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.371,46.508,45.211,46.425,46.177,45.044,46.642,46.267,47.733,45.268,45.883,46.321,46.145,45.436,46.234],"script":[6.481,6.36,6.505,7.228,6.949,6.812,7.209,6.908,7.088,6.946,6.709,7.209,6.892,7.004,7.282],"paint":[37.017,38.759,37.406,38.227,38.235,37.385,38.265,38.176,39.833,37.387,37.927,38.231,38.261,37.473,38.078]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.373,13.979,14.998,14.995,14.748,14.698,13.848,13.403,14.419,15.032,14.091,14.674,15.44,15.105,15.066],"script":[12.136,12.15,12.593,12.852,12.461,12.203,11.969,10.641,12.117,12.305,11.737,12.872,12.806,12.471,13.123],"paint":[2.089,1.546,1.587,1.645,2.156,2.415,1.798,2.312,1.312,2.625,1.834,1.689,2.338,2.529,1.147]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5327634811401367]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.482914924621582]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.4973182678222656]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8572196960449219]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.13101577758789]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.3400000000001]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.515999999999998]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.116]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.076171875]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.80078125]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.2451171875]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[53.5]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[53.5]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"01_run1k","values":{"total":[41.147,41.777,40.67,40.384,42.556,42.454,41.618,43.877,42.389,42.748,44.071,40.096,41.233,41.227,40.43],"script":[4.693,4.935,5.159,4.97,5.178,5.358,5.32,5.315,4.826,5.355,5.505,4.733,5.225,5.012,4.738],"paint":[35.884,36.373,35.017,34.966,36.612,36.626,35.891,38.115,36.878,36.922,38.105,34.923,35.312,35.744,35.264]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"02_replace1k","values":{"total":[20.356,22.542,20.275,21.653,21.899,20.191,21.155,19.912,22.604,20.452,20.297,22.561,21.839,20.545,20.328],"script":[4.684,5.313,4.559,4.537,4.652,4.464,4.607,4.449,5.032,4.584,4.671,5.378,4.568,4.948,4.781],"paint":[15.156,16.448,15.18,16.472,16.742,15.161,16.111,14.988,17.077,15.223,15.067,16.682,16.634,15.137,15.101]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.572,18.041,18.668,18.354,18.41,18.7,19.522,18.019,17.984,18.461,20.151,18.113,21.69,18.562,18.843],"script":[0.824,1.114,1.198,1.207,0.587,1.203,1.151,0.83,0.615,1.15,1.298,0.216,1.273,0.962,1.024],"paint":[16.399,15.876,15.065,15.443,16.414,15.176,17.288,15.479,15.798,15.755,16.835,16.39,18.261,15.635,15.57]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"04_select1k","values":{"total":[2.748,2.539,4.446,3.095,3.3,2.828,2.278,2.503,2.766,3.757,2.525,3.61,4.026,2.94,3.098,2.718,3.691,3.994,3.185,2.875,3.751,3.875,3.46,3.236,2.918],"script":[0.228,0.612,1.021,0.063,1.1,0.058,0.069,0.076,0.065,0.066,0.065,1.137,0.056,0.717,0.58,0.325,0.051,0.051,0.057,0.818,0.549,0.935,0.569,0.059,0.065],"paint":[0.885,1.784,2.124,1.649,1.452,1.554,1.631,2.286,2.112,3.453,2.333,1.651,2.921,2.128,2.418,2.279,3.506,3.365,2.836,1.154,2.128,2.445,2.736,2.059,1.902]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.401,12.377,12.854,12.626,14.104,12.191,13.304,13.175,13.033,13.66,16.118,13.474,12.87,12.743,13.122],"script":[0.829,0.099,0.115,0.117,0.656,0.1,0.264,0.791,0.119,1.091,0.733,0.654,0.876,0.753,1.071],"paint":[11.123,9.38,10.433,11.122,11.45,10.677,10.965,10.926,11.028,10.653,12.271,10.972,10.455,10.57,9.792]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.151,17.089,16.841,17.804,16.791,18.072,15.982,16.641,16.9,17.013,17.218,17.235,16.396,16.557,18.17],"script":[0.463,0.348,0.105,0.333,0.145,0.183,0.213,0.103,0.208,0.101,0.11,0.28,0.107,0.122,0.306],"paint":[15.876,15.846,15.965,16.238,15.94,16.669,14.762,15.613,15.493,16.026,16.034,15.211,15.017,15.385,17.042]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"07_create10k","values":{"total":[442.296,451.499,446.76,437.093,439.412,437.688,441.721,442.474,439.127,439.855,446.053,451.016,452.646,439.422,444.176],"script":[54.083,59.646,56.453,55.724,58.374,57.143,56.593,55.096,56.575,54.679,58.188,58.555,59.104,57.972,54.944],"paint":[380.368,383.807,382.148,373.595,373.384,372.909,377.597,379.025,374.687,377.35,380.071,384.723,385.29,373.348,381.605]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.175,42.604,42.584,44.896,43.689,43.283,43.137,44.308,44.492,44.453,42.474,46.217,42.942,43.98,44.465],"script":[4.155,4.354,4.277,4.158,4.338,5.201,4.647,4.492,4.319,4.306,4.179,4.27,4.226,4.671,4.185],"paint":[39.015,37.369,37.476,39.505,38.199,37.138,37.528,38.574,38.981,39.213,37.364,40.922,37.807,38.139,39.016]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.081,13.882,13.245,14.311,14.352,14.44,13.998,13.649,13.477,13.895,13.952,15.377,14.538,14.57,14.233],"script":[12.232,11.961,11.242,12.16,12.241,11.906,12.165,11.892,11.346,11.983,12.403,13.156,12.549,12.776,11.515],"paint":[2.745,1.567,1.719,1.429,1.57,1.803,1.028,1.661,2.027,1.822,1.436,1.983,1.019,0.835,2.586]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6681852340698242]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3890295028686523]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.5015945434570312]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.954742431640625]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.73488712310791]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.81]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.875999999999998]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.332]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[239.9912109375]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[101.130859375]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[36.1484375]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.1]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[54.1]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"01_run1k","values":{"total":[43.843,42.243,42.497,43.879,44.205,42.316,41.89,43.386,43.464,42.194,43.183,43.048,43.154,44.497,42.595],"script":[6.88,6.632,6.636,6.65,7.611,6.663,6.564,6.728,6.765,6.659,7.317,6.838,6.977,7.56,6.523],"paint":[36.538,35.148,35.414,36.446,36.115,35.204,34.871,36.225,36.254,35.087,35.384,35.706,35.749,36.499,35.585]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"02_replace1k","values":{"total":[19.622,18.574,19.776,20.432,18.669,19.625,18.81,19.913,18.889,19.961,19.815,18.822,20.014,18.728,18.837],"script":[3.039,3.141,2.796,2.934,3.045,2.795,3.083,2.852,3.124,2.858,2.779,2.961,2.73,2.972,2.926],"paint":[15.918,14.972,16.339,16.954,15.129,16.357,15.113,16.432,15.275,16.574,16.531,15.208,16.668,15.123,15.412]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.556,24.817,25.106,25.017,23.735,24.328,23.932,25.318,25.673,23.85,24.579,23.804,24.623,26.462,24.564],"script":[6.789,6.161,6.682,6.353,6.486,6.577,6.44,6.707,6.255,6.747,6.43,6.277,6.828,7.653,6.505],"paint":[16.234,16.987,16.506,15.936,15.484,15.935,16.106,16.755,16.5,15.619,16.835,15.853,16.134,16.957,16.367]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"04_select1k","values":{"total":[3.342,3.764,3.152,3.527,3.807,3.68,4.339,3.888,4.618,4.135,3.062,3.792,3.467,3.255,4.075,4.093,3.39,3.343,3.978,4.467,3.903,3.885,4.001,3.408,3.157],"script":[0.143,1.039,0.151,0.67,0.167,0.73,1.158,0.521,0.924,0.766,0.867,0.817,1.029,0.187,0.178,0.872,0.829,0.567,0.171,0.736,0.162,0.137,0.511,0.628,0.278],"paint":[3.098,1.13,2.386,2.273,3.492,2.255,1.798,2.386,2.804,2.431,1.17,1.813,1.911,2.934,3.583,3.07,1.999,1.995,3.63,1.694,2.555,3.595,1.914,2.626,1.947]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"05_swap1k","values":{"total":[19.197,17.558,18.08,19.398,17.707,18.567,17.276,18.382,17.086,17.344,18.666,18.319,18.714,19.067,17.821],"script":[4.965,4.885,5.419,6.154,4.98,6.002,4.898,5.26,4.672,4.59,5.127,5.197,5.438,5.751,5.469],"paint":[12.533,10.569,10.215,11.184,10.734,10.434,11.029,11.151,10.211,11.026,12.141,11.528,11.251,11.383,10.346]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[39.166,39.128,39.358,40.587,39.685,39.598,41.138,39.73,43.196,40.448,39.54,40.85,39.849,40.188,40.258],"script":[5.406,5.441,5.378,5.51,5.032,5.907,5.59,5.131,5.456,5.58,4.722,5.266,5.57,5.489,5.484],"paint":[32.787,32.504,32.661,33.872,33.577,32.515,34.29,33.72,36.507,33.591,33.706,33.728,32.949,33.861,33.624]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"07_create10k","values":{"total":[472.928,479.821,479.816,477.693,485.122,487.873,487.112,489.444,489.738,482.467,484.358,481.128,483.727,494.839,479.608],"script":[106.792,105.378,106.705,108.893,107.849,108.338,107.005,108.403,108.493,106.83,108.781,109.567,108.96,107.936,108.457],"paint":[358.406,366.002,365.099,360.834,369.388,371.541,372.272,373.171,373.517,368.069,367.963,363.772,367.202,378.383,363.418]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.073,48.541,49.059,46.555,49.703,47.333,48.744,47.611,46.873,48.653,47.607,50.229,49.364,47.097,48.687],"script":[9.105,9.195,9.127,8.499,9.295,8.167,9.08,8.637,8.646,9.421,9.004,9.348,9.163,8.528,8.981],"paint":[39.129,38.402,38.811,37.229,39.228,37.848,38.534,37.983,37.327,37.965,37.672,39.917,39.232,37.692,38.432]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.677,25.203,24.504,26.64,23.67,23.753,24.919,25.745,25.702,26.263,25.934,25.402,25.803,25.248,26.347],"script":[23.733,23.354,21.963,24.179,21.761,21.419,22.649,23.599,23.404,23.752,23.457,23.491,23.81,23.705,24.181],"paint":[2.405,1.732,1.479,2.358,1.068,1.099,2.139,2.046,1.682,2.41,1.419,1.792,1.691,0.423,1.067]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5018768310546875]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.280887603759766]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.314784049987793]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.728515625]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[37.004353523254395]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.215]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.363999999999999]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.64000000000001]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.2841796875]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.009765625]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.21484375]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.1]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[68.1]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"01_run1k","values":{"total":[54.578,54.63,58.313,54.213,55.377,55.234,54.534,55.002,55.794,55.031,54.826,53.936,54.374,54.29,53.81],"script":[20.583,20.494,21.066,20.617,21.428,21.25,20.642,21.279,21.442,21.354,20.969,20.683,20.664,20.422,20.478],"paint":[33.545,33.7,36.751,33.156,33.498,33.533,33.419,33.318,33.861,33.24,33.391,32.815,33.265,33.442,32.763]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"02_replace1k","values":{"total":[37.25,39.747,40.265,38.373,38.117,37.855,37.196,38.161,38.003,38.374,37.892,38.218,38.558,38.35,37.865],"script":[21.559,22.248,21.392,21.95,21.773,21.707,21.522,21.86,21.688,21.812,21.709,21.924,21.473,21.446,21.915],"paint":[15.145,16.972,18.15,15.672,15.858,15.576,15.174,15.874,15.65,16.142,15.528,15.702,16.607,16.436,15.442]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.573,28.952,29.206,28.817,29.3,29.297,28.521,28.36,28.908,29.468,28.61,28.446,26.941,29.601,29.487],"script":[9.755,9.779,9.184,9.761,9.887,10.195,10.604,9.055,10.399,10.049,10.026,9.74,9.466,10.657,10.582],"paint":[18.504,16.453,17.233,16.634,17.246,16.878,16.347,18.252,17.104,17.155,16.71,16.698,16.015,16.294,17.101]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"04_select1k","values":{"total":[8.824,8.763,8.375,8.894,8.794,9.054,8.235,7.933,9.684,8.971,8.439,9.832,8.05,10.665,7.676,8.478,9.566,8.63,8.996,8.733,8.326,7.736,8.632,8.559,9.162],"script":[6.03,5.793,5.815,6.002,5.573,5.406,5.242,5.137,6.293,5.081,5.31,5.969,5.547,5.66,5.214,5.616,5.479,5.801,5.794,5.598,5.593,5.521,5.381,5.805,5.614],"paint":[1.863,1.767,1.404,1.873,3.091,2.54,2.876,1.898,2.262,2.361,2.83,2.59,2.386,3.715,2.349,2.732,3.115,2.593,2.29,2.254,2.628,1.982,2.397,1.911,2.764]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"05_swap1k","values":{"total":[18.515,18.904,18.861,17.469,19.077,18.534,17.755,18.493,18.289,16.997,17.882,17.463,17.699,17.874,17.767],"script":[5.556,6.051,5.711,5.669,5.19,5.833,5.368,6.042,4.985,5.419,5.714,4.783,5.36,5.471,5.016],"paint":[11.076,10.794,11.807,10.223,11.095,10.024,10.594,10.855,11.543,10.476,10.901,11.27,10.819,9.623,10.959]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[53.448,52.795,53.739,53.21,53.093,52.84,52.864,52.676,54.105,53.813,52.095,52.736,54.973,51.832,52.541],"script":[18.891,18.828,19.306,19.134,19.416,19.078,18.76,19.422,18.92,19.653,18.447,18.181,19.396,18.724,18.845],"paint":[33.264,32.252,33.217,32.508,32.459,32.517,33.277,31.97,33.926,32.957,32.799,33.163,34.314,32.009,32.784]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"07_create10k","values":{"total":[686.662,677.625,678.76,681.634,676.718,684.528,683.282,670.787,669.219,681.397,678.358,663.297,678.409,674.56,674.577],"script":[290.329,286.786,289.569,288.888,288.594,295.428,288.911,287.146,287.492,291.354,290.538,284.597,288.174,286.558,285.457],"paint":[387.981,383.417,381.782,384.884,380.902,381.332,386.456,374.661,374.292,381.899,380.011,371.34,382.06,380.421,380.994]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[77.726,78.18,78.607,78.23,76.54,78.474,79.46,76.579,77.748,75.696,79.072,78.294,77.168,76.464,78.239],"script":[38.391,38.885,39.047,38.751,37.918,38.975,37.802,37.821,38.592,37.234,38.741,39.389,38.727,38.033,38.781],"paint":[38.349,38.328,38.581,38.479,37.803,38.249,40.355,37.942,38.204,37.649,39.384,37.657,37.454,37.593,38.174]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.829,21.508,18.178,18.589,17.999,18.843,18.957,19.139,18.961,19.064,19.481,19.339,17.787,20.019,18.722],"script":[15.355,17.851,16.273,16.151,16.034,15.764,16.794,16.863,16.516,16.563,17.353,17.272,15.883,17.174,16.337],"paint":[2.336,3.095,1.751,1.37,1.86,1.277,2.024,1.139,2.333,2.402,1.995,1.981,1.8,1.961,2.256]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7617950439453125]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.5601301193237305]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.171332359313965]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.500738143920898]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.82971477508545]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2259.67]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.176]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.96399999999997]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[215.52734375]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[77.251953125]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[19.8955078125]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[120.6]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[120.6]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"01_run1k","values":{"total":[38.886,38.351,37.171,36.593,35.222,37.184,36.456,35.721,36.739,36.62,37.021,36.65,35.385,37.277,34.785],"script":[2.019,1.928,2.243,2.246,2.147,2.072,2.041,2.215,1.959,2.014,2.038,1.911,2.079,1.97,2.085],"paint":[36.437,35.939,34.477,33.883,32.343,34.415,34.012,33.057,34.328,34.18,34.278,34.367,32.857,34.793,32.265]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"02_replace1k","values":{"total":[17.632,17.354,17.385,16.773,16.58,16.67,17.423,16.316,16.892,16.687,16.246,16.379,17.177,17.235,16.409],"script":[1.157,1.146,1.185,1.196,1.286,1.143,1.263,1.244,1.17,1.309,1.174,1.279,1.232,1.17,1.32],"paint":[15.986,15.732,15.575,15.084,14.658,15.069,15.461,14.59,15.267,14.786,14.692,14.536,15.461,15.591,14.53]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.788,17.471,17.832,17.819,19.966,18.168,18.077,17.477,18.324,18.43,18.752,17.993,18.079,19.592,18.971],"script":[1.561,1.041,0.973,0.624,1.397,1.006,1.509,1.469,1.764,1.49,0.928,1.396,0.916,0.963,0.252],"paint":[16.82,14.439,14.146,15.543,16.534,15.461,15.257,14.179,14.416,14.751,14.305,14.828,15.631,15.324,16.525]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"04_select1k","values":{"total":[4.012,2.925,3.426,3.435,3.301,2.905,3.299,3.569,3.022,2.976,3.451,2.812,2.901,2.582,3.438,3.683,3.075,3.244,2.862,2.734,3.725,2.837,2.523,3.309,3.037],"script":[0.61,0.554,0.115,1.009,0.613,0.15,0.123,0.103,0.128,0.1,0.099,0.107,0.102,0.1,1.072,0.979,1.164,0.123,0.104,0.66,0.593,0.107,0.1,0.105,0.576],"paint":[2.501,1.73,3.174,1.396,2.554,1.836,2.294,3.21,2.263,0.876,2.316,1.869,1.975,2.364,2.231,2.039,1.328,2.641,2.543,1.516,2.1,2.606,1.541,2.15,1.777]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"05_swap1k","values":{"total":[12.698,13.131,12.508,12.413,13.138,12.869,12.946,13.108,12.598,12.153,12.579,14.621,12.834,11.86,13.324],"script":[0.091,0.082,0.558,0.186,0.869,0.925,0.79,0.798,0.262,0.088,0.73,0.548,0.094,0.091,0.085],"paint":[11.418,10.89,10.659,10.686,10.939,10.307,10.61,10.055,11.182,10.574,10.37,12.115,10.825,10.757,11.714]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.362,16.708,16.648,16.517,16.943,16.853,17.07,17.127,16.955,17.82,16.147,17.301,17.129,16.922,17.006],"script":[0.308,0.127,0.344,0.209,0.326,0.265,0.432,0.188,0.123,0.3,0.126,0.124,0.115,0.281,0.441],"paint":[16.797,15.656,15.491,15.168,15.464,15.806,15.613,16.107,16.009,16.239,15.229,16.133,16.031,15.817,15.413]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"07_create10k","values":{"total":[516.433,506.301,496.751,498.611,501.264,492.741,506.916,504.721,491.581,500.193,493.478,504.969,500.279,503.082,523.529],"script":[135.138,135.273,132.829,138.163,135.777,133.517,137.859,134.423,133.599,134.422,133.883,135.09,134.906,136.346,135.655],"paint":[372.998,363.177,356.414,352.229,357.271,351.539,360.494,361.892,349.893,357.177,351.18,361.647,357.787,358.878,379.398]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.43,54.716,53.591,52.963,53.225,54.23,55.387,54.345,53.842,55.062,54.111,53.815,53.255,53.883,53.815],"script":[14.943,15.862,14.612,14.444,14.267,15.02,14.995,15.423,14.85,15.055,14.038,14.879,14.304,14.569,15.058],"paint":[39.519,37.89,37.644,37.565,37.731,37.962,39.149,37.943,37.99,38.877,38.771,37.706,37.996,38.026,37.82]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.254,19.261,18.681,19.116,18.182,18.027,18.428,18.92,19.394,18.844,18.614,19.195,18.339,18.43,18.843],"script":[17.06,17.086,16.702,16.945,16.342,16.105,16.352,16.576,17.335,16.057,16.623,17.03,15.664,16.929,16.7],"paint":[2.041,1.608,1.842,1.685,1.728,1.807,1.233,1.913,1.053,2.118,1.085,2.023,2.557,0.414,2.027]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5723352432250977]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.894965171813965]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.010992050170898]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.864789962768555]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.88478660583496]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.375]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.671999999999999]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.65599999999992]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[163.6630859375]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[25.3876953125]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.2763671875]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[84.1]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[84.1]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"01_run1k","values":{"total":[42.664,43.557,44.434,45.457,42.991,44.823,44.042,45.472,44.791,55.633,55.405,45.099,43.361,42.851,54.06],"script":[6.924,7.202,6.836,7.355,7.235,7.6,7.469,7.547,7.898,8.029,7.878,7.703,7.253,7.724,8.13],"paint":[34.062,35.638,34.254,34.865,34.988,35.162,34.697,34.739,35.819,37.295,35.087,34.302,34.438,34.644,34.919]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"02_replace1k","values":{"total":[22.301,19.653,22.127,26.979,30.833,30.126,26.857,21.246,27.681,26.432,19.597,28.26,19.112,20.011,25.108],"script":[3.688,3.977,3.796,4.001,4.396,4.061,4.197,3.782,4.047,3.998,3.952,4.015,3.676,3.738,3.785],"paint":[16.408,15.222,15.127,15.663,16.553,16.499,15.934,17.016,16.913,16.901,15.026,17.078,14.997,15.496,15.646]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.622,20.293,22.947,22.147,21.253,22.378,21.677,21.28,20.834,21.68,21.382,21.496,22.97,24.078,21.996],"script":[4.177,3.806,4.892,3.652,4.216,3.761,5.238,3.807,3.288,4.112,3.501,3.761,4.521,3.749,5.026],"paint":[15.387,15.45,15.863,16.052,15.254,16.052,15.339,15.332,14.633,16.109,16.865,15.215,15.913,16.104,16.135]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"04_select1k","values":{"total":[4.884,5.464,4.562,4.998,5.747,5.07,3.583,5.166,4.97,5.159,5.508,3.929,4.546,5.344,5.553,5.93,4.38,5.048,7.781,4.298,5.51,3.896,4.16,7.158,4.511],"script":[1.704,0.93,1.344,1.653,2.011,1.169,1.311,0.499,1.911,2.428,1.314,0.307,1.5,1.183,1.067,1.609,0.801,1.835,0.332,1.138,1.243,1.098,1.675,1.661,1.95],"paint":[2.142,2.471,1.38,1.578,2.708,2.572,1.462,3.561,2.228,2.11,3.497,2.797,1.173,3.255,3.006,2.262,2.561,3.021,2.638,1.405,3.885,2.666,1.921,2.58,2.002]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"05_swap1k","values":{"total":[16.652,13.693,14.528,14.211,14.942,28.657,14.674,14.608,13.652,16.008,14.494,14.482,13.666,14.401,13.285],"script":[0.406,1.457,0.365,1.046,1.003,1.301,0.394,0.771,1.452,2.236,1.361,1.527,1.195,1.353,1.562],"paint":[13.088,9.062,11.702,11.144,10.78,10.42,11.003,11.44,10.831,10.134,9.997,11.654,10.555,11.801,10.926]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.543,37.528,38.196,39.248,42.697,36.471,38.621,38.39,37.933,40.472,38.487,37.641,39.386,37.478,36.908],"script":[5.23,4.781,5.628,5.452,5.654,4.653,5.543,5.646,5.496,5.117,4.87,4.749,5.408,5.605,4.901],"paint":[31.067,31.26,31.762,32.727,32.992,30.756,31.839,31.892,31.54,34.155,32.214,31.332,32.669,30.742,30.901]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"07_create10k","values":{"total":[486.061,467.506,484.745,470.666,466.578,492.021,495.159,482.538,484.141,490.354,474.687,467.237,473.223,468.413,471.295],"script":[92.246,93.357,93.552,91.571,92.451,92.737,92.47,90.871,90.238,94.31,92.388,91.278,91.517,92.057,90.74],"paint":[382.921,363.697,380.6,368.009,364.654,387.302,388.466,381.471,381.443,382.896,371.636,365.976,371.496,365.331,369.407]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.783,49.467,49.793,45.696,49.078,45.667,43.731,46.266,57.481,45.691,53.697,54.52,53.349,55.04,47.905],"script":[6.371,6.032,6.947,6.052,7.069,6.058,6.097,6.141,6.807,6.299,6.924,7.078,7.027,6.889,6.756],"paint":[37.503,37.157,36.349,38.437,36.367,38.712,36.339,38.952,39.982,38.541,41.088,40.493,40.748,38.324,39.088]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.375,14.93,13.789,14.248,14.176,14.02,15.137,14.172,14.403,14.463,14.956,14.806,14.459,14.054,12.987],"script":[12.678,12.869,11.285,12.24,12.674,12.511,12.16,11.665,11.495,11.229,12.351,12.811,11.888,12.142,11.298],"paint":[1.981,0.739,1.576,1.898,1.399,1.387,2.696,2.4,2.391,1.873,1.559,1.552,2.085,1.798,1.422]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5597448348999023]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.832770347595215]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.894634246826172]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0029945373535156]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.997694969177246]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2400000000002]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.723999999999991]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[140.46399999999997]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[160.677734375]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[22.40234375]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.15234375]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[80.3]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[80.3]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"01_run1k","values":{"total":[46.224,42.121,41.918,37.789,44.865,42.028,38.301,44.913,45.904,45.124,40.723,49.217,43.165,44.796,44.784],"script":[2.766,2.818,2.723,2.709,2.794,2.852,2.776,2.695,2.747,2.875,2.812,2.977,2.775,2.732,2.818],"paint":[35.642,34.528,34.384,34.89,34.286,34.442,34.479,34.766,33.89,34.581,34.523,37.01,34.167,34.261,34.216]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"02_replace1k","values":{"total":[24.211,20.501,19.042,26.617,30.099,20.728,27.938,27.481,20.12,26.505,20.386,25.329,25.934,19.901,19.97],"script":[4.42,4.208,4.323,4.297,4.509,3.801,4.033,4.272,3.839,4.396,3.822,4.322,4.031,3.906,3.816],"paint":[15.041,16.134,14.586,15.579,15.959,15.706,15.205,15.491,15.078,15.843,16.413,14.75,14.732,15.857,14.843]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.53,20.19,19.879,20.392,23.147,22.993,20.303,22.386,19.759,21.669,20.439,19.986,20.26,20.87,20.732],"script":[3.372,3.542,4.174,3.97,5.007,4.447,2.695,3.578,4.066,4.208,3.934,3.131,3.396,4.028,4.148],"paint":[16.339,15.251,14.98,16.013,17.986,17.851,17.491,16.04,15.43,17.014,15.589,16.72,16.726,15.651,15.668]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"04_select1k","values":{"total":[8.685,10.293,9.319,9.019,8.915,8.612,8.366,9.25,8.171,9.073,8.656,8.589,8.508,8.89,8.048,8.669,9.279,8.355,9.732,8.924,8.244,8.945,8.477,10.094,8.271],"script":[6.183,7.225,7.201,5.203,6.25,6.107,5.315,5.762,5.932,6.063,6.274,6.222,5.449,6.071,5.051,6.086,5.805,5.857,6.539,5.819,4.779,6.401,5.708,7.375,6.173],"paint":[2.124,2.919,1.268,2.662,2.519,2.385,2.924,3.347,2.133,2.877,2.18,1.473,2.369,2.682,1.32,2.436,2.817,2.086,1.958,1.183,2.982,1.958,2.194,2.565,1.255]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"05_swap1k","values":{"total":[12.856,14.932,12.643,12.559,12.065,12.912,12.84,12.16,12.581,12.913,13.03,12.034,12.662,12.236,12.794],"script":[0.267,1.753,1.104,0.778,0.222,1.087,0.585,0.97,1.615,0.236,1.884,0.607,0.25,1.294,1.694],"paint":[12.368,12.339,11.413,10.584,10.991,11.67,10.061,10.448,10.848,12.382,9.959,10.354,10.766,10.815,10.972]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.303,17.109,17.597,17.28,17.704,17.27,17.41,17.305,16.912,17.76,17.992,17.094,17.539,17.946,17.551],"script":[1.751,1.369,1.716,1.437,1.841,1.652,1.873,1.798,1.532,2.124,1.17,1.018,1.364,1.704,1.843],"paint":[16.278,15.273,15.467,15.12,15.7,14.994,15.352,15.345,15.032,15.367,16.39,15.698,15.368,15.646,15.577]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"07_create10k","values":{"total":[514.391,510.146,511.447,519.504,503.625,505.794,500.424,509.411,498.793,497.489,512.616,505.61,509.4,508.547,508.522],"script":[113.035,112.361,116.13,116.205,110.937,115.534,110.728,112.28,110.659,109.451,117.162,113.106,115.781,114.647,112.04],"paint":[388.45,387.654,383.342,391.412,383.876,385.589,386.052,385.213,379.068,375.967,385.41,388.774,385.308,386.35,382.896]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.016,62.568,66.615,61.097,63.58,65.071,63.295,62.769,52.45,48.746,63.772,63.397,65.164,65.44,49.377],"script":[9.18,9.146,9.59,9.205,9.471,9.441,9.181,9.618,8.596,8.751,9.537,9.099,9.433,9.545,9.084],"paint":[39.553,40.822,44.188,40.161,42.359,43.426,42.165,41.425,43.443,39.667,41.82,42.594,43.16,43.314,39.671]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.517,17.727,16.439,16.502,15.979,17.633,16.673,16.714,17.228,16.607,16.918,16.851,17.79,16.724,16.634],"script":[15.411,15.854,14.446,14.839,14.961,15.284,14.605,14.813,14.999,13.987,15.824,15.118,14.734,15.586,14.988],"paint":[1.787,1.821,1.098,0.987,0.638,2.295,1.511,1.841,2.169,2.555,1.037,1.667,2.991,1.074,1.588]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6534423828125]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.446541786193848]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.677594184875488]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.3577165603637695]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[37.789244651794434]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.3049999999998]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.328]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.96399999999997]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[179.7216796875]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[41.4462890625]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[12.2041015625]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[85.5]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[85.5]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"01_run1k","values":{"total":[48.652,46.313,47.641,48.313,49.023,49.071,48.837,50.425,49.684,48.503,47.371,46.532,47.158,46.653,46.691],"script":[12.054,12.019,12.438,11.902,13.041,12.472,12.686,13.415,12.724,12.514,12.745,12.294,12.338,11.738,11.775],"paint":[36.401,34.103,34.977,36.193,35.598,36.401,35.824,36.789,36.734,35.774,34.413,34.041,34.595,34.694,34.728]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"02_replace1k","values":{"total":[29.093,27.134,32.135,29.876,28.515,31.504,32.896,29.819,29.884,26.92,32.01,28.213,30.24,29.93,29.456],"script":[12.347,11.89,13.177,11.621,12.017,12.69,12.36,12.651,11.893,11.716,12.047,12.057,12.976,11.898,11.84],"paint":[16.352,15.056,17.764,17.354,16.035,15.598,17.656,15.478,17.519,15.019,17.057,15.708,16.87,17.042,16.602]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.029,31.029,46.531,30.865,30.857,30.56,27.118,31.342,30.37,30.078,31.217,31.393,30.561,30.395,29.384],"script":[11.468,11.86,10.272,11.482,10.523,10.905,11.073,12.799,10.662,10.278,10.781,10.745,11.447,11.181,10.696],"paint":[15.41,18.015,18.746,18.381,18.975,17.263,15.523,17.597,17.751,18.14,19.806,19.252,17.469,18.462,16.73]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"04_select1k","values":{"total":[10.416,10.02,9.765,16.619,11.658,9.987,12.006,13.074,13.133,11.211,12.618,13.349,10.271,12.572,11.783,13.573,15.743,17.334,15.81,15.884,10.26,11.897,10.775,12.628,15.143],"script":[4.653,4.022,4.325,5.831,4.463,5.024,6.255,4.831,4.602,4.103,3.942,5.452,4.045,4.631,4.546,4.566,6.032,5.359,5.096,6.058,4.327,4.349,6.159,4.679,4.862],"paint":[5.362,2.636,3.342,5.144,4.208,3.6,4.625,3.928,4.102,4.38,4.515,5.794,3.774,3.948,5.933,4.654,4.018,3.887,4.528,3.14,3.026,4.485,3.426,3.39,3.944]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"05_swap1k","values":{"total":[37.831,18.901,19.156,17.531,33.935,34.64,20.908,21.449,18.977,18.015,16.009,34.498,16.722,18.685,34.895],"script":[5.101,4.55,5.158,4.66,5.216,4.987,4.318,4.893,4.991,4.391,4.905,4.555,5.221,4.955,4.341],"paint":[14.493,11.915,11.536,11.746,11.613,14.008,13.861,14.203,13.346,12.162,10.967,13.054,11.118,11.994,13.113]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[58.789,63.82,60.839,59.097,59.935,59.492,59.873,60.457,61.98,57.905,58.04,60.971,58.589,58.192,61.59],"script":[24.583,26.44,26.187,25.515,50.919,50.426,25.859,25.76,52.151,24.545,24.663,25.901,24.618,25.778,24.393],"paint":[32.702,35.874,33.132,31.906,33.123,32.954,32.323,32.962,34.776,31.723,32.171,33.424,32.747,30.925,35.791]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"07_create10k","values":{"total":[524.27,509.479,503.63,502.281,504.259,506.537,510.681,532.516,526.342,499.076,513.395,529.332,506.701,516.713,502.504],"script":[134.223,130.392,130.906,131.272,128.531,129.796,137.715,130.524,129.031,130.445,130.473,133.938,128.476,131.398,130.509],"paint":[375.617,369.884,361.959,361.49,366.513,365.737,362.469,390.901,386.564,357.395,374.472,385.727,366.736,376.392,363.222]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.867,51.679,51.604,53.586,52.966,52.766,54.055,51.82,51.298,53.262,51.305,52.225,52.592,53.399,53.244],"script":[14.69,14.627,14.512,14.259,15.103,14.471,14.493,14.279,14.368,14.816,14.566,14.593,15.159,14.488,15.026],"paint":[36.838,36.742,36.72,38.861,37.5,37.803,39.031,37.227,36.6,38.152,36.418,37.314,37.097,38.373,37.733]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.902,31.889,31.221,31.499,34.939,33.254,31.889,32.704,31.602,32.438,32.356,33.437,32.691,31.481,30.759],"script":[27.125,26.967,26.971,26.568,28.418,28.179,27.315,27.623,26.871,27.409,26.94,27.947,28.271,26.745,25.969],"paint":[5.146,2.878,3.976,3.705,3.821,4.533,3.227,3.851,4.542,3.252,4.212,4.11,3.697,3.015,3.508]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.567173957824707]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.418001174926758]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.458137512207031]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8731727600097656]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.94627285003662]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.005]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.04]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.31600000000003]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.8505859375]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.576171875]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.703125]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[75.6]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[75.6]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"01_run1k","values":{"total":[47.498,47.138,47.974,48.703,47.812,47.739,46.519,47.535,47.167,49.067,47.97,47.727,47.338,47.383,48.063],"script":[11.856,12.044,12.413,11.488,11.764,12.154,11.575,11.515,11.862,11.41,12.284,11.672,11.444,11.833,11.799],"paint":[35.22,34.671,35.142,36.538,35.634,35.163,34.448,35.521,34.786,36.882,35.237,35.56,35.388,35.036,35.799]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"02_replace1k","values":{"total":[21.429,22.812,23.042,21.603,22.847,23.832,23.836,23.755,23.207,21.456,23.487,24.459,23.478,21.796,23.611],"script":[6.086,5.822,6.024,5.981,5.809,6.209,6.654,6.604,5.987,6.015,6.158,5.833,6.505,5.882,6.333],"paint":[14.875,16.345,16.519,15.138,16.559,16.941,16.682,16.495,16.723,14.986,16.829,17.956,16.484,15.225,16.786]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.034,25.765,25.89,27.159,26.457,24.563,26.892,25.29,25.989,25.777,25.902,26.427,26.451,25.486,25.291],"script":[8.894,8.007,8.744,8.936,8.691,7.413,8.544,7.799,8.418,8.619,8.542,8.929,8.787,8.334,8.678],"paint":[15.712,15.858,15.516,16.87,15.31,15.852,15.913,16.376,15.937,15.346,14.749,15.229,16.033,15.243,14.691]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"04_select1k","values":{"total":[8.87,8.073,7.733,8.922,8.033,7.569,8.343,7.64,7.504,7.751,8.493,8.773,8.074,8.728,7.814,7.87,9.35,7.527,8.265,8.254,7.891,8.303,8.438,7.84,7.736],"script":[5.074,4.841,4.404,5.227,5.403,4.464,4.725,4.866,4.679,4.393,5.532,5.439,4.9,4.992,4.577,4.747,5.213,5.002,5.403,5.497,4.838,5.492,4.953,4.505,4.905],"paint":[3.512,2.678,1.194,3.44,1.658,2.194,2.149,1.509,1.912,2.151,1.959,2.094,1.537,2.103,3.037,2.263,3.289,1.972,1.789,1.821,2.165,2.121,2.05,1.768,2.36]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"05_swap1k","values":{"total":[17.532,16.241,17.522,17.15,17.737,17.283,17.782,16.103,17.382,16.659,17.132,19.025,17.742,17.451,16.722],"script":[5.154,4.452,4.965,5.243,4.81,4.79,4.486,4.163,4.369,4.281,4.609,5.337,4.872,4.911,4.676],"paint":[9.884,9.547,11.119,10.082,10.665,10.336,10.817,10.622,10.898,11.172,10.293,12.233,11.083,10.855,10.252]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[45.318,44.8,46.512,44.093,46.506,46.728,48.908,48.946,46.009,46.554,47.839,46,46.188,48.27,46.2],"script":[11.934,12.903,13.415,12.263,13.346,13.259,13.374,13.574,12.77,13.341,13.594,13.52,12.871,14.297,13.636],"paint":[31.893,31.136,31.557,31.027,32.239,32.25,34.469,34.247,32.004,32.043,33.117,31.365,32.451,32.413,31.747]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"07_create10k","values":{"total":[541.613,538.684,550.339,542.462,538.685,547.207,548.88,549.912,539.305,536.641,541.551,545.456,543.157,545.865,544.152],"script":[146.585,144.102,145.358,146.31,144.319,145.536,146.548,148.709,143.108,146.169,147.265,146.126,147.146,142.916,146.222],"paint":[386.705,387.15,396.843,388.33,386.744,393.844,393.715,393.413,388.759,382.871,386.798,391.454,388.356,395.279,390.447]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.521,53.392,57.21,55.158,55.308,55.362,57.519,54.64,54.658,54.685,56.571,55.529,55.289,55.259,55.014],"script":[15.555,15.207,16.357,15.411,15.909,15.956,15.964,15.539,16.035,15.866,15.477,15.798,16.321,16.005,16.075],"paint":[37.866,37.203,39.804,38.799,38.4,38.397,40.627,38.119,37.597,37.867,39.772,38.633,37.999,38.229,37.98]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.722,23.189,22.603,24.269,23.29,21.73,21.938,23.365,24.374,24.344,23.752,23.998,23.23,24.77,24.224],"script":[22.474,20.591,20.258,22.052,21.126,19.848,19.763,21.132,22.29,21.923,22.091,21.79,21.504,22.799,21.743],"paint":[1.999,2.491,2.246,2.068,1.922,1.781,2.077,1.419,1.617,2.329,0.736,1.676,0.848,1.095,2.365]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6167020797729492]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.152338981628418]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.396190643310547]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.3297996520996094]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.27927303314209]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.075]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.384]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.95999999999998]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[201.3935546875]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[63.119140625]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.2578125]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[116.2]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[116.2]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[42.074,40.367,40.261,40.711,42.712,40.701,40.703,40.934,44.3,40.621,41.841,42.663,42.701,41.588,41.428],"script":[7.159,7.083,7.099,7.327,7.122,7.037,7.16,7.215,7.22,7.318,7.186,7.247,7.305,7.428,7.813],"paint":[34.23,32.859,32.704,32.924,34.914,33.038,33.134,33.318,36.616,32.901,33.952,34.68,34.896,33.749,33.165]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[22.091,21.464,21.09,20.719,21.425,20.834,22.032,21.6,21.41,20.097,21.699,21.879,22.732,21.906,21.358],"script":[4.817,5.791,5.668,5.125,4.509,5.114,5.662,4.534,5.853,4.608,4.666,5.874,5.076,5.65,4.896],"paint":[16.74,15.152,14.774,15.028,16.348,15.071,15.878,16.556,15.055,15.023,16.484,15.528,16.948,15.738,15.996]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[41.538,36.115,40.314,37.536,38.632,37.323,38.75,40.188,36.583,40.176,37.056,36.543,38.814,38.73,37.374],"script":[21.716,18.483,21.432,20.013,20.267,19.861,20.268,22.511,18.725,22.009,18.423,18.275,19.962,20.03,18.982],"paint":[18.031,16.256,17.076,15.961,16.134,16.057,15.733,16.034,15.674,16.268,16.683,15.428,16.857,16.634,16.788]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[22.807,21.654,23.962,21.294,23.686,20.982,22.596,23.378,23.735,24.636,25.675,20.757,21.898,22.702,23.382,24.899,26.183,22.501,22.005,21.572,22.971,21.849,21.147,21.63,22.645],"script":[18.722,17.989,19.702,17.528,19.891,17.015,18.693,18.89,20.004,20.735,22.347,16.819,18.125,19.011,19.565,21.349,21.78,18.67,17.743,17.785,19.148,18.15,17.776,17.324,18.357],"paint":[2.17,2.594,3.254,3.1,3.058,2.869,2.837,3.483,2.166,3.223,2.4,2.5,2.649,2.306,2.734,2.562,3.268,3.133,3.128,3.198,2.061,2.327,2.465,3.466,3.317]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[33.383,32.011,32.101,28.567,33.801,30.689,29.477,33.206,30.244,29.996,33.056,31.375,31.396,30.979,30.887],"script":[20.64,18.533,19.265,16.53,19.923,18.431,16.924,19.439,17.494,17.567,19.947,19.052,17.533,18.12,17.465],"paint":[11.696,11.104,11.131,10.552,11.762,10.662,10.815,11.523,10.666,10.957,11.345,9.863,9.72,10.877,11.577]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[46.424,44.396,42.896,45.436,46.452,43.041,44.158,44.607,43.028,45.604,46.575,43.916,42.611,46.992,44.581],"script":[11.058,10.425,9.821,10.241,12.07,9.924,10.139,10.494,9.249,9.75,9.824,10.364,9.873,10.532,10.9],"paint":[34.408,32.809,31.837,33.922,33.043,31.916,32.894,32.493,32.895,34.817,35.591,32.381,31.749,35.032,32.519]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[493.867,514.031,479.548,507.329,484.455,488.595,501.038,490.15,508.38,506.843,510.798,499.566,503.315,510.627,507.596],"script":[131.429,132.082,126.3,130.077,129.566,128.11,127.616,129.272,130.565,127.827,129.044,129.039,127.991,130.052,129.186],"paint":[354.63,373.994,345.653,369.283,347.306,352.682,365.635,353.112,369.873,371.257,373.741,362.674,367.801,372.173,370.64]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.723,54.68,54.623,55.507,55.414,55.696,55.821,54.882,56.458,57.016,56.348,56.944,55.293,55.244,55.479],"script":[15.502,16.641,16.855,16.927,16.494,17.041,17.158,16.654,17.781,17.396,17.397,16.157,16.765,17.165,16.105],"paint":[37.946,37.089,36.814,37.607,38.033,37.672,37.411,37.275,37.731,38.225,37.941,39.746,37.601,37.134,38.087]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.287,25.635,25.44,26.271,27.695,28.698,25.983,29.06,26.362,25.577,28.175,28.427,27.36,26.708,30.397],"script":[25.108,23.009,23.298,23.671,24.987,26.19,23.983,27.102,24.36,22.725,24.746,25.661,25.457,24.844,28.07],"paint":[2.059,2.514,1.468,1.758,2.559,1.503,1.735,1.163,1.905,2.748,3.28,2.016,1.161,1.759,2.193]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7960844039916992]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.07619571685791]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.441617965698242]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[6.262012481689453]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[51.15552997589111]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2627.21]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.172]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.216]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[290.7119140625]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[152.435546875]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.8876953125]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[237.9]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[237.9]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"01_run1k","values":{"total":[56.531,54.918,55.797,54.655,55.225,55.946,56.541,55.371,56.328,55.563,55.438,58.007,55.067,55.123,55.36],"script":[19.743,18.954,19.059,19.363,19.223,20.672,20.341,20.485,20.791,19.827,19.958,19.858,19.985,19.546,19.128],"paint":[36.334,35.463,36.147,34.773,35.492,34.775,35.793,34.271,35.089,35.266,34.992,37.668,34.627,35.114,35.754]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"02_replace1k","values":{"total":[27.25,26.798,27.253,26.899,24.841,25.757,26.901,24.725,27.344,26.887,26.466,26.682,27.383,28.637,25.102],"script":[9.83,9.8,11.037,10.016,9.458,9.967,9.805,9.735,10.16,9.796,9.646,9.904,10.215,11.494,9.865],"paint":[16.979,16.525,15.72,16.389,14.894,15.292,16.629,14.597,16.542,16.452,16.312,16.185,16.514,16.543,14.827]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.259,19.895,20.658,19.838,19.388,21.902,18.773,19.124,20.746,19.12,19.202,19.074,18.967,19.864,20.476],"script":[2.392,2.434,2.255,1.874,2.395,2.155,1.546,1.86,2.202,1.875,2.041,2.411,2.192,2.728,2.452],"paint":[15.574,16.031,16.514,16.343,15.188,16.473,14.179,15.653,16.303,15.911,15.261,15.034,15.782,14.769,16.079]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"04_select1k","values":{"total":[5.691,6.735,6.79,7.011,6.488,6.31,6.606,7.073,6.109,6.812,7.968,6.195,7.018,6.209,5.669,7.211,6.796,6.869,6.391,5.875,6.681,6.475,5.983,5.767,7.611],"script":[3.418,3.865,3.874,3.839,3.409,3.352,3.363,4.461,3.204,3.651,3.988,2.57,3.662,3.075,3.473,3.409,3.655,3.36,3.001,3.063,3.132,3.414,2.82,3.168,3.643],"paint":[1.598,2.077,1.966,1.949,1.99,1.158,2.701,1.738,1.749,2.241,3.856,3.071,2.771,2.205,2.072,2.89,2.005,2.967,3.208,1.681,3.411,2.105,3.03,2.454,3.682]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"05_swap1k","values":{"total":[15.356,12.9,12.079,13.115,13.931,13.286,13.21,12.995,12.16,13.098,13.19,13.262,13.814,13.112,12.963],"script":[0.133,0.445,0.587,0.793,0.863,0.887,0.606,0.991,0.528,0.742,1.157,1.039,0.133,0.135,0.873],"paint":[12.585,10.992,9.968,11.007,10.487,10.59,11.309,10.469,10.131,10.405,10.189,10.694,11.832,11.323,10.652]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.854,17.469,16.935,17.776,16.783,17.651,16.846,17.833,16.914,17.172,17.825,18.426,17,17.343,17.28],"script":[0.247,0.156,0.242,0.382,0.154,0.096,0.18,0.45,0.108,0.143,0.115,0.159,0.365,0.214,0.452],"paint":[16.737,16.059,15.619,16.096,15.587,16.503,15.866,16.337,15.432,16.146,16.443,16.855,15.803,16.32,16.095]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"07_create10k","values":{"total":[652.381,640.35,649.037,650.145,629.637,642.078,639.019,647.577,631.067,641.113,635.751,644.339,645.231,644.937,629.239],"script":[237.161,232.519,236.303,237.352,228.516,229.334,228.998,232.166,224.264,230.008,226.942,228.403,231.424,236.066,225.197],"paint":[406.917,400.366,404.451,405.235,393.509,404.465,402.436,407.262,399.161,403.385,400.966,407.978,405.901,400.343,396.617]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[67.815,67.605,68.955,63.786,68.196,64.872,67.481,64.552,63.582,64.432,67.197,65.208,67.368,64.871,66.507],"script":[28.607,28.799,28.15,26.212,29.058,26.117,28.557,26.309,26.077,26.053,28.672,26.181,28.483,26.199,28.146],"paint":[37.964,37.834,39.869,36.638,38.296,37.805,37.947,37.344,36.618,37.459,37.452,38.084,37.907,37.659,37.476]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.806,15.744,15.774,16.142,14.901,15.612,15.361,15.62,16.545,15.826,15.313,15.418,15.513,15.224,15.425],"script":[13.397,13.656,13.252,13.783,12.839,13.161,13.44,13.531,13.813,13.747,13.078,13.322,13.557,13.081,13.377],"paint":[1.38,2,1.609,1.559,1.735,1.603,1.276,1.961,2.14,1.966,2.091,1.576,1.848,2.045,0.823]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4998331069946289]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.164497375488281]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.309054374694824]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2285585403442383]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.75233459472656]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.42]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.088]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.97199999999998]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.0576171875]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.78125]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.0498046875]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[56.9]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[56.9]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"01_run1k","values":{"total":[44.169,41.777,40.613,39.665,42.786,36.563,35.865,37.915,45.815,39.257,36.1,34.684,36.005,38.339,43.842],"script":[1.343,1.233,1.202,1.196,1.216,1.149,1.113,1.257,1.277,1.196,1.17,1.147,1.116,1.183,1.134],"paint":[33.877,33.091,33.445,32.496,32.577,32.421,34.612,33.426,33.997,33.477,34.789,33.403,34.749,34.47,33.595]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"02_replace1k","values":{"total":[15.693,17.54,17.122,18.501,20.151,17.111,18.624,22.777,23.936,21.131,15.859,22.899,22.65,22.4,17.081],"script":[1.107,1.07,1.18,1.165,1.169,1.102,1.137,1.227,1.185,1.314,1.117,1.22,1.177,1.213,1.1],"paint":[14.462,14.844,15.509,14.529,15.353,14.303,16.599,15.283,15.272,14.403,14.35,14.428,14.434,14.956,15.609]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.822,18.889,16.694,17.454,17.865,17.17,17.815,18.736,19.398,17.402,18.899,17.104,16.62,17.249,17.779],"script":[1.041,2.096,1.419,0.689,0.756,1.64,1.56,2.447,0.997,1.433,1.979,1.662,1.361,2.5,1.723],"paint":[16.667,15.41,14.41,15.804,16.888,15.397,15.61,15.228,16.874,15.853,15.863,15.318,14.659,14.638,15.925]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"04_select1k","values":{"total":[4.362,3.691,4.327,4.933,4.049,4.065,3.769,3.735,4.289,4.766,4.235,4.926,3.894,4.081,5.101,4.015,3.811,3.102,3.875,4.597,4.386,4.894,3.862,3.809,4.301],"script":[1.638,1.553,0.987,1.247,1.654,1.288,1.496,1.328,0.319,1.986,0.311,1.788,1.384,1.305,2.022,1.056,0.962,1.212,1.455,1.31,1.736,2.076,0.86,1.112,1.509],"paint":[2.253,2.014,2.941,1.957,1.508,2.223,2.168,2.293,2.812,2.638,2.216,2.996,2.368,1.964,1.574,1.933,2.721,1.363,2.275,2.932,1.533,2.654,2.311,2.557,2.639]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"05_swap1k","values":{"total":[11.786,12.85,12.307,12.727,13.65,11.738,12.148,12.19,12.919,11.371,11.752,12.296,11.747,11.813,11.669],"script":[0.213,0.732,1.479,1.084,1.601,1.192,1.049,0.755,1.674,1.49,0.871,0.261,0.239,0.92,1.694],"paint":[11.462,11.44,10.494,11.323,11.01,9.745,10.983,11.318,10.548,9.768,10.541,11.923,10.712,10.763,9.853]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[31.884,34.399,32.714,33.597,31.78,32.488,31.637,32.327,35.291,33.634,33.733,34.121,34.602,32.302,34.275],"script":[1.496,1.634,1.43,1.83,1.729,1.697,1.676,1.816,1.886,1.835,1.469,2.234,1.505,1.604,2.171],"paint":[29.621,32.597,30.772,31.395,29.837,30.429,29.831,30.253,32.964,31.562,31.498,31.406,32.946,30.408,31.936]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"07_create10k","values":{"total":[475.808,468.556,477.216,472.102,464.93,477.626,459.154,475.992,485.01,478.344,486.433,462.27,461.157,476.653,454.097],"script":[91.571,91.138,88.627,92.406,90.091,93.008,89.871,93.548,91.66,95.04,91.125,95.478,89.868,95.555,91.579],"paint":[376.89,370.338,380.487,375.84,361.646,373.518,362.123,378.87,381.753,374.726,387.131,360.418,361.551,377.603,358.982]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.115,45.463,45.061,46.688,53.353,53.626,51.251,45.227,46.411,53.862,53.375,53.788,53.834,47.15,51.892],"script":[8.187,7.707,7.662,8.339,8.178,8.226,7.786,7.549,8.671,8.367,7.84,8.114,8.15,7.485,7.706],"paint":[39.215,37.457,37.124,36.948,38.957,40.045,37.515,37.381,37.249,39.799,40.226,37.942,40.519,39.374,38.545]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.928,14.448,15.281,13.969,14.88,14.975,14.843,14.15,14.297,15.12,14.573,13.507,14.107,14.255,13.979],"script":[12.446,11.996,11.091,11.151,12.824,12.635,12.823,12.519,12.345,12.197,11.571,11.127,12.716,12.219,11.731],"paint":[2.42,2.386,3.026,2.757,1.666,1.835,1.516,1.574,1.006,2.862,1.788,2.284,1.331,1.981,2.124]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7503032684326172]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7606048583984375]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.845277786254883]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.7484169006347656]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.485222816467285]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.29]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.315999999999999]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.01600000000002]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[202.3759765625]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[64.1015625]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.0302734375]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[114.7]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[114.7]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"01_run1k","values":{"total":[114.798,122.726,116.081,115.144,117.069,117.242,123.834,123.767,122.32,115.973,116.207,115.573,115.261,123.986,123.418],"script":[17.566,17.303,17.5,17.506,17.36,17.863,18.07,17.371,17.083,17.517,17.208,17.188,17.052,17.277,17.028],"paint":[31.932,32.808,33.165,32.725,32.498,32.831,33.407,35.728,32.853,32.902,32.647,32.588,32.902,32.77,35.396]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"02_replace1k","values":{"total":[89.048,89.441,87.743,87.22,92.395,87.923,88.969,86.484,88.875,90.461,89.765,89.776,90.531,86.537,88.072],"script":[16.66,17.477,18.503,18.076,18.472,18.504,18.13,18.113,18.283,18.074,18.256,17.467,18.057,18.548,18.036],"paint":[14.747,15.322,15.136,15.307,14.758,15.716,15.129,15.243,15.05,15.115,14.829,14.813,14.66,14.95,14.828]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[154.998,142.887,141.707,158.862,158.651,149.919,151.069,149.694,150.676,150.671,151.382,155.04,152.232,148.474,151.669],"script":[60.71,58.449,58.96,61.419,57.468,58.164,58.975,60.32,60.513,59.798,59.018,61.999,59.51,59.437,57.814],"paint":[19.079,17.059,18.08,16.965,16.325,17.495,18.095,17.028,16.592,17.654,16.205,17.554,17.697,17.5,17.691]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"04_select1k","values":{"total":[114.061,115.557,115.36,113.323,118.443,116.581,119.869,121.611,112.206,115.082,116.478,119.607,119.522,111.505,114.287,112.981,120.534,113.832,120.053,114.633,113.894,112.785,116.546,113.92,115.064],"script":[57.418,59.924,56.782,55.653,60.372,57.411,56.787,59.216,56.181,58.254,57.201,57.594,57.791,57.451,56.991,56.635,57.085,56.954,56.907,57.791,55.859,57.419,57.266,56.714,56.026],"paint":[3.604,4.42,3.977,1.92,3.196,2.303,3.506,3.489,3.29,3.494,2.756,3.106,3.59,3.187,3.418,3.402,4.409,2.602,3.122,3.805,3.94,3.714,3.327,3.181,3.076]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"05_swap1k","values":{"total":[151.529,153.203,150.245,157.388,149.994,160.915,151.735,153.924,150.651,153.181,149.826,141.259,150.731,141.476,143.757],"script":[57.658,56.151,58.105,59.315,58.946,57.865,58.638,57.319,57.2,57.197,58.296,56.179,58.492,56.022,58.716],"paint":[12.049,11.147,12.942,12.512,12.669,12.928,10.963,12.427,11.651,12.018,11.7,12.369,11.127,11.465,11.479]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[115.789,117.63,119.214,113.842,115.555,114.38,117.339,115.074,116.696,116.434,116.914,113.432,119.221,119.202,116.994],"script":[31.824,31.863,31.973,31.724,31.697,31.814,30.297,32.14,32.963,31.982,31.937,32.113,32.231,31.72,31.965],"paint":[32.991,32.589,31.658,31.61,32.029,32.925,32.036,31.522,31.688,31.515,32.696,31.893,31.871,31.856,31.671]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"07_create10k","values":{"total":[939.143,937.833,949.175,946.759,940.488,979.743,932.253,966.307,965.211,954.594,938.637,958.447,949.671,937.863,956.197],"script":[168.43,168.797,172.017,165.006,165.607,172.471,169.182,169.281,168.252,174.923,167.726,171.337,166.875,168.71,170.111],"paint":[366.957,362.819,372.634,363.43,366.47,384.54,359.114,370.483,370.895,376.062,364.801,371.401,363.757,367.409,369.408]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[145.489,147.418,150.721,145.966,149.29,147.139,140.407,146.784,147.588,147.933,146.627,147.695,147.428,145.953,145.843],"script":[32.604,33.046,33.692,33.083,33.206,32.85,33.112,33.242,32.538,33.091,33.283,32.849,33.662,33.33,33.161],"paint":[37.944,37.427,37.814,37.29,38.019,37.68,37.422,37.747,37.575,36.725,37.598,37.351,37.678,37.851,39.119]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[63.855,66.527,70.095,65.95,72.09,72.457,67.376,75.777,67.676,71.686,70.259,65.326,67.03,75.332,72.962],"script":[18.307,17.845,18.17,18.724,17.365,17.154,17.386,19.3,16.57,16.902,18.57,17.473,16.628,19.772,17.998],"paint":[2.08,2.091,2.464,1.504,2.356,2.595,2.164,2.85,2.202,1.765,1.839,1.912,1.861,1.642,1.512]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[5.278842926025391]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.142890930175781]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.379752159118652]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.822236061096191]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.498613357543945]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[6719.916]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[570.3760000000011]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[827.3119999999999]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[1085.0537109375]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[946.77734375]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[243.220703125]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[1500]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[1500]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"01_run1k","values":{"total":[41.307,40.024,38.689,39.86,41.295,38.864,39.898,40.018,39.193,39.872,38.962,39.063,39.863,39.648,41.165],"script":[3.545,3.649,3.309,3.547,3.402,3.586,3.611,3.76,3.706,3.48,3.608,3.45,3.611,3.643,3.554],"paint":[37.287,35.678,34.919,35.656,37.418,34.851,35.579,35.807,35.042,35.952,34.956,35.141,35.792,35.535,37.156]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"02_replace1k","values":{"total":[17.076,16.059,16.316,18.365,15.539,17.183,16.228,16.469,16.44,16.98,16.495,16.922,17.932,17.057,17.132],"script":[1.258,1.261,1.248,1.386,1.119,1.204,1.372,1.318,1.258,1.283,1.231,1.249,1.361,1.248,1.35],"paint":[15.174,14.376,14.691,16.377,14.028,15.373,14.466,14.674,14.576,15.186,14.794,15.191,16.124,15.164,15.143]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.194,19.617,18.661,18.61,19.962,18.404,19.878,18.414,19.776,18.081,18.21,22.076,18.416,19.147,18.822],"script":[1.719,2.097,1.556,1.628,1.648,1.487,1.228,1.208,1.619,1.242,1.408,1.729,1.919,2.221,1.613],"paint":[16.868,15.607,14.989,15.596,15.824,15.317,15.804,14.952,17.038,15.671,15.446,17.111,15.096,15.242,16.219]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"04_select1k","values":{"total":[4.484,3.904,3.529,3.92,3.311,4.3,3.405,4.245,3.702,3.76,3.691,3.221,3.816,3.998,3.81,3.411,2.708,4.158,4.008,3.487,3.114,3.428,4.466,4.323,3.756],"script":[0.863,1.148,0.906,0.178,0.832,0.638,1.464,1.178,0.781,1.04,1.14,1.02,0.664,0.89,0.811,1.059,0.491,1.154,1.021,0.525,0.637,1.213,0.902,1.229,0.981],"paint":[3.387,1.569,1.643,2.235,1.966,2.259,1.35,2.929,1.744,1.868,1.391,1.843,2.911,2.611,1.417,1.421,1.486,1.871,2.057,1.675,2.35,1.573,2.524,2.118,2.154]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"05_swap1k","values":{"total":[12.92,13.12,12.969,12.508,12.355,12.384,15.311,13.544,14.112,12.626,13.098,12.979,14.355,12.964,12.823],"script":[1.148,1.283,0.828,0.285,0.9,1.103,0.976,1.127,1.229,0.174,1,0.563,0.846,1.115,0.176],"paint":[9.91,10.807,10.93,9.007,8.802,9.815,12.395,10.667,10.756,11.426,10.027,10.777,10.288,9.76,11.077]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.718,33.995,36.267,35.006,34.89,35.358,33.793,34.409,34.912,35.037,34.307,35.738,36.245,34.268,34.855],"script":[2.473,2.841,2.577,2.606,2.541,2.941,2.447,2.408,2.495,2.478,2.561,2.528,2.495,2.457,2.532],"paint":[31.239,30.037,32.153,31.201,30.896,31.297,30.155,31.197,31.61,31.595,30.135,31.89,32.473,30.689,31.121]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"07_create10k","values":{"total":[412.952,413.969,412.249,413.851,414.054,408.423,402.399,413.121,408.495,399.356,410.274,407.067,411.179,409.68,411.696],"script":[46.4,47.404,47.774,47.893,46.957,46.544,46.778,47.375,46.246,46.61,46.538,47.448,46.264,46.697,45.138],"paint":[359.058,359.032,356.804,358.072,359.344,353.981,348.215,358.164,354.937,345.325,356.302,352.12,357.534,355.386,359.053]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[42.312,45.028,43.946,42.509,42.867,41.45,41.338,43.459,42.582,42.823,40.544,45.131,43.527,42.812,40.981],"script":[3.867,3.404,3.435,3.4,3.638,3.388,3.526,3.473,3.429,4.066,3.471,4.082,3.42,3.87,3.407],"paint":[37.517,40.793,39.32,37.84,38.409,37.231,36.972,39.075,38.189,37.78,36.253,39.871,38.957,37.785,36.687]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.144,14.788,14.139,14.453,14.075,14.166,14.177,14.6,14.093,14.361,13.705,14.596,14.083,14.403,14.604],"script":[12.236,12.234,11.968,12.166,11.525,12.42,12.165,12.645,12.489,11.923,11.707,12.359,12.54,11.946,12.651],"paint":[0.999,2.032,2.07,1.703,2.463,0.8,1.905,1.864,1.476,2.33,1.178,1.682,1.448,1.778,1.849]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5317211151123047]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.8962135314941406]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.943070411682129]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.789311408996582]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.361785888671875]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.0100000000002]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.151999999999997]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[132.82800000000003]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[165.4326171875]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[27.158203125]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.9365234375]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[90.2]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[90.2]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"01_run1k","values":{"total":[43.211,42.772,43.795,42.329,43.823,42.879,42.404,43.847,45.177,44.029,43.133,41.912,45.539,42.581,43.71],"script":[5.61,5.356,5.642,5.264,5.783,5.591,5.52,5.959,5.593,5.793,5.605,5.275,5.734,5.339,5.692],"paint":[37.065,36.977,37.425,36.586,37.584,36.796,36.401,37.406,39.111,37.773,37.077,35.957,39.343,36.735,37.543]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"02_replace1k","values":{"total":[16.728,15.654,16.559,16.281,16.001,16.446,16.601,17.44,16.388,15.289,15.828,15.828,16.008,16.109,16.051],"script":[1.116,1.131,1.061,1.05,0.999,1.05,1.095,1.178,1.046,1.083,1.132,1.099,1.117,1.084,1.12],"paint":[15.152,14.145,14.989,14.592,14.509,14.752,14.891,15.816,14.73,13.812,14.047,14.351,14.513,14.534,14.534]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.308,17.871,17.831,17.225,17.204,17.194,17.502,19.286,17.78,17.415,17.028,17.389,18.728,16.612,19.068],"script":[0.186,0.806,1.277,1.034,0.181,0.19,1.077,0.912,0.949,0.919,0.191,0.955,0.819,0.819,1.126],"paint":[15.679,15.499,15.197,14.563,14.936,15.952,15.103,15.234,14.218,14.079,15.5,14.91,16.008,14.319,16.553]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"04_select1k","values":{"total":[3.455,3.757,3.729,3.377,2.885,3.633,2.935,2.393,3.113,3.75,3.071,2.851,2.616,3.088,2.282,2.651,2.885,2.755,3.696,3.144,2.778,3.143,3.552,4.479,2.867],"script":[0.068,0.969,0.622,0.436,0.069,0.905,0.586,0.07,1.078,0.992,0.625,1.064,0.057,0.811,0.063,0.073,0.085,0.434,0.052,0.855,0.063,0.07,0.067,0.06,0.064],"paint":[3.278,1.704,2.866,1.777,1.898,2.268,1.858,2.193,1.167,1.928,1.844,1.692,2.459,1.614,1.336,1.488,2.679,2.19,2.855,2.159,1.998,2.948,3.38,3.272,1.382]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"05_swap1k","values":{"total":[12.295,11.737,12.282,12.16,12.395,12.263,12.623,12.628,12.606,12.227,11.585,12.747,13.274,12.338,12.738],"script":[0.491,0.068,0.07,0.068,0.065,0.748,0.063,0.567,0.066,0.059,0.259,0.076,0.072,0.07,1.019],"paint":[10.436,9.342,11.208,10.291,10.445,10.053,10.731,11.077,10.697,10.872,9.528,10.361,12.211,11.263,10.685]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.827,33.644,33.764,34.551,34.459,34.172,34.238,35.644,34.151,34.085,34.555,34.514,34.412,37.527,34.38],"script":[2.319,2.277,1.957,2.419,2.389,2.384,2.4,2.25,2.385,2.146,2.167,1.946,2.36,1.985,2.391],"paint":[34.356,30.273,30.647,31.233,30.911,31.005,30.766,32.465,30.649,31.03,31.092,31.748,30.876,34.603,30.93]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"07_create10k","values":{"total":[459.396,455.164,449.524,449.011,442.92,450.921,451.718,451.028,448.475,449.29,448.045,451.888,451.554,450.936,444.672],"script":[74.595,73.259,66.754,71.563,70.943,72.233,71.536,69.423,67.819,70.52,68.383,72.01,71.341,71.042,66.834],"paint":[376.595,373.947,375.021,368.738,364.217,370.962,372.564,373.341,373.073,371.053,371.957,372.342,372.728,372.103,370.314]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.14,46.192,44.706,45.672,42.82,43.538,44.323,45.166,45.681,44.402,44.11,45.524,45.12,45.005,43.094],"script":[4.74,4.866,4.821,4.615,5,4.84,4.777,4.886,4.879,4.757,4.728,4.77,4.821,4.772,4.799],"paint":[40.435,40.153,38.657,40.128,37.001,37.775,38.352,38.917,39.633,38.698,38.198,39.599,39.146,39.279,37.455]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.711,13.98,14.36,14.137,13.598,13.937,14.329,14.378,13.35,14.544,14.273,14.12,14.462,14.071,14.687],"script":[12.557,12.176,11.977,11.694,11.704,11.823,11.89,11.954,11.43,12.46,11.646,12.662,12.159,11.804,12.024],"paint":[0.463,1.518,2.275,1.796,1.135,2.022,2.289,2.329,1.831,1.981,1.708,1.371,1.294,2.105,2.522]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.5929670333862305]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3720388412475586]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.2295913696289062]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8303337097167969]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.703807830810547]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.56]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.819999999999997]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.35600000000002]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[164.6904296875]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[26.1337890625]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[9.73828125]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[100.3]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[100.3]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"01_run1k","values":{"total":[58.547,57.243,58.486,57.041,56.648,55.975,56.572,58.115,56.612,57.396,57.948,58.676,56.959,59.025,56.162],"script":[21.767,19.971,21.649,20.056,19.828,19.881,20.116,21.651,21.194,21.754,21.554,20.219,20.087,21.589,20.376],"paint":[36.286,36.692,36.307,36.495,36.312,35.599,35.974,35.673,34.931,35.157,35.675,37.726,36.358,36.87,35.327]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"02_replace1k","values":{"total":[38.152,39.192,36.848,38.019,35.823,36.433,39.989,36.593,38.78,36.851,38.022,39.923,36.315,37.683,38.956],"script":[22.111,22.291,20.86,21.279,20.245,20.986,22.526,20.838,22.191,20.804,21.715,22.622,20.488,21.623,22.361],"paint":[15.535,16.272,15.399,16.013,15.114,14.991,16.778,15.255,16.067,15.435,15.812,16.585,15.249,15.569,16.082]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[72.593,73.592,72.841,74.053,72.717,74.575,72.975,72.382,73.047,72.525,76.083,73.342,72.13,73.255,75.3],"script":[54.489,55.886,55.04,55.824,54.353,55.148,55.484,54.991,55.419,54.244,56.873,54.535,54.049,54.691,56.285],"paint":[16.39,15.845,15.819,16.933,17.035,15.814,15.763,15.393,15.846,15.862,17.595,16.932,16.351,16.988,16.865]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"04_select1k","values":{"total":[55.265,55.054,55.968,57.274,57.859,56.858,54.853,55.051,55.739,55.774,58.284,55.36,55.385,54.708,61.462,55.058,55.88,55.483,57.181,55.225,54.915,55.247,57.638,55.581,56.051],"script":[52.113,51.752,51.763,53.136,52.942,52.116,50.651,51.72,51.642,52.318,54.133,51.577,51.954,51.37,56.267,51.571,52.28,52.077,53.603,52.289,51.56,51.796,52.755,51.816,52.027],"paint":[1.97,2.059,3.191,3.016,3.384,3.599,3.072,1.996,3.835,2.388,2.276,2.808,3.124,3.001,3.846,2.453,2.67,2.774,2.189,2.012,2.348,3.209,2.942,3.082,2.166]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"05_swap1k","values":{"total":[65.034,64.861,64.657,64.999,64.808,66.825,64.369,69.434,65.023,66.285,64.521,65.658,65.112,64.014,66.204],"script":[52.105,52.238,51.801,51.857,52.579,53.508,51.964,55.963,52.007,52.454,51.364,51.856,52.154,51.556,52.876],"paint":[11.709,11.386,12.152,12.061,10.888,12.148,11.275,11.498,11.945,10.772,11.51,10.556,11.241,10.296,11.507]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[79.715,81.458,78.244,77.307,79.132,80.798,81.054,78.1,78.382,78.995,79.302,79.623,75.72,82.174,79.724],"script":[44.642,44.98,43.618,43.545,43.613,44.811,44.648,43.157,43.707,44.155,44.135,44.434,41.319,46.077,44.745],"paint":[33.762,35.169,33.457,32.638,34.194,34.695,34.841,33.819,33.344,33.412,33.756,33.858,33.01,34.855,33.719]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"07_create10k","values":{"total":[811.525,810.864,819,809.91,808.253,822.677,825.895,809.415,804.994,836.941,802.719,816.885,822.817,805.323,813.481],"script":[390.58,392.099,400.8,385.118,388.005,404.054,406.62,391.712,392.176,416.565,385.531,398.321,401.91,383.281,390.633],"paint":[413.202,411.277,410.135,417.318,412.741,410.711,411.18,410.196,405.407,412.469,409.79,410.934,413.373,414.656,415.462]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[72.304,72.022,74.248,73.856,71.578,70.828,73.762,75.389,75.943,71.808,74.737,75.116,71.874,71.387,73.885],"script":[33.582,33.149,35.308,33.556,32.941,32.893,35.469,35.242,35.473,32.662,32.97,35.23,32.958,33.14,34.902],"paint":[37.743,37.9,37.905,39.366,37.747,37.048,37.289,38.93,39.112,38.288,40.798,38.674,37.95,37.272,37.92]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.577,23.821,25.098,23.875,26.411,24.736,24.92,24.24,25.753,24.392,25.115,25.583,25.312,24.077,25.94],"script":[23.316,21.468,23.475,21.999,24.269,22.52,22.724,22.376,23.547,22.139,22.858,23.438,22.6,22.27,23.923],"paint":[2.14,1.584,1.169,1.243,1.273,1.685,2.092,1.201,2.084,1.105,1.289,2.023,2.598,1.708,0.974]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6507291793823242]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.426375389099121]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.653556823730469]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.8347015380859375]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[58.29710578918457]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.605]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[39.324000000000005]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[164.67600000000004]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[391.67578125]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[253.1162109375]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[59.880859375]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[401.1]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[401.1]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"01_run1k","values":{"total":[47.872,47.443,47.078,47.165,47.537,45.922,46.916,50.243,49.455,46.83,47.014,47.459,47.653,45.979,49.18],"script":[14.992,13.984,14.102,13.801,13.838,13.533,13.646,13.741,13.88,13.954,14.329,14.082,13.886,13.646,14.479],"paint":[32.454,33.026,32.525,32.893,32.99,31.98,32.848,35.804,35.075,32.456,32.258,32.892,33.32,31.894,34.259]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"02_replace1k","values":{"total":[22.763,22.555,22.28,25.752,22.68,22.929,22.739,22.632,23.066,22.737,23.109,24.109,23.416,23.089,23.466],"script":[7.15,7.304,6.841,7.867,7.012,7.202,7.295,7.055,7.599,7.163,6.995,6.74,6.775,7.132,7.929],"paint":[15.075,14.742,14.912,17.419,15.151,15.238,14.976,15.081,14.981,15.077,15.646,16.82,16.16,15.458,15.097]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.942,25.307,25.084,25.167,25.489,24.346,25.018,25.994,26.399,23.437,25.246,24.983,24.287,23.546,25.177],"script":[7.049,7.101,7.464,7.228,7.475,6.71,7.551,7.342,8.539,6.275,7.583,7.516,6.818,5.845,7.247],"paint":[15.814,16.512,15.431,15.626,15.834,15.347,15.23,16.918,15.396,15.793,15.638,15.696,16.051,16.644,15.27]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"04_select1k","values":{"total":[5.68,4.256,5.947,5.601,6.486,4.758,6.497,4.705,6.89,6.107,6.417,5.209,5.056,5.975,6.491,4.415,5.423,5.928,5.088,4.711,5.959,5.604,6.46,6.49,5.057],"script":[2.404,1.482,2.744,2.559,2.034,1.947,2.198,2.436,3.331,2.716,3.076,3.241,2.388,2.987,1.985,2.332,2.62,2.735,2.351,1.872,2.01,2.793,2.524,2.521,3.047],"paint":[3.078,2.656,2.633,1.797,4.197,2.441,4.106,1.547,2.354,2.112,2.34,1.858,1.895,2.059,2.648,1.966,2.263,2.012,2.609,2.313,3.732,2.413,2.985,3.062,1.174]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"05_swap1k","values":{"total":[14.197,14.985,14.769,15.274,13.746,14.708,14.309,15.053,14.892,14.254,15.25,14.517,14.922,15.083,15.587],"script":[1.935,1.871,2.762,2.901,2.319,2.52,2.544,2.358,2.297,2.416,3.31,2.376,2.813,2.747,2.514],"paint":[10.335,11.731,10.278,10.752,10.177,10.285,10.244,11.038,11.531,10.444,10.599,9.874,10.065,10.846,10.629]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.647,20.318,20.779,20.44,19.752,20.758,20.348,19.573,20.417,20.009,20.266,20.261,19.712,20.331,20.35],"script":[3.108,3.213,3.112,3.152,3.082,3.113,2.982,3.045,2.843,2.824,3.166,3.069,3.043,3.472,3.012],"paint":[16.062,16.183,16.71,15.984,15.818,16.082,16.314,15.446,16.352,16.45,15.892,16.106,15.542,15.329,16.316]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"07_create10k","values":{"total":[640.886,644.1,646.94,649.783,641.341,646.84,644.105,651.403,647.048,639.757,662.957,643.416,649.645,643.984,637.413],"script":[264.885,261.693,264.98,258.297,259.744,263.142,260.472,263.648,262.135,262.884,266.35,260.812,268.326,261.644,263.875],"paint":[368.45,374.75,374.463,383.857,373.926,376.063,376.076,379.954,376.696,369.304,388.649,375.137,373.862,374.855,366.047]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.994,51.526,50.269,50.556,50.537,52.21,52.429,51.362,50.377,54.805,51.931,51.578,51.589,51.735,52.517],"script":[13.136,12.217,12.449,12.519,12.556,13.269,13.391,12.395,12.84,13.258,13.193,12.521,12.831,12.201,12.455],"paint":[36.899,38.429,36.973,37.132,36.688,37.968,37.839,38.036,36.541,40.54,37.502,38.144,37.805,38.585,38.805]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.177,17.283,17.46,16.222,16.812,15.948,17.132,17.02,17.162,16.272,17.543,16.318,17.469,16.466,17.435],"script":[14.719,14.91,14.605,14.156,14.618,14.314,15.291,14.447,15.468,14.137,15.022,14.667,15.269,14.81,15.04],"paint":[2.343,1.297,2.233,1.121,1.784,1.52,1.72,2.454,1.561,1.313,2.133,0.922,2.061,1.558,1.534]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0286693572998047]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.927634239196777]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.513655662536621]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.64200496673584]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.79440975189209]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.555]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.783999999999999]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[150.85999999999993]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[295.439453125]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[157.1630859375]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.197265625]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[263]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[263]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[43.303,40.529,41.399,41.877,41.135,43.258,41.543,42.208,42.027,41.999,41.232,41.231,41.392,41.503,42.217],"script":[5.815,5.424,5.463,5.611,5.302,5.992,5.329,5.778,5.329,5.368,5.527,5.375,5.217,5.248,5.279],"paint":[36.97,34.683,35.485,35.737,35.131,36.786,35.795,35.95,36.178,36.145,35.201,35.417,35.71,35.762,36.438]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[18.239,17.716,17.774,16.578,18.407,16.47,17.077,17.027,16.782,17.219,18.003,17.167,18.357,18.07,17.817],"script":[1.813,1.693,1.831,1.866,1.88,1.765,1.866,1.849,1.773,1.798,1.887,1.814,1.897,1.811,1.781],"paint":[15.907,15.531,15.459,14.246,15.851,14.245,14.634,14.627,14.566,14.762,15.609,14.607,15.799,15.768,15.553]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.544,18.38,19.641,20.585,19.945,18.396,19.634,21.937,18.839,19.429,19.548,19.13,19.969,19.025,19.121],"script":[1.547,1.338,2.131,1.954,2.228,1.574,2.186,1.615,1.679,2.088,2.304,1.582,1.834,1.68,1.599],"paint":[16.071,15.682,15.538,16.633,16.116,15.532,15.066,17.158,14.98,15.379,15.853,15.702,16.021,15.416,14.934]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[4.455,5.244,4.895,4.209,4.21,5.011,5.299,4.439,4.655,4.032,5.98,4.616,5.255,6.015,8.14,4.964,4.711,5.346,4.951,4.443,4.839,4.51,4.31,4.141,4.347],"script":[1.06,1.318,1.518,1.165,1.422,0.712,2.156,1.379,0.985,1.712,2.064,1.216,1.372,1.293,2.086,1.189,1.573,2.193,1.907,1.029,1.149,1.471,1.102,1.595,1.477],"paint":[3.2,2.906,2.443,2.188,2.182,2.607,2.451,1.964,2.812,1.189,3.284,2.148,3.206,3.551,4.417,3.589,2.52,2.081,2.793,2.324,3.086,2.898,2.355,2.086,2.071]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[15.156,13.187,13.298,14.053,14.106,13.598,13.392,14.545,14.609,13.589,13.084,13.708,14.467,13.559,13.46],"script":[2.165,1.21,1.013,1.872,1.473,1.777,1.335,1.257,1.352,1.037,1.7,1.069,2.074,1.83,1.324],"paint":[11.576,9.918,9.917,9.937,11.254,10.358,10.811,12.248,11.373,11.269,9.663,10.92,10.143,10.216,10.227]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[36.285,34.835,35.438,36.285,35.334,36.875,34.692,35.121,35.224,35.457,35.695,35.661,36.147,36.661,35.932],"script":[3.126,2.988,2.911,3.537,3.11,3.229,3.08,3.463,3.369,3.106,3.066,3.104,3.046,3.132,3.087],"paint":[31.859,30.796,31.376,31.911,31.469,32.348,30.611,30.581,30.903,31.2,31.56,31.408,31.769,32.292,31.999]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[448.14,439.164,441.31,442.865,442.704,441.387,448.936,440.48,442.709,441.867,439.447,445.109,437.612,440.596,436.13],"script":[70.915,68.713,68.882,70.921,67.849,68.472,68.272,70.174,70.977,70.349,68.433,71.86,69.314,69.636,66.988],"paint":[368.569,362.938,365.046,364.147,367.306,365.337,373.222,362.889,364.252,364.06,363.65,365.358,360.558,363.503,361.831]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.409,45.397,45.179,46.092,44.098,45.194,45.768,43.178,43.447,45.305,44.558,47.913,44.319,43.315,45.177],"script":[5.401,5.057,5.818,5.017,5.204,4.94,5.461,5.104,5.232,5.245,5.417,5.198,5.146,5.11,5.281],"paint":[39.058,39.418,38.427,39.893,38.019,39.281,39.348,37.252,37.372,39.148,37.982,41.541,38.273,37.398,38.975]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.133,17.943,17.126,16.537,16.285,16.393,17.583,16.57,16.663,16.279,16.915,18.357,17.357,16.909,16.964],"script":[14.355,15.9,14.663,14.698,14.121,14.495,15.503,14.673,14.048,14.326,14.458,16.317,15.097,14.428,14.246],"paint":[2.644,1.931,2.348,0.97,2.068,1.258,1.654,1.297,2.523,1.201,2.35,1.666,2.166,2.382,2.619]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5551939010620117]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.9009523391723633]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.8996143341064453]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7888660430908203]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.346698760986328]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.2060000000001]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.452000000000002]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.09199999999998]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.984375]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.7099609375]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.55078125]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[87.1]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[87.1]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[41.755,40.921,40.113,41.346,42.039,42.438,41.125,41.792,41.304,40.935,40.67,41.342,42.326,41.014,41.465],"script":[4.631,4.46,4.505,4.946,4.828,4.526,4.471,4.414,4.358,4.459,4.253,4.666,5.022,4.477,4.397],"paint":[36.65,36.006,35.16,35.908,36.474,37.432,36.223,36.92,36.43,35.984,35.959,36.239,36.834,36.069,36.592]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[16.208,17.196,16.94,16.789,16.463,16.59,17.459,17.511,16.499,16.568,16.418,17.906,16.736,17.283,17.227],"script":[1.345,1.322,1.429,1.352,1.347,1.311,1.3,1.345,1.373,1.377,1.438,1.465,1.421,1.335,1.353],"paint":[14.432,15.393,14.825,14.959,14.518,14.622,15.666,15.539,14.695,14.603,14.547,15.958,14.73,15.453,15.408]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.095,20.099,18.431,19.224,18.352,18.831,18.603,17.549,18.244,18.005,18.719,19.308,18.736,18.616,19.832],"script":[1.025,1.203,1.189,1.397,1.334,1.136,1.865,1.337,0.96,0.628,1.517,1.823,1.72,1.6,0.988],"paint":[15.704,17.512,15.943,16.299,15.027,15.648,15.372,14.097,16.274,16.058,15.845,15.85,14.671,15.535,17.14]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[3.861,3.649,4.578,3.451,3.512,3.662,3.876,4.11,4.537,4.377,4.559,4.264,3.624,4.065,3.741,4.737,4.35,4.228,3.961,4.223,3.745,3.684,3.446,4.079,3.714],"script":[1.135,0.773,1.255,0.953,0.879,0.589,0.195,0.998,1.346,0.693,1.195,1.2,0.837,0.895,0.726,0.764,0.904,1.39,0.751,0.856,0.533,0.956,0.194,1.174,0.868],"paint":[1.69,2.011,2.425,2.393,1.706,2.938,2.779,1.87,1.996,2.49,2.448,2.89,1.817,2.569,2.144,3.267,2.868,1.952,2.036,3.262,1.816,1.795,2.496,2.222,1.852]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[12.509,13.754,12.693,13.845,14.174,12.561,14.765,13.11,14.349,12.941,13.139,13.275,13.532,13.496,13.139],"script":[0.196,0.958,0.905,1.519,0.847,0.638,1.156,0.898,1.148,1.143,1.177,0.918,1.145,1.156,0.54],"paint":[11.299,10.11,10.462,10.896,11.105,10.643,10.812,10.607,11.173,11.032,10.264,10.99,10.941,10.965,10.285]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.636,34.991,34.998,35.465,34.375,34.607,34.125,34.47,37.411,34.614,35.285,34.409,35.282,35.067,34.978],"script":[1.98,2.258,2.274,1.987,2.277,2.171,2.282,1.967,1.896,2.002,2.143,1.949,2.088,2.093,1.919],"paint":[31.328,31.57,31.863,32.369,31.268,31.577,30.644,31.53,33.825,31.728,31.879,31.114,31.711,31.657,31.859]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[449.821,442.078,446.541,451.158,446.262,444.092,449.899,440.924,448.12,437.967,445.7,443.5,446.213,444.129,449.271],"script":[62.927,61.535,61.435,62.394,59.912,62.306,62.819,59.804,61.224,59.455,61.728,61.634,61.587,60.37,61.151],"paint":[379.306,372.906,377.329,381.085,378.828,373.757,378.915,373.504,379.347,370.923,376.353,373.461,376.805,375.533,380.02]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.759,44.201,44.551,42.245,43.286,42.62,43.801,43.406,43.933,45.178,45.87,44.065,44.265,44.429,43.491],"script":[4.51,4.443,4.801,4.198,4.635,4.314,4.444,4.435,4.491,4.24,4.419,4.45,4.734,4.867,4.464],"paint":[39.31,38.913,38.578,37.252,37.732,37.474,38.45,38.042,38.533,39.972,40.482,38.43,38.615,38.465,38.192]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.796,16.576,17.1,15.942,17.082,16.887,16.028,15.749,15.971,16.036,15.724,16.249,16.475,15.867,17.902],"script":[14.727,14.289,14.743,13.48,14.632,14.749,13.705,13.527,13.206,13.684,13.554,14.139,13.821,13.601,15.765],"paint":[1.955,1.761,2.209,1.429,2.354,2.043,2.234,1.291,2.205,1.536,2.074,2.004,1.775,1.111,2.007]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.520726203918457]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7000255584716797]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6981401443481445]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6761951446533203]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.592742919921875]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.54]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.176]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[150.364]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.015625]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.7421875]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.7734375]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[62]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[62]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"01_run1k","values":{"total":[45.491,47.191,47.798,45.355,46.485,44.292,44.65,45.295,46.031,45.955,47.119,45.676,45.449,46,45.678],"script":[8.27,8.191,8.354,8.054,8.449,7.755,8.114,7.747,7.992,8.451,8.415,8.501,8.279,8.576,8.434],"paint":[36.782,38.569,38.921,36.877,37.603,36.075,36.042,37.095,37.354,37.047,38.027,36.683,36.769,37.018,36.749]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"02_replace1k","values":{"total":[26.54,25.465,26.128,27.423,26.68,25.632,25.741,27.16,26.41,24.245,24.942,26.707,26.974,24.64,25.643],"script":[8.142,9.213,8.838,10.223,9.318,9.39,9.056,9.599,8.348,8.466,8.656,9.264,9.178,8.576,8.457],"paint":[17.736,15.745,16.608,16.653,16.818,15.721,16.138,16.868,17.397,15.333,15.812,16.728,17.089,15.619,16.648]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[43.599,45.369,44.276,47.776,47.225,51.845,45.919,47.972,48.725,49.879,48.312,45.988,45.882,49.48,46.613],"script":[25.688,27.592,25.254,28.979,28.286,32.684,27.761,29.735,29.377,28.746,29.429,27.066,27.805,29.785,27.939],"paint":[16.267,16.011,17.199,17.087,16.537,16.866,16.356,16.572,16.485,19.605,16.179,17.577,16.712,17.21,16.998]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"04_select1k","values":{"total":[27.283,27.629,25.909,28.317,26.62,27.237,26.896,25.842,27.065,28.928,25.193,27.017,27.439,25.589,28.258,29.327,26.255,26.821,26.115,27.698,28.422,26.727,26.823,27.364,27.574],"script":[23.516,23.428,23.091,23.719,22.704,23.66,23.579,22.536,23.843,23.74,21.668,22.112,23.209,22.183,24.449,24.374,22.477,23.356,23.274,23.278,24.36,22.124,22.576,23.503,23.21],"paint":[2.28,3.155,2.205,3.542,2.683,3.328,3.077,2.099,1.65,3.471,2.117,3.903,2.928,2.439,2.918,3.369,2.357,2.196,2.606,3.335,2.434,3.307,3.962,2.319,3.73]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"05_swap1k","values":{"total":[37.043,36.767,37.956,37.476,37.454,40.375,37.549,39.414,34.477,36.98,35.773,38.166,37.666,37.422,37.642],"script":[23.533,23.094,23.623,23.814,23.885,25.797,23.812,24.713,21.326,23.155,22.488,23.947,23.549,23.325,23.254],"paint":[11.777,12.159,12.041,10.503,11.582,12.515,12.292,11.682,11.35,12.157,10.494,13.161,11.645,12.126,12.099]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[52.786,52.851,53.392,54.824,55.576,52.791,53.517,52.245,56.204,52.904,54.605,50.667,54.332,55.184,53.691],"script":[17.972,17.231,17.652,17.969,19.724,17.77,17.244,17.918,20.318,16.795,18.403,15.611,17.849,17.93,17.785],"paint":[33.91,34.32,34.482,35.664,34.718,33.83,35.352,32.871,34.65,34.295,34.634,34.028,34.84,36.1,34.626]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"07_create10k","values":{"total":[502.713,508.048,484.701,495.917,500.964,482.835,475.26,476.902,482.188,490.565,494.503,484.113,487.487,489.671,506.917],"script":[102.125,103.845,101.435,101.418,106.14,100.333,99.506,101.176,102.539,96.552,103.272,106.065,100.419,100.418,101.7],"paint":[392.863,395.717,375.635,382.053,386.567,374.863,368.188,368.066,371.726,386.23,382.749,369.909,379.443,381.588,397.154]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.583,54.661,54.441,54.29,55.372,54.759,54.468,54.846,52.708,54.811,53.294,56.408,54.674,55.492,54.464],"script":[13.779,14.406,14.271,14.011,14.521,14.546,14.754,14.439,13.163,14.768,13.397,14.42,14.273,14.296,14.492],"paint":[38.795,39.253,38.893,39.021,39.902,39.357,38.744,39.482,38.666,39.014,39.037,41.031,39.482,39.908,38.696]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.509,19.977,19.045,19.346,19.364,19.022,18.905,19.115,18.196,19.635,17.56,18.893,18.235,19.38,17.827],"script":[17.052,18.351,17.39,16.759,17.457,16.507,16.77,17.052,16.697,16.778,15.661,16.739,16.431,16.526,15.994],"paint":[2.337,1.092,1.559,2.213,1.78,2.398,1.148,1.966,1.378,2.763,1.323,2.047,0.43,2.714,1.742]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.47679615020751953]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.377242088317871]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.5770816802978516]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6413164138793945]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.46414566040039]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.1000000000001]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.383999999999993]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[131.996]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[146.615234375]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.3408203125]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.927734375]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[58.8]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[58.8]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"01_run1k","values":{"total":[49.122,54.38,44.231,50.117,52.459,57.126,55.58,48.402,54.518,56.408,51.897,54.24,55.666,43.717,51.75],"script":[8.73,8.932,7.782,8.14,8.193,9.277,8.643,8.164,8.174,9.165,9.087,9.089,9.387,8.47,7.999],"paint":[35.673,36.103,34.7,35.747,36.589,37.126,37.963,35.471,36.176,37.973,36.615,36.078,35.573,35.103,35.971]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"02_replace1k","values":{"total":[61.077,54.606,54.153,63.988,54.647,59.701,50.099,60.047,60.313,49.862,57.547,52.334,51.914,53.347,51.767],"script":[19.719,19.15,19.847,19.456,19.461,21.02,17.028,17.896,19.377,16.951,19.233,17.016,18.393,18.104,17.861],"paint":[32.999,33.018,33.853,34.284,32.821,33.342,32.923,32.527,33.105,32.395,33.082,32.598,33.368,35.07,33.22]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.85,19.888,20.239,19.896,20.521,20.452,20.093,19.975,20.544,19.308,20.828,20.164,20.253,20.452,19.102],"script":[3.675,3.808,4.416,4.192,4.809,4.542,4.005,3.484,4.238,3.94,3.972,4.261,3.533,3.727,3.646],"paint":[17.057,15.597,15.707,15.585,15.585,15.085,15.966,15.698,16.202,14.431,14.747,14.13,16.335,15.831,15.305]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"04_select1k","values":{"total":[38.21,39.532,42.645,39.415,36.184,30.67,35.487,36.369,39.206,38.341,36.159,36.47,37.098,42.326,32.433,37.758,40.747,37.04,41.933,32.83,37.839,38.915,41.611,37.498,36.076],"script":[4.418,3.541,5.472,4.536,5,3.915,4.39,4.023,4.266,3.953,4.746,5.261,4.473,4.983,3.526,3.916,6.033,4.969,5.993,4.204,4.005,3.544,4.663,4.974,3.675],"paint":[24.465,25.367,25.957,24.344,23.449,23.219,23.111,24.008,23.318,22.487,25.098,23.401,24.157,25.352,23.342,24.816,25.651,23.949,23.114,23.644,23.709,24.435,24.234,23.97,25.083]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"05_swap1k","values":{"total":[182.394,182.7,184.637,183.477,184.817,181.374,179.705,186.281,181.236,180.454,180.556,181.254,181.968,182.733,180.401],"script":[42.886,41.411,43.535,42.356,42.401,43.587,42.486,44.102,42.537,43.529,42.061,41.944,43.014,42.45,42.275],"paint":[138.523,139.929,140.498,140.828,141.422,137.64,137.065,140.77,138.548,135.528,137.928,138.8,138.785,139.03,137.159]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.987,24.094,32.735,21.557,24.142,20.331,21.21,25.607,20.78,20.646,30.23,32.542,20.498,20.534,20.587],"script":[1.794,1.882,2.057,2.223,1.94,1.59,1.764,1.847,1.792,2.143,1.845,2.269,1.739,2.142,1.777],"paint":[16.904,17.658,17.961,16.543,17.433,16.53,16.718,17.785,16.85,16.686,17.079,17.335,16.857,16.682,16.628]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"07_create10k","values":{"total":[491.189,499.069,484.922,485.402,499.437,487.672,491.126,491.958,503.265,501.558,490.406,499.755,495.78,498.227,500.341],"script":[105.262,107.539,106.15,103.174,106.196,105.738,105.457,104.682,104.539,108.181,102.566,109.659,104.042,103.624,105.483],"paint":[381.885,384.886,372.568,377.763,380.159,370.79,382.089,382.408,385.298,380.025,384.285,376.802,385.996,385.673,386.068]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.964,56.149,48.011,54.701,52.633,49.325,53.577,54.207,47.266,46.926,50.947,53.654,54.133,46.432,47.833],"script":[9.322,9.445,9.314,9.182,9.448,9.325,9.304,9.848,8.892,9.563,9.154,9.826,9.123,9.065,9.354],"paint":[37.657,38.808,38.381,39.669,37.533,39.706,38.012,38.387,38.052,36.836,41.468,37.142,39.045,37.046,38.192]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.28,15.328,14.446,14.936,14.614,14.507,14.02,14.436,14.891,15.015,14.999,15.029,14.746,14.227,13.883],"script":[11.925,13.517,11.88,12.719,12.237,12.077,11.639,13.187,12.994,12.438,12.938,13.301,13.136,11.691,11.898],"paint":[1.403,1.745,2.507,2.156,2.311,2.365,1.804,0.853,1.839,2.516,1.45,1.657,1.551,2.104,1.685]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5063982009887695]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.0108776092529297]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9331159591674805]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8051528930664062]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.596111297607422]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.3850000000002]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.644]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[139.14399999999995]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.0732421875]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.798828125]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.3623046875]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[91.4]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[91.4]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"01_run1k","values":{"total":[39.045,40.11,37.747,40.644,40.618,37.98,38.384,38.96,38.107,39.722,39.886,39.15,39.068,39.127,37.409],"script":[1.931,1.973,1.93,1.942,1.928,2.061,2.013,1.875,1.977,2.008,1.927,1.969,2.116,1.989,1.846],"paint":[36.656,37.458,35.367,38.23,38.236,35.462,35.907,36.617,35.688,37.255,37.431,36.737,36.483,36.71,35.116]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"02_replace1k","values":{"total":[16.256,16.713,15.486,15.711,17.254,16.45,16.038,16.628,15.729,15.421,15.637,16.207,15.539,15.414,15.391],"script":[0.658,0.654,0.638,0.614,0.617,0.668,0.6,0.661,0.637,0.603,0.665,0.65,0.641,0.612,0.616],"paint":[15.136,15.426,14.332,14.636,16.184,15.149,14.873,15.484,14.473,14.306,14.527,15.095,14.375,14.273,14.311]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.343,17.198,17.304,17.373,16.552,17.606,17.567,17.159,17.611,18.683,17.297,16.663,16.958,17.044,16.69],"script":[0.128,0.124,0.522,0.125,0.227,0.134,1.033,0.623,0.917,0.825,1.076,0.135,0.945,0.615,0.12],"paint":[16.521,14.726,15.611,14.849,14.904,15.291,15.189,14.743,15.426,15.347,14.147,15.509,14.43,14.792,14.976]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"04_select1k","values":{"total":[3.68,2.337,3.642,3.616,3.097,3.271,3.073,3.302,2.779,3.642,3.101,3.43,2.871,3.819,4.459,4.442,2.601,3.18,2.839,3.479,3.449,2.767,3.863,3.992,3.451],"script":[1.063,0.091,0.454,1.033,0.851,0.098,0.482,0.089,0.755,0.877,0.762,1.169,0.322,0.098,0.938,0.076,0.099,0.109,0.096,0.079,0.834,0.21,0.108,0.084,0.084],"paint":[1.692,1.858,1.878,2.437,2.155,1.981,1.676,2.228,1.865,1.944,2.184,1.542,2.432,3.547,2.33,3.093,1.422,2.499,1.941,1.182,1.93,1.529,2.611,2.671,3.247]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"05_swap1k","values":{"total":[13.044,12.763,12.504,12.941,12.216,11.338,11.865,12.831,11.897,12.421,13.027,12.103,12.612,12.63,12.098],"script":[0.536,0.061,0.052,0.748,0.055,0.058,0.376,0.056,0.521,0.056,0.617,0.156,0.056,0.055,0.057],"paint":[10.219,11.652,9.752,9.797,11.088,9.769,9.1,11.779,9.498,10.293,10.98,10.595,10.789,10.926,9.857]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.971,17.833,16.957,17.269,17.224,17.569,16.717,16.926,18.084,16.945,16.782,17.445,16.264,17.648,17.322],"script":[0.124,0.1,0.321,0.109,0.128,0.117,0.1,0.157,0.181,0.232,0.287,0.288,0.177,0.135,0.209],"paint":[16.014,16.589,15.407,16.272,16.077,15.922,15.78,15.602,16.762,15.988,15.783,16.124,14.835,16.3,15.849]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"07_create10k","values":{"total":[397.399,391.751,403.237,403.875,398.454,404.407,401.241,407.172,410.134,396.194,400.399,395.619,404.667,403.077,404.003],"script":[21.147,22.768,23.407,23.119,21.707,22.888,21.626,22.715,21.2,21.333,21.266,22.316,21.79,21.997,21.465],"paint":[368.399,361.43,372.229,372.845,369.147,373.698,371.746,376.612,380.618,367.437,371.458,365.421,375.355,372.965,374.536]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.603,40.966,40.545,39.451,41.556,43.674,41,42.021,42.219,42.647,41.032,40.665,43.047,40.994,39.843],"script":[2.026,1.985,2.004,1.902,2.076,2.072,2.242,2.036,1.978,2.029,1.983,2.058,2.091,2.055,1.974],"paint":[38.671,38.071,37.3,36.615,38.628,40.359,37.868,39.128,39.128,39.678,38.154,37.728,39.791,38.064,37.079]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.285,13.242,12.976,12.876,13.197,13.297,13.13,13.089,12.313,13.67,13.009,13.76,13.51,13.334,13.945],"script":[11.224,10.98,11.343,10.701,10.806,11.217,11.011,11.087,10.701,11.126,11.163,11.537,11.215,11.328,11.087],"paint":[1.633,1.614,1.53,2.077,1.889,1.054,1.556,1.917,0.786,2.435,0.98,2.124,1.894,1.292,2.683]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5229425430297852]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.898721694946289]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.9732170104980469]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6935367584228516]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[13.554368019104004]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1875.975]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.131999999999998]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.11599999999999]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.626953125]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.3525390625]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.71484375]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[60.4]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[60.4]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"01_run1k","values":{"total":[47.26,46.027,46.064,45.27,46.885,46.528,45.715,46.192,45.881,46.31,46.126,45.633,46.712,47.05,47.007],"script":[11.236,9.833,9.965,10.191,10.136,11.122,10.182,9.973,9.311,10.589,10.096,10.045,10.664,10.68,10.719],"paint":[35.541,35.741,35.426,34.615,36.211,34.972,35.014,35.729,35.834,35.021,35.554,35.095,35.385,35.844,35.855]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"02_replace1k","values":{"total":[25.912,26.687,25.736,25.36,25.399,25.861,25.902,26.092,26.517,26.972,25.885,25.553,25.379,26.559,25.772],"script":[9.956,9.994,10.117,9.916,9.873,10.004,9.847,8.725,10.234,10.004,8.73,9.995,9.851,10.114,9.843],"paint":[15.305,16.008,15.191,14.991,15.073,15.287,15.368,16.711,15.797,16.463,16.435,15.111,15.056,15.95,15.274]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.29,17.88,16.646,18.703,18.944,18.621,19.636,17.197,17.242,16.91,17.819,18.597,17.446,17.105,18.072],"script":[0.935,1.51,0.57,0.642,1.456,1.024,1.137,1.067,0.511,1.172,1.176,1.075,0.735,0.209,1.098],"paint":[16.362,14.713,14.72,16.34,15.279,15.964,17.004,14.939,15.667,14.233,14.499,15.556,15.717,15.652,14.428]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"04_select1k","values":{"total":[2.514,3.789,3.218,3.429,2.673,4.571,4.085,3.504,3.292,3.822,4.869,4.116,3.989,2.827,3.175,3.053,3.323,3.676,2.593,3.694,3.8,2.933,2.903,3.875,3.206],"script":[0.499,0.825,0.958,0.5,0.136,1.189,1.02,1.156,0.13,1.075,0.625,0.142,1.098,0.842,0.129,0.138,0.618,0.127,0.62,0.549,0.861,0.948,0.127,0.133,0.159],"paint":[1.163,2.145,1.675,1.569,0.617,2.417,2.456,1.314,2.673,1.364,2.954,2.446,1.963,1.171,2.947,2.817,2.222,3.426,1.158,3.023,2.048,1.864,1.313,3.194,2.523]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"05_swap1k","values":{"total":[13.297,13.184,13.404,13.785,12.767,13.77,13.464,13.199,13.531,14.285,14.431,13.185,13.476,13.951,14.265],"script":[1.028,0.635,0.731,1.247,0.959,0.984,2.007,1.563,1.589,0.955,1.494,0.628,1.692,0.947,1.808],"paint":[10.624,11.168,11.482,10.962,9.694,11.407,9.528,10.22,10.457,10.958,11.184,10.516,11.029,11.439,11.106]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.197,17.252,16.823,18.486,17.752,17.297,17.748,17.176,16.884,17.406,16.944,17.531,17.225,17.619,17.12],"script":[0.179,0.414,0.278,0.571,0.54,0.501,0.529,0.542,0.25,0.189,0.466,0.522,0.174,0.512,0.505],"paint":[16.31,15.871,15.547,16.643,15.931,15.92,16.253,15.821,15.729,16.051,15.643,16.057,16.098,16.195,15.538]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"07_create10k","values":{"total":[506.029,496.863,495.685,489.036,494.374,494.58,495.169,494.993,492.377,490.184,497.181,502.625,499.063,499.076,506.689],"script":[121.399,119.35,119.202,116.094,111.686,113.558,117.882,115.094,117.98,118.334,118.489,118.689,118.869,118.769,118.272],"paint":[376.851,369.972,369.041,365.462,375.208,373.222,369.792,372.114,366.838,364.367,371.089,376.204,372.62,372.791,380.704]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.14,48.743,47.852,48.315,47.548,47.96,46.815,49.761,49.199,47.669,47.207,49.037,48.869,46.485,48.685],"script":[8.435,8.531,8.5,9.564,8.533,8.365,8.198,8.59,8.79,8.55,8.505,8.493,8.476,8.259,8.911],"paint":[38.859,39.235,38.488,37.8,38.153,38.674,37.816,40.215,39.475,38.226,37.777,39.585,39.46,37.37,38.659]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.024,14.978,14.284,14.989,14.668,14.7,14.387,14.748,15.25,14.979,15.28,16.215,14.198,15.152,14.544],"script":[12.674,12.602,12.307,13.189,12.651,12.819,12.356,12.924,12.976,12.751,12.942,12.897,12.676,13.36,12.301],"paint":[2.247,2.264,1.863,1.578,1.299,1.782,1.183,1.727,1.4,1.986,1.196,2.394,1.429,1.679,2.131]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6629419326782227]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.146462440490723]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.159881591796875]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1145143508911133]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.458828926086426]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2110.8849999999998]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.096]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[149.94400000000005]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[189.4306640625]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[51.15625]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.123046875]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[106.5]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[106.5]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"01_run1k","values":{"total":[56.612,56.005,56.159,56.004,57.033,56.902,54.85,55.85,57.132,57.512,55.857,55.497,58.889,56.196,56.517],"script":[23.388,22.821,23.177,22.791,22.629,23.159,22.581,23.142,24.056,23.175,22.775,22.944,23.989,23.252,23.642],"paint":[33.047,32.995,32.809,33.023,34.224,33.566,32.109,32.542,32.911,34.17,32.918,32.367,34.71,32.76,32.698]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"02_replace1k","values":{"total":[35.406,34.363,34.046,34.583,34.394,34.216,34.977,34.384,33.9,34.009,35.352,34.342,44.085,34.426,33.7],"script":[19.427,19.305,19.337,18.672,19.665,19.289,19.422,19.516,19.29,19.172,19.314,19.178,19.73,19.361,18.906],"paint":[15.791,14.876,14.524,15.734,14.55,14.746,15.378,14.676,14.44,14.654,15.859,14.992,15.068,14.879,14.611]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[60.248,59.844,59.688,59.86,58.602,60.404,58.971,61.447,57.608,60.721,58.73,58.973,59.168,58.123,57.954],"script":[41.07,40.99,40.711,39.931,39.447,39.704,38.944,41.664,39.453,40.301,40.035,38.966,40.444,38.823,39.468],"paint":[17.412,18.107,18.012,18.211,18.181,19.61,19.518,18.65,17.846,18.576,16.461,19.357,17.577,17.189,17.288]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"04_select1k","values":{"total":[44.948,43.075,44.596,43.39,43.363,42.915,44.176,44.486,43.905,45.548,43.922,44.748,44.749,45.809,45.797,44.67,43.674,42.823,45.076,44.143,43.437,44.068,43.354,46.113,52.221],"script":[36.369,35.79,35.871,35.358,36.445,37.021,37.748,36.7,36.545,37.733,36.59,36.674,37.751,37.978,37.685,38.058,37.076,34.814,37.786,37.792,35.794,36.229,35.846,36.722,44.067],"paint":[6.521,3.324,5.412,5.298,3.263,5.361,5.396,5.146,5.194,6.339,5.662,5.734,4.464,5.116,4.688,3.381,5.404,4.754,4.55,5.146,4.204,5.077,5.536,6.484,5.843]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"05_swap1k","values":{"total":[46.769,51.124,46.79,48.89,49.306,49.181,49.816,47.059,49.543,48.959,50.995,48.975,49.622,49.672,50.434],"script":[35.259,37.131,35.348,33.71,35.695,35.968,35.433,35.559,35.613,35.249,35.815,35.433,35.495,34.248,35.573],"paint":[10.067,12.217,11.015,12.711,11.384,11.054,13.199,10.88,12.4,13.42,14.233,13.235,13.237,14.31,12.167]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[53.743,54.014,60.823,52.941,53.464,53.343,51.651,50.331,55.061,56.245,52.21,52.171,55.517,58.272,61.729],"script":[19.969,19.064,18.552,18.606,19.435,18.37,18.955,18.162,19.763,18.786,18.818,19.086,19.251,18.608,19.14],"paint":[33.022,33.741,32.586,33.717,33.214,34.786,31.748,31.456,31.584,32.612,32.059,32.305,32.159,33.19,32.824]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"07_create10k","values":{"total":[632.306,628.201,634.651,642.303,632.484,642.697,633.494,627.172,644.861,629.656,638.229,633.689,636.335,632.303,641.69],"script":[248.34,248.882,249.337,254.947,247.899,248.119,250.561,242.589,253.297,250.578,255.753,252.356,248.672,247.117,255.85],"paint":[380.222,375.772,381.809,383.738,380.921,390.93,379.353,380.93,387.96,375.55,378.804,377.706,384.045,381.54,382.191]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[72.294,69.659,72.064,69.874,71.132,70.883,69.047,70.765,69.646,70.491,73.746,72.057,69.336,68.231,70.087],"script":[34.032,31.619,33.076,32.139,33.311,33.178,32.111,32.644,31.644,32.735,34.649,32.293,31.713,31.55,32.367],"paint":[37.914,37.69,38.484,37.413,37.312,37.392,36.59,37.81,37.667,37.424,38.541,39.296,37.3,36.347,37.25]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[34.522,32.289,33.562,31.428,61.312,58.007,34.308,36.344,34.776,59.194,57.778,34.859,35.182,28.088,28.823],"script":[29.756,28.262,28.297,25.02,28.209,29.057,30.309,31.271,29.69,30.063,28.1,30.439,31.547,22.852,22.185],"paint":[4.043,3.276,3.594,3.186,6.35,3.55,3.051,4.206,4.326,4.078,3.536,3.016,2.555,3.496,2.901]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.731271743774414]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.642298698425293]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.095032691955566]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.59866714477539]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[51.406150817871094]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[4051.496]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[104.69199999999987]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[219.768]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[581.033203125]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[442.755859375]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[90.7958984375]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[674.1]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[674.1]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"01_run1k","values":{"total":[41.138,42.185,43.745,42.219,44.954,42.291,40.252,40.269,41.78,41.618,41.396,42.535,41.257,42.336,42.505],"script":[6.423,6.539,6.678,6.806,6.868,6.772,6.687,6.667,6.613,6.941,6.286,7.212,7.106,6.822,6.796],"paint":[34.289,35.04,36.374,34.841,37.623,35.06,33.109,33.179,34.67,34.208,34.646,34.889,33.763,35.057,34.96]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"02_replace1k","values":{"total":[45.044,45.685,46.074,43.762,43.776,46.489,43.6,47.464,46.849,43.828,43.414,44.452,43.032,44.852,43.681],"script":[10.223,9.885,10.304,10.034,10.157,10.516,9.85,10.397,10.86,10.07,9.958,10.841,10.087,11.236,9.968],"paint":[34.321,35.345,35.319,33.279,33.122,35.476,33.301,36.652,35.263,33.013,33.042,33.146,32.502,33.154,33.262]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.448,19.205,18.123,18.086,17.533,19.435,18,18.326,18.045,17.857,18.142,18.147,17.883,18.278,18.098],"script":[1.373,1.74,1.725,1.394,1.607,1.143,1.028,2.075,1.476,1.773,1.191,0.946,0.945,1.251,1.313],"paint":[14.617,15.96,15.329,14.541,14.437,15.831,15.865,14.853,15.196,14.47,15.51,14.508,15.226,14.734,15.164]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"04_select1k","values":{"total":[3.861,3.685,3.699,5.078,3.681,3.521,4.292,3.545,4.001,3.983,4.067,3.287,3.699,3.902,3.792,4.983,3.679,4.178,4.949,3.262,3.792,3.145,4.392,4.233,3.942],"script":[0.216,0.75,0.952,1.345,1.151,0.74,1.22,0.206,1.249,0.618,1.079,0.582,1.206,1.065,0.723,0.597,1.204,1.215,1.201,0.744,1.003,0.189,1.149,1.021,1.366],"paint":[3.479,2.772,1.914,3.465,2.405,1.929,2.262,2.768,1.806,3.209,2.84,1.823,1.81,2.735,1.956,3.391,1.934,1.801,2.893,1.545,1.305,2.853,2.983,2.042,2.416]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"05_swap1k","values":{"total":[12.189,12.654,12.643,13.21,12.464,12.545,13.003,12.161,13.081,12.648,11.826,13.261,12.212,12.66,12.158],"script":[0.114,0.602,0.789,0.886,0.537,0.479,0.958,0.798,0.119,0.453,0.285,0.116,0.601,0.108,0.455],"paint":[10.581,9.818,10.467,10.038,10.438,10.005,11.014,10.099,11.06,10.637,10.052,10.917,10.621,10.902,9.31]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.345,17.463,16.74,17.529,17.268,17.735,18.846,18.474,17.769,17.326,17.814,17.819,19.094,18.15,17.598],"script":[0.715,0.666,0.65,0.882,0.639,0.662,0.718,0.744,0.634,0.654,0.651,0.642,0.769,0.925,0.647],"paint":[15.641,15.705,15.377,15.921,15.668,16.545,16.562,16.801,16.088,15.249,16.304,16.166,16.884,16.192,16.225]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"07_create10k","values":{"total":[662.277,662.402,670.169,657.417,660.677,670.713,650.433,671.264,691.574,679.078,665.418,671.37,664.621,653.098,663.07],"script":[267.462,272.657,274.86,266.098,269.733,272.268,262.048,272.304,275.279,275.036,273.276,275.203,272.102,261.298,265.688],"paint":[387.133,381.048,386.574,383.87,383.469,390.66,380.927,391.316,407.79,396.582,384.229,387.774,385.073,384.184,389.605]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[79.062,66.265,62.284,62.522,62.303,63.755,67.179,63.699,61.901,65.254,79.51,63.066,65.746,65.388,66.116],"script":[34.355,25.422,23.497,23.533,23.723,24.262,25.871,23.533,23.309,25.533,34.929,24.089,25.308,25.489,24.94],"paint":[43.78,39.841,37.894,38.073,37.741,38.391,40.04,39.223,37.762,38.454,43.59,38.064,39.172,38.505,39.867]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.216,18.9,19.741,19.547,19.587,20.16,18.826,20.101,20.199,20.638,19.426,19.788,19.501,19.056,18.993],"script":[17.138,16.804,17.85,17.116,17.566,17.421,17.068,17.927,17.714,17.799,17.545,17.407,17.288,16.724,16.473],"paint":[1.563,1.997,1.772,1.748,1.049,2.547,0.804,2.075,2.353,2.128,0.877,1.367,2.109,1.199,1.841]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.7086381912231445]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.880895614624023]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[10.014586448669434]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[10.473828315734863]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[74.86691379547119]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.2500000000002]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[40.624]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[167.28000000000003]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[368.2001953125]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[229.640625]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[65.7919921875]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[403.6]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[403.6]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"01_run1k","values":{"total":[55.306,56.405,55.378,54.73,55.512,58.565,55.834,57.74,54.95,57,54.935,55.579,55.388,57.218,55.858],"script":[18.123,18.734,17.78,17.886,18.179,19.125,18.134,18.299,18.558,19.027,17.779,19.188,18.056,18.909,18.689],"paint":[36.616,37.006,36.842,36.069,36.59,38.923,37.197,38.695,35.883,37.395,36.673,35.867,36.84,37.791,36.666]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"02_replace1k","values":{"total":[61.545,60.109,62.378,63.643,60.305,63.398,60.798,62.194,62.545,62.222,61.161,60.838,60.498,61.547,60.695],"script":[25.954,24.929,26.557,27.347,25.892,26.571,26.024,27.133,26.231,27.521,26.891,26.671,26.073,26.941,26.457],"paint":[35.146,34.427,35.083,35.747,33.67,36.395,34.155,34.572,35.609,34.284,33.784,33.672,33.948,34.103,33.514]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.926,23.065,22.532,22.761,22.993,22.582,22.635,22.942,23.281,22.783,22.798,22.661,21.821,22.118,22.477],"script":[2.267,2.732,2.296,2.462,2.61,2.739,2.644,1.912,2.522,2.476,2.741,2.724,1.882,1.991,2.434],"paint":[17.61,18.1,18.016,18.627,18.085,18.367,17.814,17.516,18.489,18.19,18.648,18.177,17.506,17.85,17.472]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"04_select1k","values":{"total":[7.147,7.518,7.786,7.965,7.781,7.944,7.129,8.122,6.948,7.412,8.197,7.665,7.955,7.899,7.653,7.338,7.327,8.018,7.44,7.26,6.612,8.267,7.936,6.895,7.147],"script":[4.071,4.023,3.533,4.186,4.019,4.571,3.443,4.243,4.123,4.085,4.515,4.498,4.516,4.264,4.299,4.27,3.992,5.027,4.059,4.622,3.55,4.737,4.216,3.86,4.409],"paint":[2.121,2.399,2.721,2.64,2.928,3.017,2.554,2.813,1.557,2.243,2.354,2.174,3.266,3.426,2.37,2.361,3.153,1.964,2.247,1.481,2.271,2.116,2.693,2.419,1.718]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"05_swap1k","values":{"total":[26.603,26.793,26.613,25.804,24.767,24.602,24.495,25.715,24.236,23.458,24.91,24.547,23.979,24.298,24.578],"script":[1.389,1.451,1.19,1.047,0.924,1.5,0.242,0.911,1.287,0.88,0.89,0.945,0.957,1.352,1.187],"paint":[22.727,22.562,23.358,22.612,21.496,20.253,22.546,22.199,21.004,20.656,21.897,21.738,20.784,20.829,21.93]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[160.98,162.632,163.735,168.176,167.362,165.918,163.461,162.058,161.378,160.62,161.314,157.136,162.748,162.317,162.706],"script":[87.015,87.519,86.154,88.535,91.031,90.124,86.845,87.292,86.161,85.209,85.898,83.335,87.595,86.233,88.097],"paint":[72.596,73.672,75.967,77.933,74.578,74.452,74.716,73.367,73.563,73.549,74.045,72.869,73.289,74.928,73.166]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"07_create10k","values":{"total":[653.736,642.179,648.584,646.501,640.389,644.558,640.999,647.437,653.061,643.223,642.022,643.531,642.658,649.756,658.213],"script":[227.825,220.866,227.677,225.606,223.531,222.975,219.821,228.866,225.713,223.964,225.928,222.217,223.928,226.671,229.103],"paint":[418.339,413.407,413.056,413.323,408.853,413.628,413.475,410.949,419.72,410.789,408.15,413.641,410.846,415.475,421.253]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.109,59.974,56.902,57.282,57.097,57.17,57.622,59.831,57.162,58.451,60.134,56.525,57.295,59.285,56.629],"script":[16.704,16.71,16.61,17.494,16.792,16.907,17.114,17.182,16.876,16.641,17.476,16.479,16.903,16.754,16.928],"paint":[39.129,42.269,39.042,38.789,39.047,39.193,39.489,41.614,39.276,40.593,41.456,39.072,39.114,41.304,38.456]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[47.338,44.47,46.038,48.234,44.491,46.987,44.538,46.421,45.208,46.667,45.718,44.578,46.507,46.182,44.461],"script":[44.617,42.134,43.645,45.791,41.798,44.448,41.694,44.079,42.816,44.309,42.984,41.554,43.73,43.619,42.12],"paint":[2.44,2.223,1.577,1.965,2.567,1.862,2.682,2.088,2.264,1.426,1.971,2.425,2.411,1.928,1.544]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5533857345581055]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.9805908203125]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.067987442016602]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.5683116912841797]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[51.71196365356445]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.604]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.372]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[132.548]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[178.1875]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[57.7939453125]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.984375]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[90.6]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[90.6]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"01_run1k","values":{"total":[76.343,77.301,76.19,74.09,75.46,72.223,75.341,74.478,73.718,75.478,74.29,75.567,74.754,76.309,77.074],"script":[37.501,38.286,37.934,35.599,35.949,34.455,37.352,36.087,36.256,38.07,36.896,37.357,36.746,37.686,38.134],"paint":[38.178,38.422,37.466,37.742,38.753,37.266,37.391,37.607,36.948,36.858,36.888,37.583,37.262,37.931,38.306]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"02_replace1k","values":{"total":[42.427,39.155,42.49,42.521,40.706,42.693,38.095,43.093,40.995,43.135,42.534,42.133,42.324,41.537,41.677],"script":[26.266,23.024,25.984,26.048,24.868,26.323,22.403,26.372,25.243,26.567,26.36,26.04,25.948,25.902,25.689],"paint":[15.45,15.566,16.02,15.842,15.306,15.832,15.127,16.068,15.214,15.942,15.479,15.386,15.797,15.076,15.44]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.629,20.932,21.618,21.73,20.709,22.334,22.466,20.666,22.567,21.206,22.195,22.866,24.284,21.196,21.063],"script":[3.046,3.355,3.438,3.346,2.81,2.856,3.364,2.294,3.482,3.117,2.77,3.57,3.018,3.122,3.026],"paint":[16.084,16.057,16.492,17.032,15.774,17.409,17.233,16.707,17.213,16.541,16.793,17.665,19.002,16.583,16.616]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"04_select1k","values":{"total":[18.946,19.588,15.742,16.635,18.086,15.665,19.93,17.774,17.914,17.966,16.195,15.636,19.01,14.123,19.113,18.347,15.424,17.948,16.794,18.018,17.497,19.387,18.577,15.851,18.418],"script":[16.068,16.451,13.195,13.213,14.736,12.274,15.309,14.361,15.067,15.174,12.875,12.622,14.755,11.236,15.073,15.322,12.809,15.095,12.821,15.134,13.806,15.303,15.251,12.852,15.555],"paint":[1.958,1.41,1.866,2.852,2.588,3.158,2.231,2.64,2.074,2.114,2.699,2.457,2.914,1.806,2.754,2.121,1.677,1.807,2.241,2.29,2.461,2.605,2.175,2.244,2.312]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"05_swap1k","values":{"total":[76.198,70.851,66.149,69.792,68.122,70.352,72.265,69.186,72.543,70.192,61.906,75.943,65.03,72.914,65.943],"script":[60.066,55.57,52.037,54.85,53.817,55.591,57.138,54.324,57.772,56.085,48.341,60.81,50.299,56.777,50.209],"paint":[13.578,14.263,12.416,13.144,12.914,12.04,13.108,12.413,13.018,12.372,11.567,13.253,12.226,13.374,14.315]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[78.011,83.992,84.275,76.724,84.872,84.49,85.077,80.479,84.956,85.785,76.414,84.999,83.818,84.368,81.972],"script":[43.955,49.741,50.117,43.004,50.71,50.237,51.209,46.954,50.633,50.668,43.225,50.756,49.646,50.52,48.228],"paint":[32.388,33.009,32.82,32.443,32.906,32.997,32.617,32.378,33.166,34.236,32.292,32.827,32.827,32.554,32.761]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"07_create10k","values":{"total":[827.573,828.933,822.919,803.976,844.955,818.501,831.693,832.782,834.646,838.01,834.222,828.499,813.1,821.906,842.21],"script":[406.589,401.636,394.252,381.51,405.219,392.621,399.603,404.585,406.028,405.843,406.286,406.657,395.114,393.622,414.834],"paint":[413.409,419.629,420.989,414.707,432.268,418.193,424.481,420.254,420.881,424.116,420.087,413.764,410.295,420.633,418.349]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[92.133,91.154,93.788,94.249,90.267,93.601,90.658,89.993,92.15,96.622,88.809,88.17,87.685,95.133,92.574],"script":[46.966,47.882,49.264,50.694,48.533,50.149,49.166,48.438,49.569,50.43,45.667,46.103,46.39,49.231,50.367],"paint":[44.052,42.331,43.18,42.273,40.762,42.391,40.192,40.562,41.227,44.851,41.88,41.003,40.244,44.579,41.103]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.254,27.775,29.073,29.065,25.152,28.019,31.019,29.071,26.75,28.312,27.613,27.376,27.671,29.078,28.826],"script":[25.149,25.789,26.823,27.557,22.974,25.838,28.779,26.043,24.725,25.275,25.421,25.909,25.368,26.677,26.876],"paint":[2.002,1.176,1.439,0.417,2.086,1.289,2.109,2.917,1.19,2.344,2.082,0.421,0.868,1.336,1.839]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5452957153320312]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.933345794677734]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.998492240905762]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3851823806762695]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[60.70518493652344]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2400000000002]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.604000000000001]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.51199999999997]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.8857421875]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.609375]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.2255859375]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[84.8]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[84.8]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"01_run1k","values":{"total":[43.835,44.113,44.102,44.721,44.861,44.365,44.612,44.48,48.688,45.019,47.944,44.871,45.342,45.241,47.267],"script":[8.058,9.179,8.283,8.401,8.405,8.126,8.451,9.555,8.74,8.528,8.642,9.17,8.698,8.687,9.162],"paint":[35.208,34.451,35.283,35.803,35.967,35.757,35.634,34.452,39.466,35.849,38.58,34.939,35.919,36.051,37.562]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"02_replace1k","values":{"total":[20.296,21.088,19.772,21.654,21.559,20.876,21.272,20.957,20.993,21.792,21.059,21.36,19.938,21.485,21.052],"script":[3.816,3.714,3.975,3.732,4.341,3.764,4.236,3.688,3.716,4.067,3.782,3.719,3.713,3.88,3.615],"paint":[15.785,16.829,15.225,17.222,16.603,16.453,16.472,16.724,16.649,17.163,16.643,17.029,15.538,16.984,16.895]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.767,23.266,23.651,22.412,21.801,22.865,22.178,24.348,22.471,21.122,22.061,21.83,21.627,24.991,22.697],"script":[3.041,3.648,4.194,3.936,4.033,3.795,3.374,4.308,3.97,3.44,3.573,3.234,3.718,4.3,3.802],"paint":[17.322,17.627,17.705,16.318,15.314,17.104,16.855,18.123,16.675,15.349,16.391,17.844,16.059,18.043,17.273]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"04_select1k","values":{"total":[4.335,4.628,4.897,4.755,3.957,4.805,4.397,5.279,4.055,5.449,4.914,5.452,4.613,5.272,5.366,5.234,4.368,4.915,4.179,5.852,4.916,4.44,3.751,4.946,4.877],"script":[1.312,2.015,1.241,2.103,1.232,1.072,1.315,1.503,1.386,2,1.138,1.044,1.192,1.708,2.048,1.299,1.063,0.963,1.188,1.45,1.561,1.019,1.174,1.975,1.635],"paint":[2.153,2.461,3.486,2.468,1.602,3.021,2.159,2.857,1.487,2.158,2.443,4.22,2.383,2.595,3.164,3.682,2.469,3.81,2.478,4.171,2.319,2.737,2.422,1.004,2.053]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"05_swap1k","values":{"total":[15.857,13.782,14.4,14.15,14.75,14.114,13.709,14.146,14.539,13.673,14.732,14.329,13.7,14.749,14.295],"script":[1.136,1.309,1.088,0.674,0.975,1.688,0.652,1.357,1.692,1.006,0.649,1.412,1.129,1.072,1.207],"paint":[12.845,10.349,12.203,10.712,11.888,11.108,10.692,11.668,10.785,10.725,12.525,11.022,11.16,11.511,11.224]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[42.297,42.849,44.219,42.372,42.61,41.713,41.888,42.825,42.902,41.933,44.911,42.941,41.304,43.049,45.174],"script":[8.395,8.171,8.355,8.506,8.246,8.176,8.425,8.304,8.434,8.152,7.974,8.459,8.071,8.197,8.547],"paint":[32.565,33.186,34.104,32.564,32.896,32.42,32.149,33.334,33.202,32.617,35.31,33.244,32.292,33.127,34.981]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"07_create10k","values":{"total":[604.659,609.225,611.699,608.361,612.778,603.684,610.388,600.198,608.529,601.897,607.485,607.91,607.093,609.563,603.109],"script":[203.699,200.937,202.713,202.682,202.886,205.401,204.367,202.21,203.664,202.987,202.416,203.847,205.354,206.329,202.959],"paint":[393.219,400.496,401.073,397.998,402.056,390.606,398.324,389.996,397.017,390.732,397.117,396.352,394.015,395.331,391.893]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[67.046,67.48,65.365,68.645,67.292,67.901,65.249,66.588,67.824,67.755,68.167,69.294,68.313,68.051,68.827],"script":[26.824,26.714,25.623,26.431,26.931,26.162,25.658,26.412,26.135,27.427,26.35,27.109,26.326,26.351,26.851],"paint":[38.896,39.516,38.737,40.889,39.059,40.722,38.252,39.172,40.67,39.313,40.756,41.191,40.703,40.723,40.763]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.969,24.172,25.134,24.111,24.214,23.774,23.481,24.169,25.11,24.327,25.207,23.182,23.059,24.75,24.792],"script":[21.437,21.876,22.687,22.129,22.217,21.951,21.431,21.469,22.429,21.462,22.566,20.909,21.192,22.565,22.47],"paint":[2.409,1.673,1.939,1.298,1.863,0.871,1.061,1.787,1.814,2.738,2.509,1.804,0.444,1.474,2.192]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8755073547363281]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.166145324707031]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.259284973144531]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.649518013000488]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.58977794647217]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2103.1859999999997]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.216]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.79600000000002]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[196.6845703125]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[57.80859375]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.017578125]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[97.3]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[97.3]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"01_run1k","values":{"total":[58.961,57.421,58.272,56.871,58.481,58.411,58.085,58.845,58.828,57.557,59.174,59.527,59.31,58.092,57.202],"script":[22.073,21.995,23.195,22.373,22.538,22.405,22.27,23.761,22.888,22.846,23.779,23.765,24.082,22.125,21.95],"paint":[36.41,34.68,34.619,34.042,35.439,35.268,35.347,34.327,35.153,34.242,34.935,35.263,34.793,35.47,34.805]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"02_replace1k","values":{"total":[19.728,18.215,18.138,18.357,17.94,18.759,19.117,19.302,19.402,19.955,19.823,18.227,19.753,18.616,18.657],"script":[2.724,2.89,3.008,2.903,3.029,2.97,2.932,3.057,2.872,2.954,3.049,2.897,2.861,2.985,3.004],"paint":[16.383,14.918,14.65,14.924,14.468,15.305,15.676,15.785,16.01,16.491,16.283,14.657,16.256,14.93,15.101]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.272,20.577,24.219,21.131,20.882,21.122,20.367,20.547,21.621,20.835,20.555,20.686,21.187,20.782,21.026],"script":[4.424,3.919,3.996,4.207,4.245,3.772,3.169,3.857,3.918,3.605,3.528,4.063,3.795,4.001,3.871],"paint":[15.471,14.521,18.012,14.831,15.264,15.752,15.618,15.008,16.415,15.26,15.428,15.111,14.755,14.643,16.111]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"04_select1k","values":{"total":[8.674,9.086,9.627,8.634,9.256,9.441,8.599,8.146,9.013,10.463,8.926,8.811,8.107,7.745,8.859,8.052,8.369,8.325,9.389,7.135,9.01,8.688,9.481,8.157,9.596],"script":[5.281,5.694,6.395,5.532,5.391,5.824,5.292,5.205,5.343,5.663,5.573,5.093,5.275,4.875,5.513,4.732,5.182,5.389,5.781,4.334,5.852,4.854,6.22,5.335,5.804],"paint":[1.951,2.299,2.094,1.934,3.239,2.766,2.309,1.802,3.013,4.166,2.743,3.077,1.969,2.346,2.123,2.139,2.216,1.633,2.107,2.657,2.346,3.636,2.065,1.988,3.438]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"05_swap1k","values":{"total":[14.17,13.733,16.967,14.376,14.434,14.253,15.687,14.644,14.459,14.58,13.85,14.207,14.103,14.145,13.771],"script":[1.959,1.617,2.461,2.239,1.926,2.094,2.101,1.562,2.131,1.523,2.075,2.171,1.915,2.25,1.514],"paint":[10.122,10.559,11.478,10.078,10.945,9.9,12.089,10.451,11.125,11.561,9.987,9.934,10.282,10.552,10.871]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.753,38.505,37.635,37.291,38.046,39.173,38.089,39.772,37.629,39.014,37.912,39.217,38.614,40.396,39.069],"script":[5.31,5.565,5.492,5.399,5.577,6.149,5.655,5.595,5.549,5.568,5.753,5.936,6.041,5.962,6.016],"paint":[31.702,31.045,30.798,30.98,30.939,31.699,31.632,32.775,30.372,31.983,31.127,32.066,31.206,32.75,31.728]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"07_create10k","values":{"total":[597.348,594.035,596.139,593.386,594.985,592.695,591.564,596.785,603.962,592.563,601.039,599.472,593.15,589.602,596.842],"script":[206.317,202.916,204.213,207.358,207.625,201.548,205.225,202.733,206.829,204.801,204.614,205.655,204.052,201.765,202.669],"paint":[383.294,383.501,384.497,378.481,379.901,383.217,378.822,386.594,389.39,380.114,388.606,385.862,381.47,380.565,386.703]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.707,57.261,59.895,56.896,59.623,57.548,58.614,57.629,59.977,58.391,58.314,57.557,59.314,57.349,58.246],"script":[19.837,19.627,19.693,18.933,19.467,19.319,19.465,19.454,19.561,19.489,19.53,18.994,19.697,19.285,20.004],"paint":[36.926,36.689,38.863,37.05,38.903,37.282,38.189,37.247,39.405,37.9,37.77,37.633,38.5,37.131,37.205]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.882,32.916,29.839,29.037,30.052,28.622,28.434,28.775,29.275,28.208,30.328,29.537,30.123,27.995,27.678],"script":[27.074,30.321,27.914,26.615,27.641,26.541,26.292,26.676,26.728,26.322,27.785,27.345,27.856,25.959,25.773],"paint":[1.693,2.059,0.986,2.297,2.247,1.095,1.974,2.002,2.415,1.781,2.397,1.365,1.495,1.047,1.173]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0963096618652344]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.907135963439941]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.947739601135254]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.3950443267822266]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[74.92639255523682]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3002.2960000000003]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.591999999999999]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.27200000000002]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[362.345703125]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[224.068359375]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.767578125]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[325]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[325]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"01_run1k","values":{"total":[50.661,52.368,51.065,52.453,51.481,53.398,51.266,51.034,51.922,51.106,53.63,52.463,51.59,52.143,52.388],"script":[15.66,16.74,15.802,16.712,16.285,17.242,15.652,15.715,16.009,16.052,16.545,16.631,16.422,16.193,16.507],"paint":[34.547,35.129,34.762,35.232,34.715,35.714,35.104,34.761,35.433,34.594,36.544,35.381,34.737,35.512,35.372]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"02_replace1k","values":{"total":[21.446,21.744,21.618,21.901,22.64,23.023,21.971,22.128,21.952,23.309,22.274,21.714,21.997,22.857,20.584],"script":[6.107,6.286,5.935,5.781,5.422,6.073,5.899,6.254,6.105,5.991,5.701,6.195,5.735,5.445,5.357],"paint":[14.873,14.995,15.206,15.471,16.734,16.305,15.621,15.294,15.357,16.685,16.098,15.05,15.541,16.873,14.759]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.078,26.395,26.415,28.091,27.519,27.442,28.581,27.326,26.668,27.091,26.688,26.482,27.535,27.686,27.048],"script":[9.237,8.717,9.769,10.058,8.567,9.864,8.555,9.03,8.834,9.393,9.924,8.753,8.955,10.023,10.036],"paint":[15.488,15.528,14.501,16.145,16.476,15.799,17.782,16.9,16.206,15.845,15.009,15.643,17.286,16.052,14.911]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"04_select1k","values":{"total":[11.313,10.605,11.391,10.802,9.903,11.18,10.671,9.514,11.315,9.083,11.298,11.778,10.958,10.994,9.056,9.389,11.899,10.626,10.179,10.032,10.161,10.363,10.354,9.662,10.945],"script":[7.546,7.178,7.366,6.425,6.528,7.215,7.425,6.882,6.821,6.395,8.009,7.98,7.096,7.41,6.339,6.74,7.753,7.503,6.808,6.614,6.695,6.983,6.943,6.484,7.045],"paint":[2.489,2.239,3.783,3.067,3.247,2.717,2.337,2.136,3.846,2.561,2.371,3.548,2.721,2.777,2.586,1.831,2.949,2.298,2.394,2.219,2.467,3.19,2.089,2.631,2.618]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"05_swap1k","values":{"total":[20.08,19.278,20.048,20.739,19.348,20.842,19.538,19.628,18.424,20.383,20.396,20.889,18.862,20.665,19.858],"script":[7.349,6.385,7.42,7.225,7.404,7.452,6.474,7.166,6.632,7.838,8.153,6.946,7.345,7.167,7.16],"paint":[11.096,10.324,9.865,11.972,9.864,10.735,11.562,10.344,10.278,11.068,11.156,12.036,10.17,11.356,10.659]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[46.073,44.303,46.606,46.307,43.847,45.632,45.447,43.271,45.062,45.901,45.58,47.214,45.282,45.385,44.18],"script":[11.18,11.54,11.736,11.778,11.094,11.69,11.07,10.82,11.535,12.353,11.609,11.988,11.717,11.839,11.422],"paint":[33.237,31.852,33.083,32.547,31.88,32.727,33.5,31.349,32.683,32.513,33.025,34.364,32.31,32.478,31.747]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"07_create10k","values":{"total":[672.567,680.819,684.215,688.969,680.399,688.648,687.44,684.868,676.308,680.759,668.554,684.303,680.263,673.484,687.422],"script":[286.535,286.701,288.203,289.444,287.216,289.984,287.478,288.765,287.776,286.976,284.054,287.418,287.326,285.279,286.033],"paint":[378.625,386.987,388.407,392.032,385.783,390.937,392.51,388.373,381.014,386.409,377.195,389.281,385.601,380.799,393.843]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.944,54.653,54.082,56.482,55.676,55.402,57.606,55.716,55.68,55.471,56.693,56.97,54.863,56.565,55.512],"script":[17.157,16.104,15.618,17.63,17.345,16.6,17.444,16.16,16.852,17.056,17.308,17.239,16.191,17.087,17.447],"paint":[37.617,37.641,37.593,37.613,37.144,37.883,39.313,38.653,37.6,37.472,38.392,38.733,37.701,38.316,36.891]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.058,18.317,17.036,17.514,17.692,16.592,18.569,17.744,16.114,18.712,16.454,16.848,17.255,17.384,18.539],"script":[15.192,15.889,15.293,14.184,15.492,14.133,15.891,15.472,14.563,16.564,13.99,14.762,15.069,15.498,16.029],"paint":[1.646,1.585,0.775,2.997,1.321,2.356,2.402,2.145,0.917,1.347,1.873,1.961,2.07,1.784,1.542]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.979161262512207]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.056211471557617]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.566910743713379]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8446550369262695]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.39378356933594]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.73]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.847999999999999]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.42]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[281.5166015625]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[143.240234375]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.1767578125]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[227.6]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[227.6]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"01_run1k","values":{"total":[41.919,41.82,41.956,41.577,41.8,41.505,42.223,45.558,41.506,41.853,43.026,43.413,42.603,42.641,41.951],"script":[8.052,8.701,8.363,7.946,8.089,8.47,8.413,8.676,7.949,8.046,8.977,8.084,8.795,8.713,8.073],"paint":[33.44,32.659,33.085,33.198,33.185,32.589,33.333,36.24,32.823,33.087,33.611,34.863,33.37,33.46,33.443]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"02_replace1k","values":{"total":[16.205,16.986,17.222,18.312,17.508,17.62,18.199,17.777,17.747,17.836,16.677,17.813,18.171,17.094,18.153],"script":[1.247,1.434,1.43,1.314,1.234,1.313,1.371,1.27,1.343,1.419,1.312,1.297,1.296,1.423,1.276],"paint":[14.469,15.042,15.128,16.411,15.773,15.9,16.129,15.923,15.92,15.775,14.971,16.098,16.212,15.156,16.338]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.422,18.136,19.366,19.25,19.527,20.041,19.621,19.785,19.087,19.39,18.777,19.05,19.021,18.078,18.464],"script":[1.353,1.299,1.442,2.131,1.405,2.055,1.964,2.082,1.432,2.096,1.034,1.538,1.308,1.481,1.757],"paint":[16.907,15.377,16.206,15.894,15.713,15.782,15.516,15.737,15.771,15.288,16.043,15.918,15.615,14.516,14.856]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"04_select1k","values":{"total":[2.864,3.639,4.374,3.518,3.145,4.634,5.122,3.659,3.369,4.336,3.283,4.027,3.189,3.834,3.74,3.144,3.705,3.951,4.199,3.575,3.828,3.892,3.565,3.362,4.162],"script":[0.543,1.514,0.949,1.261,0.951,1.259,1.651,1.122,1.023,1.13,0.959,1.205,0.927,1.263,0.569,0.819,0.612,1.185,1.163,0.877,0.948,0.831,0.931,0.899,1.366],"paint":[1.16,1.86,3.176,1.63,1.457,2.197,3.35,1.524,2.241,3.079,1.579,1.375,1.515,1.712,2.032,1.21,2.527,1.776,1.936,1.732,1.992,1.705,2.525,1.689,1.443]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.267,15.565,13.37,14.207,14.419,13.686,13.387,13.448,14.19,13.053,13.815,13.553,13.481,13.819,13.119],"script":[1.27,1.216,1.087,1.278,0.952,1.493,1.219,0.885,0.647,1.045,1.11,1.094,0.569,1.208,1.048],"paint":[10.161,11.558,10.655,11.699,11.813,10.311,10.47,11.297,11.588,10.247,11.366,10.977,11.13,10.449,10.748]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[36.846,35.619,35.293,37.285,36.155,37.685,36.699,35.599,35.347,36.258,37.793,37.79,35.413,36.757,37.149],"script":[2.587,2.566,2.517,2.571,2.418,2.503,2.532,2.418,2.467,2.522,2.433,2.546,2.444,2.486,2.487],"paint":[33.083,31.762,32.008,33.054,32.613,34.296,32.956,32.1,31.887,32.541,33.783,34.075,31.571,32.92,33.546]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"07_create10k","values":{"total":[472.528,479.335,482.151,467.221,472.066,458.823,469.017,467.724,465.82,471.813,468.663,468.79,461.994,471.26,465.4],"script":[89.204,92.378,92.098,90.245,91.777,90.798,94.087,90.543,91.351,92.27,92.342,93.076,93.866,92.506,93.586],"paint":[375.344,379.12,382.394,369.09,372.497,360.368,367.244,369.583,366.66,371.273,368.095,368.095,360.221,370.547,364.006]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.186,46.742,47.026,50.194,47.482,47.805,46.891,47.35,48.048,47.39,47.427,47.257,46.788,47.495,49.711],"script":[8.321,8.251,9.107,8.141,9.03,9,9.273,9.039,8.836,8.7,8.791,8.488,8.847,8.708,9.218],"paint":[37.877,37.584,36.675,40.768,37.255,37.612,36.71,37.319,38.217,37.434,37.707,37.813,36.986,37.745,39.248]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.05,15.634,15.605,15.16,15.645,15.583,15.641,15.931,15.684,15.353,15.407,15.809,15.796,16.012,15.134],"script":[13.566,13.022,13.667,12.987,13.214,13.784,13.509,13.4,13.894,13.404,13.672,12.877,13.027,14.007,13.171],"paint":[0.391,2.042,1.847,1.622,2.343,1.694,2.033,2.35,0.828,1.651,1.645,2.839,2.279,1.919,1.174]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4917144775390625]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.667008399963379]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.687101364135742]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.6526479721069336]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.31086540222168]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.6100000000001]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.475999999999997]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[145.45200000000003]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.7607421875]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.4873046875]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.2451171875]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.5]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[54.5]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"01_run1k","values":{"total":[99.898,104.023,99.455,97.92,101.794,98.512,100.828,99.845,99.625,101.332,101.92,101.802,100.032,99.811,106.646],"script":[66.056,70.075,66.227,63.898,68.554,64.686,67.407,66.082,66.439,68.12,63.963,66.06,66.765,65.858,68.927],"paint":[33.618,33.748,33.017,33.808,33.02,33.618,33.223,33.55,32.999,32.979,37.694,35.532,33.037,33.754,37.421]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"02_replace1k","values":{"total":[117.834,113.213,120.226,115.091,113.773,118.986,118.886,111.391,114.865,113.346,113.333,117.607,117.046,119.588,118.998],"script":[79.226,78.928,79.29,76.427,79.38,79.789,84.693,77.399,79.25,78.929,78.481,76.675,78.34,80.29,80.431],"paint":[38.298,34.069,40.646,38.367,34.19,38.943,33.99,33.801,35.236,34.212,34.438,40.543,38.456,39.022,38.133]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[78.69,80.313,78.55,78.987,78.727,78.578,78.608,78.618,78.16,76.757,78.845,73.644,78.978,77.845,74.842],"script":[40.52,40.773,40.219,39.316,40.39,39.396,38.948,39.14,39.032,38.222,38.81,38.019,39.161,39.473,37.234],"paint":[37.085,38.69,36.793,38.648,35.828,36.646,37.407,37.418,37.213,37.36,38.025,34.269,38.159,38.045,36.525]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"04_select1k","values":{"total":[47.101,50.78,52.996,51.321,53.155,43.652,41.037,45.267,47.46,48.34,45.687,49.151,47.741,41.428,43.753,47.501,52.662,52.642,46.839,48.387,48.141,49.895,44.136,45.203,52.137],"script":[7.589,5.164,6.832,7.066,5.64,7.439,6.936,8.931,6.674,7.285,7.704,7.662,8.562,7.001,7.332,5.91,7.241,7.87,7.715,7.616,8.305,7.422,7.268,7.208,7.536],"paint":[28.874,28.176,28.017,27.921,27.025,27.468,27.809,28.847,26.88,27.216,28.135,30.148,28.006,27.904,30.401,26.453,27.967,30.139,27.739,29.531,29.606,28.273,27.338,27.231,27.736]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"05_swap1k","values":{"total":[32.602,33.475,32.355,35.788,67.128,32.477,28.109,31.961,33.973,31.776,32.201,31.459,31.182,30.902,63.067],"script":[6.997,7.274,7.354,8.002,7.072,7.504,5.957,6.65,7,7.229,7.154,7.205,7.52,6.929,7.062],"paint":[23.662,23.406,24.637,24.147,21.765,22.54,21.741,24.101,22.565,24.139,23.837,22.932,23.41,23.739,21.952]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[30.909,30.785,28.574,28.108,23.88,27.658,27.638,29.575,26.951,29.724,28.004,31.373,24.798,31.531,36.091],"script":[2.902,2.739,2.497,2.128,2.01,2.243,2.578,2.654,2.654,3.026,2.969,2.873,2.411,3.172,2.438],"paint":[17.604,19.471,17.733,18.775,19.638,19.903,19.447,18.853,18.882,19.524,18.297,19.764,18.608,19.518,19.419]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"07_create10k","values":{"total":[977.287,981.58,1017.865,1020.626,971.242,963.682,1021.519,993.905,982.469,988.988,970.361,963.866,968.556,970.945,971.919],"script":[611.456,608.789,652.848,651.669,599.481,599.15,626.473,640.319,611.95,615.096,600.911,612.529,604.396,600.362,607.331],"paint":[361.84,368.907,361.004,364.901,365.394,360.639,390.91,349.637,366.465,369.844,365.659,345.962,360.118,364.924,360.63]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[102.416,98.384,94.146,93.423,97.183,101.821,95.915,95.105,93.759,94.514,97.978,99.162,98.646,96.992,103.357],"script":[57.941,56.88,55.709,55.243,56.415,58.044,57.651,57.523,54.771,56.417,57.803,58.157,59.15,57.346,57.536],"paint":[43.716,40.958,38.087,37.827,40.116,43.261,37.912,37.182,38.437,37.72,39.801,40.504,39.013,39.251,45.141]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[82.628,78.418,76.576,76.261,76.932,79.532,79.205,75.925,79.426,78.485,76.575,78.147,81.488,77.738,80.547],"script":[76.115,73.538,71.595,72.247,70.699,75.617,73.183,72.495,74.613,71.517,71.155,73.414,75.114,72.762,75.94],"paint":[5.575,4.229,3.99,3.742,3.93,3.28,4.152,3.15,3.656,4.933,3.842,2.913,3.9,4.27,3.365]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[7.982436180114746]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[21.85454559326172]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[25.301430702209473]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[41.98305034637451]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[130.49584197998047]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[15602.664000000002]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[232.08000000000018]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[390.45600000000024]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[2878.888671875]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[2739.7021484375]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[264.0654296875]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[3501.6]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[3501.6]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"01_run1k","values":{"total":[45.491,47.423,44.725,47.837,45.387,46.822,45.383,45.678,44.486,44.379,46.862,46.777,49.904,48.205,44.625],"script":[9.829,9.748,9.583,11.078,9.498,10.92,9.924,9.8,9.559,9.517,11.152,11.109,10.422,10.346,9.785],"paint":[35.13,37.219,34.652,36.274,35.428,35.468,34.97,35.375,34.417,34.373,35.195,34.955,38.745,37.334,34.345]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"02_replace1k","values":{"total":[18.665,18.388,19.506,19.118,18.105,18.688,18.127,17.751,17.767,19.017,18.518,17.782,18.315,17.849,16.897],"script":[2.146,1.991,2.144,1.986,2.119,2.085,2.184,1.924,2.046,1.983,1.928,2.11,1.916,2.088,2.03],"paint":[15.891,15.888,16.854,16.574,15.384,15.947,15.483,15.361,15.137,16.517,16.071,15.052,15.771,15.1,14.426]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.646,21.922,22.648,22.337,21.955,21.881,22.28,22.027,22.633,24.103,22.641,22.732,22.198,21.744,21.725],"script":[5.207,4.778,5.113,5.471,4.676,4.892,4.384,5.45,5.526,4.902,4.865,4.858,4.851,4.703,4.273],"paint":[16.395,15.519,15.622,14.696,16.023,15.258,15.806,14.881,15.032,16.905,16.262,15.423,16.024,16.114,15.844]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"04_select1k","values":{"total":[6.972,8.588,6.738,7.733,6.281,8.286,7.743,8.413,7.302,8.708,7.045,7.956,7.747,7.428,7.912,7.75,7.364,8.023,7.828,7.055,7.545,6.829,7.266,8.249,7.924],"script":[4.5,4.908,4.719,5.078,4.345,5.045,4.494,5.35,4.756,5.152,4.793,4.704,4.462,4.556,5.226,4.081,3.854,4.161,4.4,4.535,4.895,3.745,3.866,4.697,4.582],"paint":[1.406,2.757,1.886,2.518,1.117,1.516,1.474,2.85,2.403,2.283,1.482,3.06,1.974,1.55,2.512,3.434,2.586,3.688,2.619,2.365,2.519,1.638,2.762,3.356,2.347]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"05_swap1k","values":{"total":[17.184,17.139,17.116,16.597,16.875,17.382,18.525,16.649,17.099,18.723,16.71,16.771,16.516,16.982,16.603],"script":[4.636,4.61,4.018,4.096,4.207,4.311,4.712,4.337,4.882,4.762,4.145,4.606,4.289,4.642,4.043],"paint":[10.658,10.617,10.631,10.514,11.441,12.06,11.428,10.395,10.84,10.528,10.652,10.874,9.908,10.939,11.561]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[36.781,36.103,37.361,35.952,37.848,35.746,36.806,39.385,41.194,36.656,36.118,38.413,36.317,36.533,35.562],"script":[3.831,3.88,3.861,3.683,3.714,3.38,3.984,4.167,4.346,3.596,3.596,4.063,3.829,3.991,3.752],"paint":[31.448,30.987,31.786,31.444,33.019,31.544,31.375,33.831,35.637,32.088,31.743,32.876,31.623,31.684,30.982]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"07_create10k","values":{"total":[533.153,532.094,518.674,513.593,532.966,542.373,519.659,517.53,517.041,517.825,532.106,541.708,502.375,510.613,509.451],"script":[131.062,133.803,129.66,130.926,130.369,132.306,133.276,130.523,132.258,133.31,132.481,131.386,127.72,130.963,130.392],"paint":[394.382,390.345,381.345,374.572,394.556,401.893,378.662,379.53,376.756,376.215,391.365,402.059,367.251,371.973,371.601]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.628,51.298,52.337,51.516,50.664,48.707,50.731,51.39,49.677,50.602,50.728,49.78,50.725,52.511,50.936],"script":[10.609,11.069,11.769,11.94,11.983,10.564,11.09,10.895,10.614,11.931,11.713,10.675,11.694,11.636,11.803],"paint":[37.095,39.223,39.559,38.389,37.756,37.294,38.671,39.28,38.139,37.666,38.058,38.173,38.068,39.881,38.165]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.499,22.956,23.754,26.629,27.183,22.722,24.829,25.327,25.424,25.148,24.537,24.023,25.854,26.208,25.975],"script":[20.855,20.248,21.71,24.596,24.492,20.593,22.683,22.862,23.102,22.908,22.567,22.23,23.485,23.871,23.609],"paint":[2.527,2.594,0.834,1.923,1.894,1.527,1.146,2.355,1.722,2.134,1.879,1.191,2.25,1.365,1.803]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5507087707519531]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7878313064575195]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.8028478622436523]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.834589958190918]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.26653289794922]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.4499999999998]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.636]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.48399999999998]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.177734375]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.9033203125]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.41796875]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.6]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[68.6]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"01_run1k","values":{"total":[42.664,40.176,41.542,40.383,39.926,43.075,44.189,40.746,40.916,40.217,42.536,40.754,40.924,41.804,40.497],"script":[6.126,5.079,5.474,5.128,5.115,5.289,5.263,5.122,5.142,5.146,5.621,5.44,5.27,5.641,5.172],"paint":[36.02,34.658,35.396,34.797,34.35,37.295,38.191,35.151,35.033,34.633,36.424,34.817,35.193,35.447,34.798]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"02_replace1k","values":{"total":[19.551,19.484,19.416,19.772,19.425,20.044,18.219,18.974,19.361,18.8,18.519,18.252,20.005,18.65,19.046],"script":[3.049,2.893,2.683,2.661,2.621,3.084,2.84,3.1,2.671,2.985,3.275,2.813,3.023,2.888,2.925],"paint":[16.048,15.94,16.262,16.49,16.354,16.345,14.796,15.413,16.201,15.281,14.78,14.964,16.5,15.121,15.579]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.557,18.368,21.169,20.255,19.639,21.455,20.514,19.308,19.128,19.212,18.848,21.142,20.458,19.635,19.044],"script":[1.939,2.235,3.314,2.387,2.241,2.682,2.628,2.439,2.438,2.237,2.518,2.487,3.17,2.436,2.287],"paint":[16.486,14.516,15.747,15.608,15.249,16.905,15.718,15.321,15.136,14.926,14.933,16.756,15.991,15.938,15.03]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"04_select1k","values":{"total":[3.62,4.072,4.776,4.969,4.579,3.692,3.922,3.485,3.97,4.267,2.885,4.017,5.027,3.848,4.263,4.097,4.88,4.064,5.174,3.875,4.946,3.618,4.051,3.734,3.587],"script":[1.086,1.01,1.228,0.957,0.954,0.665,0.966,0.989,0.886,1.515,1.105,1.97,1.249,1,1.493,1.669,1.252,1.208,1.587,1.25,1.23,1.231,1.186,1.594,1.084],"paint":[1.667,2.254,2.418,2.779,2.903,2.916,2.85,2.386,1.817,2.044,1.662,1.913,2.171,2.543,2.648,2.297,3.419,2.047,1.963,1.633,3.451,2.256,2.273,2.039,2.399]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"05_swap1k","values":{"total":[13.712,13.549,12.988,13.535,13.218,12.698,13.632,13.465,12.526,12.706,12.838,12.59,12.914,13.563,13.892],"script":[1.333,0.892,0.306,1.544,0.852,0.274,0.971,1.558,1.206,0.957,0.633,1.091,0.706,1.281,0.915],"paint":[9.82,10.909,11.075,10.156,10.956,11.055,11.417,10.805,10.192,10.153,10.875,10.5,10.597,9.647,10.443]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[38.388,37.888,37.745,41.156,37.531,38.919,37.287,37.623,37.692,38.665,37.392,40.346,36.21,38.904,36.937],"script":[5.571,5.113,5.123,5.277,5.502,5.266,5.356,5.043,5.473,5.482,5.03,4.914,4.911,5.255,4.983],"paint":[31.685,31.369,31.741,35.004,31.201,32.793,30.725,31.354,30.585,32.066,31.293,34.621,30.147,32.287,31.095]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"07_create10k","values":{"total":[433.392,437.541,429.14,442.165,436.614,446.866,435.833,432.051,427.178,440.843,434.819,434.151,439.468,430.415,435.829],"script":[73.439,71.639,71.06,72.906,71.946,70.692,72.319,71.1,70.669,72.467,72.67,70.904,71.442,70.48,72.014],"paint":[352.482,358.423,350.617,360.78,357.17,368.708,356.038,353.6,349.052,360.687,354.582,355.376,360.544,352.296,356.348]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.539,45.474,44.398,43.449,44.654,44.875,44.701,43.917,44.11,44.557,44.924,44.875,47.868,44.363,44.162],"script":[5.584,6.049,5.634,5.649,5.54,5.426,5.466,5.532,5.579,6.056,6.091,6.011,5.776,5.797,5.602],"paint":[38.048,38.194,37.566,36.874,37.889,38.265,38.301,37.497,37.713,37.628,37.631,37.941,40.921,37.662,37.653]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.204,17.193,17.992,17.282,16.984,17.212,17.935,17.246,17.073,17.671,15.182,17.421,17.933,16.657,17.253],"script":[14.736,14.993,15.571,14.777,15.117,14.406,15.106,15.305,15.046,15.499,13.458,15.567,15.333,15.085,14.591],"paint":[1.36,2.089,2.263,2.412,1.313,1.413,2.326,1.131,0.992,2.063,1.628,1.725,2.485,1.476,2.529]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7873821258544922]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.623258590698242]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.759828567504883]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.029646873474121]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.079679489135742]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2177.13]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[6.031999999999999]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[130.09599999999998]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[209.3095703125]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[71.0341796875]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[17.8583984375]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[125.4]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[125.4]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"01_run1k","values":{"total":[43.237,43.19,42.424,45.977,44.776,44.994,43.455,44.723,42.555,43.139,45.846,44.53,44.456,45.667,44.597],"script":[6.706,6.795,6.645,7.467,6.569,6.89,6.955,6.497,6.532,6.496,6.66,7.282,6.495,7.332,7.241],"paint":[36.046,35.937,35.255,37.994,37.728,37.666,35.996,37.74,35.516,36.044,38.681,36.711,37.354,37.846,36.85]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"02_replace1k","values":{"total":[16.341,16.958,16.814,25.711,19.881,16.563,18.124,17.051,17.877,20.078,18.172,23.467,27.026,26.28,26.156],"script":[1.479,1.417,1.474,1.67,1.579,1.47,1.567,1.531,1.485,1.556,1.547,1.7,1.703,1.66,1.713],"paint":[14.719,15.382,14.723,14.762,16.281,14.947,15.296,15.362,15.073,14.669,14.905,15.147,15.684,14.963,16.195]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.797,18.353,18.379,18.696,18.131,18.505,19.658,17.622,17.338,18.336,17.701,18.682,19.275,17.833,19.41],"script":[1.995,1.412,1.203,1.53,2.336,0.84,2.227,0.398,2.008,1.881,2.297,1.032,1.853,1.009,2.474],"paint":[15.432,16.811,16.704,16.353,15.344,16.786,16.851,17.086,14.441,16.185,14.656,16.618,16.725,16.68,16.81]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"04_select1k","values":{"total":[3.516,4.019,4.126,3.486,3.774,3.487,3.714,3.38,4.037,4.473,5.14,3.713,3.767,3.825,3.093,3.835,4.123,4.015,2.918,4.848,3.67,4.077,3.891,4.146,3.832],"script":[1.15,1.705,1.241,1.09,1.651,0.547,0.984,0.667,0.949,1.087,0.738,1.386,0.315,1.2,0.798,1.142,1.19,0.842,1.035,0.982,0.204,1.212,0.67,0.8,1.207],"paint":[1.715,1.775,2.372,2.077,1.603,2.341,1.613,2.391,2.245,2.629,2.689,2.219,2.582,1.698,1.323,2.261,2.815,2.015,1.464,2.28,2.434,2.767,2.386,3.223,1.42]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"05_swap1k","values":{"total":[12.577,12.365,12.566,12.308,12.526,12.267,13.822,12.919,12.276,12.217,12.804,13.364,13.033,13.533,12.377],"script":[0.827,0.21,0.92,1.157,0.928,1.378,1.749,0.262,0.366,1.007,0.53,0.728,1.78,1.632,1.367],"paint":[11.625,11.181,10.124,11.026,10.851,9.988,11.823,11.656,11.328,11.093,12.146,12.517,9.909,11.756,10.887]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.851,18.39,18.316,18.511,17.955,17.672,17.806,17.909,18.316,18.12,18.058,18.269,18.265,18.645,17.793],"script":[0.589,0.683,0.595,0.583,0.353,0.556,0.478,0.334,0.607,0.578,0.574,0.583,0.617,0.643,0.26],"paint":[15.761,16.232,16.123,16.552,16.273,16.342,16.26,16.781,16.048,16.703,16.519,16.735,16.582,16.501,16.641]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"07_create10k","values":{"total":[477.374,466.045,476.634,473.687,460.012,461.713,476.332,453.94,476.111,457.307,471.522,469.32,463.197,480.466,474.101],"script":[92.548,83.668,91.082,89.273,86.541,84.736,91.534,90.132,95.975,83.232,91.18,85.224,81.89,93.181,90.366],"paint":[376.715,374.429,377.322,376.66,364.988,369.228,376.401,355.987,372.047,365.658,372.608,376.139,373.81,379.272,376.008]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.656,46.791,46.857,44.365,46.573,47.355,45.154,47.427,46.548,45.54,44.774,46.627,44.078,49.214,47.022],"script":[5.847,5.706,5.774,5.841,5.745,5.797,5.795,5.771,5.752,5.785,5.695,5.709,5.636,5.654,5.729],"paint":[37.839,40.123,40.077,37.596,39.813,40.488,38.446,40.452,39.734,38.821,38.104,39.931,37.599,42.34,40.069]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.965,16.218,16.226,15.753,15.376,15.394,15.362,15.897,15.6,15.39,15.932,16.394,15.624,15.903,15.746],"script":[14.213,13.776,14,13.58,13.403,13.919,13.209,13.646,13.579,13.789,13.324,14.064,13.491,13.779,13.845],"paint":[1.657,2.36,1.454,1.824,1.882,0.448,1.409,2.154,0.995,0.865,2.494,1.216,2.027,2.022,1.291]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8236570358276367]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.32126522064209]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.438455581665039]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2523231506347656]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.75233173370361]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2405.8450000000003]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.047999999999998]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[152.62]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[255.880859375]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[117.6025390625]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[30.4853515625]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[173.9]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[173.9]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"01_run1k","values":{"total":[57.493,57.709,58.103,56.494,56.531,57.555,56.396,55.908,59.264,58.204,56.954,58.872,54.708,57.691,56.966],"script":[19.757,20.796,21.489,20.215,20.371,20.417,19.917,19.669,22.034,21.172,20.171,21.34,19.409,21.219,20.903],"paint":[37.285,36.457,35.903,35.795,35.646,36.672,36.034,35.773,36.522,36.432,36.333,36.765,34.832,36.009,35.558]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"02_replace1k","values":{"total":[30.838,31.206,30.226,29.729,31.178,30.181,30.259,30.452,31.917,30.33,30.365,31.23,32.171,32.97,32.811],"script":[15.331,15.823,14.697,14.649,16.19,14.86,14.917,14.915,15.838,15.171,14.765,15.626,16.332,16.254,16.281],"paint":[14.994,14.755,15.049,14.626,14.515,14.728,14.838,14.941,15.548,14.509,14.943,15.115,15.336,16.282,15.868]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[71.791,71.618,74.029,72.457,71.303,70.33,70.153,73.708,71.363,71.016,70.674,72.884,71.337,72.225,72.32],"script":[52.876,53.691,53.014,52.479,52.547,52.206,52.344,55.873,53.181,52.194,52.42,54.429,53.194,53.917,54.61],"paint":[17.242,16.146,18.835,17.79,16.947,16.628,16.751,15.453,16.041,15.897,16.577,16.518,16.236,16.886,15.437]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"04_select1k","values":{"total":[55.426,55.942,56.719,60.054,55.126,60.383,58.262,55.196,55.616,54.914,54.779,54.663,55.399,61.356,65.848,63.214,55.215,55.608,58.338,61.464,54.381,58.384,54.475,55.492,63.526],"script":[50.65,51.306,52.114,56.076,50.322,56.888,53.866,51.835,51.59,50.595,50.658,50.779,50.726,57.309,60.626,57.844,51.427,51.815,54.127,57.104,50.949,53.775,50.523,50.735,58.078],"paint":[3.598,3.497,3.066,1.864,2.925,2.272,2.496,1.825,3.38,2.117,2.884,2.952,3.24,2.192,3.709,3.765,2.519,3.102,2.785,3.526,2.376,3.242,3.101,2.879,4.032]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"05_swap1k","values":{"total":[64.875,64.395,65.059,64.054,65.718,67.063,67.563,65.854,64.921,64.085,64.424,64.508,64.219,71.812,66.559],"script":[51.187,51.001,51.928,51.242,52.29,53.551,54.657,51.867,51.447,51.21,51.593,51.746,51.622,57.889,51.853],"paint":[11.258,11.749,10.658,11.346,11.864,10.089,11.085,12.067,11.43,11.846,11.874,11.262,10.719,11.384,12.843]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[63.892,63.33,61.968,63.798,61.783,60.601,61.657,62.531,62.794,61.769,61.508,63.871,61.624,63.794,61.504],"script":[30.659,30.776,30.032,30.554,29.307,28.97,29.171,29.935,29.851,29.532,29.136,31.145,29.112,30.627,28.908],"paint":[32.258,31.8,30.846,31.86,31.319,30.418,31.643,31.36,31.633,31.379,31.3,31.937,31.55,31.986,31.743]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"07_create10k","values":{"total":[671.255,698.165,660.207,668.772,669.354,679.399,661.61,671.746,669.463,672.229,673.386,682.708,678.305,675.374,666.609],"script":[276.535,287.609,275.095,277,277.801,287.239,276.196,280.598,275.951,278.666,278.361,283.979,276.259,274.852,274.895],"paint":[387.213,402.651,377.228,384.118,384.023,384.524,377.406,383.588,385.497,386.016,387.148,391.065,394.23,392.99,384.147]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[83.549,85.795,83.16,83.694,82.967,84.59,84.774,84.677,84.343,83.624,84.201,83.976,85.85,88.041,87.898],"script":[40.819,40.315,39.684,40.138,40.396,40.124,40.312,40.507,40.811,39.761,40.046,40.24,41.102,40.508,41.272],"paint":[41.847,44.486,42.49,42.587,41.59,43.496,43.486,43.173,42.324,42.854,43.212,42.731,43.64,46.283,45.298]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.926,29.151,29.151,29.062,29.828,29.831,28.312,29.267,29.575,29.123,27.922,30.983,28.622,32.087,29.685],"script":[30.324,27.111,27.057,26.907,27.517,27.643,25.833,27.31,27.441,26.335,25.462,28.599,26.441,29.288,27.219],"paint":[2.492,1.924,1.36,1.169,2.203,2.057,2.353,1.833,1.141,1.797,2.301,2.261,2.072,2.205,1.636]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.7478036880493164]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[11.076472282409668]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[19.818675994873047]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[10.123626708984375]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[95.37626838684082]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.925]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[58.132]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[169.864]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[575.3974609375]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[436.837890625]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[127.9482421875]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[784.8]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[784.8]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"01_run1k","values":{"total":[37.461,36.206,36.502,35.776,36.088,36.472,38.342,36.359,35.549,36.865,38.71,35.75,36.057,36.856,36.012],"script":[1.759,1.86,1.786,1.856,1.837,1.829,1.994,1.878,1.875,1.727,1.714,1.859,1.82,1.886,1.827],"paint":[35.235,33.86,34.217,33.477,33.818,33.93,35.887,33.792,33.042,34.447,36.549,33.363,33.818,34.543,33.743]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"02_replace1k","values":{"total":[16.567,16.796,17.286,18.968,17.165,16.773,17.9,17.494,18.142,17.202,17.022,16.719,16.635,17.255,18.103],"script":[1.486,1.547,1.523,1.368,1.525,1.426,1.364,1.401,1.485,1.374,1.434,1.481,1.402,1.539,1.514],"paint":[14.612,14.775,15.261,17.075,15.106,14.784,15.987,15.448,16.19,15.365,15.135,14.64,14.83,15.031,16.074]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.632,18.642,20.159,19.316,18.48,19.218,19.662,18.802,19.731,20.049,19.75,18.872,18.958,18.142,19.676],"script":[1.808,1.005,1.525,1.494,1.717,1.567,2.191,1.482,1.444,1.508,1.578,1.659,1.876,1.435,1.544],"paint":[15.899,16.666,16.833,16.676,15.642,15.788,15.991,15.775,16.696,16.595,16.23,15.657,15.273,14.693,16.466]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"04_select1k","values":{"total":[4.371,3.899,4.031,3.878,4.566,4.432,3.904,4.752,4.206,3.611,5.095,3.296,4.713,4.625,4.55,4.334,3.689,4.611,4.107,5.252,4.729,4.581,3.946,4.629,3.899],"script":[1.778,1.087,1.302,1.328,1.705,1.327,1.372,1.008,1.263,1.335,1.519,1.295,2.115,1.511,1.703,1.505,1.378,1.216,1.908,1.954,1.388,1.505,1.332,2.104,1.232],"paint":[1.939,2.663,1.411,1.734,2.393,1.83,1.49,2.799,1.788,1.527,3.403,1.867,2.052,2.799,0.993,1.779,2.188,2.757,1.556,2.057,2.074,2.132,1.599,1.589,1.42]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"05_swap1k","values":{"total":[12.871,12.726,12.694,12.966,12.5,12.468,13.314,13,12.842,12.937,13.358,13.945,12.483,13.161,14.069],"script":[0.968,0.117,1.022,0.35,0.118,0.106,0.121,0.992,0.11,0.83,0.963,0.744,0.109,0.772,0.657],"paint":[10.489,11.264,10.353,10.533,10.604,10.671,11.834,10.897,11.184,10.357,10.7,10.684,11.075,10.335,11.874]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.21,35.375,35.131,35.365,34.926,35.506,34.14,36.354,34.272,35.508,36.192,35.436,35.226,35.09,34.955],"script":[2.542,2.41,2.134,2.486,2.39,2.395,2.418,2.68,2.43,2.451,2.552,2.494,2.406,2.319,2.514],"paint":[31.616,31.587,31.713,31.517,31.694,31.955,30.743,32.188,30.865,31.953,32.341,31.86,31.354,31.633,31.584]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"07_create10k","values":{"total":[605.214,599.622,601.497,595.769,594.867,583.617,576.195,594.852,604.322,602.718,603.309,587.027,604.695,607.064,608.384],"script":[204.821,199.608,200.729,200.126,198.006,201.748,199.648,198.329,203.492,204.448,202.144,202.518,202.269,202.924,205.615],"paint":[392.417,392.342,393.046,388.051,389.283,374.173,368.895,388.991,393.166,390.541,393.63,376.581,394.54,396.495,394.895]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.214,61.055,59.733,60.073,60.096,69.014,60.795,58.642,63.215,62.115,60.11,59.83,63.465,60.848,61.44],"script":[21.27,22.116,20.785,20.701,20.767,27.92,20.801,20.628,21.703,22.012,21.947,20.622,22.575,21.645,22.561],"paint":[38.021,37.965,38.031,38.4,38.424,39.906,39.051,37.046,40.173,39.208,37.222,38.228,39.798,38.251,37.73]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.523,16.132,16.671,15.426,15.539,16.689,16.124,15.449,16.009,15.629,16.41,15.453,15.884,15.954,16.727],"script":[13.876,13.369,13.775,12.599,13.709,14.014,13.47,12.386,12.905,13.026,13.608,13.465,13.841,13.59,13.786],"paint":[1.49,1.845,2.704,2.152,1.719,1.639,1.356,2.208,1.774,1.145,1.231,1.083,1.087,1.329,1.262]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5511360168457031]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.131982803344727]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.254823684692383]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.254347801208496]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.80154895782471]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2179.2560000000003]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.7]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.02799999999996]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.859375]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.3828125]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.9580078125]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[61.8]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[61.8]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"01_run1k","values":{"total":[45.278,44.464,44.508,42.506,44.826,43.209,44.262,43.953,44.522,44.681,45.716,43.274,43.264,45.027,45.145],"script":[5.643,5.682,5.451,5.244,5.655,5.115,5.578,5.799,5.736,5.698,5.399,5.427,5.243,5.508,5.687],"paint":[39.153,38.075,38.364,36.817,38.712,37.638,38.217,37.443,38.066,38.51,39.789,37.098,37.576,39.036,39.002]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"02_replace1k","values":{"total":[20.95,21.249,21.206,20.699,19.154,20.622,21.584,19.531,19.61,21.197,19.354,19.388,21.206,19.378,20.601],"script":[3.296,3.305,3.309,3.282,3.446,3.306,3.314,3.248,3.107,3.266,3.201,3.135,3.334,3.293,3.049],"paint":[17.127,17.262,17.233,16.808,15.283,16.793,17.776,15.859,15.822,17.267,15.656,15.58,17.291,15.645,17.015]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.276,24.147,24.571,26.277,24.823,25.731,25.314,26.614,24.564,25.625,24.912,24.477,26.154,24.031,25.266],"script":[6.91,6.378,7.079,8.069,7.069,7.452,7.555,7.557,6.627,6.796,6.834,7.006,7.418,6.9,7.557],"paint":[15.578,15.399,16.113,16.621,16.46,16.31,16.219,16.911,16.171,16.836,15.11,16.228,17.474,15.458,16.659]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"04_select1k","values":{"total":[11.753,10.167,10.298,12,11.808,10.431,11.001,11.364,12.638,11.217,11.591,11.73,10.888,10.872,12.216,11.076,11.299,11.689,11.361,9.709,9.534,11.315,11.264,10.085,9.838],"script":[7.077,6.415,6.422,7.06,7.184,6.615,6.82,7.015,7.794,6.841,6.641,7.517,6.246,6.957,7.274,6.696,6.734,7.303,6.7,5.986,6.573,6.943,7.042,6.312,6.188],"paint":[3.771,3.155,2.902,4.691,2.807,2.919,3.928,3.737,3.866,1.91,3.776,2.734,3.635,2.909,3.555,3.517,3.977,3.364,3.545,2.791,2.412,2.943,3.997,3.126,3.482]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"05_swap1k","values":{"total":[19.031,18.687,21.524,17.876,19.244,18.352,19.42,17.558,19.811,18.13,18.89,19.091,19.029,18.319,18.333],"script":[7.017,5.976,6.818,6.242,6.089,5.568,6.507,5.805,6.529,6.369,6.508,6.64,5.541,5.386,5.643],"paint":[10.598,11.255,13.166,10.38,11.239,11.219,11.489,9.924,11.127,10.218,11.299,9.547,11.024,11.597,10.782]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[46.16,40.239,40.056,46.674,40.308,40.731,40.195,46.975,43.617,46.307,42.44,41.161,47.022,47.723,46.49],"script":[7.923,7.644,7.525,8.108,7.964,7.575,7.886,8.439,8.045,8.848,8.537,7.91,8.463,8.245,8.609],"paint":[36.832,31.523,31.322,37.137,31.533,32.256,31.218,37.122,34.44,36.056,32.724,31.91,37.171,38.038,36.951]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"07_create10k","values":{"total":[465.26,471.712,465.915,465.503,468.977,469.553,463.94,471.109,467.849,466.194,472.131,468.776,460.194,468.352,465.608],"script":[75.211,76.26,74.994,76.108,77.741,77.998,75.197,76.686,78.842,76.525,78.38,76.616,77.145,77.18,75.438],"paint":[382.338,387.821,383.399,381.86,383.394,383.7,381.12,386.22,381.421,381.349,385.98,383.904,375.542,383.263,381.703]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.139,51.09,47.122,50.051,49.953,48.615,48.698,46.912,46.523,48.008,50.993,48.203,48.89,47.844,47.219],"script":[8.366,7.73,7.782,8.358,7.623,8.201,8.729,7.984,7.371,8.653,7.7,8.746,7.674,7.838,7.769],"paint":[38.539,42.301,38.398,40.51,41.388,39.154,39.071,38.079,38.297,38.329,42.065,38.559,39.988,39.106,38.538]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.861,15.136,14.326,14.397,14.524,14.411,13.791,14.463,14.385,13.793,15.205,14.641,14.259,14.179,14.968],"script":[12.455,12.801,12.263,12.467,12.083,12.413,11.609,12.331,12.371,11.58,12.302,12.518,12.081,11.727,12.591],"paint":[1.203,2.231,1.485,1.131,2.332,1.157,1.579,2.041,1.14,2.107,2.306,2.023,1.668,2.347,2.242]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5993556976318359]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.1669559478759766]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.315274238586426]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6638154983520508]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.19109058380127]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.375]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.611999999999998]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.3]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[167.2685546875]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[28.994140625]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.125]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[101.3]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[101.3]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"01_run1k","values":{"total":[62.547,64.146,65.655,63.26,63.782,63.356,65.485,63.927,64.175,63.41,64.701,62.453,63.809,66.398,64.939],"script":[22.804,23.731,24.153,22.827,23.574,22.567,23.723,23.705,23.933,23.683,23.16,22.754,23.371,24.227,23.691],"paint":[39.248,39.79,40.778,39.681,39.679,40.073,41.204,39.689,39.524,39.225,40.795,38.997,39.725,41.637,40.521]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"02_replace1k","values":{"total":[21.279,22.323,22.412,23.206,21.885,21.58,21.928,22.398,20.03,22.34,22.38,21.743,21.29,22.026,21.175],"script":[3.941,3.415,3.168,3.912,3.707,3.087,3.101,3.492,3.061,3.379,3.313,3.098,4.002,3.133,3.697],"paint":[16.681,18.32,18.562,18.627,17.438,17.911,18.163,18.237,16.435,18.3,18.398,17.953,16.604,18.2,16.922]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.102,20.275,21.916,23.521,21.864,21.329,21.388,20.854,21.264,21.159,21.976,21.171,22.196,20.658,22.616],"script":[1.893,1.695,1.86,1.891,1.659,1.769,1.457,1.489,1.756,2.032,2.323,1.85,2.257,1.873,2.555],"paint":[19.065,16.748,18.185,18.588,18.113,18.249,18.782,18.039,17.817,17.577,17.582,18.24,17.933,16.876,18.456]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"04_select1k","values":{"total":[14.323,10.76,8.897,10.304,11.431,10.513,9.013,11.127,9.883,10.114,9.365,10.949,10.383,10.325,10.255,10.36,9.272,10.764,10.348,8.817,10.419,8.51,9.993,11.243,10.204],"script":[6.536,7.047,6.37,7.135,7.201,6.942,6.752,7.09,6.449,6.977,6.367,6.698,7.139,6.664,6.509,6.796,6.155,7.321,6.679,5.771,6.742,5.996,6.81,7.346,6.641],"paint":[5.882,2.473,1.838,2.536,3.14,2.442,1.4,3.389,2.253,1.943,2.017,2.073,2.299,2.264,2.545,2.345,2.892,2.519,2.706,1.907,2.554,1.614,2.255,2.489,2.038]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"05_swap1k","values":{"total":[14.991,14.967,14.329,14.995,13.83,14.773,14.121,15.022,15.731,19.12,14.406,14.656,14.571,14.394,14.187],"script":[0.776,0.114,0.337,0.584,0.118,0.102,0.79,0.847,0.629,0.951,0.766,0.847,0.632,0.626,0.108],"paint":[12.739,12.942,12.664,13.008,11.75,12.821,12.247,12.148,12.855,15.069,12.221,12.591,12.308,11.89,12.639]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[41.354,40.825,42.31,41.46,42.98,42.142,42.411,42.262,42.54,41.483,42.573,42.249,41.95,40.787,42.618],"script":[6.014,6.033,6.311,6.516,6.385,6.671,6.743,6.6,6.686,5.932,6.415,6.304,6.685,6.093,6.489],"paint":[34.446,33.579,34.712,34.09,35.188,34.44,34.146,34.46,34.606,34.578,34.38,34.492,34.047,33.546,34.769]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"07_create10k","values":{"total":[706.772,702.998,696.355,703.639,694.031,705.253,707.217,687.767,701.081,693.922,699.384,695.652,699.083,703.083,699.948],"script":[269.764,265.899,264.275,268.736,262.655,271.769,272.563,264.404,272.567,265.114,266.903,263.103,265.833,264.73,265.185],"paint":[429.092,429.059,424.25,426.775,423.494,425.602,426.798,415.713,420.814,421.052,424.554,423.558,425.536,429.639,426.943]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[63.811,62.979,65.953,63.881,63.351,64.2,63.213,64.366,63.233,63.263,62.67,63.52,62.12,63.859,62.694],"script":[21.649,21.377,21.724,21.773,22.242,22.183,21.378,22.94,21.868,22.037,20.815,22.268,20.919,21.997,20.68],"paint":[41.166,40.552,43.138,41.004,40.06,40.827,40.747,40.371,40.279,40.177,40.877,40.175,39.871,40.857,40.917]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.416,28.862,28.802,29.938,28.776,28.462,27.407,30.021,30.304,28.428,26.831,29.851,27.11,28.018,31.473],"script":[26.14,26.514,27.16,27.468,26.551,26.521,25.312,27.621,28.519,26.298,24.975,27.405,24.692,25.818,28.944],"paint":[2.128,1.423,1.511,1.423,1.606,1.289,1.987,1.852,1.691,1.559,1.132,1.793,2.151,1.437,1.985]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5522432327270508]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.655773162841797]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.710488319396973]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.996429443359375]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[58.31533622741699]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1954.2185000000002]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.79199999999999]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.976]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.7109375]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.1337890625]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.57421875]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[56.8]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[56.8]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"01_run1k","values":{"total":[46.687,48.162,47.767,48.236,50.404,45.927,46.281,46.843,49.246,48.143,48.761,48.1,50.924,48.103,47.399],"script":[10.934,11.445,11.167,11.836,11.714,10.758,10.916,11.294,11.954,11.98,11.879,11.952,11.754,11.21,11.142],"paint":[35.293,36.249,36.116,35.893,38.138,34.655,34.895,35.076,36.6,35.698,36.404,35.652,38.687,36.309,35.756]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"02_replace1k","values":{"total":[21.341,19.852,20.305,19.645,20.086,19.724,21.985,19.822,20.775,21.705,20.428,21.845,19.779,21.977,22.013],"script":[3.95,3.842,4.247,3.83,4.061,3.728,4.371,4.096,4.586,4.229,3.938,4.67,4.069,4.452,4.165],"paint":[16.775,15.498,15.502,15.325,15.572,15.373,17.07,15.189,15.664,16.967,15.802,16.541,15.214,16.996,17.22]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.371,19.982,21.158,18.758,19.669,19.577,20.888,18.678,20.264,18.298,18.671,18.897,18.369,19.86,19.473],"script":[1.558,1.293,0.951,0.621,1.255,0.922,1.183,1.006,0.926,0.946,1.111,1.027,0.92,0.931,1.576],"paint":[17.272,16.802,18.466,16.288,16.659,16.94,18.191,15.92,18.219,15.94,15.566,16.455,14.813,17.568,16.544]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"04_select1k","values":{"total":[3.55,2.317,3.828,3.14,2.825,4.687,2.12,3.544,2.91,2.804,3.498,3.587,2.857,3.176,3.339,3.951,2.932,3.148,4.395,2.74,3.182,3.029,2.671,3.471,2.833],"script":[0.788,0.118,0.518,0.315,0.105,1.116,0.218,1.061,0.112,0.122,0.098,0.117,0.458,0.11,0.112,1.079,0.482,0.111,0.955,0.434,0.106,0.461,0.395,0.111,0.103],"paint":[1.769,2.067,2.241,2.689,1.806,2.378,1.812,2.378,2.687,1.907,2.493,3.242,2.284,2.951,2.963,1.706,1.667,1.884,2.556,1.462,2.816,2.439,1.393,3.225,1.881]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"05_swap1k","values":{"total":[12.846,12.655,13.527,13.879,13.15,13.751,12.928,13.965,12.391,13.458,12.274,12.685,12.906,14.786,13.559],"script":[0.953,0.439,0.654,0.802,0.106,0.102,0.893,0.963,0.096,1.103,0.785,0.12,0.416,0.596,0.108],"paint":[9.835,10.072,10.965,11.574,11.012,12.629,10.579,10.302,10.38,10.777,9.942,10.67,11.134,11.649,11.786]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[43.704,41.38,41.451,40.877,45.735,41.057,41.785,42.159,42.058,44.037,42.274,42.635,41.759,45.034,45.26],"script":[7.784,7.361,7.686,7.485,9.2,7.311,7.481,7.766,7.935,9.413,7.3,7.661,8.007,9.009,9.202],"paint":[34.77,32.271,32.569,32.607,34.705,32.894,33.036,33.344,32.937,33.473,33.685,33.917,32.967,34.569,34.748]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"07_create10k","values":{"total":[471.504,472.757,470.028,476.002,472.154,477.158,484.738,472.943,476.658,483.271,471.477,476.203,473.741,472.176,475.091],"script":[100.576,101.468,95.815,97.829,101.47,101.424,102.883,99.45,98.624,99.003,95.185,101.758,97.614,96.315,100.089],"paint":[362.959,363.566,366.757,370.151,362.981,367.665,374.213,365.807,370.436,376.68,368.877,366.963,368.582,368.364,367.472]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.392,47.341,45.927,48.497,45.742,45.14,47.679,47.319,46.301,46.271,45.103,45.193,45.859,46.916,49.378],"script":[7.854,8.016,8.194,8.685,7.915,7.592,8.168,8.038,8.089,8.121,7.843,7.579,7.468,8.598,7.795],"paint":[38.561,38.382,36.931,38.937,37.024,36.672,38.583,38.296,37.333,37.236,36.215,36.768,37.46,37.078,40.654]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.687,22.095,18.664,19.746,19.999,21.361,19.928,21.403,19.847,20.749,20.863,18.895,20.626,20.796,21.241],"script":[20.06,20.123,17.018,16.892,18.085,19.608,18.399,19.262,17.489,18.052,18.634,16.846,18.522,18.579,19.144],"paint":[0.694,1.022,1.1,2.727,1.235,1.655,1.431,1.339,1.697,2.601,2.027,1.9,1.63,2.129,1.971]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.647007942199707]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.331784248352051]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.472909927368164]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.2416305541992188]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.61989688873291]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[24.367999999999995]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.42]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[261.90234375]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[123.3427734375]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[32.9970703125]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[90]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[90]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"01_run1k","values":{"total":[49.324,49.854,48.643,51.234,48.932,47.836,48.786,48.94,48.151,49.347,49.137,49.695,48.469,51.034,48.69],"script":[13.486,13.161,13.163,13.078,13.06,12.902,13.601,12.496,12.745,13.243,13.41,13.385,13.201,12.846,12.714],"paint":[35.344,36.197,34.955,37.708,35.38,34.484,34.706,36.02,34.737,35.598,35.181,35.545,34.791,37.527,35.534]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"02_replace1k","values":{"total":[26.229,25.834,25.808,25.125,26.695,26.67,27.521,25.124,27.24,27.229,25.678,26.785,26.541,25.767,28.202],"script":[9.605,9.417,9.2,9.515,8.875,10.037,9.555,9.079,9.708,9.686,9.277,9.237,9.553,9.61,10.615],"paint":[16.126,15.78,15.979,15.082,17.134,16.129,17.265,15.517,17.004,17.013,15.744,17.047,16.46,15.639,16.994]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[46.633,46.778,46.938,46.827,46.223,46.554,46.29,45.748,45.715,46.474,46.563,47.843,46.893,46.261,45.861],"script":[27.627,26.098,27.348,28.274,26.458,27.624,27.159,27.559,27.107,27.574,27.621,27.882,28.221,27.475,28.033],"paint":[17.464,19.51,18.223,16.545,18.421,17.2,17.306,15.894,16.862,17.016,17.068,16.78,17.577,15.738,15.953]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"04_select1k","values":{"total":[28.067,30.24,29.08,29.389,28.337,29.411,29.944,30.086,30.153,28.386,29.546,30.067,28.151,29.071,28.519,32.022,29.168,27.608,28.309,30.13,30.549,29.345,29.354,27.453,28.805],"script":[24.282,25.656,24.537,25.02,24.37,25.284,25.537,25.828,25.966,24.237,25.707,25.681,24.573,25.651,24.298,27.166,25.354,23.854,24.486,24.896,26.146,25.001,25.822,23.507,24.365],"paint":[2.777,3.301,3.484,2.659,2.862,2.839,3.356,3.25,2.97,3.087,2.281,2.471,1.68,2.439,2.826,4.566,3.232,2.727,2.746,3.937,4.103,3.108,2.104,3.057,3.429]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"05_swap1k","values":{"total":[39.768,39.716,40.244,38.646,37.17,37.977,36.355,38.351,38.872,38.415,38.02,41.252,39.791,39.331,38.446],"script":[26.524,26.328,26.756,24.997,23.595,25.133,23.897,25.452,25.143,25.614,24.809,26.977,25.315,26.261,25.437],"paint":[10.889,11.365,11.702,11.792,10.909,10.66,11.374,11.221,11.898,11.085,11.89,11.58,11.948,11.608,10.808]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[53.683,55.384,52.432,54.075,54.623,55.168,55.819,52.581,52.642,51.038,52.351,52.826,54.574,53.676,56.265],"script":[17.969,19.746,17.565,17.909,18.314,18.176,18.846,17.748,17.668,17.299,16.788,16.938,19.154,18.188,19.149],"paint":[34.34,34.029,33.397,34.784,35.021,35.993,36.123,33.916,33.71,32.929,34.432,34.416,34.202,34.334,36.266]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"07_create10k","values":{"total":[508.573,500.146,495.731,501.997,505.268,483.867,513.923,483.387,498.107,491.868,498.528,500.927,499.504,495.946,498.888],"script":[128.71,128.547,129.233,128.03,129.712,119.482,129.872,119.545,126.565,126.418,129.567,126.433,128.047,125.465,128.2],"paint":[372.41,363.243,359.049,366.521,367.696,356.848,376.111,356.3,362.64,357.983,361.275,366.662,363.706,362.018,363.379]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.938,60.836,59.35,59.696,59.282,59.39,58.866,59.283,59.54,60.893,60.632,59.991,59.278,60.476,59.707],"script":[20.151,20.582,20.308,19.844,19.604,20.398,20.046,20.215,20.658,20.759,20.027,19.86,20.336,19.897,20.319],"paint":[37.799,38.915,38.094,38.534,38.637,38.015,37.91,37.756,37.96,38.839,39.594,38.852,37.991,39.57,38.41]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.222,13.984,13.534,13.805,12.857,13.663,14.196,13.712,14.062,13.522,14.339,13.465,14.39,14.596,13.203],"script":[11.897,11.682,12.175,11.772,10.708,11.478,12.237,12.203,11.642,11.587,12.136,11.771,12.333,11.811,11.101],"paint":[1.41,1.458,0.917,1.241,1.411,1.459,1.847,1.415,2.324,1.365,2.079,0.763,1.131,1.894,1.076]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4683237075805664]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.915287971496582]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.889437675476074]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8357295989990234]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.98827075958252]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1900000000003]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.172]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.656]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.3701171875]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.0947265625]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.9716796875]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[52.5]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[52.5]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"01_run1k","values":{"total":[40.246,38.867,41.032,40.311,40.437,42.049,40.958,40.602,41.583,41.386,41.736,41.322,40.92,40.656,41.864],"script":[3.085,3.149,3.246,3.25,2.988,3.269,3.292,3.014,3.138,3.212,3.268,3.281,3.239,3.247,3.222],"paint":[36.656,35.242,37.362,36.594,36.913,38.371,36.966,37.07,37.961,37.487,37.963,37.333,37.167,36.687,37.948]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"02_replace1k","values":{"total":[16.923,16.106,16.757,16.194,15.985,17.342,16.367,17.01,16.801,17.386,17.605,17.214,16.757,16.603,17.15],"script":[1.026,1.017,0.897,0.998,0.92,0.96,0.927,0.888,0.912,1.012,0.959,0.949,0.948,0.921,0.907],"paint":[15.445,14.686,15.384,14.774,14.616,15.897,14.841,15.459,15.386,15.713,16.006,15.758,15.078,15.203,15.579]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.56,18.332,18.239,19.345,20.248,18.293,19.598,18.805,20.228,19.101,18.668,20.873,20.011,19.397,19.177],"script":[1.886,2.003,1.761,1.823,1.756,1.772,1.455,1.725,1.797,2.341,1.555,2.43,2.253,1.931,1.742],"paint":[15.232,14.459,15.555,14.853,17.112,14.731,16.457,14.812,17.105,15.208,15.804,16.541,16.44,15.692,15.677]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"04_select1k","values":{"total":[3.981,4.249,4.299,3.96,4.884,4.853,3.739,4.567,4.299,3.932,4.009,4.96,3.56,4.796,3.861,4.065,3.682,2.825,4.231,3.78,4.261,4.086,4.883,4.689,3.743],"script":[1.197,1.221,0.96,0.996,1.17,0.996,1.557,1.206,1.643,1.054,0.867,0.976,0.897,1.218,1.25,0.947,0.931,0.646,1.266,1.418,1.262,1.21,1.337,0.947,1.249],"paint":[2.37,2.107,2.329,2.106,3.413,2.95,2.073,2.839,1.606,2.727,2.091,2.986,2.535,3.427,1.746,2.139,2.648,1.668,2.597,2.215,2.86,2.251,2.578,3.199,1.742]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"05_swap1k","values":{"total":[14.418,14.068,13.443,13.148,13.966,13.349,14.212,13.474,14.474,14.535,13.533,14.696,14.625,13.597,13.073],"script":[2.13,1.86,0.845,1.268,1.361,0.747,1.004,1.172,1.531,1.37,1.53,0.97,1.873,1.389,0.891],"paint":[10.141,10.664,11.003,10.086,10.734,10.584,10.853,10.297,10.558,12,10.241,11.955,10.71,10.03,10.337]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.995,33.968,33.724,38.073,35.234,34.966,36.941,34.969,33.962,34.068,34.808,34.355,35.987,35.454,34.603],"script":[1.736,1.497,1.731,1.706,1.517,1.772,1.688,1.867,1.724,1.606,1.631,1.786,1.795,1.615,1.754],"paint":[32.106,31.098,30.891,35.199,32.489,32.3,33.602,32.256,31.036,31.228,32.339,31.334,32.923,32.801,32.042]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"07_create10k","values":{"total":[408.626,397.079,408.592,404.701,402.107,407.11,413.097,402.874,395.681,402.113,407.754,406.859,400.081,401.244,408.074],"script":[40.558,39.56,43.147,40.745,40.41,40.979,41.103,40.266,39.946,41.146,40.758,41.011,41.687,40.833,41.521],"paint":[360.546,350.031,357.844,356.39,354.14,358.593,364.397,354.982,348.235,352.672,359.481,358.345,350.836,352.921,359.053]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.584,42.194,42.69,41.335,42.065,41.615,42.946,42.463,42.654,42.229,42.348,41.866,42.637,41.527,42.167],"script":[3.962,3.691,3.816,3.826,3.902,3.768,4.324,4.071,4.042,3.956,3.849,3.919,3.962,3.731,3.669],"paint":[36.719,37.288,37.919,36.6,36.943,36.986,37.453,37.439,37.424,37.276,37.529,37.031,37.711,36.911,37.566]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.883,14.259,14.447,14.199,15.488,14.431,13.29,14.897,15.246,14.487,14.666,15.321,15.031,14.229,14.159],"script":[12.765,12.357,12.751,11.905,12.552,12.057,11.82,12.545,12.997,12.48,12.575,13.139,12.78,11.824,11.944],"paint":[1.03,1.818,1.597,2.209,2.798,2.273,0.408,1.39,1.14,1.133,1.977,1.807,2.15,1.886,1.671]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4835214614868164]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.8224706649780273]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9091806411743164]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8429946899414062]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.531091690063477]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.005]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.872]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[138.36400000000003]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.4912109375]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.216796875]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.87109375]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[63]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"01_run1k","values":{"total":[43.228,41.774,41.916,41.569,41.488,46.6,44.935,42.557,44.008,43.906,41.18,42.193,42.712,42.652,44.715],"script":[6.016,6.147,6.218,6.274,5.617,8.5,5.989,6.27,5.655,6.063,5.652,6.563,6.693,5.863,6.303],"paint":[36.755,35.114,35.191,34.822,35.402,37.54,38.425,35.798,37.8,37.153,35.068,35.179,35.501,36.092,37.974]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"02_replace1k","values":{"total":[18.994,18.942,18.933,19.398,19.293,19.084,19.444,18.993,20.265,20.586,18.857,19.958,19.276,19.358,20.087],"script":[3.229,3.283,3.344,3.431,3.224,3.19,3.131,3.099,3.008,3.431,3.312,3.255,3.446,3.163,3.255],"paint":[15.329,15.162,15.111,15.385,15.598,15.414,15.606,15.268,16.573,16.642,15.065,16.03,15.353,15.775,16.258]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.945,18.887,18.944,16.611,18.941,17.911,17.477,19.043,18.484,17.763,19.056,17.587,19.154,17.494,17.804],"script":[0.2,1.428,0.202,0.811,1.255,0.765,1.053,1.215,1.191,0.975,1.188,0.856,0.889,0.721,0.967],"paint":[16.676,15.754,17.25,14.457,16.298,15.226,13.802,14.518,15.713,15.668,17.174,14.684,16.353,14.71,15.258]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"04_select1k","values":{"total":[3.105,3.107,2.816,2.569,2.815,3.69,2.954,2.907,2.229,2.695,3.998,2.317,3.901,4.212,3.69,2.085,2.535,2.621,3.098,4.303,2.288,3.97,4.007,2.816,3.195],"script":[0.869,0.639,0.764,0.078,0.785,0.076,0.074,0.08,0.336,0.074,0.071,0.083,0.074,0.888,0.099,0.078,0.07,0.312,0.069,0.903,0.069,0.952,1.056,0.823,0.07],"paint":[1.579,1.274,1.975,2.392,1.186,2.226,2.754,2.692,1.316,1.657,2.759,2.102,3.256,3.064,2.462,1.135,2.362,1.848,2.925,2.301,1.688,2.417,1.601,1.151,3.019]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"05_swap1k","values":{"total":[17.211,17.831,17.428,19.133,17.499,18.61,18.209,17.475,16.924,18.854,17.994,17.005,17.993,18.052,17.669],"script":[4.954,5.056,4.682,4.947,4.757,4.85,5.301,4.921,4.232,4.871,4.469,4.37,4.848,3.577,5.016],"paint":[10.691,12.093,11.765,12.036,11.392,11.397,11.958,10.912,10.373,12.091,11.342,11.247,11.989,12.124,11.13]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[39.764,40.713,39.385,40.553,38.718,39.033,39.576,41.16,38.626,39.387,40.406,38.916,38.512,40.774,39.552],"script":[6.154,5.726,5.843,5.75,5.887,5.671,6.095,6.138,5.984,6.037,5.912,5.367,5.437,5.861,5.802],"paint":[32.462,33.422,31.968,33.405,31.779,32.487,32.631,33.936,31.416,32.128,33.627,32.784,32.308,33.616,32.191]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"07_create10k","values":{"total":[461.678,458.899,464.884,456.391,465.307,463.096,460.193,449.619,454.704,467.083,468.748,462.928,454.341,457.918,459.443],"script":[84.161,83.99,87.022,84.449,84.292,83.984,84.869,84.107,83.988,85.971,84.761,85.418,84.289,83.475,84.026],"paint":[369.846,366.988,370.034,364.425,372.156,371.503,367.441,357.743,362.906,373.372,376.14,368.956,362.324,366.828,367.546]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.5,47.18,47.312,46.597,49.981,46.119,46.524,47.778,47.397,46.958,47.029,47.14,48.513,46.486,45.185],"script":[8.277,8.177,7.99,8.386,8.239,7.613,8.042,8.582,7.951,7.971,7.789,8.092,8.097,8.08,7.544],"paint":[37.254,38.022,38.375,37.011,40.738,37.587,37.232,37.832,38.397,38.031,38.27,38.089,39.187,37.421,36.71]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.444,15.019,15.954,15.187,15.32,14.867,14.988,14.962,14.455,14.63,14.166,14.493,14.244,14.839,15.321],"script":[12.537,12.265,13.097,12.587,13.145,12.815,13.283,12.669,12.001,12.285,12.233,12.51,12.765,12.473,12.93],"paint":[1.822,2.619,2.701,1.747,1.463,1.544,1.6,1.187,2.36,1.708,1.819,1.891,1.39,1.856,1.555]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5230550765991211]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.99044132232666]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.8764266967773438]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7749195098876953]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.073594093322754]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.0949999999998]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.184]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[204.57999999999998]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.1298828125]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.85546875]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.7021484375]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[99.4]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[99.4]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[41.991,42.767,43.346,42.645,41.887,44.091,43.875,42.653,41.806,44.239,44.052,43.37,41.42,43.262,43.811],"script":[4.739,4.195,4.617,4.125,4.312,4.196,4.526,4.529,4.347,4.122,4.608,4.517,4.294,4.68,4.225],"paint":[36.745,37.868,38.017,37.854,37.053,39.162,38.611,37.362,36.948,39.656,38.895,38.297,36.64,37.864,38.852]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[16.975,18.485,17.994,16.839,17.936,18.175,18.067,18.136,16.75,19.001,17.794,17.446,16.986,17.092,17.562],"script":[1.555,1.558,1.569,1.634,1.46,1.616,1.595,1.631,1.565,1.595,1.53,1.623,1.51,1.705,1.712],"paint":[14.811,16.421,15.932,14.798,15.948,16.108,15.947,16.005,14.716,16.851,15.73,15.333,14.89,14.896,15.334]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.052,19.808,19.792,18.998,18.995,19.37,20.116,19.008,20.531,19.012,19.868,20.09,18.81,19.61,19.784],"script":[2.203,2.298,2.307,2.628,1.502,2.117,1.922,2.042,2.198,2.403,2.64,2.384,1.603,2.183,2.688],"paint":[15.717,15.714,15.755,14.577,16.034,15.64,16.837,15.343,16.262,15.195,15.255,15.746,15.374,15.967,15.818]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[4.508,4.892,4.39,4.955,5.093,5.489,4.919,3.992,4.512,5.738,5.124,5.049,5.659,4.735,4.377,4.857,5.295,4.703,4.658,5.484,4.842,4.557,5.083,5.6,4.969],"script":[1.698,2.099,1.88,2.364,2.105,2.113,1.556,1.378,1.528,1.869,2.147,1.602,2.941,2.181,2.481,1.512,1.841,1.937,1.885,2.341,1.926,2.137,2.021,1.853,2.192],"paint":[2.185,2.643,2.208,2.48,1.753,2.495,3.222,1.48,2.807,2.747,1.99,2.168,1.8,2.021,1.457,3.215,2.913,2.168,1.974,1.966,1.955,2.052,1.903,2.582,2.135]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[15.661,14.929,15.298,15.372,14.219,15.406,14.161,14.517,15.108,13.531,14.972,14.559,15.595,15.292,14.561],"script":[2.115,2.03,2.341,2.696,1.55,2.242,1.52,2.151,1.608,1.796,2.055,2.064,2.114,2.353,1.686],"paint":[11.341,11.495,11.365,11.53,11.676,11.146,10.818,10.64,11.902,10.477,11.147,11.398,11.239,11.437,9.948]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[36.245,35.613,34.424,34.71,36.057,39.082,34.98,36.289,36.847,35.742,35.503,35.538,36.111,35.592,35.315],"script":[3.093,3.035,2.579,2.56,2.98,2.994,3.387,3.011,3.173,2.799,2.946,2.632,2.772,2.6,2.563],"paint":[32.245,31.676,31.094,31.109,32.198,34.9,30.526,31.49,32.543,31.822,31.144,32.014,32.385,31.557,31.963]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[445.594,447.591,450.961,452.782,455.917,447.805,447.569,448.09,452.761,442.082,445.829,445.01,440.768,438.876,442.284],"script":[67.468,66.607,68.542,69.044,69.201,69.106,67.121,67.624,68.483,65.217,65.544,67.608,64.741,65.742,64.189],"paint":[370.427,373.269,374.637,376.264,379.081,371.058,371.986,372.711,375.5,369.102,372.402,369.744,368.298,365.43,370.347]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.477,42.44,44.389,44.692,43.397,44.937,43.291,44.397,44.423,43.78,43.646,43.996,44.622,43.329,45.154],"script":[4.711,4.783,5.108,5.108,4.748,4.546,4.635,5.046,5.093,4.749,5.044,4.934,5.142,4.674,4.726],"paint":[37.816,36.764,38.297,38.577,37.744,39.107,37.729,38.146,38.157,38.112,37.637,38.037,38.228,37.704,39.205]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.015,15.339,14.193,14.684,15.462,15.109,15.036,15.538,14.427,14.341,15.971,16.013,15.536,14.047,15.41],"script":[13.337,12.847,12.568,12.299,13.738,13.182,12.394,12.623,12.779,12.493,14.065,13.607,13.496,12.553,13.563],"paint":[1.579,1.489,1.531,2.209,0.881,1.832,2.065,2.339,1.526,1.579,1.794,1.338,1.949,1.405,1.73]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4969005584716797]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.425752639770508]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.3665666580200195]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7098684310913086]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.2177095413208]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.585]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.675999999999998]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[135.36800000000002]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.181640625]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.908203125]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.681640625]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[57.8]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[57.8]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"01_run1k","values":{"total":[49.871,50.378,47.658,45.385,42.972,45.174,42.644,43.995,51.034,43.094,41.272,41.941,45.942,44.473,53.595],"script":[6.385,6.767,6.274,6.03,6.907,6.143,6.706,6.457,6.432,6.735,5.873,5.95,5.761,5.963,6.734],"paint":[35.854,38.696,36.576,36.066,35.832,35.838,35.787,37.276,36.664,36.229,35.093,35.725,36.928,35.768,37.563]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"02_replace1k","values":{"total":[16.831,19.812,22.734,26.67,27.082,20.999,18.207,23.032,21.059,26.857,23.523,23.712,17.565,17.426,17.764],"script":[2.03,2.126,2.232,2.173,2.261,2.213,2.134,2.291,2.354,2.337,2.13,2.347,2.043,2.154,2.15],"paint":[14.665,15.408,15.706,14.576,15.076,14.863,15.266,15.346,14.801,15.881,14.54,14.943,15.397,15.033,15.333]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.483,20.686,23.181,21.183,19.714,18.633,19.419,19.782,19.41,19.316,19.883,19.134,19.031,19.666,18.822],"script":[3.366,3.367,3.872,2.745,2.685,2.709,2.418,2.844,2.363,3.808,3.768,2.64,2.047,2.354,2.923],"paint":[15.986,15.302,17.045,18.308,16.909,15.05,16.497,16.309,16.934,15.386,15.766,14.133,16.871,14.609,15.77]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"04_select1k","values":{"total":[5.483,6.507,6.04,6.422,6.727,7.518,6.639,6.81,6.486,6.258,7.699,7.262,5.455,6.596,6.652,6.139,5.76,6.01,7.119,7.836,6.193,6.291,6.351,7.686,5.848],"script":[3.248,3.646,2.65,2.436,2.939,3.686,3.625,3.649,2.199,2.883,3.498,2.119,2.093,3.831,2.839,2.558,2.891,2.702,3.975,4.489,3.448,3.353,2.841,3.876,3.234],"paint":[1.406,2.489,2.288,2.055,3.159,2.746,2.147,2.653,2.922,2.942,3.259,3.033,1.258,1.648,1.851,3.129,1.713,2.139,2.421,3.167,1.707,2.727,3.331,2.906,1.604]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"05_swap1k","values":{"total":[15.206,13.777,13.863,14.426,15.342,14.178,15.517,14.474,14.799,14.056,15.458,15.167,14.84,15.207,14.635],"script":[3.479,2.558,2.215,3.401,3.849,3.241,2.251,3.329,2.748,2.999,2.641,2.477,2.336,3.026,2.563],"paint":[11.599,10.378,10.476,9.729,11.374,10.831,12.297,11.03,11.925,10.491,12.688,11.73,11.498,12.055,11.292]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.504,36.421,35.55,35.111,35.108,35.309,36.407,34.789,35.014,34.284,35.849,34.848,34.685,35.035,38.615],"script":[3.301,3.717,3.778,3.356,3.464,3.611,3.995,3.518,3.426,3.579,3.505,3.146,3.428,2.972,3.822],"paint":[30.487,32.532,31.616,31.36,31.397,31.556,32.126,30.715,31.429,30.552,31.713,31.255,30.97,31.609,34.522]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"07_create10k","values":{"total":[452.668,455.783,451.394,454.426,455.255,436.054,449.502,457.527,433.295,452.907,458.304,448.757,439.727,455.23,449.939],"script":[70.906,73.131,68.073,70.834,68.559,69.904,69.424,68.68,69.298,71.244,69.956,68.73,70.56,71.654,71.945],"paint":[376.495,379.06,376.6,375.94,379.621,361.743,376.551,377.963,356.778,377.3,378.718,375.832,364.042,377.845,364.706]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.932,58.205,58.217,54.454,55.736,58.75,59.423,58.395,45.646,43.435,58.041,43.52,56.978,55.513,56.528],"script":[5.475,5.537,5.582,5.359,5.466,5.75,5.703,6.205,5.877,5.379,5.499,5.534,5.85,5.263,5.366],"paint":[39.438,41.014,40.732,37.986,38.119,40.141,41.238,39.696,39.449,37.181,40.361,37.702,40.245,37.981,38.415]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.843,15.982,16.827,16.468,16.931,15.926,16.612,16.202,17.008,17.164,16.014,16.993,15.413,17.095,17.523],"script":[13.923,13.853,15.289,13.201,15.205,13.835,14.96,14.454,14.825,14.863,14.099,15.198,13.03,14.296,15.374],"paint":[1.804,1.521,1.477,2.282,1.657,2.026,1.575,1.156,1.932,2.236,1.157,1.715,1.674,2.72,2.066]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7680416107177734]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.243499755859375]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.1971330642700195]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0825166702270508]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.974781036376953]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.233]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.28]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[135.804]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[187.2099609375]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[48.9345703125]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[14.712890625]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[99.5]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[99.5]}},{"framework":"vanillajs-non-keyed","benchmark":"01_run1k","values":{"total":[38.834,39.512,39.191,38.88,38.478,39.794,40.147,38.453,38.742,40.866,40.181,39.082,40.412,39.202,39.294],"script":[2.137,2.123,2.101,2.141,2.036,2.158,2.026,2.103,1.994,2.097,2.138,2.074,1.997,2.277,2.274],"paint":[36.246,36.87,36.629,36.104,36.015,37.171,37.386,35.842,36.304,38.294,37.54,36.493,37.713,36.466,36.364]}},{"framework":"vanillajs-non-keyed","benchmark":"02_replace1k","values":{"total":[17.305,17.206,17.349,17.794,18.429,17.035,16.793,18.077,17.001,17.307,17.909,17.22,17.407,17.596,18.26],"script":[1.707,1.766,1.71,1.77,1.711,1.705,1.647,1.751,1.689,1.793,1.685,1.717,1.688,1.771,1.693],"paint":[15.122,14.966,14.964,15.516,16.097,14.903,14.664,15.564,14.82,15.038,15.77,15.066,15.109,15.269,16.05]}},{"framework":"vanillajs-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.781,17.974,18.802,19.514,18.172,19.02,17.797,18.477,17.886,17.987,17.777,18.786,18.945,18.206,17.744],"script":[0.166,0.584,1.182,0.183,0.733,0.882,0.191,1.251,0.842,0.186,0.592,0.836,0.481,0.796,0.799],"paint":[15.976,16.383,15.834,17.658,15.193,16.624,16.479,15.59,15.216,16.323,15.618,15.585,16.932,15.706,15.487]}},{"framework":"vanillajs-non-keyed","benchmark":"04_select1k","values":{"total":[2.667,2.923,3.352,3.108,2.777,2.659,3.991,3.355,3.507,2.977,4.093,2.935,3.178,3.11,2.892,4.198,2.846,2.836,3.841,3.42,3.278,2.906,2.873,2.649,2.692],"script":[0.298,0.065,0.733,0.647,0.55,0.062,0.696,0.947,0.048,0.059,0.052,0.064,0.053,0.047,0.067,0.061,0.066,0.057,0.924,0.059,0.434,0.067,0.056,0.057,0.054],"paint":[1.925,1.936,1.564,2.365,1.593,1.64,3.166,2.29,2.848,1.038,3.065,2.01,2.232,2.23,2.709,3.503,1.661,1.673,2.264,2.487,1.745,2.218,1.811,1.499,1.819]}},{"framework":"vanillajs-non-keyed","benchmark":"05_swap1k","values":{"total":[12.601,12.416,12.933,13.068,13.524,13.916,12.683,12.637,13.319,13.316,13.195,12.454,14.52,13.683,12.336],"script":[0.526,0.09,0.684,0.092,0.084,0.104,0.09,0.084,0.085,0.402,0.717,0.101,0.091,0.08,0.088],"paint":[10.716,10.192,9.989,11.156,11.184,11.572,10.747,11.223,11.319,11.465,10.747,9.845,12.174,12.256,11.522]}},{"framework":"vanillajs-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.157,36.789,36.504,36.952,37.919,37.466,36.812,36.016,37.755,37.263,38.212,36.627,36.236,36.247,37.399],"script":[2.911,2.587,2.948,3.024,3.006,2.771,2.934,2.564,3.052,2.845,3.268,3.005,2.975,2.618,3.024],"paint":[33.019,33.13,32.406,32.653,33.504,33.353,33.131,32.996,33.063,33.127,33.56,32.483,32.401,31.958,32.904]}},{"framework":"vanillajs-non-keyed","benchmark":"07_create10k","values":{"total":[404.094,395.979,407.507,405.293,404.329,409.228,395.113,403.791,407.206,407.737,402.193,404.505,398.918,403.087,403.296],"script":[25.561,25.551,26.038,25,26.492,26.562,26.184,25.725,26.236,26.453,25.628,26.731,25.558,26.017,25.728],"paint":[370.987,362.85,373.789,372.567,370.464,375,361.32,370.293,373.133,373.427,368.98,370.297,365.715,369.478,369.701]}},{"framework":"vanillajs-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[39.597,41.678,41.763,40.156,42.901,42,43.162,40.79,40.325,40.013,40.149,39.247,43.236,39.353,40.96],"script":[2.107,2.091,2.037,2.062,2.109,2.055,2.078,2.048,2.022,2.103,2.014,2.135,1.971,2.056,1.946],"paint":[36.683,38.419,38.561,36.885,39.876,38.802,40.09,37.842,37.053,37.129,37.258,36.331,40.102,36.473,38.082]}},{"framework":"vanillajs-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.232,13.775,13.109,13.341,13.805,13.466,12.996,12.983,12.854,13.265,13.186,12.918,12.902,13.504,13.282],"script":[10.567,11.582,11.09,11.495,11.592,11.051,11.164,11.371,11.266,11.978,11.794,11.243,11.337,11.521,10.747],"paint":[1.838,2.098,1.924,1.758,2.112,1.577,1.744,1.503,1.476,0.545,1.303,1.598,1.202,1.903,2.104]}},{"framework":"vanillajs-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.44086551666259766]}},{"framework":"vanillajs-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.969339370727539]}},{"framework":"vanillajs-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.977644920349121]}},{"framework":"vanillajs-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5365009307861328]}},{"framework":"vanillajs-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.272872924804688]}},{"framework":"vanillajs-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.5099999999998]}},{"framework":"vanillajs-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.495999999999999]}},{"framework":"vanillajs-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[131.492]}},{"framework":"vanillajs-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.255859375]}},{"framework":"vanillajs-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.9794921875]}},{"framework":"vanillajs-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.4296875]}},{"framework":"vanillajs-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[64]}},{"framework":"vanillajs-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[64]}},{"framework":"vanillajs-1-non-keyed","benchmark":"01_run1k","values":{"total":[36.749,39.901,38.845,37.388,38.64,38.408,39.995,37.388,38.58,38.458,38.437,38.454,38.947,40.142,39.222],"script":[1.903,1.963,1.915,1.895,1.952,2.048,1.9,2.04,2.01,2.091,2.117,1.945,2.104,2.016,2.131],"paint":[34.416,37.466,36.479,35.063,35.995,35.925,37.694,34.9,36.131,35.925,35.825,35.797,36.146,37.429,36.636]}},{"framework":"vanillajs-1-non-keyed","benchmark":"02_replace1k","values":{"total":[17.96,17.512,17.584,17.615,16.263,17.282,16.546,17.619,16.311,17.228,17.361,17.79,16.668,17.756,17.628],"script":[1.175,1.252,1.152,1.203,1.115,1.157,1.233,1.24,1.201,1.189,1.22,1.185,1.281,1.165,1.202],"paint":[16.152,15.709,15.776,15.942,14.687,15.519,14.917,15.726,14.642,15.643,15.654,16.11,14.835,15.986,15.747]}},{"framework":"vanillajs-1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.948,18.397,18.036,17.895,17.906,17.272,18.5,18.07,18.977,16.869,18.633,18.611,18.499,17.231,18.126],"script":[1.16,0.546,1.25,0.907,0.605,0.172,0.184,1.441,0.775,1.036,1.036,0.815,0.857,0.623,0.941],"paint":[15.232,15.881,14.674,16.199,15.447,15.355,16.807,15.001,16.476,14.442,15.962,15.529,15.32,15.356,15.791]}},{"framework":"vanillajs-1-non-keyed","benchmark":"04_select1k","values":{"total":[2.758,3.483,3.302,3.496,2.36,4.292,3.076,3.375,2.912,2.868,2.668,2.637,2.321,3.869,2.817,2.876,3.749,2.777,3.016,2.904,2.243,2.803,2.845,3.005,3.053],"script":[0.621,0.054,0.506,0.052,0.06,0.047,0.545,1.022,0.061,0.067,0.063,0.066,0.058,1.067,0.825,0.059,0.854,0.062,0.055,0.064,0.067,0.606,0.054,0.08,0.073],"paint":[1.574,2.899,1.962,3.3,1.221,3.341,1.042,1.497,1.854,1.824,1.661,1.675,2.137,1.94,1.147,2.718,1.993,1.543,2.853,1.898,1.542,1.359,2.69,2.02,2.867]}},{"framework":"vanillajs-1-non-keyed","benchmark":"05_swap1k","values":{"total":[12.658,13.127,13.332,13.458,12.269,12.905,12.86,13.317,13.195,12.52,13.873,12.777,12.917,13.347,12.395],"script":[0.578,0.948,0.764,0.951,0.81,0.878,1.183,0.838,0.147,0.144,0.138,0.81,0.134,0.795,0.14],"paint":[10.787,10.555,10.677,10.239,10.06,10.514,10.366,11.064,11.411,10.535,10.995,10.513,10.887,10.899,10.587]}},{"framework":"vanillajs-1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.56,36.075,36.225,37.221,35.23,35.64,36.112,36.702,36.434,35.636,36.85,36.41,35.852,36.474,36.139],"script":[2.437,2.395,2.433,2.279,2.183,2.06,2.464,2.403,2.467,2.431,2.441,2.354,2.443,2.529,2.165],"paint":[32.302,32.363,33.028,33.711,31.672,32.743,32.39,33.416,32.576,31.953,33.194,33.153,32.499,32.508,32.911]}},{"framework":"vanillajs-1-non-keyed","benchmark":"07_create10k","values":{"total":[399.164,407.839,402.979,404.949,401.667,404.867,405.726,400.915,398.746,404.162,401.74,400.804,400.734,401.305,396.562],"script":[24.223,25.376,24.367,24.065,24.618,25.125,24.689,23.888,23.169,24.705,25.009,23.479,24.794,24.187,24.224],"paint":[367.312,374.665,370.857,373.364,369.717,372.107,373.485,369.33,368.117,371.884,369.165,369.79,368.377,369.686,364.941]}},{"framework":"vanillajs-1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[41.738,40.516,40.373,39.704,39.019,41.083,40.779,41.708,41.822,41.866,41.817,41.651,40.221,41.693,41.462],"script":[2.086,2.114,2.118,2.183,2.021,2.149,2.105,2.142,2.069,2.179,2.056,2.075,1.975,2.079,2.015],"paint":[38.518,37.577,37.487,36.599,36.218,37.8,37.785,38.379,38.819,38.676,38.597,38.425,37.432,38.456,38.485]}},{"framework":"vanillajs-1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.434,13.135,12.891,13.405,13.169,14.104,13.127,13.247,13.214,13.516,12.881,12.941,13.081,12.939,12.938],"script":[11.309,11.11,11.193,11.083,11.494,11.621,10.582,11.174,10.99,10.828,11.446,11.076,10.671,11.427,11.263],"paint":[1.366,1.515,0.819,1.79,1.577,2.362,1.662,1.15,1.554,2.601,1.356,1.772,1.913,1.422,1.596]}},{"framework":"vanillajs-1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4505119323730469]}},{"framework":"vanillajs-1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.9860868453979492]}},{"framework":"vanillajs-1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.9636383056640625]}},{"framework":"vanillajs-1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5596752166748047]}},{"framework":"vanillajs-1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.157207489013672]}},{"framework":"vanillajs-1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.295]}},{"framework":"vanillajs-1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[7.4319999999999995]}},{"framework":"vanillajs-1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.26400000000007]}},{"framework":"vanillajs-1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.2958984375]}},{"framework":"vanillajs-1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[10.0205078125]}},{"framework":"vanillajs-1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.1767578125]}},{"framework":"vanillajs-1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[58.6]}},{"framework":"vanillajs-1-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[58.6]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"01_run1k","values":{"total":[36.897,36.587,35.685,36.024,36.693,35.807,37.296,35.736,36.605,36.499,37.981,35.595,36.416,36.158,35.042],"script":[2.431,2.962,2.608,2.688,2.782,2.45,2.68,2.658,2.494,2.342,2.382,2.514,2.493,2.808,2.571],"paint":[34.018,33.193,32.64,32.893,33.493,32.969,34.181,32.45,33.662,33.731,35.124,32.641,33.509,32.913,32.094]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"02_replace1k","values":{"total":[17.123,17.555,18.335,17.314,18.823,18.26,17.187,17.509,18.228,18.237,18.451,17.198,18.442,18.683,17.497],"script":[2.418,2.376,2.406,2.446,2.487,2.184,2.241,2.282,2.402,2.268,2.39,2.371,2.202,2.283,2.441],"paint":[14.276,14.546,15.237,14.422,15.745,15.391,14.493,14.59,15.352,15.442,15.567,14.414,15.571,15.945,14.443]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.262,18.642,20.106,20.219,17.8,18.876,20.098,18.738,19.439,18.846,17.836,18.871,20.618,18.726,18.356],"script":[1.765,2.028,1.582,1.818,1.233,1.312,1.474,1.971,1.176,1.435,1.384,1.399,1.55,1.87,1.463],"paint":[17.131,15.309,16.166,16.32,14.962,16.187,16.692,15.412,16.746,14.241,14.206,16.124,16.596,15.681,15.505]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"04_select1k","values":{"total":[3.952,4.235,4.041,4.472,4.024,4.219,4.696,4.656,3.798,4.142,4.331,3.536,3.719,4.402,4.144,3.272,4.7,3.788,4.437,4.426,5.217,4.324,4.216,3.216,4.097],"script":[1.152,0.841,1.643,1.265,1.205,1.467,1.85,1.48,1.308,1.258,1.302,0.786,1.271,1.426,1.391,0.95,1.57,1.241,1.55,1.02,1.985,1.279,1.994,1.013,1.875],"paint":[2.258,2.213,2.287,2.074,0.892,1.721,2.7,2.648,1.614,1.969,2.895,1.742,1.92,2.068,2.622,1.447,2.975,1.457,2.741,2.365,2.021,2.938,1.489,2.093,1.58]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"05_swap1k","values":{"total":[24.924,24.642,22.991,22.265,23.083,23.354,22.818,23.66,23.324,22.914,21.811,22.051,24.177,24.686,26.173],"script":[2.124,2.081,1.802,1.421,2.046,2.153,1.072,1.63,1.332,1.552,1.025,1.431,1.491,2.075,1.769],"paint":[20.27,20.62,18.972,19.129,19.423,19.349,19.977,20.461,19.772,19.487,19.083,19.207,21.139,21.218,22.474]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.803,18.062,17.12,18.338,17.293,18.03,18.346,18.323,17.856,18.111,17.715,22.335,18.975,18.074,18.152],"script":[0.723,0.918,0.905,1.107,0.72,0.736,1.097,0.912,1.121,0.889,1.051,1.05,0.929,0.844,0.985],"paint":[15.427,16.295,14.998,16.309,15.857,16.389,16.034,16.352,15.279,16.098,15.503,19.818,16.722,15.915,15.947]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"07_create10k","values":{"total":[448.139,452.492,444.5,449.406,439.074,447.153,442.41,439.562,442.759,445.398,443.508,454.273,443.671,437.756,438.683],"script":[83.604,84.096,81.993,80.669,84,83.811,82.412,80.553,84.211,82.275,83.072,87.032,84.818,84.737,81.75],"paint":[355.728,360.146,355.035,361.333,347.64,355.888,352.42,351.589,350.889,355.708,352.727,359.687,351.125,345.503,349.493]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.463,44.833,45.362,47.131,43.954,44.824,46.038,48.583,47.461,44.191,45.703,47.833,44.658,44.364,44.179],"script":[6.597,6.512,6.799,6.608,6.556,6.47,6.373,6.361,6.524,6.353,6.475,6.528,6.429,6.478,6.329],"paint":[38.507,37.388,37.616,39.532,36.478,37.404,38.651,40.82,39.716,36.862,37.96,40.13,37.307,36.954,36.94]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.225,15.908,15.434,14.838,17.159,15.5,15.323,16.786,18.072,16.063,16.224,15.658,16.022,16.13,16.187],"script":[13.179,13.896,13.861,13.255,14.59,12.791,13.182,14.559,15.532,13.914,13.358,13.701,13.861,13.891,13.796],"paint":[1.952,1.899,1.469,0.429,2.153,2.22,1.757,1.315,1.422,2.056,2.733,1.865,2.034,2.134,1.086]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6294641494750977]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.085155487060547]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.105428695678711]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.331281661987305]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[42.2551383972168]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.8600000000001]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.136000000000001]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.196]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[171.35546875]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[33.0810546875]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.67578125]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[81.9]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[81.9]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"01_run1k","values":{"total":[47.033,44.975,44.403,44.084,43.875,45.388,46.254,45.137,45.092,44.363,44.11,44.275,47.159,43.727,45.159],"script":[7.733,7.584,8.119,8.214,8.035,7.798,7.955,9,9.122,7.839,8.175,7.866,8.774,8.52,7.986],"paint":[38.55,36.711,35.822,35.421,35.42,37.068,37.792,35.658,35.54,35.906,35.399,35.954,37.688,34.732,36.618]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"02_replace1k","values":{"total":[19.859,18.268,18.992,18.413,18.156,19.866,20.036,20.098,18.35,18.559,18.497,18.942,20.188,20.069,20.004],"script":[3.01,2.997,3.211,2.956,2.771,2.862,3.007,2.971,3.111,3.155,2.985,3.081,3.037,2.987,3.109],"paint":[16.214,14.871,15.376,14.977,14.918,16.355,16.361,16.484,14.761,14.981,15.041,15.263,16.665,16.447,16.378]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.094,21.618,21.688,22.077,21.198,20.31,20.671,21.086,21.317,21.052,22.905,21.202,21.626,21.191,23.054],"script":[3.537,4.027,3.811,3.435,3.075,3.551,3.175,3.652,3.371,3.671,3.287,3.688,4.008,3.061,3.565],"paint":[15.819,15.971,16.036,16.107,16.875,15.262,15.978,15.854,16.328,14.57,18.551,15.701,15.812,15.906,16.002]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"04_select1k","values":{"total":[5.056,4.593,6.1,4.776,4.771,5.094,5.906,4.878,5.845,4.783,5.083,4.353,4.063,5.311,4.619,4.35,5.612,5.039,4.943,4.224,4.008,5.244,5.147,5.75,5.24],"script":[2.291,1.582,2.555,1.517,1.926,1.586,1.598,2.183,2.445,1.633,1.584,2.087,1.779,1.999,1.472,1.623,2.337,1.559,1.779,1.528,1.464,2.388,1.596,1.617,1.342],"paint":[1.589,2.873,2.294,2.466,1.786,2.272,2.313,2.551,3.15,3.047,3.345,1.418,1.298,1.95,1.882,1.185,2.341,2.35,1.938,2.586,1.504,1.995,3.419,2.958,2.693]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"05_swap1k","values":{"total":[14.06,14.336,14.255,14.052,14.111,14.096,14.028,14.602,14.453,14.294,13.575,14.256,14.396,15.257,14.969],"script":[1.161,1.791,1.739,1.834,1.446,1.659,1.757,1.951,1.013,1.419,1.317,1.473,1.955,2.066,1.821],"paint":[11.426,10.669,10.585,10.324,10.807,11.081,10.808,10.552,12.163,11.677,10.501,11.521,10.614,11.177,12.135]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[39.279,37.594,41.616,39.557,38.698,38.811,40.193,39.601,39.339,38.054,39.409,39.264,38.379,39.886,38.081],"script":[5.487,5.03,5.41,5.627,5.46,5.294,5.309,5.543,5.474,4.906,5.532,5.58,5.165,5.653,5.468],"paint":[32.507,31.765,35.367,32.99,32.404,32.291,33.819,33.076,33.016,32.377,32.54,32.787,32.433,33.043,31.748]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"07_create10k","values":{"total":[475.483,474.507,473.719,476.982,475.149,467.498,468.827,472.315,471.193,468.977,469.275,469.845,468.994,468.599,472.495],"script":[90.913,91.112,91.034,90.118,91.27,89.157,88.705,91.008,90.055,85.684,90.597,89.7,91.213,90.249,89.507],"paint":[376.884,375.906,375.246,379.269,375.992,371.039,372.671,373.802,373.181,375.958,371.08,372.783,370.433,370.901,375.099]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.294,45.406,47.657,46.896,44.53,45.15,47.13,44.021,47.015,46.245,47.313,46.827,43.947,47.492,44.28],"script":[7.155,6.842,6.794,6.869,6.848,6.998,6.637,6.608,6.645,6.674,6.985,6.953,6.755,6.819,6.759],"paint":[37.227,37.642,39.935,39.056,36.884,37.35,39.228,36.448,39.152,38.346,39.404,38.918,36.383,39.432,36.696]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.519,15.901,16.669,16.154,16.974,16.965,15.664,16.191,15.733,16.79,16.458,16.101,15.821,16.217,15.844],"script":[13.777,13.673,14.507,13.535,14.46,13.854,13.861,13.729,13.645,14.278,13.532,14.073,14.334,14.325,13.102],"paint":[1.805,1.12,2.04,1.93,2.392,2.75,1.697,1.792,1.983,2.397,2.172,1.54,0.422,1.762,2.138]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6951913833618164]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9727277755737305]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.92812442779541]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1401491165161133]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.417938232421875]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.415]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.824]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[137.47600000000003]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[197.5400390625]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[59.2646484375]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.1171875]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[110.6]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"44_first-contentful-paint","values":{"DEFAULT":[110.6]}}] \ No newline at end of file +[{"framework":"alpine-v3.12.0-keyed","benchmark":"01_run1k","values":{"total":[111.947,105.942,102.258,111.469,103.392,103.029,107.933,100.451,103.366,101.181,104.266,101.954,103.846,104.719,104.467],"script":[72.449,65.05,63.483,71.92,64.283,63.916,67.639,62.371,63.393,62.006,64.071,62.407,64.433,64.083,63.593],"paint":[38.974,40.395,38.26,39.042,38.604,38.591,39.847,37.592,39.427,38.72,39.713,39.072,38.889,40.172,40.334]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"02_replace1k","values":{"total":[132.828,128.462,128.893,130.818,130.949,132.046,129.806,131.619,131.174,129.196,128.912,131.672,128.817,130.505,132.277],"script":[95.156,93.197,93.993,95.059,94.573,95.182,94.589,94.557,95.1,92.593,93.708,95.707,91.711,95.05,95.879],"paint":[36.932,34.487,34.358,34.981,35.634,36.331,34.704,36.314,35.241,35.846,34.655,35.201,36.339,34.755,35.656]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.969,24.443,25.854,25.01,24.491,24.883,24.73,25.623,25.515,25.294,25.37,23.112,23.048,23.796,23.23],"script":[4.82,5.017,5.358,5.512,5.455,5.468,5.223,5.049,4.898,5.148,4.725,5.262,4.439,5.402,4.891],"paint":[16.042,17.598,17.765,17.283,16.827,17.553,17.15,18.612,18.304,18.274,18.668,16.007,17.213,16.298,16.184]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"04_select1k","values":{"total":[39.675,36.87,38.609,35.447,37.598,36.855,36.299,36.357,36.715,37.415,35.898,36.408,37.139,37.005,37.762,37.504,36.122,36.619,37.347,35.703,37.883,38.803,37.727,38.188,37.399],"script":[32.446,32.125,33.28,31.149,32.974,33.246,32.101,32.108,32.691,33.828,31.986,32.631,32.325,33.531,33.28,33.353,32.577,31.909,33.16,31.598,33.49,34.344,33.421,33.535,33.387],"paint":[5.716,3.502,3.524,2.667,3.404,2.182,2.804,2.18,2.936,2.199,3.103,2.282,3.182,1.905,2.804,2.209,2.818,3.321,2.866,3.07,2.946,2.661,2.393,3.322,2.222]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"05_swap1k","values":{"total":[37.688,37.193,36.9,36.856,35.829,37.421,36.189,35.302,36.133,36.641,36.33,36.726,35.186,37.54,37.604],"script":[12.87,13.761,14.288,13.621,13.417,13.6,12.84,13.289,13.844,13.582,13.973,13.051,12.991,14.52,14.896],"paint":[22.555,20.631,21.167,21.204,20.422,21.869,21.473,20.361,20.67,21.135,19.887,21.425,20.736,21.118,20.715]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[26.324,26.27,26.17,26.142,25.774,25.779,26.629,27.104,26.121,27.293,25.975,26.784,25.442,26.295,26.685],"script":[8.2,7.891,8.222,8.184,8.184,8.218,8.17,8.514,8.197,8.369,7.949,8.178,7.955,8.344,8.153],"paint":[16.594,17.243,16.531,16.501,16.022,16.398,16.952,17.186,17.073,17.555,16.555,17.11,16.134,16.562,17.588]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"07_create10k","values":{"total":[990.535,993.558,982.655,989.949,991.721,1000.514,997.37,991.414,994.352,998.278,994.114,989.435,978.123,988.511,999.677],"script":[605.073,606.924,603.752,605.553,605.408,608.117,610.956,607.481,608.948,611.405,607.626,607.993,596.158,603.324,606.656],"paint":[377.519,378.892,371.037,376.495,378.512,384.418,378.75,376.07,377.399,378.838,378.652,373.77,374.351,375.874,385.114]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[128.175,124.109,126.545,124.395,126.327,124.69,123.656,125.49,125.508,125.297,126.048,124.501,124.29,124.308,124.23],"script":[83.65,83.369,85.457,83.278,84.288,84.065,83.471,84.78,84.322,84.197,84.743,83.274,84.13,84.06,83.593],"paint":[43.277,39.716,40.02,40.091,41.008,39.631,39.185,39.688,40.119,40.097,40.27,40.175,39.091,39.034,39.353]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[56.536,56.986,54.562,53.887,56.148,55.765,56.634,56.893,55.363,54.958,57.258,55.667,57.128,57.932,56.341],"script":[54.027,53.51,51.545,51.552,53.634,52.591,53.615,53.796,53.498,52.409,54.496,53.091,54.569,55.189,53.811],"paint":[2.348,2.88,1.666,1.163,2.347,2.571,1.936,1.717,1.723,2.358,2.365,1.998,1.826,2.004,1.745]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6669931411743164]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[13.999164581298828]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[14.01718807220459]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.5798511505126953]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[128.61210918426514]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2027.0749999999998]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.136]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.81999999999996]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.0498046875]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.7734375]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.576171875]}},{"framework":"alpine-v3.12.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[85.4]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"01_run1k","values":{"total":[59.945,58.618,58.598,60.401,59.234,59.971,58.919,60.14,59.184,57.978,60.411,59.088,60.316,59.756,58.352],"script":[21.75,21.42,20.964,21.904,20.709,21.534,21.877,20.937,21.867,20.911,22.509,21.752,22.39,22.514,20.928],"paint":[37.743,36.471,37.153,38.017,37.811,38.031,36.57,38.725,36.86,36.61,37.215,36.627,37.147,36.794,36.97]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"02_replace1k","values":{"total":[72.066,73.115,72.617,71.944,72.513,71.808,72.423,73.066,72.561,72.592,72.261,70.816,72.344,72.958,70.798],"script":[33.296,33.093,33.528,33.206,33.397,32.919,33.09,32.908,33.549,33.251,33.509,30.595,33.525,33.579,31.218],"paint":[38.039,39.547,38.628,38.223,38.648,38.434,38.609,39.696,38.548,38.618,38.289,39.476,38.088,38.692,39.129]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.798,28.445,28.598,28.409,29.527,27.26,29.454,29.318,29.778,27.865,29.359,28.625,28.85,28.731,28.996],"script":[10.4,11.07,10.463,10.601,10.957,9.815,10.487,11.13,10.854,10.326,10.696,10.899,10.665,10.602,10.679],"paint":[17.075,15.591,17.001,16.013,16.636,15.856,17.407,16.495,16.77,16.108,16.821,15.977,16.382,15.089,15.811]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"04_select1k","values":{"total":[12.443,12.889,11.345,11.022,12.247,13.854,11.738,12.255,11.813,11.772,11.509,11.472,11.784,12.232,11.458,11.604,11.752,11.136,11.564,12.039,11.407,12.206,11.963,11.114,12.618],"script":[8.606,9.419,8.525,8.252,8.344,8.532,9.215,9.155,8.256,7.936,8.568,8.72,8.7,9.516,8.531,8.238,8.448,8.382,8.239,8.89,8.833,8.548,8.905,8.358,8.091],"paint":[3.012,2.476,1.915,1.438,2.793,3.987,1.969,2.548,2.996,2.793,1.757,2.028,1.853,1.15,1.379,2.762,2.575,2.03,2.066,2.878,1.182,1.734,2.092,2.045,2.973]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"05_swap1k","values":{"total":[30.257,30.047,30.869,30.835,30.246,32.072,30.88,30.179,30.585,30.917,30.6,30.019,32.287,29.193,31.356],"script":[9.314,9.114,8.511,8.661,9.48,9.526,9.121,8.835,8.933,8.947,8.604,8.683,8.859,8.221,9.786],"paint":[18.999,19.873,20.972,20.764,18.938,20.973,19.984,19.014,19.623,20.366,19.181,19.533,20.417,18.431,18.68]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[113.259,115.675,113.095,112.235,111.436,112.398,114.037,114.116,114.371,112.239,111.956,115.283,114.751,113.22,114.636],"script":[37.214,36.929,38.27,36.033,36.465,37.273,36.6,37.664,38.091,37.291,35.958,38.463,37.597,37.395,36.862],"paint":[74.28,76.915,73.512,74.865,73.213,73.484,75.949,75.19,74.816,73.983,74.839,75.453,75.211,74.111,76.227]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"07_create10k","values":{"total":[636.31,630.955,628.55,625.626,635.712,610.944,625.054,628.94,627.433,626.522,627.561,625.382,626.743,626.73,638.971],"script":[239.604,238.234,238.774,240.862,244.319,232.119,241.974,239.27,237.55,238.312,239.793,236.199,236.1,236.78,241.848],"paint":[388.707,384.889,382.239,376.941,383.725,370.995,375.784,382.05,382.283,380.696,380.19,381.781,383.083,382.541,389.561]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[72.82,72.462,73.287,72.788,73.485,72.813,73.742,73.943,73.43,74.198,72.722,75.113,73.579,73.565,74.467],"script":[30.684,30.099,31.041,30.182,29.941,29.861,31.132,30.895,30.951,29.911,30.296,31.409,30.01,30.561,30.106],"paint":[41.211,41.452,41.318,41.704,42.375,42.035,41.653,42.091,41.331,43.394,41.515,42.774,42.65,42.049,43.537]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.254,19.419,17.321,18.437,18.525,19.328,18.254,18.422,19.952,18.913,18.607,18.427,17.884,17.573,18.014],"script":[15.874,17.02,15.387,16.111,16.105,16.95,16.11,16.439,17.62,16.528,16.306,16.045,15.669,16.061,15.687],"paint":[1.807,2.268,1.243,1.921,1.722,2.276,2.031,1.873,1.425,1.553,2.201,2.265,1.566,1.389,1.231]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4537982940673828]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.603249549865723]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.396417617797852]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.831542015075684]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[47.72567939758301]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.0600000000002]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.763999999999998]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.37600000000003]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[142.1376953125]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[257.1123046875]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[73.4833984375]}},{"framework":"anansi-v0.14.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[48.6]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.426,44.663,44.494,43.887,45.146,45.27,46.265,44.136,44.103,45.103,45.043,47.316,45.186,44.318,45.142],"script":[7.657,7.943,7.915,7.977,7.684,7.736,7.579,7.596,7.558,9.232,7.987,9.096,7.728,8.131,7.507],"paint":[36.383,36.317,36.09,35.168,37.047,37.126,38.201,35.814,35.821,35.352,36.649,37.682,37.002,35.776,37.198]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[55.848,57.548,56.603,57.031,56.738,55.908,55.357,56.767,56.164,57.619,55.657,56.362,56.397,55.925,56.718],"script":[17.208,16.964,17.188,16.9,16.73,17.209,16.925,16.661,16.931,16.822,16.833,17.12,16.994,17.058,16.858],"paint":[37.904,39.867,38.938,39.406,39.28,38.268,37.962,39.603,38.497,40.334,38.154,38.753,38.684,38.381,39.363]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.734,19.29,18.523,20.443,18.619,19.268,19.483,18.796,19.827,20.352,18.964,18.592,19.381,18.602,18.333],"script":[1.769,1.943,2.162,2.179,1.844,2.129,1.261,1.259,1.976,1.866,2.161,2.06,2.417,1.659,2.424],"paint":[16.327,15.316,15.312,15.869,14.836,15.054,16.228,15.14,14.88,16.53,14.781,14.873,15.388,15.887,14.482]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[4.651,4.251,4.016,5.015,5.02,4.143,4.444,4.198,4.125,4.364,4.362,4.87,4.749,4.324,5.165,5.057,4.562,4.533,5.019,4.369,5.228,4.367,5.211,4.654,4.876],"script":[1.759,1.514,1.677,0.967,1.763,1.046,1.069,1.124,1.114,1.444,1.436,1.745,1.267,0.979,1.777,1.878,1.879,1.536,1.838,1.611,1.822,1.5,1.518,1.032,1.034],"paint":[2.598,1.8,2.217,1.349,3.063,2.964,3.259,2.255,2.875,2.15,1.784,2.195,2.899,2.864,2.603,1.976,2.056,2.291,2.651,1.742,2.329,1.535,3.495,2.677,2.815]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[21.948,23.501,23.443,22.848,22.634,22.22,22.352,23.82,21.999,21.635,23.218,24.852,22.322,22.542,21.977],"script":[1.599,1.857,1.432,0.969,1.981,1.482,1.974,1.507,1.548,1.776,2.008,1.352,1.819,1.961,1.017],"paint":[19.087,20.034,19.299,20.3,19.071,19.532,18.586,20.46,18.576,18.907,18.937,21.27,18.856,18.519,19.681]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.27,17.865,17.283,18.061,17.75,17.797,18.454,18.885,17.96,18.479,18.225,18.309,18.365,17.839,18.783],"script":[1.112,1.133,0.834,1.159,1.163,1.119,0.974,1.208,0.868,1.137,1.086,1.144,1.141,1.138,1.169],"paint":[15.44,15.989,15.39,16.174,15.579,15.708,16.905,16.661,16.362,15.632,16.331,16.158,16.482,15.922,16.408]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[474.548,468.054,473.3,469.523,476.174,471.328,481.976,480.355,471.551,471.922,473.43,463.726,472.55,477.51,470.882],"script":[100.12,99.492,98.9,99.454,97.893,99.521,94.033,96.014,97.473,98.564,99.311,99.216,101.12,103.071,98.959],"paint":[366.624,360.879,366.765,362.422,370.622,364.129,379.654,376.531,366.13,365.242,366.501,357.033,363.955,366.927,364.491]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.141,52.799,52.542,52.635,52.039,52.919,53.222,52.046,52.815,51.728,51.983,52.204,52.073,52.45,52.476],"script":[8.929,8.854,9.003,8.884,9.013,9.162,9.024,8.679,9.147,8.533,9.205,9.144,9.037,9.093,8.451],"paint":[43.281,43.014,42.351,42.829,41.913,42.545,43.244,42.543,42.734,41.973,41.85,41.864,42.219,42.43,42.762]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.279,25.787,26.863,26.164,26.307,26.72,28.139,27.123,26.088,26.642,25.926,26.46,26.234,26.072,26.774],"script":[24.992,23.346,24.538,24.204,24.275,24.324,25.375,24.897,23.381,23.952,23.993,23.939,24.459,23.326,24.451],"paint":[1.109,1.515,1.234,1.276,1.915,1.294,1.596,0.47,2.38,2.582,0.908,2.388,0.827,1.759,2.216]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.3840303421020508]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.655308723449707]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.819833755493164]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.1534385681152344]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.7041654586792]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2627.3705]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[95.868]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[221.01599999999996]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[276.3193359375]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[137.7392578125]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[42.990234375]}},{"framework":"angular-cf-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[196.8]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[47.198,46.902,46.835,45.635,46.721,47.797,46.563,46.934,46.997,44.486,48.398,47.557,47.443,49.302,48.261],"script":[8.967,9.274,8.749,8.455,9.068,9.142,8.407,8.97,8.531,6.989,8.892,9.269,8.8,9.507,8.739],"paint":[37.802,37.156,37.657,36.784,36.932,38.169,37.657,37.488,37.806,37.008,38.814,37.812,38.168,39.307,39.025]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[54.857,54.235,55.961,55.054,54.544,55.162,52.023,54.965,55.023,54.395,54.107,55.372,54.162,54.571,53.72],"script":[15.123,14.702,15.311,14.899,14.773,14.585,14.168,14.566,14.184,14.862,15.145,14.605,14.386,14.778,14.355],"paint":[39.264,39.043,39.926,39.66,39.29,39.933,37.315,39.914,40.096,39.074,38.244,40.235,39.263,39.314,38.936]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.214,19.379,19.065,18.944,18.41,18.964,20.167,18.698,19.948,18.534,19.649,18.624,19.719,18.447,19.355],"script":[2.084,1.883,1.413,2.508,2.129,1.957,2.068,2.348,2.097,1.731,1.781,1.517,2.362,1.975,1.634],"paint":[16.445,16.158,16.02,14.31,15.295,15.643,16.507,14.701,16.238,15.744,16.329,15.449,15.956,14.902,16.664]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[5.011,4.532,3.907,4.047,4.102,4.368,3.904,4.587,3.781,4.256,4.686,4.578,5.686,4.29,4.304,6.12,4.997,3.768,4.142,4.68,3.893,4.408,4.057,4.112,4.615],"script":[1.336,1.848,1.275,1.044,1.665,1.342,0.699,1.953,0.977,1.756,0.908,1.957,1.829,2.051,1.793,2.064,0.926,1.203,1.395,1.486,1.53,1.7,1.839,1.717,1.397],"paint":[2.296,2.14,1.582,2.879,1.662,2.262,2.684,2.511,1.662,1.685,3.561,2.501,3.733,2.115,2.393,2.838,2.851,1.634,1.899,2.646,1.307,1.695,2.093,1.234,2.028]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[21.752,22.497,21.473,23.147,22.754,23.503,22.627,23.472,22.091,23.3,22.25,21.841,23.07,22.61,22.117],"script":[1.733,1.689,1.468,2.023,1.611,1.947,1.528,1.998,1.465,1.014,1.606,1.636,1.46,1.548,1.618],"paint":[17.824,18.994,18.621,19.568,19.29,20.477,18.96,20.115,18.481,20.968,17.535,18.408,19.176,19.075,19.171]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.386,17.844,18.933,18.774,17.827,18.425,18.319,17.78,18.324,18.489,18.476,17.348,18.718,17.505,18.351],"script":[0.793,0.809,1.124,0.759,1.045,0.769,1.087,0.766,1.103,1.047,0.78,0.87,0.954,0.903,1.078],"paint":[16.533,16.596,16.524,16.359,16.005,16.624,16.162,15.977,16.141,16.22,16.862,15.365,16.584,15.549,16.137]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[461.377,467.111,467.293,469.809,463.393,466.056,466.146,465.598,470.503,461.427,469.429,468.551,466.226,464.255,462.739],"script":[90.202,88.804,87.82,90.328,89.465,90.564,89.123,89.461,89.569,89.556,90.333,89.95,90.168,88.698,89.216],"paint":[363.651,370.764,371.81,371.391,366.426,367.642,369.657,368.793,373.103,364.456,371.626,370.815,368.637,367.912,366.074]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.603,51.914,52.892,51.802,51.898,51.496,52.541,51.967,51.464,53.513,51.751,52.867,51.517,51.646,52.417],"script":[8.004,8.331,8.472,8.21,8.371,8.425,8.198,8.406,7.946,8.378,8.434,8.216,8.496,8.453,8.326],"paint":[42.342,42.627,43.444,42.584,42.526,42.079,43.409,42.603,42.274,43.938,42.08,43.654,42.126,41.968,43.06]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.875,23.398,23.083,22.498,23.17,22.056,20.797,22.889,21.998,24.568,23.397,22.123,22.919,22.734,22.578],"script":[23.3,20.844,20.668,19.896,20.5,19.274,18.902,20.507,20.031,21.582,21.392,20.259,20.456,19.722,20.117],"paint":[1.852,1.796,1.397,2.323,2.528,2.061,1.78,2.203,1.359,2.003,1.894,1.735,2.083,2.086,1.46]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9450702667236328]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.551264762878418]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.616429328918457]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.6046295166015625]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.133312225341797]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2401.3999999999996]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[45.355999999999995]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.91999999999993]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[244.08984375]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[105.8125]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[32.48828125]}},{"framework":"angular-cf-nozone-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[156.3]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.072,48.155,46.542,44.058,45.855,45.474,43.374,43.872,44.206,44.7,46.123,45.694,46.547,45.021,44.151],"script":[7.48,9.814,9.644,7.537,9.393,7.742,7.715,7.646,7.477,7.504,7.863,8.883,10.059,7.589,7.71],"paint":[36.196,37.859,36.151,36.116,35.958,37.042,35.177,35.757,36.2,36.674,37.582,36.069,35.816,36.699,36.007]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[57.491,57.017,56.577,56.842,56.131,56.404,56.941,57.473,56.71,56.267,57.385,56.629,56.991,57.287,55.969],"script":[17.335,17.483,16.848,16.968,17.237,17.226,16.973,17.146,16.866,17.216,16.789,17.271,17.088,17.454,17.174],"paint":[39.455,39.064,39.251,39.387,38.14,38.699,39.444,39.605,39.11,38.445,39.819,38.685,39.432,39.12,38.202]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.457,19.76,19.206,19.678,20.63,19.781,18.867,19.562,20.107,20,19.855,19.654,19.167,19.624,19.222],"script":[2.519,2.491,2.351,1.961,2.722,2.475,2.173,2.237,2.826,2.552,2.254,2.519,2.55,2.509,2.478],"paint":[15.514,15.673,16.029,16.452,15.3,15.18,16.322,15.72,15.525,15.198,15.703,15.171,15.238,15.543,15.46]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[6.268,6.731,6.407,6.67,7.12,6.661,6.748,6.978,6.732,6.456,6.582,8.168,6.265,6.23,6.939,6.633,6.408,7.181,7.106,6.484,6.355,6.444,7.354,6.66,6.721],"script":[2.645,2.457,2.685,2.159,2.642,2.491,2.058,2.908,2.236,2.125,2.555,2.575,2.384,1.789,2.426,2.891,2.828,3.049,2.762,2.133,2.435,2.739,2.963,2.195,2.903],"paint":[2.665,2.586,3.514,3.897,2.943,3.918,3.662,3.068,3.508,3.42,3.102,4.948,3.646,3.42,3.037,2.437,2.98,3.541,3.397,3.221,2.465,2.814,3.394,3.275,2.677]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[22.15,23.257,22.649,22.847,21.983,21.307,22.457,22.892,21.58,23.555,22.673,22.331,22.254,22.45,22.896],"script":[1.807,2.043,2.21,1.44,1.895,1.063,2.023,1.548,0.93,1.58,1.237,1.323,2.085,1.688,1.552],"paint":[18.679,20.068,19.118,18.428,18.752,19.189,18.424,19.909,19.433,19.998,19.833,19.591,18.852,19.513,20.171]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.398,20.375,19.3,20.714,20.518,20.05,20.488,20.739,21.588,21.061,20.257,21.084,20.661,20.421,20.557],"script":[1.723,1.409,1.563,1.698,1.691,1.478,1.704,1.583,1.829,1.757,1.42,1.531,1.633,1.737,1.481],"paint":[17.261,17.807,16.917,17.813,17.534,17.476,17.933,17.908,18.833,18.146,17.369,18.208,17.353,17.654,18.249]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[473.671,470.787,477.552,471.057,473.24,477.537,467.905,468.567,482.09,468.453,470.591,483.99,473.377,468.395,477.262],"script":[98.632,99.335,102.406,100.437,104.62,100.278,97.206,97.105,100.236,96.654,100.403,102.029,100.291,97.526,103.738],"paint":[367.577,363.836,367.597,362.529,361.163,369.754,362.664,364.113,374.307,364.193,362.542,374.535,365.553,363.388,365.91]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.486,53.701,53.621,53.215,53.323,52.726,52.227,52.745,52.356,53.329,53.895,53.263,52.906,53.01,52.865],"script":[9.128,9.651,9.697,9.599,10.013,9.581,9.277,9.391,9.705,9.491,9.798,9.804,9.647,9.683,9.514],"paint":[42.386,43.091,42.73,42.415,42.358,42.184,41.964,42.438,41.69,42.899,42.9,42.292,42.308,42.121,42.184]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.525,26.223,27.652,26.844,27.154,27.429,26.079,27.23,27.05,26.534,27.593,28.537,25.876,26.124,25.352],"script":[23.993,23.897,24.83,24.656,25.229,24.957,23.864,24.518,25.201,24.033,25.081,26.121,23.648,23.939,22.758],"paint":[1.627,2.197,2.699,2.06,1.229,1.931,2.082,1.907,1.547,1.882,1.656,2.073,2.103,2.06,2.459]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.3921937942504883]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.710483551025391]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.88319206237793]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.2236061096191406]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.923584938049316]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.969]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[99.11600000000001]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[223.69200000000006]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[277.7841796875]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[139.2041015625]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[43.427734375]}},{"framework":"angular-cf-signals-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[204.7]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"01_run1k","values":{"total":[44.398,45.029,44.017,44.376,44.596,45.867,46.033,44.711,46.06,46.152,44.209,44.299,46.831,44.384,44.953],"script":[8.785,9.016,8.272,8.622,8.306,9.157,8.299,8.452,8.366,8.508,8.516,9.188,8.829,8.206,8.724],"paint":[34.901,35.593,35.279,35.25,35.872,36.286,37.199,35.75,37.288,36.956,35.23,34.644,37.322,35.716,35.826]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"02_replace1k","values":{"total":[56.336,57.035,57.153,56.798,57.178,58.069,57.324,56.822,58.258,57.177,56.589,56.623,57.984,56.73,56.119],"script":[16.823,17.501,17.712,17.143,17.536,18.141,17.43,17.282,17.631,17.734,17.204,17.779,17.778,17.163,16.5],"paint":[39.019,39.053,38.962,39.155,39.15,39.43,39.366,38.818,40.123,38.947,38.632,38.113,39.493,38.814,39.108]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.294,18.8,18.91,19.94,19.049,19.787,19.549,19.729,19.322,19.529,18.978,19.194,19.292,21.529,18.822],"script":[2.164,2.208,2.013,2.296,2.442,1.895,2.099,2.107,2.466,2.149,2.125,2.306,1.858,2.722,2.159],"paint":[14.01,15.274,15.771,16.078,14.825,15.436,15.849,16.583,15.197,15.698,14.897,14.293,15.396,17.14,14.577]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"04_select1k","values":{"total":[4.653,4.404,4.931,3.841,4.062,4.476,4.409,3.904,5.036,4.536,4.99,6.748,4.42,4.695,5.116,3.698,5.216,3.483,4.485,4.692,4.176,4.244,4.603,4.419,4.219],"script":[1.555,1.846,1.773,1.313,1.916,1.685,1.281,1.394,1.924,1.823,1.234,1.967,1.246,1.532,1.359,1.296,1.894,1.214,1.372,1.327,1.392,1.435,1.206,1.728,1.334],"paint":[2.055,1.644,2.543,1.583,2.015,2.104,2.558,2.395,2.984,2.597,2.86,3.422,2.792,3.038,2.449,2.277,1.929,1.352,2.985,2.398,1.806,1.922,3.257,1.631,1.887]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"05_swap1k","values":{"total":[184.558,185.514,188.432,183.798,188.358,183.606,181.109,182.533,193.639,190.011,183.653,181.585,184.602,187.538,182.667],"script":[29.104,29.808,29.884,29.237,29.545,29.409,28.795,29.335,29.568,29.637,29.359,29.052,29.294,28.637,29.507],"paint":[153.215,153.258,155.831,151.695,156.287,151.896,150.458,151.513,161.564,157.289,152.472,150.461,154.164,155.789,151.445]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.182,18.864,18.738,18.678,18.951,18.679,17.881,18.386,18.111,18.712,18.483,18.017,18.653,18.483,18.974],"script":[0.968,1.024,0.936,1.151,1.192,1.127,1.153,1.081,0.865,1.148,1.161,0.801,1.153,1.159,1.166],"paint":[16.288,16.798,16.314,16.731,16.451,16.569,15.452,16.267,16.481,16.811,16.255,16.009,16.735,16.128,16.754]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"07_create10k","values":{"total":[487.65,475.298,473.074,477.346,479.259,479.117,477.767,480.225,476.084,482.394,477.701,479.688,480.811,476.477,475.779],"script":[103.009,102.705,103.894,103.174,103.025,105.947,103.644,103.841,104.164,104.664,104.504,104.669,104.32,104.661,105.225],"paint":[376.86,364.797,361.507,366.644,367.519,365.47,366.655,368.828,364.443,369.196,365.664,366.901,368.782,364.273,362.971]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.913,55.097,54.054,54.192,55.253,54.31,53.385,54.538,52.728,53.671,53.574,54.897,55.37,53.876,53.991],"script":[9.789,9.602,10.01,9.994,9.417,10.001,9.635,10.049,9.438,9.679,9.3,9.43,9.856,9.261,9.666],"paint":[43.196,44.289,43.056,43.359,44.98,43.48,42.81,43.286,42.416,43.084,43.326,44.528,44.295,43.695,43.393]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.646,29.314,28.789,27.502,29.472,28.914,27.381,30.178,29.193,27.93,29.367,28.983,30.691,28.752,28.927],"script":[25.749,26.619,26.685,25.239,27.215,26.151,25.878,26.917,27.165,25.389,26.602,26.733,28.732,26.458,26.634],"paint":[1.775,2.544,1.963,2.139,2.133,2.163,0.448,2.269,1.904,2.422,2.554,1.36,1.843,1.185,2.173]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.4499883651733398]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.896495819091797]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.037480354309082]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.430281639099121]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.22512435913086]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.9195000000004]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[103.516]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[230.5960000000001]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[285.6552734375]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[147.0751953125]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.1875]}},{"framework":"angular-ngfor-v17.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[213.7]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"01_run1k","values":{"total":[51.808,51.402,51.321,50.786,51.413,50.159,51.683,50.215,51.22,51.514,51.993,52.066,50.393,51.199,50.726],"script":[12.039,11.415,12.233,12.055,11.475,11.336,12.508,11.435,11.255,11.533,12.219,12.851,11.069,12.743,11.666],"paint":[39.229,39.23,38.578,38.178,39.444,38.05,38.72,38.093,39.246,39.541,39.002,38.663,38.822,37.972,38.285]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"02_replace1k","values":{"total":[56.358,57.661,59.777,58.123,57.468,58.875,58.128,58.065,58.339,59.887,59.961,56.61,59.403,58.252,58.228],"script":[17.505,18.231,18.821,17.987,17.416,18.092,18.187,17.863,18.885,18.929,19.024,16.793,18.023,18.363,18.148],"paint":[38.271,38.719,40.482,39.655,39.287,40.086,39.464,39.738,38.984,40.209,40.215,39.038,40.658,39.372,39.36]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[58.051,57.339,56.987,58.373,57.187,56.885,59.915,56.731,58.479,55.794,61.89,57.122,57.949,59.037,58.991],"script":[39.107,38.58,39.155,40.237,39.261,38.467,40.522,38.849,40.109,38.744,42.665,39.792,39.465,41.018,40.922],"paint":[17.084,17.587,15.986,16.251,16.483,14.845,17.014,15.552,16.277,15.048,17.283,14.92,16.353,16.911,16.636]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"04_select1k","values":{"total":[38.775,40.866,39.727,38.746,42.179,41.639,40.227,39.733,42.216,39.133,41.447,41.016,42.604,41.327,39.825,39.635,40.155,44.006,44.151,39.314,40.811,40.752,39.255,43.3,41.472],"script":[35.587,36.965,36.479,35.228,38.538,37.815,36.9,35.957,38.443,35.658,37.405,37.609,37.837,37.902,36.37,35.878,36.391,39.143,40.108,35.585,37.323,37.308,35.036,38.071,37.331],"paint":[2.048,2.344,2.289,2.262,2.083,2.845,2.245,2.709,2.295,3.174,3.769,2.127,3.087,1.347,2.468,2.641,2.442,3.474,2.773,1.508,2.029,2.677,3.012,3.921,2.642]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"05_swap1k","values":{"total":[58.89,57.353,58.93,58.35,61.951,60.144,58.445,59.836,58.099,56.912,58.937,61.246,57.772,58.485,56.31],"script":[36.827,35.505,37.351,36.948,37.894,38.509,37.704,38.074,37.107,35.297,36.925,38.435,34.89,37.155,35.199],"paint":[19.859,19.915,20.034,18.485,22.111,18.989,19.154,20.058,19.179,19.696,20.063,21.413,21.479,18.948,18.814]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[127.173,128.836,126.524,128.96,127.682,131.605,127.054,125.572,125.727,129.092,127.712,125.755,128.555,124.563,126.51],"script":[49.773,50.924,48.99,51.104,49.692,51.663,50.098,48.299,48.034,52.042,51.205,48.265,50.407,48.308,49.428],"paint":[76.168,76.496,76.129,76.57,76.444,78.368,75.699,75.398,76.143,75.663,74.771,76.163,76.781,74.881,75.796]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"07_create10k","values":{"total":[521.898,516.976,526.241,522.415,519.113,527.614,517.864,523.786,521.685,530.799,525.572,522.051,525.871,519.09,526.572],"script":[136.243,136.567,138.263,135.32,134.799,137.402,137.521,135.424,136.6,139.948,137.128,136.82,137.301,137.834,138.431],"paint":[378.345,372.664,380.305,379.601,376.922,382.792,372.962,381.095,377.559,382.723,380.973,377.788,381.098,373.759,380.713]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[69.436,69.646,69.246,68.266,68.099,69.729,69.299,70.588,69.773,69.492,68.758,69.244,70.464,70.367,68.317],"script":[23.585,23.159,22.646,22.671,22.972,23.221,23.758,23.605,22.36,23.554,23.398,22.922,23.473,23.755,23.771],"paint":[44.87,45.522,45.588,44.269,43.852,45.266,44.565,45.979,46.39,44.675,44.362,45.297,45.634,45.746,43.565]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.305,16.028,18.355,15.642,18.62,18.516,17.907,18.087,16.622,15.59,17.526,17.638,15.987,17.49,17.553],"script":[13.817,14.1,16.203,14.153,15.821,15.93,15.353,15.866,14.713,13.426,15.565,14.992,13.247,15.302,15.674],"paint":[2.386,1.351,1.269,0.473,1.504,1.849,1.751,2.1,1.802,1.653,1.343,1.637,1.913,2.073,1.771]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5483341217041016]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.534756660461426]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.616443634033203]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.683884620666504]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.744140625]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2450000000001]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.059999999999999]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[152.62]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[156.455078125]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[18.1806640625]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.8984375]}},{"framework":"apprun-v3.30.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.1]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"01_run1k","values":{"total":[93,104.05,103.801,103.827,103.395,101.574,92.397,101.909,100.687,104.312,104.507,102.189,101.433,101.947,103.437],"script":[58.567,63.369,63.598,62.76,66.881,62.169,57.849,63.035,61.561,61.978,63.314,62.719,65.745,61.185,62.136],"paint":[34.137,40.359,39.898,40.734,36.182,39.175,34.201,38.659,38.907,42.003,40.879,39.216,35.45,40.455,41.089]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"02_replace1k","values":{"total":[109.233,110.977,109.616,110.607,110.064,109.741,109.923,110.528,110.49,111.201,109.634,108.431,108.219,109.775,110.246],"script":[67.067,72.397,73.106,74.168,71.555,67.261,69.559,67.408,67.296,72.546,72.082,72.023,67.479,74.395,72.622],"paint":[41.931,38.294,36.097,35.993,38.259,42.089,39.91,42.678,42.78,38.239,37.296,36.175,40.316,35.137,37.191]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[55.207,54.676,57.851,55.033,55.137,57.78,57.84,58.287,55.543,55.12,51.357,53.914,57.095,58.83,52.929],"script":[35.034,33.115,36.268,33.144,32.598,34.771,32.8,35.161,35.125,34.221,33.831,32.852,34.942,34.954,32.985],"paint":[19.546,20.266,20.727,19.542,20.973,21.918,23.916,22.359,19.775,19.286,17.317,20.249,20.544,22.865,18.94]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"04_select1k","values":{"total":[18.207,15.24,16.344,16.178,18.762,16.333,15.673,16.333,16.359,17.667,15.574,15.709,16.072,19.165,14.731,16.168,22.862,18.647,14.208,15.659,17.187,16.789,13.819,18.779,15.339],"script":[10.798,8.577,9.047,9.647,10.249,8.711,8.96,9.441,9.271,9.047,9.606,9.07,8.736,9.311,8.085,9.582,9.547,9.855,8.681,9.455,7.958,9.493,9.3,9.221,8.329],"paint":[3.502,4.667,5.085,4.699,6.428,5.027,4.167,5.345,4.448,5.609,4.857,4.565,3.145,7.318,5.6,4.37,8.123,7.204,4.881,3.088,6.19,5.643,3.503,4.734,4.552]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"05_swap1k","values":{"total":[61.68,64.64,63.729,61.794,62.054,60.485,58.544,58.978,62.082,60.843,63.303,63.797,65.083,64.101,59.852],"script":[35.447,36.677,36.02,35.392,34.662,35.624,34.07,33.394,35.819,33.109,35.39,37.51,34.995,36.863,34.391],"paint":[23.995,25.815,26.222,26.097,26.194,23.424,24.127,24.559,24.722,26.141,25.856,25.429,28.732,25.145,25.029]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[108.611,110.359,109.489,108.439,108.621,107.766,107.951,109.522,109.927,107.31,110.493,108.583,108.168,107.867,109.752],"script":[24.761,25.983,25.148,24.197,25.089,25.17,24.371,25.496,25.127,25.79,26.455,23.395,23.841,25.07,24.627],"paint":[81.859,82.905,82.223,82.332,81.877,80.618,82.2,82.065,82.581,79.267,82.252,81.705,82.128,80.684,82.68]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"07_create10k","values":{"total":[857.646,859.6,862.096,857.18,865.544,860.351,866.616,859.087,863.649,864.127,860.945,868.145,856.727,848.487,866.247],"script":[469.548,470.393,467.297,467.954,472.667,465.992,473.11,466.165,472.377,469.528,468.244,476.074,466.677,461.243,469.521],"paint":[384.105,385.372,390.912,384.961,389.05,390.57,389.578,389.012,387.455,390.712,388.502,388.185,386.082,383.421,392.973]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[118.364,118.043,116.681,111.77,115.868,108.342,114.979,114.777,113.355,117.178,119.38,119.039,117.074,114.13,109.866],"script":[75.943,76.284,75.506,70.212,74.887,67.733,74.894,73.585,70.312,73.86,76.098,75.413,76.111,71.127,69.738],"paint":[41.835,41.113,40.768,40.938,40.559,39.993,39.668,40.785,42.479,42.718,42.601,43.062,40.582,42.356,39.725]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.327,25.233,25.667,23.632,23.281,24.016,23.375,25.673,27.586,26.389,25.445,25.237,25.14,25.406,23.322],"script":[20.83,19.838,19.69,19.068,18.586,19.703,18.58,20.025,22.122,20.406,21.074,19.666,20.469,20.183,19.461],"paint":[2.705,4.071,4.815,4.298,4.457,2.418,4.605,5.461,4.711,4.516,3.018,4.305,3.443,4.81,3.669]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4977731704711914]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[10.989400863647461]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[11.22982120513916]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[50.30670356750488]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[100.1910514831543]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.0789999999997]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.760000000000002]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[169.11199999999997]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.1748046875]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.599609375]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.2685546875]}},{"framework":"arrowjs-v1.0.0-alpha.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[44.5]}},{"framework":"art-v1.1.0-keyed","benchmark":"01_run1k","values":{"total":[46.756,45.524,45.869,45.88,47.102,46.357,46.458,45.791,46.127,46.148,46.641,46.69,48.891,46.34,53.424],"script":[9.951,9.801,10.062,9.847,10.116,9.991,10.054,10.04,9.93,10.278,10.422,10.007,10.114,10.003,9.869],"paint":[36.585,35.526,35.459,35.829,35.941,36.182,35.507,35.562,35.996,35.69,35.887,36.461,37.4,36.135,36.04]}},{"framework":"art-v1.1.0-keyed","benchmark":"02_replace1k","values":{"total":[49.196,51.23,50.347,53.164,51.463,52.574,51.658,51.085,51.781,51.116,52.619,49.914,52.594,50.382,51.794],"script":[12.026,12.852,13.291,13.831,13.001,14.513,13.002,14.049,14.084,13.198,13.856,12.59,13.669,12.973,12.955],"paint":[36.932,38.135,36.809,39.123,38.231,37.829,38.429,36.819,37.495,37.678,38.538,37.078,38.683,37.168,38.636]}},{"framework":"art-v1.1.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.548,25.628,24.358,26.521,27.255,27.686,26.47,27.536,25.478,26.219,23.457,22.448,29.658,26.909,24.992],"script":[7.296,6.126,7.329,6.598,6.651,8.377,8.34,7.172,6.892,7.03,7.082,5.841,8.625,7.754,6.827],"paint":[17.188,18.859,15.777,17.958,18.489,18.239,17.339,18.351,18.315,18.924,16.221,15.789,19.909,17.848,17.023]}},{"framework":"art-v1.1.0-keyed","benchmark":"04_select1k","values":{"total":[8.7,16.234,18.167,16.885,11.945,13.045,8.277,19.374,8.373,11.303,14.804,15.948,8.066,14.731,8.374,12.051,17.901,13.977,9.164,16.029,13.534,8.676,9.844,15.005,15.393],"script":[2.629,5.053,3.281,3.875,2.913,3.069,2.714,4.197,2.844,3.444,4.37,3.959,2.798,2.919,3.137,4.023,4.446,3.112,3.121,3.558,2.854,3.508,2.535,3.267,3.427],"paint":[3.83,4.767,4.74,4.588,4.677,3.984,4.397,5.234,3.836,4.276,4.806,7.177,3.384,5.848,2.772,4.765,5.752,4.113,4.17,4.811,3.431,4.051,4.228,5.083,5.37]}},{"framework":"art-v1.1.0-keyed","benchmark":"05_swap1k","values":{"total":[47.041,28.422,48.056,46.276,22.931,26.236,27.183,47.628,50.488,29.103,49.03,28.848,23.396,23.075,49.561],"script":[2.788,3.009,2.938,3.193,2.76,3.272,3.718,2.597,3.233,3.144,3.079,3.059,3.345,3.059,2.136],"paint":[22.31,21.212,22.183,21.739,20.023,21.975,21.49,21.494,23.739,23.467,24.046,24.24,19.352,19.178,24.21]}},{"framework":"art-v1.1.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.025,21.649,18.536,18.373,22.316,20.937,20.376,19.272,21.747,21.515,21.686,21.899,21.662,18.104,18.942],"script":[1.674,1.456,1.743,1.673,1.69,1.405,1.501,1.613,1.122,1.467,1.662,1.722,1.697,1.583,1.641],"paint":[18.798,18.211,15.976,15.86,19.062,17.598,17.044,16.199,18.048,17.93,18.028,18.662,18.559,15.479,16.507]}},{"framework":"art-v1.1.0-keyed","benchmark":"07_create10k","values":{"total":[461.322,457.63,461.625,460.756,455.986,456.765,463.685,456.323,463.228,457.92,464.094,461.386,462.038,462.016,461.946],"script":[100.499,100.489,100.208,102.704,97.706,100.395,100.765,99.345,101.497,100.251,101.929,102.107,99.827,101.644,101.06],"paint":[356.605,353.489,357.978,354.19,354.79,352.919,359.473,353.251,358.284,354.012,358.356,355.818,358.581,356.787,357.33]}},{"framework":"art-v1.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.943,53.194,53.446,53.369,53.197,55.438,53.19,53.147,53.934,52.785,54.241,54.217,53.418,55.499,53.667],"script":[10.467,10.537,10.389,10.508,10.672,10.742,10.615,10.914,10.168,10.488,10.711,10.965,10.667,10.939,10.792],"paint":[42.1,42.292,42.587,42.498,42.213,44.322,42.21,41.911,42.99,41.95,43.047,42.896,42.384,43.861,42.504]}},{"framework":"art-v1.1.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.116,16.782,16.317,17.378,16.053,15.9,16.041,15.517,16.471,17.093,17.557,15.697,15.779,17.643,16.362],"script":[11.431,12.54,11.931,12.056,11.569,11.904,11.378,11.283,11.561,11.966,11.806,12.079,12.763,11.513,12.355],"paint":[3.506,3.704,2.729,4.361,4.234,3.8,3.108,3.041,3.744,3.137,4.595,2.689,2.706,4.02,3.778]}},{"framework":"art-v1.1.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5022964477539062]}},{"framework":"art-v1.1.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.767934799194336]}},{"framework":"art-v1.1.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.842660903930664]}},{"framework":"art-v1.1.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7798023223876953]}},{"framework":"art-v1.1.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.89562225341797]}},{"framework":"art-v1.1.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2104.695]}},{"framework":"art-v1.1.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[18.676]}},{"framework":"art-v1.1.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.71600000000012]}},{"framework":"art-v1.1.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[152.9130859375]}},{"framework":"art-v1.1.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.3369140625]}},{"framework":"art-v1.1.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.646484375]}},{"framework":"art-v1.1.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[43]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"01_run1k","values":{"total":[65.938,66.652,72.465,66.55,68.892,69.806,65.883,67.923,67.554,67.972,67.962,69.365,68.058,69.437,67.545],"script":[26.118,26.582,25.52,25.979,26.139,27.84,26.167,27.415,25.981,26.535,26.229,27.929,28.366,27.364,25.958],"paint":[39.54,39.699,39.688,40.2,41.212,41.573,39.314,40.052,41.147,39.497,41.349,40.342,39.337,41.673,41.038]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"02_replace1k","values":{"total":[70.881,69.871,71.656,69.878,68.815,69.922,72.339,71.259,68.652,70.759,71.894,69.518,71.676,70.253,72.263],"script":[30.252,27.408,30.532,27.075,27.306,27.831,31.08,28.346,27.24,30.631,31.574,27.173,30.496,27.712,30.752],"paint":[40.18,41.96,40.587,42.324,40.968,41.557,40.83,42.332,40.886,39.613,39.829,41.785,40.649,42.045,40.935]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[66.119,65.243,68.309,68.762,67.628,69.554,67.418,65.37,67.019,68.439,69.101,68.768,68.444,67.946,68.051],"script":[46.516,45.837,48.263,47.155,48.389,48.899,47.891,47.9,48.032,48.479,48.361,48.338,48.32,46.682,48.993],"paint":[17.577,18.029,18.028,18.744,17.922,19.085,18.982,16.278,17.055,19.209,20.062,19.102,17.082,18.209,18.038]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"04_select1k","values":{"total":[43.912,44.008,43.867,46.143,44.915,44.679,44.754,44.963,42.74,44.76,45.672,44.677,45.074,44.158,42.62,44.252,44.034,46.768,44.837,45.839,46.216,43.529,44.538,46.146,44.074],"script":[36.199,36.699,37.674,38.187,37.819,37.161,37.672,37.375,35.673,36.809,37.852,38.056,37.466,37.238,34.83,37.326,37.656,40.433,37.745,37.385,38.62,36.55,36.603,38.386,36.19],"paint":[4.371,5.411,3.128,3.668,4.271,5.372,4.07,4.546,3.66,4.949,3.15,4.12,4.352,4.652,4.653,4.433,4.044,4.437,3.802,5.529,3.895,4.396,4.667,4.631,4.587]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"05_swap1k","values":{"total":[206.614,205.953,208.686,213.118,212.057,211.331,207.525,209.312,209.6,213.446,211.335,209.906,213.588,206.11,208.784],"script":[50.296,51.348,50.585,54.399,54.321,52.56,51.007,52.483,51.532,56.916,55.701,52.152,52.757,52.068,52.64],"paint":[154.172,152.745,156.277,156.044,156.136,157.651,154.824,155.249,156.323,155.985,154.371,154.804,158.632,152.259,154.591]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[38.004,37.495,37.185,37.062,37.088,37.117,37.211,36.985,38.908,37.16,37.388,36.44,37.408,37.638,38.931],"script":[17.875,16.931,17.768,17.638,17.927,17.369,17.733,17.949,18.232,18.326,18.49,17.541,17.665,18.418,19.198],"paint":[18.307,18.739,17.984,16.886,17.673,18.635,17.796,17.432,18.929,17.431,17.407,17.907,18.215,18.044,17.88]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"07_create10k","values":{"total":[583.934,593.611,585.898,588.151,585.51,585.444,590.331,587.276,586.287,587.455,590.148,589.671,590.193,592.338,584.973],"script":[209.399,212.98,210.871,212.494,210.687,210.743,208.495,209.057,207.984,211.145,209.543,210.485,205.887,214.681,209.024],"paint":[366.485,373.133,367.524,368.042,366.792,367.202,374.356,370.274,370.515,368.667,372.921,371.675,376.738,370.266,367.876]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[87.056,84.166,85.696,84.426,82.807,83.807,84.917,85.39,84.534,83.571,83.017,86.084,85.175,83.033,86.081],"script":[37.851,37.367,39.392,38.333,36.106,37.624,38.095,37.003,37.665,37.934,37.416,38.861,39.143,36.981,38.702],"paint":[48.388,45.963,45.547,45.308,46.013,45.4,46.03,47.538,46.138,44.859,44.832,46.441,45.341,45.313,46.636]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.637,22.129,22.412,21.766,22.704,21.959,21.719,21.8,22.219,21.782,21.44,21.419,20.57,22.4,21.557],"script":[18.723,20.322,20.499,19.263,20.272,19.012,19.953,20.305,20.077,20.133,19.484,19.945,18.576,19.58,18.994],"paint":[1.654,1.689,1.797,1.576,1.547,1.358,0.799,1.376,1.185,0.858,1.845,1.364,1.089,2.582,2.46]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6211261749267578]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.429525375366211]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.642307281494141]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[32.174861907958984]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[65.31538391113281]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.81]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[66.83999999999952]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[199.9920000000014]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[161.3984375]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[23.123046875]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.46875]}},{"framework":"better-react-v1.1.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[74.6]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"01_run1k","values":{"total":[115.744,123.625,114.702,119.258,112.826,120.457,122.351,113.778,119.319,119.518,122.285,112.182,120.505,115.078,113.622],"script":[74.524,82.146,73.583,78.806,72.008,79.339,81.29,72.938,78.492,78.596,79.804,71.214,79.902,74.262,72.638],"paint":[40.732,40.736,40.402,39.924,40.317,40.388,40.552,40.342,40.12,40.227,41.995,40.473,40.099,40.39,40.486]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"02_replace1k","values":{"total":[136.674,134.031,133.43,134.386,133.329,133.163,137.477,132.079,131.683,133.086,135.033,134.988,133.792,136.588,135.801],"script":[98.768,96.392,95.347,96.096,93.829,95.502,97.167,94.179,93.666,95.344,94.012,96.925,96.818,94.068,93.213],"paint":[37.183,37.146,37.352,37.805,38.85,37.166,39.536,37.195,37.511,37.044,40.509,37.579,36.461,41.836,42.071]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[87.65,88.744,88.504,88.173,88.074,89.372,87.525,88.702,89.713,89.454,88.576,88.538,87.469,88.128,87.396],"script":[67.178,68.243,68.38,67.808,68.816,68.328,68.489,67.511,68.551,69.085,67.862,69.056,68.343,68.828,67.263],"paint":[18.975,19.088,17.792,19.051,17.402,19.027,16.947,19.547,18.542,18.039,18.519,17.632,16.967,17.965,16.792]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"04_select1k","values":{"total":[69.115,69.144,67.828,69.115,66.961,67.951,67.923,68.472,67.35,68.505,68.028,67.82,69.224,68.207,68.132,67.946,67.451,68.93,68.23,68.487,68.404,68.268,68.96,68.301,69.152],"script":[64.354,64.831,63.224,64.408,63.024,63.568,64.435,64.441,64.049,64.051,64.316,64.823,64.904,64.433,64.272,63.75,64.188,64.236,64.366,64.698,64.522,64.742,64.547,64.864,64.293],"paint":[2.94,2.778,3.518,3.548,2.683,4.668,2.242,3.823,1.868,4.226,2.478,1.918,4.044,1.392,2.49,3.324,2.168,3.598,2.654,2.667,3.657,2.206,3.222,2.39,5.153]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"05_swap1k","values":{"total":[87.608,88.698,88.381,86.687,89.618,87.489,86.864,89.507,87.451,87.37,88.557,87.58,89.745,89.726,87.087],"script":[63.793,64.453,65.218,64.402,65.114,64.663,63.388,64.122,63.602,64.285,64.729,63.947,64.036,65.507,64.321],"paint":[20.628,22.141,20.958,20.948,21.167,20.89,20.804,23.254,22.136,22.076,21.247,21.709,24.198,21.476,21.413]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[52.42,50.241,50.646,49.612,50.07,49.404,50.617,50.439,50.883,50.332,49.622,49.516,51.341,50.013,50.124],"script":[32.757,31.758,31.784,31.187,31.638,31.782,32.106,31.852,32.161,31.713,31.654,31.574,32.14,31.706,31.852],"paint":[18.03,17.431,17.29,17.071,16.975,16.86,17.538,17.28,17.098,17.565,16.776,16.762,18.037,17.424,17.145]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"07_create10k","values":{"total":[1171.363,1140.083,1144.524,1120.825,1133.28,1123.568,1145.057,1150.348,1129.928,1111.158,1145.045,1117.817,1129.755,1134.617,1134.334],"script":[728.515,734.116,719.607,696.674,726.758,705.894,725.444,726.305,729.343,709.428,720.603,685.664,708.82,714.406,728.496],"paint":[435.137,398.07,416.915,416.108,398.89,409.766,411.741,416.283,393.045,394.163,416.312,423.909,413.267,412.257,397.178]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[144.622,150.996,145.925,145.303,145.565,148.807,144.793,146.981,148.793,147.397,143.155,145.452,145.728,145.695,145.785],"script":[96.003,98.222,94.855,96.032,95.694,98.25,96.339,96.718,99.085,96.837,94.184,97.554,95.854,96.225,96.668],"paint":[47.595,51.499,49.891,48.022,48.607,49.279,47.447,48.935,48.439,49.489,47.677,46.869,48.853,48.204,47.851]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[38.797,39.472,39.913,39.558,39.486,40.36,39.177,41.42,38.327,39.049,39.667,39.317,41.686,39.227,40.104],"script":[36.902,36.714,37.35,36.983,36.699,38.025,36.279,39.19,36.355,36.575,36.919,36.604,39.126,36.495,38.215],"paint":[1.771,2.278,1.864,2.174,2.672,1.253,2.795,1.443,1.882,2.371,1.994,1.088,2.062,1.887,0.846]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[44.276583671569824]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[56.63244342803955]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[56.88625526428223]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[53.179808616638184]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[126.03128051757812]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[7483.3099999999995]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[948.9800000000009]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[1246.3320000000012]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[3875.3662109375]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[3727.9794921875]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[1224.41796875]}},{"framework":"blazor-wasm-v8.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[82.7]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"01_run1k","values":{"total":[102.218,102.979,101.237,98.991,101.296,99.646,99.352,100.366,101.12,101.744,98.917,101.82,100.8,102.301,102.071],"script":[60.902,60.847,59.805,57.236,60.331,59.361,59.285,59.974,60.222,59.996,58.502,60.268,60.533,60.886,59.442],"paint":[40.828,41.636,40.939,41.275,40.475,39.812,39.596,39.678,40.218,41.035,39.906,41.117,39.741,40.93,42.139]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"02_replace1k","values":{"total":[119.316,123.435,120.849,119.482,125.291,119.755,123.891,121.26,119.988,120.351,116.376,120.348,120.246,122.148,117.592],"script":[77.934,79.564,78.523,78.085,82.789,78.138,82.428,79.097,78.306,78.085,79.562,78.298,78.627,78.138,76.299],"paint":[40.893,43.355,41.812,40.916,41.923,40.931,40.945,41.403,41.109,41.736,36.284,41.558,41.085,43.339,40.779]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[34.197,36.904,33.055,34.882,36.153,33.986,34.347,34.142,34.644,34.055,33.749,34.713,35.391,33.419,34.013],"script":[15.016,16.012,14.826,14.761,15.931,14.509,15.264,15.081,15.08,14.821,14.729,15.043,15.152,14.758,14.709],"paint":[17.486,18.445,16.514,17.54,18.829,17.982,16.842,17.283,17.607,16.48,17.477,17.937,18.828,17.639,16.865]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"04_select1k","values":{"total":[17.126,17.203,17.226,17.522,17.194,17.55,16.931,16.749,17.377,17.494,17.242,17.223,17.88,16.903,19.162,20.109,17.357,17.478,17.142,17.657,17.63,18.103,17.669,17.542,17.952],"script":[13.912,14.5,13.962,13.733,13.976,13.973,13.757,13.593,13.431,13.716,13.23,13.92,14.152,13.925,14.868,15.187,13.48,14.023,12.945,13.719,13.4,13.809,14.046,13.812,13.771],"paint":[2.959,1.818,2.025,3.254,2.198,3.188,2.209,2.17,2.716,1.75,3.719,2.301,2.47,1.613,2.542,3.063,2.843,3.255,2.221,3.237,3.369,2.959,2.508,3.137,3.593]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"05_swap1k","values":{"total":[36.577,36.847,38.068,36.726,37.679,36.481,35.857,36.082,36.178,37.644,37.754,37.054,36.32,36.97,40.254],"script":[14.021,13.981,13.87,14.267,14.526,13.695,13.522,13.675,13.717,13.785,14.436,14.838,13.417,14.053,14.556],"paint":[20.986,21.906,23.149,20.47,21.438,21.376,20.546,20.376,21.034,21.534,21.954,20.509,21.251,20.661,23.152]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[25.1,25.235,25.56,25.37,25.633,25.492,25.178,25.857,25.575,27.296,25.252,25.819,25.067,25.839,25.665],"script":[7.205,6.832,7.059,7.012,6.965,6.805,6.812,6.924,7.198,7.179,6.848,7.213,6.847,6.866,7.042],"paint":[16.712,16.833,17.569,17.081,17.373,17.842,17.311,17.364,17.603,18.5,16.625,17.446,17.441,17.75,17.452]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"07_create10k","values":{"total":[1086.3,1073.921,1056.204,1043.678,1060.032,1044.584,1044.84,1058.504,1064.014,1042.758,1051.165,1045.16,1061.434,1054.49,1051.208],"script":[669.752,630.817,647.884,625.973,648.213,638.959,621.29,649.923,635.353,624.759,636.773,626.785,641.048,634.003,630.925],"paint":[408.217,435.312,400.25,409.304,403.988,397.603,415.155,400.954,420.321,410.309,406.051,410.292,412.362,412.452,412.718]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[120.295,117.591,118.898,118.447,117.916,119.042,120.195,118.712,117.264,116.995,117.688,116.77,118.732,119.428,118.002],"script":[71.334,69.738,70.556,71.108,69.944,70.474,72.174,70.577,69.593,69.58,70.221,69.315,70.61,71.299,70.134],"paint":[47.966,46.809,47.117,46.35,46.911,47.513,46.771,46.912,46.432,46.426,46.487,46.209,47.099,46.925,46.969]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.432,28.541,27.73,27.823,28.075,27.965,28.508,28.158,26.47,27.306,27.938,27.359,26.786,27.856,27.07],"script":[25.046,25.873,25.056,25.635,25.689,25.203,25.468,25.321,24.137,24.402,25.253,24.535,24.495,25.078,24.757],"paint":[1.636,1.904,2.587,1.309,2.211,2.626,1.598,2.309,2.241,2.798,2.566,2.712,1.615,2.22,1.709]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[41.45723628997803]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[52.77196502685547]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[53.01936912536621]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[49.25844955444336]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[133.9678249359131]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[7386.885500000001]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[809.5680000000007]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[1251.0319999999997]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[11170.9755859375]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11023.5888671875]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2813.087890625]}},{"framework":"blazor-wasm-aot-v8.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[83.3]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"01_run1k","values":{"total":[39.946,39.36,40.125,39.2,39.147,38.924,39.236,39.23,39.003,39.302,39.667,39.426,38.874,40.525,39.654],"script":[3.159,3.415,3.389,3.158,3.359,3.553,3.164,3.085,3.081,3.079,3.089,3.117,3.164,3.138,3.07],"paint":[36.41,35.488,36.3,35.623,35.332,34.941,35.64,35.712,35.489,35.774,35.948,35.641,35.262,36.696,35.906]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"02_replace1k","values":{"total":[45.4,44.275,45.309,44.361,43.858,45.812,44.281,44.522,45.018,43.909,45.481,44.993,43.706,43.546,46.127],"script":[7.135,7.07,7.473,7.242,6.809,7.299,7.179,6.896,7.127,6.729,7.345,7.473,6.798,6.909,7.55],"paint":[37.845,36.712,37.101,36.661,36.546,37.85,36.362,37.136,37.295,36.715,37.605,37.007,36.17,35.942,38.003]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.571,18.167,17.914,18.172,17.718,18.142,19.105,18.68,18.401,18.115,18.389,17.955,18.592,19.736,18.261],"script":[1.208,1.368,1.408,1.195,1.584,1.532,1.424,1.142,0.885,1.84,1.147,1.258,1.465,1.873,1.119],"paint":[16.088,14.659,14.719,15.767,14.305,15.402,16.072,14.983,15.554,15.152,15.115,14.867,15.548,16.015,14.082]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"04_select1k","values":{"total":[3.226,3.294,3.384,4.281,3.45,3.414,3.24,3.75,3.877,3.58,3.676,4.32,3.922,3.899,4.264,4.633,3.443,3.882,3.654,5.124,3.626,3.423,3.662,3.875,3.115],"script":[1.002,0.981,0.92,0.767,0.842,1.195,1.305,0.868,1.254,0.544,0.675,1.178,0.903,1.125,1.029,1.636,0.195,1.064,1.177,1.01,0.754,0.572,1.592,0.901,0.749],"paint":[1.316,1.431,1.588,2.672,2.469,1.307,1.791,2.683,2.495,2.898,2.065,2.457,1.864,2.216,2.482,1.552,1.692,2.229,1.592,3.069,2.137,2.544,1.604,2.847,1.868]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"05_swap1k","values":{"total":[22.766,21.975,21.832,21.747,22.456,21.831,22.498,21.447,21.883,21.961,21.812,21.351,21.227,21.616,22.557],"script":[0.721,0.935,1.013,0.814,1.422,0.799,1.396,0.828,1.328,1.377,0.805,1.013,0.86,0.833,0.212],"paint":[20.167,19.499,19.149,19.698,19.479,18.768,18.858,18.901,19.164,18.595,19.384,18.883,18.818,19.453,20.772]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.663,17.534,17.17,16.824,18.114,17.836,16.512,17.041,18.678,17.939,16.496,17.69,17.128,17.564,17.175],"script":[0.609,0.556,0.608,0.347,0.538,0.633,0.532,0.556,0.458,0.568,0.579,0.667,0.568,0.551,0.527],"paint":[15.626,15.623,15.746,15.722,16.72,16.267,15.133,15.357,16.818,16.241,15.195,15.705,15.329,16.053,15.139]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"07_create10k","values":{"total":[393.958,397.372,413.068,404.865,399.347,398.885,396.407,401.394,400.866,392.006,402.063,397.008,403.28,397.934,400.439],"script":[43.681,45.149,45.308,47.561,44.566,43.693,42.353,43.993,43.944,44.025,46.56,43.438,46.018,44.495,46.435],"paint":[341.998,344.692,360.389,349.818,347.281,347.889,346.533,350.03,349.607,340.698,348.187,346.319,349.991,346.093,346.666]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.04,46.962,45.311,45.588,46.39,46.45,46.017,45.834,46.054,45.965,45.331,46.003,45.46,45.514,46.697],"script":[4.042,3.846,3.941,4.1,3.934,4.084,3.751,4.107,4.034,3.757,3.878,4.04,3.923,4.047,3.842],"paint":[40.761,41.857,40.365,40.266,41.515,41.15,41.07,40.807,40.803,40.964,40.459,40.752,40.547,40.557,41.624]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.519,13.317,12.828,12.536,13.419,12.619,12.851,12.794,12.245,12.67,12.676,13.628,12.596,13.316,13.078],"script":[11.369,10.955,10.141,10.584,10.956,11.145,10.886,10.772,10.169,9.982,10.504,10.94,10.766,11.063,11.284],"paint":[1.363,2.249,2.604,1.155,1.936,1.383,1.866,1.435,1.999,1.978,2.071,2.556,1.71,2.119,1.145]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5509433746337891]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.44303035736084]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.4618263244628906]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7897272109985352]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.234766960144043]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.25]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.028000000000002]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.12399999999997]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[155.259765625]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.984375]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.3173828125]}},{"framework":"blockdom-v0.9.28-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[66.1]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"01_run1k","values":{"total":[49.883,45.619,43.013,45.983,50.193,42.171,44.815,51.424,50.339,41.567,52.078,48.491,42.896,45.62,50.706],"script":[8.226,7.708,7.522,8.093,8.136,7.1,7.862,8.011,7.337,7.26,7.69,7.814,7.73,7.654,7.882],"paint":[33.908,34.862,35.328,35.632,37.602,34.924,35.972,35.691,35.966,33.917,35.232,36.132,35.005,35.012,36.862]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"02_replace1k","values":{"total":[57.381,60.013,52.445,53.875,57.218,52.988,55.539,53.062,58.234,52.661,52.617,60.118,51.412,52.278,53.442],"script":[14.749,14.787,15.149,14.962,13.255,16.033,14.328,14.633,14.476,15.242,14.51,15.171,14.363,15.04,14.589],"paint":[36.815,36.379,37.138,38.753,38.402,36.804,36.488,38.274,36.514,35.691,36.833,37.464,36.891,36.777,36.168]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.992,20.785,21.625,19.996,19.756,19.654,20.899,20.278,21.293,21.224,20.464,20.817,20.294,20.612,24.932],"script":[3.842,3.713,3.36,3.87,3.508,4.282,4.486,5.154,3.46,3.991,4.139,4.475,3.147,4.235,4.902],"paint":[16.029,16.52,17.389,14.658,15.254,15.262,15.506,14.284,17.27,16.51,16.195,16.211,16.195,16.262,19.846]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"04_select1k","values":{"total":[4.568,5.331,5.313,5.214,5.249,5.411,5.62,4.906,4.772,5.274,5.033,5.004,4.719,4.723,5.216,4.391,4.658,5.197,5.373,5.1,5.477,4.877,5.745,5.732,4.537],"script":[1.61,2.337,2.409,2.045,2.743,2.371,3.02,2.682,2.323,2.361,1.272,2.111,1.494,2.482,1.625,1.457,1.833,3.116,2.187,1.959,2.08,1.19,2.706,2.921,1.436],"paint":[2.119,2.334,1.857,1.296,1.352,2.428,2.404,2.064,1.724,1.692,2.649,2.539,1.415,2.075,2.027,1.763,2.653,1.914,2.264,2.758,3.233,2.6,2.88,2.144,2.801]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"05_swap1k","values":{"total":[22.799,21.641,21.501,23.682,21.92,22.43,23.987,21.677,22.527,22.918,21.323,22.081,21.748,22.878,21.129],"script":[1.859,2.344,1.877,2.02,1.888,2.75,2.188,2.498,2.209,2.576,1.971,2.678,1.944,2.593,1.621],"paint":[20.729,19.174,19.499,21.533,19.891,19.553,21.641,18.058,20.117,19.717,19.237,18.844,19.686,19.616,18.947]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[15.386,15.973,15.886,15.855,15.959,15.781,15.459,15.49,16.092,15.664,15.859,15.447,15.342,15.645,15.427],"script":[1.185,1.209,1.188,0.812,1.172,1.179,1.189,1.217,1.085,1.218,1.562,1.25,1.097,1.039,1.21],"paint":[13.824,14.611,14.478,14.201,14.287,14.453,14.144,14.133,14.572,14.308,14.159,14.056,14.108,14.075,14.065]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"07_create10k","values":{"total":[497.533,487.283,485.697,484.325,485.01,484.52,488.117,497.824,477.55,469.864,481.041,463.577,485.418,491.552,489.782],"script":[104.866,103.336,102.838,104.1,106.644,102.022,106.04,106.877,103.736,104.379,104.659,104.38,103.997,105.056,104.716],"paint":[381.507,376.949,376.336,376.625,368.777,375.315,375.486,378.741,366.673,360.89,371.03,354.839,374.688,375.026,374.915]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.213,56.018,57.575,57.683,57.849,56.102,58.349,52.214,50.265,51.786,57.699,58.185,51.074,57.652,56.446],"script":[10.905,10.173,10.671,11.087,11.116,10.503,10.514,10.994,10.25,10.993,10.905,10.429,10.869,10.829,10.517],"paint":[40.032,40.117,40.125,40.653,40.347,39.422,41.83,40.921,39.745,40.517,40.578,41.497,39.937,40.654,39.782]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.841,14.94,14.331,14.187,14.98,13.251,13.88,13.713,13.29,14.339,14.961,13.779,14.196,13.685,13.631],"script":[12.323,13.237,12.994,11.996,12.108,10.913,11.333,12.232,11.039,12.194,13.41,11.596,11.444,12.059,12.045],"paint":[1.269,1.059,1.277,1.373,2.782,2.271,1.317,1.417,1.306,2.084,1.491,2.124,1.722,1.557,1.513]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6286201477050781]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.6120290756225586]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.802037239074707]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.5890493392944336]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.122390747070312]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2036.7549999999999]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.543999999999999]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.33199999999997]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[186.28515625]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[48.095703125]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.599609375]}},{"framework":"bobril-v20.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[84.5]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"01_run1k","values":{"total":[40.374,40.027,39.674,39.904,40.037,41.36,40.465,39.961,39.919,39.897,40.687,40.941,39.383,39.98,38.878],"script":[4.435,4.295,4.271,4.201,4.356,4.454,4.865,4.52,4.082,4.18,4.594,4.352,4.075,4.22,4.208],"paint":[35.533,35.297,34.978,35.275,35.273,36.261,34.91,35.012,35.144,35.031,35.455,36.154,34.634,35.113,34.236]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"02_replace1k","values":{"total":[46.279,45.419,47.146,47.05,46.974,46.775,46.615,48.65,46.811,46.204,45.805,46.456,46.825,46.901,46.195],"script":[9.286,8.774,9.495,8.978,9.729,9.475,9.207,9.324,9.866,9.221,9.275,9.304,9.265,9.635,9.381],"paint":[36.539,36.197,37.192,37.576,36.777,36.789,36.944,38.596,36.217,36.233,36.066,36.694,37.098,36.551,36.193]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.583,20.183,18.871,19.974,18.555,21.786,20.837,18.978,18.686,19.989,19.389,18.627,18.554,18.433,18.797],"script":[2.502,2.934,1.843,2.702,2.029,2.573,2.787,2.251,2.301,2.34,2.191,2.369,2.025,2.267,2.223],"paint":[15.294,15.472,14.92,15.347,15.376,15.801,15.729,15.189,14.955,15.423,15.797,15.036,15.197,14.71,15.268]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"04_select1k","values":{"total":[4.614,5.037,5.175,5.225,4.368,4.455,4.516,5.112,4.773,4.7,6.002,4.779,5.758,5.625,4.954,5.781,5.955,4.918,5.029,5.446,5.015,4.635,5.013,5.244,5.073],"script":[1.844,2.093,2.284,2.364,2.03,2.12,1.922,2.26,1.654,1.456,2.402,1.369,2.45,2.244,1.879,2.517,1.928,2.006,1.635,1.792,1.544,2.064,1.586,2.299,2.267],"paint":[2.591,1.779,1.838,2.689,1.145,2.162,1.674,2.195,2.553,2.488,3.418,3.232,2.416,2.272,2.893,2.541,3.79,2.136,2.335,2.658,2.12,1.374,2.743,1.782,1.675]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"05_swap1k","values":{"total":[22.925,23.879,23.356,22.498,23.261,22.094,23.357,23.585,23.94,24.909,22.128,23.126,22.18,24.368,23.56],"script":[2.126,1.782,2.17,1.916,1.906,1.83,2.184,2.152,1.501,2.358,1.944,2.122,2.345,1.807,1.802],"paint":[18.644,20.456,19.488,18.658,19.627,18.684,19.391,19.284,20.337,20.358,18.713,19.675,17.86,20.67,20.163]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.094,17.759,17.393,17.971,17.475,18.221,18.566,17.883,18.327,18.053,17.319,17.4,17.527,17.959,18.038],"script":[1.219,1.141,0.877,0.882,0.954,1.2,1.182,1.212,0.826,0.875,1.176,0.916,1.174,1.168,1.137],"paint":[15.073,15.653,15.648,15.813,15.735,15.831,16.161,15.403,16.704,15.736,15.395,15.444,15.184,15.954,15.443]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"07_create10k","values":{"total":[426.187,421.273,415.991,421.957,418.242,419.536,418.955,417.715,414.144,419.91,420.373,422.163,418.989,420.577,430.718],"script":[65.705,64.939,64.165,63.676,63.227,64.459,63.857,63.866,64.389,63.458,65.425,64.175,62.666,63.521,66.086],"paint":[352.64,348.597,344.364,350.939,347.673,347.743,347.422,346.37,342.405,348.733,347.583,350.571,348.825,349.729,357.264]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.544,48.854,48.598,50.09,49.193,50.141,48.661,48.332,48.927,48.332,50.557,48.869,49.68,47.587,49.935],"script":[6.585,6.982,6.878,7.001,6.382,6.941,6.68,6.954,6.675,6.801,6.913,6.91,7.149,6.471,6.787],"paint":[42.022,40.94,40.797,42.147,41.992,42.301,41.071,40.157,41.354,40.362,42.41,40.739,41.346,39.865,42.328]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.318,13.433,14.008,14.056,13.79,14.296,13.938,13.79,14.083,14.354,13.401,13.784,12.921,14.009,14.237],"script":[12.197,11.399,11.833,12.047,11.784,11.592,11.757,11.944,11.914,12.147,11.221,11.526,10.957,12,11.641],"paint":[1.997,0.975,2.068,1.12,1.005,2.228,1.182,1.738,1.538,1.54,1.527,1.787,1.873,1.148,2.298]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7235050201416016]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.962763786315918]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.101668357849121]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0578985214233398]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.39794158935547]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.2400000000002]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.595999999999998]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.03600000000003]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[183.9580078125]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[45.6826171875]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[12.7255859375]}},{"framework":"cample-v3.2.0-beta.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[83.4]}},{"framework":"crank-v0.4.1-keyed","benchmark":"01_run1k","values":{"total":[43.452,43.562,47.623,43.414,43.358,43.186,42.384,46.703,46.568,43.47,43.605,44.47,43.379,44.939,47.051],"script":[8.483,8.425,10.52,8.203,7.914,8.227,8.141,10.628,10.928,8.282,8.507,8.143,8.293,9.025,10.264],"paint":[34.54,34.671,36.65,34.756,34.712,34.562,33.824,35.487,35.174,34.805,34.618,35.834,34.387,35.137,36.308]}},{"framework":"crank-v0.4.1-keyed","benchmark":"02_replace1k","values":{"total":[50.022,50.598,49.842,50.042,49.803,49.236,49.939,51.094,50.539,50.142,49.161,50.127,50.186,49.096,49.583],"script":[13.456,13.255,13.44,13.116,12.499,12.558,12.861,13.692,12.98,13.181,12.936,13.053,13.216,12.801,13.703],"paint":[36.033,36.793,35.909,36.43,36.646,35.908,36.627,36.696,36.937,36.553,35.763,36.35,36.48,35.858,35.385]}},{"framework":"crank-v0.4.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.924,24.342,25.773,24.336,25.843,23.978,25.014,22.937,24.937,24.289,24.878,24.067,25.31,24.439,23.682],"script":[6.393,6.975,7.12,7.419,7.184,7.093,7.255,6.412,7.385,7.232,7.071,6.846,7.315,6.058,6.697],"paint":[17.183,16.267,16.237,15.525,16.315,14.72,15.673,15.107,15.243,14.634,15.127,15.777,16.615,16.38,15.864]}},{"framework":"crank-v0.4.1-keyed","benchmark":"04_select1k","values":{"total":[6.182,6.555,6.676,6.651,5.555,7.962,6.149,5.721,6.019,5.141,5.602,5.867,6.617,5.931,5.858,5.505,5.162,5.544,5.659,6.824,5.352,5.593,5.677,5.8,5.345],"script":[3.392,3.617,2.465,2.658,2.782,3.719,2.404,2.876,3.107,2.564,3.105,2.738,2.941,3.525,3.066,3.52,2.804,2.647,2.614,3.393,2.665,2.805,2.759,3.097,3.105],"paint":[1.935,1.914,3.889,2.794,1.832,3.246,2.261,2.696,2.724,1.482,1.651,2.195,3.433,2.222,2.256,1.508,1.761,1.348,2.273,2.411,2.52,1.203,2.153,2.283,1.677]}},{"framework":"crank-v0.4.1-keyed","benchmark":"05_swap1k","values":{"total":[25.608,27.776,25.997,25.109,25.432,25.674,25.339,26.021,24.889,25.301,24.426,26.184,24.72,25.759,24.449],"script":[3.987,3.401,3.785,4.102,3.673,3.45,3.621,3.646,3.391,3.276,2.814,3.573,3.165,3.638,3.363],"paint":[20.226,22.414,20.365,18.971,20.191,19.892,19.572,19.761,19.476,20.936,19.902,20.987,20.183,19.772,19.118]}},{"framework":"crank-v0.4.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.888,18.851,19.323,19.607,19.429,18.865,19.625,19.671,19.279,19.926,19.408,19.177,20.348,19.057,19.063],"script":[1.839,1.802,1.803,1.865,1.908,1.813,1.814,1.824,1.845,1.815,1.85,1.888,1.83,1.808,1.629],"paint":[15.597,16.199,16.064,16.139,16.168,16.239,16.531,16.23,16.075,16.781,16.01,16.141,17.35,16.001,15.981]}},{"framework":"crank-v0.4.1-keyed","benchmark":"07_create10k","values":{"total":[473.672,474.603,472.44,483.601,478.814,471.701,473.229,470.806,471.873,473.353,470.955,471.441,474.933,475.375,474.234],"script":[112.499,111.166,111.123,110.269,111.883,111.267,112.925,112.011,111.667,111.586,110.207,110.235,111.568,111.648,110.6],"paint":[353.655,355.787,353.838,365.797,359.384,352.821,352.793,351.374,352.788,354.396,352.807,354,355.935,356.05,356.206]}},{"framework":"crank-v0.4.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.64,54.234,54.295,54.629,53.209,54.163,54.468,54.91,54.32,54.213,54.2,53.628,53.326,53.751,53.375],"script":[12.334,12.31,11.892,11.929,12.137,12.302,12.239,11.659,11.479,11.888,11.788,12.035,12.202,11.903,12.127],"paint":[41.406,40.99,41.256,41.52,40.062,40.701,41.27,41.934,41.863,41.396,41.553,40.677,40.191,40.94,40.062]}},{"framework":"crank-v0.4.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.783,13.882,13.675,13.781,12.679,12.89,13.018,13.183,13.237,13.942,13.435,13.169,13.665,12.999,12.908],"script":[11.377,11.301,11.823,11.218,10.831,11.039,11.295,11.012,11.434,11.636,11.547,10.902,11.186,10.812,10.833],"paint":[2.055,1.781,1.758,2.12,1.742,0.876,0.777,0.806,0.896,1.772,1.794,1.251,2.383,1.055,1.974]}},{"framework":"crank-v0.4.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5493783950805664]}},{"framework":"crank-v0.4.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7642154693603516]}},{"framework":"crank-v0.4.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.8451757431030273]}},{"framework":"crank-v0.4.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8854990005493164]}},{"framework":"crank-v0.4.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.460853576660156]}},{"framework":"crank-v0.4.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1699999999998]}},{"framework":"crank-v0.4.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.907999999999998]}},{"framework":"crank-v0.4.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[153.92399999999995]}},{"framework":"crank-v0.4.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.6767578125]}},{"framework":"crank-v0.4.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[20.40234375]}},{"framework":"crank-v0.4.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.4453125]}},{"framework":"crank-v0.4.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[71.8]}},{"framework":"dark-v0.25.1-keyed","benchmark":"01_run1k","values":{"total":[48.531,48.833,48.516,48.592,47.621,48.416,48.401,48.874,48.958,47.979,47.897,47.892,49.102,47.541,51.267],"script":[14.216,14.28,13.869,14.08,13.267,13.575,13.797,14.152,14.028,13.191,13.392,13.521,13.902,13.299,13.911],"paint":[33.81,34.108,34.153,34.032,33.921,34.402,34.193,34.007,34.193,34.319,33.754,33.925,34.754,33.756,36.899]}},{"framework":"dark-v0.25.1-keyed","benchmark":"02_replace1k","values":{"total":[62.673,61.13,62.587,61.649,61.923,60.973,61.19,60.324,62.449,61.026,61.158,62.653,61.341,60.305,62.392],"script":[23.472,23.138,23.336,22.981,23.397,22.627,23.252,22.724,23.132,22.875,23.231,23.006,23.085,22.781,23.33],"paint":[38.53,37.235,38.833,38.016,38.107,37.641,37.486,37.086,38.589,37.689,37.446,38.942,37.791,37.052,38.38]}},{"framework":"dark-v0.25.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.039,22.886,22.274,23.358,22.872,22.386,23.336,22.94,22.079,21.518,22.891,22.363,22.449,22.155,21.901],"script":[5.435,5.825,5.429,5.455,5.418,5.611,6.38,5.984,5.799,5.238,5.543,5.789,5.262,5.227,4.826],"paint":[13.555,15.35,14.58,15.76,15.806,14.705,14.764,15.387,14.421,14.687,16.015,14.835,15.621,15.692,15.107]}},{"framework":"dark-v0.25.1-keyed","benchmark":"04_select1k","values":{"total":[4.859,5.585,4.931,4.409,4.085,4.995,4.388,5.146,5.559,4.654,4.613,5.793,5,4.646,5.098,5.368,5.094,5.485,4.714,4.844,5.516,4.697,4.023,4.624,5.866],"script":[1.454,2.17,1.828,1.647,1.472,1.903,1.898,1.858,1.805,1.675,2.15,2.426,1.609,2.292,1.821,1.277,1.848,1.399,2.069,1.503,1.874,2.159,1.155,2.455,2.197],"paint":[3.119,2.275,2.947,2.558,2.457,2.937,1.622,2.135,2.312,1.837,1.592,2.646,2.419,2.209,3.126,3.858,2.432,1.998,1.649,1.488,3.063,1.593,2.729,2.018,2.503]}},{"framework":"dark-v0.25.1-keyed","benchmark":"05_swap1k","values":{"total":[35.701,35.759,37.289,34.913,35.789,35.198,34.939,36.77,37.676,35.08,35.733,34.458,34.28,35.275,34.289],"script":[14.212,13.632,14.963,13.755,13.964,14.082,14.058,13.616,15.281,14.146,14.019,13.887,13.771,14.643,13.343],"paint":[19.572,20.522,20.062,19.342,19.752,20.003,19.064,20.35,19.998,19.192,20.287,18.556,18.376,18.808,19.191]}},{"framework":"dark-v0.25.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[27.525,25.302,25.199,25.444,24.242,25.465,25.749,25.381,24.951,24.759,24.339,25.309,25.944,25.06,25.239],"script":[9.278,8.14,7.411,7.568,7.394,7.862,8.097,7.526,7.61,7.512,7.195,7.582,8.306,7.424,7.552],"paint":[16.722,16.192,16.379,16.557,16.011,16.465,16.742,16.202,15.883,15.806,15.682,16.419,16.456,15.656,16.423]}},{"framework":"dark-v0.25.1-keyed","benchmark":"07_create10k","values":{"total":[539.973,544.893,537.49,529.26,539.972,535.644,515.016,537.468,536,537.861,544.341,536.359,556.234,542.815,519.806],"script":[156.402,157.599,161.098,159.941,156.503,160.313,155.456,157.872,157.016,158.571,159.64,159.756,159.83,156.361,156.882],"paint":[375.74,379.462,367.845,361.821,375.39,366.884,351.876,372.175,371.523,371.396,377.298,369.19,387.92,378.387,355.141]}},{"framework":"dark-v0.25.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[65.991,66.357,67.626,66.846,66.663,68.15,65.85,67.066,66.694,66.344,66.54,65.21,66.519,66.437,68.788],"script":[23.303,23.376,23.061,23,23.173,24.171,22.752,23.89,22.972,22.917,22.882,22.351,24.017,22.619,24.082],"paint":[41.425,41.749,43.364,42.631,42.46,43.109,41.858,41.916,42.527,42.227,42.401,41.614,41.446,42.615,43.805]}},{"framework":"dark-v0.25.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.688,14.165,13.895,14.659,14.363,14.113,14.417,14.097,14.166,13.957,14.361,14.318,13.817,14.311,14.142],"script":[12.55,11.815,11.985,12.332,12.161,11.487,12.045,12.291,12.066,12.139,11.955,12.132,12.211,12.249,11.975],"paint":[2.038,2.228,1.214,2.221,1.182,2.161,1.644,0.821,1.147,1.721,2.287,2.075,0.845,1.935,2.072]}},{"framework":"dark-v0.25.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6631174087524414]}},{"framework":"dark-v0.25.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.279297828674316]}},{"framework":"dark-v0.25.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.338932991027832]}},{"framework":"dark-v0.25.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2682580947875977]}},{"framework":"dark-v0.25.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.13748264312744]}},{"framework":"dark-v0.25.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.375]}},{"framework":"dark-v0.25.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.092]}},{"framework":"dark-v0.25.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.22399999999996]}},{"framework":"dark-v0.25.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[163.5693359375]}},{"framework":"dark-v0.25.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[25.294921875]}},{"framework":"dark-v0.25.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.884765625]}},{"framework":"dark-v0.25.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.1]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"01_run1k","values":{"total":[42.287,42.53,42.372,42.253,41.796,41.777,41.968,42.138,41.987,41.139,43.074,42.604,41.381,42.039,41.929],"script":[5.038,5.053,5.016,5.02,5.048,5.087,5.034,4.972,4.954,4.945,5.209,5.032,4.944,5.069,5.034],"paint":[36.606,36.838,36.739,36.764,36.331,36.301,36.494,36.531,36.581,35.769,37.4,37.097,36.018,36.313,36.251]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"02_replace1k","values":{"total":[45.53,45.639,44.809,45.953,45.378,45.129,45.88,47.982,45.631,45.788,45.9,46.567,46.005,46.171,45.704],"script":[8.279,8.625,8.373,8.32,8.467,8.542,8.375,8.458,8.329,8.302,8.339,8.314,8.495,8.388,8.3],"paint":[36.764,36.324,36.01,37.197,36.488,36.193,36.793,38.855,36.87,36.888,37.104,37.511,36.999,37.093,36.944]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.164,20.346,18.642,17.855,19.218,18.96,19.016,19.011,18.678,18.126,19.512,18.102,18.402,18.246,17.69],"script":[1.711,1.872,1.743,1.484,2,2.058,1.628,1.818,1.87,1.564,1.817,1.606,1.854,1.092,1.814],"paint":[15.624,17.212,15.656,14.484,15.372,15.447,16.708,16.048,15.153,15.186,15.488,16.066,14.974,15.776,14.622]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"04_select1k","values":{"total":[3.571,3.424,3.947,3.89,3.474,4,4.068,3.836,3.494,4.772,4.078,4.304,3.792,4.152,3.626,3.027,3.986,4.01,3.819,3.481,3.22,4.522,3.534,3.776,2.61],"script":[0.22,0.85,1.192,0.179,1.251,1.151,1.18,1.168,1.128,1.258,0.186,1.246,0.644,1.208,0.918,0.559,1.208,0.703,1.17,1.229,0.186,0.202,0.753,0.871,0.187],"paint":[2.435,1.425,2.637,2.698,2.096,1.22,1.931,1.824,2.244,3.79,2.7,2.326,2.507,3.145,1.725,1.654,1.817,2.418,2.525,1.346,1.87,3.686,2.053,2.781,1.655]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"05_swap1k","values":{"total":[22.532,22.076,23.81,22.853,24.031,22.862,22.962,23.253,22.285,22.986,22.947,23.605,22.3,23.059,22.304],"script":[2.152,1.611,2.085,2.334,1.493,1.846,2.19,2.222,1.783,2.093,2.151,2.354,2.05,2.018,1.237],"paint":[18.255,18.548,19.478,18.834,20.926,20.371,18.432,19.328,18.77,19.516,18.661,20.065,18.73,18.85,18.748]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.465,17.925,18.178,18.302,17.724,17.721,18.209,17.208,18.628,17.962,17.7,17.758,17.199,18.182,17.918],"script":[0.973,1.071,1.143,1.055,0.783,0.735,1.104,0.779,0.836,0.921,1.104,1.089,0.745,0.837,0.751],"paint":[16.553,15.57,15.969,16.174,15.464,15.844,15.94,15.655,16.086,16.269,15.485,15.492,15.353,16.222,15.881]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"07_create10k","values":{"total":[419.671,418.986,420.547,419.077,417.79,418.295,420.932,418.489,417.442,418.386,418.217,417.361,418.632,420.159,418.712],"script":[55.037,55.128,57.753,57.613,55.123,55.898,55.879,54.98,54.613,55.274,55.06,55.13,55.261,54.58,54.577],"paint":[356.953,356.454,355.471,354.122,355.039,354.953,357.688,355.974,355.185,355.712,355.958,354.92,356.034,358.184,356.621]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.363,48.769,47.684,48.184,47.882,48.338,47.648,47.904,47.464,47.908,47.61,47.505,47.121,48.432,47.943],"script":[6.083,5.567,5.577,5.576,5.993,5.6,6.068,5.543,5.614,5.588,5.594,5.649,6.083,5.566,6.043],"paint":[40.115,42.006,41.123,41.411,40.649,41.57,40.671,41.107,40.672,41.334,41.022,40.714,40.287,41.707,40.721]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.905,16.749,15.588,15.972,15.981,16.278,15.951,15.973,16.226,15.737,17.497,15.099,18.033,16.149,18.97],"script":[14.605,14.205,13.993,14.248,14.213,13.824,13.724,13.467,13.493,13.841,14.777,13.554,15.613,14.026,16.727],"paint":[2.215,1.619,0.851,0.781,0.742,2.366,2.127,2.422,0.883,1.321,1.907,0.813,2.348,1.137,1.082]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.7722864151000977]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.538185119628906]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.535005569458008]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[6.81959342956543]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.95383071899414]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2333.2390000000005]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[51.08399999999999]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[180.24799999999996]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[457.07421875]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[317.310546875]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[92.9248046875]}},{"framework":"dioxus-v0.4.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[553.4]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"01_run1k","values":{"total":[46.573,46.778,47.698,46.601,45.776,47.837,45.589,44.287,46.176,46.794,46.371,45.012,47.574,47.216,44.901],"script":[9.716,9.881,9.889,9.723,9.609,9.705,9.505,9.252,9.735,9.745,9.586,9.837,9.878,9.727,9.811],"paint":[36.19,36.387,37.342,36.283,35.723,37.439,35.391,34.594,35.906,36.367,36.118,34.741,36.978,36.796,34.661]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"02_replace1k","values":{"total":[55.83,56.666,54.923,53.721,55.69,55.819,55.068,53.802,55.146,55.14,55.761,55.949,54.804,55.481,54.503],"script":[16.489,17.526,16.206,16.182,16.632,16.722,16.954,15.944,16.292,16.404,16.392,16.891,16.504,16.215,16.118],"paint":[38.675,38.495,38.299,37.087,38.648,38.645,37.45,37.142,38.368,38.312,38.91,38.586,37.557,38.591,37.65]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.485,24.632,25.276,28.033,24.613,24.622,24.597,25.344,24.501,25.116,24.971,24.011,26.026,25.439,25.11],"script":[7.589,7.46,7.202,7.712,7.453,7.164,6.87,7.328,6.723,7.361,6.885,7.27,7.492,7.606,6.806],"paint":[16.342,15.481,16.327,17.994,15.517,15.636,15.906,15.906,15.768,15.295,15.87,15.274,16.428,16.428,16.231]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"04_select1k","values":{"total":[3.729,3.461,3.762,4.013,4.097,3.072,3.716,3.573,3.026,3.347,3.258,4.511,3.825,2.945,3.473,3.509,3.081,4.605,3.806,3.841,3.88,3.683,3.263,3.973,4.249],"script":[0.905,0.804,0.121,1.247,0.152,0.279,0.534,0.142,0.652,0.896,0.699,0.548,0.806,0.146,0.939,0.809,0.379,0.64,0.775,0.162,0.155,0.552,0.133,0.125,1.177],"paint":[1.938,1.546,2.177,2.079,3.716,2.628,2.544,2.715,2.236,0.968,2.32,2.994,2.068,1.609,2.373,2.564,1.811,3.633,1.789,3.018,2.854,2.614,1.551,3.144,1.857]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"05_swap1k","values":{"total":[30.888,30.438,32.485,30.929,29.368,31.154,31.374,30.555,31.394,29.884,30.122,31.137,30.26,31.07,30.712],"script":[9.222,9.167,9.958,9.418,8.285,8.399,9.376,8.595,8.986,8.587,8.415,8.914,8.912,9.409,9.366],"paint":[20.184,20.283,20.407,18.935,19.514,20.366,20.042,20.5,20.07,20.032,20.055,20.025,19.055,19.897,19.592]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.414,21.513,22.465,21.785,21.758,22.578,21.873,22.081,22.596,21.775,22.047,21.362,21.443,21.448,20.903],"script":[4.765,4.404,4.884,5.154,4.77,4.85,4.611,4.484,4.858,4.52,4.842,4.329,4.646,4.732,4.43],"paint":[15.171,15.94,16.013,15.633,15.808,16.461,15.826,16.251,16.298,16.097,16.401,15.591,15.825,15.88,15.298]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"07_create10k","values":{"total":[504.997,497.175,502.092,510.518,507.895,508.113,504.955,508.986,508.911,512.383,503.733,519.307,520.887,507.208,506.866],"script":[134.177,135.843,133.505,134.035,138.791,134.962,133.42,135.116,136.777,136.523,134.722,137.461,137.418,138.917,136.326],"paint":[363.303,353.611,360.787,368.846,361.541,364.302,363.828,366.089,364.545,368.334,361.361,374.326,375.362,360.402,362.986]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.73,58.36,56.628,57.066,57.193,58,56.819,56.672,58.104,56.883,57.842,58.074,57.074,57.34,56.524],"script":[14.037,14.154,13.907,13.938,13.393,14.007,13.643,14.184,14.091,14.2,13.73,14.315,13.598,13.928,13.84],"paint":[42.751,43.286,41.743,41.991,42.607,43.036,42.19,41.584,42.815,41.715,42.96,42.559,42.251,42.451,41.74]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.987,26.039,25.336,25.248,26.81,26.992,26.611,25.629,26.376,25.478,25.377,24.951,24.12,24.932,25.877],"script":[22.858,24.438,23.141,23.171,23.785,24.131,24.084,23.365,24.082,23.545,22.642,23.048,22.384,23.19,23.905],"paint":[2.01,1.479,0.843,1.047,1.069,2.143,1.563,2.142,2.152,1.802,1.955,1.217,1.399,0.774,1.105]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5662574768066406]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.11256217956543]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.1333770751953125]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8196773529052734]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.86673164367676]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.745]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.148]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.78799999999993]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.3642578125]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.08984375]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.2275390625]}},{"framework":"dlightjs-v0.10.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[66.6]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"01_run1k","values":{"total":[62.256,67.013,70.035,72.095,68.644,68.258,67.747,69.004,70.012,68.789,66.749,70.825,69.792,63.219,63.282],"script":[27.554,25.465,25.762,27.057,27.211,27.096,25.872,27.088,26.139,27.307,26.948,27.317,26.404,27.018,26.963],"paint":[34.54,35.44,35.254,35.797,33.769,36.446,34.143,35.671,34.63,35.211,34.911,35.612,34.229,35.176,34.94]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"02_replace1k","values":{"total":[74.413,81.863,73.023,81.25,82.118,73.245,75.443,84.383,83.58,76.263,74.613,76.684,74.906,74.193,78.383],"script":[34.479,35.853,34.42,35.273,35.472,34.438,34.513,36,34.435,35.033,34.895,35.351,34.957,35.446,35.62],"paint":[39.411,37.537,36.971,39.2,37.937,38.094,38.936,37.959,40.207,39.111,38.91,38.333,37.571,38.249,39.39]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.718,27.693,29.676,27.99,27.144,27.44,28.32,27.123,28.293,27.496,27.18,27.262,27.605,25.612,29.019],"script":[11.226,10.836,10.16,10.864,11.145,11.359,11.2,10.516,11.254,10.996,10.706,10.794,11.461,10.267,10.591],"paint":[16.371,16.047,18.215,16.366,15.88,15.761,16.968,15.688,15.647,15.531,15.561,15.516,16.018,14.412,17.37]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"04_select1k","values":{"total":[3.985,4.387,3.698,4.041,3.669,3.408,3.725,3.104,4.274,3.704,3.432,3.837,3.815,3.713,3.976,4.384,4.3,4.136,4.657,5.938,4.104,2.986,3.428,3.973,4.183],"script":[0.596,1.543,1.775,2.067,0.68,1.227,1.361,0.271,1.693,1.329,0.825,0.948,0.695,1.368,2.075,0.404,2.188,1.055,2.162,1.574,0.228,1.244,0.943,0.906,1.768],"paint":[2.312,2.706,1.798,1.811,1.692,1.791,1.973,2.695,0.787,2.214,1.753,1.461,2.429,2.217,1.257,2.929,1.944,1.177,2.368,1.715,2.738,1.619,1.5,2.177,2.251]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"05_swap1k","values":{"total":[32.9,33.679,32.343,33.592,33.691,33.645,32.299,34.217,32.852,32.417,33.27,32.704,33.419,34.393,33.915],"script":[12.659,14.574,13.089,13.031,13.919,13.155,12.815,12.506,13.38,12.943,13.665,12.773,13.827,14.766,13.01],"paint":[19.941,18.974,18.987,19.409,19.641,19.552,19.36,19.791,19.337,18.639,18.939,18.7,19.465,19.499,19.118]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.972,18.35,17.781,18.7,18.838,17.854,17.964,17.769,18.861,18.827,18.393,18.866,18.077,17.999,18.993],"script":[0.839,0.71,0.998,0.411,0.531,0.633,0.785,0.541,0.66,0.646,0.651,0.932,0.547,0.784,0.679],"paint":[16.227,16.024,15.952,17.053,16.58,16.042,16.14,15.995,17.033,16.614,16.88,16.581,16.57,15.717,16.808]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"07_create10k","values":{"total":[629.36,618.906,615.433,635.49,616.59,637.593,622.068,624.335,624.53,617.955,616.149,622.12,623.413,643.368,623.068],"script":[240.756,238.339,234.42,241.07,234.976,240.822,240.639,240.534,243.315,238.339,236.224,236.952,236.735,243.894,237.75],"paint":[378.051,371.124,370.121,389.438,370.258,390.651,371.488,372.834,376.498,376.174,376.515,374.249,372.304,388.898,375.426]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[79.406,77.718,73.368,73.527,72.05,78.472,73.493,74.22,72.9,72.837,78.497,72.75,74.839,78.899,71.05],"script":[29.647,27.385,28.286,28.001,28.413,28.676,27.571,27.845,27.679,27.909,27.72,28.488,28.449,28.292,27.269],"paint":[44.095,43.977,44.78,45.227,43.341,44.347,45.617,46.016,44.683,44.619,44.771,43.945,45.415,44.298,43.313]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.254,22.733,23.568,24.269,23.327,24.192,23.378,23.036,23.553,23.441,24.323,23.406,23.687,25.315,23.222],"script":[20.65,20.374,20.406,22.902,20.531,21.406,21.226,20.433,21.273,21.363,21.34,20.897,21.666,20.828,20.446],"paint":[1.805,2.182,2.534,0.96,1.803,1.882,1.06,1.448,1.715,1.592,1.913,2.381,0.418,2.116,2.268]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.690037727355957]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.242609024047852]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.360994338989258]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4456548690795898]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[63.628981590270996]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.9854999999998]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.696]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.49199999999996]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.59765625]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.736328125]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.517578125]}},{"framework":"dojo-v8.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[78.5]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"01_run1k","values":{"total":[47.625,47.656,46.068,48.837,48.08,47.004,47.756,48.613,47.847,46.286,46.813,46.956,46.694,46.711,46.994],"script":[11.27,10.738,10.067,11.236,11.285,10.566,11.04,11.693,11.114,10.471,10.426,10.206,10.341,10.57,10.438],"paint":[35.881,36.216,35.503,37.156,36.345,36.037,36.04,36.485,36.241,35.383,35.91,36.244,35.712,35.64,36.159]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"02_replace1k","values":{"total":[53.872,54.906,54.442,54.644,54.521,54.583,54.421,53.508,54.596,54.027,53.952,54.264,54.606,53.281,55.517],"script":[15.755,16.373,15.716,15.89,15.591,15.696,15.889,14.869,15.57,15.427,16.004,15.287,16.361,15.369,15.593],"paint":[37.355,38.04,38.27,38.254,38.418,38.405,38.035,37.853,38.57,37.855,37.457,38.226,37.817,37.462,39.177]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.006,18.732,19.638,18.98,18.817,18.944,18.619,19.34,18.703,18.032,18.961,18.805,18.997,18.815,18.522],"script":[1.603,1.102,1.72,1.543,1.261,0.956,1.138,1.441,1.071,1.405,1.216,1.32,1.518,1.766,1.082],"paint":[16.928,16.202,16.126,15.851,16.197,15.79,15.893,16.194,15.899,15.244,16.199,15.733,14.918,15.111,15.378]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"04_select1k","values":{"total":[4.286,4.083,3.894,3.457,3.433,3.322,4.411,3.809,3.296,4.31,4.364,4.716,3.621,4.539,3.8,3.684,3.924,3.49,4.266,3.186,3.225,3.392,3.674,4.266,3.939],"script":[0.35,1.33,1.108,0.992,0.893,0.199,1.315,0.77,1.262,1.42,0.921,1.308,0.234,1.665,1.121,1.439,1.123,0.226,1.264,0.826,0.958,0.527,0.971,1.417,1.503],"paint":[2.038,2.205,1.967,1.958,1.434,2.981,1.689,2.161,1.113,1.744,1.67,2.35,2.575,2.727,1.545,0.844,1.572,2.075,2.424,1.633,1.608,1.732,2.191,1.935,1.61]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"05_swap1k","values":{"total":[20.637,22.646,21.432,21.958,21.684,21.674,21.484,21.911,21.804,20.746,21.947,20.755,20.923,21.556,21.992],"script":[0.473,0.517,0.848,0.836,0.844,1.142,0.995,0.974,0.962,0.802,0.681,0.871,0.149,0.155,0.81],"paint":[18.567,19.49,18.667,19.543,19.4,19.215,18.785,18.153,19.453,18.05,20.49,17.549,19.392,19.819,18.951]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.019,17.291,17.96,17.438,17.069,16.85,17.073,17.281,17.681,16.642,17.011,16.914,16.934,17.035,17.247],"script":[0.533,0.405,0.565,0.559,0.572,0.213,0.515,0.599,0.479,0.541,0.565,0.554,0.585,0.541,0.577],"paint":[15.673,15.632,15.768,15.175,15.659,15.022,15.737,15.764,16.086,14.941,14.944,15.544,15.228,15.389,15.372]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"07_create10k","values":{"total":[504.552,495.219,495.088,495.345,492.129,504.495,494.703,502.5,499.354,497.479,489.136,505.342,498.553,494.962,507.776],"script":[128.369,122.897,122.318,122.332,121.935,128.609,123.185,128.505,127.612,130.482,121.012,128.144,132.105,129.495,129.917],"paint":[368.441,364.858,365.235,365.335,362.564,368.048,364.049,365.162,364.112,359.321,360.59,369.448,358.511,357.423,369.841]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.659,54.639,55.48,54.642,55.745,53.463,54.651,53.791,53.572,54.925,53.992,55.079,54.468,55.593,54.583],"script":[11.916,11.554,11.246,11.685,12.227,10.77,11.922,11.564,11.028,11.872,11.109,11.713,11.62,11.744,11.594],"paint":[41.789,41.817,42.982,41.65,42.549,41.679,41.796,40.926,41.528,42.095,41.638,42.077,41.897,42.862,41.74]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.567,19.25,18.719,18.526,19.9,19.49,19.009,19.704,18.23,19.073,20.214,19.365,18.219,19.419,18.65],"script":[17.057,17.061,17.058,16.829,17.786,16.383,16.887,17.726,16.485,16.857,16.935,16.791,16.365,17.06,15.799],"paint":[2.343,1.469,0.869,1.309,1.786,2.616,2.016,0.633,1.632,1.657,3.096,2.452,1.528,1.801,2.045]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6244611740112305]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.8382225036621094]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.7599401473999023]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.659714698791504]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.670692443847656]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.7450000000001]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[34.68799999999999]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.73999999999995]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[274.2216796875]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[135.361328125]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.0673828125]}},{"framework":"dominator-v0.5.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[223.6]}},{"framework":"doohtml-keyed","benchmark":"01_run1k","values":{"total":[39.644,38.983,38.409,39.008,39.587,39.527,37.862,37.208,39.578,37.296,37.369,38.074,39.815,37.762,39.51],"script":[2.325,2.368,2.308,2.396,2.372,2.364,2.357,2.433,2.398,2.304,2.387,2.394,2.333,2.293,2.359],"paint":[36.85,36.057,35.669,36.218,36.566,36.624,34.824,34.08,36.801,34.597,34.571,35.25,37.032,34.867,36.48]}},{"framework":"doohtml-keyed","benchmark":"02_replace1k","values":{"total":[42.947,44.532,42.766,43.334,42.273,42.741,42.701,41.957,43.214,42.825,42.811,44.03,43.715,44.072,43.199],"script":[5.1,5.272,5.223,5.292,5.143,5.129,5.07,5.153,5.213,5.171,5.222,5.198,5.3,5.244,5.236],"paint":[37.135,38.784,37.095,37.333,36.417,37.147,37.15,36.363,37.525,37.173,37.099,38.376,37.8,38.112,37.238]}},{"framework":"doohtml-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.078,18.154,18.92,18.231,17.472,21.893,19.521,18.428,18.243,17.788,18.318,17.824,17.73,19.685,18.414],"script":[1.21,0.692,0.854,0.967,0.198,0.602,0.955,0.916,1.345,0.937,0.837,0.964,0.893,0.994,1.179],"paint":[15.346,16.051,16.429,15.944,15.901,17.858,16.395,16.097,16.173,15.254,16.079,15.875,15.451,17.29,15.158]}},{"framework":"doohtml-keyed","benchmark":"04_select1k","values":{"total":[2.937,4.01,2.799,3.552,4.339,2.811,3.434,3.829,3.245,3.597,4.024,3.265,3.263,3.296,2.532,3.087,3.968,4.693,2.508,3.347,3.432,2.92,2.942,2.991,2.942],"script":[0.059,0.055,0.075,0.084,0.096,0.887,0.053,0.077,0.734,0.064,0.07,0.062,0.063,0.786,0.063,0.066,0.078,0.066,0.072,0.841,0.076,0.064,0.067,0.054,0.067],"paint":[2.03,3.075,1.908,2.904,3.091,1.464,2.45,3.506,2.347,2.349,2.313,1.854,1.598,1.679,1.958,2.863,3.635,3.477,2.293,1.365,1.728,2.347,2.016,2.293,2.705]}},{"framework":"doohtml-keyed","benchmark":"05_swap1k","values":{"total":[21.732,21.45,20.802,21.153,20.593,21.089,20.73,20.726,20.632,20.324,20.393,20.614,20.429,21.7,20.136],"script":[0.093,0.079,0.084,0.081,0.069,0.079,0.856,0.862,0.081,0.086,0.072,0.085,0.078,0.077,0.08],"paint":[20.274,19.802,18.825,19.751,18.767,18.48,17.956,18.866,19.027,18.458,18.11,18.889,18.488,19.471,19.124]}},{"framework":"doohtml-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.918,16.696,17.071,17.895,16.524,17.114,17.471,17.56,17.106,17.137,16.124,16.538,16.867,18.043,16.65],"script":[0.472,0.091,0.455,0.09,0.286,0.308,0.45,0.086,0.075,0.094,0.106,0.109,0.467,0.225,0.189],"paint":[16.095,15.785,15.823,16.658,15.463,15.556,15.7,16.568,15.694,16.113,15.266,15.634,15.597,16.74,15.559]}},{"framework":"doohtml-keyed","benchmark":"07_create10k","values":{"total":[394.638,396.597,399.39,398.314,390.835,394.752,394.213,391.685,395.355,405.909,393.1,390.677,392.806,399.181,396.497],"script":[24.816,24.661,25.173,24.845,25.422,24.923,24.724,24.724,25.331,24.4,25.218,25.475,24.874,25.099,25.553],"paint":[362.303,364.271,366.809,366.062,357.661,362.438,361.881,359.428,362.635,373.784,360.44,357.783,360.19,366.407,363.557]}},{"framework":"doohtml-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.306,44.453,44.687,42.945,44.162,44.589,43.697,44.743,42.395,44.769,43.846,44.224,44.429,43.336,44.903],"script":[2.342,2.365,2.342,2.334,2.261,2.327,2.255,2.241,2.254,2.361,2.24,2.328,2.322,2.344,2.291],"paint":[41.065,41.228,41.385,39.684,40.842,41.307,40.423,41.192,39.27,41.201,40.469,40.937,40.911,39.879,41.394]}},{"framework":"doohtml-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.531,14.382,14.038,13.869,14.891,13.562,14.133,14.404,14.188,14.504,13.837,14.19,14.414,14.025,14.181],"script":[11.611,11.659,11.78,11.827,12.154,11.628,11.624,11.876,11.969,11.81,11.324,11.934,12.247,11.744,12.144],"paint":[1.798,1.812,1.126,1.931,2.269,1.844,2.418,2.445,2.114,2.607,1.592,2.174,0.827,0.409,1.135]}},{"framework":"doohtml-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.504063606262207]}},{"framework":"doohtml-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.710984230041504]}},{"framework":"doohtml-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.7070751190185547]}},{"framework":"doohtml-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6770563125610352]}},{"framework":"doohtml-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[12.159286499023438]}},{"framework":"doohtml-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2027.5134999999998]}},{"framework":"doohtml-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.508]}},{"framework":"doohtml-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.58]}},{"framework":"doohtml-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.9521484375]}},{"framework":"doohtml-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.375]}},{"framework":"doohtml-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.951171875]}},{"framework":"doohtml-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.1]}},{"framework":"doohtml-dom-keyed","benchmark":"01_run1k","values":{"total":[38.24,38.335,37.856,38.662,38.833,38.503,37.842,38.134,37.499,38.739,38.083,38.775,38.524,38.893,39.172],"script":[2.3,2.434,2.278,2.371,2.379,2.417,2.313,2.344,2.34,2.396,2.212,2.494,2.45,2.48,2.415],"paint":[35.545,35.263,35.167,35.861,36.022,35.652,34.827,35.108,34.693,35.626,35.229,35.645,35.601,35.984,36.303]}},{"framework":"doohtml-dom-keyed","benchmark":"02_replace1k","values":{"total":[42.113,41.684,41.254,42.16,41.948,42.379,42.054,42.941,42.335,43.081,42.322,42.046,42.434,41.158,41.249],"script":[4.806,5.148,4.776,4.942,4.8,4.855,4.659,4.672,4.987,4.916,4.915,4.864,5.075,4.906,4.75],"paint":[36.673,35.781,35.901,36.475,36.699,36.881,36.673,37.809,36.708,37.457,36.75,36.601,36.624,35.526,35.765]}},{"framework":"doohtml-dom-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.68,17.58,18.08,17.9,18.649,18.938,18.895,17.831,18.095,17.768,18.421,17.89,17.523,19.434,18.453],"script":[0.895,0.904,1.068,0.888,1.001,1.115,0.854,0.894,1.169,0.537,1.009,0.912,0.841,1.323,1.086],"paint":[16.52,14.331,14.517,15.17,15.314,16.188,16.34,15.386,15.005,15.198,15.629,15.375,15.129,15.702,14.999]}},{"framework":"doohtml-dom-keyed","benchmark":"04_select1k","values":{"total":[2.989,3.626,3.694,3.383,4.017,3.665,2.946,3.532,3.06,2.539,2.834,3.338,3.059,3.755,3.753,3.279,2.612,3.23,2.776,2.555,3.744,3.999,3.465,3.346,3.207],"script":[0.506,0.055,0.983,0.666,0.095,0.237,0.061,0.075,0.748,0.06,0.062,0.061,0.509,0.084,0.908,0.079,0.061,0.047,0.072,0.063,0.615,0.638,0.063,0.904,0.729],"paint":[1.595,3.423,2.59,2.016,2.672,2.543,1.821,2.088,1.307,1.567,1.916,3.139,1.726,3.084,2.598,1.991,1.711,2.335,2.55,1.675,2.752,2.53,2.03,2.327,2.352]}},{"framework":"doohtml-dom-keyed","benchmark":"05_swap1k","values":{"total":[21.569,20.343,21.405,20.837,21.093,22.03,21.909,20.019,22.63,21.325,20.881,20.409,21.408,20.796,21.739],"script":[0.08,0.08,0.845,0.088,0.74,0.906,0.078,0.086,0.083,0.562,0.074,0.074,0.408,0.079,0.075],"paint":[20.038,17.925,19.382,19.078,19.098,18.937,19.979,18.988,20.972,19.1,19.707,18.987,19.436,19.035,20.143]}},{"framework":"doohtml-dom-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.141,16.471,17.243,16.526,17.136,16.723,17.949,16.719,16.714,16.83,17.672,17.701,16.471,16.091,17.424],"script":[0.091,0.102,0.467,0.422,0.094,0.08,0.097,0.417,0.097,0.252,0.077,0.083,0.419,0.095,0.481],"paint":[15.342,14.99,15.793,15.255,15.964,16.145,16.285,15.244,15.832,15.333,16.311,16.299,15.255,14.891,15.396]}},{"framework":"doohtml-dom-keyed","benchmark":"07_create10k","values":{"total":[393.135,391.73,394.912,398.696,393.49,392.724,392.853,395.179,392.572,392.668,391.561,392.002,395.381,389.882,393.694],"script":[24.93,24.982,25.203,25.179,25.187,25.54,24.739,23.738,26.177,25.54,25.126,24.386,26.336,25.31,25.314],"paint":[360.763,359.263,362.055,365.838,360.05,359.412,360.781,363.578,358.92,359.559,359.038,359.864,361.408,357.217,360.988]}},{"framework":"doohtml-dom-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[43.549,43.933,43.957,43.064,43.73,44.081,44.317,43.572,43.084,41.877,43.831,44.308,42.995,43.394,43.836],"script":[2.294,2.371,2.369,2.351,2.364,2.334,2.356,2.381,2.318,2.311,2.378,2.348,2.309,2.382,2.32],"paint":[40.298,40.362,40.64,39.825,40.188,40.824,41.008,40.027,39.852,38.608,40.518,41.051,39.723,40.055,40.597]}},{"framework":"doohtml-dom-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.492,11.809,12.837,12.766,12.977,13.246,12.83,12.544,12.568,12.756,12.842,12.843,12.236,11.787,12.896],"script":[10.947,10.369,10.455,10.34,10.48,10.545,10.278,10.396,10.394,11.086,10.369,10.885,10.68,10.353,10.651],"paint":[1.459,0.777,2.282,1.862,1.939,1.984,1.536,2.062,1.593,0.737,2.367,1.2,1.471,0.379,2.125]}},{"framework":"doohtml-dom-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5141897201538086]}},{"framework":"doohtml-dom-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.7036828994750977]}},{"framework":"doohtml-dom-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.7178077697753906]}},{"framework":"doohtml-dom-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6051626205444336]}},{"framework":"doohtml-dom-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[12.111227035522461]}},{"framework":"doohtml-dom-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2027.596]}},{"framework":"doohtml-dom-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[33.888]}},{"framework":"doohtml-dom-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[175.12399999999994]}},{"framework":"doohtml-dom-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.869140625]}},{"framework":"doohtml-dom-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.2919921875]}},{"framework":"doohtml-dom-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.943359375]}},{"framework":"doohtml-dom-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[62.8]}},{"framework":"doz-v5-preview-keyed","benchmark":"01_run1k","values":{"total":[57.545,57.915,57.703,57.392,58.351,60.543,58.653,58.124,57.353,57.899,59.68,56.826,59.275,58.133,57.735],"script":[22.414,23.071,22.914,22.501,23.371,23.309,23.28,23.047,22.653,22.769,23.274,22.478,23.015,23.508,22.9],"paint":[34.724,34.41,34.115,34.435,34.275,36.611,34.901,34.68,34.318,34.685,35.95,33.93,35.87,34.203,34.432]}},{"framework":"doz-v5-preview-keyed","benchmark":"02_replace1k","values":{"total":[66.234,65.971,66.377,65.949,67.2,65.73,66.43,66.461,66.052,66.02,65.827,66.35,66.102,66.812,65.542],"script":[27.71,27.715,28.206,27.74,28.015,27.67,27.793,27.95,27.815,27.702,27.721,27.754,27.661,27.649,27.486],"paint":[38.117,37.778,37.471,37.538,38.508,37.562,38.155,38.045,37.799,37.582,37.673,38.082,37.991,38.666,37.383]}},{"framework":"doz-v5-preview-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.71,32.069,31.069,31.191,31.184,32.174,31.217,30.984,32.214,30.66,31.298,30.508,32.058,30.776,30.737],"script":[12.634,13.385,12.469,12.098,12.07,11.882,11.232,11.779,11.82,11.543,12.414,11.953,12.969,11.802,12.592],"paint":[16.701,17.008,17.202,16.498,17.157,18.59,17.827,17.001,17.993,17.712,16.983,15.926,17.932,16.758,16.489]}},{"framework":"doz-v5-preview-keyed","benchmark":"04_select1k","values":{"total":[10.225,9.72,10.069,11.377,9.902,10.158,9.522,9.394,10.351,9.609,10.017,9.911,9.506,10.655,10.511,9.946,9.811,9.413,10.388,9.408,9.89,10.397,9.82,10.172,9.953],"script":[6.646,6.575,7.025,7.46,6.303,6.764,6.136,6.449,6.504,6.574,7.108,6.238,6.091,7.555,6.199,6.864,6.902,6.785,7.028,6.186,6.837,7.094,6.941,6.733,7.296],"paint":[2.852,2.007,2.064,1.904,2.905,2.223,2.51,2.296,2.78,1.717,1.636,2.628,2.716,2.248,2.801,2.291,1.766,1.642,1.969,2.43,2.215,2.189,1.631,2.699,1.773]}},{"framework":"doz-v5-preview-keyed","benchmark":"05_swap1k","values":{"total":[28.132,29.248,28.23,30.668,28.721,27.904,29.285,28.117,29.593,27.898,27.931,28.439,27.396,28.852,27.626],"script":[6.806,7.43,6.917,7.096,6.917,6.94,6.547,6.966,7.059,6.758,6.705,6.976,6.754,6.785,6.939],"paint":[19.262,20.073,19.938,20.192,19.166,19.311,20.945,19.234,20.694,19.543,19.531,19.722,19.134,20.529,19.173]}},{"framework":"doz-v5-preview-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.545,23.886,23.406,22.372,23.233,22.667,22.379,24.567,23.06,23.665,22.793,22.692,23.233,23.151,23.154],"script":[5.694,6.074,5.714,5.826,6.166,5.628,5.77,6.179,6.017,5.901,6.004,6.101,5.941,6.051,5.681],"paint":[16.044,16.307,16.778,15.353,16.058,16.23,15.389,17.073,15.82,16.281,15.485,15.791,16.06,15.591,16.191]}},{"framework":"doz-v5-preview-keyed","benchmark":"07_create10k","values":{"total":[704.344,706.196,714.286,700.869,703.802,708.44,704.952,711.295,697.381,732.638,703.506,705.161,708.505,702.33,701.753],"script":[321.459,325.915,323.346,321.956,320.289,324.723,324.059,324.915,320.07,329.652,324.486,324.567,322.016,322.8,321.233],"paint":[375.143,372.502,383.504,371.438,375.81,376.119,373.357,378.531,369.815,394.836,370.982,373.08,377.808,371.885,373.013]}},{"framework":"doz-v5-preview-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[121.634,123.503,120.13,122.065,123.303,121.328,120.917,123.339,121.169,121.428,122.805,121.283,120.993,123.326,121.764],"script":[44.498,45.27,44.553,45.035,44.706,44.641,44.559,46.463,44.862,44.631,45.658,45.088,45.579,45.512,44.993],"paint":[76.179,77.304,74.349,76.095,77.62,75.469,75.389,75.775,75.197,75.704,76.163,75.241,74.461,76.578,75.82]}},{"framework":"doz-v5-preview-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.341,17.666,17.525,16.847,16.684,17.241,16.508,16.802,16.202,16.65,16.89,17.472,17.68,17.519,17.151],"script":[14.872,14.886,15.752,14.964,14.381,15.293,14.285,13.743,14.625,14.734,14.71,15.776,15.569,15.107,15.23],"paint":[2.366,2.686,0.9,1.066,1.721,1.287,2.119,2.476,1.481,1.14,1.192,1.588,1.993,0.793,1.409]}},{"framework":"doz-v5-preview-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7267780303955078]}},{"framework":"doz-v5-preview-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.492047309875488]}},{"framework":"doz-v5-preview-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.205061912536621]}},{"framework":"doz-v5-preview-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.891900062561035]}},{"framework":"doz-v5-preview-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.809895515441895]}},{"framework":"doz-v5-preview-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.3099999999995]}},{"framework":"doz-v5-preview-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.896]}},{"framework":"doz-v5-preview-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[166.888]}},{"framework":"doz-v5-preview-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[211.259765625]}},{"framework":"doz-v5-preview-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[72.984375]}},{"framework":"doz-v5-preview-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[19.111328125]}},{"framework":"doz-v5-preview-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.6]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"01_run1k","values":{"total":[45.955,45.562,45.946,46.086,45.606,50.159,46.448,45.949,47.64,46.748,46.461,46.404,46.131,46.771,45.485],"script":[11.738,11.702,12.101,11.751,11.46,13.902,11.911,11.283,11.13,11.931,12.221,11.493,11.502,11.885,11.313],"paint":[33.829,33.39,33.453,33.93,33.734,35.579,34.132,34.222,36.107,34.415,33.839,34.512,34.235,34.488,33.708]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"02_replace1k","values":{"total":[57.113,57.031,57.603,56.108,55.858,56.921,56.288,55.816,57.149,56.162,56.24,56.977,56.748,56.244,55.466],"script":[18.215,18.045,17.948,17.565,17.44,17.567,17.593,17.006,17.815,17.284,16.727,17.97,17.767,17.389,17.166],"paint":[38.395,38.254,39.229,38.075,37.929,38.631,37.967,38.32,38.88,38.157,38.76,38.515,38.557,38.181,37.82]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.589,18.611,17.807,17.533,18.744,18.32,17.509,20.33,17.862,17.766,19.758,18.091,18.678,20.392,19.059],"script":[1.49,0.963,1.26,0.956,1.035,1.413,0.94,1.525,1.261,0.948,1.62,1.19,1.001,1.76,1.723],"paint":[15.702,15.42,14.447,15.468,15.823,15.458,14.993,16.773,14.428,15.717,16.172,14.889,15.554,17.592,15.709]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"04_select1k","values":{"total":[3.544,3.068,3.309,4.022,4.006,3.667,4.318,3.061,3.037,3.344,3.789,3.793,3.222,2.95,4.319,3.248,2.64,2.735,3.286,3.064,3.111,4.465,3.656,3.195,2.836],"script":[0.483,0.478,0.115,1.149,0.109,0.111,0.088,0.267,0.586,0.564,0.109,0.111,0.11,0.1,0.761,0.425,0.1,0.104,0.105,0.448,1.078,0.093,0.088,0.119,0.106],"paint":[1.845,1.657,2.604,1.229,3.643,3.377,3.094,2.09,2.32,2.247,3.039,2.638,2.673,1.922,2.256,2.691,2.301,1.616,2.133,1.456,1.919,3.386,3.434,1.921,1.781]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"05_swap1k","values":{"total":[22.618,21.702,21.7,20.9,20.568,22.574,21.621,21.37,20.498,21.645,20.528,20.508,21.335,20.473,21.506],"script":[0.861,0.786,0.997,0.46,0.132,0.129,0.767,0.13,0.904,0.141,0.789,0.639,0.782,0.545,0.129],"paint":[19.548,18.905,18.364,18.275,18.819,20.655,19.317,20.175,17.831,18.764,17.037,18.756,18.473,18.129,19.778]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.245,16.652,17.817,17.185,17.113,17.066,17.169,17.239,17.444,17.059,16.655,16.609,16.973,18.258,17.115],"script":[0.528,0.134,0.107,0.331,0.468,0.465,0.455,0.464,0.438,0.462,0.14,0.132,0.472,0.494,0.215],"paint":[15.447,15.072,16.226,15.624,15.485,15.295,15.49,15.818,15.694,15.553,15.158,15.477,15.495,16.691,15.199]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"07_create10k","values":{"total":[522.977,503.013,503.468,501.208,500.592,515.942,516.397,513.37,502.104,519.412,515.815,501.594,500.68,498.672,498.404],"script":[145.122,139.339,138.316,140.576,138.068,142.508,145.788,141.585,141.684,147.266,147.094,140.926,139.606,139.288,139.588],"paint":[369.597,355.848,357.654,352.778,354.858,365.629,363.112,364.09,352.946,364.235,360.041,352.216,353.133,352.096,351.187]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.78,55.964,56.156,54.507,55.313,57.057,55.604,54.491,56.018,54.868,54.753,56.169,55.709,54.497,55.021],"script":[12.738,12.584,12.434,12.547,12.812,12.968,12.55,12.392,12.279,12.283,12.609,13.159,12.514,12.328,12.806],"paint":[40.814,42.485,42.651,40.992,41.524,42.862,41.774,41.143,42.533,41.589,41.165,41.976,41.959,40.928,41.206]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.334,18.142,16.84,16.996,16.218,16.944,17.354,16.512,16.703,18.139,18.21,17.922,19.042,17.611,16.771],"script":[15.556,15.42,14.859,14.843,14.618,14.712,15.131,14.641,14.37,15.396,15.921,15.38,16.28,15.402,14.618],"paint":[1.883,2.136,1.123,2.009,1.5,2.085,1.677,1.77,2.209,1.893,1.662,1.7,1.702,1.087,1.579]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5743694305419922]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.554145812988281]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.56320858001709]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8480100631713867]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.53434944152832]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.355]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.812]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[151.768]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[162.96875]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[24.693359375]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.1396484375]}},{"framework":"ef-js-v0.17.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[64.3]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"01_run1k","values":{"total":[54.405,46.507,44.786,53.814,47.91,44.771,55.377,43.151,54.768,43.595,49.204,42.879,45.011,49.335,42.66],"script":[7.513,7.66,7.478,9.562,7.484,7.557,7.752,7.546,7.837,7.952,7.583,7.267,7.39,7.626,7.498],"paint":[36.011,35.437,33.944,34.815,35.519,33.695,36.722,35.087,36.04,34.786,35.355,34.94,34.345,35.359,33.74]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"02_replace1k","values":{"total":[50.832,53.114,60.269,56.669,54.91,55.152,56.004,49.802,55.455,56.285,50.76,60.374,51.169,51.042,57.794],"script":[12.9,12.18,12.175,11.963,12.115,11.777,11.912,12.067,12.511,12.056,12.048,12.914,12.443,11.944,11.998],"paint":[37.455,37.409,37.761,37.958,37.383,37.341,37.529,37.241,37.292,37.206,37.033,37.344,37.992,38.121,37.034]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.877,22.596,21.979,21.476,22.945,24.161,21.87,21.324,22.926,21.837,22.526,50.931,22.626,22.128,22.139],"script":[4.852,3.544,4.63,3.883,3.795,4.596,4.439,4.572,4.748,5.445,4.753,3.873,4.736,4.435,4.784],"paint":[16.084,16.908,15.748,14.647,16.577,15.986,15.809,15.381,17.117,15.651,15.336,16.572,15.508,15.914,16.575]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"04_select1k","values":{"total":[5.161,5.437,4.948,7.466,5.141,4.433,5.715,5.292,5.317,5.229,6.619,4.853,5.407,5.469,5.633,5.871,5.898,5.449,4.933,4.374,4.452,4.933,5.196,4.944,5.161],"script":[1.996,2.016,2.184,1.749,1.609,1.459,2.469,1.782,1.832,1.126,1.214,1.377,1.728,2.499,2.722,1.517,2.401,2.364,1.774,1.742,1.63,2.428,2.405,1.207,2.225],"paint":[2,1.994,2.582,1.16,1.913,2.066,1.599,1.769,2.704,2.523,2.708,1.737,1.725,1.932,2.682,2.613,2.229,2.9,1.455,2.455,1.522,1.935,1.554,1.377,2.091]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"05_swap1k","values":{"total":[24.083,22.913,23.651,24.602,23.516,23.923,24.137,22.675,22.582,22.799,23.836,23.289,23.541,22.911,22.637],"script":[2.397,2.374,2.119,2.115,1.487,1.514,1.438,1.881,1.375,1.697,2.967,2.78,1.569,1.64,2.819],"paint":[21.158,19.144,18.875,21.308,20.666,20.204,21.175,18.003,18.677,20.252,18.34,19.385,20.215,19.616,17.593]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.839,19.197,21.473,18.993,18.726,18.996,19.483,19.46,18.577,18.923,20.063,19.551,18.807,19.706,18.482],"script":[1.155,1.393,0.787,0.547,0.975,1.149,1.111,1.157,1.076,1.185,0.931,1.157,0.992,0.687,1.182],"paint":[15.601,16.711,17.126,17.029,16.924,16.537,17.472,17.408,16.62,16.145,17.246,16.92,16.361,16.142,16.325]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"07_create10k","values":{"total":[475.064,462.191,477.615,459.913,459.732,463.36,467.917,459.043,461.668,459.429,458.902,460.893,463.879,467.746,461.574],"script":[93.031,95.371,100.998,94.513,95.382,97.673,100.63,95.569,97.221,95.197,94.075,94.526,97.957,98.038,98.608],"paint":[370.615,357.596,366.598,355.199,353.294,355.876,356.07,353.318,354.635,354.185,352.492,354.471,355.386,351.326,352.824]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.706,56.413,56.375,50.156,50.915,57.789,57.413,57.593,50.698,56.917,57.779,51.845,51.618,51.701,56.145],"script":[8.533,8.483,8.607,9.18,8.452,8.606,9.312,8.368,8.632,8.517,8.695,8.987,8.459,8.667,9.406],"paint":[41.258,40.925,40.684,40.108,40.392,40.273,40.715,40.767,39.895,41.293,41.642,41.98,40.996,41.701,40.265]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.668,15.564,16.408,14.894,16.348,16.072,15.801,16.019,16.25,15.699,16.72,16.489,15.194,16.048,15.468],"script":[13.595,13.527,13.704,12.007,13.816,12.522,13.44,13.51,13.998,13.975,13.132,13.323,13.272,13.787,13.086],"paint":[2.167,1.916,1.622,1.821,1.468,2.727,1.066,1.587,2.035,1.61,2.517,2.707,1.811,1.631,2.264]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5504522323608398]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.6518192291259766]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.7259082794189453]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9948825836181641]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.24665927886963]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.315]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[39.275999999999996]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[164.93599999999995]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[160.7958984375]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[22.5205078125]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.1708984375]}},{"framework":"elm-v0.19.1-3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.9]}},{"framework":"ember-v5.3.0-keyed","benchmark":"01_run1k","values":{"total":[72.539,70.218,69.286,71.734,74.639,73.92,73.856,74.912,72.746,75.302,75.145,70.987,72.298,72.624,69.456],"script":[34.258,33.247,32.814,33.006,35.64,35.314,36.148,35.614,35.176,36.011,36.09,34.451,34.494,35.08,33.433],"paint":[37.775,36.507,36.003,38.211,38.573,37.856,37.219,38.647,37.038,38.837,38.57,36.106,37.322,37.07,35.571]}},{"framework":"ember-v5.3.0-keyed","benchmark":"02_replace1k","values":{"total":[92.429,93.413,92.562,92.65,93.869,93.796,93.518,92.581,93.596,92.106,91.713,94.224,94.291,92.381,93.281],"script":[49.787,51.598,50.037,49.992,51.943,50.681,51.565,50.734,51.688,49.966,49.72,50.998,51.953,50.432,50.922],"paint":[41.925,41.295,41.981,42.153,41.453,42.627,41.428,41.153,41.402,41.413,41.49,42.454,41.812,41.432,41.862]}},{"framework":"ember-v5.3.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.364,28.983,26.545,27.79,27.213,26.646,26.18,25.917,27.386,29.533,29.337,26.157,26.987,26.813,27.949],"script":[8.92,9.104,9.296,8.407,9.21,8.592,8.483,8.029,9.674,8.776,8.215,8.645,8.902,9.144,8.75],"paint":[16.359,17.59,15.396,17.506,16.358,15.758,15.917,16.326,16.389,18.719,18.209,16.48,15.47,16.059,17.544]}},{"framework":"ember-v5.3.0-keyed","benchmark":"04_select1k","values":{"total":[21.029,20.53,21.632,20.371,20.254,20.194,22.437,21.195,20.451,20.787,21.01,22.593,20.933,20.323,21.702,21.143,21.52,20.917,19.965,20.863,20.363,21.697,19.804,21.407,21.882],"script":[16.346,16.575,16.225,16.533,16.772,16.288,17.194,16.616,16.611,17.344,16.983,17.476,16.905,16.367,17.172,16.755,17.041,16.908,15.841,16.655,16.283,16.122,15.895,17.353,17.514],"paint":[4.052,2.708,3.25,2.768,2.573,2.335,3.444,4.311,3.126,2.426,2.042,4.167,3.02,3.018,3.528,2.501,2.699,2.896,2.828,3.225,3.155,4.24,3.26,2.769,3.583]}},{"framework":"ember-v5.3.0-keyed","benchmark":"05_swap1k","values":{"total":[30.909,31.647,32.706,32.317,31.962,33.489,30.663,33.919,33.323,33.32,32.714,31.112,30.675,31.522,34.75],"script":[9.485,9.501,9.49,10.13,9.866,9.94,9.177,10.577,9.824,9.942,9.461,8.434,8.881,9.143,10.547],"paint":[19.56,20.412,20.896,20.203,21.019,22.142,19.859,21.097,21.728,22.36,20.534,20.816,20.653,19.589,21.757]}},{"framework":"ember-v5.3.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[27.87,27.762,27.736,28.958,27.744,27.723,28.791,27.85,28.071,28.347,28.282,27.585,28.265,28.26,27.801],"script":[10.095,10.03,9.903,9.912,9.964,10.386,9.826,9.965,9.504,9.964,9.88,9.848,10.558,10.042,9.973],"paint":[16.463,16.543,16.391,17.855,16.634,16.175,17.453,16.211,17.15,16.86,17.189,16.833,16.433,16.933,16.615]}},{"framework":"ember-v5.3.0-keyed","benchmark":"07_create10k","values":{"total":[650.162,662.942,661.235,653.567,656.603,653.275,656.994,649.353,659.72,657.482,658.089,658.073,658.493,649.844,661.39],"script":[254.279,261.131,260.737,254.931,257.569,254.655,258.921,253.083,258.304,257.742,261.272,260.18,261.519,255.897,260.181],"paint":[388.115,393.938,392.73,390.709,391.36,390.889,390.273,388.738,393.582,391.833,388.944,390.395,389.12,385.73,392.348]}},{"framework":"ember-v5.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[89.778,92.171,89.911,92.491,92.216,89.962,91.459,89.054,91.251,88.365,91.546,88.955,90.668,91.183,90.154],"script":[43.24,44.59,43.486,44.389,44.974,42.904,44.708,42.172,44.069,42.28,44.372,42.256,44.11,44.6,43.778],"paint":[45.607,46.298,45.44,47.09,46.236,46.028,45.456,45.827,46.195,45.083,46.168,45.672,45.578,45.344,45.372]}},{"framework":"ember-v5.3.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[36.166,38.893,33.713,36.943,36.247,35.62,34.205,34.158,35.754,36.163,34.472,35.625,39.907,35.059,36.28],"script":[33.608,36.181,31.416,33.757,33.187,33.147,32.009,31.869,33.091,33.608,32.259,33.174,37.487,33.168,34.067],"paint":[1.22,1.712,1.374,3.043,2.321,2.31,1.51,2.164,1.79,2.378,1.3,2.305,2.253,1.745,2.083]}},{"framework":"ember-v5.3.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[6.717106819152832]}},{"framework":"ember-v5.3.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[13.278069496154785]}},{"framework":"ember-v5.3.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[13.403388977050781]}},{"framework":"ember-v5.3.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.06938362121582]}},{"framework":"ember-v5.3.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[67.40647888183594]}},{"framework":"ember-v5.3.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[4282.7385]}},{"framework":"ember-v5.3.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[92.28399999999993]}},{"framework":"ember-v5.3.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[294.1920000000003]}},{"framework":"ember-v5.3.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[572.9951171875]}},{"framework":"ember-v5.3.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[433.8291015625]}},{"framework":"ember-v5.3.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[103.8642578125]}},{"framework":"ember-v5.3.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[580.3]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"01_run1k","values":{"total":[48.74,48.005,47.925,47.613,47.797,46.423,45.448,47.249,47.639,47.884,47.594,48.051,48.879,46.497,46.812],"script":[11.65,10.692,10.316,10.303,10.75,9.377,9.466,10.514,10.296,10.366,10.243,9.548,10.077,9.597,10.069],"paint":[36.687,36.607,37.164,36.61,36.571,36.385,35.548,35.995,36.853,37.04,36.629,37.799,38.093,36.203,36.27]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"02_replace1k","values":{"total":[56.129,55.335,55.081,56.169,55.704,55.729,55.482,55.283,56.159,55.949,55.242,56.196,55.142,55.973,54.079],"script":[15.41,16.014,15.081,15.706,15.184,15.562,15.109,16.055,15.834,15.737,15.033,15.568,15.99,15.349,14.931],"paint":[40.207,38.852,39.398,39.932,39.847,39.682,39.888,38.744,39.818,39.521,39.689,39.955,38.681,39.899,38.63]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.602,19.146,19.271,19.03,21.19,20.774,18.354,18.984,19.381,19.714,18.639,19.424,18.18,17.956,19.325],"script":[1.396,1.23,0.914,1.603,1.625,1.209,0.649,1.314,0.878,1.425,1.39,0.936,0.955,1.131,0.918],"paint":[15.365,16.756,16.285,16.008,17.388,17.329,16.641,16.086,16.302,15.868,15.538,16.352,15.772,15.28,16.211]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"04_select1k","values":{"total":[3.431,3.396,4.273,2.747,3.649,4.289,2.866,3.299,3.354,3.335,2.901,2.4,4.029,4.194,3.507,4.543,3.777,2.784,3.373,3.576,3.427,2.801,3.696,2.555,2.953],"script":[0.076,0.073,0.083,0.54,1.018,0.084,0.068,0.069,0.989,0.779,0.064,0.07,0.748,0.89,0.062,0.045,0.794,0.047,0.837,1.065,0.407,0.066,0.056,0.054,0.555],"paint":[3.195,3.196,4.003,1.314,1.516,3,1.737,2.091,1.681,0.856,1.36,2.196,1.983,2.381,2.526,3.446,1.327,2.265,1.883,2.382,1.791,1.729,3.392,1.536,2.264]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"05_swap1k","values":{"total":[21.709,21.902,23.321,22.638,22.082,22.32,22.209,22.98,24.399,22.586,22.242,23.602,23.019,22.057,23.621],"script":[1.112,0.656,1.228,1.254,1.395,0.939,0.907,0.599,0.905,1.383,1.222,0.961,1.158,0.862,1.331],"paint":[19.269,19.559,20.776,20.336,19.294,19.463,19.238,20.192,21.992,19.312,19.266,20.641,19.818,19.044,20.022]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.878,17.768,18.375,17.548,18.672,19.003,18.29,17.976,18.326,18.404,17.696,19.136,17.791,18.373,17.699],"script":[0.617,0.626,0.606,0.602,0.676,0.657,0.633,0.604,0.631,0.653,0.616,0.506,0.631,0.624,0.61],"paint":[15.692,15.993,16.451,16.181,17.115,16.721,16.678,16.265,16.124,16.553,15.761,17.438,16.379,16.397,16.276]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"07_create10k","values":{"total":[512.978,506.138,490.138,500.616,498.966,502.552,493.23,492.509,506.373,510.789,501.287,493.616,494.401,501.514,504.954],"script":[115.917,126.028,111.89,126.169,124.933,125.244,111.546,113.366,127.058,125.766,126.781,112.459,114.71,123.533,126.551],"paint":[388.84,372.452,370.456,366.826,366.483,369.773,373.945,371.577,370.878,377.43,367.152,373.714,371.979,369.492,370.761]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.001,58.114,56.619,55.949,56.917,58.599,57.346,55.065,56.155,57.065,57.948,58.853,57.683,57.624,58.196],"script":[11.128,11.755,11.247,10.406,11.663,11.209,11.129,10.489,11.011,11.243,11.491,11.456,11.285,11.874,11.458],"paint":[44.874,45.427,44.134,44.545,44.306,46.119,45.219,43.605,44.176,44.848,45.506,46.19,45.208,44.821,45.65]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.448,13.266,13.084,12.865,13.354,13.13,13.217,15.601,13.442,13.451,13.452,13.408,13.856,13.286,14.456],"script":[11.224,11.512,10.965,10.972,11.129,11.309,11.276,13.458,11.508,11.205,11.271,11.063,11.63,11.025,12.04],"paint":[2.038,1.48,2.016,1.065,0.982,1.717,1.393,2.014,1.827,1.917,2.064,1.783,2.125,2.152,2.25]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5077352523803711]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.9388179779052734]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9860620498657227]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7719535827636719]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.078330039978027]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1953.3604999999998]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[18.463999999999995]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.2]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.7783203125]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.2041015625]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.8798828125]}},{"framework":"fntags-v0.3.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[49.9]}},{"framework":"fre-v2.5.5-keyed","benchmark":"01_run1k","values":{"total":[57.284,56.878,57.443,59.302,60.238,58.178,57.592,58.878,56.844,57.968,57.182,57.518,56.962,58.185,58.953],"script":[18.907,18.7,18.799,19.113,20.191,18.817,19.258,18.944,18.494,18.769,19.029,18.562,18.953,19.217,18.504],"paint":[37.849,37.349,38.166,38.395,39.583,38.12,37.8,39.478,37.861,37.552,37.69,38.465,37.523,38.551,38.521]}},{"framework":"fre-v2.5.5-keyed","benchmark":"02_replace1k","values":{"total":[67.068,63.916,64.853,64.737,65.801,65.596,66.244,65.742,63.489,63.022,67.565,63.247,64.73,65.073,65.074],"script":[25.089,22.776,24.206,23.029,22.786,23.501,23.759,23.416,23.354,22.866,25.069,23.564,24.504,23.854,23],"paint":[41.286,39.124,39.936,40.38,41.668,40.742,41.413,40.121,39.364,38.877,41.824,38.426,39.531,39.881,40.738]}},{"framework":"fre-v2.5.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.525,31.166,51.895,30.621,32.172,31.613,30.739,32.888,31.171,33.928,30.198,32.417,32.367,31.292,32.432],"script":[12.443,12.499,11.081,11.74,11.879,12.749,11.258,12.736,11.719,13.17,10.035,12.465,12.733,11.953,11.513],"paint":[16.792,17.649,18.44,17.902,18.652,17.936,18.652,18.694,17.662,17.951,18.954,17.848,17.053,18.179,19.136]}},{"framework":"fre-v2.5.5-keyed","benchmark":"04_select1k","values":{"total":[13.959,16.114,6.412,9.121,15.346,11.999,10.711,13.916,16.192,15.243,17.727,9.347,13.004,12.983,15.344,10.186,9.495,11.095,14.196,9.903,15.974,14.098,10.261,8.96,13.347],"script":[4.329,4.367,3.22,3.185,3.962,3.384,4.352,3.958,4.208,4.193,5.057,3.483,4.747,4.442,3.574,4.619,5.308,3.505,5.023,3.752,3.921,3.368,4.163,3.626,3.827],"paint":[5.042,4.996,1.896,3.577,2.989,4.283,4.581,4.533,4.074,4.451,4.214,2.91,4.795,3.322,5.18,5.181,2.977,4.43,4.223,4.23,4.376,3.895,3.329,3.462,4.307]}},{"framework":"fre-v2.5.5-keyed","benchmark":"05_swap1k","values":{"total":[49.78,50.069,28.167,30.068,50.26,52.675,29.198,29.234,30.488,28.645,29.092,28.048,28.368,23.715,25.59],"script":[4.285,4.47,4.039,5.015,4.786,3.893,4.452,4.086,4.887,4.98,4.92,4.389,4.508,4.361,4.779],"paint":[22.895,21.621,22.118,23.68,21.956,25.079,23.041,24.331,25.018,22.566,22.516,22.701,22.1,19.156,20.654]}},{"framework":"fre-v2.5.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.081,21.342,21.924,22.366,19.563,20.308,19.294,21.659,20.457,22.153,22.255,18.715,19.338,22.296,22.17],"script":[2.133,1.832,1.857,1.789,2.21,2.242,2.015,1.62,1.493,2.16,2.175,2.009,2.224,1.847,1.976],"paint":[18.438,17.476,18.553,18.352,16.576,16.567,15.964,17.853,17.167,18.751,18.143,15.352,16.014,18.585,18.162]}},{"framework":"fre-v2.5.5-keyed","benchmark":"07_create10k","values":{"total":[573.13,570.321,568.05,562.863,559.298,563.95,570.605,562.419,563.895,562.888,561.371,564.194,563.621,562.168,567.589],"script":[174.223,173.769,170.427,170.48,165.004,166.838,172.19,171.262,173.683,168.904,169.577,170.209,170.099,170.664,171.97],"paint":[389.465,386.646,385.486,384.1,380.567,387.185,387.466,381.526,381.293,383.312,381.872,383.47,383.358,381.051,385.298]}},{"framework":"fre-v2.5.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.692,65.049,85.076,64.994,83.06,64.504,66.837,65.182,63.919,82.955,65.316,65.667,65.876,84.116,67.363],"script":[21.039,21.026,20.954,20.841,20.493,20.077,21.257,21.059,20.755,20.761,20.281,20.943,21.416,20.855,21.568],"paint":[42.863,43.152,44.457,43.354,44.316,43.791,44.073,43.355,42.392,43.519,44.371,43.963,43.694,43.584,44.944]}},{"framework":"fre-v2.5.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.504,22.117,21.265,22.982,21.695,22.468,22.293,21.17,22.664,24.002,22.069,21.23,22.151,22.726,23.865],"script":[17.201,17.785,17.175,18.39,17.576,18.395,18.183,16.429,18.214,18.297,17.533,17.164,17.057,17.723,18.499],"paint":[3.827,3.505,2.139,3.745,2.223,3.48,3.088,3.352,4.243,4.118,3.659,2.388,3.018,3.588,3.764]}},{"framework":"fre-v2.5.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5649013519287109]}},{"framework":"fre-v2.5.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.8160171508789062]}},{"framework":"fre-v2.5.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.309104919433594]}},{"framework":"fre-v2.5.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[15.89752197265625]}},{"framework":"fre-v2.5.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.55821132659912]}},{"framework":"fre-v2.5.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.785]}},{"framework":"fre-v2.5.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.948]}},{"framework":"fre-v2.5.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.26399999999995]}},{"framework":"fre-v2.5.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.5595703125]}},{"framework":"fre-v2.5.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[10.28515625]}},{"framework":"fre-v2.5.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.0029296875]}},{"framework":"fre-v2.5.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[45.4]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"01_run1k","values":{"total":[46.146,46.791,50.326,48.135,50.633,50.899,47.224,50.314,47.774,50.054,45.394,46.748,49.892,46.094,50.7],"script":[12.098,12.252,14.7,12.658,14.696,15.272,13.197,14.436,12.522,14.811,11.884,12.433,14.607,12.295,14.736],"paint":[33.745,34.334,35.446,35.281,35.751,35.438,33.827,35.686,35.035,35.051,33.262,34.105,35.101,33.618,35.753]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"02_replace1k","values":{"total":[63.636,62.36,62.607,61.933,62.631,61.097,63.756,62.072,63.335,62.806,61.884,63.332,63.022,62.682,62.475],"script":[22.043,23.078,23.028,22.422,23.424,22.386,22.914,23.307,23.933,23.191,22.659,22.737,22.258,23.396,21.87],"paint":[39.694,38.629,39.125,38.932,38.655,38.146,39.722,38.205,38.852,39.028,38.823,39.29,40.182,38.75,39.188]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.038,34.078,53.208,31.967,33.029,32.191,30.946,32.424,32.096,54.048,53.051,53.71,30.89,31.096,32.421],"script":[12.762,13.98,12.749,13.145,11.37,12.369,11.968,12.292,12.873,12.565,13.865,11.993,11.831,12.956,13.37],"paint":[17.727,18.619,16.985,17.95,20.276,17.22,18.027,18.584,17.451,18.656,18.487,19.732,18.747,17.051,17.929]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"04_select1k","values":{"total":[12.598,11.029,11.116,10.184,11.093,10.515,12.856,10.421,11.833,9.535,16.657,14.971,10.759,14.483,12.309,8.233,12.334,13.206,8.308,12.268,11.586,14.709,14.249,11.154,10.75],"script":[6.298,4.468,6.38,4.913,5.005,4.807,4.815,4.94,5.762,5.09,5.494,6.195,4.766,5.902,5.404,5.157,4.993,5.671,5.449,6.145,5.213,4.727,4.403,6.069,4.973],"paint":[4.678,4.862,2.816,3.624,3.844,4.039,4.524,4.024,4.324,4.067,4.065,4.713,5.284,4.561,3.976,2.894,4.237,4.927,2.695,4.152,2.938,4.616,4.863,3.033,3.247]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"05_swap1k","values":{"total":[28.293,51.889,29.971,27.86,49.648,48.946,50.486,49.115,25.547,28.2,52.462,25.405,28.393,25.407,29.029],"script":[4.58,4.961,5.107,4.782,5.29,5.473,4.662,5.438,5.336,5.646,4.748,4.311,5.568,4.698,5.378],"paint":[21.567,23.528,22.455,22.428,21.606,21.388,22.883,22.11,19.187,21.453,24.261,19.433,22.527,19.767,22.066]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.483,21.631,21.012,21.601,18.844,22.211,22.82,22.343,21.273,18.942,21.081,20.792,19.118,22.002,19.177],"script":[2.868,2.208,2.476,2.508,2.492,2.92,2.765,2.486,2.494,2.607,2.493,2.476,2.787,2.417,2.586],"paint":[17.633,17.192,16.688,16.897,15.605,18.256,18.288,17.86,17.595,15.023,17.243,16.231,15.773,17.646,15.863]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"07_create10k","values":{"total":[522.145,500.826,506.318,514.992,493.992,508.957,500.89,490.041,504.039,505.158,493.025,500.569,509.381,510.893,489.236],"script":[140.064,130.799,133.741,142.611,131.428,134.691,137.846,129.138,134.638,140.666,129.957,131.094,143.047,142.095,129.857],"paint":[374.503,361.532,364.736,364.544,355.769,365.864,357.201,350.119,361.964,356.771,352.854,361.537,360.504,361.285,351.185]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.773,81.16,60.775,82.551,59.835,62.253,79.644,59.941,61.303,80.264,60.599,59.352,82.462,81.541,60.239],"script":[17.198,15.925,16.323,16.799,16.36,17.065,15.738,16.872,17.195,16.734,17.225,16.752,17.41,16.481,16.402],"paint":[37.713,42.27,42.732,44.026,42.837,43.321,42.243,42.218,43.56,43.386,42.615,41.991,43.203,42.433,42.397]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.236,32.339,32.869,31.955,33.453,31.253,34.363,31.892,33.264,32.848,34.111,33.658,34.346,32.898,32.381],"script":[27.763,27.383,29.135,28.454,28.485,27.048,28.708,27.686,28.926,28.569,28.604,28.264,29.73,28.613,28.488],"paint":[4.203,3.878,3.278,2.57,2.876,2.195,4.236,3.648,2.58,4.011,4.284,3.165,3.579,3.061,2.941]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6309661865234375]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.108682632446289]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.250188827514648]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9678802490234375]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[43.73552703857422]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.525]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.075999999999997]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.58000000000007]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.85546875]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.5810546875]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.705078125]}},{"framework":"frei-hooks-v1.0.18-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.6]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"01_run1k","values":{"total":[72.916,69.055,66.548,72.664,69.684,70.702,72.708,71.557,66.401,66.645,67.806,66.736,70.851,65.3,66.452],"script":[36.941,32.438,32.452,36.446,32.856,35.243,36.034,35.778,31.507,32.319,32.745,32.823,35.115,31.023,32.328],"paint":[35.794,36.331,33.814,36.021,36.656,35.273,36.494,35.593,34.668,34.124,34.862,33.726,35.531,34.111,33.922]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"02_replace1k","values":{"total":[85.908,86.988,86.429,86.672,86.67,85.658,86.354,86.539,86.46,88.07,85.639,86.364,87.082,85.074,84.815],"script":[46.931,47.895,47.689,48.74,48.107,47.517,47.797,46.958,48.262,49.996,47.341,47.832,48.086,46.481,46.914],"paint":[38.645,38.914,38.442,37.619,38.363,37.955,38.361,39.397,37.997,37.891,38.113,38.207,38.812,38.287,37.69]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.249,23.681,27.224,26.145,25.697,26.793,25.096,25.908,47.184,50.575,24.982,26.002,25.402,25.274,27.389],"script":[6.82,7.236,7.615,7.921,6.73,7.747,7.691,7.296,7.798,6.771,7.002,7.66,6.312,7.588,7.094],"paint":[17.885,15.753,17.152,16.731,18.679,17.082,16.641,17.937,17.037,17.505,17.246,16.848,16.714,16.322,19.335]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"04_select1k","values":{"total":[22.756,22.415,22.595,21.607,22.069,22.424,22.549,22.928,23.841,22.992,22.886,23.562,23.383,22.829,22.31,22.49,22.316,22.516,22.227,23.838,22.375,22.102,21.832,23.487,22.84],"script":[16.13,16.124,15.867,14.946,15.607,15.187,17.4,15.831,16.691,16.279,16.476,16.67,16.729,15.769,15.738,15.765,15.361,15.999,15.51,16.162,16.085,15.728,15.852,16.665,16.302],"paint":[3.89,4.466,5.408,5.753,3.957,5.914,3.72,3.716,3.684,5.103,3.506,5.414,3.769,4.591,4.281,3.514,4.176,4.18,4.009,4.129,4.128,3.987,3.348,4.619,3.79]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"05_swap1k","values":{"total":[28.971,30.579,52.279,26.88,29.626,29.923,51.95,53.378,30.498,30.701,32.401,51.174,30.435,30.672,30.747],"script":[7.234,7.457,6.736,6.167,7.248,7.578,6.669,7.269,8.07,6.333,7.541,7.47,8.203,7.001,7.077],"paint":[21.066,21.447,21.479,19.812,21.125,21.318,22.369,21.893,21.676,22.274,23.313,20.19,21.082,22.614,23.186]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"06_remove-one-1k","values":{"total":[27.785,25.638,28.737,28.36,29.161,28.761,28.596,28.754,26.326,25.518,28.166,30.963,26.582,28.36,29.872],"script":[10.353,9.316,9.474,9.803,9.936,9.494,9.655,9.33,9.525,9.284,9.422,9.388,9.704,9.655,9.756],"paint":[16.643,15.546,17.907,17.319,17.366,17.359,16.987,18.12,15.762,15.795,17.546,18.753,15.872,17.367,18.251]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"07_create10k","values":{"total":[627.19,637.387,629.357,624.355,624.848,622.281,629.551,640.487,642,636.94,644.416,637.674,649.415,641.993,635.915],"script":[248.091,249.833,255.953,243.848,248.452,248.084,251.352,256.109,254.287,257.185,258.211,254.248,261.365,256.936,254.21],"paint":[375.337,383.817,369.762,376.809,372.738,370.355,374.39,380.644,384.073,376.146,382.513,378.814,384.167,381.286,378.044]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[84.811,84.767,86.56,85.542,86.548,83.902,85.072,84.751,85.765,84.939,84.179,84.066,84.467,85.189,84.503],"script":[42.18,41.941,42.389,41.253,43.568,40.929,42.252,42.198,41.421,41.418,41.778,41.266,41.695,42.04,41.448],"paint":[42.27,42.502,43.675,43.925,42.6,42.611,42.461,42.236,43.783,43.153,42.035,42.429,42.394,42.648,42.64]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.789,26.367,30.522,31.917,31.066,30.138,30.145,29.277,29.813,32.386,32.585,30.972,29.384,30.997,30.704],"script":[25.914,24.949,26.613,25.817,25.831,25.691,25.351,24.445,25.283,27.1,25.994,27.068,24.984,25.958,25.947],"paint":[3.57,1.343,2.511,5.527,4.024,3.255,4.544,4.266,3.574,4.242,4.993,2.168,3.504,3.882,3.536]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[5.202890396118164]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[11.474434852600098]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[11.5538911819458]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[6.6411943435668945]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[61.183655738830566]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2401.27]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.284]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.02000000000004]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[250.1455078125]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[111.869140625]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[28.9296875]}},{"framework":"glimmer-2-v2.0.0-beta.21-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[150.9]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"01_run1k","values":{"total":[53.707,53.52,52.839,52.74,53.335,52.555,52.452,53.923,53.741,53.273,53.126,53.574,52.999,54.576,54.568],"script":[14.993,15.836,14.795,14.683,15.414,14.996,14.674,14.495,15.368,14.682,15.101,15.053,14.895,15.364,15.346],"paint":[38.218,36.944,37.58,37.555,37.496,36.919,37.28,38.727,37.884,37.894,37.438,38.086,37.61,38.702,38.691]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"02_replace1k","values":{"total":[59.478,60.517,59.019,60.77,61.015,60.743,60.474,60.5,60.518,60.947,61.011,60.411,59.804,61.949,61.441],"script":[19.877,21.173,20.732,20.847,20.834,20.304,20.596,21.023,20.827,19.912,21.475,20.834,21.083,21.5,20.951],"paint":[38.924,38.876,37.759,39.22,39.687,39.915,39.279,39.07,39.166,40.318,39,38.874,38.24,39.743,39.992]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.323,28.502,30.721,28.084,30.24,29.377,27.975,27.737,31.44,30.95,28.129,28.201,28.839,28.879,29.364],"script":[11.067,11.119,12.879,10.88,12.022,12.525,11.158,10.79,12.768,12.225,11.14,11.407,11.059,11.162,11.391],"paint":[15.513,16.017,15.995,15.829,16.284,15.43,14.542,14.255,16.57,16.225,15.243,15.241,15.488,15.688,15.444]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"04_select1k","values":{"total":[10.625,9.679,12.663,9.369,10.006,10.255,10.405,10.811,10.129,9.516,9.81,10.339,10.756,11.019,10.63,10.494,9.2,10.399,11.476,10.917,11.378,12.083,9.906,10.614,10.668],"script":[7.077,6.211,9.218,6.464,6.366,6.892,6.625,7.371,6.496,5.981,6.247,7.01,7.153,7.113,7.055,6.483,6.179,7.059,8.08,7.801,7.742,8.211,6.803,7.101,7.541],"paint":[3.038,2.296,2.209,2.687,2.854,1.913,2.361,2.678,3.422,2.64,3.001,1.671,1.978,2.798,2.652,3.786,2.251,2.417,2.561,2.078,3.391,2.73,1.913,2.61,2.146]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"05_swap1k","values":{"total":[27.629,26.371,27.165,27.453,27.693,28.207,26.959,28.667,26.763,30.302,26.275,26.77,27.022,26.451,26.189],"script":[6.383,5.961,5.776,6.302,6.645,6.005,6.549,6.892,6.479,7.334,5.413,6.529,6.077,5.644,5.863],"paint":[19.723,18.532,19.973,18.731,19.323,20.191,18.832,19.905,18.234,20.585,19.64,18.127,19.54,19.417,17.783]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.798,22.807,22.775,23.154,23.858,23.225,23.32,23.186,23.842,23.879,24.521,23.523,23.451,22.782,23.503],"script":[6.658,6.237,6.424,6.597,6.315,6.383,6.829,6.265,6.277,6.624,6.863,6.471,6.374,6.656,6.639],"paint":[14.989,15.741,15.168,15.725,16.329,15.738,15.682,15.722,16.607,15.622,16.507,16.03,15.889,14.965,15.742]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"07_create10k","values":{"total":[539.606,535.752,544.187,537.19,536.773,515.176,525.047,536.358,540.168,539.703,545.457,531.323,522.796,523.277,536.849],"script":[148.75,148.708,150.158,147.029,150.039,143.82,151.061,149.798,149.78,147.669,151.059,146.606,146.849,149.626,148.581],"paint":[382.808,379.309,386.434,382.562,379.274,363.813,365.687,378.842,382.273,384.509,386.105,376.076,368.146,366.197,379.749]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.262,64.053,64.822,63.361,64.546,63.985,63.254,64.269,63.744,63.068,65.488,64.492,64.693,63.91,64.339],"script":[18.672,19.322,19.805,19.182,18.985,18.793,18.772,19.253,18.9,18.812,19.316,20.104,19.47,18.403,19.332],"paint":[44.689,43.72,43.798,43.192,44.361,43.962,43.221,43.866,43.893,43.218,45.032,43.151,44.048,44.574,44.037]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.152,23.764,23.481,22.345,23.137,23.86,23.637,23.14,23.338,22.996,23.658,22.857,22.301,22.804,23.525],"script":[20.935,21.08,21.263,20.807,20.781,21.619,20.361,21.311,20.826,21.443,21.484,20.634,20.313,20.347,20.828],"paint":[2.107,1.797,1.913,0.482,2.262,1.247,2.834,0.801,1.941,1.439,1.156,2.129,1.842,1.676,2.186]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6164665222167969]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9490318298339844]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.205768585205078]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.3495874404907227]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.262146949768066]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.21]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.496]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.41199999999992]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[201.41015625]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[63.1357421875]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.263671875]}},{"framework":"gyron-v0.0.16-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[98.3]}},{"framework":"helix-v0.0.10-keyed","benchmark":"01_run1k","values":{"total":[48.539,48.989,49.521,47.644,47.427,48.835,47.705,48.983,48.228,49.12,47.929,47.876,48.63,48.054,49.76],"script":[12.886,13.197,13.659,13.365,13.171,12.858,13.113,12.589,12.775,12.891,12.52,12.174,12.431,12.365,12.981],"paint":[35.204,35.06,35.348,33.873,33.787,35.443,33.976,35.951,34.743,35.641,34.708,35.159,35.485,35.218,36.24]}},{"framework":"helix-v0.0.10-keyed","benchmark":"02_replace1k","values":{"total":[55.02,53.301,54.611,54.006,54.469,54.995,52.794,53.394,54.376,53.835,53.079,53.853,54.209,53.66,54.372],"script":[16.13,15.647,15.844,15.724,16.086,16.089,15.411,15.554,16.224,15.62,15.89,15.64,16.227,16.01,16.209],"paint":[38.155,36.92,38.182,37.784,37.899,38.401,36.903,37.344,37.646,37.492,36.675,37.722,37.522,36.947,37.742]}},{"framework":"helix-v0.0.10-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.498,26.07,26.687,27.415,27.474,27.088,26.032,27.472,27.397,26.761,27.133,27.108,26.672,25.992,25.909],"script":[9.513,8.957,9.104,9.241,9.302,8.867,9.033,9.468,9.219,9.256,8.732,9.777,9.213,8.567,8.926],"paint":[15.222,14.983,15.252,15.871,17.126,16.337,15.609,16.478,15.847,15.894,16.693,16.186,16.377,16.165,14.817]}},{"framework":"helix-v0.0.10-keyed","benchmark":"04_select1k","values":{"total":[8.935,8.71,8.628,8.958,8.856,8.426,8.611,9.802,8.607,8.349,8.797,8.087,9.347,8.609,8.084,8.896,8.116,7.665,8.229,8.491,8.01,8.846,7.923,8.663,8.808],"script":[5.518,5.192,5.759,5.47,5.767,4.796,5.913,5.587,5.575,5.316,5.941,5.471,5.719,6.081,5.38,5.992,5.501,5.196,5.424,5.38,4.874,5.225,5.394,6.036,5.507],"paint":[2.379,2.17,2.339,1.855,2.099,3.429,1.453,2.889,2.842,1.494,1.942,1.495,2.31,1.903,1.612,1.737,1.372,1.558,1.629,2.325,2.94,1.784,1.899,1.614,2.559]}},{"framework":"helix-v0.0.10-keyed","benchmark":"05_swap1k","values":{"total":[183.641,179.113,179.313,186.922,178.767,177.585,180.64,176.218,176.461,178.137,172.367,177.208,176.614,180.921,181.31],"script":[26.283,27.468,25.088,28.604,26.41,25.651,26.738,25.061,24.735,24.377,23.438,25.85,25.414,25.388,26.896],"paint":[154.88,148.333,151.369,155.729,150.108,149.825,150.688,149.217,150.024,150.724,147.829,148.969,148.883,152.801,152.749]}},{"framework":"helix-v0.0.10-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.779,19.869,21.166,21.495,20.271,20.927,20.518,20.281,20.59,19.731,21.293,20.334,20.237,20.258,20.049],"script":[3.551,3.34,3.614,3.687,3.722,3.636,3.277,3.116,3.521,3.557,3.62,3.609,3.506,3.671,3.48],"paint":[15.07,15.698,16.267,16.254,15.531,15.991,15.718,15.941,15.797,15.358,16.289,15.425,15.874,15.224,15.44]}},{"framework":"helix-v0.0.10-keyed","benchmark":"07_create10k","values":{"total":[631.22,640.789,639.374,631.527,649.09,640.383,639.876,636.551,640.088,638.563,633.656,628.37,630.635,638.804,643.335],"script":[253.872,261.337,263.77,254.17,264.156,259.771,260.643,253.647,260.278,257.324,252.605,252.927,254.195,265.091,264.209],"paint":[369.665,371.751,367.759,369.54,377.475,372.457,371.723,375.126,371.969,373.401,373.436,367.723,368.748,366.226,371.655]}},{"framework":"helix-v0.0.10-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.973,57.055,56.258,56.349,56.411,56.161,59.159,56.926,57.296,57.65,56.313,57.439,57.962,55.786,57.214],"script":[13.632,13.666,13.587,13.432,13.766,13.478,14.074,13.44,13.537,13.61,13.638,13.821,14.437,13.38,13.628],"paint":[42.392,42.39,41.726,41.731,41.701,41.737,43.857,42.55,42.532,42.787,41.734,42.645,42.58,41.503,42.612]}},{"framework":"helix-v0.0.10-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.024,17.477,17.894,17.994,17.859,17.332,17.21,18.104,16.78,16.893,16.152,16.915,16.827,16.676,17.16],"script":[14.835,14.86,15.629,15.39,15.287,15.126,15.129,15.904,15.052,14.438,13.705,15.376,15.104,14.31,15.034],"paint":[2.077,2.275,1.489,2.469,2.453,2.116,1.065,1.835,0.763,2.36,2.352,0.464,1.631,1.471,1.413]}},{"framework":"helix-v0.0.10-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.2631120681762695]}},{"framework":"helix-v0.0.10-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.761456489562988]}},{"framework":"helix-v0.0.10-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.354439735412598]}},{"framework":"helix-v0.0.10-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.187479019165039]}},{"framework":"helix-v0.0.10-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.36606788635254]}},{"framework":"helix-v0.0.10-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3151.452]}},{"framework":"helix-v0.0.10-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.82]}},{"framework":"helix-v0.0.10-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[171.65999999999994]}},{"framework":"helix-v0.0.10-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[396.1943359375]}},{"framework":"helix-v0.0.10-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[257.91796875]}},{"framework":"helix-v0.0.10-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.92578125]}},{"framework":"helix-v0.0.10-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[347.7]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"01_run1k","values":{"total":[56.211,55.623,56.926,56.733,56.846,54.838,55.138,57.956,57.695,57.121,57.328,55.928,61.503,56.603,58.709],"script":[21.184,20.442,21.632,21.737,21.204,20.046,20.262,21.2,21.052,20.92,21.712,20.891,24.511,21.304,22.027],"paint":[34.6,34.681,34.809,34.532,35.149,34.354,34.42,36.323,36.13,35.775,35.115,34.362,36.383,34.818,35.941]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"02_replace1k","values":{"total":[70.462,69.514,68.217,68.438,68.977,68.752,69.034,69.431,67.839,66.643,70.284,69.915,68.738,67.833,68.189],"script":[29.509,29.487,29.466,29.435,29.255,29.668,30.002,29.82,28.304,27.648,30.543,29.022,29.552,28.741,28.408],"paint":[40.457,39.545,38.251,38.33,38.912,38.296,38.515,39.106,39.08,37.708,38.92,40.445,38.403,38.125,39.258]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.823,18.718,19.002,19.281,19.401,19.108,18.659,20.475,19.586,20.088,19.554,19.672,20.21,18.882,19.587],"script":[2.675,2.187,1.795,2.428,2.5,1.982,2.382,2.215,2.155,2.494,1.85,2.462,2.781,1.872,2.792],"paint":[15.789,15.482,15.815,15.805,14.803,15.785,14.676,16.073,16.14,16,16.629,14.705,15.56,14.954,15.196]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"04_select1k","values":{"total":[6.506,5.637,6.874,6.439,6.702,6.285,6.473,6.767,5.845,7.135,6.309,6.058,6.593,6.352,5.777,6.002,6.461,6.975,7.693,6.26,6.71,6.894,6.705,5.908,7.048],"script":[3.924,2.842,2.784,3.206,3.372,2.933,2.838,3.433,3.061,3.424,3.091,3.282,3.866,3.663,3.169,3.552,3.624,3.394,4.238,3.651,3.987,3.066,3.855,3.369,3.126],"paint":[1.575,2.227,2.958,1.436,2.177,2.752,2.671,2.772,1.658,1.932,2.895,1.958,1.857,1.439,1.462,2.276,1.506,2.948,2.172,1.587,2.57,1.941,1.859,1.584,2.949]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"05_swap1k","values":{"total":[22.939,21.532,21.869,21.319,21.332,21.844,21.568,22.69,21.123,20.389,21.165,21.495,21.135,20.767,21.256],"script":[0.903,0.688,0.143,0.134,0.645,1.001,0.132,0.135,0.58,0.134,0.13,0.133,0.935,0.301,0.139],"paint":[18.726,19.477,19.885,18.897,19.059,18.29,19.186,18.581,18.236,18.884,19.403,19.262,17.684,17.975,20.059]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.742,17.038,17.382,17.599,17.721,17.706,17.472,17.228,16.61,17.128,18.188,18.096,16.755,17.332,17.689],"script":[0.138,0.393,0.117,0.499,0.118,0.471,0.24,0.247,0.116,0.485,0.148,0.131,0.14,0.117,0.451],"paint":[16.267,15.165,16.15,15.818,16.369,15.903,16.358,15.594,15.542,15.289,17.164,16.464,15.629,15.898,15.898]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"07_create10k","values":{"total":[630.559,631.105,639.195,631.86,634.584,631.634,640.184,627.83,630.174,643.839,635.776,636.906,634.477,637.587,630.947],"script":[238.691,240.237,244.775,241.291,242.108,243.391,239.847,239.059,237.696,240.169,239.51,239.515,234.184,243.037,240.98],"paint":[384.141,383.363,386.752,382.677,384.975,380.758,392.862,381.431,385.036,395.759,388.801,389.468,391.753,387.143,382.25]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[73.274,70.118,72.786,72.943,72.141,71.908,72.973,72.321,72.503,72.191,74.175,74.762,74.69,72.277,73.469],"script":[29.062,27.757,29.354,28.507,28.28,28.32,30.112,29.51,29.012,28.815,31.427,30.207,29.767,29.755,29.674],"paint":[43.267,41.388,42.445,43.478,42.945,42.756,41.913,41.862,42.241,42.429,41.803,43.58,43.943,41.561,42.768]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.212,15.321,15.854,15.584,15.247,16.06,15.362,14.721,15.557,15.353,15.902,14.888,14.879,15.185,15.07],"script":[13.098,13.054,13.175,13.068,12.631,13.123,13.377,12.547,12.346,12.66,13.1,12.436,13.157,12.516,12.818],"paint":[1.332,1.096,2.549,1.784,2.113,2.167,1.824,2.084,3.041,2.54,2.045,2.092,0.399,1.686,1.614]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.516819953918457]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9702463150024414]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.040998458862305]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1766061782836914]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.253716468811035]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.535]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[20.832]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[169.54799999999997]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.0869140625]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.810546875]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.0634765625]}},{"framework":"hydro-js-v1.5.14-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[51.5]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"01_run1k","values":{"total":[52.454,54.069,46.911,48.643,49.066,46.39,48.47,49.246,48.602,46.61,43.126,46.421,47.229,48.497,54.188],"script":[7.355,7.913,7.097,7.639,7.099,7.206,7.649,7.104,7.319,7.517,7.818,7.382,7.158,7.657,8.078],"paint":[35.845,35.392,36.58,34.818,37.13,34.919,36.019,35.755,36.562,34.388,34.932,34.337,35.377,34.438,35.31]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"02_replace1k","values":{"total":[52.296,50.444,50.77,50.724,50.509,52.108,56.385,52.768,50.528,58.273,50.785,57.774,56.222,55.51,54.967],"script":[11.278,11.635,11.786,11.64,11.351,11.887,11.959,11.645,11.16,12.077,11.752,11.8,11.62,11.838,11.422],"paint":[38.316,38.398,38.817,38.439,37.877,38.814,39.678,39.81,38.137,38.403,38.865,38.217,39.322,38.055,38.122]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.466,18.479,18.572,20.109,19.365,18.66,19.715,19.03,19.386,18.439,19.156,19.552,18.826,18.359,19.818],"script":[2.529,3.266,2.293,2.482,2.603,3.619,2.81,2.726,2.465,3.266,3.782,3.788,3.094,2.825,3.302],"paint":[14.879,15.078,16.16,16.343,16.056,14.928,16.256,16.195,15.942,14.636,15.258,14.809,15.617,15.42,15.347]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"04_select1k","values":{"total":[4.649,4.27,4.883,4.632,5.116,4.727,4.641,5.113,4.872,4.643,4.875,4.376,5.06,4.905,5.669,4.577,4.122,4.017,3.799,4.528,4.535,4.322,4.086,4.383,4.93],"script":[1.272,1.35,2.351,2.683,2.606,1.225,1.046,2.215,2.093,1.409,2.685,2.532,2.345,2.058,2.8,2.278,1.606,1.984,1.053,2.189,1.198,1.089,1.354,1.424,2.674],"paint":[1.805,2.12,2.366,1.537,1.448,1.705,1.757,2.724,2.247,2.716,2.035,1.702,2.004,2.134,2.139,1.27,2.346,1.038,1.183,2.203,2.226,1.263,2.016,1.647,1.491]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"05_swap1k","values":{"total":[21.611,21.444,21.17,23.044,21.508,21.093,23.786,21.919,21.092,22.955,22.044,21.925,22.642,20.91,22.164],"script":[1.783,1.104,1.396,2.153,1.607,1.758,2.127,1.581,1.644,2.083,1.495,1.652,1.402,1.414,1.618],"paint":[18.212,20.232,18.016,19.091,18.855,19.214,21.524,20.206,18.861,20.067,20.44,20.162,20.247,18.582,18.965]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"06_remove-one-1k","values":{"total":[15.942,15.879,15.825,16.123,16.237,15.371,16.451,15.903,17.077,15.882,17.853,16.581,15.976,15.851,15.606],"script":[0.798,1.1,1.154,1.075,1.205,0.91,0.781,1.061,1.044,1.101,1.121,0.777,0.868,1.024,1.141],"paint":[14.974,14.297,14.456,14.598,14.666,13.833,15.275,14.132,14.606,14.355,15.307,13.96,14.515,14.68,14.195]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"07_create10k","values":{"total":[483.99,481.971,460.319,464.646,469.659,461.258,461.956,476.654,466.725,485.92,461.524,480.221,466.883,483.323,457.985],"script":[91.27,91.584,90.838,90.38,91.592,91.417,92.136,90.761,92.711,92.881,91.358,91.071,91.636,92.021,91.644],"paint":[382.356,384.492,365.648,369.681,369.153,366.275,362.334,379.253,366.759,385.793,362.483,381.786,368.099,383.892,361.126]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.007,58.056,58.899,59.47,51.372,52.435,52.63,51.553,57.607,52.252,60.383,57.753,52.639,59.983,53.303],"script":[8.723,8.881,9.234,9.239,9.092,9.047,8.751,8.83,9.117,8.912,9.133,8.833,8.937,9.344,8.757],"paint":[41.321,42.73,42.669,43.772,41.627,42.33,42.964,41.734,42.244,43.03,42.735,42.293,42.89,43.816,43.573]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.552,13.473,13.577,13.099,13.252,13.397,13.274,12.829,12.583,13.452,13.322,12.213,13.012,12.978,13.01],"script":[10.333,11.113,11.265,10.473,10.619,10.691,10.659,10.781,10.889,10.516,11.178,11.038,11.035,9.998,10.151],"paint":[1.807,2.296,2.25,1.648,2.575,2.637,1.49,1.537,1.141,2.843,2.08,1.1,1.917,2.253,1.108]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.45966148376464844]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.897995948791504]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.042311668395996]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6712732315063477]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.10813045501709]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1889.63]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.308]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[131.55599999999998]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.5478515625]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[6.2744140625]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.5517578125]}},{"framework":"hyperapp-v2.0.22-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[42.6]}},{"framework":"imba-v1.5.2-keyed","benchmark":"01_run1k","values":{"total":[47.161,54.478,43.14,42.408,44.24,43.24,42.467,46.431,42.353,49.703,42.08,45.208,41.994,56.775,50.94],"script":[9.221,9.738,8.066,7.86,9.221,8.493,7.795,8.707,7.865,8.493,7.456,8.35,7.714,10.596,8.937],"paint":[33.577,34.357,34.938,34.421,34.219,34.588,34.541,36.293,34.357,33.497,34.492,35.246,34.146,35.582,34.282]}},{"framework":"imba-v1.5.2-keyed","benchmark":"02_replace1k","values":{"total":[53.082,52.744,60.922,51.766,51.941,58.115,58.021,55.089,50.867,59.407,57.696,55.483,58.808,53.501,50.453],"script":[14.387,13.43,13.994,13.771,14.235,13.874,14.052,13.832,13.863,14.259,13.852,13.856,14.266,13.453,14.078],"paint":[37.369,37.908,38.603,36.84,37.538,36.449,37.331,36.713,36.585,37.874,37.06,36.89,36.788,36.804,36.213]}},{"framework":"imba-v1.5.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.974,17.086,18.67,18.363,19.494,18.782,17.885,20.346,16.796,18.154,17.197,17.013,19.073,18.648,16.988],"script":[2.25,1.334,1.478,1.678,3.192,2.551,1.561,1.636,2,1.823,1.407,1.615,1.338,2.6,1.702],"paint":[15.147,15.002,16.005,16.554,16.165,16.121,16.216,17.607,14.679,16.224,14.84,14.897,15.144,15.036,15.177]}},{"framework":"imba-v1.5.2-keyed","benchmark":"04_select1k","values":{"total":[4.904,4.741,5.19,3.995,3.988,4.277,4.377,3.827,4.034,3.926,4.707,3.979,4.677,4.372,4.519,4.787,4.364,5.057,4.922,4.538,4.596,3.748,4.796,4.469,4.131],"script":[2.183,1.487,2.232,1.338,1.499,1.685,1.55,1.061,1.513,1.294,1.326,1.197,2.115,1.32,0.346,1.643,1.531,1.572,2.037,1.852,1.919,1.205,2.287,1.51,1.754],"paint":[2.557,2.667,2.388,0.911,1.741,2.447,1.357,2.588,2.373,1.609,2.836,1.756,2.165,2.884,3.291,2.976,2.654,3.284,1.739,1.5,2.512,2.171,1.686,2.803,2.184]}},{"framework":"imba-v1.5.2-keyed","benchmark":"05_swap1k","values":{"total":[21.861,23.374,21.94,23.011,21.587,23.881,22.101,22.369,21.447,21.697,22.345,23.381,21.796,21.109,22.706],"script":[1.325,1.841,2.269,1.477,1.121,1.929,1.233,1.068,1.71,1.737,1.392,1.615,1.858,1.526,1.594],"paint":[19.219,20.505,19.109,19.908,19.094,21.403,19.828,20.479,19.491,19.797,20.153,21.354,19.816,18.624,20.005]}},{"framework":"imba-v1.5.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.525,14.923,15.642,15.933,15.858,15.529,15.687,16.508,17.109,17.316,16.142,16.855,15.889,17.232,15.216],"script":[0.339,0.65,1.012,0.333,0.293,0.65,0.925,0.842,0.707,0.903,0.79,0.957,0.356,0.745,0.764],"paint":[13.86,13.882,14.239,14.779,15.403,14.179,14.279,14.33,14.473,14.607,15.158,15.696,15.394,14.552,14.313]}},{"framework":"imba-v1.5.2-keyed","benchmark":"07_create10k","values":{"total":[459.426,485.259,479.334,489.712,470.562,469.562,467.772,487.087,494.099,482.364,482.958,492.747,460.33,480.628,464.329],"script":[101.118,102.711,101.495,106.553,100.51,101.29,108.351,101.592,101.859,100.621,99.962,108.161,100.842,106.683,99.063],"paint":[354.235,369.433,364.602,369.961,357.437,355.297,355.796,372.309,380.578,370.588,371.552,374.29,355.94,370.429,361.748]}},{"framework":"imba-v1.5.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[108.623,107.871,108.488,106.177,106.883,106.397,99.67,104.778,98.976,105.791,106.392,104.918,103.086,105.833,108.345],"script":[23.196,23.133,22.43,23.352,22.754,22.723,22.652,22.653,22.739,21.675,23.015,22.957,22.525,23.213,23.262],"paint":[77.626,78.175,76.534,76.513,77.815,75.643,76.677,75.714,75.897,76.036,76.871,75.579,74.512,76.43,77.069]}},{"framework":"imba-v1.5.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.978,15.15,14.682,14.663,14.707,14.678,15.245,13.6,14.995,14.496,14.533,13.667,15.045,15.437,14.647],"script":[11.763,12.494,12.98,12.703,13.025,11.788,13.566,11.671,12.657,11.752,12.584,11.739,12.614,12.758,13.406],"paint":[1.159,2.595,1.641,1.894,1.617,2.041,1.608,1.866,1.881,2.646,1.016,1.12,2.361,2.592,1.179]}},{"framework":"imba-v1.5.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.754734992980957]}},{"framework":"imba-v1.5.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.5732898712158203]}},{"framework":"imba-v1.5.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.567808151245117]}},{"framework":"imba-v1.5.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.090113639831543]}},{"framework":"imba-v1.5.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.489288330078125]}},{"framework":"imba-v1.5.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.35]}},{"framework":"imba-v1.5.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.243999999999998]}},{"framework":"imba-v1.5.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.552]}},{"framework":"imba-v1.5.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[202.392578125]}},{"framework":"imba-v1.5.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[64.1181640625]}},{"framework":"imba-v1.5.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.0751953125]}},{"framework":"imba-v1.5.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[95.3]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"01_run1k","values":{"total":[44.693,44.664,45.251,44.674,47.941,44.833,44.685,45.037,47.554,45.001,45.599,44.69,44.341,45.396,45.088],"script":[8.884,9.078,9.828,9.062,9.992,8.741,9.067,9.538,10.284,9.759,8.806,9.754,8.83,9.658,9.276],"paint":[35.303,34.889,34.739,35.089,37.285,35.411,34.922,35.046,36.784,34.769,36.098,34.468,34.81,35.048,35.096]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"02_replace1k","values":{"total":[82.872,81.714,82.474,82.068,81.707,82.822,83.236,81.633,82.157,83.777,82.88,84.229,83.366,82.981,83.18],"script":[45.189,44.589,44.502,44.692,44.5,44.14,44.561,44.594,44.599,44.928,44.806,44.45,44.841,44.681,45.324],"paint":[37.172,36.393,37.25,36.909,36.757,38.224,37.979,36.578,36.857,38.366,37.616,39.313,37.839,37.629,37.346]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.513,28.016,29.82,28.696,29.723,29.099,30.308,30.028,28.059,28.576,28.463,28.992,29.124,29.316,28.792],"script":[10.875,11.062,12.851,10.859,11.653,10.792,11.602,11.506,10.614,11.089,11.187,12.22,11.476,11.746,12.136],"paint":[15.299,15.061,15,15.92,16.205,16.358,17.565,16.572,15.577,14.951,15.491,14.923,16.103,16.38,15.324]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"04_select1k","values":{"total":[13.166,13.145,14.095,14.159,13.145,14.501,13.49,13.322,15.364,12.163,13.083,13.879,13.846,13.587,12.801,14.168,14.654,13.154,14.478,13.65,13.681,12.987,13.942,13.736,15.026],"script":[9.448,10.189,10.669,10.503,9.98,11.093,9.742,10.338,11.253,9.856,10.217,10.47,10.382,10.267,9.725,10.954,11.21,9.956,10.686,9.584,9.796,9.935,9.616,9.894,11.438],"paint":[2.258,1.227,2.4,2.284,2.221,1.837,2.622,1.969,2.367,1.46,2.269,1.955,1.634,2.086,1.955,1.883,2.14,2.975,2.697,3.366,2.902,1.97,1.287,2.253,2.007]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"05_swap1k","values":{"total":[183.258,184.603,175.518,185.084,179.168,177.995,180.979,179.453,181.654,180.947,180.817,179.848,179.66,181.979,181.879],"script":[26.082,27.917,24.443,24.709,27.196,24.134,25.245,25.615,24.366,25.341,24.971,25.808,25.752,25.076,25.411],"paint":[155.075,154.03,148.889,158.247,149.46,151.478,152.608,151.183,155.522,153.688,153.6,151.774,151.907,154.484,153.851]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[93.185,92.801,92.958,93.527,92.256,95.024,97.597,93.026,93.272,93.839,93.266,95.633,94.026,93.79,94.602],"script":[17.72,16.555,16.982,16.866,16.682,17.826,18.081,17.179,16.473,16.7,16.657,17.183,17.251,17.344,17.107],"paint":[73.614,74.37,74.276,75.139,74.114,75.356,77.715,74.348,75.475,75.342,74.502,76.81,74.552,74.733,76.001]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"07_create10k","values":{"total":[486.246,486.209,479.295,488.309,479.906,474.08,493.225,474.337,478.834,480.702,482.564,484.506,487.174,485.804,476.344],"script":[120.582,118.926,119.326,120.864,118.794,116.045,121.065,102.649,118.185,104.017,120.317,121.204,119.96,116.954,104.453],"paint":[357.81,359.35,351.961,359.708,353.547,350.516,364.556,364.369,353.04,369.377,354.714,355.28,359.685,360.959,364.104]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.414,54.452,52.964,54.929,53.299,53.658,54.471,54.486,54.256,53.469,53.537,53.108,54.881,54.823,55.016],"script":[12.481,13.023,12.541,12.988,12.906,12.713,13.196,12.662,12.685,12.417,12.713,12.642,12.83,12.705,12.574],"paint":[40.675,40.394,39.373,40.576,39.5,39.976,40.07,40.845,40.607,39.826,39.626,39.634,41.072,41.23,41.163]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.026,14.633,15.995,15.519,14.578,14.227,14.867,14.726,15.632,15.374,15.758,14.814,15.326,15.224,15.343],"script":[13.384,12.805,14.054,13.357,12.59,12.093,13.005,12.293,13.851,12.949,13.44,12.778,13.312,12.878,13.842],"paint":[2.283,1.737,1.86,1.667,1.867,2.024,1.766,2.332,0.829,1.848,1.83,1.713,1.022,0.778,1.367]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5375165939331055]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.983170509338379]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.987804412841797]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9352254867553711]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.60310173034668]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1886.705]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.488]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.85999999999993]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.103515625]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.828125]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.8388671875]}},{"framework":"incremental-dom-v0.7.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[47.7]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"01_run1k","values":{"total":[40.67,39.167,40.285,40.016,40.595,40.417,40.332,40.652,40.389,40.176,39.902,39.887,39.019,39.94,39.883],"script":[3.803,3.756,3.728,3.811,3.679,3.87,3.799,3.767,3.79,3.696,3.72,3.72,3.878,3.697,3.765],"paint":[36.4,34.993,35.9,35.494,36.399,36.057,36.04,36.434,35.962,35.995,35.486,35.509,34.639,35.6,35.653]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"02_replace1k","values":{"total":[45.148,44.534,45.437,46.473,45.565,46.289,47.815,45.431,44.935,45.833,45.275,47.514,44.623,45.225,46.015],"script":[8.252,8.07,8.094,8.072,8.47,8.171,8.115,8.019,8.117,8.412,8.302,8.067,7.982,7.965,8.224],"paint":[36.202,36,36.619,37.953,36.63,37.666,39.245,36.979,36.389,36.974,36.351,38.756,36.189,36.548,37.117]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.163,19.02,19.536,19,19.39,18.277,19.362,18.577,18.326,18.272,18.591,19.182,19.119,19.42,19.166],"script":[1.455,1.855,1.895,1.725,1.895,1.635,2.392,2.177,1.975,1.378,1.667,1.653,1.281,1.553,2.309],"paint":[16.638,15.168,16.073,15.635,15.596,15.3,15.581,14.526,14.899,15.048,14.761,14.984,15.883,15.775,14.92]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"04_select1k","values":{"total":[3.482,3.964,4.071,4.382,4.096,4.771,4.451,5.268,3.404,3.876,3.112,4.049,3.181,3.847,4.853,6.003,3.431,3.661,3.164,4.069,4.893,4.541,5.212,3.092,3.671],"script":[1.078,0.921,1.445,1.171,1.285,1.2,1.176,1.193,0.602,1.3,1.405,1.178,0.874,1.079,1.206,1.258,1.176,0.661,1.182,0.166,0.96,1.151,1.241,0.264,1.16],"paint":[1.34,2.174,1.626,2.023,2.298,3.422,2.574,2.294,2.172,2.271,1.578,1.851,1.16,2.176,1.973,1.865,1.762,2.281,1.152,3.05,3.657,1.645,2.685,2.308,1.719]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"05_swap1k","values":{"total":[21.696,22.708,21.582,21.776,22.149,22.295,23.462,22.389,22.142,22.874,21.887,23.636,22.864,21.919,22.445],"script":[1.447,1.63,1.783,1.165,1.066,1.286,1.611,1.513,1.706,1.462,1.631,1.588,1.48,1.018,0.974],"paint":[18.718,19.104,18.083,18.637,19.804,19.225,19.917,19.528,18.363,19.961,18.717,19.473,20.077,18.985,19.597]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.22,17.788,17.419,16.625,16.966,18.469,17.186,17.722,18.094,17.518,17.8,17.175,17.911,17.131,16.996],"script":[0.626,0.64,0.592,0.635,0.397,0.628,0.617,0.609,0.525,0.615,0.643,0.658,0.615,0.633,0.624],"paint":[15.488,15.411,15.891,15.189,15.155,16.399,15.763,16.23,16.629,15.602,16.182,15.415,16.233,15.567,15.512]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"07_create10k","values":{"total":[405.346,404.566,408.154,410.9,408.344,411.799,408.263,414.85,415.62,408.225,405.179,412.112,402.52,409.344,407.459],"script":[54.661,54.819,49.404,54.159,52.381,53.265,51.944,54.821,54.826,52.881,48.808,54.317,53.562,53.499,52.298],"paint":[343.153,342.3,351.332,349.193,348.539,350.942,348.782,351.697,353.111,348.02,348.833,350.436,341.533,348.417,347.89]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.74,48.379,47.626,48.207,49.565,48.355,47.719,48.851,47.943,48.535,49.026,49.746,48.388,48.071,47.561],"script":[5.483,5.855,5.866,5.617,5.679,5.729,6.127,5.721,5.824,5.779,5.703,5.904,5.787,5.745,5.646],"paint":[41.339,41.601,40.542,41.644,42.654,41.706,40.688,42.21,40.961,41.552,42.051,42.637,41.399,41.035,40.687]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.837,14.74,14.256,13.865,13.292,13.57,14.044,13.79,14.187,13.832,13.787,14.439,14.192,13.903,12.201],"script":[11.484,11.962,11.796,11.668,11.725,11.262,11.921,11.863,11.738,11.91,12.131,12.296,11.632,11.97,10.306],"paint":[2.105,2.635,2.372,1.111,1.451,2.212,2.034,1.328,2.311,0.916,1.546,2.033,1.319,1.798,1.145]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5320615768432617]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6841392517089844]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.743748664855957]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.726776123046875]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.127291679382324]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1599999999999]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[32.408]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[163.40400000000002]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[165.4296875]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[27.1552734375]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.9375]}},{"framework":"inferno-v8.2.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"01_run1k","values":{"total":[38.237,39.662,39.283,39.365,39.919,39.557,39.366,39.44,39.705,39.314,39.292,40.522,39.4,39.845,39.809],"script":[3.191,3.125,3.328,3.112,3.189,3.046,3.168,3.108,3.413,3.186,3.128,3.175,3.417,3.165,3.171],"paint":[34.458,36.124,35.463,35.765,36.277,36.063,35.736,35.619,35.863,35.441,35.516,36.839,35.338,36.016,36.164]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"02_replace1k","values":{"total":[44.226,43.226,43.374,45.629,43.759,43.743,44.661,44.011,43.079,43.056,43.68,44.629,44.841,44.083,44.965],"script":[5.836,6.443,6.206,5.814,5.908,5.658,5.64,5.851,5.716,5.985,5.717,5.922,5.791,5.736,5.891],"paint":[37.845,36.328,36.64,39.303,37.39,37.593,38.226,37.366,36.901,36.339,37.478,37.96,38.349,37.828,38.535]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.785,17.805,18.659,19.061,18.638,17.894,18.329,19.693,18.415,19.368,18.567,18.915,21.509,19.305,18.668],"script":[1.202,1.934,1.644,1.659,1.812,1.355,0.984,1.528,1.834,1.874,1.523,1.364,2.024,1.722,1.244],"paint":[15.231,14.029,15.598,15.05,14.91,15.516,15.391,15.781,15.135,16.466,15.461,15.579,17.993,15.706,15.497]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"04_select1k","values":{"total":[4.068,3.899,3.748,3.781,3.01,4.904,3.773,3.252,4.359,4.868,4.414,3.331,3.414,3.732,4.307,3.396,3.718,3.428,3.322,3.341,5.856,4.358,4.283,3.423,3.622],"script":[0.246,1.241,0.925,0.741,0.227,1.261,1.171,0.602,1.296,1.617,1.259,0.23,0.658,0.814,0.964,0.906,1.304,0.879,0.25,0.909,1.547,1.818,1.18,0.995,0.97],"paint":[2.867,1.714,1.922,2.171,2.299,3.392,1.743,1.5,2.075,2.022,2.509,2.377,2.625,2.011,3.202,2.368,2.261,2.426,2.934,0.483,2.596,1.902,1.966,1.714,2.506]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"05_swap1k","values":{"total":[22.009,22.663,21.746,24.714,21.127,21.871,21.24,21.766,21.558,21.529,21.156,20.879,21.381,21.659,22.199],"script":[1.281,1.24,1.691,1.648,1.562,1.861,1.555,1.173,1.304,1.32,1.048,1.51,1.661,2.186,1.524],"paint":[19.052,19.856,17.572,20.591,18.149,18.389,18.241,18.622,18.333,19.034,18.589,17.529,18.115,18.031,19.222]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.16,17.917,17.641,17.14,16.921,16.976,17.439,16.124,17.277,16.641,17.079,17.159,16.705,17.483,16.971],"script":[0.609,0.619,0.57,0.62,0.604,0.906,0.654,0.564,0.629,0.617,0.609,0.581,0.624,0.604,0.634],"paint":[15.76,15.854,15.695,15.619,15.597,15.292,15.41,15.058,14.927,14.958,15.342,15.284,15.256,15.279,15.111]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"07_create10k","values":{"total":[411.311,402.977,408.186,404.299,409.477,411.719,406.996,412.306,408.24,403.839,409.394,404.801,416.024,388.811,388.571],"script":[42.875,43.093,43.554,42.471,45.526,42.421,44.086,45.274,43.261,41.818,43.372,43.015,45.791,40.344,39.278],"paint":[360.317,352.54,357.008,354.252,356.537,361.722,355.07,359.267,357.589,354.491,358.411,354.419,362.714,341.131,341.915]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.472,46.207,47.636,46.583,46.008,47.913,46.398,47.146,45.416,47.825,46.946,47.15,46.989,46.593,48.18],"script":[3.394,3.35,3.884,3.387,3.367,3.439,3.61,3.397,3.415,3.402,3.407,3.439,3.403,3.371,3.483],"paint":[41.894,41.656,42.764,42.248,41.454,43.571,41.839,42.61,40.7,43.217,42.601,42.473,42.385,42.036,43.322]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.076,13.164,13.32,14.296,12.705,12.818,12.108,12.844,12.714,12.688,12.546,12.537,12.663,12.538,13.32],"script":[10.853,10.598,10.719,11.766,10.471,10.522,10.553,10.453,10.217,11.238,10.866,10.256,10.449,10.836,11.043],"paint":[1.115,2.312,2.012,2.336,2.097,1.144,0.441,1.167,2.388,0.416,1.568,1.518,1.1,1.619,1.46]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4961061477661133]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.1046037673950195]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.229534149169922]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6332073211669922]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.224032402038574]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.49]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.503999999999998]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.164]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.056640625]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.783203125]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.0849609375]}},{"framework":"ivi-v3.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[46.1]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"01_run1k","values":{"total":[49.828,49.829,48.548,47.917,49.15,48.058,48.195,47.716,47.075,49.729,47.541,47.497,50.66,47.588,48.304],"script":[13.306,13.132,12.519,13.359,13.274,12.61,13.505,12.963,12.483,13.05,12.004,13.098,13.981,13.048,13.378],"paint":[36.128,36.22,35.554,34.144,35.412,34.914,34.171,34.273,34.106,35.955,35.056,33.969,36.226,34.104,34.525]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"02_replace1k","values":{"total":[57.739,57.634,56.626,58.099,58.185,57.323,56.694,57.262,57.394,57.203,55.768,56.177,58.57,57.121,58.707],"script":[18.064,18.301,18.046,18.381,17.946,18.251,18.449,18.633,18.111,18.188,18.436,18.076,18.794,18.881,18.794],"paint":[39.221,38.856,38.079,39.246,39.501,38.584,37.766,37.899,38.517,38.517,36.824,37.621,39.32,37.747,39.331]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.177,24.132,23.446,23.343,24.096,24.281,23.206,24.024,23.431,22.895,23.879,23.159,22.379,22.783,22.709],"script":[5.929,5.515,4.98,6.405,6.018,5.903,5.978,5.862,6.012,5.692,6.431,5.433,5.613,6.415,5.213],"paint":[15.922,16.688,16.34,14.354,16.362,16.559,15.531,15.741,15.431,15.262,15.826,15.801,15.05,14.577,16.217]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"04_select1k","values":{"total":[4.656,3.825,5.542,3.913,4.648,4.58,4.211,4.206,4.389,4.705,4.873,3.865,3.959,4.66,5,4.098,4.876,4.079,4.432,5.459,4.407,4.181,4.741,5.596,5.381],"script":[1.164,0.982,2.081,1.131,2.326,1.884,1.098,1.493,1.766,1.654,2.012,1.152,1.271,1.259,1.297,1.297,1.387,0.924,1.073,1.985,1.524,1.306,1.141,1.946,1.013],"paint":[3.253,2.604,3.107,1.737,1.455,2.495,2.954,2.546,1.197,2.862,1.726,1.755,1.526,2.385,2.558,1.753,1.776,2.578,3.187,1.702,1.978,1.657,2.521,2.623,3.433]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"05_swap1k","values":{"total":[180.4,179.8,177.782,173.316,180.026,176.398,182.26,178.831,180.683,180.609,181.44,180.973,181.853,185.125,178.258],"script":[23.731,24.582,24.301,20.294,22.786,24.665,23.649,24.45,26.009,22.96,24.825,23.177,23.818,25.627,24.083],"paint":[154.537,153.022,151.084,151.299,154.29,149.281,156.264,152.069,152.386,154.607,154.317,154.492,155.433,157.033,152.271]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.829,18.483,18.001,18.553,17.928,18.452,18.554,18.069,17.877,18.62,18.53,17.913,19.26,17.885,18.169],"script":[1.361,1.706,1.328,1.408,1.344,1.486,1.337,1.444,1.371,1.661,1.338,1.361,1.624,1.311,1.639],"paint":[16.144,15.765,15.8,16.156,15.636,16.05,15.726,15.475,15.451,15.883,15.998,15.356,16.184,15.474,15.379]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"07_create10k","values":{"total":[666.268,654.93,651.105,655.9,651.539,652.551,656.457,649.936,651.959,647.134,646.379,647.588,645.481,645.206,655.072],"script":[267.52,266.016,266.36,265.104,267.193,263.556,272.309,264.613,264.707,264.911,262.848,261.392,263.558,262.088,262.514],"paint":[391.359,380.645,376.793,382.755,376.013,380.98,376.068,377.859,379.44,373.49,375.619,378.551,373.9,375.378,384.765]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.045,61.657,58.876,60.285,58.491,60.087,68.424,59.421,59.064,60.798,61.609,60.029,59.586,60.981,59.921],"script":[15.507,16.358,16.251,16.406,16.131,15.903,23.094,16.177,15.291,16.549,17.617,16.315,16.299,17.085,16.15],"paint":[43.527,44.324,41.666,42.662,41.354,42.986,43.789,42.255,42.854,43.007,43.02,42.73,42.313,42.655,42.814]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.243,17.248,16.532,16.995,16.321,16.603,16.734,17.168,15.35,17.813,16.605,17.415,17.757,17.296,16.734],"script":[14.692,14.996,13.995,14.779,14.553,14.903,14.482,15.01,13.616,15.132,14.513,15.042,15.072,15.003,14.579],"paint":[1.988,2.12,2.421,2.103,0.833,1.368,1.61,1.605,1.63,2.344,1.979,2.251,1.934,1.826,2.05]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.971776008605957]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.06141471862793]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.56252384185791]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.072620391845703]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[47.45575141906738]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.505]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.316000000000003]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[174.99599999999998]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[275.0771484375]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[136.7998046875]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[39.5966796875]}},{"framework":"jotai-v17.0.1 + 1.7.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[199.8]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"01_run1k","values":{"total":[48.625,46.375,47.086,46.78,46.216,48.613,47.161,47.157,47.368,46.65,49.702,46.962,47.002,47.105,47.275],"script":[12.101,11.734,12.031,12.115,12.133,11.963,12.512,12.095,12.064,11.888,11.742,11.996,11.417,12.199,12.188],"paint":[35.775,34.187,34.561,34.188,33.581,35.922,34.136,34.649,34.889,34.131,37.18,34.429,35.128,34.458,34.624]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"02_replace1k","values":{"total":[60.098,61.391,62.255,62.418,60.553,62.397,61.385,62.286,61.817,60.071,60.617,61.332,63.368,62.83,60.524],"script":[22.016,21.756,21.784,21.625,21.955,21.74,21.645,22.279,23.159,21.655,21.649,21.139,22.815,22.734,21.483],"paint":[37.627,39.126,39.742,40.096,38.084,40.139,38.954,39.512,38.176,37.932,38.564,39.705,39.833,39.597,38.555]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.299,17.631,18.745,19.111,18.264,19.428,18.48,18.058,19.229,20.568,18.386,19.357,17.912,18.387,19.51],"script":[1.309,1.619,2.013,1.879,2.058,1.647,1.309,1.867,1.322,1.081,1.799,1.036,1.238,1.503,2.042],"paint":[14.939,13.386,15.102,15.375,15.219,15.469,15.078,15.145,16.812,16.884,15.346,15.937,14.708,15.538,15.725]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"04_select1k","values":{"total":[2.647,3.668,3.735,3.143,3.417,3.599,4.337,3.299,3.673,4.63,3.785,2.955,3.956,3.807,4.279,3.384,3.19,3.704,3.747,3.275,3.362,3.925,3.48,2.97,3.867],"script":[0.654,1.503,0.274,0.623,0.604,0.181,1.329,0.666,0.596,0.884,0.867,0.171,1.208,0.937,0.183,0.766,0.193,1.169,0.885,0.183,0.331,0.896,1.044,0.18,0.976],"paint":[1.346,2.035,2.087,2.367,1.952,3.291,1.685,2.513,2.486,2.76,1.992,1.715,1.866,2.732,2.51,2.474,2.866,1.316,2.033,2.408,2.851,2.162,0.966,1.677,1.996]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"05_swap1k","values":{"total":[25.903,23.569,23.272,23.771,24.068,25.121,23.568,23.716,23.254,23.178,24.148,24.497,24.733,23.35,26.273],"script":[2.713,3.155,2.018,2.224,2.772,3.184,2.926,2.336,2.561,3.16,3.036,2.991,2.888,3.369,3.192],"paint":[21.109,18.526,19.863,18.859,19.888,20.299,19.279,19.921,18.23,18.366,19.497,18.918,19.899,18.329,20.208]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.556,18.964,18.658,17.505,18.061,18.613,18.768,18.453,19.263,19.303,18.741,18.355,18.277,18.227,18.286],"script":[1.464,1.804,1.7,1.431,1.494,1.806,1.658,1.366,1.699,1.715,1.756,1.282,1.654,1.519,1.699],"paint":[14.642,16.291,15.872,15.048,15.267,15.634,16.105,15.833,15.996,16.522,15.566,15.86,15.449,15.476,15.323]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"07_create10k","values":{"total":[566.957,570.672,570.157,548.546,571.337,575.18,568.992,568.045,563.735,571.796,566.139,571.221,571.759,566.444,581.622],"script":[175.97,177.14,179.239,175.695,175.304,181.872,179.225,177.589,176.249,178.607,178.775,181.529,174.056,176.942,182.059],"paint":[383.27,385.891,382.987,364.26,388.01,385.095,382.136,382.56,378.761,385.288,378.945,381.261,389.65,381.393,391.746]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.716,65.94,63.263,66.022,64.461,63.558,64.077,63.534,64.558,64.412,64.748,65.86,64.424,65.399,64.148],"script":[20.773,21.711,18.483,21.038,19.6,20.402,19.887,18.773,20.461,18.857,18.687,20.032,20.155,20.479,19.959],"paint":[42.67,43.246,43.348,43.776,43.644,42.181,43.254,43.556,43.264,44.569,45.058,44.805,43.05,43.952,43.292]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.172,26.112,26.443,27.35,26.133,25.648,26.419,27.292,26.045,26.177,25.483,27.008,26.027,25.452,25.853],"script":[23.499,24.58,24.264,25.026,24.495,23.154,23.997,24.491,23.594,23.993,23.238,24.763,24.518,23.931,23.491],"paint":[1.928,1.427,1.224,1.969,1.525,1.428,1.394,1.692,1.743,1.257,1.875,2.127,0.44,1.412,2.234]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5753631591796875]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.5656633377075195]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.600526809692383]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.5078649520874023]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[39.354153633117676]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.7250000000001]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.148]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.35999999999999]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.283203125]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[20.0078125]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.3642578125]}},{"framework":"karyon-v2.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.6]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"01_run1k","values":{"total":[78.893,77.047,76.864,75.037,77.235,75.637,76.497,77.344,75.766,76.075,76.726,77.045,75.919,76.936,77.163],"script":[40.178,38.945,38.895,38.282,39.236,38.94,39.5,38.359,39.038,39.024,39.577,39.825,38.666,39.926,39.545],"paint":[38.15,37.539,37.277,36.172,37.221,36.119,36.269,38.246,36.046,36.253,36.427,36.471,36.737,36.445,36.849]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"02_replace1k","values":{"total":[103.522,103.07,103.72,103.975,106.073,103.306,102.47,103.838,106.342,106.462,102.532,102.889,102.583,104.696,104.622],"script":[64.004,63.06,63.778,64.416,64.631,63.87,62.785,62.853,63.675,64.769,62.919,62.953,62.952,64.811,65.131],"paint":[38.995,39.33,39.418,39.023,40.949,38.92,38.926,40.472,42.137,41.168,39.081,39.47,39.103,39.145,38.908]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.322,20.86,20.627,19.696,19.474,19.858,20.565,19.333,19.725,19.657,21.723,19.936,20.788,20.333,21.49],"script":[2.098,2.809,2.559,1.975,2.308,2.74,1.982,2.684,1.912,2.162,2.591,2.582,2.845,2.176,2.198],"paint":[18.689,16.727,16.754,14.661,15.788,15.123,16.314,15.685,16,16.056,17.468,15.736,16.294,16.877,17.39]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"04_select1k","values":{"total":[15.163,15.448,14.363,17.285,18.917,17.24,15.245,15.929,17.863,14.711,16.336,14.597,14.822,15.394,15.137,15.968,16.124,14.491,16.476,15.679,16.044,15.947,14.555,15.938,15.741],"script":[11.774,11.174,11.083,12.587,13.335,12.448,12.261,11.946,12.691,10.862,11.604,11.068,10.857,11.41,11.277,11.047,11.707,10.821,11.997,12.574,12.474,12.132,10.813,11.758,11.674],"paint":[2.371,3.258,1.724,3.771,3.447,2.741,1.611,3.074,3.422,2.836,4.469,3.273,2.573,2.942,2.946,3.63,2.995,2.511,3.415,2.122,2.922,2.893,2.49,3.948,2.826]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"05_swap1k","values":{"total":[186.208,191.552,193.698,185.789,187.665,184.797,191.95,183.541,185.493,188.229,187.25,191.196,183.173,187.477,190.223],"script":[26.719,29.268,27.481,27.76,27.392,28.14,28.27,27.241,28.01,27.803,27.463,29.388,26.056,27.639,26.757],"paint":[157.363,159.147,163.845,155.478,157.35,153.655,162.46,152.986,153.965,158.351,157.541,159.629,154.109,158.421,160.829]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.258,19.966,18.547,19.941,19.66,19.691,20.249,20.299,18.996,20.131,19.886,19.473,18.925,19.682,19.919],"script":[1.677,1.555,1.331,1.911,1.833,1.76,1.782,1.982,1.79,1.938,1.353,1.573,1.379,1.95,1.853],"paint":[16.979,17.055,16.107,16.791,16.931,16.539,16.714,17.378,16.296,16.757,16.629,16.504,16.435,16.271,16.92]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"07_create10k","values":{"total":[750.851,747.608,736.969,743.362,745.832,746.701,746.75,739.037,742.521,740.293,741.133,734.345,743.083,737.409,748.922],"script":[338.515,332.812,332.588,334.432,342.045,334.177,335.279,334.189,335.019,328.558,327.668,329.37,328.778,331.583,335.99],"paint":[404.456,407.083,396.55,400.97,396.085,404.826,402.651,397.133,399.557,403.873,405.74,396.846,406.051,396.974,405.135]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[88.075,89.056,87.688,88.648,87.879,89.481,89.961,89.359,89.358,87.778,87.252,88.183,88.406,88.408,88.638],"script":[39.785,40.649,41.419,41.34,41.607,40.346,41.898,41.529,41.964,40.893,40.712,41.093,41.097,40.694,41.171],"paint":[46.998,47.388,45.26,46.287,45.292,47.773,46.82,46.932,46.376,45.884,45.501,45.828,46.393,46.677,46.2]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[54.416,58.412,58.855,49.523,54.874,56.664,60.522,54.758,54.872,58.375,55.146,58.081,56.033,54.542,56.701],"script":[51.685,55.823,56.08,46.94,52.617,53.91,57.885,51.903,52.169,55.394,52.8,55.388,53.438,52.123,53.446],"paint":[1.919,2.442,2.621,2.427,0.922,2.622,2.341,2.047,1.818,1.272,1.283,2.175,2.458,2.282,2.722]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8129816055297852]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[12.599679946899414]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[12.626770973205566]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4046430587768555]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[75.2767219543457]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2177.715]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.576]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.01999999999998]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[208.7177734375]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[70.4404296875]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[22.390625]}},{"framework":"knockout-v3.5.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.6]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"01_run1k","values":{"total":[42.388,41.757,42.392,44.28,42.1,43.507,43.773,41.632,44.792,41.908,45.747,43.435,46.039,43.848,43.256],"script":[6.878,6.297,7.004,6.843,6.595,7.607,7.47,6.61,7.095,6.944,7.53,7.871,7.88,6.902,6.921],"paint":[34.955,35.038,34.673,36.784,35.06,35.251,35.64,34.556,37.228,34.498,37.771,34.8,37.438,36.457,35.852]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"02_replace1k","values":{"total":[50.012,49.176,50.285,49.367,48.904,49.551,49.017,49.951,49.694,50.475,48.728,48.689,50.154,49.025,49.336],"script":[11.558,12.337,12.529,12.018,12.324,11.582,12.265,12.04,11.478,12.148,11.932,11.279,11.739,11.932,11.887],"paint":[37.987,36.373,37.28,36.619,35.783,37.231,36.236,37.133,37.729,37.602,36.022,36.649,37.908,36.602,36.738]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.631,19.56,19.264,19.868,20.043,19.483,18.988,19.717,21.689,20.264,18.983,18.922,21.057,20.658,19.559],"script":[3.288,2.925,3.038,3.284,2.904,3.261,2.745,3.049,3.117,2.861,2.65,2.125,3.154,3.034,2.815],"paint":[14.57,14.887,14.342,15.452,15.425,14.082,14.528,14.728,17.376,16.3,14.98,14.489,15.743,15.967,14.775]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"04_select1k","values":{"total":[4.296,4.243,4.191,4.103,3.864,4.886,3.516,4.629,3.424,3.753,4.672,4.104,3.462,4.629,3.754,4.406,3.623,4.102,4.914,4.248,4.418,3.761,4.448,3.709,3.924],"script":[1.693,1.267,1.483,1.366,1.005,0.599,0.957,2.002,0.638,1.164,1.151,0.254,0.919,1.433,0.592,1.29,1.104,1.476,0.904,0.957,1.284,1.015,1.302,0.955,0.702],"paint":[1.764,2.825,2.26,2.575,1.998,4.043,1.56,1.827,2.289,1.558,2.882,2.76,1.507,1.627,2.203,2.963,1.885,1.671,3.567,2.693,2.005,2.571,2.282,2.081,2.398]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"05_swap1k","values":{"total":[22.884,25.334,22.42,22.697,22.638,24.661,22.872,25.04,21.994,22.85,22.356,23.424,22.825,23.279,22.234],"script":[1.333,1.816,1.655,1.624,1.888,1.81,2.03,1.579,1.527,1.459,2.041,2.293,1.98,0.94,1.641],"paint":[19.16,21.351,19.305,20.062,19.186,20.265,19.241,22.12,19.179,19.413,18.427,19.66,19.296,20.158,19.429]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.263,17.275,16.739,17.087,17.235,17.52,17.611,17.241,17.804,17.557,17.164,17.309,17.655,17.451,17.156],"script":[0.637,0.696,0.629,0.623,0.626,0.665,0.65,0.637,0.614,0.619,0.642,0.621,0.638,0.659,0.665],"paint":[15.499,15.803,15.299,15.619,15.169,15.754,16.176,15.785,16.332,15.89,15.449,15.525,15.606,16.036,15.149]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"07_create10k","values":{"total":[422.564,418.495,419.004,414.748,420.981,423.21,423.721,424.844,419.978,419.844,424.7,418.651,424.018,420.39,422.461],"script":[66.123,66.313,66.477,65.246,66.705,65.728,66.758,65.528,65.539,66.126,66.981,63.989,65.618,67.071,67.562],"paint":[349.12,344.58,344.977,342.233,347.013,350.189,349.591,351.985,347.151,346.425,350.342,346.62,351.156,345.962,347.644]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.89,52.114,49.335,50.456,50.545,49.596,49.161,49.65,50.327,50.987,50.379,50.535,49.466,49.213,50.057],"script":[7.755,8.173,7.231,8.349,7.867,7.661,7.549,7.945,7.866,7.66,7.956,7.685,7.253,7.958,8.15],"paint":[43.235,42.758,40.875,40.84,41.729,41.015,40.351,40.736,41.512,42.124,41.029,41.894,41.293,40.302,40.999]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.774,15.996,16.045,15.975,16.117,15.887,16.216,16.792,16.467,16.233,15.923,17.15,16.327,16.16,16.538],"script":[13.687,13.68,14.397,13.219,13.862,13.437,13.977,14.3,13.686,13.687,13.368,14.642,14.143,14.016,14.178],"paint":[1.96,2.184,1.502,2.11,1.317,2.354,2.128,1.965,1.735,2.419,2.458,1.92,1.247,2.052,1.372]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7519502639770508]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.069246292114258]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.151867866516113]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0636682510375977]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.639880180358887]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2177.32]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.692]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[153.65999999999994]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[213.04296875]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[74.767578125]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[24.400390625]}},{"framework":"ko-jsx-v0.16.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[117.1]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"01_run1k","values":{"total":[50.213,49.69,49.74,50.203,52.944,49.519,49.718,49.848,49.505,49.678,51.709,49.536,52.581,50.581,49.34],"script":[15.61,15.011,15.14,15.645,14.923,15.289,14.384,15.161,15.15,14.216,15.407,15.12,15.277,14.385,14.914],"paint":[34.114,34.206,34.183,34.149,37.515,33.758,34.888,34.238,33.913,35.074,35.67,33.931,36.558,35.486,34.013]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"02_replace1k","values":{"total":[62.882,63.521,62.958,61.916,62.572,61.704,62.04,62.002,61.873,62.392,61.854,62.431,63.151,61.826,61.951],"script":[23.517,23.491,23.227,23.189,23.091,22.98,22.981,23.102,23.138,22.832,23.016,23.042,24.288,22.641,23.166],"paint":[38.619,39.345,38.813,38.07,38.794,37.972,38.009,38.373,38.07,38.878,38.18,38.073,38.351,38.71,38.34]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.25,25.676,26.905,25.428,25.178,25.094,25.97,25.305,25.848,24.234,27.266,25.847,26.17,24.78,25.541],"script":[7.219,7.869,7.851,7.868,7.65,7.757,7.421,7.492,8.05,7.141,8.428,8.053,8.277,7.48,7.074],"paint":[15.731,15.552,17.146,15.434,15.882,15.616,16.166,15.966,16.327,14.839,17.043,16.252,16.143,15.459,15.784]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"04_select1k","values":{"total":[5.861,5.599,5.297,5.543,4.652,6.013,6.218,6.155,6.053,5.421,5.391,5.229,5.865,4.958,5.359,5.284,5.906,5.057,6.087,6.992,5.951,5.223,5.415,6.882,4.95],"script":[2.258,2.467,1.954,2.394,2.372,2.382,2.19,3.013,2.811,2.259,2.201,2.632,2.538,2.683,2.599,1.938,3,2.507,2.572,2.969,2.157,1.763,2.641,2.492,2.668],"paint":[1.483,2.945,1.924,2.2,1.441,2.985,2.237,1.355,3.046,2.932,2.488,1.601,2.712,1.169,2.569,3.14,1.812,1.89,2.26,2.774,2.923,1.57,1.328,2.943,1.384]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"05_swap1k","values":{"total":[186.604,185.07,190.181,186.411,188.439,184.794,182.925,186.961,185.386,180.709,183.775,185.666,187.627,185.877,183.228],"script":[28.639,30.032,30.424,29.802,31.457,28.963,30.089,29.342,29.021,27.79,28.389,27.921,29.559,28.566,26.127],"paint":[154.908,152.916,157.316,154.627,153.592,153.561,149.945,153.055,153.769,150.922,153.81,154.986,155.223,153.636,153.932]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.728,20.78,20.334,20.788,20.1,20.036,20.378,21.342,20.894,19.764,20.222,20.78,21.614,20.423,20.333],"script":[3.12,3.36,3.253,3.47,3.213,3.457,3.402,3.507,3.514,3.254,3.122,3.317,3.209,3.128,3.223],"paint":[17.182,16.003,16.22,16.22,15.76,15.799,16.108,16.39,16.212,15.589,15.804,15.986,16.912,16.068,16.197]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"07_create10k","values":{"total":[649.067,650.337,642.752,649.889,644.062,642.71,647.146,643.064,646.968,649.287,643.645,650.1,644.017,639.538,636.437],"script":[264.331,265.31,262.852,264.108,268.828,266.05,266.56,265.769,263.643,264.777,264.414,267.074,265.037,261.598,260.291],"paint":[376.727,377.099,371.928,377.88,367.068,368.824,372.66,369.365,375.653,376.762,371.267,375.227,369.838,369.816,368.122]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.813,60.292,61.536,59.25,59.408,61.538,62.031,60.991,59.877,61.54,61.097,62.198,61.885,61.367,61.895],"script":[16.696,16.934,16.788,16.535,16.811,17.25,17.901,16.922,17.039,17.121,17.362,17.36,17.413,17.125,16.869],"paint":[42.182,42.051,43.533,41.776,41.621,43.26,42.915,42.234,41.894,43.43,42.796,43.631,43.529,43.011,43.809]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.532,18.353,19.579,18.508,18.804,19.501,17.116,18.707,17.561,18.108,18.074,18.317,18.876,20.916,18.39],"script":[17.045,16.079,16.864,16.104,17.014,17.738,15.257,16.719,14.814,15.449,16.208,16.016,16.583,18.703,16.074],"paint":[1.969,1.642,1.154,2.292,0.868,1.488,1.753,1.878,2.637,2.551,1.517,1.956,1.83,2.088,1.104]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0565433502197266]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.719334602355957]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.271288871765137]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.663657188415527]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[43.66045093536377]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2627.2050000000004]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.292]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[168.29199999999997]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[295.3984375]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[157.1220703125]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.2001953125]}},{"framework":"legend-state-v18.2.0 + 2.1.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[227.5]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"01_run1k","values":{"total":[47.033,46.584,46.83,48.569,45.985,46.32,47.841,47.022,46.674,46.462,47.928,46.954,48.167,46.499,47.876],"script":[10.099,10.754,9.784,10.806,9.928,9.495,10.011,9.302,10.322,9.899,10.352,9.744,9.518,9.731,10.434],"paint":[36.465,35.109,36.545,37.242,35.396,36.351,37.338,36.969,35.903,36.037,37.037,36.48,37.955,36.08,36.725]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"02_replace1k","values":{"total":[55.616,55.079,54.873,57.383,55.173,55.105,55.164,55.249,55.377,55.851,55.513,55.282,55.153,56.342,56.622],"script":[16.984,16.94,16.628,17.058,17.165,16.985,16.996,17.073,17.268,17.317,17.337,16.862,17.105,17.299,17.177],"paint":[38.114,37.624,37.743,39.593,37.461,37.62,37.686,37.714,37.59,38.035,37.701,37.908,37.575,38.35,38.932]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.44,18.53,19.678,19.981,18.979,18.388,19.04,19.379,18.552,18.244,19.024,18.23,19.901,18.939,18.812],"script":[2.221,1.895,1.945,2.329,2.23,1.605,2.462,2.459,1.848,1.484,1.889,1.895,2.165,2.131,1.542],"paint":[16.474,14.239,15.78,14.583,14.695,14.888,14.999,14.892,14.956,15.383,14.952,15.095,15.859,15,15.624]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"04_select1k","values":{"total":[3.145,3.826,3.996,4.642,3.618,4.197,3.553,2.835,3.914,3.978,4.047,4.678,4.218,3.864,3.268,2.586,2.596,2.827,3.609,3.356,4.044,3.902,3.163,2.786,3.261],"script":[0.145,0.144,0.942,0.123,0.808,0.663,0.717,0.828,0.25,1.078,1.327,0.856,1.358,1.161,0.285,0.149,0.494,0.149,0.158,0.761,0.12,0.812,0.54,0.584,0.521],"paint":[2.462,3.431,2.428,2.339,1.856,2.684,1.97,1.138,3.348,1.619,2.591,3.269,2.691,1.836,2.294,2.31,1.964,2.548,2.317,1.79,3.048,2.06,1.208,1.466,1.816]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"05_swap1k","values":{"total":[21.281,21.96,22.943,22.31,21.801,20.841,22.511,21.42,21.995,21.485,21.857,20.981,22.373,20.931,22.604],"script":[0.719,1.184,1.161,1.192,1.272,1.088,0.956,0.882,1.121,0.974,0.938,1.011,0.848,0.985,0.188],"paint":[17.885,19.275,19.001,19.748,18.631,18.382,19.298,18.441,18.996,18.945,18.7,18.744,19.929,17.703,20.005]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.692,17.817,16.779,16.88,16.878,17.218,17.027,16.856,17.256,17.236,17.137,17.591,17.145,17.123,17.482],"script":[0.547,0.582,0.318,0.371,0.329,0.422,0.45,0.37,0.543,0.588,0.601,0.602,0.618,0.6,0.549],"paint":[15.83,15.787,15.599,15.472,15.739,15.556,15.319,15.418,15.819,15.192,15.417,15.653,15.734,15.628,16.08]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"07_create10k","values":{"total":[492.258,486.172,497.58,490.35,484.854,501.556,498.331,484.178,502.775,483.935,483.507,482.409,483.919,482.17,481.857],"script":[122.876,123.373,119.985,123.747,121.542,120.987,123.913,121.811,128.657,119.631,118.215,116.718,120.613,118.14,120.052],"paint":[361.532,355.381,369.924,359.105,355.852,372.815,366.927,354.948,366.691,356.827,357.906,358.289,355.966,356.578,354.405]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.367,56.508,55.279,55.523,56.581,55.513,54.933,54.494,56.245,56.195,57.323,55.392,55.413,53.538,54.745],"script":[12.879,12.499,12.846,12.475,12.369,12.758,12.078,11.362,13.213,12.101,13.017,12.738,12.796,11.925,12.419],"paint":[42.454,42.787,41.421,42.007,43.213,41.485,41.857,42.191,42.042,42.967,43.327,41.582,41.352,40.36,41.283]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.376,16.406,17.175,16.782,17.156,16.902,17.06,17.373,16.73,17.063,16.651,16.699,16.631,17.347,17.492],"script":[15.003,13.895,14.364,14.356,14.77,15.176,14.824,15.044,14.646,14.368,14.348,14.905,14.234,14.741,15.306],"paint":[2.258,2.13,2.697,1.575,1.337,1.629,1.48,2.22,1.563,1.94,2.193,1.702,2.294,2.473,2.094]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6350164413452148]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.39223575592041]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.308977127075195]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.464084625244141]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[39.59961414337158]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.7800000000002]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[43.78799999999999]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[181.004]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[289.34765625]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[150.7880859375]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[43.642578125]}},{"framework":"leptos-v0.5.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[239.3]}},{"framework":"lit-v3.0.0-keyed","benchmark":"01_run1k","values":{"total":[44.115,44.86,42.958,44.64,45.032,43.521,44.636,44.429,44.471,44.148,44.775,43.252,46.319,44.542,44.093],"script":[7.18,6.725,6.853,7.16,7.44,7.117,7.305,7.119,7.569,6.76,7.18,7.034,7.241,7.217,7.168],"paint":[36.207,37.457,35.623,36.749,36.865,35.917,36.628,36.849,36.416,36.887,37.112,35.541,38.346,36.835,36.236]}},{"framework":"lit-v3.0.0-keyed","benchmark":"02_replace1k","values":{"total":[48.301,49.012,46.522,49.08,48.321,49.171,48.015,49.221,48.468,49.017,48.69,46.993,49.473,47.92,48.495],"script":[10.011,10.598,10.335,10.414,10.48,10.374,10.116,10.128,10.207,10.431,10.541,10.5,10.69,10.414,10.434],"paint":[37.555,37.672,35.709,38.153,37.365,38.099,37.444,38.593,37.5,38.054,37.681,36.032,38.268,36.983,37.55]}},{"framework":"lit-v3.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.892,19.523,20.423,22.38,19.971,19.429,18.991,20.061,18.776,19.723,19.587,18.983,18.468,19.862,19.64],"script":[2.714,2.889,2.428,2.695,2.58,2.626,2.342,2.169,2.294,2.242,2.569,2.773,2.478,2.928,2.201],"paint":[15.211,15.296,16.352,17.631,16.035,14.842,13.925,15.156,14.647,16.019,15.618,14.77,14.071,15.556,15.268]}},{"framework":"lit-v3.0.0-keyed","benchmark":"04_select1k","values":{"total":[6.456,5.807,6.198,5.904,5.39,5.364,6.293,6.333,5.216,5.727,6.488,6.649,6.55,6.195,6.73,6.159,5.221,5.457,6.497,5.932,6.848,5.34,6.42,6.175,6.144],"script":[2.502,2.934,2.803,2.675,2.183,2.12,2.99,2.542,1.794,2.036,3.323,2.783,2.494,2.522,2.779,2.717,2.204,2.412,2.58,2.793,2.914,2.617,2.96,2.292,2.709],"paint":[2.925,1.884,3.191,2.954,2.358,1.475,2.116,2.071,1.991,2.644,0.949,2.751,2.625,3.477,2.96,2.584,2.369,2.3,2.858,2.668,1.945,1.826,2.247,2.548,2.609]}},{"framework":"lit-v3.0.0-keyed","benchmark":"05_swap1k","values":{"total":[23.762,23.124,24.886,24.237,23.948,23.817,23.523,26.41,24.203,25.116,23.547,24.069,24.445,24.709,24.746],"script":[2.711,2.166,2.918,2.154,2.213,2.504,2.473,3.252,2.849,3.06,2.247,2.982,2.254,2.139,1.869],"paint":[18.982,19.279,20.263,21.036,19.599,18.955,19.671,21.443,19.181,20.745,19.472,19.747,21.069,20.859,19.927]}},{"framework":"lit-v3.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.925,18.132,18.794,17.73,18.459,19.311,18.86,18.764,18.55,17.822,18.494,17.841,18.447,18.685,18.44],"script":[1.294,1.255,1.311,1.243,1.258,1.218,1.23,1.637,1.298,1.07,1.263,1.274,1.311,1.303,1.265],"paint":[16.694,15.676,16.21,15.353,15.658,16.613,16.321,15.952,16.39,15.977,16.141,15.765,15.731,16.044,16.05]}},{"framework":"lit-v3.0.0-keyed","benchmark":"07_create10k","values":{"total":[455.264,457.512,454.419,453.584,455.101,454.132,457.902,456.341,452.639,454.152,457.159,453.873,457.291,450.251,460.103],"script":[82.183,82.501,82.111,82.035,82.449,80.081,83.135,81.84,81.186,83.461,83.948,81.72,82.62,81.672,82.687],"paint":[365.398,367.706,364.85,363.932,365.04,366.625,367.123,367.108,364,363.302,365.306,364.684,367.238,361.232,370.014]}},{"framework":"lit-v3.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.179,49.647,49.531,48.964,50.464,49.146,49.729,50.669,50.463,48.921,50.642,50.371,49.112,49.464,49.404],"script":[6.372,7.385,6.813,6.322,6.464,6.857,6.437,6.472,7.685,6.883,7.018,6.475,6.127,6.558,6.386],"paint":[41.808,41.36,41.56,41.796,43.074,41.251,42.082,42.98,41.835,41.057,42.636,42.65,42.064,41.956,41.79]}},{"framework":"lit-v3.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.875,16.876,17.129,16.887,16.604,15.674,17.4,16.495,16.893,18.301,15.675,15.748,17.177,16.379,16.267],"script":[15.75,14.84,14.809,15.156,14.364,13.524,15.259,14.496,14.924,15.718,13.807,13.835,14.37,14.851,14.648],"paint":[1.056,1.116,2.171,0.435,2.137,2.048,1.6,1.133,1.091,1.638,0.798,1.83,1.963,0.443,1.518]}},{"framework":"lit-v3.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5834007263183594]}},{"framework":"lit-v3.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.767078399658203]}},{"framework":"lit-v3.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.737863540649414]}},{"framework":"lit-v3.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8329143524169922]}},{"framework":"lit-v3.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.468173027038574]}},{"framework":"lit-v3.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.278]}},{"framework":"lit-v3.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.444]}},{"framework":"lit-v3.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.41199999999995]}},{"framework":"lit-v3.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[160.3896484375]}},{"framework":"lit-v3.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[22.115234375]}},{"framework":"lit-v3.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.30859375]}},{"framework":"lit-v3.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[73.3]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"01_run1k","values":{"total":[42.081,43.485,42.337,41.439,41.775,41.516,41.841,42.869,42.227,42.068,43.402,43.479,43.404,43.016,43.445],"script":[6.282,6.865,6.514,6.292,6.284,6.342,6.344,6.075,6.386,5.886,6.101,6.094,6.095,6.632,6.478],"paint":[35.372,36.195,35.375,34.477,35.043,34.738,35.065,36.115,35.141,35.747,36.628,36.688,36.82,35.899,36.473]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"02_replace1k","values":{"total":[47.251,46.953,46.977,47.356,47.519,46.988,44.677,46.439,45.356,46.873,47.945,46.878,47.054,47.292,47.008],"script":[8.854,8.751,9.436,8.87,8.583,8.603,8.56,8.969,8.592,8.656,8.6,8.885,9.054,8.689,8.693],"paint":[37.799,37.503,36.861,37.765,38.325,37.653,35.422,36.96,36.069,37.503,38.657,37.524,37.299,38.114,37.852]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.69,19.102,18.697,18.735,18.404,18.199,18.324,18.673,18.964,19.557,18.202,18.859,19.699,18.351,18.724],"script":[2.075,1.623,1.724,2.209,1.979,1.409,1.359,1.793,2.037,1.8,1.258,2.311,2.069,1.465,1.518],"paint":[15.049,15.252,15.209,14.579,14.512,15.472,15.829,14.701,14.847,15.917,15.261,15.17,15.461,14.782,15.714]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"04_select1k","values":{"total":[5.922,4.946,4.771,5.01,4.619,6.411,5.353,5.301,4.82,4.614,5.489,5.957,5.907,5.088,4.913,4.392,4.461,4.613,4.887,3.991,3.981,5.63,5.426,5.382,4.339],"script":[1.819,1.082,1.535,1.299,1.11,2.107,1.952,1.925,1.882,1.681,2.036,1.736,2.392,2.177,1.326,1.253,1.983,1.815,1.884,1.341,1.479,2.101,1.584,1.846,1.531],"paint":[2.772,3.312,3.07,2.824,3.366,2.989,2.571,2.666,2.763,1.889,1.696,3.35,3.349,2.018,3.41,2.561,1.661,1.943,2.401,1.652,2.283,2.323,2.61,2.549,2.028]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"05_swap1k","values":{"total":[22.378,23.426,23.43,23.361,24.068,24.118,23.382,23.519,22.911,22.196,23.413,22.859,23.282,25.732,22.504],"script":[1.143,2.155,2.017,1.774,1.079,1.391,2.142,1.283,2.149,1.119,1.383,2.18,1.876,1.706,1.726],"paint":[19.2,19.381,19.671,19.387,20.598,21.187,19.886,19.818,18.521,19.47,20.147,18.916,19.115,22.956,18.946]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.561,18.611,18.341,17.305,17.834,18.091,18.381,18.186,17.826,17.41,18.12,17.775,18.551,17.315,18.031],"script":[0.739,1.084,1.085,0.751,0.745,0.88,0.759,0.913,1.147,0.821,1.092,0.753,1.135,0.705,0.871],"paint":[16.393,16.589,15.695,15.701,16.234,16.236,16.335,16.132,15.847,15.711,16.004,15.869,15.749,15.693,15.923]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"07_create10k","values":{"total":[442.334,438.545,441.791,438.228,436.593,442.495,439.673,439.259,435.883,445.126,439.512,439.041,441.388,441.194,436.728],"script":[69.76,69.358,70.516,69.4,68.918,70.299,68.955,68.158,69.529,68.8,68.885,70.137,69.101,68.954,69.833],"paint":[364.814,361.569,363.631,361.067,360.241,364.292,362.645,362.976,358.292,368.742,362.783,361.261,364.635,364.645,358.869]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.837,48.467,48.783,48.982,50.074,49.212,47.697,48.796,48.777,48.907,47.347,48.77,48.779,48.681,48.31],"script":[5.626,5.402,5.645,5.657,5.373,5.484,5.667,5.873,5.631,5.672,5.343,5.746,5.437,5.438,5.603],"paint":[41.307,42.092,41.936,42.35,43.422,42.52,41.075,41.937,42.212,42.356,40.815,41.864,42.108,42.307,41.449]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.512,15.917,16.147,16.294,15.978,16.739,15.535,15.769,15.769,16.439,16.669,15.377,18.474,15.944,16.702],"script":[13.245,14.088,14.074,13.426,13.56,14.382,13.142,13.726,13.114,13.715,14.545,13.386,15.879,13.408,14.531],"paint":[1.146,1.72,1.974,1.982,1.528,2.259,2.299,1.942,2.483,1.534,2.006,1.87,2.353,2.006,2.057]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5317192077636719]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.537067413330078]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.540874481201172]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6929912567138672]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.803112030029297]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.8999999999999]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[64.816]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[202.1199999999999]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.37890625]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.1044921875]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.51171875]}},{"framework":"lit-html-v3.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[61.3]}},{"framework":"lui-v1.2.3-keyed","benchmark":"01_run1k","values":{"total":[45.706,44.722,45.262,45.087,45.631,45.965,44.636,44.873,45.024,45.775,43.584,46.446,46.418,45.85,46.797],"script":[8.882,8.378,8.396,8.433,8.456,8.465,8.599,8.296,8.457,9.337,7.807,9.708,8.22,8.892,9.559],"paint":[36.383,35.815,36.147,36.21,36.498,37.044,35.373,36.125,36.12,35.983,35.129,36.051,37.798,36.497,36.742]}},{"framework":"lui-v1.2.3-keyed","benchmark":"02_replace1k","values":{"total":[52.11,50.574,50.863,50.375,50.507,49.908,50.584,51.408,50.36,50.3,50.259,50.49,51.65,51.832,49.566],"script":[12.837,12.117,11.925,11.881,11.879,11.84,11.896,12.652,12.26,12.034,11.463,11.653,12.512,12.744,11.699],"paint":[38.526,37.994,38.418,38.004,37.853,37.285,38.157,38.299,37.321,37.521,38.243,38.074,38.363,38.565,37.377]}},{"framework":"lui-v1.2.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.123,19.621,20.323,19.769,24.658,20.444,20.952,19.107,20.355,20.683,20.473,19.394,19.383,20.329,20.377],"script":[2.539,2.59,2.915,2.261,3.096,2.581,2.296,2.675,2.506,2.5,2.338,2.615,2.23,2.869,3.221],"paint":[16.243,14.869,15.471,15.382,19.744,15.445,16.75,15.166,16.484,16.066,16.204,15.364,14.969,15.898,16.01]}},{"framework":"lui-v1.2.3-keyed","benchmark":"04_select1k","values":{"total":[10.775,9.419,8.925,8.587,8.932,9.736,9.046,9.006,9.84,8.962,8.903,8.466,8.814,7.834,9.525,8.92,8.845,8.619,9.481,8.627,9.752,8.521,8.731,8.459,8.046],"script":[6.701,6.591,6.079,5.776,6.351,6.398,5.512,5.966,5.883,6.117,5.584,4.974,6,4.749,5.821,6.102,5.88,6.003,6.317,6.374,6.181,5.127,6.204,5.838,4.97],"paint":[3.052,1.861,2.063,2.236,1.451,2.115,2.659,2.022,3.698,1.915,2.17,2.484,1.894,2.527,1.907,1.841,1.754,1.45,1.269,2.043,2.484,2.743,2.318,2.405,2.548]}},{"framework":"lui-v1.2.3-keyed","benchmark":"05_swap1k","values":{"total":[169.757,171.21,166.856,169.922,167.907,168.236,168.339,164.33,168.007,168.891,166.028,167.106,166.197,165.717,165.055],"script":[14.08,14.319,14.637,15.165,14.637,14.299,14.756,14.125,14.491,16.35,14.128,14.586,13.587,14.264,14.541],"paint":[154.003,154.926,149.8,152.618,150.537,151.697,151.125,146.823,151.128,151.326,148.852,150.607,150.067,150.109,148.76]}},{"framework":"lui-v1.2.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.214,17.953,17.509,17.536,17.421,17.095,17.558,17.844,16.946,18.367,17.468,18.082,17.84,18.445,17.484],"script":[0.557,0.287,0.539,0.588,0.225,0.584,0.415,0.445,0.342,0.608,0.594,0.544,0.566,0.663,0.405],"paint":[15.791,15.685,15.661,16.043,16.098,15.713,15.873,16.064,15.596,16.765,15.85,16.668,15.929,16.933,16.23]}},{"framework":"lui-v1.2.3-keyed","benchmark":"07_create10k","values":{"total":[467.395,462.763,464.221,467.754,475.164,475.093,466.328,470.866,473.245,469.686,479.279,469.562,472.63,468.84,470.189],"script":[97.208,98.31,93.962,95.973,100.12,101.206,94.729,99.444,99.397,99.025,99.579,100.73,95.952,99.514,100.225],"paint":[358.022,357.061,362.449,363.889,367.383,362.279,364.354,363.841,365.725,362.491,372.153,361.504,368.919,361.637,362.41]}},{"framework":"lui-v1.2.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.183,53.547,55.019,53.731,54.442,54.779,53.904,53.634,54.408,53.632,55.517,54.732,53.798,55.073,54.68],"script":[9.465,9.355,9.619,9.063,9.401,9.519,9.448,9.223,9.131,9.425,9.71,9.943,9.189,9.749,9.042],"paint":[44.43,43.242,44.405,43.688,44.106,44.292,43.496,43.215,44.314,43.265,44.827,43.813,43.711,44.324,44.407]}},{"framework":"lui-v1.2.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.094,15.459,14.878,15.151,15.074,15.486,15.59,15.278,16.388,14.751,15.176,15.277,16.095,15.39,14.961],"script":[14.158,13.105,12.403,12.777,13.389,13.512,13.099,13.523,13.832,13.272,12.483,12.871,14.015,13.183,13.059],"paint":[1.814,2.225,1.496,1.839,1.355,1.883,2.145,1.653,2.431,1.363,2.554,1.477,1.249,2.064,1.808]}},{"framework":"lui-v1.2.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5011463165283203]}},{"framework":"lui-v1.2.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9471206665039062]}},{"framework":"lui-v1.2.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.032094955444336]}},{"framework":"lui-v1.2.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6938877105712891]}},{"framework":"lui-v1.2.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.88237285614014]}},{"framework":"lui-v1.2.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1802.6864999999998]}},{"framework":"lui-v1.2.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[67.536]}},{"framework":"lui-v1.2.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[192.06799999999998]}},{"framework":"lui-v1.2.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.4755859375]}},{"framework":"lui-v1.2.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[10.8994140625]}},{"framework":"lui-v1.2.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.484375]}},{"framework":"lui-v1.2.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[42.5]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"01_run1k","values":{"total":[43.64,43.173,42.715,43.771,43.418,43.406,43.344,43.444,43.051,42.719,43.288,42.623,43.76,43.664,46.158],"script":[8.316,8.004,7.356,8.183,8.086,7.845,8.134,7.75,7.751,7.63,7.953,7.627,8.042,8.21,7.822],"paint":[34.833,34.72,34.884,35.106,34.901,35.088,34.748,35.247,34.82,34.682,34.813,34.568,35.264,34.854,37.597]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"02_replace1k","values":{"total":[52.621,52.602,53.289,51.49,52.314,54.585,52.199,51.782,53.107,53.745,53.609,52.286,52.793,52.582,52.779],"script":[14.111,13.694,14.263,14,14.198,14.573,14.499,13.644,14.132,14.16,14.556,13.75,14.07,13.39,13.571],"paint":[37.974,38.19,38.557,36.978,37.613,39.3,37.22,37.662,38.448,38.811,38.555,38.085,38.199,38.587,38.726]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.998,30.468,29.605,28.649,28.91,28.88,29.759,29.196,30.067,30.059,30.106,30.416,28.749,30.072,29.376],"script":[10.907,11.738,11.821,10.939,10.707,10.5,11.038,10.168,11.101,11.462,10.777,11.765,9.915,11.662,10.447],"paint":[16.518,16.803,16.421,16.315,16.789,16.944,16.576,17.077,17.534,17.158,17.492,15.739,17.052,16.334,17.329]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"04_select1k","values":{"total":[14.448,15.084,13.937,13.827,14.086,14.256,14.501,14.244,13.634,14.029,15.724,14.492,14.78,13.433,15.114,14.674,13.386,14.022,14.921,13.396,14.045,14.458,14.748,15.285,13.226],"script":[11.131,10.965,10.199,9.935,10.324,10.628,10.123,10.416,9.681,10.263,11.554,10.829,10.805,9.855,11.643,11.081,9.638,10.378,10.552,10.431,10.718,10.988,11.376,11.329,10.238],"paint":[2.374,2.861,2.521,2.79,2.353,3.271,3.024,3.244,2.923,2.626,2.774,2.228,3.415,2.619,2.294,2.449,2.376,3.364,4.115,2.009,2.079,1.832,2.398,2.663,1.814]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"05_swap1k","values":{"total":[30.676,33.074,30.815,32.333,32.568,31.128,32.496,33.371,31.241,32.418,30.524,29.613,33.498,31.637,31.832],"script":[9.266,9.799,9.689,10.506,11.56,9.391,10.732,10.265,9.64,10.217,9.582,9.053,10.604,11.189,10.409],"paint":[19.049,20.265,19.177,18.468,19.35,19.049,19.875,21.138,19.742,19.726,18.795,19.177,19.868,19.451,19.759]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.738,22.736,23.628,22.823,22.718,23.74,23.141,23.271,22.623,23.866,22.882,23.9,23.645,22.48,22.384],"script":[5.617,5.955,6.215,5.695,5.947,6.038,5.961,6.083,5.588,6.207,5.807,6.131,6.001,5.819,5.679],"paint":[15.525,15.414,16.195,16.072,15.601,16.046,16.336,15.78,16.026,15.979,15.844,16.133,16.18,15.851,15.496]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"07_create10k","values":{"total":[472.247,474.766,472.081,471.963,475.827,473.047,480.582,471.194,473.275,478.121,468.864,472.487,471.38,475.063,474.16],"script":[93.22,96.345,93.12,94.968,94.058,95.683,103.253,94.671,93.793,95.446,96.357,94.564,95.454,98.278,92.756],"paint":[371.62,371.116,371.404,369.558,374.418,369.924,369.923,368.517,371.781,375.366,365.216,370.355,368.447,369.333,374.127]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.779,57.781,57.992,58.713,58.638,58.361,57.752,57.489,58.699,58.608,59.856,58.195,58.673,58.597,58.289],"script":[13.894,14.138,13.462,13.644,13.734,13.662,14.337,13.459,14.095,13.951,14.112,14.229,13.759,13.747,13.594],"paint":[42.923,42.707,43.457,43.841,43.626,43.475,42.189,43.017,43.738,43.683,44.573,42.758,43.699,43.622,43.752]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.487,17.899,16.665,17.88,18.568,17.304,17.056,17.197,17.158,18.186,17.552,19.354,17.477,17.197,18.685],"script":[15.246,15.364,14.33,14.859,15.782,14.394,14.594,15.029,14.701,15.28,16.055,16.299,15.536,14.823,15.896],"paint":[2.136,2.39,1.305,2.717,2.284,2.465,2.341,2.043,2.289,2.021,0.43,2.213,1.816,2.253,2.148]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7141618728637695]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.620791435241699]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.6534414291381836]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3775520324707031]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.209779739379883]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.165]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.46]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.49199999999996]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[190.953125]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[52.6787109375]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.970703125]}},{"framework":"lwc-v3.0.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[88.7]}},{"framework":"malina-v0.7.3-keyed","benchmark":"01_run1k","values":{"total":[38.097,40.83,38.891,39.447,38.606,39.075,37.43,39.358,38.398,38.77,39.477,39.277,39.597,38.154,39.963],"script":[3.188,3.046,3.091,2.837,2.996,2.863,2.851,2.921,2.983,3.031,2.768,2.896,3.044,3.046,2.982],"paint":[34.404,37.333,35.191,35.949,34.844,35.746,34.175,35.76,34.965,35.3,36.246,35.89,35.917,34.677,36.347]}},{"framework":"malina-v0.7.3-keyed","benchmark":"02_replace1k","values":{"total":[43.692,43.88,45.33,43.88,43.577,44.886,42.997,43.11,45.576,43.567,43.883,43.151,43.17,41.735,43.86],"script":[6.184,6.271,6.339,6.339,6.285,6.379,6.206,6.24,7.19,6.709,7.214,6.252,6.156,5.795,7.181],"paint":[37.029,37.111,38.263,36.975,36.603,37.768,36.319,36.147,37.889,36.337,36.195,36.189,36.274,35.44,36.184]}},{"framework":"malina-v0.7.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.479,18.506,18.196,19.057,19.34,19.363,18.02,18.972,17.897,18.121,18.314,18.911,18.076,18.36,18.84],"script":[1.285,1.517,1.531,1.268,1.478,1.544,1.243,1.784,1.035,1.518,1.489,0.971,0.943,1.824,0.98],"paint":[14.981,15.369,15.284,16.632,15.687,15.067,14.849,15.538,15.448,15.15,14.63,15.396,15.029,14.529,15.327]}},{"framework":"malina-v0.7.3-keyed","benchmark":"04_select1k","values":{"total":[4.423,2.969,3.619,4.277,4.528,3.995,3.491,4.177,4.59,3.752,4.185,3.435,2.819,4.33,4.358,3.55,3.766,4.73,4.096,2.999,3.962,4.048,4.051,2.877,4.685],"script":[0.912,0.248,1.156,0.621,0.661,1.174,0.212,0.825,1.223,0.684,1.171,0.2,0.611,1.519,0.684,0.876,1.297,0.623,0.866,0.521,0.874,1.387,1.223,0.581,1.192],"paint":[2.127,2.13,1.806,2.731,3.602,1.723,2.714,3.207,2.036,1.939,1.822,3.111,1.668,2.659,2.77,1.552,2.305,3.852,1.926,1.409,2.268,2.525,2.461,1.359,3.232]}},{"framework":"malina-v0.7.3-keyed","benchmark":"05_swap1k","values":{"total":[21.594,21.596,22.12,23.237,21.764,22.487,22.867,22.484,21.94,22.135,22.437,22.352,22.604,21.334,22.026],"script":[1.017,1.498,1.058,1.424,1.384,1.332,1.577,1.507,1.087,1.817,1.293,1.748,0.905,1.195,1.737],"paint":[19.488,17.974,19.794,19.627,19.285,19.543,19.126,19.533,19.07,18.799,19.607,18.89,19.508,17.744,17.828]}},{"framework":"malina-v0.7.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.294,17.933,16.917,17.347,17.201,17.756,17.834,17.692,17.247,17.655,16.987,17.754,17.921,17.214,17.476],"script":[0.777,1.072,0.96,0.733,0.727,0.98,1.073,0.736,0.752,1.066,0.745,0.772,0.973,1.067,0.709],"paint":[16.161,15.688,15.213,15.534,15.666,15.871,15.963,15.96,15.065,15.11,15.096,15.868,15.618,15.342,15.55]}},{"framework":"malina-v0.7.3-keyed","benchmark":"07_create10k","values":{"total":[403.008,401.406,406.409,398.397,401.613,404.161,407.555,404.074,397.774,402.552,400.688,405.746,402.016,411.002,404.26],"script":[46.572,46.369,46.662,47.497,46.729,47.926,48.054,47.218,46.268,46.658,45.888,47.355,47.521,46.189,48.325],"paint":[349.131,347.711,351.897,343.283,347.63,348.985,351.994,349.569,344.139,347.909,347.338,350.815,347.1,357.573,348.429]}},{"framework":"malina-v0.7.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.539,47.221,49.216,48.303,49.435,52.162,47.611,47.898,49.829,49.116,48.558,48.373,47.851,47.864,48.195],"script":[5.083,5.024,5.206,5.249,5.223,5.123,5.218,4.77,5.124,5.285,5.091,5.083,5.176,5.116,5.161],"paint":[41.545,41.263,42.835,42.143,42.999,46.005,41.18,41.894,43.543,42.535,42.292,42.377,41.683,41.774,41.811]}},{"framework":"malina-v0.7.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.577,13.367,12.576,13.337,12.771,12.627,12.585,13.698,12.614,13.237,12.811,12.427,13.12,12.289,12.591],"script":[10.508,10.984,10.847,11.042,10.7,10.589,10.661,10.987,10.805,11.055,10.87,10.823,11.021,10.189,10.978],"paint":[1.97,1.203,0.746,2.096,1.964,1.948,1.815,2.554,0.905,2.053,1.091,1.518,1.339,1.584,1.485]}},{"framework":"malina-v0.7.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5245113372802734]}},{"framework":"malina-v0.7.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.4693384170532227]}},{"framework":"malina-v0.7.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.493173599243164]}},{"framework":"malina-v0.7.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.738926887512207]}},{"framework":"malina-v0.7.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.713644981384277]}},{"framework":"malina-v0.7.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.465]}},{"framework":"malina-v0.7.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.276]}},{"framework":"malina-v0.7.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.41199999999998]}},{"framework":"malina-v0.7.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[145.6083984375]}},{"framework":"malina-v0.7.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[7.3349609375]}},{"framework":"malina-v0.7.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.9990234375]}},{"framework":"malina-v0.7.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[41.6]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"01_run1k","values":{"total":[45.401,45.799,44.234,45.638,45.96,45.634,45.737,45.82,45.63,46.089,45.121,45.223,45.242,46.114,44.677],"script":[9.225,9.411,9.076,9.384,8.892,9.044,9.415,9.006,9.264,9.178,9.076,9.059,9.416,9.351,9.203],"paint":[35.496,35.885,34.706,35.799,36.624,36.146,35.767,36.096,35.665,36.388,35.56,35.689,35.127,36.352,35.004]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"02_replace1k","values":{"total":[51.397,52.157,52.97,51.046,52.184,52.398,52.642,55.345,51.56,51.072,53.339,52.181,52.301,52.939,51.293],"script":[13.408,13.403,14.084,13.182,14.391,13.711,13.753,14.709,14.225,13.226,14.894,14.097,14.178,14.158,13.523],"paint":[37.28,38.053,38.391,37.354,37.272,38.206,38.165,39.912,36.843,37.378,37.992,37.577,37.627,38.254,37.303]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.846,23.939,24.306,23.383,23.483,23.218,23.686,24.242,24.4,23.895,25.141,25.771,24.326,23.631,22.91],"script":[6.793,6.202,6.697,6.75,6.339,7.298,7.016,7.037,7.054,6.027,6.53,6.778,6.98,6.556,6.306],"paint":[14.401,15.758,15.618,14.798,15.658,14.207,14.673,15.343,15.802,15.583,17.091,17.322,15.252,16.008,15.32]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"04_select1k","values":{"total":[4.841,4.63,4.133,4.753,3.328,3.996,4.764,4.624,3.557,4.289,3.061,4.529,3.872,4.353,4.69,3.2,4.173,3.659,3.815,3.715,3.91,5.202,3.534,4.224,4.732],"script":[1.813,1.417,1.293,1.391,0.568,1.156,1.29,0.642,0.932,1.184,1.077,1.993,0.89,1.231,1.207,1.019,1.202,1.199,1.537,0.622,0.982,1.577,0.889,1.691,1.239],"paint":[2.188,1.83,1.984,1.598,1.599,1.981,2.064,3.538,1.414,2.036,1.836,1.716,1.759,2.02,2.263,1.538,2.481,2.317,0.925,2.419,2.781,2.441,1.538,2.388,2.366]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"05_swap1k","values":{"total":[21.847,22.071,22.07,22.059,21.255,22.904,21.699,21.441,24.469,22.418,22.807,22.719,22.358,22.427,22.591],"script":[0.831,0.837,1.072,0.961,0.725,0.862,0.909,0.186,1.045,0.939,1.388,1.167,0.997,0.809,0.912],"paint":[19.181,18.903,19.066,19.998,18.487,20.339,18.96,19.461,21.68,19.34,19.99,19.557,19.977,19.646,20.371]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.216,18.085,17.599,18.118,17.095,17.229,16.994,17.1,17.388,16.564,16.943,17.804,17.363,17.109,17.792],"script":[0.568,0.553,0.6,0.62,0.595,0.25,0.572,0.56,0.655,0.246,0.607,0.565,0.54,0.593,0.616],"paint":[15.8,16.253,16.21,16.217,15.479,15.82,15.622,15.566,15.457,15.249,15.375,15.998,15.97,15.092,15.891]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"07_create10k","values":{"total":[443.641,443.679,439.949,444.199,440.462,437.421,449.069,440.161,449.265,443.697,438.761,439.978,446.132,440.202,440.97],"script":[75.405,74.473,73.134,72.903,75.499,72.047,76.043,74.665,73.101,72.518,73.762,72.176,75.551,73.838,73.015],"paint":[360.606,361.695,359.419,363.942,357.577,358.024,365.504,358.186,368.531,363.722,357.43,360.254,362.248,358.927,360.613]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.854,52.11,51.044,49.61,51.287,50.66,49.776,49.295,49.75,49.59,51.643,51.368,49.485,50.257,52.118],"script":[7.871,8.076,8.183,8.258,7.906,9.239,7.935,7.67,8.171,7.695,8.28,8.306,7.747,8.311,8.243],"paint":[40.972,42.877,41.859,40.442,42.052,40.401,40.99,40.755,40.365,40.69,42.369,42.113,40.504,40.97,42.677]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.688,20.291,20.437,20.545,20.66,21.124,20.327,19.902,20.074,20.359,20.669,20.636,19.543,21.5,20.131],"script":[18.772,18.154,18.25,17.835,18.427,18.493,17.456,18.086,18.071,18.475,18.71,17.78,17.86,18.576,17.989],"paint":[2.277,2.018,1.574,2.188,1.33,2.504,2.736,1.713,1.124,1.777,1.836,2.517,1.562,2.789,1.928]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.760859489440918]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.627531051635742]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9120359420776367]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.072967529296875]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.952162742614746]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.2]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.335999999999999]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.43199999999996]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[204.728515625]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[66.451171875]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[18.2177734375]}},{"framework":"marionette-v5.0.0-alpha.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.4]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"01_run1k","values":{"total":[53.466,52.476,53.162,54.407,55.543,53.225,53.418,54.561,54.518,53.439,54.755,54.128,55.533,55.127,53.578],"script":[16.465,16.181,15.762,16.462,16.6,16.635,16.118,16.689,16.696,16.586,15.948,16.447,16.86,16.483,16.615],"paint":[36.557,35.598,36.939,37.464,38.504,36.125,36.912,37.42,37.128,36.108,38.101,37.227,37.987,38.189,36.498]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"02_replace1k","values":{"total":[59.245,58.388,61.311,61.645,58.583,61.798,58.942,60.032,61.053,59.507,59.411,60.961,58.623,61.553,58.839],"script":[20.339,20.029,21.098,21.116,19.991,20.905,20.378,20.649,20.826,19.891,20.351,20.72,20.235,20.749,20.1],"paint":[38.444,37.9,39.733,40.022,37.844,40.15,38.053,38.916,39.508,39.188,38.555,39.787,37.935,40.119,38.271]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.416,19.379,21.018,19.375,20.16,19.956,20.203,20.998,18.86,20.772,21.136,19.285,19.885,19.787,19.795],"script":[2.428,1.972,2.014,2.223,2.147,2.106,1.911,2.458,1.406,2.795,1.978,2.595,1.907,2.496,1.595],"paint":[15.116,15.269,16.343,15.557,16.679,16.224,16.293,16.03,16.415,15.875,16.721,13.97,16.211,15.5,16.254]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"04_select1k","values":{"total":[4.163,3.367,3.185,3.573,4.29,2.872,3.952,4.188,3.273,4.203,3.878,5.102,3.156,2.818,3.423,3.762,3.667,2.466,3.03,2.421,4.163,4.143,3.468,3.621,3.141],"script":[0.185,0.867,0.945,0.725,0.148,0.938,1.145,1.011,0.159,1.282,0.921,1.286,0.821,0.493,1.112,1.19,1.326,0.242,0.881,0.157,1.155,1.137,0.842,0.655,0.949],"paint":[2.773,1.341,1.424,1.374,3.016,1.809,1.948,2.054,2.846,1.5,2.552,2.559,2.2,2.204,1.255,1.66,2.21,2.091,1.51,1.116,1.841,1.89,2.491,1.978,1.609]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"05_swap1k","values":{"total":[21.421,21.486,21.374,21.277,20.555,20.413,21.126,22.92,21.419,21.861,24.219,21.853,22.014,22.908,20.947],"script":[0.218,0.844,0.694,1.312,0.211,1.332,0.826,0.985,0.869,1.061,1.017,0.968,1.129,0.206,1.184],"paint":[19.247,19.48,18.637,18.037,18.872,17.732,18.423,19.883,18.862,19.244,20.779,19.618,18.134,20.765,18.44]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.125,17.125,17.797,17.803,17.086,16.994,17.628,17.301,18.47,17.411,17.151,17.73,17.253,18.291,17.651],"script":[0.918,0.931,0.592,0.6,0.625,0.606,0.624,0.665,0.657,0.607,0.651,0.91,0.623,0.877,0.626],"paint":[15.873,15.089,15.952,15.924,14.924,15.348,16.101,15.617,16.437,15.875,15.705,15.832,15.908,15.858,16.054]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"07_create10k","values":{"total":[545.14,518.577,518.472,516.418,512.293,518.635,518.9,511.154,509.902,511.918,512.875,517.473,513.726,514.547,513.543],"script":[162.952,156.365,159.233,154.794,147.243,156.582,156.22,154.19,146.011,152.215,154.158,151.999,153.045,146.93,154.166],"paint":[374.175,354.786,351.825,353.723,357.086,354.676,355.202,349.491,356.432,352.134,350.856,358.074,353.034,360.172,351.762]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.135,61.364,62.463,59.483,59.79,61.509,62.179,61.58,60.402,61.011,61.569,60.689,62.401,61.675,62.27],"script":[17.16,17.667,16.341,16.458,16.546,16.978,17.655,16.878,17.155,17.159,17.439,17.149,18.464,16.852,17.312],"paint":[42.804,42.745,45.141,42.048,42.285,43.507,43.276,43.666,42.019,42.659,42.902,42.339,42.693,43.868,43.756]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.26,20.509,22.313,20.62,20.047,20.838,21.352,20.658,20.972,20.846,20.888,21.016,21.037,21.287,21.951],"script":[18.317,18.365,19.661,18.101,17.413,18.883,18.666,18.51,18.211,18.308,18.762,18.9,18.915,18.708,19.905],"paint":[2.805,1.202,2.49,1.87,2.507,1.831,1.561,1.993,2.199,1.844,2.011,1.395,1.826,2.013,0.787]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7518844604492188]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.0623254776000977]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.218935012817383]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2149467468261719]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.111489295959473]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2251.49]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.432000000000002]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.97200000000004]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[222.2705078125]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[83.9931640625]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[22.3720703125]}},{"framework":"marionette-backbone-v5.0.0-alpha.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[115.6]}},{"framework":"marko-v5.31.12-keyed","benchmark":"01_run1k","values":{"total":[56.336,56.868,55.928,57.128,55.786,56.94,56.089,57.209,59.057,56.349,55.949,57.958,57.249,58.235,56.81],"script":[19.727,19.719,19.079,19.705,19.058,20.94,19.263,20.642,20.423,20.146,18.949,20.331,20.614,21.188,19.488],"paint":[36.425,36.861,36.618,37.084,36.526,35.793,36.617,36.357,38.456,36.004,36.769,37.356,36.441,36.859,37.007]}},{"framework":"marko-v5.31.12-keyed","benchmark":"02_replace1k","values":{"total":[64.936,64.864,66.94,65.999,64.04,65.426,65.353,65.295,64.161,64.632,65.589,67.117,66.199,65.389,65.77],"script":[26.545,26.159,27.498,27.46,25.986,27.683,26.373,27.586,26.623,26.328,26.545,27.248,28.033,26.765,26.142],"paint":[38.181,38.481,39.165,38.311,37.828,37.536,38.609,37.449,37.315,38.064,38.707,39.489,37.952,38.417,39.418]}},{"framework":"marko-v5.31.12-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.613,29.005,31.329,28.735,28.507,28.274,30.157,28.208,28.823,28.101,29.427,26.058,30.41,30.007,29.129],"script":[8.856,9.598,9.415,8.895,10.009,9.626,10.721,9.154,9.384,9.087,9.302,8.909,9.219,10.159,9.721],"paint":[18.357,19.106,19.153,17.849,18.2,17.41,16.813,17.996,18.061,16.624,17.603,15.572,17.907,18.223,19.171]}},{"framework":"marko-v5.31.12-keyed","benchmark":"04_select1k","values":{"total":[14.406,12.775,15.211,13.344,14.758,15.065,14.495,14.617,15.098,13.184,12.047,13.623,14.181,13.002,15.317,14.695,15.42,12.261,16.888,13.113,12.793,15.247,13.863,12.576,16.048],"script":[7.96,7.337,7.489,6.68,7.684,7.094,7.639,7.656,7.476,7.335,6.632,6.987,7.47,6.92,7.36,6.511,7.093,6.691,7.125,7.019,6.594,7.676,7.661,6.206,7.202],"paint":[4.904,2.911,3.002,3.813,6.206,5.347,3.438,4.904,3.993,3.547,4.069,3.877,4.68,4.616,5.783,6.171,4.257,3.495,5.593,5.218,3.591,5.09,3.027,3.57,4.483]}},{"framework":"marko-v5.31.12-keyed","benchmark":"05_swap1k","values":{"total":[178.365,177.346,177.9,181.697,177.968,179.813,181.362,182.192,175.412,179.944,176.034,178.661,179.505,178.662,183.798],"script":[23.924,22.098,22.148,25.165,21.913,23.6,22.542,23.6,22.615,24.449,23.222,22.777,22.409,23.377,25.987],"paint":[153.036,154.057,153.674,155.146,155.23,154.597,156.855,156.907,152.601,154.034,151.631,154.758,156.082,153.751,157.343]}},{"framework":"marko-v5.31.12-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.334,23.597,23.993,23.587,23.445,23.58,22.949,23.399,23.523,24.079,24.239,23.514,23.203,20.859,20.276],"script":[3.673,3.691,3.32,3.427,3.821,3.376,3.27,3.881,3.52,4.129,3.268,3.677,3.012,3.336,3.566],"paint":[18.283,18.042,18.526,17.797,18.131,17.908,17.434,17.324,18.03,17.941,18.583,17.879,18.092,16.131,15.572]}},{"framework":"marko-v5.31.12-keyed","benchmark":"07_create10k","values":{"total":[568.648,564.385,565.109,569.402,564.526,570.315,573.318,566.772,563.534,568.658,564.883,553.753,560.453,556.124,558.065],"script":[188.578,186.665,186.928,190.703,185.583,193.656,181.728,190.544,189.771,189.114,186.233,182.735,186.428,182.574,179.685],"paint":[376.43,373.974,374.655,374.986,375.543,373.219,387.924,372.371,370.396,375.662,375.259,367.657,370.459,370.086,374.952]}},{"framework":"marko-v5.31.12-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[68.308,64.503,65.382,64.73,66.405,67.918,65.985,65.883,64.582,64.5,65.489,65.483,64.625,65.183,66.733],"script":[24.647,22.493,22.612,22.559,24.365,25.48,22.941,22.988,22.946,22.542,22.877,22.547,21.394,22.857,23.785],"paint":[43.184,41.649,42.445,41.816,41.687,42.082,42.566,42.507,41.257,41.602,42.264,42.447,42.893,41.977,42.597]}},{"framework":"marko-v5.31.12-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.012,27.948,25.138,26.142,26.711,24.602,28.112,26.573,26.395,27.171,26.695,25.582,26.332,27.305,28.998],"script":[22.371,22.384,21.186,21.748,20.872,19.435,20.412,22.001,20.25,23.051,22.149,21.307,21.541,23.036,21.047],"paint":[4.011,3.913,3.691,3.026,4.601,4.829,5.548,3.154,5.422,3.146,3.422,3.383,4.518,3.633,6.03]}},{"framework":"marko-v5.31.12-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6645174026489258]}},{"framework":"marko-v5.31.12-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.325754165649414]}},{"framework":"marko-v5.31.12-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.466219902038574]}},{"framework":"marko-v5.31.12-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.262073516845703]}},{"framework":"marko-v5.31.12-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.75827503204346]}},{"framework":"marko-v5.31.12-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2028.5199999999998]}},{"framework":"marko-v5.31.12-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[34.41199999999999]}},{"framework":"marko-v5.31.12-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.33999999999997]}},{"framework":"marko-v5.31.12-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[184.728515625]}},{"framework":"marko-v5.31.12-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[46.4521484375]}},{"framework":"marko-v5.31.12-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[16.1103515625]}},{"framework":"marko-v5.31.12-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[82.8]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"01_run1k","values":{"total":[39.234,39.222,40.118,39.462,38.952,39.88,39.212,39.436,39.545,39.893,40.197,39.12,39.38,40.078,39.673],"script":[3.478,3.633,3.351,3.348,3.509,3.37,3.37,3.574,3.345,3.628,3.417,3.544,3.896,3.594,3.61],"paint":[35.029,34.889,36.206,35.381,34.962,36.047,35.123,35.152,35.525,35.77,36.123,35.123,34.822,35.816,35.549]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"02_replace1k","values":{"total":[44.756,44.485,45.44,45.63,44.372,44.254,44.194,44.54,45.516,44.216,43.77,44.988,45.03,44.441,44.924],"script":[7.648,7.165,7.778,7.792,7.347,7.19,7.552,7.861,7.722,7.643,7.101,7.644,7.107,7.576,7.216],"paint":[36.583,36.885,36.992,37.368,36.518,36.389,36.163,36.225,37.06,36.088,36.194,36.864,37.176,36.135,36.967]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.577,16.979,18.264,18.646,18.321,18.053,17.508,18.062,17.682,20.363,18.371,18.718,17.571,18.32,17.783],"script":[1.634,1.21,1.101,2.054,0.909,0.67,1.32,1.484,1.331,1.897,0.951,0.926,1.213,1.767,0.911],"paint":[14.803,14.198,15.558,14.784,16.378,15.008,13.933,14.723,14.936,16.467,15.198,16.276,15.331,14.432,15.08]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"04_select1k","values":{"total":[3.435,3.47,3.084,4.093,3.428,3.404,3.277,3.367,3.829,2.839,3.475,3.881,3.255,3.053,2.968,3.168,3.364,3.756,3.999,3.617,4.173,3.131,3.044,3.976,2.853],"script":[0.845,0.138,0.476,1.11,0.6,0.14,0.129,0.795,0.102,0.437,0.125,0.931,0.126,0.527,0.151,0.123,0.279,0.518,0.652,0.894,0.643,0.505,0.13,0.131,0.52],"paint":[1.76,2.235,2.468,1.617,2.017,2.061,3.013,1.031,2.714,2.26,2.468,1.936,2.576,1.265,2.652,1.899,2.528,2.06,2.487,2.107,3.242,1.751,1.259,3.574,2.183]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"05_swap1k","values":{"total":[22.617,22.558,23.901,22.894,24.119,23.437,22.493,23.045,22.666,22.926,23.401,22.421,21.919,25.435,23.207],"script":[1.885,1.392,1.294,1.799,2.941,2.293,1.79,1.587,1.77,1.668,1.63,2.027,1.404,1.441,1.827],"paint":[19.174,19.475,20.377,19.993,19.947,20.376,18.695,20.032,18.143,20.15,19.914,19.336,19.21,22.852,19.263]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.146,17.829,17.856,17.736,18.111,17.718,17.548,17.776,17.229,17.635,18.903,17.957,17.233,17.854,17.808],"script":[0.894,1.103,0.78,1.141,1.179,0.863,1.159,1.176,1.085,0.89,1.103,0.794,1.107,1.176,1.12],"paint":[16.418,15.631,16.265,15.646,15.73,15.566,15.594,15.809,15.079,15.325,16.488,15.889,14.678,15.883,15.426]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"07_create10k","values":{"total":[403.845,399.859,401.744,399.303,402.988,397.344,400.967,395.062,401.931,394.39,401.514,401.98,398.857,401.938,400.694],"script":[46.012,46.023,45.821,46.176,46.728,45.493,45.719,45.481,46.056,44.979,46.551,46.413,45.65,47.919,45.289],"paint":[350.517,346.521,348.57,345.604,348.76,343.917,347.394,342.2,348.578,342.06,347.374,348.301,345.881,346.681,348.087]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.643,46.244,46.401,46.133,45.965,46.86,45.315,45.511,44.614,45.58,46.428,45.702,45.93,45.849,45.921],"script":[3.79,3.92,3.805,4.033,3.736,3.871,3.554,3.632,3.879,3.916,3.708,3.97,4.082,4.047,3.797],"paint":[41.864,41.377,41.642,41.137,41.263,41.966,40.555,40.663,39.562,40.491,41.713,40.826,41.034,40.832,41.204]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.316,15.289,14.698,14.48,16.688,14.663,14.983,14.721,15.255,14.812,15.152,15.658,14.402,14.423,14.133],"script":[13.093,12.333,12.139,12.558,13.896,12.631,12.85,12.668,12.227,12.746,12.762,13.076,12.171,12.548,12.027],"paint":[2.104,2.823,2.441,1.825,1.82,1.801,2.035,1.631,2.911,1.034,2.269,2.466,1.617,1.759,0.521]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4745941162109375]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.3958635330200195]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.411757469177246]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7254829406738281]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.627856254577637]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.5449999999998]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.896]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.43599999999995]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.1484375]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.873046875]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.736328125]}},{"framework":"maverick-v0.23.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.7]}},{"framework":"metron-v0.0.2-keyed","benchmark":"01_run1k","values":{"total":[43.955,44.039,42.999,43.406,44.898,44.282,42.899,43.557,42.667,43.803,43.902,43.196,44.111,44.093,43.418],"script":[6.792,6.519,6.441,6.746,6.576,6.834,6.491,6.464,6.427,6.493,6.549,6.44,6.697,6.911,6.777],"paint":[36.598,37.049,35.861,35.967,37.832,36.932,35.742,36.617,35.759,36.618,36.67,36.243,36.986,36.686,36.158]}},{"framework":"metron-v0.0.2-keyed","benchmark":"02_replace1k","values":{"total":[50.464,50.264,53.035,50.663,51.743,51.532,51.524,51.838,50.462,50.48,51.224,52.069,49.836,52.479,49.66],"script":[10.595,10.299,11.592,11.125,10.877,10.979,10.359,11.223,10.848,10.862,11.065,10.993,10.937,11.111,10.81],"paint":[39.121,39.43,40.694,38.923,40.16,40.11,40.411,40.158,39.159,39.148,39.624,40.347,38.185,40.637,38.387]}},{"framework":"metron-v0.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.246,18.63,19.368,19.789,17.69,19.725,17.753,20.329,20.024,18.86,18.133,19.402,17.369,18.775,17.923],"script":[0.922,0.933,1.324,1.537,1.058,1.029,0.973,0.9,0.872,0.919,0.604,0.875,0.223,1.097,0.752],"paint":[16.391,15.842,15.843,16.362,15.3,16.253,14.856,16.382,17.537,16.621,15.85,17.19,15.366,15.342,14.694]}},{"framework":"metron-v0.0.2-keyed","benchmark":"04_select1k","values":{"total":[3.033,3.164,2.571,2.992,3.419,4.012,3.118,2.588,2.833,2.794,2.882,3.8,3.345,2.275,3.72,3.091,3.378,2.62,3.447,2.827,4.194,3.683,2.785,4.033,2.26],"script":[1.037,0.072,0.071,0.295,0.735,0.583,0.636,0.071,0.491,0.617,0.075,0.074,0.431,0.068,0.065,0.074,0.08,0.08,0.072,0.081,0.723,0.542,0.756,0.071,0.067],"paint":[1.873,1.987,2.411,2.561,2.554,2.148,1.771,1.681,1.524,2.046,1.911,1.983,1.272,1.612,3.437,2.039,2.296,2.419,3.111,2.611,2.12,1.842,1.9,2.852,1.451]}},{"framework":"metron-v0.0.2-keyed","benchmark":"05_swap1k","values":{"total":[22.16,21.984,22.02,22.27,22.172,20.607,22.077,21.813,22.457,21.575,21.248,21.92,21.771,21.88,22.241],"script":[0.303,0.574,1.048,0.466,0.797,0.115,0.645,0.622,0.84,0.116,0.112,0.102,0.112,0.589,0.497],"paint":[19.863,19.624,18.932,19.872,20.655,18.228,18.869,19.334,20.179,20.107,19.786,20.74,20.582,19.294,18.687]}},{"framework":"metron-v0.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.324,18.493,17.718,16.914,17.556,18.234,18.452,17.147,16.579,17.398,17.091,17.34,17.514,17.555,17.522],"script":[0.127,0.172,0.1,0.281,0.437,0.44,0.422,0.098,0.103,0.376,0.396,0.098,0.26,0.296,0.404],"paint":[16.416,16.985,16.473,15.782,16.273,16.48,16.712,15.94,15.665,15.565,15.834,16.155,16.198,16.387,16.274]}},{"framework":"metron-v0.0.2-keyed","benchmark":"07_create10k","values":{"total":[474.122,479.295,472.81,474.718,473.473,476.56,482.951,472.482,473.101,472.704,477.819,483.976,477.438,475.928,473.908],"script":[93.974,94.461,94.044,91.034,91.81,92.9,92.648,91.567,89.578,89.291,91.042,92.92,91.034,91.939,92.553],"paint":[372.32,377.321,370.996,375.75,373.874,375.778,382.711,372.997,375.803,375.51,378.754,382.802,378.506,376.237,373.524]}},{"framework":"metron-v0.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.788,52.981,52.721,52.025,50.844,52.211,51.839,52.192,53.528,51.479,51.117,52.963,52.316,53.301,52.998],"script":[8.047,7.723,7.642,7.356,7.239,7.215,7.513,6.77,7.398,7.425,7.539,7.579,7.523,7.441,7.561],"paint":[44.691,44.001,44.092,43.63,42.63,43.926,43.407,44.056,44.942,42.95,42.398,44.146,43.822,44.896,44.35]}},{"framework":"metron-v0.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.724,13.052,13.233,13.661,13.318,13.644,13.409,13.89,13.76,13.855,13.545,13.206,13.738,13.585,13.857],"script":[11.292,11.115,11.197,11.571,11.807,11.63,11.033,11.839,11.728,11.244,11.311,11.686,11.634,11.344,11.753],"paint":[1.35,1.842,0.883,1.211,1.419,1.28,1.636,1.959,1.185,2.504,2.137,1.427,1.628,2.134,1.097]}},{"framework":"metron-v0.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5449151992797852]}},{"framework":"metron-v0.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.453981399536133]}},{"framework":"metron-v0.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.3945398330688477]}},{"framework":"metron-v0.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9574956893920898]}},{"framework":"metron-v0.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.032816886901855]}},{"framework":"metron-v0.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.9099999999999]}},{"framework":"metron-v0.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.696]}},{"framework":"metron-v0.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.24799999999996]}},{"framework":"metron-v0.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.171875]}},{"framework":"metron-v0.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[18.8974609375]}},{"framework":"metron-v0.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.0048828125]}},{"framework":"metron-v0.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[70.2]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"01_run1k","values":{"total":[47.757,47.866,48.22,47.9,48.722,47.784,48.292,47.423,48.423,48.173,47.389,47.488,48.584,46.81,47.611],"script":[10.835,10.769,11.085,11.025,11.028,11.062,11.288,10.653,11.41,10.94,10.298,11.056,10.906,11.09,11.183],"paint":[36.239,36.636,36.667,36.206,37.021,36.228,36.315,36.337,36.54,36.744,36.64,35.748,37.213,35.227,35.98]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"02_replace1k","values":{"total":[53.462,52.653,51.643,51.368,52.516,52.433,51.34,53.792,51.087,51.576,52.193,51.636,52.958,53.357,53.108],"script":[13.756,13.699,13.821,13.344,13.331,13.943,13.843,13.924,13.356,13.148,13.388,13.808,14.092,13.956,13.982],"paint":[38.966,38.454,37.337,37.503,38.687,38.008,36.987,39.388,37.214,37.771,38.329,37.078,38.135,38.913,38.61]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.801,23.032,22.121,22.058,22.031,22.547,23.886,22.03,22.724,22.751,22.142,23.85,22.595,21.801,22.796],"script":[5.963,5.429,5.249,5.19,5.972,6.117,5.232,4.856,5.588,5.354,5.847,5.514,5.121,5.027,5.052],"paint":[16.44,15.398,14.045,15.28,14.658,14.395,16.886,15.142,15.331,15.485,14.395,16.641,15.567,15.189,16.211]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"04_select1k","values":{"total":[4.406,3.836,3.001,4.485,4.021,4.412,5.186,3.104,3.987,4.328,3.48,4.824,4.28,3.92,3.75,3.85,4.157,3.514,3.969,4.228,3.77,4.327,3.986,2.793,2.602],"script":[1.152,1.401,1.009,1.043,1.186,1.262,1.476,0.193,1.203,0.197,0.935,0.965,1.174,0.296,1.219,1.402,1.267,0.831,1.253,1.178,0.745,0.207,0.89,0.573,0.6],"paint":[2.258,2.297,1.359,3.175,1.64,2.204,2.508,1.793,1.654,2.942,1.607,2.713,2.149,2.522,1.713,1.631,2.746,1.404,2.1,2.934,1.686,3.37,2.204,1.355,1.114]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"05_swap1k","values":{"total":[21.247,21.112,22.311,22.133,21.371,21.998,20.816,21.745,20.23,20.973,21.127,23.058,21.259,21.394,21.4],"script":[0.167,0.78,0.931,1.112,1.035,0.887,1.142,0.558,0.617,0.727,0.828,0.925,0.918,0.686,0.86],"paint":[19.408,18.901,20.231,19.236,19.033,19.784,17.671,19.709,18.322,17.923,18.358,20.511,18.775,18.847,18.836]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.785,17.255,16.809,17.092,17.718,17.378,17.591,17.35,17.154,17.62,17.124,16.945,16.88,17.439,16.971],"script":[0.483,0.282,0.258,0.135,0.516,0.321,0.464,0.135,0.364,0.349,0.492,0.476,0.235,0.364,0.144],"paint":[16.497,15.729,15.6,16.006,15.847,15.839,15.825,16.027,16.023,15.876,15.131,15.654,15.547,15.839,15.587]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"07_create10k","values":{"total":[487.352,487.506,481.718,492.215,487.051,481.044,493.723,483.361,485.381,483.547,480.298,483.576,482.828,484.674,490.52],"script":[120.091,116.39,116.468,116.098,118.429,117.629,116.565,117.964,117.896,117.535,116.79,115.997,117.322,119.631,117.643],"paint":[360.077,363.197,357.595,368.647,360.285,355.927,369.676,357.903,359.535,357.833,356.137,360.151,357.993,357.61,365.223]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.973,55.894,55.626,54.395,55.065,55.381,53.869,54.272,54.542,54.039,54.092,55.681,55.08,54.285,54.813],"script":[11.53,10.836,11.231,10.989,11.414,10.861,11.044,11.314,10.605,11.143,11.374,11.574,11.332,11.222,11.193],"paint":[42.486,43.953,43.527,42.305,42.328,43.301,41.967,41.712,42.729,41.925,41.506,43.12,42.53,42.101,42.334]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.685,13.098,14.056,13.616,13.177,14.129,13.021,13.416,13.738,15.938,13.367,13.189,13.847,14.127,13.585],"script":[12.276,11.406,11.577,10.89,10.984,11.41,11.515,11.446,11.439,13.434,11.442,10.955,11.258,11.91,11.185],"paint":[1.462,0.754,2.398,1.919,2.098,1.511,0.388,1.872,2.212,2.362,1.11,1.578,2.495,1.71,1.681]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5809783935546875]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.43027400970459]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.4301490783691406]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9196605682373047]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.118210792541504]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.145]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[33.99199999999999]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.69199999999992]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.7509765625]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[44.4755859375]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[10.43359375]}},{"framework":"michijs-v1.1.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.4]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"01_run1k","values":{"total":[48.866,49.313,50.14,49.237,48.931,48.697,49.14,50.302,45.19,48.804,50.822,49.366,49.798,49.258,50.106],"script":[13.127,13.404,13.889,13.332,12.975,13.146,13.124,13.921,10.69,13.193,14.224,13.86,13.103,13.248,14.007],"paint":[35.259,35.475,35.738,35.393,35.239,35.093,35.4,35.937,33.901,35.145,36.139,35.063,36.237,35.278,35.405]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"02_replace1k","values":{"total":[73.401,74.078,73.722,75.554,73.222,74.205,72.38,71.913,72.721,73.051,72.076,73.413,72.225,74.058,74.417],"script":[32.862,32.941,33.187,33.405,33.024,33.197,32.548,32.343,33.189,33.104,31.765,33.615,31.517,33.667,32.904],"paint":[40.032,40.383,40.024,41.636,39.431,40.242,39.318,39.092,39.005,39.442,39.841,39.317,39.952,39.879,40.994]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[59.163,54.26,58.681,58.906,56.703,62.548,57.799,57.653,59.121,58.612,58.166,59.852,59.411,60.072,57.689],"script":[39.958,37.384,40.679,40.013,39.249,43.561,40.335,39.625,40.829,41.261,39.499,41.584,41.673,42.582,38.806],"paint":[17.208,13.886,16.107,16.63,15.86,16.911,15.253,15.548,16.311,15.116,16.073,16.397,15.53,15.324,16.461]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"04_select1k","values":{"total":[43.687,40.145,42.391,42.897,41.408,43.881,39.531,42.042,42.467,40.07,41.272,42.249,42.652,41.403,42.127,42.483,42.295,39.955,42.399,42.347,40.606,38.448,42.773,39.422,44.334],"script":[39.726,35.88,38.314,38.906,37.69,39.47,36.014,37.821,38.362,36.653,37.129,37.467,37.83,37.441,37.443,38.754,38.343,35.948,37.077,37.678,36.634,34.851,37.701,35.687,39.4],"paint":[2.618,2.248,2.689,2.747,2.206,3.171,2.051,3.217,3.046,2.725,2.57,3.036,3.545,2.829,3.579,2.745,2.905,3.1,3.479,2.853,2.459,2.279,3.385,2.557,3.824]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"05_swap1k","values":{"total":[55.677,55.569,53.726,56.851,56.67,54.667,53.47,56.386,55.262,55.758,55.201,55.207,53.378,54.852,52.366],"script":[33.72,33.419,32.633,33.461,33.955,32.744,32.106,34.269,33.068,34.704,33.95,32.801,32.4,33.669,32.365],"paint":[19.498,19.654,18.838,20.489,20.886,19.737,20.196,20.391,19.515,19.454,18.359,19.858,19.327,19.802,18.59]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[131.688,128.978,128.811,130.997,130.278,129.471,130.492,123.993,128.05,129.147,129.152,129.173,129.043,129.833,126.688],"script":[52.876,51.604,51.022,52.395,53.306,54.01,53.421,49.203,52.313,51.589,52.808,51.708,51.432,51.671,50.128],"paint":[77.216,76.108,76.305,76.735,75.452,74.401,75.573,73.239,73.968,76.051,74.728,75.957,76.211,75.63,74.953]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"07_create10k","values":{"total":[516.424,501.276,499.338,496.583,498.596,500.355,494.78,496.228,494.412,498.419,501.191,496.786,491.105,501.621,509.946],"script":[133.84,134.368,134.27,133.219,132.815,133.236,129.161,131.456,133.146,133.337,133.875,133.516,132.104,133.579,136.573],"paint":[374.799,358.315,357.54,355.59,357.327,359.333,358.073,356.966,353.544,357.29,359.677,355.341,351.489,360.401,365.472]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[71.055,69.954,72.133,69.339,70.928,71.031,70.124,69.149,69.984,69.481,70.576,69.796,68.918,69.956,70.874],"script":[26.841,26.212,26.74,24.378,26.661,26.703,25.697,25.927,25.947,25.917,26.068,26.301,25.801,26.503,25.793],"paint":[43.242,42.752,44.348,44.028,43.303,43.167,43.227,41.995,42.869,42.357,43.338,42.514,41.941,42.464,43.901]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.49,12.921,13.902,13.074,14.041,15.043,13.88,12.901,12.855,13.341,12.583,12.913,12.298,13.586,14.683],"script":[11.101,11.005,11.054,11.258,11.732,12.191,11.593,11.23,10.984,10.903,11.027,10.921,11.142,11.605,12.143],"paint":[2.292,1.683,1.817,1.71,2.214,1.779,1.918,1.574,1.782,2.325,1.071,0.767,0.382,1.724,1.799]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5836381912231445]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7906055450439453]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.8541078567504883]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9584932327270508]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.765908241271973]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.7150000000001]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[23.227999999999998]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.48]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[181.443359375]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.16796875]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[10.20703125]}},{"framework":"michijs-map-v1.1.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[72.1]}},{"framework":"million-v2.3.3-keyed","benchmark":"01_run1k","values":{"total":[39.732,39.919,38.859,38.19,39.341,39.188,39.517,38.988,38.896,39.886,39.116,39.999,39.686,38.17,39.837],"script":[2.788,2.768,2.853,2.832,2.812,2.848,2.81,2.959,3.076,2.915,2.785,2.815,2.851,2.988,3.101],"paint":[36.274,36.497,35.294,34.67,35.893,35.904,36.001,35.355,35.125,36.297,35.862,36.624,36.144,34.667,36.09]}},{"framework":"million-v2.3.3-keyed","benchmark":"02_replace1k","values":{"total":[43.406,41.556,43.363,43.197,44.152,43.278,41.875,44.636,41.899,41.802,41.722,43.755,42.526,42.802,42.73],"script":[4.98,5.172,5.161,5.138,4.93,4.942,5.218,5.204,5.054,4.99,4.935,5.111,5.131,5.192,5.117],"paint":[37.822,35.674,37.489,37.409,38.724,37.643,36.199,38.729,36.372,36.318,36.318,38.052,36.846,36.881,37.11]}},{"framework":"million-v2.3.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.521,18.421,18.683,18.051,19.033,19.226,18.481,18.552,18.077,18.385,18.335,18.929,18.092,18.695,17.995],"script":[1.728,1.545,1.796,0.655,1.492,0.951,1.949,1.342,1.007,0.974,1.824,1.332,1.497,1.505,1.752],"paint":[15.464,14.808,14.531,15.631,16.525,17.276,14.43,15.241,14.942,15.966,14.946,15.142,14.183,16.168,14.96]}},{"framework":"million-v2.3.3-keyed","benchmark":"04_select1k","values":{"total":[2.979,3.793,4.158,3.787,3.961,3.222,3.274,4.044,3.731,3.657,3.453,4.663,3.677,3.369,3.143,3.791,4.709,4.148,4.332,3.941,3.392,4.288,3.991,2.98,3.035],"script":[1.032,0.917,1.23,0.73,1.146,0.872,0.214,1.178,0.907,1.147,0.591,0.862,0.894,0.221,1.027,0.979,0.903,1.22,1.311,1.216,0.893,1.446,1.157,0.946,0.209],"paint":[1.349,1.956,2.027,1.731,1.947,1.16,2.932,2.345,1.662,1.183,1.996,3.19,2.309,2.558,1.623,2.673,2.959,1.493,0.919,1.853,2.374,1.93,2.685,1.181,1.995]}},{"framework":"million-v2.3.3-keyed","benchmark":"05_swap1k","values":{"total":[22.068,22.611,21.442,22.082,22.591,20.943,22.801,22.02,21.903,22.61,21.347,21.757,21.127,22.04,21.962],"script":[1.197,1.34,1.503,1.34,1.278,1.251,1.386,1.662,1.442,1.253,0.238,1.463,0.852,0.877,1.649],"paint":[19.548,20.267,18.145,18.605,19.06,18.392,20.045,17.854,18.528,19.803,19.161,18.283,18.674,19.077,19.186]}},{"framework":"million-v2.3.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.026,16.912,16.727,16.782,16.608,16.821,17.651,16.656,16.594,17.012,16.975,16.384,16.616,17.209,17.199],"script":[0.361,0.109,0.355,0.098,0.094,0.502,0.085,0.094,0.096,0.102,0.088,0.404,0.158,0.279,0.341],"paint":[16.107,15.709,15.115,15.375,15.476,15.337,16.419,15.32,15.533,15.494,15.639,15.186,14.786,15.888,15.838]}},{"framework":"million-v2.3.3-keyed","benchmark":"07_create10k","values":{"total":[398.467,393.447,387.227,393.53,393.528,405.693,399.789,392.292,395.314,401.277,388.379,394.379,391.843,386.099,394.218],"script":[34.554,35.177,35.053,34.562,34.029,35.501,34.225,35.734,35.217,35.344,35.77,35.346,33.881,33.425,33.585],"paint":[355.75,350.557,344.172,351.63,352.086,362.692,358.091,348.65,352.727,357.685,345.08,351.641,350.613,345.338,352.911]}},{"framework":"million-v2.3.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.049,46.384,45.152,45.695,45.232,45.773,45.243,44.759,45.615,44.73,45.714,45.414,45.444,45.728,45.932],"script":[3.297,3.304,3.269,3.378,3.19,3.541,3.352,3.198,3.21,3.638,3.172,3.253,3.24,3.367,3.249],"paint":[41.718,41.876,40.959,41.421,41.098,41.246,41.028,40.664,41.15,40.192,41.567,41.236,41.173,41.168,41.537]}},{"framework":"million-v2.3.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.215,13.397,11.737,12.818,13.057,12.054,12.97,13.077,12.967,13.06,13.735,13.16,12.297,13.032,12.581],"script":[11.075,11.001,10.623,10.336,10.826,10.163,10.914,10.843,10.362,10.96,11.467,10.669,9.838,11.1,10.981],"paint":[2.025,2.102,0.397,2.387,1.852,1.308,1.953,2.082,2.497,2.001,1.368,2.246,2.35,1.822,1.5]}},{"framework":"million-v2.3.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.46386241912841797]}},{"framework":"million-v2.3.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.109630584716797]}},{"framework":"million-v2.3.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.1374826431274414]}},{"framework":"million-v2.3.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.665226936340332]}},{"framework":"million-v2.3.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.362053871154785]}},{"framework":"million-v2.3.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2900000000002]}},{"framework":"million-v2.3.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.784]}},{"framework":"million-v2.3.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.66800000000003]}},{"framework":"million-v2.3.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.7412109375]}},{"framework":"million-v2.3.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.466796875]}},{"framework":"million-v2.3.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.517578125]}},{"framework":"million-v2.3.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[42]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"01_run1k","values":{"total":[49.365,48.264,49.361,49.793,49.02,49.677,51.144,50.284,49.449,50.954,48.231,50.917,52.093,49.978,49.603],"script":[13.437,12.359,12.681,13.304,12.849,12.584,13.307,12.814,13.175,13.011,12.227,13.081,13.548,13.743,13.159],"paint":[35.374,35.447,36.198,36.059,35.461,36.371,37.132,36.81,35.621,37.187,35.407,37.108,37.829,35.685,35.986]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"02_replace1k","values":{"total":[55.926,54.83,54.197,53.874,53.686,55.774,54.422,53.648,56.014,55.917,54.028,54.685,53.011,53.821,54.079],"script":[15.362,15.125,14.9,15.545,15.062,15.894,14.839,14.973,16.145,15.993,15.331,15.156,15.133,15,15.133],"paint":[40.081,39.212,38.548,37.865,38.174,39.415,38.878,38.171,39.102,39.446,38.02,39.056,37.47,38.343,38.193]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.036,16.773,19.566,18.961,17.802,18.969,19.489,17.907,18.665,17.8,17.527,17.532,17.907,19.003,16.885],"script":[1.159,0.229,0.94,1.348,1.347,1.323,0.627,0.901,0.909,1.557,0.884,0.626,1.07,1.407,0.549],"paint":[14.328,14.314,16.353,15.699,14.225,16.275,16.657,14.978,14.826,14.853,15.301,15.512,15.365,15.22,14.758]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"04_select1k","values":{"total":[3.545,2.802,4.062,3.809,3.099,4.045,2.664,3.448,3.191,3.776,4.067,4.018,4.176,2.962,3.691,3.299,4.24,4.99,3.385,3.827,3.449,3.516,3.404,4.034,3.652],"script":[0.151,0.153,1.086,0.151,0.141,0.13,0.143,1.164,0.82,1.137,1.191,0.944,0.641,1.072,0.129,0.139,1.099,1.248,0.489,0.984,0.962,0.942,1.07,0.543,0.151],"paint":[2.761,1.515,1.948,2.84,2.316,2.605,2.377,1.492,1.184,1.354,1.878,2.891,2.062,1.337,2.557,1.939,1.959,2.461,1.838,2.695,1.898,1.895,2.214,2.484,2.33]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"05_swap1k","values":{"total":[21.362,22.31,21.395,22.887,21.287,21.631,23.526,22.065,21.183,22.727,24.593,22.424,20.784,21.601,21.519],"script":[0.18,0.905,0.822,0.2,0.922,0.921,0.178,0.979,0.844,1.268,1.063,0.806,0.543,1.177,0.969],"paint":[19.554,19.748,18.589,20.743,18.874,18.408,20.908,19.056,19.642,19.084,20.707,20.143,18.608,19.351,19.237]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.555,17.286,17.008,17.225,17.005,17.11,17.457,17.135,16.664,17.215,16.581,16.585,17.666,16.612,17.635],"script":[0.522,0.195,0.544,0.185,0.535,0.52,0.536,0.444,0.527,0.506,0.535,0.198,0.511,0.528,0.522],"paint":[15.726,16.117,15.389,15.553,15.053,15.44,16.079,15.579,15.307,15.606,15.212,15.614,16.309,15.34,16.29]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"07_create10k","values":{"total":[489.389,487.59,485.323,485.111,497.352,486.909,487.284,488.639,492.183,487.032,488.262,486.301,487.828,488.836,485.515],"script":[121.632,119.743,119.256,117.602,118.7,119.238,119.152,119.781,118.918,119.967,120.007,119.484,119.88,120.829,117.39],"paint":[360.175,360.28,358.674,360.185,371.179,360.339,360.062,361.224,365.887,359.701,359.928,359.31,360.619,360.672,359.768]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.859,56.439,56.079,55.459,55.698,55.623,55.962,56.666,56.083,55.092,55.022,56.976,57.839,56.325,55.886],"script":[13.048,12.142,12.317,12.877,11.79,12.132,12.94,12.897,12.141,12.009,11.917,13.324,13.386,13.148,12.897],"paint":[42.609,43.059,42.495,41.594,42.63,42.537,41.767,42.792,42.957,42.248,41.874,42.449,43.447,42.012,42.035]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.193,15,14.504,14.077,14.847,14.18,14.918,13.82,15.047,15.489,14.335,15.241,14.552,15.266,14.985],"script":[11.967,12.503,12.584,12.429,11.794,11.889,12.555,12.234,13.026,12.732,12.597,12.852,12.627,13.142,12.855],"paint":[2.109,2.384,1.547,0.682,1.396,2.023,1.952,0.938,1.404,2.295,0.754,1.588,1.811,1.559,1.001]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6504011154174805]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.914440155029297]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.9609975814819336]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.047088623046875]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.260793685913086]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2110.7349999999997]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.848]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.60000000000005]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[189.3486328125]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[51.07421875]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.107421875]}},{"framework":"mimbl-v0.10.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[87.8]}},{"framework":"miso-v1.4.0-keyed","benchmark":"01_run1k","values":{"total":[65.6,70.738,63.931,63.354,65.635,63.279,63.17,68.591,64.001,62.921,64.329,61.987,63.428,64.843,63.714],"script":[27.213,27.441,26.251,26.788,27.268,26.14,26.651,26.088,26.589,26.821,26.869,25.759,26.628,26.748,26.508],"paint":[38.196,38.499,37.485,36.373,38.153,36.941,36.327,36.177,37.22,35.908,37.27,36.044,36.608,37.901,37.02]}},{"framework":"miso-v1.4.0-keyed","benchmark":"02_replace1k","values":{"total":[82.608,82.292,85.612,80.685,86.315,81.647,80.516,81.134,81.839,86.209,84.531,81.099,79.949,85.528,80.657],"script":[42.605,44.132,42.627,42.444,42.691,42.432,42.3,42.739,42.571,42.695,42.379,42.336,42.847,42.752,41.423],"paint":[39.8,37.945,39.503,38.042,37.249,38.917,38.019,38.214,39.055,38.637,37.285,38.564,36.9,37.914,39.017]}},{"framework":"miso-v1.4.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[68.702,71.561,65.941,70.151,71.245,69.398,68.325,68.216,70.556,70.626,68.378,67.372,69.62,70.421,69.161],"script":[48.506,50.124,49.089,50.339,50.818,49.098,48.855,49.237,50.506,50.556,49.556,47.86,50.66,49.792,52.488],"paint":[17.261,18.943,16.684,18.848,18.988,19.061,19.176,18.266,17.525,17.284,17.366,18.538,17.896,19.919,15.118]}},{"framework":"miso-v1.4.0-keyed","benchmark":"04_select1k","values":{"total":[53.136,55.412,55.716,54.881,54.348,54.129,54.717,51.434,54.299,53.543,53.153,51.377,56.498,57.405,53.887,53.852,52.232,54.056,52.171,54.124,54.572,51.882,55.105,51.763,53.057],"script":[45.359,47.566,47.8,47.393,45.781,46.305,45.977,44.354,46.065,46.243,45.201,44.987,48.761,48.882,46.495,46.499,45.394,47.46,45.61,46.967,47.39,45.676,46.613,45.549,45.691],"paint":[5.014,7.168,5.248,5.862,4.697,5.222,5.791,4.78,4.958,5.383,4.976,4.466,5.396,4.944,5.463,3.578,4.762,3.364,4.709,4.575,5.282,4.273,6.605,3.188,5.598]}},{"framework":"miso-v1.4.0-keyed","benchmark":"05_swap1k","values":{"total":[65.729,69.864,66.102,72.787,70.127,69.231,69.133,69.291,68.226,66.958,67.722,66.56,66.137,72.493,69.688],"script":[42.25,46.397,44.343,46.455,45.129,46.872,45.71,45.938,44.08,44.635,43.188,42.21,42.652,48.889,46.696],"paint":[21.116,21.407,20.177,25.109,22.668,20.676,21.381,21.882,22.184,21.675,21.965,21.679,21.911,22.188,21.856]}},{"framework":"miso-v1.4.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[47.281,48.292,55.012,46.757,45.768,54.34,46.433,51.686,52.918,50.781,46.057,47.074,54.658,46.966,46.303],"script":[22.711,22.812,23.647,23.023,21.999,22.727,22.493,23.082,24.006,23.103,22.014,23.111,21.654,22.782,21.566],"paint":[18.031,19.059,19.813,18.255,18.573,17.955,16.851,18.457,18.611,18.57,17.539,18.835,19.113,17.393,17.682]}},{"framework":"miso-v1.4.0-keyed","benchmark":"07_create10k","values":{"total":[625.372,626.125,626.805,626.923,627.661,621.624,632.644,645.17,624.153,633.551,634.051,631.763,631.849,642.219,633.708],"script":[252.855,252.457,251.814,249.565,251.504,248.762,252.089,254.953,247.681,253.505,256.935,250.02,252.518,259.52,255.984],"paint":[368.878,370.09,371.437,373.786,372.55,369.326,376.774,386.654,372.836,376.457,373.47,378.195,375.649,379.112,374.102]}},{"framework":"miso-v1.4.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[82.393,82.324,81.98,81.337,81.507,83.091,82.48,83.336,82.503,84.425,81.808,82.299,81.247,80.035,80.809],"script":[37.872,36.805,37.277,36.694,36.869,37.962,36.328,37.254,37.962,37.67,37.323,37.086,37.311,36.661,36.614],"paint":[44.163,45.126,44.365,44.314,44.268,44.667,45.701,45.71,44.205,46.248,44.134,44.89,43.569,42.971,43.869]}},{"framework":"miso-v1.4.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[35.403,55.976,34.927,34.533,34.051,34.087,33.387,34.707,33.022,65.878,59.779,39.018,33.833,35.875,36.04],"script":[30.562,25.873,30.041,29.246,30.346,29.937,29.15,29.552,29.005,33.116,30.425,33.658,29.242,31.361,31.4],"paint":[2.888,3.471,3.735,3.458,3.443,2.769,3.052,3.132,3.215,4.772,3.383,3.84,3.381,3.154,3.113]}},{"framework":"miso-v1.4.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.734933853149414]}},{"framework":"miso-v1.4.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.53137493133545]}},{"framework":"miso-v1.4.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.69128704071045]}},{"framework":"miso-v1.4.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.49690055847168]}},{"framework":"miso-v1.4.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[49.30063819885254]}},{"framework":"miso-v1.4.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[4051.396]}},{"framework":"miso-v1.4.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[105.89599999999987]}},{"framework":"miso-v1.4.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[232.79999999999998]}},{"framework":"miso-v1.4.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[581.1181640625]}},{"framework":"miso-v1.4.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[442.8408203125]}},{"framework":"miso-v1.4.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[90.6025390625]}},{"framework":"miso-v1.4.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[662.2]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"01_run1k","values":{"total":[44.62,45.04,44.165,43.694,40.693,42.295,40.378,40.842,43.974,44.074,45.491,43.741,45.289,45.501,41.071],"script":[7.966,8.337,7.81,8.132,5.853,5.973,6.182,5.855,8.15,8.405,8.501,8.132,8.383,8.533,6.223],"paint":[36.224,36.302,35.906,35.144,34.447,35.936,33.768,34.31,35.416,35.241,36.282,35.177,36.329,36.521,34.402]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"02_replace1k","values":{"total":[52.695,53.134,52.856,51.739,51.403,51.872,52.833,54.215,52.394,51.758,51.7,52.184,52.178,52.179,51.855],"script":[15.334,15.359,15.048,15.13,14.967,15.077,15.202,15.828,15.11,15.16,14.861,15.044,15.286,15.052,15.228],"paint":[36.876,37.295,37.3,36.074,35.914,36.219,37.125,37.883,36.747,36.076,36.352,36.724,36.383,36.41,36.137]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.414,33.617,35.406,32.716,33.119,33.22,33.165,32.516,35.762,33.522,31.663,33.03,34.999,33.878,34.234],"script":[10.294,10.97,12.362,11.068,10.879,10.771,11.62,10.477,12.281,11.334,10.503,11.017,11.809,10.866,11.024],"paint":[19.409,20.136,20.75,19.525,20.628,21.14,19.535,20.726,21.592,19.778,19.259,20.13,21.241,20.497,21.275]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"04_select1k","values":{"total":[15.952,14.587,15.925,15.35,16.022,14.01,15.753,15.74,16.309,14.61,15.379,14.911,14.741,14.774,15.898,14.721,15.812,14.59,16.333,15.031,15.342,15.111,16.166,15.386,15.44],"script":[8.815,7.806,9.112,8.507,8.325,7.446,7.572,8.604,8.646,7.404,9.088,7.786,7.876,7.649,8.036,7.397,7.92,7.534,9.249,8.321,8.265,8.619,8.438,8.089,8.624],"paint":[5.725,5.855,5.871,5.929,6.357,5.896,6.579,6.286,5.554,5.892,5.243,5.896,5.404,5.851,7.621,6.61,6.786,5.809,6.494,5.317,5.828,4.995,6.459,5.973,5.845]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"05_swap1k","values":{"total":[30.311,29.457,32.016,29.74,29.924,30.399,31.95,29.178,29.813,28.632,29.339,30.293,29.706,28.607,29.959],"script":[7.983,8.58,8.956,7.425,7.649,7.979,8.613,6.906,7.899,7.46,8.173,8.117,7.773,7.16,9.196],"paint":[19.736,19.24,21.064,19.821,19.851,20.295,21.334,21.166,19.956,19.147,19.52,20.414,20.408,19.761,19.023]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.617,22.843,22.693,24.223,21.467,22.21,21.101,21.847,22.725,22.364,21.758,22.817,22.25,22.219,21.508],"script":[4.495,4.949,4.94,4.952,4.74,4.976,4.418,4.628,4.941,4.895,4.453,4.753,4.989,4.943,4.784],"paint":[16.048,16.658,16.089,17.764,15.932,16.372,15.824,15.827,16.094,16.651,16.453,16.212,16.442,16.307,15.929]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"07_create10k","values":{"total":[438.313,444.866,452.295,436.285,439.433,441.907,450.477,441.412,442.64,453.752,453.214,452.432,452.817,442.786,448.971],"script":[79.126,85.85,81.174,79.101,77.374,77.062,90.928,78.661,77.414,81.902,80.403,80.558,80.467,77.277,79.231],"paint":[351.46,351.678,363.841,349.894,354.805,357.536,352.19,355.164,357.963,364.385,365.473,364.374,364.975,358.214,362.389]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.367,56.255,56.973,55.49,55.311,56.017,56.593,56.224,55.816,55.546,54.577,55.939,55.727,54.203,55.816],"script":[11.783,11.813,11.737,11.849,11.69,12.253,11.728,11.924,11.623,11.739,11.687,11.606,11.583,11.587,11.587],"paint":[43.618,43.523,44.284,42.397,42.362,42.82,43.647,43.316,42.993,42.86,41.696,43.137,42.913,41.666,43.274]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.282,17.765,19.122,20.922,18.397,18.368,19.994,20.88,19.398,19.043,19.69,21.044,18.198,19.887,20.109],"script":[17.757,16.271,16.615,18.465,16.485,16.448,17.626,18.763,17.096,17.168,17.269,18.535,16.749,17.312,18.247],"paint":[2.026,1.382,1.423,1.26,1.112,0.827,1.772,2.022,2.212,0.366,1.817,1.936,0.401,2.266,1.484]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.48275184631347656]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.2969255447387695]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.3162174224853516]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6679754257202148]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.43585968017578]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1953.7999999999997]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[31.747999999999998]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.444]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.7333984375]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[23.736328125]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.32421875]}},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[73.1]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"01_run1k","values":{"total":[45.173,47.959,47.966,48.26,47.544,52.298,49.544,51.696,49.356,51.449,48.553,46.512,42.791,47.861,51.56],"script":[7.635,9.104,9.218,7.947,7.811,8.427,7.272,9.547,9.335,7.717,9.341,7.806,7.587,7.322,9.786],"paint":[34.326,35.534,35.437,34.067,33.968,34.759,34.473,37.436,36.612,35.097,35.921,35.473,34.165,34.245,35.388]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"02_replace1k","values":{"total":[54.648,55.321,58.024,53.339,50.037,53.287,51.566,57.066,50.658,50.205,51.291,52.256,58.976,55.715,53.91],"script":[12.365,11.923,12.729,12.078,11.962,11.851,12.082,12.507,12.19,12.301,12.447,12.155,12.294,12.198,12.308],"paint":[38.086,37.687,37.543,38.028,37.647,39.008,37.023,37.505,37.19,37.366,38.389,37.721,37.864,37.225,37.241]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.975,29.236,30.848,32.352,30.047,28.46,28.562,29.151,28.547,30.922,28.822,29.23,29.551,28.14,29.906],"script":[15.014,11.547,14.022,14.702,14.06,11.645,12.567,12.768,12.11,13.927,13.124,13.28,13.005,12.121,14.212],"paint":[15.846,16.696,15.61,17.513,15.64,16.087,15.244,15.821,14.803,16.873,14.944,15.204,16.424,15.897,14.885]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"04_select1k","values":{"total":[15.623,15.5,15.924,15.453,16.347,17.306,16.204,15.503,15.932,14.52,15.53,16.506,16.436,14.704,14.849,14.676,15.699,16.341,16.705,16.75,15.142,16.009,15.29,15.158,16.196],"script":[12.485,11.289,12.445,12.784,11.617,12.954,12.938,12.523,11.546,11.049,12.661,13.339,12.91,11.512,11.546,11.098,11.758,12.921,12.017,14.017,12.122,13.152,12.219,11.434,13.041],"paint":[2.15,3.257,3.232,1.678,3.607,2.749,2.074,1.778,2.922,0.563,1.88,2.92,1.725,2.795,3.104,2.696,3.234,2.798,3.485,1.489,1.351,2.652,2.092,2.843,2.158]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"05_swap1k","values":{"total":[31.862,33.499,32.554,34.186,33.93,31.567,32.522,33.584,32.278,31.515,33.573,49.327999999999996,33.844,32.63,32.49],"script":[11.657,11.857,12.554,12.532,12.61,11.419,11.766,12.037,12.301,11.159,11.89,12.411,12.372,12.43,12.375],"paint":[19.485,19.572,19.561,20.562,20.272,20.031,20.446,20.733,19.764,19.019,21.047,20.859,21.087,20.066,18.947]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.586,22.146,21.997,26.219,22.159,20.959,22.596,21.168,21.977,22.198,21.079,24.668,20.925,21.526,24.404],"script":[6.639,6.622,6.139,5.804,6.952,6.197,6.425,6.449,6.189,6.755,6.264,6.658,6.36,6.077,6.362],"paint":[14.456,15.334,14.282,14.619,14.658,14.283,15.974,14.568,14.54,15.281,14.586,14.713,14.038,15.103,15.475]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"07_create10k","values":{"total":[487.25,459.957,474.928,485.323,464.295,467.184,476.499,480.262,472.406,476.477,481.473,479.947,478.281,475.557,468.159],"script":[96.814,96.732,101.237,96.699,96.276,101.966,98.326,97.951,100.747,98.366,101.747,97.251,100.628,97.039,96.942],"paint":[379.231,353.103,368.732,375.955,358.889,354.97,367.861,375.299,365.422,373.092,372.843,370.657,373.192,370.23,359.901]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.45,61.567,60.499,55.076,54.432,54.294,60.614,63.817,56.825,56.172,62,61.341,61.213,56.426,63.052],"script":[12.931,12.862,12.381,12.675,12.682,12.287,12.581,12.301,12.631,13.457,12.596,12.393,12.712,13.026,12.85],"paint":[41.853,42.203,41.618,42.097,41.434,41.722,41.906,41.952,43.305,42.406,43.416,42.382,42.075,43.096,43.522]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.661,16.589,17.013,17.754,17.157,16.584,17.967,17.098,16.752,17.168,17.83,17.297,17.695,18.029,17.668],"script":[16.586,15.415,15.251,16.185,14.475,14.839,14.767,15.358,15.041,15.627,16.003,14.168,15.871,16.481,15.372],"paint":[1.944,0.479,1.125,1.509,1.29,1.685,3.114,1.687,1.645,1.467,1.753,2.053,1.76,1.487,1.63]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5656423568725586]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.996967315673828]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.423375129699707]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9672794342041016]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.48556613922119]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.505]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.295999999999998]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.74800000000005]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[176.2255859375]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[37.951171875]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.7041015625]}},{"framework":"mithril-v2.2.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[71.5]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"01_run1k","values":{"total":[44.023,43.263,42.921,43.901,45.095,44.262,43.586,43.738,45.807,44.882,44.332,43.886,43.829,44.655,44.212],"script":[8.28,7.816,7.706,7.742,8.044,8.345,7.709,8.073,8.341,8.054,7.737,8.106,8.119,8.326,8.246],"paint":[35.299,34.854,34.505,35.413,36.527,35.464,35.415,35.167,36.989,36.37,36.082,35.082,35.025,35.857,35.498]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"02_replace1k","values":{"total":[49.924,48.207,48.358,47.481,47.9,49.045,50.243,48.359,49.83,50.468,47.859,48.222,48.16,47.446,48.755],"script":[11.115,10.837,10.973,10.475,10.9,10.815,11.344,11.442,10.627,10.902,10.285,11.176,10.483,10.504,10.825],"paint":[38.279,36.626,36.896,36.285,36.512,37.488,38.425,36.445,38.753,38.845,36.804,36.331,37.174,36.441,37.461]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.717,20.63,19.453,20.884,18.754,18.875,18.787,18.721,19,18.832,20.828,18.8,19.074,18.97,18.954],"script":[2.877,2.437,2.161,3.222,1.94,1.825,2.038,2.067,2.494,1.823,2.581,2.445,2.388,2.584,2.292],"paint":[15.097,16.166,15.662,16.251,14.933,15.447,14.494,14.978,14.912,15.886,15.297,13.278,14.098,14.457,13.693]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"04_select1k","values":{"total":[3.455,4.711,4.569,3.536,3.728,3.87,3.466,4.017,4.13,3.426,3.716,3.797,4.131,3.794,3.435,2.963,4.195,4.383,3.493,4.022,3.75,4.001,3.788,3.809,3.916],"script":[1.2,1.151,1.014,0.261,1.278,0.782,1.013,0.846,0.826,0.201,0.836,1.153,0.963,0.198,0.195,0.965,0.883,1.043,1.175,1.164,0.963,0.758,0.191,0.19,1.146],"paint":[0.544,2.412,2.395,3.106,2.307,2.007,1.524,1.874,1.948,2.729,1.863,1.305,2.582,2.755,2.662,1.375,2.126,2.257,1.382,1.897,1.914,2.001,2.739,1.789,2.244]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"05_swap1k","values":{"total":[23.088,23.419,22.287,22.622,22.322,22.946,23.814,23.677,22.832,23.217,23.702,23.815,23.144,24.039,23.033],"script":[2.391,2.59,1.864,2.603,1.835,1.863,2.412,2.294,1.527,2.168,2.366,2.326,2.18,1.876,2.159],"paint":[19.657,18.9,18.615,18.116,19.145,18.989,19.029,19.805,19.95,19.448,20.139,19.885,18.683,20.31,19.5]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.174,18.616,18.382,17.74,18.191,18.949,17.812,17.619,18.134,17.92,17.756,17.794,17.842,17.821,17.999],"script":[1.063,0.778,1.175,1.142,1.107,1.327,1.145,1.178,1.087,0.77,0.832,1.146,1.181,0.899,0.852],"paint":[15.687,16.547,15.907,15.616,16.129,16.769,15.851,15.669,15.405,16.347,15.841,15.506,15.861,15.712,15.803]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"07_create10k","values":{"total":[447.62,443.37,441.744,449.111,446.355,449.267,450.202,450.769,454.217,444.991,448.457,446.447,449.187,450.13,446.191],"script":[80.55,81.208,79.68,79.601,79.874,81.625,80.022,80.401,80.003,79.471,80.881,80.722,79.502,79.568,78.965],"paint":[359.74,354.843,354.7,361.927,358.728,360.365,361.995,363.055,365.788,358.292,360.185,357.881,362.397,363.24,359.459]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.413,48.824,50.004,49.584,49.774,49.72,49.034,50.789,51.345,48.215,48.706,48.979,50.249,50.025,49.627],"script":[7.277,6.914,7.118,7.133,7.185,7.173,7.003,7.038,7.167,6.76,7.008,6.962,7.165,7.319,7.151],"paint":[42.263,41.042,41.986,40.999,41.619,41.332,40.8,42.46,42.834,40.55,40.495,40.771,42.092,41.509,41.566]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.658,14.92,15.895,15.083,15.287,14.47,14.73,15.069,15.469,15.028,14.964,14.926,15.627,15.136,15.495],"script":[13.26,12.448,13.418,13.186,13.437,12.905,12.433,13.511,13.428,12.583,13.203,12.517,13.056,13.153,13.112],"paint":[1.237,1.279,2.351,1.791,0.81,1.46,2.198,1.453,1.932,2.324,0.854,2.298,1.986,1.147,2.26]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8495874404907227]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.8682193756103516]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.9119644165039062]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2431659698486328]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.659645080566406]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2102.275]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.896]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.25599999999997]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[194.52734375]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[56.2529296875]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.5126953125]}},{"framework":"mobx-jsx-v0.14.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[89.2]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"01_run1k","values":{"total":[43.522,43.088,43.422,43.23,44.524,43.804,44.66,43.795,43.708,44.108,42.265,45.607,43.213,44.691,43.464],"script":[6.374,6.621,6.845,6.56,6.58,6.75,6.684,6.866,6.882,6.941,6.318,6.435,6.56,7.61,6.565],"paint":[36.442,36.001,36.123,36.233,37.314,36.392,37.472,36.506,36.329,36.702,35.501,38.723,36.198,36.414,36.415]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"02_replace1k","values":{"total":[47.848,50.302,48.846,48.771,48.875,50.912,48.972,49.493,49.091,49.722,47.123,48.97,50.071,48.462,49.078],"script":[10.862,9.683,10.557,10.534,9.918,10.338,10.227,10.368,9.887,9.937,10.078,10.091,10.361,10.175,9.859],"paint":[36.505,40.115,37.832,37.665,38.211,40.076,38.013,38.673,38.703,39.223,36.333,38.154,39.188,37.786,38.736]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.363,18.227,17.868,18.257,18.24,17.77,19.293,18.198,17.531,18.417,18.017,18.702,17.935,17.749,19.46],"script":[1.682,1.543,1,1.695,1.853,1.326,1.757,1.517,1.04,1.524,0.964,1.8,1.258,0.979,1.257],"paint":[14.403,15.57,15.507,14.786,14.422,14.749,16.441,15.211,15.191,14.966,15.007,15.254,14.814,15.268,16.764]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"04_select1k","values":{"total":[4.092,4.036,4.014,4.456,4.334,3.529,3.741,4.033,2.951,3.79,4.764,4.759,4.067,4.214,4.11,3.321,5.085,4.348,4.667,3.529,3.918,3.486,4.116,4.518,4.088],"script":[1.069,0.986,1.105,0.99,1.298,1.265,0.642,1.473,0.956,1.267,0.656,0.992,1.051,1.086,0.848,0.558,0.606,1.142,1.367,0.922,0.896,0.904,0.982,1.13,0.644],"paint":[2.194,2.083,1.637,2.048,2.003,1.359,2.278,1.981,1.107,2.371,3.003,2.968,2.109,0.891,1.656,1.676,2.986,2.139,1.786,1.761,1.705,1.503,2.987,2.175,3.295]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"05_swap1k","values":{"total":[22.326,22.363,23.19,22.205,22.323,21.874,22.66,23.683,23.572,22.901,22.042,23.337,21.839,22.379,22.081],"script":[1.65,1.026,1.718,1.422,1.677,1.593,1.89,1.045,1.785,1.54,1.812,1.204,1.337,1.749,1.539],"paint":[19.025,19.038,18.049,18.78,18.556,19.212,18.492,20.657,20.513,19.519,18.666,20.371,18.578,19.239,18.928]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.051,17.912,17.456,17.556,17.815,18.073,17.99,18.938,17.792,17.721,17.804,17.164,17.662,18.184,17.253],"script":[0.909,0.682,0.765,0.66,0.669,1.055,0.812,1.095,0.717,0.703,0.664,0.659,1.059,0.668,0.661],"paint":[15.957,15.954,15.729,16.112,16.094,15.607,16.273,16.381,15.88,15.29,15.829,15.496,15.202,16.009,15.474]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"07_create10k","values":{"total":[679.128,668.997,665.33,670.712,670.343,656.608,671.996,664.953,666.197,662.474,667.762,677.471,670.463,671.184,669.756],"script":[280.638,278.243,275.941,279.04,281.754,272.246,278.477,280.381,279.523,275.344,276.821,280.652,281.204,282.731,281.382],"paint":[391.079,383.095,381.274,383.81,381.172,376.759,386.057,377.161,379.353,379.465,383.253,389.235,381.325,380.74,379.711]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[80.556,79.223,80.594,80.529,81.227,79.015,79.167,79.705,81.898,78.406,80.837,80.52,80.467,79.884,81.544],"script":[35.603,35.724,36.054,35.943,35.807,35.241,35.249,35.146,35.755,35.257,35.648,36.186,35.39,35.779,36.01],"paint":[43.992,42.53,43.551,43.587,44.413,42.801,42.972,43.61,45.14,41.896,44.225,43.386,44.059,42.858,44.325]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.968,21.855,20.735,20.153,19.507,19.338,21.677,19.821,19.601,19.433,19.916,19.306,20.566,19.634,20.589],"script":[17.498,19.893,18.447,17.615,17.251,16.86,19.544,17.768,17.609,16.641,17.865,17.11,18.077,17.934,18.322],"paint":[2.365,1.578,1.155,2.396,1.009,1.136,2.018,1.588,1.154,2.549,1.907,1.827,2.375,1.24,1.917]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.726149559020996]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.669027328491211]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.720995903015137]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[10.278796195983887]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[72.69038486480713]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1953.7599999999998]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[38.656]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[153.06800000000018]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[370.78125]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[232.2216796875]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[66.2548828125]}},{"framework":"mogwai-v0.6.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[380.3]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"01_run1k","values":{"total":[44.759,45.858,44.588,42.856,44.601,43.789,44.324,43.381,44,50.292,45.325,44.35,44.217,43.546,44.619],"script":[8.196,8.131,8.525,7.733,8.162,8.22,8.038,8.058,8.025,8.449,8.321,8.245,8.14,8.271,7.754],"paint":[36.379,37.547,35.869,34.75,35.509,35.375,36.142,35.122,35.246,35.068,36.842,35.924,35.095,35.118,36.572]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"02_replace1k","values":{"total":[52.968,52.46,52.541,51.836,51.907,52.497,53.254,52.474,52.29,52.86,52.914,52.002,52.253,51.813,52.943],"script":[24.581,24.141,24.348,24.803,24.659,24.384,24.797,24.365,24.685,25.329,24.723,24.767,24.482,24.637,24.686],"paint":[38.1,37.874,37.812,36.923,36.972,38.001,38.296,37.742,37.33,37.614,37.957,37.299,37.281,36.881,38.074]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[55.511,53.578,55.355,53.061,52.345,50.774,52.405,51.847,53.269,55.552,55.138,52.567,52.078,55.337,52.449],"script":[34.466,34.581,34.693,34.609,33.777,33.026,34.076,33.998,34.652,35.932,36.3,33.58,34.293,34.696,34.056],"paint":[19.384,18.713,19.068,16.912,16.951,17.468,18.054,16.992,16.839,18.22,17.926,18.16,17.002,19.049,17.54]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"04_select1k","values":{"total":[40.465,41.686,40.338,39.605,41.323,41.068,40.273,41.388,41.89,42.062,41.309,40.474,41.233,42.852,41.559,39.475,41.262,41.576,40.727,40.063,41.075,40.72,42.24,42.21,40.59],"script":[34.458,35.111,33.943,34.046,35.655,34.877,34.355,34.561,35.225,34.352,34.093,34.544,32.958,36.38,34.255,33.914,34.195,34.848,34.802,33.525,33.578,34.191,35.272,35.432,33.792],"paint":[4.834,4.54,5.016,3.511,4.381,4.216,3.86,3.766,5.358,5.364,3.765,3.372,6.998,3.328,5.474,3.742,4.747,4.463,4.221,4.035,3.756,4.111,3.875,5.353,3.788]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"05_swap1k","values":{"total":[206.571,204.809,207.177,203.925,202.878,214.759,207.54,203.549,205.53,208.558,207.567,202.897,208.3,201.891,206.957],"script":[52.001,50.372,53.457,52.073,50.237,51.997,51.506,50.722,51.548,53.55,52.734,49.458,53.963,49.799,51.379],"paint":[153.402,152.543,151.311,151.507,150.269,161.023,154.237,151.92,151.711,153.24,153.015,151.061,152.797,151.775,152.183]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[102.459,103.844,105.063,102.307,102.319,104.33,103.584,103.988,103.61,103.256,106.632,105.632,106.323,105.501,102.565],"script":[25.613,26.388,26.947,25.052,25.486,25.929,25.009,26.736,25.284,25.947,26.983,27.198,26.394,25.946,25.308],"paint":[74.674,75.086,76.165,74.545,75.401,76.326,76.276,74.625,76.229,74.815,77.702,75.879,77.8,77.882,75.999]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"07_create10k","values":{"total":[456.452,459.222,451.903,466.989,451.841,455.702,452.687,459.17,453.832,452.765,448.58,450.637,456.068,453.567,459.031],"script":[88.925,90.308,90.953,90.532,91.049,90.416,89.479,90.358,89.905,90.087,88.921,90.37,90.697,89.875,90.491],"paint":[363.848,365.452,357.468,372.901,357.278,361.761,359.657,365.247,360.321,359.053,356.11,356.731,361.634,360.116,364.86]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.45,60.432,58.071,59.056,58.688,57.749,57.31,58.825,59.08,57.129,58.506,57.736,58.346,59.637,57.324],"script":[17.221,17.262,17.775,16.639,17.144,16.794,16.41,17.472,17.813,16.9,16.658,16.55,17.355,16.925,16.278],"paint":[39.907,42.723,39.991,41.96,41.184,40.48,40.597,41.038,40.938,39.93,41.339,40.729,40.696,42.383,40.724]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.003,27.782,27.211,26.19,27.587,25.603,27.671,27.069,26.452,26.071,26.264,25.719,25.336,27.222,26.304],"script":[21.589,22.363,22.047,21.112,23.102,21.414,21.362,22.572,22.485,21.406,21.376,21.246,21.744,22.314,22.024],"paint":[3.55,4.537,4.148,2.402,4.201,2.821,4.297,3.347,2.933,3.438,4.481,2.924,3.248,2.464,3.68]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[3.408435821533203]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.788459777832031]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.88132381439209]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.7828636169433594]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.67311954498291]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2565.333]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[145.64800000000022]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[409.696]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[1022.24609375]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[885.857421875]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[211.6611328125]}},{"framework":"openui5-v1.120.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[134.5]}},{"framework":"owl-v2.2.6-keyed","benchmark":"01_run1k","values":{"total":[48.819,44.628,43.176,47.088,46.182,47.781,50.011,41.455,53.289,47.223,42.691,48.414,48.061,44.38,44.859],"script":[6.243,7.373,5.923,6.136,6.279,6.177,5.689,5.558,6.336,6.271,7.047,6.317,6.429,7.423,6.428],"paint":[36.305,35.843,34.056,34.713,35.172,36.857,35.21,35.62,37.74,35.179,35.153,37.534,35.613,36.765,35.17]}},{"framework":"owl-v2.2.6-keyed","benchmark":"02_replace1k","values":{"total":[49.543,53.867,51.091,49.047,50.74,50.14,48.105,51.818,47.547,48.696,50.844,54.945,49.506,48.671,47.626],"script":[11.2,10.85,10.716,10.531,11.114,11.231,10.459,10.744,10.667,10.409,10.466,10.892,11.502,10.979,9.952],"paint":[38.163,37.094,38.079,38.344,37.323,37.395,37.485,38.674,36.716,38.132,38.806,39.127,37.834,37.537,37.125]}},{"framework":"owl-v2.2.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.381,28.538,26.703,26.962,27.635,28.33,29.955,26.454,28.046,28.36,30.082,27.142,28.225,27.765,26.182],"script":[10.585,11.114,9.973,10.363,9.971,11.685,11.634,10.718,10.191,11.265,11.664,10.513,11.435,11.432,10.32],"paint":[15.739,17.278,15.361,15.762,17.523,16.498,17.35,14.737,17.717,16.971,17.329,16.317,16.656,15.163,15.727]}},{"framework":"owl-v2.2.6-keyed","benchmark":"04_select1k","values":{"total":[11.986,12.39,13.769,13.463,11.421,12.088,11.796,13.371,11.645,14.662,12.564,11.14,15.31,11.68,12.001,14.443,11.108,11.133,13.196,11.817,11.81,11.829,13.091,11.354,14.526],"script":[8.861,9.761,9.037,10.419,8.471,7.576,8.993,10.761,8.575,11.293,8.676,7.607,11.503,7.886,9.261,11.046,8.145,8.273,10.609,8.619,8.844,8.865,8.652,8.314,10.403],"paint":[2.203,1.779,3.628,1.482,2.04,2.374,2.316,1.743,1.885,3.03,2.585,2.285,2.49,3.158,2.523,2.017,0.969,1.946,1.875,2.544,1.939,1.997,2.887,2.851,2.659]}},{"framework":"owl-v2.2.6-keyed","benchmark":"05_swap1k","values":{"total":[29.39,27.647,29.844,26.978,31.37,27.416,27.823,29.731,27.243,27.109,28.338,27.328,27.053,27.784,31.394],"script":[10.436,7.575,10.735,7.808,11.089,7.027,7.523,10.353,8.443,7.978,9.044,7.085,8.151,7.515,10.046],"paint":[18.042,19.947,18.981,16.698,19.336,18.782,19.58,18.631,18.303,19.01,19.165,18.753,18.758,20.147,20.307]}},{"framework":"owl-v2.2.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.024,22.682,22.541,22.72,22.12,22.628,21.431,22.017,21.534,22.137,22.158,22.571,21.986,21.964,21.666],"script":[7.353,7.809,7.452,7.09,7.397,7.411,7.141,6.999,7.024,7.283,7.003,7.592,7.286,7.059,7.211],"paint":[14.202,14.68,14.579,15.456,13.964,14.66,14.128,14.512,14.332,14.514,14.382,14.574,14.534,14.262,14.206]}},{"framework":"owl-v2.2.6-keyed","benchmark":"07_create10k","values":{"total":[440.261,438.786,436.03,441.685,449.731,445.42,442.502,442.771,445.106,449.461,442.104,442.334,446.577,453.009,442.369],"script":[76.614,75.059,81.384,76.431,84.868,76.075,75.396,74.846,74.345,74.534,74.509,75.506,76.233,83.213,75.882],"paint":[360.026,360.212,351.083,361.679,361.423,365.781,363.529,364.443,367.343,371.349,364.033,363.284,366.772,366.231,362.875]}},{"framework":"owl-v2.2.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.629,54.33,53.436,54.288,54.304,52.22,54.846,54.441,54.535,55.554,54.71,54.413,52.466,54.097,53.517],"script":[11.06,11.111,10.806,10.793,11.136,10.783,11.661,10.636,11.89,12.096,11.661,11.366,11.015,11.303,10.853],"paint":[41.787,42.893,42.312,43.167,42.267,41.134,42.857,43.447,42.344,43.164,42.739,42.711,41.154,42.471,41.927]}},{"framework":"owl-v2.2.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.399,15.586,14.755,15.269,15.016,15.16,15.388,16.825,15.154,14.455,15.001,15.07,15.221,14.271,14.642],"script":[12.891,13.554,11.604,13.403,13.669,13.351,12.772,14.214,13.359,12.854,13.093,13.661,12.598,12.157,12.576],"paint":[1.443,1.628,2.293,1.801,1.289,1.736,2.381,1.335,1.734,1.537,1.843,1.334,2.549,1.4,1.785]}},{"framework":"owl-v2.2.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8339290618896484]}},{"framework":"owl-v2.2.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3329811096191406]}},{"framework":"owl-v2.2.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.323089599609375]}},{"framework":"owl-v2.2.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3216419219970703]}},{"framework":"owl-v2.2.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.953933715820312]}},{"framework":"owl-v2.2.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2184.2349999999997]}},{"framework":"owl-v2.2.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.644]}},{"framework":"owl-v2.2.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[163.67199999999997]}},{"framework":"owl-v2.2.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[216.978515625]}},{"framework":"owl-v2.2.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[78.703125]}},{"framework":"owl-v2.2.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[22.3466796875]}},{"framework":"owl-v2.2.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[126.5]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"01_run1k","values":{"total":[77.779,75.225,74.374,74.347,74.71,74.483,72.742,75.145,73.273,73.71,73.912,75.216,75.085,75.499,74.674],"script":[37.702,37.329,37.365,36.996,37.245,37.326,36.687,37.043,36.787,37.35,36.334,37.473,37.939,38.198,37.301],"paint":[39.354,37.306,36.326,36.815,36.736,36.655,35.556,37.307,35.883,35.863,37.012,37.21,36.607,36.766,36.652]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"02_replace1k","values":{"total":[87.457,86.533,87.002,86.12,87.179,86.659,88.262,86.651,87.326,86.954,86.075,87.902,85.765,85.684,87.954],"script":[44.764,43.746,44.45,44.419,43.822,44.161,43.824,43.533,44.5,44.197,44.159,44.209,43.314,44.311,45.312],"paint":[41.935,42.034,41.991,41.145,42.801,41.969,43.685,42.514,42.293,42.234,41.369,43.006,41.877,40.819,41.895]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.469,20.876,21.532,21.258,22.901,20.56,21.254,22.563,21.28,21.581,21.187,22.994,21.701,22.449,21.375],"script":[3.782,3.199,3.652,2.833,2.91,3.238,2.997,3.569,3.279,3.411,2.893,2.942,3.623,3.39,3.802],"paint":[18.342,16.596,16.467,16.347,17.666,15.43,16.64,17.198,16.435,16.799,16.851,18.056,16.084,16.918,16.387]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"04_select1k","values":{"total":[18.464,16.766,19.186,18.746,18.003,18.665,19.554,17.746,17.278,19.001,16.859,17.747,19.078,18.352,18.083,16.986,17.239,17.355,17.012,17.072,17.142,16.593,17.252,17.65,18.568],"script":[15.582,13.86,15.29,14.714,14.656,15.971,15.033,14.335,14.508,15.315,13.762,14.067,15.055,14.961,14.378,13.876,14.339,14.656,13.853,14.288,14.318,12.667,13.874,14.281,15.189],"paint":[1.441,1.965,3.024,3.7,2.411,1.814,3.585,2.533,2.083,2.77,1.712,2.643,3.185,2.607,2.987,2.866,1.759,1.905,2.953,1.783,1.867,3.026,2.567,2.615,2.33]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"05_swap1k","values":{"total":[84.311,85.512,83.476,82.913,84.647,85.669,84.278,85.592,82.823,86.595,87.293,83.091,84.341,84.298,87.11],"script":[60.083,61.636,60.675,59.033,60.781,60.922,60.394,61.779,59.59,62.138,63.4,60.428,60.302,59.751,62.972],"paint":[21.448,21.703,20.599,22.731,21.677,21.936,22.037,21.703,21.009,22.575,22.376,20.764,21.532,22.698,21.712]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[127.899,130.04,129.839,128.813,128.954,129.762,130.536,130.451,130.12,131.535,127.184,129.889,128.381,133.301,127.583],"script":[47.426,47.624,47.481,48.922,47.802,47.124,49.425,49.059,48.477,48.548,46.623,48.591,48.321,50.815,46.423],"paint":[79.121,80.536,80.687,78.179,79.254,80.833,79.428,80.052,79.602,80.876,78.763,79.881,78.131,80.815,79.773]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"07_create10k","values":{"total":[823.294,817.262,811.196,819.102,831.693,839.026,812.494,818.019,818.808,827.152,814.705,816.82,820.057,842.904,825.334],"script":[396.141,395.554,400.952,402.297,404.2,405.874,402.999,399.71,406.918,407.005,400.511,400.609,403.128,410.497,403.511],"paint":[419.441,413.903,402.554,409.165,419.715,425.507,401.637,410.703,403.379,412.161,406.663,408.703,409.367,424.548,413.972]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[99.561,100.518,98.41,98.565,100.713,100.1,100.714,98.103,99.158,98.041,98.298,98.055,102.032,99.281,97.798],"script":[49.961,50.626,50.36,49.412,50.703,50.615,51.848,48.456,50.137,48.89,49.646,49.72,52.306,49.423,49.409],"paint":[48.294,48.812,46.77,48.054,48.749,48.301,47.562,48.619,47.879,47.659,47.752,47.098,48.751,48.911,47.146]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.723,29.45,28.48,30.257,29.043,29.288,27.29,29.173,28.652,27.813,29.198,29.346,29.173,27.823,28.222],"script":[26.152,26.988,25.707,28.042,26.297,27.456,25.63,26.507,26.585,25.926,26.722,26.61,25.68,25.319,25.679],"paint":[2.308,2.338,2.603,1.253,2.622,1.693,0.845,2.536,1.924,1.762,1.64,2.619,1.873,2.35,1.436]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5468454360961914]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.789344787597656]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.83919620513916]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.3361730575561523]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[57.42958068847656]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.3000000000002]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.607999999999997]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.748]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.900390625]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.6240234375]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.2314453125]}},{"framework":"petite-vue-v0.4.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.7]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"01_run1k","values":{"total":[44.626,43.806,45.077,43.913,43.925,43.14,43.308,44.515,44.922,43.757,44.24,45.154,44.088,43.043,44.125],"script":[7.395,7.697,7.588,7.444,7.315,7.274,7.591,7.214,7.529,7.552,7.461,7.588,7.497,7.17,7.626],"paint":[36.747,35.589,36.786,35.769,35.876,35.379,35.236,36.813,36.88,35.689,36.267,37.071,35.905,35.377,35.991]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"02_replace1k","values":{"total":[48.947,48.158,48.974,49.198,50.392,50.039,49.597,49.508,49.018,49.724,47.517,49.064,48.157,48.409,47.759],"script":[11.646,10.987,11.793,11.348,11.769,11.226,10.837,11.436,11.142,11.722,10.743,11.589,11.118,11.479,10.55],"paint":[36.791,36.715,36.389,37.29,37.875,38.283,38.276,37.324,37.163,37.504,36.284,36.785,36.509,36.23,36.494]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.238,21.46,22.344,21.906,22.242,22.95,23.115,22.401,21.16,21.49,23.184,23.271,21.775,22.777,23.211],"script":[1.974,1.861,2.44,2.738,2.211,1.591,2.669,2.656,1.902,2.321,1.855,3.218,1.605,2.946,2.543],"paint":[18.504,18.439,17.989,17.773,18.186,17.974,18.488,17.953,17.681,17.613,18.338,18.722,18.46,17.848,18.973]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"04_select1k","values":{"total":[3.627,3.293,3.562,4.642,4.183,3.826,4.369,4.158,4.093,3.442,3.063,3.652,3.825,4.208,4.121,3.679,4.269,2.715,3.855,3.68,3.865,3.735,4.138,3.824,3.892],"script":[0.863,1.041,1.243,1.293,1.847,0.933,1.5,0.265,1.338,1.056,0.863,1.045,0.921,0.823,0.735,0.267,0.694,0.255,1.34,0.951,1.048,0.91,1.255,1.071,0.601],"paint":[1.87,1.649,1.371,2.117,1.689,2.77,1.814,2.898,2.628,1.844,1.579,1.983,1.643,2.821,2.734,2.608,2.684,2.346,2.394,1.877,2.255,1.841,1.985,2.626,2.756]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"05_swap1k","values":{"total":[22.647,22.634,22.207,22.231,21.91,22.031,23.224,22.418,22.729,22.028,21.39,22.238,22.633,23.648,24.817],"script":[2.027,2.097,1.938,1.417,1.434,2.022,1.786,1.607,2.05,1.531,1.418,1.662,1.799,1.924,2.101],"paint":[19.019,18.877,17.332,18.464,18.676,18.618,19.942,18.659,18.641,18.585,17.073,19.633,19.294,20.38,21.215]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.953,17.294,17.403,17.223,17.724,17.069,17.208,17.224,17.232,17.189,17.186,16.645,16.862,17.147,16.503],"script":[0.506,0.463,0.541,0.265,0.499,0.564,0.413,0.384,0.284,0.601,0.494,0.157,0.408,0.422,0.5],"paint":[15.955,15.544,15.868,16.2,15.837,15.137,15.792,16.043,15.77,15.802,15.491,15.758,15.681,15.607,15.286]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"07_create10k","values":{"total":[457.591,463.032,456.287,461.052,479.724,464.648,454.664,460.458,457.161,465.542,458.081,457.273,458.139,455.171,456.954],"script":[91.449,92.199,88.277,88.437,89.005,89.933,91.249,92.387,92.171,90.963,88.898,90.473,90.659,88.382,91.887],"paint":[358.674,363.216,360.593,365.266,383.083,367.277,355.995,359.392,357.597,367.102,361.549,359.623,359.988,359.551,357.798]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.298,50.229,50.502,50.82,51.536,50.55,50.447,50.533,50.732,49.791,49.856,49.125,50.615,50.544,49.851],"script":[7.365,7.238,8.003,8.035,7.908,7.864,8.207,7.914,7.866,7.894,7.283,7.726,7.839,7.754,7.931],"paint":[41.003,42.069,41.539,41.538,42.674,41.499,41.059,41.342,41.954,40.972,41.341,40.478,41.923,41.549,40.987]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.126,14.554,16.064,15.395,15.227,14.412,15.591,14.933,14.66,15.328,14.958,14.628,15.157,15.284,14.297],"script":[12.657,13.039,13.22,12.608,12.546,12.768,13.241,13.478,12.711,13.012,12.196,12.28,12.834,12.571,12.723],"paint":[1.394,0.481,2.665,1.885,2.579,1.539,0.879,1.367,1.357,1.97,2.163,2.254,2.227,2.162,1.481]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5262556076049805]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.016132354736328]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.128293037414551]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9234418869018555]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[13.44477653503418]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.44]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.696]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.69999999999996]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.564453125]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[13.2890625]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.1806640625]}},{"framework":"plaited-v5.3.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.1]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"01_run1k","values":{"total":[47.054,47.273,43.471,43.556,47.292,46.358,47.069,47.761,47.357,48.046,43.926,47.214,43.742,46.924,47.691],"script":[10.452,10.125,8.127,7.994,10.179,10.348,10.234,10.121,10.199,10.33,8.788,10.319,8.004,10.605,10.783],"paint":[36.149,36.445,34.93,34.898,36.65,35.303,36.093,36.936,36.71,37.255,34.67,36.171,35.305,35.587,36.209]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"02_replace1k","values":{"total":[58.91,59.569,58.449,58.85,60.377,59.73,59.279,59.506,58.631,58.476,60.14,57.67,58.591,60.134,59.008],"script":[20.097,19.815,19.708,19.603,20.855,19.8,19.938,20.091,19.59,19.834,20.446,19.686,19.72,20.231,19.713],"paint":[38.318,39.322,38.27,38.774,39.063,39.435,38.634,38.947,38.286,37.964,39.207,37.522,38.45,39.194,38.816]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.439,22.74,24.406,23.099,23.83,22.744,23.538,23.434,23.306,23.198,23.437,24.535,23.454,24.953,25.512],"script":[6.374,5.953,5.558,5.338,6.202,5.803,5.844,6.258,6.091,6.052,5.936,5.865,6.14,5.622,6.748],"paint":[16.171,14.167,17.55,15.108,15.869,14.005,16.586,15.701,14.822,14.502,15.862,16.868,14.355,17.145,17.029]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"04_select1k","values":{"total":[7.416,7.195,6.362,6.395,6.107,6.376,7.291,6.729,7.155,6.849,7.328,6.85,6.179,6.727,6.483,6.927,7.099,5.892,6.062,6.967,6.483,6.874,6.558,7.441,6.821],"script":[4.166,3.406,3.286,3.718,3.593,3.571,3.744,3.185,4.213,3.372,4.173,4.252,3.578,3.582,3.636,3.513,3.43,3.393,3.482,3.952,4.017,2.87,3.938,3.967,3.103],"paint":[2.242,3.121,1.257,1.62,1.964,1.587,2.923,2.931,1.774,3.286,1.943,1.472,1.576,1.192,1.948,2.76,2.431,2.297,1.63,2.172,2.257,3.807,1.603,2.609,2.828]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"05_swap1k","values":{"total":[26.205,25.826,26.502,25.124,24.87,24.508,27.121,25.395,24.479,25.291,23.999,25.022,26.359,25.123,25.491],"script":[3.696,4.214,3.214,3.696,3.244,4.142,4.29,3.489,3.547,4.104,3.557,3.429,3.244,3.974,4.028],"paint":[20.542,18.866,20.592,19.963,19.746,18.991,20.806,19.29,19.101,19.652,19.015,19.932,21.221,19.112,18.888]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.71,22.258,21.553,22.574,22.284,22.139,22.066,21.169,21.859,22.408,22.197,21.042,21.992,21.568,22.088],"script":[4.858,4.805,4.827,4.303,4.78,4.483,4.416,4.351,4.439,4.276,4.457,4.484,4.67,4.608,4.495],"paint":[16.486,16.189,15.823,16.784,16.611,16.624,16.618,15.98,16.203,16.767,16.528,15.732,15.963,15.781,16.53]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"07_create10k","values":{"total":[486.293,484.159,486.415,470.476,475.352,485.663,486.286,488.707,481.881,484.717,481.662,483.866,484.792,471.183,483.499],"script":[111.321,109.581,110.037,107.421,107.516,111.002,110.605,110.438,111.29,111.73,110.304,110.552,109.182,105.81,109.895],"paint":[367.028,367.207,368.79,355.449,360.22,366.793,368.308,370.306,363.196,365.621,363.528,365.829,367.895,357.813,366.16]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.889,59.261,58.88,58.194,58.335,59.055,57.311,57.939,58.932,58.728,57.125,58.34,57.292,57.041,58.402],"script":[14.84,14.639,14.78,14.394,14.725,14.053,13.991,13.452,14.111,14.314,13.835,14.386,14.34,14.16,14.551],"paint":[43.827,43.658,43.125,42.849,42.357,43.975,42.09,43.638,43.624,43.521,42.275,42.955,41.948,41.942,42.758]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.592,19.55,18.891,19.248,19.773,19.814,20.239,19.041,18.796,20.124,18.988,17.989,17.282,19.446,20.047],"script":[17.353,17.608,16.477,17.115,16.671,17.69,17.809,16.453,16.002,18.021,17.488,15.53,15.345,17.022,17.096],"paint":[1.896,1.733,1.701,2.012,2.23,1.219,1.271,2.042,1.94,0.846,0.461,2.371,1.829,1.556,2.833]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5191850662231445]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.081935882568359]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.116214752197266]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7583503723144531]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.119028091430664]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1875.9500000000003]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.055999999999997]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.4919999999999]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.73046875]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.4560546875]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.5791015625]}},{"framework":"preact-classes-v10.13.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[61.8]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"01_run1k","values":{"total":[45.167,47.799,45.032,44.242,46.627,44.379,46.24,44.451,47.87,43.496,45.06,44.406,43.634,47.252,44.197],"script":[9.014,8.514,9.761,9.006,8.645,9.196,10.051,9.124,11.129,8.498,10.168,8.899,8.333,8.743,8.724],"paint":[35.476,38.742,34.761,34.842,37.504,34.734,35.477,34.621,36.025,34.575,34.46,34.888,34.797,37.816,35.023]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"02_replace1k","values":{"total":[56.405,56.744,56.642,57.383,57.514,58.036,56.985,57.522,57.632,57.885,57.712,56.829,57.794,56.467,57.567],"script":[18.244,17.996,18.288,18.063,18.179,18.054,18.123,18.561,18.084,18.264,18.599,18.257,18.498,18.087,18.061],"paint":[37.704,38.246,37.834,38.87,38.867,39.251,38.358,38.501,39.076,38.985,38.613,38.089,38.754,37.912,39.044]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[36.098,36.112,35.429,35.635,37.326,34.9,37.658,36.045,37.018,36.399,35.614,35.34,36.109,36.065,36.55],"script":[17.772,17.902,17.946,17.215,18.783,17.964,18.317,17.65,18.709,17.975,18.042,17.008,17.646,18.553,18.077],"paint":[16.625,15.026,16.01,17.049,16.74,14.906,17.112,17.14,16.1,17.287,15.911,15.648,15.961,15.823,16.792]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"04_select1k","values":{"total":[20.56,20.455,20.133,18.999,19.289,20.051,19.36,20.142,20.052,20.845,21.128,19.222,21.041,21.15,20.332,19.36,21.259,22.175,20.545,19.848,21.572,20.893,20.629,19.552,20.825],"script":[17.112,17.54,16.069,15.758,15.783,16.033,16.006,15.822,15.71,16.33,16.718,14.584,16.577,16.758,16.267,16.083,17.238,17.354,15.979,16.192,17.5,16.209,16.375,16.258,17.502],"paint":[2.235,1.818,3.768,1.989,3.151,2.548,1.523,3.423,3.11,3.49,2.852,3.225,3.324,3.111,1.855,1.483,2.082,2.356,3.372,2.613,2.773,3.63,3.986,1.832,1.747]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"05_swap1k","values":{"total":[39.647,40.208,40.66,38.572,39.714,38.196,38.937,40.43,39.693,39.442,39.153,38.284,39.448,37.064,40],"script":[17.616,18.147,17.234,15.718,17.243,16.067,16.679,17.408,17.954,17.096,16.965,17.213,16.395,15.541,18.824],"paint":[20.224,20.136,21.237,20.904,21.362,20.645,19.428,20.599,20.078,20.739,20.295,19.627,19.314,19.216,19.574]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[26.486,26.616,26.435,26.536,26.965,26.561,27.639,26.032,26.908,25.92,26.407,26.49,26.152,26.221,26.946],"script":[8.517,8.746,8.596,8.862,8.662,8.56,9.248,8.249,8.628,8.096,8.62,8.851,8.323,9.15,8.635],"paint":[16.095,16.676,16.673,16.485,17.236,16.632,16.99,16.906,16.954,16.41,16.88,16.477,16.522,16.242,16.959]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"07_create10k","values":{"total":[481.223,479.294,478.619,475.339,469.398,470.898,479.114,476.992,478.923,472.605,481.632,481.722,476.118,470.828,472.858],"script":[108.814,110.93,108.293,107.066,107.766,109.263,109.945,108.516,108.742,105.813,109.905,109.86,108.427,107.501,107.293],"paint":[364.92,360.888,362.376,360.567,353.974,353.82,361.571,360.716,362.484,358.701,363.66,364.248,360.163,355.515,358.192]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.782,59.553,59.665,60.33,57.976,59.123,59.914,57.998,60.415,59.191,61.066,59.086,60.678,60.736,60.267],"script":[15.236,15.002,14.891,15.899,15.517,15.429,15.143,15.016,15.127,15.353,15.771,15.203,15.416,15.781,15.035],"paint":[42.564,43.616,43.536,43.257,41.365,42.447,43.505,42.02,44.32,42.877,44.107,42.932,44.042,44.005,43.883]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.423,19.157,19.514,19.012,19.826,18.87,17.771,18.69,20.868,19.891,17.658,18.498,18.947,20.165,19.786],"script":[17.792,16.617,17.387,17.206,17.534,17.425,16.209,16.759,18.43,17.76,15.466,16.038,17.329,17.524,17.522],"paint":[2.139,2.411,1.033,0.809,2.188,1.342,1.438,1.547,1.384,2.01,2.075,1.958,0.827,2.345,2.143]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5363445281982422]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.767338752746582]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.811356544494629]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7609682083129883]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.32572078704834]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.5300000000002]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.011999999999999]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.83999999999995]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[152.349609375]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.0751953125]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.4697265625]}},{"framework":"preact-hooks-v10.18.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[49.3]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"01_run1k","values":{"total":[50.334,50.737,50.644,49.483,49.299,50.668,48.678,50.037,50.08,50.562,50.054,50.744,48.999,49.932,49.124],"script":[13.269,13.434,13.505,12.746,13.357,12.728,12.954,13.127,13.129,13.579,13.391,13.131,12.567,12.941,13.188],"paint":[36.353,36.83,36.56,35.965,35.48,37.428,35.233,36.449,36.273,36.565,36.163,37.138,35.696,36.33,35.453]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"02_replace1k","values":{"total":[58.187,58.071,57.492,58.526,58.31,58.43,59.377,59.276,59.044,59.854,59.311,59.892,59.456,57.784,57.424],"script":[19.987,19.304,18.906,19.306,19.406,19.344,20.009,19.45,20.513,20.26,20.049,20.222,20.216,19.23,19.783],"paint":[37.717,38.304,38.115,38.731,38.441,38.571,38.862,39.153,38.062,38.86,38.805,39.186,38.501,38.066,37.158]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.267,18.839,19.172,19.342,19.112,18.757,18.267,19.86,18.578,19.52,19.14,18.154,18.676,18.785,18.74],"script":[1.886,0.883,0.973,1.093,1.239,1.029,1.387,1.715,1.041,1.246,0.992,1.214,1.374,1.006,0.923],"paint":[15.51,15.346,16.54,15.861,16.732,16.307,15.487,16.985,15.413,16.185,15.507,15.153,15.909,15.41,16.39]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"04_select1k","values":{"total":[23.185,21.737,22.618,21.711,21.69,21.953,23.13,22.828,22.557,24.028,22.574,21.31,21.685,23.335,22.217,22.667,22.474,23.055,21.313,23.53,22.24,22.037,21.625,20.626,23.114],"script":[19.164,17.952,18.053,18.132,18.755,18.121,18.812,19.109,18.806,19.21,19.424,17.38,18.536,19.593,18.591,18.613,19.063,18.5,17.851,19.241,17.89,18.153,18.555,17.359,18.994],"paint":[3.309,3.457,3.765,2.428,1.965,2.601,3.654,2.352,2.626,3.3,2.441,2.415,2.474,2.998,2.455,3.787,2.218,3.906,2.505,1.778,2.853,2.866,1.559,2.001,3.171]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"05_swap1k","values":{"total":[40.789,39.773,38.742,42.601,40.537,39.658,39.983,39.95,42.013,40.384,41.335,38.807,40.875,42.93,39.917],"script":[19.192,17.451,17.467,19.482,19.424,18.151,19.32,18.644,18.049,18.409,18.28,17.363,18.782,18.183,17.433],"paint":[19.883,20.484,19.328,21.19,18.85,19.735,19.281,18.988,21.959,20.308,19.845,19.435,19.624,22.581,20.31]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[25.821,26.835,25.765,26.813,25.728,26.638,25.814,26.253,27.132,26.585,27.736,26.471,26.349,26.386,26.807],"script":[8.701,8.705,8.599,9.008,8.604,9.486,9.139,9.067,9.773,9.274,9.85,9.18,9.316,9.262,9.373],"paint":[16.271,16.708,16.009,16.348,15.918,16.307,15.527,16.32,16.071,15.946,16.517,15.908,16.006,16.397,15.753]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"07_create10k","values":{"total":[480.427,488.395,480.284,485.758,480.383,483.391,479.217,488.451,482.836,487.463,479.345,484.809,484.758,482.178,481.68],"script":[114.203,114.551,114.203,115.056,114.5,112.64,113.026,117.204,114.885,113.562,113.614,115.699,113.582,112.082,116.177],"paint":[358.479,366.02,358.356,363.328,358.445,362.862,358.776,362.766,360.613,366.42,358.387,361.675,363.773,362.613,358.048]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[62.742,60.799,61.349,60.987,62.387,62.067,60.895,60.876,61.291,61.315,61.673,61.437,61.873,62.873,61.47],"script":[17.172,16.978,17.633,17.33,17.822,16.953,17.611,17.533,16.922,17.78,17.046,17.42,17.167,17.084,17.326],"paint":[44.259,42.85,42.755,42.661,43.621,44.15,42.31,42.014,43.385,42.279,43.617,43.003,43.755,44.916,43.206]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.138,21.991,22.341,22.609,23.452,22.681,21.438,20.47,21.032,21.881,21.822,21.325,21.623,21.608,21.363],"script":[18.9,19.451,20.216,20.436,20.204,20.583,19.247,18.64,19.179,20.442,19.648,19.722,19.857,19.607,19.218],"paint":[2.127,2.327,2.011,1.037,2.231,1.96,2.065,1.736,1.757,0.407,2.059,1.498,1.651,1.885,2.038]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5446834564208984]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.068349838256836]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.097973823547363]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7965822219848633]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.415053367614746]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.11]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.996000000000002]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.928]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.1298828125]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.85546875]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.26953125]}},{"framework":"preact-signals-v10.18.1 + 1.2.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[75.1]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"01_run1k","values":{"total":[60.322,58.202,59.259,60.017,59.926,59.93,59.729,58.424,60.265,59.247,58.974,75.329,59.145,58.664,59.358],"script":[22.077,20.484,21.36,22.027,21.042,21.5,21.154,20.889,21.46,22.143,21.043,21.99,21.278,21.511,21.997],"paint":[38.089,37.552,37.707,37.662,38.719,38.244,38.401,37.365,38.637,36.94,37.77,37.55,37.704,37.001,37.188]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"02_replace1k","values":{"total":[67.933,68.397,69.224,70.319,67.861,70.125,66.366,68.693,67.219,68.397,66.693,67.665,68.029,69.447,67.383],"script":[28.535,29.208,29.361,31.039,29.188,30.878,28.835,29.354,29.747,29.645,29.187,29.449,30.003,29.84,29.4],"paint":[39.219,38.844,39.68,39.097,38.45,38.838,37.352,39.009,37.3,38.579,37.326,38.046,37.844,39.426,37.802]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"03_update10th1k_x16","values":{"total":[58.654,56.394,22.778,55.273,22.102,57.382,20.661,58.58,57.182,21.763,20.546,59.815,20.35,56.356,20.554],"script":[3.528,3.945,3.394,3.136,4.555,3.577,3.596,3.879,3.934,2.677,3.236,4.297,2.434,3.3,3.632],"paint":[17.912,16.655,16.418,17.15,16.062,16.287,15.953,17.935,16.529,16.944,16.535,17.761,17.71,17.848,14.849]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"04_select1k","values":{"total":[15.616,17.986,9.68,7.471,6.895,7.122,8.631,10.38,11.495,7.715,11.811,17.548,8.364,6.754,14.556,5.165,15.453,12.409,8.551,9.267,9.618,8.367,13.993,8.527,12.54],"script":[2.096,2.8,0.778,2.34,1.213,1.987,1.88,3.146,2.073,2.055,2.804,2.095,1.868,1.656,2.236,1.855,1.531,2.179,1.127,3.293,1.371,3.005,2.522,2.842,2.407],"paint":[5.59,4.209,4.022,4.065,3.552,4.222,3.743,3.515,4.169,4.859,3.99,4.61,4.484,3.028,4.073,1.75,4.294,3.764,6.529,3.235,5.697,3.317,3.525,2.93,3.177]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"05_swap1k","values":{"total":[31.018,31.276,31.306,30.959,31.025,27.6,30.608,32.435,32.697,30.579,35.289,29.443,31.186,66.206,32.643],"script":[9.619,8.366,8.196,8.534,8.255,8.513,8.775,9.494,8.773,8.228,8.67,8.843,8.438,8.609,10.052],"paint":[21.185,21.037,22.05,21.408,21.772,18.305,21.424,21.885,21.675,20.448,23.114,19.653,22.216,20.171,20.132]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"06_remove-one-1k","values":{"total":[25.653,23.096,24.693,25.857,24.068,25.361,25.009,24.249,23.305,24.31,25.13,23.829,23.789,24.066,23.319],"script":[5.44,5.209,5.058,5.584,5.181,5.58,5.043,5.394,5.531,5.52,5.435,5.726,5.343,5.046,5.425],"paint":[17.636,16.696,17.383,18.147,17.474,17.283,17.455,17.104,16.791,17.719,16.868,16.283,16.726,17.158,16.903]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"07_create10k","values":{"total":[579.082,566.984,574.322,572.431,569.936,571.874,575.48,572.202,571.115,574.454,576.952,575.071,578.789,578.695,571.086],"script":[207.298,198.725,206.47,203.762,203.912,204.421,204.856,204.949,204.281,204.028,206.69,203.791,204.755,207.797,204.956],"paint":[367.058,363.242,363.035,363.806,360.713,362.59,365.798,362.387,362.159,365.692,365.164,365.912,369.055,365.38,361.242]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[69.622,69.522,71.56,70.853,70.904,71.786,71.213,73.693,71.771,71.56,71.001,69.961,71.168,71.71,71.993],"script":[26.168,25.354,26.001,25.617,26.22,25.9,25.82,27.148,27.029,26.85,26.312,25.81,26.308,26.57,25.957],"paint":[42.221,43.156,44.56,44.227,43.629,44.642,44.362,45.446,43.675,43.474,43.638,42.907,43.756,43.82,44.723]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.862,28.062,27.647,26.016,26.468,27.147,26.114,30.105,27.106,27.693,27.509,26.042,24.903,26.051,27.162],"script":[22.081,21.667,22.635,21.969,21.884,21.723,21.594,22.325,22.822,23.395,22.236,21.211,21.4,22.534,22.208],"paint":[4.904,5.344,4.652,2.576,3.095,4.283,2.861,7.324,4.008,3.821,2.235,3.268,2.465,3.042,4.132]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.43747997283935547]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.389595031738281]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.463556289672852]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[7.314138412475586]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[71.8621883392334]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.44]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[18.2]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.59999999999997]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[143.8984375]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[57.345703125]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.8251953125]}},{"framework":"qwik-v1.2.17-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[42.7]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"01_run1k","values":{"total":[58.757,63.042,65.955,62.432,62.694,64.471,64.64,62.879,59.634,64.292,63.815,63.4,62.758,64.229,59.164],"script":[23.91,26.182,27.125,26.864,26.413,27.375,26.652,26.556,25.501,27.326,26.835,26.439,26.579,26.205,23.524],"paint":[34.139,36.401,38.38,35.12,35.791,36.616,37.517,35.841,33.735,36.496,36.49,36.489,35.717,37.25,35.19]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"02_replace1k","values":{"total":[72.102,72.375,69.959,72.027,71.037,72.55,72.617,74.298,74.154,73.731,72.329,73.196,74.178,72.521,73.142],"script":[32.794,32.504,31.946,33.167,33.628,33.077,34.395,34.617,34.282,34.298,33.865,33.471,34.37,34.044,34.61],"paint":[38.756,39.346,37.42,38.18,36.891,38.784,37.744,38.982,39.154,38.939,37.742,39.222,39.197,38.009,38.083]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.004,22.05,20.522,20.053,20.055,22.011,21.786,20.582,20.387,21.562,21.047,22.398,20.161,20.822,21.452],"script":[4.215,3.886,3.755,4.004,4.09,4.206,4.037,3.826,3.229,4.242,3.634,4.549,3.893,3.38,4.08],"paint":[15.812,16.393,14.817,14.961,14.946,15.828,16.746,14.915,15.971,15.501,15.564,15.971,14.994,15.281,15.71]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"04_select1k","values":{"total":[7.873,9.456,9.867,9.511,8.406,9.225,8.238,8.636,7.82,9.817,8.738,7.741,8.782,9.57,8.372,9.239,7.625,9.042,9.837,9.415,9.712,10.083,8.7,7.696,8.356],"script":[4.28,6.37,6.099,6.318,5.46,5.765,5.191,5.085,4.936,5.976,6.294,4.969,5.865,5.357,5.374,6.078,5.193,5.796,5.285,6.105,5.897,5.775,5.565,5.405,5.956],"paint":[3.402,1.22,2.396,2.987,1.724,3.206,1.966,2.76,1.307,3.113,2.234,1.435,2.69,3.23,1.718,2.467,2.228,2.047,3.26,3.105,2.588,2.521,2.941,1.296,1.294]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"05_swap1k","values":{"total":[181.281,179.465,181.951,181.283,180.544,179.775,180.431,181.533,177.088,181.961,181.114,177.538,175.755,175.482,181.154],"script":[25.738,27.516,28.272,27.105,27.104,28.586,27.376,29.818,25.491,27.395,27.176,27.32,27.59,26.648,27.56],"paint":[153.169,150.462,150.39,151.822,150.875,149.702,150.418,149.109,149.682,152.087,152.574,147.291,145.336,147.259,150.295]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.888,22.754,23.392,23.351,22.948,23.721,23.376,23.952,23.595,23.968,23.46,23.155,23.347,22.705,22.691],"script":[5.553,5.548,5.427,5.61,5.471,5.681,5.601,5.507,5.792,5.721,6.027,5.445,5.551,5.557,5.479],"paint":[16.039,16.167,16.322,16.933,15.865,16.796,16.658,17.134,16.643,17.121,15.763,16.367,16.149,16.339,16.352]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"07_create10k","values":{"total":[613.238,601.89,610.36,608.431,601.845,598.6,598.194,594.982,595.841,607.674,607.497,607.063,604.458,603.722,601.502],"script":[219.728,218.526,217.876,220.499,217.283,216.179,218.349,218.83,215.445,219.362,218.673,218.297,218.345,218.251,219.829],"paint":[385.87,375.547,385.133,379.303,376.804,375.052,372.464,368.778,372.885,380.677,380.843,381.173,378.696,377.893,374.314]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[68.136,67.003,67.534,68.069,68.433,67.631,67.972,67.86,66.716,68.122,66.748,64.809,68.704,68.653,66.257],"script":[24.139,23.437,24.085,24.364,24.79,23.891,23.752,23.941,23.927,23.824,23.497,23.349,24.687,24.002,23.992],"paint":[43.047,42.607,42.125,42.456,42.653,42.56,43.217,42.917,41.57,43.016,42.294,40.531,42.792,43.443,41.291]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[31.693,32.373,32.168,33.32,32.132,32.744,33.443,31.691,31.359,32.327,35.328,32.695,32.895,32.513,32.728],"script":[29.09,30.097,29.623,30.875,30.339,30.643,31,29.611,28.588,29.353,32.64,29.683,30.605,30.45,30.155],"paint":[0.982,0.516,1.897,1.28,0.783,1.74,1.292,1.153,1.13,2.835,1.824,2.841,1.986,1.152,2.419]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.099717140197754]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.730116844177246]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.817400932312012]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.3941097259521484]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[72.9354600906372]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.384]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.804000000000002]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[176.18400000000003]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[362.4169921875]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[224.140625]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.7353515625]}},{"framework":"ractive-v1.3.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[303.9]}},{"framework":"rax-v0.6.7-keyed","benchmark":"01_run1k","values":{"total":[53.691,50.031,50.788,49.416,50.12,50.391,49.574,52.363,50.895,53.192,49.166,49.632,53.415,49.724,49.685],"script":[17.842,15.021,15.364,14.843,14.944,15.197,14.837,15.264,15.311,15.466,14.918,14.898,18.061,15.267,15.007],"paint":[35.399,34.596,35.007,34.182,34.794,34.782,34.295,36.688,35.103,37.007,33.858,34.341,34.893,34.049,34.001]}},{"framework":"rax-v0.6.7-keyed","benchmark":"02_replace1k","values":{"total":[63.749,64.001,63.592,63.455,64.072,64.28,63.322,63.215,63.388,63.803,63.423,61.549,63.613,63.487,63.73],"script":[24.175,24.773,24.904,24.467,24.734,24.709,24.736,24.019,24.981,24.428,24.432,23.555,24.905,24.106,24.98],"paint":[38.938,38.412,38.199,38.475,38.867,39.032,38.086,38.701,37.684,38.575,38.469,37.521,38.18,38.873,38.024]}},{"framework":"rax-v0.6.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.319,31.612,32.753,33.22,30.711,32.951,29.889,32.321,31.284,30.535,30.085,30.092,31.336,30.687,31.672],"script":[13.181,13.252,14.671,14.116,13.966,13.746,12.414,14.695,13.525,13.036,13.212,12.92,13.14,13.428,13.653],"paint":[16.705,17.266,17.298,16.964,15.052,17.698,15.201,15.297,16.092,15.264,15.263,15.719,16.58,15.082,15.584]}},{"framework":"rax-v0.6.7-keyed","benchmark":"04_select1k","values":{"total":[12.311,12.842,12.94,12.346,12.791,12.844,12.728,12.307,13.101,11.719,12.102,12.073,13.509,12.96,13.23,12.613,12.533,12.626,13.079,11.65,12.22,11.905,12.953,12.949,13.298],"script":[9.734,9.22,9.983,9.697,10.358,9.435,9.3,9.718,9.409,8.585,8.649,8.607,9.817,9.771,9.48,9.512,9.158,9.84,9.961,8.824,8.783,9.27,9.73,9.973,10.235],"paint":[2.374,2.622,2.078,1.503,1.343,2.518,2.764,1.599,2.392,1.66,2.449,2.61,3.431,2.968,2.79,2.904,2.135,2.105,1.948,1.885,3.225,1.495,1.816,1.885,2.863]}},{"framework":"rax-v0.6.7-keyed","benchmark":"05_swap1k","values":{"total":[177.682,181.767,178.295,177.843,178.027,179.114,178.836,179.711,178.202,180.344,178.207,183.223,180.552,177.988,180.855],"script":[24.562,24.492,24.603,25.143,24.467,23.311,23.88,24.365,24.301,25.88,24.299,24.135,24.701,23.746,24.989],"paint":[151.581,154.727,150.853,150.79,150.979,153.118,152.946,153.352,151.908,151.6,150.796,155.406,154.42,151.405,153.374]}},{"framework":"rax-v0.6.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.309,21.418,22.156,21.972,22.429,21.542,22.104,22.232,22.37,21.512,21.736,24.033,22.115,21.825,22.118],"script":[4.51,4.752,4.823,4.962,5.268,4.915,4.806,4.968,4.927,4.77,4.948,5.398,4.931,4.801,4.891],"paint":[16.887,15.593,16.052,15.525,15.905,15.786,15.914,15.746,15.766,15.916,15.116,17.3,15.827,15.193,16.382]}},{"framework":"rax-v0.6.7-keyed","benchmark":"07_create10k","values":{"total":[597.141,593.892,587.519,592.203,593.227,593.667,598.982,578.041,595.126,602.072,613.497,575.379,594.179,597.022,606.922],"script":[213.329,212.73,209.504,211.861,212.886,211.108,216.491,212.439,210.128,217.057,219.604,212.616,216.43,215.928,211.347],"paint":[375.397,373.745,370.453,372.527,372.056,373.596,375.058,358.168,377.536,377.527,386.167,355.28,369.824,373.293,388.123]}},{"framework":"rax-v0.6.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[62.921,64.298,64.145,63.115,64.815,65.14,62.915,64.583,64.325,64.336,65.15,63.645,63.423,65.021,63.363],"script":[20.173,19.999,20.387,20.427,20.423,20.254,20.143,20.221,20.156,20.371,20.182,20.379,19.714,20.837,19.906],"paint":[41.777,43.26,42.737,41.756,43.178,43.545,41.489,43.171,43.254,43.014,43.721,42.345,42.855,42.975,42.533]}},{"framework":"rax-v0.6.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.302,26.383,26.748,26.906,27.709,26.781,28.249,25.696,26.487,27.55,26.395,26.098,25.985,25.522,25.857],"script":[25.385,24.471,23.913,24.776,25.565,24.866,25.095,23.789,24.531,25.258,24.2,23.745,23.796,23.792,24.219],"paint":[0.594,1.061,2.308,1.139,2.035,1.067,3.02,1.111,0.443,1.122,1.801,2.225,2.082,1.271,1.513]}},{"framework":"rax-v0.6.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6893577575683594]}},{"framework":"rax-v0.6.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.927980422973633]}},{"framework":"rax-v0.6.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.180381774902344]}},{"framework":"rax-v0.6.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.171682357788086]}},{"framework":"rax-v0.6.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.48340606689453]}},{"framework":"rax-v0.6.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.6899999999996]}},{"framework":"rax-v0.6.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.163999999999998]}},{"framework":"rax-v0.6.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.01600000000002]}},{"framework":"rax-v0.6.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[202.2998046875]}},{"framework":"rax-v0.6.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[64.025390625]}},{"framework":"rax-v0.6.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[12.8125]}},{"framework":"rax-v0.6.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[104.4]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[46.279,48.528,46.282,47.315,46.465,46.597,46.38,46.814,46.832,46.856,47.236,47.671,45.946,46.536,48.674],"script":[11.682,10.726,11.088,11.538,11.308,11.701,10.68,11.62,11.243,11.184,11.556,11.956,11.201,11.658,11.562],"paint":[34.151,37.121,34.777,35.305,34.753,34.416,35.021,34.746,35.171,35.282,35.219,35.311,34.354,34.309,36.719]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[54.512,54.674,54.348,53.988,53.129,54.909,53.312,53.93,53.92,54.628,54.577,54.87,54.403,54.791,54.16],"script":[16.389,16.051,16.251,16.069,15.303,16.229,16.274,15.514,15.534,16.342,16.18,16.089,16.225,16.434,16.201],"paint":[37.364,38.162,37.39,37.191,37.367,37.96,36.566,37.67,37.923,37.501,37.92,38.037,37.697,37.85,37.448]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.227,23.636,23.634,23.942,23.862,23.11,25.439,23.688,23.392,22.954,29.517,24.252,23.981,22.516,23.387],"script":[5.691,5.773,5.779,6.192,6.385,5.654,5.883,5.853,5.58,5.11,7.048,6.335,5.401,5.898,6.083],"paint":[16.002,16.199,16.469,16.144,15.95,14.833,17.098,15.05,15.06,16.772,19.626,15.876,15.781,15.363,15.677]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[5.579,6.679,5.894,5.97,5.624,5.636,5.832,6.076,5.69,6.836,5.35,6.789,6.754,5.804,5.863,5.779,6.028,6.119,6.339,6.319,6.059,5.664,5.72,5.631,5.933],"script":[2.476,3.316,2.326,2.889,2.633,2.756,2.527,2.827,1.794,3.14,2.537,3.118,3.37,2.793,2.388,2.208,2.3,2.417,2.55,3.183,2.906,2.621,2.806,2.52,2.485],"paint":[2.314,2.338,3.368,1.36,2.788,1.463,2.659,1.645,2.78,3.442,1.913,3.055,2.422,1.765,2.438,3.403,2.546,2.188,3.047,2.05,1.709,2.107,1.61,2.697,2.042]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[183.215,180.462,178.994,177.564,177.589,176.569,181.965,180.34,180.732,180.033,178.652,181.027,177.687,175.933,177.278],"script":[22.935,23.434,22.961,24.162,23.926,23.939,23.667,23.224,23.984,22.249,22.835,22.802,22.994,22.144,22.942],"paint":[158.713,153.499,152.561,152.056,151.789,150.059,155.252,155.319,154.294,155.156,152.645,155.429,151.863,151.392,151.208]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.124,18.896,18.624,18.918,19.174,18.34,20.869,19.049,18.777,19.371,19.111,18.505,18.432,19.153,18.571],"script":[2.162,1.643,1.855,2.195,1.789,1.757,1.846,1.713,1.777,2.088,1.747,1.814,1.858,1.796,1.706],"paint":[15.985,16.232,15.565,15.877,16.063,15.448,17.242,15.766,15.104,16.069,15.989,15.823,15.454,16.034,15.791]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[632.844,622.706,634.613,625.053,629.318,621.447,622.795,626.29,620.174,636.849,623.04,630.747,628.22,623.627,630.788],"script":[245.955,241.548,251.99,247.27,245.484,240.086,240.763,244.154,241.641,253.862,244.184,250.76,243.934,247.718,253.572],"paint":[378.787,373.582,374.581,369.91,375.947,373.117,374.24,374.574,370.6,375.543,371.243,372.435,376.163,368.269,369.743]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.415,56.327,55.331,56.431,55.054,55.475,56.141,56.139,54.793,54.258,55.355,56.908,56.511,55.771,56.195],"script":[12.614,13.055,13.033,13.593,12.577,12.39,13.337,12.543,12.605,12.578,13.08,13.142,13.422,12.94,12.956],"paint":[41.531,42.282,41.305,41.779,41.247,42.081,41.797,42.529,40.963,40.706,41.285,42.411,42.186,41.766,42.26]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.823,16.195,16.806,17.392,16.307,16.276,16.044,15.642,16.83,16.669,15.757,16.808,16.365,16.703,17.244],"script":[13.463,13.633,14.799,14.428,13.833,14.553,13.911,13.42,14.61,14.336,13.767,14.517,14.344,14.407,14.319],"paint":[1.292,1.483,0.965,2.808,1.706,1.631,2.012,1.471,1.1,2.219,1.634,1.515,1.922,2.153,2.83]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9732398986816406]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.518904685974121]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.969500541687012]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8809022903442383]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.155001640319824]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.2700000000004]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.064]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[174.924]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[281.0419921875]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[142.765625]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.30859375]}},{"framework":"react-classes-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[210.6]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"01_run1k","values":{"total":[50.719,47.982,48.194,48.946,48.602,48.061,48.3,48.416,48.459,48.536,47.613,48.565,49.351,50.189,49.55],"script":[13.212,13.163,13.189,12.565,13.236,12.927,12.978,13.153,13.57,13.45,12.679,13.12,13.561,13.547,13.39],"paint":[37,34.321,34.497,35.653,34.866,34.707,34.614,34.523,34.175,34.646,34.445,34.759,35.262,36.222,35.411]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"02_replace1k","values":{"total":[62.282,61.419,61.777,62.721,62.894,62.28,61.484,63.136,64.435,62.768,63.954,63.096,64.075,62.75,63.181],"script":[22.977,22.625,22.794,23.702,22.589,23.295,22.936,23.429,24.167,24.024,23.648,23.441,23.602,23.966,23.82],"paint":[38.662,38.208,38.542,38.597,39.849,38.237,38.073,39.037,39.591,37.976,39.885,39.117,39.879,38.313,38.904]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.73,24.191,23.592,24.208,24.436,24.751,25.176,24.057,24.526,24.554,24.809,24.697,24.203,25.581,24.254],"script":[6.717,6.514,6.381,6.495,6.882,6.406,7.505,7.011,6.689,6.41,7.144,7.569,6.96,6.286,6.744],"paint":[15.37,15.59,15.809,15.977,15.813,14.924,16.054,15.24,15.859,16.512,15.583,15.291,15.519,17.435,15.178]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"04_select1k","values":{"total":[8.735,7.468,6.528,6.983,7.684,8.419,7.223,6.869,7.731,7.434,7.313,6.832,8.372,6.889,7.684,7.743,7.649,7.689,7.406,7.522,7.692,8.015,7.067,8.012,8.162],"script":[4.575,3.987,3.896,3.455,3.957,3.838,3.985,3.705,4.272,4.123,3.62,3.835,4.084,3.411,4.448,4.442,3.637,4.14,4.356,4.292,3.288,4.204,3.819,4.409,3.804],"paint":[2.716,2.276,1.477,2.239,2.86,3.279,2.017,1.235,3.217,2.523,2.252,2.464,3.136,2.422,3.021,2.161,2.786,2.191,2.226,2.226,3.373,2.592,2.07,2.716,3.046]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"05_swap1k","values":{"total":[182.58,180.754,177.602,177.363,181.941,183.554,177.536,174.364,178.632,177.264,175.529,180.11,173.693,178.971,175.993],"script":[25.467,23.34,23.894,23.328,23.78,24.852,23.096,22.933,23.231,23.052,24.301,25.1,22.829,22.48,23.172],"paint":[154.077,155.456,151.228,152.061,154.589,155.993,151.32,149.198,152.962,152.072,148.564,152.538,148.384,154.24,149.639]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.408,19.353,18.847,18.998,18.822,18.488,19.352,18.806,18.677,19.272,19.838,18.917,19.187,18.54,19.112],"script":[1.979,1.971,2.57,2.227,2.245,2.016,2.269,2.117,1.985,2.494,1.997,2.303,2.397,2.244,2.182],"paint":[15.92,16.101,15.412,15.563,15.577,15.404,15.976,15.295,14.941,15.82,16.562,15.806,15.891,15.441,15.668]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"07_create10k","values":{"total":[664.696,661.279,657.51,669.121,661.862,660.628,664.021,668.321,664.438,671.014,661.161,669.152,664.983,659.1,660.297],"script":[280.482,280.177,277.505,285.35,280.885,280.164,281.202,281.028,281.094,282.963,278.416,279.624,280.224,282.721,278.621],"paint":[376.149,372.955,372.008,375.986,373.436,372.807,374.871,379.641,375.167,380.089,374.53,381.791,376.967,368.772,373.452]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.795,62.53,60.492,61.231,61.308,61.207,62.369,61.022,60.509,60.253,59.488,60.868,59.5,59.63,60.612],"script":[16.562,16.859,17.13,17.571,17.057,17.09,16.788,16.684,16.498,16.932,16.795,16.885,16.591,16.64,17.039],"paint":[44.168,44.373,42.391,42.697,43.036,43.153,44.406,43.405,43.063,42.376,41.723,42.744,41.958,42.009,42.587]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[37.156,35.513,33.625,40.679,34.197,33.362,35.21,35.308,34.014,40.291,40.55,37.402,38.441,34.896,34.645],"script":[34.269,32.399,31.544,38.755,31.118,31.052,33.296,33.318,31.853,37.843,37.83,34.645,36.306,33.014,32.355],"paint":[2.722,2.602,1.51,1.767,1.887,1.647,1.777,1.848,2.039,1.24,2.56,1.857,1.566,1.776,1.634]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.1051902770996094]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.787336349487305]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.329586982727051]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.0681467056274414]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[53.994505882263184]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2701.0200000000004]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.212]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[186.336]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[306.712890625]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[168.4365234375]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.5029296875]}},{"framework":"react-diagon-v18.2.0 + 0.14.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[233.1]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"01_run1k","values":{"total":[48.057,48.438,48.193,47.798,49.197,48.014,48.529,47.51,48.265,48.238,47.961,48.181,47.707,50.988,47.539],"script":[12.891,12.939,13.159,13.04,13.217,13.199,13.437,12.998,13.116,13.255,12.959,13.182,13.085,13.291,13.209],"paint":[34.664,35.021,34.336,34.041,35.511,34.377,34.614,34.061,34.671,34.453,34.486,34.59,34.21,36.991,33.604]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"02_replace1k","values":{"total":[65.395,65.802,65.324,65.64,66.239,65.636,65.885,65.338,66.323,65.726,65.24,65.168,66.42,66.074,65.233],"script":[26.364,27.308,26.92,27.185,27.13,27.231,26.388,27.611,26.933,27.229,26.75,26.401,26.67,26.869,26.757],"paint":[38.556,38.054,37.939,37.973,38.419,37.642,39.016,37.266,38.667,37.813,37.967,38.124,39.274,38.739,38.031]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[69.614,69.102,69.465,69.05,71.033,65.066,68.621,70.718,68.01,70.161,70.23,73.693,71.643,70.3,73.238],"script":[50.957,51.545,52.039,51.402,53.082,46.694,50.442,51.953,50.509,50.78,52.235,55.531,53.145,52.342,51.856],"paint":[16.541,16.325,15.741,15.565,16.28,16.929,16.833,17.078,16.35,18.266,16.116,17.056,17.387,16.624,19.043]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"04_select1k","values":{"total":[6.643,5.695,5.82,5.724,5.754,5.249,5.735,5.77,6.049,5.232,5.476,5.784,6.549,6.4,7.162,7.322,5.736,6.157,5.436,7.1,5.926,4.925,6.507,6.21,5.852],"script":[1.987,2.973,2.664,2.29,2.477,1.836,2.795,2.665,2.426,2.21,2.53,2.642,3.363,3.095,3.446,2.886,2.236,3.289,2.504,2.605,2.709,1.616,2.785,2.769,2.605],"paint":[3.359,1.628,1.667,3.227,2.034,3.227,1.656,2.226,1.855,2.126,1.639,2.483,2.492,2.664,2.121,3.182,2.24,1.578,1.803,3.366,2.059,2.459,3.545,2.504,1.676]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"05_swap1k","values":{"total":[231.026,229.222,231.448,225.631,225.962,227.513,227.134,226.942,234.113,223.905,221.212,225.635,226.912,227.096,226.572],"script":[73.081,72.756,74.906,69.678,72.373,73.971,72.715,73.412,75.079,70.203,71.156,72.969,71.672,71.83,73.062],"paint":[156.002,153.761,154.341,153.911,152.118,151.136,152.051,151.17,156.254,151.998,147.576,149.572,152.622,153.008,148.697]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[44.137,45.008,43.254,43.707,43.339,43.729,42.611,44.066,42.871,42.939,44.23,43.866,43.34,42.914,43.319],"script":[25.974,25.873,26.018,26.309,25.937,26.542,24.919,26.219,25.341,25.697,25.363,26.28,25.602,25.653,25.782],"paint":[16.893,17.959,16.04,16.343,16.476,16.346,16.511,16.417,16.502,15.842,17.464,16.365,16.858,16.296,16.043]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"07_create10k","values":{"total":[647.559,649.997,642.617,654.017,651.24,642.745,645.872,644.75,654.846,652.836,653.902,647.093,646.186,641.416,658.14],"script":[266.435,263.544,264.341,271.584,268.22,263.245,266.247,263.551,265.235,270.596,263.4,264.123,264.133,263.89,269.784],"paint":[373.232,379.007,370.64,374.762,375.41,371.192,371.87,373.313,382.021,374.063,381.994,375.217,373.997,369.817,380.533]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[71.589,72.903,72.775,73.302,73.009,72.576,71.577,72.135,72.253,72.438,71.545,73.437,73.173,72.046,70.775],"script":[27.752,27.889,27.9,28.352,28.799,27.811,27.618,27.482,27.525,27.562,27.837,28.437,27.458,27.878,27.254],"paint":[42.838,44.056,43.915,43.959,42.931,43.807,43.003,43.775,43.719,43.864,42.763,44.123,44.546,43.183,42.566]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[36.092,35.71,35.714,37.277,35.079,35.269,37.656,36.331,36.733,37.481,37.208,35.126,35.107,37.663,37.396],"script":[33.317,33.253,33.39,34.402,32.831,32.594,35.177,33.943,34.116,35.373,34.42,33.218,33.552,35.383,35.074],"paint":[2.35,2.31,2.148,2.051,2.132,2.049,1.097,1.501,1.699,0.873,2.556,1.782,1.438,1.138,2.178]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0830554962158203]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.863117218017578]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.639575004577637]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.0101089477539062]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.26268672943115]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2700.8639999999996]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.031999999999996]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[177.78399999999996]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[313.48046875]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[175.203125]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[48.84375]}},{"framework":"react-focal-v18.2.0 + 0.9.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[262.4]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[45.433,45.434,46.408,45.907,45.629,45.634,45.923,45.1,45.71,45.105,47.506,45.576,46.094,46.513,45.264],"script":[9.992,10.674,10.242,10.091,10.17,9.804,10.008,10.217,10.771,10.208,9.727,10.043,10.397,10.83,10.171],"paint":[34.947,34.347,35.427,35.336,34.794,35.077,35.419,34.421,34.536,34.476,37.023,35.111,35.263,34.992,34.357]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[58.468,58.975,58.958,59.741,59.919,59.71,58.069,58.458,59.011,60.065,59.988,59.164,58.785,59.626,59.947],"script":[20.049,19.717,19.119,20.242,20.534,20.319,19.085,19.328,19.907,20.212,20.395,20.015,19.541,19.94,20.243],"paint":[37.918,38.74,39.309,39.056,38.865,38.84,38.266,38.626,38.437,39.365,39.104,38.494,38.544,38.943,39.153]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.956,23.666,23.353,23.831,21.638,22.555,23.817,23.34,23.114,23.466,23.012,23.567,22.939,23.761,22.382],"script":[5.162,5.641,4.71,5.825,4.991,4.681,5.569,5.791,5.807,6.374,5.009,5.559,5.023,5.605,4.664],"paint":[16.348,16.355,16.628,16.376,15.213,15.831,16.274,14.783,15.075,16.012,15.789,16.608,16.598,16.437,16.222]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[6.019,6.126,6.921,5.981,5.525,5.173,6.382,6.75,5.139,6.278,6.493,5.875,5.618,6.32,6.276,6.473,6.041,5.326,6.216,5.089,6.85,6.431,5.967,5.671,6.885],"script":[2.486,2.465,2.554,2.413,2.381,1.901,3.249,2.979,2.282,1.902,3.319,2.491,2.854,2.864,2.816,2.558,2.377,2.809,2.168,2.636,3.387,2.641,2.341,2.635,2.862],"paint":[2.156,3.276,3.156,2.087,2.236,2.161,2.092,3.538,1.993,3.196,1.891,2.131,1.635,2.235,3.245,2.725,2.469,1.622,3.021,1.404,2.081,2.6,2.36,1.921,3.118]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[185.757,180.119,177.27,182.171,187.166,178.113,181.311,179.988,178.016,178.042,182.248,182.721,178.383,182.658,181.269],"script":[24.143,23.26,23.572,24.019,28.545,23.643,24.087,24.168,23.931,23.888,25.054,24.248,23.676,24.792,25.256],"paint":[158.258,153.621,151.169,156.283,156.137,151.459,154.991,153.712,151.988,152.28,155.086,155.987,151.392,155.605,153.31]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.636,20.414,20.691,20.164,18.989,20.829,18.758,19.182,19.614,19.376,19.058,18.657,19.288,19.554,19.209],"script":[1.822,1.869,2.049,1.911,1.921,2.193,1.666,1.898,2.284,1.783,1.651,1.873,1.874,1.849,2.25],"paint":[15.957,16.815,17.805,17.326,15.847,17.089,15.959,16.326,15.968,16.355,16.103,15.474,16.084,16.385,15.827]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[629.614,638.158,631.444,631.735,633.278,614.493,633.027,635.284,631.867,632.75,624.582,627.863,629.752,631.431,636.892],"script":[249.992,256.51,248.97,251.661,252.595,247.606,253.013,256.208,250.93,254.208,245.838,247.398,245.972,249.935,254.41],"paint":[370.734,373.342,374.84,372.308,373.103,359.485,372.184,371.631,373.208,371.062,370.855,372.997,376.279,373.399,374.862]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.415,55.717,55.973,59.14,55.192,55.435,56.5,55.405,54.757,56.093,54.574,56.181,54.384,55.4,53.947],"script":[12.939,12.793,12.686,14.804,12.42,12.551,12.748,13.21,12.658,12.915,11.963,12.884,12.141,12.26,12.455],"paint":[41.506,41.937,42.277,43.111,41.579,42.038,42.518,41.245,41.167,42.109,41.383,42.364,41.227,42.148,40.297]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[29.809,28.938,30.339,28.955,28.371,29.327,29.514,30.749,29.655,30.488,28.534,29.981,29.126,29.002,30.106],"script":[27.302,26.951,27.896,26.795,26.165,26.861,26.896,28.169,28.143,27.251,26.53,27.081,26.336,26.818,28.124],"paint":[2.393,1.181,1.69,2.039,2.092,2.369,2.078,2.307,1.382,2.275,0.798,2.53,2.662,1.522,1.87]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9866046905517578]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.40028190612793]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.949830055236816]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8342866897583008]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.24015140533447]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.505]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.16]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.83999999999995]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.546875]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[142.2705078125]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.0517578125]}},{"framework":"react-hooks-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[209.5]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[45.522,45.469,46.468,47.264,45.606,45.428,45.427,47.026,45.962,46.067,45.754,45.728,46.145,48.286,45.498],"script":[10.096,10.08,10.92,10.009,9.829,10.378,10.945,11.056,10.9,10.385,10.87,10.781,11.082,10.244,10.552],"paint":[34.99,34.946,35.041,36.568,35.087,34.368,33.992,35.198,34.384,35.152,34.386,34.445,34.645,37.588,34.522]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[60.281,60.06,57.27,59.598,58.898,58.18,59.313,59.638,59.198,59.517,60.019,58.632,60.705,59.368,59.629],"script":[21.046,20.662,19.388,19.817,19.221,19.143,19.958,20.385,19.776,20.762,19.984,19.416,19.893,20.249,19.913],"paint":[38.733,38.936,37.404,39.132,38.955,38.544,38.867,38.532,38.722,38.221,39.225,38.697,40.228,38.631,39.223]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.333,26.312,22.704,23.376,23.197,22.762,22.898,22.173,23.575,24.565,22.899,23.285,22.733,22.381,23.593],"script":[5.365,5.946,5.376,5.834,5.494,5.706,5.225,4.897,5.223,5.405,5.216,5.816,5.415,5.562,4.989],"paint":[15.181,18.333,15.65,15.933,15.663,15.144,15.612,15.07,16.729,17.231,15.497,15.974,15.492,15.228,16.374]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[6.056,5.334,6.596,5.936,6.705,6.065,5.345,6.315,5.993,5.935,6.641,6.079,6.811,4.95,5.339,5.908,5.045,5.37,5.875,5.735,6.657,4.897,6.754,6.137,5.607],"script":[3.126,2.743,3.266,1.909,3.149,1.946,2.237,2.255,2.51,3.083,3.063,2.913,2.653,2.296,2.76,2.877,2.429,2.475,2.56,2.729,2.803,2.196,2.764,2.278,2.534],"paint":[2.71,1.48,2.085,2.972,2.401,2.778,2.134,2.058,2.059,1.959,2.437,2.237,2.738,1.512,1.197,2.137,1.174,1.953,3.076,2.108,3.523,1.528,3.049,2.469,2.201]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[179.886,177.562,173.339,176.31,176.568,177.583,178.061,175.316,182.772,180.892,186.01,180.257,180.508,175.682,181.466],"script":[22.962,24.131,23.736,24.028,22.72,24.353,25.529,24.85,24.691,24.293,25.34,23.619,23.681,22.296,24.451],"paint":[154.529,151.098,147.555,150.051,150.446,150.779,150.884,148.638,155.655,154.356,157.979,154.876,154.525,150.971,154.657]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.878,19.498,19.011,19.166,19.226,18.955,19.483,18.639,20.235,19.225,18.888,18.751,18.685,18.762,19.086],"script":[1.966,2.28,1.931,1.936,2.235,1.847,2.274,1.885,2.178,1.918,1.986,1.65,1.566,1.867,2.252],"paint":[16.056,16.227,15.764,16.318,15.751,16.042,15.975,15.921,16.958,16.17,15.752,15.898,15.952,15.463,15.884]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[638.67,636.446,633.794,632.169,634.125,628.49,631.151,635.167,618.244,641.09,629.406,631.671,637.272,628.583,627.942],"script":[257.724,253.832,254.12,250.957,252.758,254.702,247.814,251.036,253.644,253.084,246.173,248.142,256.104,247.408,247.007],"paint":[373.38,374.958,371.984,372.777,372.557,366.279,375.104,376.686,357.176,379.974,375.626,375.517,373.746,373.528,373.205]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.443,56.315,55.431,56.302,54.886,55.144,56.186,56.115,55.469,55.688,56.915,56.09,56.757,56.233,57.426],"script":[13.448,12.99,12.767,13.559,12.209,12.421,12.604,12.373,12.151,12.459,13.322,12.692,13.489,12.901,13.135],"paint":[42.05,42.329,41.714,41.458,41.464,41.856,42.619,42.852,42.132,41.993,42.339,42.16,42.322,42.09,43.003]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.685,27.955,30.511,30.123,27.314,29.986,28.727,30.111,30.395,29.553,30.222,28.823,30.254,30.155,29.377],"script":[28.404,25.372,28.002,27.954,25.08,27.477,27.488,27.504,27.862,26.991,28.26,26.549,27.513,27.874,27.394],"paint":[2.026,1.713,2.034,2.04,2.099,2.38,0.54,2.339,2.438,1.714,1.129,1.884,2.601,2.175,1.84]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.973332405090332]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.406351089477539]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.939797401428223]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.7857742309570312]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.23199272155762]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.8999999999996]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.92]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[174.01599999999996]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.1923828125]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[141.916015625]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.033203125]}},{"framework":"react-hooks-opt-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[210.4]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"01_run1k","values":{"total":[53.01,45.98,45.996,52.308,46.344,45.563,46.04,46.001,46.014,47.423,47.338,48.388,48.843,51.999,52.858],"script":[10.573,11.164,11.188,10.495,10.829,10.954,11.343,11.18,11.572,10.695,10.99,10.779,10.982,10.591,11.49],"paint":[35.69,34.56,34.564,34.996,35.168,34.377,34.466,34.462,34.177,36.409,35.988,36.446,37.037,34.699,34.786]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"02_replace1k","values":{"total":[56.33,57.189,55.836,55.499,56.67,56.139,57.177,57.462,55.891,56.785,57.281,56.653,55.569,57.637,56.815],"script":[17.453,17.324,17.119,16.919,17.331,17.533,17.737,17.446,16.819,16.752,17.504,17.36,16.946,17.292,17.428],"paint":[38.266,39.223,38.122,38.007,38.73,38.014,38.85,39.266,38.483,39.518,39.177,38.68,38.024,39.748,38.838]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.179,29.893,28.931,28.621,28.025,27.683,49.832,28.619,28.434,24.726,26.218,47.629,26.204,48.224,27.703],"script":[7.319,7.74,7.416,6.971,7.575,7.031,7.8,8.026,7.539,7.404,7.717,6.871,7.775,8.071,8.182],"paint":[18.65,19.108,16.848,17.741,17.025,18.614,18.137,18.606,18.236,16.975,16.367,19.419,17.605,17.963,19.199]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"04_select1k","values":{"total":[18.032,20.658,17.318,10.293,15.049,16.922,13.927,17.915,13.395,12.721,9.971,15.451,9.408,9.918,16.083,14.442,16.037,17.64,17.914,10.825,13.856,10.311,11.941,15.176,14.003],"script":[4.428,5.068,4.772,4.568,3.395,3.512,3.993,4.405,3.71,4.176,4.118,3.945,4.344,3.351,4.146,3.599,4.755,4.615,4.881,3.755,4.2,3.89,4.408,4.44,4.172],"paint":[4.817,4.746,5.847,3.769,4.14,3.897,4.234,3.771,3.777,4.433,3.551,3.606,3.112,5.308,3.422,4.393,4.217,4.06,3.975,4.732,5.07,4.17,2.752,3.373,3.724]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"05_swap1k","values":{"total":[183.529,182.475,179.778,183.709,180.521,179.506,187.43,183.96,185.984,184.031,182.87,181.18,180.107,187.057,189.448],"script":[27.602,24.111,25.583,25.567,25.151,25.158,25.764,25.453,25.839,25.309,26.045,26.465,27.049,26.687,27.863],"paint":[153.075,156.949,152.347,157.79,155.134,153.294,159.838,156.696,157.992,156.42,156.475,151.87,150.802,157.819,161.236]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.219,22.649,22.011,22.295,22.447,22.112,21.792,22.393,21.897,19.657,22.381,22.546,21.774,21.632,21.586],"script":[1.798,2.309,2.001,1.974,2.567,1.871,2.746,2.132,2.124,1.763,1.8,2.617,2.391,2.291,2.056],"paint":[17.725,17.833,17.841,18.271,17.889,17.493,17.534,17.879,17.546,16.387,18.114,17.889,17.508,17.675,17.553]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"07_create10k","values":{"total":[619.7,630.658,621.448,622.504,624.779,627.131,602.125,626.562,625.358,625.381,628.768,618.476,621.091,612.237,624.796],"script":[238.218,228.669,232.576,234.093,230.434,230.291,229.874,234.606,234.366,229.48,228.893,229.537,230.216,234.749,238.139],"paint":[368.645,385.08,371.408,371.633,377.184,379.928,357.615,374.312,373.752,378.408,377.915,371.386,374.247,362.087,371.065]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[77.435,56.809,56.299,56.918,56.816,55.412,56.906,58.802,57.913,59.21,58.23,56.252,56.612,56.724,57.114],"script":[14.504,13.685,13.279,13.463,13.646,13.34,14.024,13.513,13.772,13.497,13.692,13.896,13.464,13.844,13.97],"paint":[42.993,42.354,42.414,42.847,42.42,41.31,42.219,44.517,43.448,44.932,43.736,41.763,42.49,42.119,42.423]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.705,19.679,18.901,21.239,20.212,21.565,19.153,22.11,20.071,20.769,19.052,20.508,19.438,19.763,19.958],"script":[15.385,15.634,14.955,15.384,15.501,15.331,14.838,15.677,14.177,15.854,14.656,15.742,14.136,14.826,15.033],"paint":[4.231,3.409,2.613,4.449,3.882,4.987,3.801,5.551,3.93,3.82,3.384,4.51,4.164,2.928,3.96]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9729328155517578]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.533475875854492]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.001957893371582]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.914113998413086]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.276288986206055]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.155]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[35.955999999999996]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[186.46]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.7333984375]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[142.45703125]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.14453125]}},{"framework":"react-hooks-use-transition-v18.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[208.1]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"01_run1k","values":{"total":[46.602,47.19,47.139,46.995,46.896,46.787,46.882,46.868,47.101,47.084,47.483,47.173,47.112,47.709,46.385],"script":[11.369,12.207,12.135,12.129,12.155,11.595,12.08,12.303,11.672,12.109,12.214,11.815,12.177,12.541,12.199],"paint":[34.501,34.556,34.541,34.413,34.304,34.701,34.154,34.171,34.71,34.29,34.775,34.733,34.525,34.779,33.797]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"02_replace1k","values":{"total":[59.741,58.02,58.188,58.294,59.012,59.171,58.976,59.758,58.301,58.656,58.86,57.741,60.261,59.621,59.601],"script":[20.173,19.274,19.538,19.673,19.58,19.855,19.742,19.225,19.626,19.572,19.299,19.236,19.347,19.869,19.605],"paint":[39.095,38.237,38.172,37.885,38.975,38.872,38.542,39.915,37.903,38.595,39.07,37.712,40.204,39.078,39.481]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.092,23.238,23.145,23.82,23.482,23.347,23.074,23.853,23.958,23.339,22.411,22.586,23.037,23.768,23.301],"script":[6.107,4.933,5.577,5.186,5.694,5.881,6.119,6.109,5.805,5.666,5.66,5.475,5.899,5.669,5.772],"paint":[15.355,16.563,15.431,15.898,15.826,15.608,14.654,16.027,15.383,16.087,15.361,15.487,15.234,16.274,16.116]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"04_select1k","values":{"total":[6.957,6.244,7.176,6.927,6.19,6.207,7.05,7.139,6.277,8.664,5.829,6.56,5.847,7.475,7.462,7.916,6.331,7.215,6.921,6.385,5.758,6.931,6.894,7.134,6.685],"script":[4.197,3.419,4.093,3.512,3.682,3.172,3.909,3.865,3.205,4.046,3.018,3.268,3.518,3.711,3.832,4.22,2.878,3.974,3.838,2.977,3.09,4.17,3.43,4.507,3.551],"paint":[1.29,2.63,2.885,2.57,1.984,2.839,2.488,2.369,2.883,3.354,2.137,2.428,2.203,2.466,2.981,2.039,3.253,3.044,1.334,3.238,2.475,1.894,2.557,1.742,1.933]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"05_swap1k","values":{"total":[180.146,179.924,177.48,177.619,179.247,172.372,178.351,183.473,182.487,179.965,178.807,183.403,179.958,179.529,178.307],"script":[24.2,24.946,24.518,24.617,25.854,23.846,26.205,26.053,25.355,25.328,24.742,25.135,25.704,25.904,25.324],"paint":[153.482,151.969,150.409,150.984,151.263,146.039,149.533,154.689,154.681,152.728,152.089,156.073,150.615,151.07,151.066]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.887,19.826,19.234,18.183,18.437,20.033,19.187,19.163,19.679,18.416,18.924,19.188,19.106,19.688,18.669],"script":[1.909,1.513,1.903,1.794,1.801,1.766,1.529,2.15,1.642,1.469,1.507,1.473,1.438,1.486,1.831],"paint":[15.979,16.829,16.12,15.415,15.484,16.597,16.019,15.973,17.035,15.714,16.207,16.835,16.326,17.289,15.086]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"07_create10k","values":{"total":[666.823,671.711,666.199,661.838,673.96,673.998,671.751,666.978,664.382,670.777,672.13,664.389,672.847,666.08,664.284],"script":[281.426,280.77,277.616,275.354,282.575,279.363,280.588,279.874,279.633,280.124,280.248,281.077,280.535,277.418,277.809],"paint":[378.015,383.182,380.791,378.5,383.509,386.812,383.085,379.143,376.82,382.522,384.056,375.868,384.926,380.614,379.143]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.674,58.435,59.986,59.356,58.847,59.533,58.961,59.521,57.734,60.528,59.661,60.388,59.622,57.517,59.943],"script":[15.873,15.238,16.037,15.638,15.648,15.243,15.098,15.495,15.406,16.897,15.461,15.632,15.526,15.1,15.798],"paint":[42.62,41.947,42.75,42.775,41.92,43.028,42.941,43.076,41.342,42.405,43.212,43.56,42.841,41.409,43.204]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.765,18.681,18.364,19.262,19.591,18.886,19.751,19.193,18.741,19.467,20.416,18.446,18.835,18.987,18.873],"script":[14.916,17.271,15.802,17.222,17.633,16.27,17.312,16.746,17.258,17.176,17.597,16.115,15.852,16.247,16.528],"paint":[2.101,0.811,2.381,1.92,1.086,1.077,1.347,1.867,1.397,1.206,1.823,1.88,2.859,2.252,2.237]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.2819290161132812]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.075089454650879]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.685968399047852]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.61153507232666]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[55.26817798614502]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3058.4439999999995]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[67.04400000000001]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[189.47999999999996]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[351.380859375]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[213.1044921875]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[49.2158203125]}},{"framework":"react-mlyn-v0.5.16-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[280.7]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"01_run1k","values":{"total":[48.276,48.522,48.659,48.498,48.754,48.907,47.346,48.373,49.016,48.247,47.994,47.737,51.088,51.623,49.657],"script":[13.872,13.745,14.03,14.142,13.904,13.697,13.393,13.975,14.131,13.75,13.716,13.366,13.504,14.007,13.401],"paint":[33.995,34.09,34.176,33.944,34.157,34.501,33.534,33.978,34.425,34.008,33.876,33.901,36.881,36.903,35.77]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"02_replace1k","values":{"total":[65.32,64.287,62.506,62.889,62.846,63.222,65.836,65.717,63.252,61.996,64.099,64.456,63.9,64.738,62.016],"script":[25.319,24.914,24.259,24.98,24.753,25.014,25.735,25.856,24.573,24.489,24.567,25.484,24.782,25.373,24.254],"paint":[39.442,38.905,37.785,37.154,37.348,37.426,39.641,39.236,38.222,37.019,39.022,38.242,38.377,38.737,37.289]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.496,23.139,23.875,22.761,23.719,25.276,23.84,25.172,23.783,23.234,23.523,23.964,24.37,23.673,25.076],"script":[6.538,6.243,6.372,6.082,6.01,6.572,5.859,5.646,6.263,5.992,5.694,5.92,6.151,6.501,6.28],"paint":[16.879,14.474,15.552,14.584,15.598,17.022,15.745,17.595,16.335,15.841,15.511,15.7,16.555,16.074,16.286]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"04_select1k","values":{"total":[6.729,7.924,6.243,6.413,6.666,6.412,7.495,6.761,7.832,7.336,7.678,6.693,7.48,6.447,7.023,7.689,6.59,6.218,6.213,7.325,6.062,6.577,8.065,6.598,6.25],"script":[3.112,3.655,4.029,3.602,3.771,2.896,3.796,3.533,3.538,3.876,4.147,3.618,3.168,2.958,3.671,3.35,2.955,3.616,3.29,3.143,2.895,2.831,4.378,3.435,3.41],"paint":[2.917,4.039,1.566,1.89,1.971,3.321,2.755,2.411,3.326,2.794,2.271,1.915,3.084,2.853,1.648,3.368,2.792,1.622,1.781,2.889,1.628,3.373,3.159,2.319,1.553]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"05_swap1k","values":{"total":[182.795,180.998,183.897,180.444,174.225,178.34,179.599,185.239,186.284,179.636,184.801,178.602,184.499,186.401,181.161],"script":[26.37,24.562,24.837,24.157,22.347,25.236,25.671,24.667,25.968,22.87,26.84,22.39,25.12,26.113,25.289],"paint":[154.109,153.015,156.302,154.056,149.508,150.563,150.629,159.065,156.694,154.305,156.454,153.164,154.669,157.476,153.202]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.043,19.148,18.978,18.447,18.583,19.036,18.4,19.142,19.7,19.177,19.153,19.004,19.106,18.538,19.55],"script":[1.956,2.047,2.008,1.96,1.967,2.132,1.934,1.927,2.018,2.163,1.988,2.327,2.032,1.942,1.869],"paint":[15.927,15.648,15.881,15.286,15.804,15.605,15.635,16.11,15.852,15.934,15.712,15.791,15.665,15.427,16.423]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"07_create10k","values":{"total":[667.019,660.59,659.595,659.361,654.868,659.922,661.502,659.569,663.276,659.709,657.595,660.467,665.418,658.179,662.27],"script":[271.235,273.689,271.963,271.488,272.682,274.147,271.831,273.151,273.169,272.882,273.129,272.878,274.744,273.346,273.839],"paint":[388.019,379.419,380.191,380.396,374.712,377.697,381.434,377.953,382.357,378.953,376.771,379.85,382.025,376.902,380.508]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.961,59.328,59.299,61.389,60.229,60.677,60.765,61.25,61.363,60.931,62.768,61.364,59.974,61.185,61.626],"script":[16.469,16.631,16.586,16.672,16.421,16.682,16.761,16.488,17.897,16.79,18.055,16.63,16.884,16.882,16.617],"paint":[42.513,41.702,41.76,43.434,42.828,42.766,42.752,43.565,42.23,43.156,43.705,43.484,42.126,43.074,43.752]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[34.633,34.605,36.077,35.49,34.57,33.378,33.306,32.773,34.426,36.105,36.093,34.619,34.663,36.711,38.916],"script":[32.043,32.652,33.443,33.449,32.768,31.195,31.079,30.95,32.909,34.084,33.632,32.44,32.604,34.269,36.405],"paint":[2.077,1.826,2.331,1.899,0.849,2.075,1.609,0.88,0.405,1.438,1.552,1.219,1.958,1.624,1.9]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.4025306701660156]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.079456329345703]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.574377059936523]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.892268180847168]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.57406520843506]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2851.2520000000004]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.288]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[185.57199999999997]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[335.287109375]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[197.009765625]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[53.451171875]}},{"framework":"react-mobX-v18.2.0 + 6.9.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[278]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"01_run1k","values":{"total":[46.055,45.435,45.663,45.981,45.357,46.221,45.88,46.626,47.606,46.472,45.861,44.94,47.386,46.419,48.847],"script":[11.074,10.373,10.559,10.805,9.919,10.869,10.486,10.754,10.668,10.775,10.797,10.235,10.829,10.192,10.624],"paint":[34.299,34.673,34.602,34.75,34.916,34.961,34.9,35.467,36.531,35.216,34.667,34.297,36.154,35.536,37.548]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"02_replace1k","values":{"total":[60.428,60.386,61.635,60.25,59.653,61.664,60.349,60.795,60.578,61.116,60.461,60.469,60.58,59.258,60.926],"script":[21.081,20.553,20.844,21.508,20.694,21.783,20.625,20.932,21.049,20.935,21.116,20.603,20.893,20.161,21.193],"paint":[38.629,39.131,40.342,38.022,38.427,39.173,39.219,39.394,39.047,39.642,38.85,39.379,39.213,38.535,39.286]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.791,23.057,25.048,24.522,26.392,23.997,23.474,23.346,23.124,25.113,25.661,22.998,23.227,24.344,22.585],"script":[6.692,6.416,6.788,6.543,6.519,6.652,6.604,6.312,6.513,6.615,6.347,5.666,6.133,6.655,5.353],"paint":[15.202,15.245,15.83,16.841,17.787,15.077,15.456,15.862,15.216,16.404,18.133,15.478,15.414,16.148,15.743]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"04_select1k","values":{"total":[6.661,7.086,6.573,6.653,6.244,6.919,6.965,6.912,6.679,6.835,6.606,7.75,6.888,6.313,6.434,5.98,5.986,6.577,6.327,7.051,6.448,5.89,6.036,7.219,6.618],"script":[3.566,2.778,3.335,3.817,3.369,3.542,3.143,3.13,2.829,2.822,3.155,3.379,3.625,3.748,2.729,3.13,2.61,3.055,3.184,3.1,3.657,3.032,2.957,2.847,3.444],"paint":[2.822,3.684,2.192,1.996,1.714,2.492,2.768,3.52,2.963,3.483,2.29,4.034,2.048,2.361,2.137,1.886,2.716,2.582,1.857,2.804,1.895,1.93,1.961,3.761,2.327]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"05_swap1k","values":{"total":[185.024,176.037,177.748,178.301,182.191,183.374,182.597,185.399,183.606,185.52,181.564,182.874,177.297,188.652,178.147],"script":[26.363,26.09,23.816,24.553,25.704,26.488,24.69,27.671,25.578,26.13,26.156,26.802,25.125,25.166,24.613],"paint":[155.413,146.927,151.457,151.47,153.854,153.046,155.807,155.542,155.138,156.545,152.018,153.19,149.109,161.351,150.994]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.84,18.974,20.505,19.043,20.375,19.826,19.118,19.251,18.753,19.141,18.837,18.257,18.644,18.99,20.706],"script":[2.012,1.917,2.242,1.591,2.079,2.089,1.724,1.92,1.931,2.013,1.903,1.777,1.907,2.31,2.296],"paint":[15.695,15.895,16.822,16.315,17.044,16.502,16.206,15.755,15.742,16.086,16.124,15.746,15.66,15.869,17.515]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"07_create10k","values":{"total":[640.731,639.053,633.837,642.748,639.283,629.898,639.034,631.82,635.796,634.623,637.696,643.718,629.32,646.558,630.366],"script":[257.577,255.905,253.312,253.758,252.978,253.539,254.231,254.453,255.07,256.22,254.903,257.627,253.537,260.868,256.218],"paint":[374.694,375.452,372.738,381.237,378.604,368.7,377.175,369.434,372.942,370.486,374.731,378.052,368.212,377.613,366.46]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.531,58.67,56.993,57.251,58.057,57.954,57.851,56.351,59.448,58.484,56.23,55.458,57.329,58.058,57.494],"script":[13.636,13.614,13.284,13.754,13.538,13.068,13.71,13.052,14.419,13.948,13.27,13.481,13.878,13.677,12.965],"paint":[41.897,44.112,42.454,42.319,43.512,43.656,43.2,42.293,44.086,43.345,41.752,41.039,42.428,43.192,43.549]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.097,29.879,29.376,30.81,30.056,31.529,30.147,30.837,31.348,30.764,30.023,31.847,34.115,31.628,32.195],"script":[27.435,28.082,26.696,28.369,28.135,28.905,28.548,28.31,29.473,28.401,28.076,29.241,31.319,29.067,29.603],"paint":[2.506,1.704,1.857,1.275,1.674,2.402,1.488,1.444,1.773,1.911,1.267,2.475,2.013,1.417,2.472]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.413055419921875]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.239337921142578]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.917995452880859]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.373011589050293]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.36113929748535]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.404]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[176.03599999999997]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[356.3369140625]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[218.060546875]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[59.6748046875]}},{"framework":"react-recoil-v18.2.0 + 0.7.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[318]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"01_run1k","values":{"total":[59.426,60.749,58.703,59.837,57.197,61.216,58.471,59.289,61.841,60.413,59.011,58.753,57.814,59.052,57.636],"script":[21.786,23.203,21.703,23.252,22.431,23.515,23.554,23.968,24.422,22.843,23.134,23.304,23.306,24.185,22.727],"paint":[37.16,37.095,36.547,35.877,33.972,36.989,34.43,34.893,36.715,36.851,35.43,34.988,34.078,34.391,34.439]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"02_replace1k","values":{"total":[72.931,74.38,74.337,75.405,77.342,73.437,72.982,74.668,77.854,71.492,73.625,74.082,76.368,75.369,72.887],"script":[33.801,34.449,34.476,35.657,35.374,33.804,33.957,33.481,38.309,33.083,33.615,33.398,36.115,34.838,34.084],"paint":[38.614,39.318,39.374,39.304,41.251,39.141,38.28,40.656,38.885,37.942,39.492,39.984,39.521,40.049,38.343]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.619,28.438,29.386,30.26,30.063,31.059,30.96,29.212,28.272,28.647,29.615,28.623,29.611,28.838,27.999],"script":[11.504,11.145,11.943,11.072,12.076,11.999,11.558,10.783,10.494,11.307,12.035,10.959,11.551,11.55,9.77],"paint":[15.577,15.201,16.256,17.938,16.23,17.275,17.397,16.574,16.689,15.601,16.179,16.184,16.662,15.797,15.898]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"04_select1k","values":{"total":[7.945,6.987,6.54,8.822,7.084,7.509,7.483,7.47,6.824,7.658,6.909,7.996,7.427,7.731,7.174,6.974,7.15,7.444,6.874,7.038,7.314,6.893,9.416,8.537,6.365],"script":[4.705,3.868,3.891,4.027,3.956,4.049,3.768,3.658,4.208,4.31,3.663,4.566,4.238,4.074,3.305,3.865,4.587,4.807,4.056,3.615,3.378,3.908,4.886,4.934,3.773],"paint":[2.072,2.2,1.494,3.52,1.633,2.682,3.494,3.065,1.47,2.44,1.824,3.174,2.972,2.919,2.124,2.41,1.695,1.721,1.943,3.196,2.864,1.991,2.388,2.654,1.706]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"05_swap1k","values":{"total":[180.54,182.193,184.098,181.612,181.777,181.608,182.03,181.767,183.661,182.676,182.364,182.635,184.668,184.5,182.275],"script":[27.268,29.982,26.879,29.506,28.883,29.73,27.943,28.191,28.301,28.501,27.679,28.527,27.53,27.857,27.46],"paint":[151.13,149.71,155.153,150.387,150.388,149.714,152.16,151.293,153.036,151.798,151.179,151.792,155.312,154.067,152.837]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[39.517,38.213,36.64,37.614,38.511,36.716,36.986,37.155,38.175,35.869,38.54,39.359,36.977,38.415,36.407],"script":[21.432,19.786,18.29,19.573,20.465,18.805,18.858,19.037,20.042,17.781,20.544,21.133,19.501,20.653,18.704],"paint":[16.375,17.078,17.129,16.803,16.839,16.924,16.817,16.719,16.619,16.854,16.6,16.554,15.91,16.663,16.788]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"07_create10k","values":{"total":[743.216,746.974,745.116,739.53,744.442,743.021,739.813,745.682,734.529,737.46,736.825,743.294,743.337,737.495,739.263],"script":[353.124,352.962,354.886,350.777,353.348,352.746,352.372,351.567,351.391,351.342,349.375,354.597,356.197,350.285,352.171],"paint":[382.563,386.341,382.43,380.717,383.057,382.367,379.666,386.086,375.204,378.41,379.737,381.09,379.302,379.588,379.681]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[68.041,69.742,69.132,69.689,69.02,68.033,69.376,70.804,68.301,68.93,67.869,68.433,68.936,68.786,67.607],"script":[23.789,26.21,23.855,24.078,24.158,24.545,24.821,25.307,24.358,24.084,24.93,25.482,24.343,23.962,24.335],"paint":[43.331,42.594,44.078,44.447,43.904,42.543,43.274,44.274,43.122,43.631,41.982,41.725,43.629,43.589,42.268]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[39.961,39.418,38.747,43.335,40.228,39.579,40.511,38.139,42.156,41.104,38.086,40.648,41.691,38.606,41.08],"script":[37.19,35.901,36.944,39.784,37.547,37.09,38.544,36.125,38.923,38.224,35.292,37.734,38.728,36.072,38.1],"paint":[1.956,3.327,0.794,3.377,1.614,1.411,1.305,0.803,2.321,2.683,1.838,1.781,2.088,2.232,2.27]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.1298933029174805]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.791054725646973]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.51899242401123]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.0821895599365234]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[72.98551368713379]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.235]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.711999999999996]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[166.05599999999998]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[296.39453125]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[158.1181640625]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[44.3681640625]}},{"framework":"react-redux-v18.2.0 + 8.0.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[222.8]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"01_run1k","values":{"total":[46.241,46.678,46.611,46.975,47.311,47.18,46.414,48.006,48.226,46.582,47.238,47.169,49.959,46.646,47.205],"script":[11.022,12.186,11.817,11.912,11.994,11.8,11.385,12.094,11.173,12.045,11.685,11.875,12.084,11.242,12.178],"paint":[34.729,34.078,34.249,34.313,34.589,34.645,34.513,35.168,36.343,34.057,35.055,34.539,37.457,34.838,34.593]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"02_replace1k","values":{"total":[61.016,59.811,61.769,62.23,60.657,62.105,60.529,60.601,61.797,60.764,62.058,60.749,61.272,62.007,62.439],"script":[21.056,21.525,22.01,22.009,21.814,21.713,21.985,21.824,21.942,21.186,21.736,22.068,21.728,22.137,22.354],"paint":[39.292,37.513,39.292,39.788,38.102,39.722,38.087,38.272,39.369,39.148,39.817,38.257,39.01,38.976,39.622]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.108,24.469,25.171,25.604,24.969,25.187,24.991,25.175,25.605,24.21,25.414,26.445,25.189,26.216,25.261],"script":[7.017,7.001,7.643,7.054,7.939,7.384,7.237,7.656,7.373,7.344,7.627,7.658,6.745,7.71,6.688],"paint":[15.783,16.189,15.809,16.833,15.968,15.779,16.151,15.7,16.601,14.323,15.59,16.799,16.772,16.363,17.179]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"04_select1k","values":{"total":[7.576,6.607,6.53,6.484,6.533,6.766,6.462,7.712,6.711,6.091,6.341,6.292,6.861,5.997,5.672,7.612,7.386,6.12,5.969,5.289,6.66,5.924,6.7,5.895,6.25],"script":[3.415,3.741,3.317,3.164,3.343,3.103,3.17,3.897,3.469,2.628,3.181,2.772,2.708,2.665,2.918,4.214,2.92,3.421,3.133,2.804,2.602,2.519,3.015,3.276,3.545],"paint":[2.866,1.332,2.064,2.295,2.453,3.448,2.048,2.561,2.258,2.272,2.32,3.303,3.936,2.097,2.545,1.47,3.127,1.58,2.628,1.382,2.925,2.533,1.992,1.486,2.425]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"05_swap1k","values":{"total":[180.32,177.601,178.581,178.176,174.006,179.207,179.45,179.781,177.68,178.219,178.673,176.521,183.696,178.517,180.576],"script":[24.926,24.518,23.983,24.394,23.257,25.239,23.625,26.538,26.393,22.802,23.48,22.447,24.909,24.001,22.9],"paint":[153.012,151.093,152.9,152.529,148.265,151.236,152.81,150.822,148.528,152.371,153.046,149.305,156.505,152.557,155.025]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.177,19.569,20.115,19.199,19.022,19.394,19.325,19.057,19.178,19.728,18.8,18.667,19.024,19.701,19.18],"script":[2.202,2.472,2.706,2.296,1.996,2.185,2.004,2.036,2.133,2.32,2.512,1.961,2.341,2.624,2.381],"paint":[15.788,16.051,15.753,15.998,15.883,16.378,16.495,16.187,15.751,16.232,15.239,15.882,15.811,16.057,15.929]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"07_create10k","values":{"total":[638.623,643.338,636.725,640.99,634.778,634.542,638.974,647.889,637.159,642.932,638.437,646.802,637.124,639.417,639.985],"script":[261.205,267.087,261.913,262.075,254.661,259.914,261.568,260.638,262.051,261.679,260.859,261.666,260.79,260.866,262.199],"paint":[369.47,367.881,367.326,371.191,372.424,367.092,369.308,379.468,367.488,373.706,370.029,376.883,368.388,370.238,369.694]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.981,60.008,59.168,58.933,59.256,59.829,58.094,58.198,58.141,58.454,58.642,58.606,58.75,58.593,58.455],"script":[15.365,15.34,15.373,15.447,16.319,15.679,15.404,15.476,15.098,15.399,15.255,15.099,15.325,15.511,15.638],"paint":[41.673,43.432,42.809,42.228,41.689,43.031,41.675,41.466,42.069,42.127,41.99,42.279,42.17,42.201,41.87]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.68,30.89,30.318,31.707,31.579,29.643,30.574,30.856,29.757,31.161,31.811,30.133,30.305,28.639,29.6],"script":[28.785,28.35,27.92,29.224,28.827,27.481,28.703,28.067,27.386,28.256,29.622,28.024,28.16,27.12,27.602],"paint":[0.836,1.142,1.753,1.957,2.27,2.025,1.732,2.478,2.082,2.767,1.632,1.572,2,0.476,1.17]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.032444953918457]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.558921813964844]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.098586082458496]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.778280258178711]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[42.46119499206543]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2627.4500000000003]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.556]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.968]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[287.9580078125]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[149.681640625]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.822265625]}},{"framework":"react-redux-hooks-v18.2.0 + 8.0.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[209.2]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"01_run1k","values":{"total":[51.031,51.269,48.85,50.176,50.998,46.943,48.381,48.561,48.514,48.21,51.538,48.018,47.729,49.3,47.417],"script":[13.285,13.906,13.535,13.494,13.508,12.996,13.584,13.392,13.599,13.539,13.563,13.478,13.373,13.342,13.214],"paint":[37.31,36.896,34.84,36.179,37.017,33.478,34.072,34.442,34.415,34.225,37.343,34.1,33.936,35.489,33.692]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"02_replace1k","values":{"total":[61.098,62.823,62.423,63.544,62.157,60.866,62.167,62.915,59.985,62.839,62.073,61.316,61.873,61.986,61.952],"script":[23.055,22.981,23.959,23.24,22.697,22.617,22.819,23.085,22.188,23.031,23,22.681,23.278,22.609,23.067],"paint":[37.591,39.304,37.916,39.591,38.947,37.77,38.863,39.115,37.326,39.083,38.335,38.102,37.944,38.767,38.258]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.548,26.83,28.717,27.468,27.622,27.555,26.992,26.964,29.051,28.278,28.49,27.916,26.766,29.128,27.484],"script":[10.697,8.769,10.951,9.774,10.438,10.032,10.29,8.85,10.095,11.005,10.422,10.695,9.235,9.723,9.671],"paint":[15.094,16.251,15.208,16.284,15.263,15.99,14.837,15.561,17.205,15.388,16.982,15.663,15.671,16.67,16.273]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"04_select1k","values":{"total":[6.861,6.795,7.768,7.048,5.895,6.725,6.582,6.353,8.219,5.936,6.019,7.095,6.278,6.459,6.422,6.455,6.851,6.885,7.139,6.243,6.309,6.88,6.099,6.953,6.359],"script":[3.248,3.205,3.742,3.345,3.078,2.951,3.178,3.267,3.425,3.445,3.083,3.388,3.103,2.887,2.974,2.77,3.191,3.159,3.916,2.571,3.169,3.684,3.325,3.425,2.835],"paint":[2.16,2.885,2.822,2.672,2.081,3.561,2.438,2.848,3.797,1.478,1.979,2.998,2.224,2.536,1.882,2.538,2.24,2.418,2.05,3.465,1.527,2.075,2.565,3.308,2.538]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"05_swap1k","values":{"total":[182.073,182.139,184.772,183.123,180.645,182.506,183.864,177.576,180.69,181.07,180.976,184.635,181.83,183.193,180.046],"script":[23.984,24.953,26.871,28.563,25.095,26.586,24.279,25.16,25.955,26.151,26.73,26.675,27.037,25.235,25.906],"paint":[155.984,154.64,155.013,152.148,153.266,152.392,154.887,149.401,152.106,151.042,151.844,154.16,152.451,155.4,152.481]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.83,19.869,20.97,20.406,20.222,20.358,20.144,20.019,19.873,20.626,20.498,20.886,20.898,20.027,21.557],"script":[3.111,3.118,3.646,3.312,2.793,3.246,3.381,3.162,3.072,3.224,3.247,3.458,2.799,3.013,3.125],"paint":[15.827,15.916,16.002,15.691,15.69,15.925,15.778,15.819,15.832,15.554,16.174,16.248,16.443,15.693,16.394]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"07_create10k","values":{"total":[641.708,644.492,643.141,641.923,641.943,644.816,644.36,640.059,646.169,652.005,645.438,646.143,645.053,637.275,639.474],"script":[264.402,265.608,267.09,260.914,263.772,265.88,264.528,261.375,264.232,262.42,267.764,266.718,267.022,262.335,263.76],"paint":[369.551,370.561,368.01,373.201,369.551,371.02,371.722,371.206,373.717,381.798,369.083,371.777,370.297,367.142,367.664]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.399,63.043,61.337,61.212,61.898,62.133,60.859,60.744,60.155,61.19,60.048,61.722,62.312,62.098,61.114],"script":[17.519,17.56,17.804,17.352,17.852,18.689,17.289,17.416,17.768,18.335,17.52,18.077,17.375,17.783,17.527],"paint":[41.605,44.256,42.289,42.62,43.184,42.465,42.63,42.391,41.411,41.653,41.266,42.413,44.088,43.331,42.374]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.035,31.472,31.59,31.378,30.026,32.131,31.231,31.177,30.179,31.227,29.465,32.151,31.388,31.585,32.146],"script":[29.391,29.063,29.108,29.139,28.078,29.64,29.629,28.981,27.525,29.62,27.152,29.027,28.56,29.262,30.099],"paint":[1.831,2.038,2.357,2.107,1.811,2.352,1.469,1.528,2.52,1.492,2.196,3.006,2.517,1.845,1.548]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.1983089447021484]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.038760185241699]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.584476470947266]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.3276185989379883]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[44.48380661010742]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3000.9040000000005]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[30.351999999999997]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[182.88400000000004]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[348.2841796875]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[210.0068359375]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[55.9921875]}},{"framework":"react-redux-hooks-immutable-v18.2.0 + 8.0.5-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[308.3]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"01_run1k","values":{"total":[59.901,56.755,58.022,60.783,61.845,58.027,60.231,59.417,57.772,57.487,58.481,57.436,58.764,60.28,57.469],"script":[23.515,22.034,23.007,23.478,24.168,23.238,22.753,22.888,22.964,22.499,23.143,22.285,23.611,22.534,22.981],"paint":[35.981,34.267,34.602,36.792,36.994,34.33,37.01,36.082,34.061,34.51,34.892,34.682,34.658,36.975,34.06]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"02_replace1k","values":{"total":[73.884,77.41,72.954,72.08,72.678,73.223,72.811,73.205,74.486,73.037,74.43,73.811,76.316,77.36,74.379],"script":[33.178,35.324,33.983,33.446,33.423,34.468,33.837,33.913,34.372,33.07,33.963,33.269,35.805,36.004,33.967],"paint":[39.919,41.619,38.356,37.861,38.799,37.996,38.138,38.809,39.409,39.481,39.989,40.082,39.77,40.816,39.931]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.281,28.269,29.752,29.998,32.547,28.87,29.673,28.669,29.141,29.554,31.177,30.306,29.432,29.086,30.823],"script":[11.394,10.536,11.808,12.079,13.178,11.029,11.803,10.826,11.168,10.807,12.274,11.758,11.424,10.786,12.24],"paint":[16.539,15.01,16.755,15.995,16.767,16.44,16.591,16.016,15.559,16.994,16.487,16.377,16.225,17.243,16.98]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"04_select1k","values":{"total":[7.336,7.968,8.132,6.785,7.736,7.523,7.083,7.199,7.594,7.668,7.553,7.247,7.447,7.108,7.222,7.384,7.849,7.368,7.459,7.917,8.39,8.059,6.921,7.328,7.786],"script":[4.012,4.609,3.795,3.849,4.393,4.302,3.933,3.837,4.586,4.134,3.719,3.836,3.463,3.448,4.248,3.503,4.027,3.899,4.228,4.147,4.333,4.618,3.654,4.063,4.628],"paint":[2.362,2.668,3.681,1.558,2.761,2.84,2.116,2.653,2.202,2.92,3.608,3.176,3.409,2.584,1.76,2.921,2.947,2.394,1.919,2.234,3.822,2.473,1.32,2.124,2.294]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"05_swap1k","values":{"total":[187.525,182.923,183.414,183.909,181.598,184.045,186.664,181.969,184.147,180.75,180.943,184.872,180.745,186.29,184.135],"script":[29.22,28.379,27.968,28.146,28.828,27.789,29.319,27.235,28.481,30.262,29.146,29.59,26.877,28.045,27.71],"paint":[155.968,152.312,152.981,152.821,150.33,153.721,155.209,152.417,153.096,148.491,149.849,152.396,151.895,156.063,153.994]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.853,36.039,35.965,38.849,38.231,36.675,37.146,36.241,37.513,37.133,38.886,37.533,38.027,36.413,37.332],"script":[19.141,18.098,18.048,20.746,19.875,19.193,19.07,18.526,19.259,19.093,20.386,19.159,19.41,19.122,19.012],"paint":[17.019,16.422,16.725,16.702,16.782,16.598,16.767,16.517,16.553,16.815,17.194,17,17.233,16.181,16.315]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"07_create10k","values":{"total":[744.406,743.82,737.88,739.76,738.755,740.837,743.488,742.025,734.987,742.768,734.834,734.398,741.718,732.71,729.413],"script":[352.535,353.486,350.219,349.834,356.576,352.96,354.211,351.774,351.499,352.938,349.752,352.654,357.815,346.292,348.096],"paint":[384.166,382.597,380.118,382.376,374.712,380.382,381.535,382.834,375.602,382.309,377.546,373.928,376.115,379.077,373.914]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[69.439,67.996,69.464,69.595,68.708,68.729,67.689,67.565,68.505,70.824,68.902,68.684,68.483,69.422,69.142],"script":[24.792,24.664,24.19,24.39,23.7,24.163,23.794,23.637,24.025,25.92,24.206,24.692,24.326,24.711,24.494],"paint":[43.501,42.385,44.109,44.26,43.663,43.63,42.637,42.899,43.254,44.035,43.697,42.746,43.225,43.76,43.739]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[42.137,41.178,38.864,40.064,41.019,38.611,39.818,39.716,40.722,42.84,39.677,41.398,39.813,41.21,41.432],"script":[39.483,38.712,36.768,37.067,38.82,36.843,36.941,37.468,38.698,39.656,36.683,38.736,37.625,38.563,39.221],"paint":[1.873,1.338,0.94,2.14,1.436,0.791,1.908,2.082,1.409,2.797,2.163,1.836,1.915,1.625,2.058]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.144301414489746]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.789098739624023]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.513086318969727]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.061581611633301]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[72.61117267608643]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2700.772]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.36]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[174.86399999999998]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[304.033203125]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[165.7568359375]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[46.119140625]}},{"framework":"react-redux-rematch-v18.2.0 + 8.0.5 + 2.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[240.6]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"01_run1k","values":{"total":[49.98,46.025,45.812,45.966,46.589,45.719,45.917,48.978,45.485,45.899,45.862,48.417,46.189,47.266,46.166],"script":[13.762,10.531,10.75,10.628,10.544,10.941,11.093,10.409,10.454,10.627,10.613,10.803,10.903,11.138,11.106],"paint":[35.828,34.75,34.597,34.878,35.582,34.288,34.397,38.079,34.605,34.755,34.86,37.112,34.832,35.66,34.585]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"02_replace1k","values":{"total":[57.99,57.452,56.546,58.004,58.13,58.376,57.712,58.853,58.293,59.05,57.819,58.524,58.248,58.03,58.2],"script":[18.925,19.113,19.191,19.102,19.092,19.479,19.234,19.459,19.421,19.683,18.712,19.882,19.433,19.728,18.941],"paint":[38.595,37.606,36.921,38.429,38.303,38.41,37.978,38.887,38.391,38.754,38.697,38.139,38.35,37.497,38.547]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.935,23.411,23.8,24.535,23.786,23.762,23.468,23.756,22.484,22.889,22.843,23.19,23.086,23.869,23.724],"script":[5.64,5.85,6.191,5.723,5.433,5.802,5.523,5.822,5.29,5.427,6.092,5.649,5.681,5.908,5.727],"paint":[16.539,14.885,15.146,16.008,16.009,15.963,16.535,15.907,15.414,15.795,14.975,15.453,14.944,16.638,16.238]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"04_select1k","values":{"total":[5.77,6.082,6.298,5.653,6.019,6.164,6.436,5.976,5.543,6.163,4.677,5.575,6.881,6.441,6.142,5.184,5.338,5.717,6.66,5.646,5.348,6.751,6.529,5.268,5.655],"script":[2.633,3.823,2.874,2.21,2.822,2.855,2.584,2.688,2.979,2.527,2.366,2.738,3.563,3.024,3.185,2.534,3.087,2.571,3.069,2.731,2.493,3.564,3.421,1.948,3.046],"paint":[1.575,1.567,1.705,2.577,2.298,2.393,3.065,2.418,1.712,3.043,1.337,1.222,1.478,2.429,1.874,1.322,2.053,1.846,2.719,2.729,2.646,2.1,2.936,2.705,1.545]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"05_swap1k","values":{"total":[177.7,173.826,178.518,175.242,183.961,177.959,181.049,174.227,179.129,179.098,175.292,179.188,177.007,177.082,172.546],"script":[22.894,22.44,22.203,22.652,23.108,24.029,22.841,23.517,22.025,22.461,22.318,23.767,22.197,22.527,22.039],"paint":[151.902,149.359,153.791,150.335,157.932,152.043,154.485,146.822,155.597,153.868,150.516,151.478,152.174,151.794,148.337]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.366,18.432,18.39,18.606,18.459,18.478,18.183,18.705,18.872,19.334,18.73,19.14,18.836,18.375,18.502],"script":[1.873,1.785,1.419,1.521,1.658,1.69,1.642,1.494,1.555,1.707,1.456,1.44,1.462,1.594,1.434],"paint":[16.126,15.825,15.744,15.764,15.568,15.793,15.712,16.015,16.203,16.404,15.766,16.125,16.126,15.641,15.596]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"07_create10k","values":{"total":[632.27,637.353,630.054,629.789,641.67,627.05,632.76,637.719,632.222,614.072,631.423,640.821,631.178,610.943,629.522],"script":[249.46,254.38,248.389,252.722,257.86,248.198,250.799,254.873,251.454,252.855,253.112,260.19,246.678,248.49,249.344],"paint":[375.159,374.963,374.192,368.947,375.789,371.238,374.221,374.245,373.299,353.645,370.477,372.9,376.773,354.586,372.416]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.543,56.778,56.076,56.972,56.556,56.614,57.238,57.334,55.681,56.705,56.883,56.043,57.385,55.793,55.561],"script":[13.379,12.982,13.524,13.21,13.206,13.876,13.115,13.456,13.202,13.228,13.347,12.792,13.001,12.841,12.826],"paint":[42.216,42.828,41.62,42.477,42.124,41.863,42.902,42.65,41.546,42.276,42.533,42.304,43.127,41.741,41.45]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.704,28.462,30.725,27.965,30.671,28.464,28.177,29.13,30.713,28.981,30.989,31.158,30.675,32.294,30.819],"script":[27.133,26.563,28.207,25.135,29.004,26.52,26.713,27.094,27.592,25.698,28.709,28.439,28.175,29.762,28.115],"paint":[1.442,1.782,2.366,2.708,1.559,1.375,0.39,1.18,3.024,2.236,2.126,2.562,1.534,1.641,1.89]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0691957473754883]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.305890083312988]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.743959426879883]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8533620834350586]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.34496307373047]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.455]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.203999999999997]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[180.8959999999999]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[294.8623046875]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[156.5859375]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[43.7705078125]}},{"framework":"react-rxjs-v18.2.0 + 0.10.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[228.7]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"01_run1k","values":{"total":[46.744,46.376,49.125,48.337,46.786,47.979,47.713,46.587,48.585,46.783,45.264,47.271,46.5,46.997,47.562],"script":[13.215,12.773,12.866,13.111,12.633,12.492,14.061,13.348,12.488,12.841,12.279,12.511,12.768,13.255,13.926],"paint":[33.081,33.125,35.81,34.485,33.687,35.041,33.185,32.786,35.638,33.502,32.545,34.034,33.288,33.345,33.176]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"02_replace1k","values":{"total":[55.711,59.496,58.611,59.023,57.589,59.025,58.173,57.161,59.614,59.416,57.522,58.357,59.805,58.901,58.351],"script":[23.439,26.729,25.584,25.732,24.769,25.99,25.687,24.389,26.705,26.745,24.745,24.395,24.783,26.352,25.471],"paint":[31.832,32.302,32.588,32.853,32.093,32.276,32.037,32.065,32.449,32.245,32.054,33.225,34.329,32.081,32.174]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.789,22.428,23.588,22.846,22.712,21.931,23.474,22.506,22.698,22.727,21.913,22.779,21.858,22.299,21.86],"script":[4.157,4.41,4.926,4.037,4.341,3.556,4.315,4.244,3.765,4.144,4.245,4.05,3.977,3.569,3.936],"paint":[16.917,17.003,16.742,16.597,16.658,16.93,16.183,16.717,16.388,16.495,15.458,17.01,16.264,16.907,16.306]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"04_select1k","values":{"total":[3.872,5.561,4.29,4.864,4.437,5.417,5.608,4.821,4.431,4.76,5.413,5.473,5.289,4.021,4.635,4.641,5.237,5.32,5.44,5.676,3.654,5.58,4.802,5.377,4.707],"script":[1.588,1.741,1.716,1.471,1.58,1.212,1.412,1.651,1.554,1.912,2.303,2.156,1.333,1.24,1.875,1.994,1.277,2.142,2.225,2.038,1.358,2.037,1.771,2.207,1.49],"paint":[1.465,3.567,1.469,2.573,1.894,3.025,3.985,1.707,2.698,2.113,1.915,2.373,2.872,1.86,1.858,2.455,3.028,1.935,2.001,3.424,1.349,1.822,1.677,2.062,2.618]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"05_swap1k","values":{"total":[170.298,164.836,169.352,166.811,170.112,165.646,166.86,168.438,169.32,168.367,165.415,167.229,167.816,166.613,167.339],"script":[34.365,32.214,34.051,36.025,33.734,32.795,34.082,36.15,34.166,34.062,33.832,34.646,35.87,34.49,36.385],"paint":[132.03,130.155,133.918,129.325,134.915,130.228,131.084,130.007,133.473,133.2,130.121,130.682,129.231,130.154,129.259]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[23.568,23.608,23.661,23.904,23.39,25.894,23.273,23.831,22.683,23.753,23.569,22.877,23.881,23.797,24.977],"script":[6.678,6.804,6.916,6.554,6.331,7.17,6.406,6.352,6.19,6.598,6.168,6.257,5.907,6.263,6.608],"paint":[15.825,15.678,16.161,16.079,15.94,17.763,15.88,16.395,15.665,16.273,16.157,15.784,16.617,16.169,17.13]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"07_create10k","values":{"total":[635.296,645.811,642.919,640.399,644.134,639.864,643.829,642.176,640.414,645.853,637.846,646.102,643.139,644.076,637.849],"script":[257.335,262.091,261.159,260.718,262.117,261.068,262.383,262.143,260.074,261.354,258.979,264.753,261.92,260.619,260.554],"paint":[370.176,376.168,374.304,372.344,374.292,370.552,373.842,372.04,372.772,376.107,371.253,373.94,373.672,375.668,369.783]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.656,52.327,51.468,51.339,52.262,51.427,51.985,54.566,52.428,54.177,52.244,52.447,51.568,51.338,52.558],"script":[14.522,14.373,14.033,13.962,14.585,13.237,14.117,15.39,14.393,14.51,14.454,14.75,14.184,13.043,14.453],"paint":[39.168,36.741,36.194,36.187,36.489,37.238,36.704,38.215,37.23,38.489,36.58,36.73,36.149,37.053,37.193]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[36.236,37.806,32.835,38.306,35.985,35.241,36.276,37.249,38.075,41.199,32.807,39.709,32.948,37.315,35.742],"script":[33.88,35.678,30.409,36.093,33.738,32.97,33.535,34.791,35.765,38.484,31.266,37.117,30.797,34.391,33.863],"paint":[2.249,1.19,1.868,2.09,2.096,2.159,2.558,1.535,2.17,1.178,0.432,1.262,2.009,2.293,1.765]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0498371124267578]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.269804954528809]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.200496673583984]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.331812858581543]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[58.169700622558594]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.585]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.004]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.276]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[284.458984375]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[146.181640625]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.4326171875]}},{"framework":"react-signalis-v18.2.0 + 0.0.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[214.5]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"01_run1k","values":{"total":[58.266,53.389,52.9,56.047,53.324,53.911,54.513,53.516,54.309,53.52,53.392,53.28,53.916,54.621,54.031],"script":[20.003,18.688,18.012,18.789,18.344,18.409,17.838,18.422,18.775,18.705,18.493,18.024,18.503,18.654,18.895],"paint":[37.53,34.246,34.485,36.847,34.575,34.81,35.948,34.684,35.036,34.392,34.213,34.765,34.679,35.544,34.656]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"02_replace1k","values":{"total":[67.968,68.172,68.348,67.141,67.675,67.831,66.869,67.548,66.527,66.946,67.494,66.183,68.083,68.02,67.375],"script":[27.827,28.543,29.13,28.306,28.458,28.556,27.387,27.845,28.091,28.425,28.707,27.081,29.212,28.976,28.255],"paint":[39.554,39.14,38.474,38.377,38.708,38.54,38.94,38.974,37.711,37.784,38.335,38.584,38.285,38.509,38.365]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[56.96,55.938,59.841,57.848,57.839,57.595,55.487,55.144,57.341,54.932,56.184,54.616,56.612,57.915,57.684],"script":[38.962,38.201,40.941,39.074,39.836,38.26,37.93,37.366,39.104,37.904,38.584,37.624,39.308,38.508,38.779],"paint":[15.617,15.679,17.221,16.941,16.375,17.65,15.921,16.185,16.762,15.515,14.748,15.131,15.902,16.933,15.682]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"04_select1k","values":{"total":[40.755,40.248,41.775,41.039,42.267,42.06,40.531,41.773,41.272,39.335,40.079,41.784,42.671,40.527,41.639,41.768,39.522,41.588,42.773,40.102,40.86,39.055,39.036,39.809,41.724],"script":[35.807,36.144,38.233,37.022,36.765,38.968,37.078,37.474,37.359,35.716,36.629,36.987,38.078,36.258,36.665,37.053,36.142,37.577,38.385,36.3,36.321,35.172,34.664,35.812,37.31],"paint":[3.079,2.891,2.616,3.099,3.14,1.789,2.448,3.089,2.584,2.973,1.615,2.679,3.872,2.692,3.992,2.81,1.525,2.717,2.621,2.213,3.064,1.798,3.258,3.727,3.376]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"05_swap1k","values":{"total":[213.745,215.255,211.252,215.269,218.648,215.245,215.2,215.828,214.72,212.343,215.264,216.801,213.723,215.481,213.522],"script":[61.328,59.366,57.297,61.366,60.622,60.24,59.405,60.235,59.962,59.083,59.843,61.519,58.511,62.677,58.632],"paint":[150.38,152.644,151.052,150.9,155.762,151.476,153.655,153.54,152.827,150.993,153.037,152.848,153.044,150.328,153.289]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.922,37.046,35.959,36.593,36.286,35.466,37.144,35.787,36.303,36.334,36.238,35.698,36.544,35.685,35.808],"script":[19.49,19.213,18.706,19.25,19.005,18.737,19.226,18.539,18.911,18.949,18.478,18.746,18.968,18.452,18.529],"paint":[17.176,16.042,16.049,16.41,15.76,15.642,16.509,15.607,16.004,16.451,16.073,16.006,15.926,15.694,16.057]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"07_create10k","values":{"total":[721.847,698.472,697.397,699.067,699.371,702.783,691.987,701.535,697.832,709.013,707.712,707.501,717.428,712.921,712.283],"script":[332.263,313.658,315.26,311.741,311.809,315.035,307.221,316.248,312.579,316.606,316.763,317.356,321.403,323.669,323.027],"paint":[381.808,377.164,374.659,379.764,380.144,380.084,377.461,377.812,377.62,385.001,383.037,382.346,387.949,381.848,381.473]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[74.262,75.011,73.378,73.581,74.051,73.089,74.709,72.872,73.448,75.227,74.091,73.176,73.412,73.85,73.898],"script":[29.398,29.953,29.269,29.163,29.167,28.981,29.306,28.672,28.959,29.718,29.138,29.46,28.7,29.291,29.767],"paint":[43.866,44.078,43.117,43.403,43.773,42.939,44.013,43.259,43.376,44.283,43.986,42.705,43.626,43.169,43.169]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[35.182,34.464,35.659,33.989,34.854,36.039,35.187,35.67,34.572,37.126,33.685,34.558,35.496,35.494,34.594],"script":[32.586,32.018,33.252,32.476,32.466,33.712,32.354,33.03,32.18,34.971,30.982,32.049,33.214,32.683,32.195],"paint":[2.046,2.323,1.766,0.376,2.281,2.166,2.361,2.548,1.7,2.004,1.696,1.592,1.496,2.213,0.979]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.5383663177490234]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.629467010498047]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.959888458251953]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.8523006439208984]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[48.266982078552246]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.612]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[61.255999999999986]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[178.03999999999996]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[364.1005859375]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[225.8232421875]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[61.8857421875]}},{"framework":"react-starbeam-v18.2.0 + 0.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[327.4]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"01_run1k","values":{"total":[46.225,47.416,45.267,45.457,47.293,46.467,46.57,48.212,45.387,47.216,46.242,47.745,48.403,44.578,45.979],"script":[10.751,10.773,10.733,10.44,10.747,10.809,11.277,11.283,10.609,10.925,10.795,10.852,11.275,10.206,11.219],"paint":[35.066,36.214,34.038,34.446,36.005,35.052,34.856,36.234,34.351,35.852,34.712,36.453,36.627,33.955,34.221]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"02_replace1k","values":{"total":[60.29,60.987,60.679,60.636,59.993,60.184,60.971,61.471,60.279,60.158,60.904,60.255,60.638,59.826,60.695],"script":[20.94,21.495,20.636,20.699,20.277,20.857,21.471,22.14,20.851,20.615,21.583,21.214,21.471,20.713,21.331],"paint":[38.376,38.868,39.336,39.225,39.031,38.847,38.657,38.762,38.7,38.621,38.503,38.044,38.42,38.457,38.381]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.972,24.63,24.606,23.25,23.884,23.318,22.585,27.366,23.978,26.179,23.44,23.69,23.144,22.669,23.861],"script":[5.996,6.458,6.277,5.459,5.609,5.873,5.627,5.228,6.521,7.213,5.923,5.987,5.845,5.671,6.523],"paint":[15.564,15.105,16.17,15.927,16.968,15.981,13.886,18.719,15.658,16.65,15.654,14.599,15.516,15.35,16.23]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"04_select1k","values":{"total":[5.784,5.898,5.948,5.926,6.714,5.661,5.994,6.212,7.298,6.072,6.877,7.097,6.209,6.381,5.625,6.001,6.544,5.871,5.235,6.361,6.57,5.825,6.129,5.912,6.259],"script":[2.538,2.239,2.561,2.479,2.859,2.75,2.502,1.954,3.084,2.157,3.39,3.436,3.306,2.932,2.444,3.193,2.878,2.865,2.583,2.47,3.13,2.792,2.578,2.738,2.985],"paint":[3.043,2.598,2.063,2.227,3.171,1.796,3.255,3.669,3.538,2.844,3.25,2.211,1.475,1.961,2.279,2.038,2.046,2.412,1.506,2.66,2.624,1.697,2.786,1.412,2.005]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"05_swap1k","values":{"total":[177.813,176.4,175.661,174.207,174.286,171.35,175.434,170.913,179.188,174.819,177.26,176.599,179.649,178.898,177.181],"script":[23.444,22.005,22.007,22.529,22.521,21.087,21.408,20.681,21.853,22.655,22.532,22.14,22.391,23.204,23.597],"paint":[151.745,151.16,150.736,148.477,149.854,147.793,151.554,148.099,154.792,150.019,152.498,151.881,154.482,152.178,151.485]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.209,18.398,17.982,18.13,18.975,20.532,18.456,19.611,18.898,19.112,18.424,18.808,18.726,18.492,18.333],"script":[1.777,1.654,1.348,1.587,1.455,1.605,1.776,1.716,1.542,1.398,1.559,1.516,1.665,1.672,1.678],"paint":[16.713,15.859,15.481,15.399,15.96,17.281,15.837,16.382,16.253,16.065,15.708,16.102,16.06,15.906,15.602]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"07_create10k","values":{"total":[634.075,651.244,640.741,642.472,639.395,639.566,643.027,645.279,644.639,643.478,636.963,649.501,638.784,644.021,641.517],"script":[258.926,270.504,267.068,265.39,259.081,262.94,264.522,264.197,265.36,264.092,258.987,264.733,262.451,262.88,262.777],"paint":[367.045,373.266,366.242,369.553,372.335,369.209,370.606,373.267,371.522,371.316,370.29,376.958,368.874,373.43,370.894]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.31,56.036,56.728,58.483,58.415,59.14,59.368,59.525,57.669,57.059,58.762,57.094,58.698,57.169,57.636],"script":[14.807,14.033,14.119,14.911,14.628,14.838,14.375,14.984,14.396,14.041,15.207,14.25,14.899,14.178,14.569],"paint":[43.486,41.062,41.65,42.654,42.59,43.419,44,43.681,42.358,42.08,42.315,41.851,42.525,41.772,41.844]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[29.695,28.45,30.393,29.979,27.823,29.031,29.109,28.219,28.578,29.216,30.608,29.518,29.549,30.641,28.993],"script":[27.563,26.118,28.186,27.452,25.64,26.315,26.751,25.758,26.909,26.387,27.862,26.882,27.33,27.875,26.603],"paint":[1.103,1.966,1.441,2.397,1.706,2.306,2.26,2.331,1.55,2.724,2.584,2.084,2.087,2.609,2.284]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9835109710693359]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.944802284240723]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.484101295471191]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.7781038284301758]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[37.131022453308105]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2476.305]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.688000000000002]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[166.87999999999994]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[280.166015625]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[141.8896484375]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.0517578125]}},{"framework":"react-tagged-state-v18.2.0 + 1.23.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[208.6]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"01_run1k","values":{"total":[48.575,47.912,48.42,49.806,47.362,47.419,46.822,48.959,47.525,48.269,47.355,48.503,48.249,49.697,48.282],"script":[13.064,12.229,13.217,12.187,12.671,12.65,12.684,12.203,12.567,12.904,12.5,12.87,12.925,12.969,12.885],"paint":[35.049,35.169,34.748,37.231,34.292,34.337,33.721,36.339,34.513,34.918,34.449,34.934,34.796,36.271,34.787]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"02_replace1k","values":{"total":[62.999,61.324,61.381,61.126,61.271,61.253,61.394,61.447,61.271,61.15,61.524,61.753,62.978,60.935,61.428],"script":[23.064,21.801,22.54,22.792,22.077,23.04,22.026,23.545,22.283,22.463,22.631,22.743,22.492,22.426,22.238],"paint":[39.431,38.817,38.362,37.867,38.619,37.586,38.761,37.414,38.499,38.207,38.147,38.277,39.788,38.034,38.464]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"03_update10th1k_x16","values":{"total":[28.313,28.153,27.7,27.967,27.487,27.242,27.284,29.72,27.652,27.961,27.694,29.088,29.265,27.084,28.294],"script":[11.125,9.825,10.258,10.278,10.25,10.267,9.582,10.212,10.136,10.535,9.657,10.115,10.897,9.345,10.647],"paint":[15.641,17.148,16.2,15.695,15.42,14.781,16.35,16.964,16.094,16.009,15.373,15.832,16.89,15.561,16.039]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"04_select1k","values":{"total":[9.582,10.228,9.768,10.483,10.768,9.711,9.978,10.185,10.456,9.594,9.552,9.694,9.591,9.383,9.955,11.144,9.964,9.653,9.984,9.923,9.647,10.575,10.564,10.164,10.476],"script":[6.725,6.279,6.598,7.053,6.477,6.29,6.549,6.809,7.337,6.165,6.593,6.182,6.107,6.404,7.14,6.828,6.875,6.539,6.279,6.222,7.156,6.773,6.532,6.934,6.879],"paint":[1.404,2.921,2.621,2.198,2.33,2.376,2.505,2.279,2.516,2.555,1.778,2.806,2.15,1.79,1.702,3.796,1.847,2.105,3.114,2.922,1.87,2.738,2.973,2.211,2.505]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"05_swap1k","values":{"total":[186.15,179.943,182.541,185.291,175.912,181.698,182.177,186.202,183.288,185.883,183.343,178.463,179.886,184.796,181.951],"script":[27.817,27.843,29.471,30.975,28.05,27.401,28.154,29.05,28.509,27.827,30.123,26.509,27.454,29.323,29.746],"paint":[155.883,148.692,151.161,151.597,145.527,151.587,151.12,154.531,152.811,155.122,150.737,149.349,150.03,152.768,150.315]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.206,21.558,21.05,21.193,20.466,21.166,21.151,21.02,20.329,20.421,22.161,20.911,20.952,20.537,21.002],"script":[3.707,3.765,3.459,3.698,3.501,3.698,3.804,3.639,3.762,3.309,3.852,3.785,3.98,3.5,3.672],"paint":[16.279,16.418,15.924,15.841,15.786,16.029,16.432,16.423,15.561,16.235,17.125,15.859,15.87,15.545,15.647]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"07_create10k","values":{"total":[653.5,660.25,651.009,651.503,651.744,655.575,648.502,653.641,656.864,648.399,648.49,659.828,653.149,658.057,658.807],"script":[271.46,272.19,275.068,270.739,273.626,273.147,269.565,274.41,274.629,272.375,273.121,277.458,276.665,270.215,275.109],"paint":[373.813,380.385,367.997,372.841,369.92,374.42,370.846,371.415,374.346,367.853,366.825,374.428,368.777,379.88,375.912]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.643,61.82,61.244,61.722,63.506,62.933,63.193,62.739,61.373,59.266,63.772,60.526,62.418,62.34,62.762],"script":[18.486,17.75,17.643,18.257,18.784,18.98,19.114,18.816,17.723,17.137,19.102,18.157,19.183,18.072,18.698],"paint":[42.226,42.803,42.634,42.513,43.479,42.685,43.088,42.936,42.457,41.118,43.264,41.369,42.228,43.285,43.086]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.686,27.677,31.446,29.094,29.901,29.277,30.148,30.149,30.449,32.148,31.297,30.974,29.085,29.79,30.047],"script":[28.152,25.821,28.912,27.175,27.112,26.982,27.432,27.38,27.988,29.661,29.166,28.499,27.704,26.82,28.163],"paint":[1.826,1.74,2.398,1.11,2.684,2.181,1.892,2.101,1.593,2.355,1.767,2.343,1.27,2.837,0.588]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.074777603149414]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.915927886962891]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.524967193603516]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.264338493347168]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.15706825256348]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.8999999999996]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[17.887999999999998]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[170.832]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[284.126953125]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[145.8505859375]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.4306640625]}},{"framework":"react-tracked-v18.2.0 + 1.7.11-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[218.7]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"01_run1k","values":{"total":[47.366,47.625,47.582,46.471,47.704,48.209,48.367,47.323,47.54,47.497,47.945,50.109,47.151,48.237,47.357],"script":[12.099,12.436,12.264,11.849,11.903,12.189,12.378,12.036,12.223,12.487,12.507,12.606,12.406,12.511,12.266],"paint":[34.798,34.685,34.922,34.205,35.296,35.631,35.485,34.825,34.654,34.287,35.04,37.108,34.274,34.93,34.698]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"02_replace1k","values":{"total":[64.39,60.428,62.982,64.08,63.273,63.87,61.38,64.09,63.096,62.304,62.292,62.769,62.91,64.603,62.947],"script":[23.939,22.766,23.638,24.017,23.509,24.08,23.007,24.744,23.654,23.382,23.202,23.838,24.087,24.705,23.162],"paint":[39.709,37.019,38.814,39.405,39.278,39.291,37.918,38.613,38.742,38.159,38.482,38.489,38.137,39.42,39.327]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.328,25.026,27.007,25.218,26.303,26.015,26.905,25.563,25.921,25.891,25.269,25.534,25.793,23.768,24.293],"script":[7.19,7.699,8.309,7.458,7.812,8.115,8.326,7.949,7.807,8.038,7.627,7.009,8.292,6.786,7.041],"paint":[16.752,15.99,15.94,16.328,16.88,16.247,17.05,14.903,16.363,16.647,15.352,15.938,15.873,15.956,15.934]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"04_select1k","values":{"total":[7.138,5.737,7.822,7.143,6.778,6.049,6.606,5.521,6.569,6.571,7.567,6.845,8.1,6.818,6.933,6.092,5.857,6.112,6.179,7.15,6.529,7.008,6.94,6.763,6.445],"script":[4.128,2.835,3.731,3.761,3.472,3.374,3.183,2.683,2.529,3.433,3.467,2.706,4.361,3.363,2.934,3.009,2.801,2.711,3.234,3.649,3.389,3.156,3.339,3.362,3.351],"paint":[1.805,2.698,2.769,2.167,2.191,1.549,2.172,1.629,3.018,2.94,2.778,3.126,3.488,3.203,3.759,1.94,1.893,2.26,1.68,3.153,2.011,3.643,3.389,2.853,1.63]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"05_swap1k","values":{"total":[186.246,178.238,184.701,181.907,179.491,183.321,181.44,178.993,180.704,186.08,183.232,182.332,181.991,182.747,184.439],"script":[28.52,27.35,28.453,28.746,26.148,27.969,26.639,25.095,26.812,30.315,30.009,28.786,25.675,29.64,28.485],"paint":[155.229,148.239,151.344,150.29,151.29,151.51,153.065,150.799,152.173,152.553,150.332,150.716,153.244,151.11,153.315]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.895,20.486,19.833,20.803,20.333,20.147,19.656,19.857,19.814,19.333,20.035,19.713,19.742,20.434,20.043],"script":[2.991,2.704,2.138,2.423,2.604,2.498,2.578,2.504,2.49,2.229,2.56,2.626,2.803,2.847,2.66],"paint":[16.528,16.139,16.026,17.225,16.479,16.542,15.846,16.012,15.891,15.873,16.311,16.28,15.693,16.454,16.211]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"07_create10k","values":{"total":[674.489,669.286,665.393,662.877,665.63,659.491,662.684,658.228,661.849,680.482,667.613,670.017,665.376,666.808,665.831],"script":[282.051,280.183,274.276,280.137,277.39,274.12,278.256,273.895,276.462,280.492,279.857,280.605,276.028,278.153,278.374],"paint":[384.756,381.172,383.582,375.017,380.764,378.054,377.132,376.607,377.952,392.643,378.944,381.887,381.644,381.01,379.16]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.845,59.317,60.652,59.56,59.681,59.033,59.968,61.373,61.409,58.995,60.662,59.467,60.064,62.102,61.17],"script":[15.71,15.977,17.189,16.431,15.972,15.966,17.031,16.789,16.813,16.195,16.961,16.482,16.635,16.812,18.131],"paint":[42.88,42.075,42.506,42.173,42.773,42.095,41.966,43.63,43.722,41.834,42.747,42.007,42.475,44.023,42.2]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[36.434,38.248,36.444,37.594,37.312,40.241,38.308,39.694,37.973,36.707,39.633,37.565,37.013,38.67,40.167],"script":[33.903,35.484,34.591,35.327,34.315,37.883,35.438,37.737,35.746,34.715,37.351,35,34.788,36.249,37.563],"paint":[1.869,2.242,1.684,2.137,2.098,2.219,2.729,1.8,1.358,1.874,2.123,2.425,2.115,2.295,1.821]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0075788497924805]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.372624397277832]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.967747688293457]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.9188861846923828]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[60.549689292907715]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.3350000000005]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.276]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.44399999999993]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[283.15625]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[144.8798828125]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.8134765625]}},{"framework":"react-zustand-v18.2.0 + 4.3.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[212.4]}},{"framework":"reagent-v0.10-keyed","benchmark":"01_run1k","values":{"total":[63.703,67.511,60.778,62.657,62.679,65.245,65.175,62.46,63.271,65.68,60.912,62.191,59.927,63.879,60.819],"script":[25.718,24.062,24.385,24.09,23.739,23.969,24.214,23.696,24.143,24.589,24.392,24.522,24.197,24.032,23.975],"paint":[36.219,35.475,34.37,35.318,34.487,34.899,36.064,34.094,34.136,34.674,34.908,34.42,34.26,34.717,34.803]}},{"framework":"reagent-v0.10-keyed","benchmark":"02_replace1k","values":{"total":[73.133,74.903,71.716,70.559,70.882,70.82,73.944,70.366,74.032,76.522,76.302,70.575,70.237,70.541,69.47],"script":[31.761,31.452,30.994,31.211,31.92,31.214,32.778,31.733,30.617,31.25,31.746,30.398,30.485,31.233,30.617],"paint":[39.374,38.926,38.251,39.185,38.766,39.433,39.544,38.001,37.851,38.972,38.243,38.431,39.569,38.841,38.139]}},{"framework":"reagent-v0.10-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.717,33.609,31.348,30.747,32.562,32.052,33.597,33.076,31.8,32.657,31.121,31.561,31.421,30.201,33.767],"script":[15.674,14.76,15.619,15.364,16.198,15.684,16.415,15.54,15.715,15.863,14.17,15.247,15.112,14.881,16.939],"paint":[15.616,15.545,15.594,15.252,16.224,15.537,15.978,16.203,15.843,15.743,16.243,15.539,15.397,14.743,16.421]}},{"framework":"reagent-v0.10-keyed","benchmark":"04_select1k","values":{"total":[8.804,9.166,7.371,8.658,9.04,7.008,8.55,9.096,8.564,9.677,6.497,8.979,7.925,8.364,8.973,6.883,8.936,9.214,7.484,8.885,8.889,9.546,8.631,9.58,8.967],"script":[6.114,6.321,3.33,3.855,5.822,3.875,5.52,5.299,4.684,6.324,3.743,5.764,3.965,4.585,5.57,3.95,5.351,6.731,4.131,4.693,4.023,6.355,5.093,4.667,6.115],"paint":[1.45,2.275,3.08,3.096,2.828,2.914,2.419,2.068,2.149,1.941,2.59,2.979,2.713,2.539,2.162,1.969,3.025,1.381,2.487,2.652,3.369,1.853,1.761,2.544,1.994]}},{"framework":"reagent-v0.10-keyed","benchmark":"05_swap1k","values":{"total":[182.391,176.219,179.042,180.593,182.619,182.563,181.512,181.075,178.439,185.805,187.15,186.901,179.269,180.025,184.234],"script":[27.937,27.751,26.477,29.496,28.817,28.924,28.003,29.823,28.271,27.807,30.054,29.943,27.529,27.003,28.469],"paint":[153.89,147.869,152.412,150.71,153.623,153.456,152.843,151.091,150.005,157.819,155.087,155.924,150.185,152.595,154.789]}},{"framework":"reagent-v0.10-keyed","benchmark":"06_remove-one-1k","values":{"total":[30.946,25.66,30.972,29.148,28.639,29.134,31.144,31.492,31.859,23.48,30.803,29.271,32.845,26.144,23.986],"script":[5.923,5.704,5.592,5.829,5.656,5.982,5.497,5.778,5.762,6.093,6.234,5.754,6.131,5.813,5.225],"paint":[17.688,16.347,17.086,17.26,16.738,16.833,16.638,16.617,17.42,16.178,16.649,17.026,17.16,17.174,16.289]}},{"framework":"reagent-v0.10-keyed","benchmark":"07_create10k","values":{"total":[698.852,694.817,694.937,688.947,698.694,696.372,699.696,692.278,698.982,690.558,696.48,695.993,692.915,692.229,690.197],"script":[319.359,316.688,318.616,317.436,318.929,315.675,319.768,318.06,319.076,317.301,317.993,318.244,317.274,316.884,313.882],"paint":[375.332,374.546,372.621,367.948,376.195,376.994,376.362,369.921,376.397,369.52,374.985,374.054,372.108,371.595,372.299]}},{"framework":"reagent-v0.10-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[76.611,75.825,73.613,74.317,69.514,67.894,73.473,73.811,67.483,67.617,68.296,74.813,68.01,68.739,73.992],"script":[24.935,25.292,24.868,25.209,25.166,24.515,24.703,24.472,24.229,25.677,25.035,25.318,24.449,24.875,25.553],"paint":[43.548,42.309,42.041,42.445,43.666,42.69,42.72,43.021,41.967,41.645,42.068,43.015,42.978,43.558,42.475]}},{"framework":"reagent-v0.10-keyed","benchmark":"09_clear1k_x8","values":{"total":[32.049,31.953,31.334,31.315,30.667,31.175,31.535,30.978,31.092,31.069,31.045,32.047,32.445,31.196,29.333],"script":[30.207,28.764,29.661,28.986,28.765,29.771,29.612,29.356,29.564,28.428,28.977,30.197,29.818,29.328,27.895],"paint":[1.784,1.998,1.258,2.265,1.717,1.338,1.853,1.549,1.463,1.868,1.377,1.777,2.561,1.078,1.368]}},{"framework":"reagent-v0.10-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.4143743515014648]}},{"framework":"reagent-v0.10-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.421479225158691]}},{"framework":"reagent-v0.10-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.145378112792969]}},{"framework":"reagent-v0.10-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.2077531814575195]}},{"framework":"reagent-v0.10-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[42.29048728942871]}},{"framework":"reagent-v0.10-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3270.428]}},{"framework":"reagent-v0.10-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.259999999999998]}},{"framework":"reagent-v0.10-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[177.94799999999998]}},{"framework":"reagent-v0.10-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[413.0390625]}},{"framework":"reagent-v0.10-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[274.7626953125]}},{"framework":"reagent-v0.10-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[64.447265625]}},{"framework":"reagent-v0.10-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[384.1]}},{"framework":"redom-v3.29.0-keyed","benchmark":"01_run1k","values":{"total":[49.146,46.428,49.125,48.192,48.028,47.985,49.656,48.668,49.48,48.946,49.225,50.242,47.228,49.197,48.038],"script":[10.735,10.425,10.825,11.018,10.782,10.67,11.205,10.486,10.476,10.753,10.225,11.021,10.508,10.964,10.524],"paint":[37.93,35.544,37.6,36.721,36.775,36.846,37.736,37.705,38.274,37.732,38.483,38.525,36.03,37.762,36.785]}},{"framework":"redom-v3.29.0-keyed","benchmark":"02_replace1k","values":{"total":[52.773,50.767,50.808,50.845,50.931,51.997,53.274,52.234,51.711,50.571,51.849,51.621,52.121,54.102,52.292],"script":[13.778,13.127,13.176,13.764,13.525,13.756,13.48,13.716,14.146,12.958,13.667,13.754,13.913,13.738,13.908],"paint":[38.449,37.173,37.22,36.607,36.677,37.757,39.054,37.794,37.053,37.105,37.685,37.387,37.71,39.632,37.929]}},{"framework":"redom-v3.29.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.226,20.113,19.538,19.552,19.291,20.229,18.101,19.684,20.559,19.532,19.384,18.628,19.436,19.642,20.13],"script":[2.464,2.421,1.798,1.449,1.843,2.074,1.81,1.433,2.026,1.97,2.257,1.762,1.722,1.919,2.04],"paint":[15.908,15.282,16.366,16.679,15.958,16.761,14.186,15.96,16.886,15.316,14.968,14.992,15.829,16.884,16.726]}},{"framework":"redom-v3.29.0-keyed","benchmark":"04_select1k","values":{"total":[3.887,4.023,3.993,3.994,4.007,4.405,4.133,3.758,4.356,4.177,4.244,4.13,3.953,5.877,3.768,4.024,4.645,4.305,4.262,4.005,4.688,5.255,3.809,4.879,4.438],"script":[1.201,0.956,1.279,1.028,1.568,0.95,1.549,1.192,1.459,1.277,0.619,1.408,0.61,1.682,1.234,1.186,1.581,1.985,1.509,1.246,1.307,1.227,1.234,1.638,1.523],"paint":[1.536,2.163,2.06,2.863,2.266,2.84,1.956,1.448,1.842,2.182,3.38,1.524,1.689,4.004,1.959,1.526,2.399,1.406,1.901,1.847,1.795,3.773,2.426,2.347,2.385]}},{"framework":"redom-v3.29.0-keyed","benchmark":"05_swap1k","values":{"total":[22.727,22.521,21.823,22.186,22.361,22.195,22.964,22.464,22.024,22.246,22.998,22.28,22.542,22.449,22.073],"script":[1.676,1.299,0.969,1.442,1.585,1.54,1.274,1.496,1.378,1.274,0.956,0.929,0.963,1.104,1.047],"paint":[19.844,18.792,19.143,19.451,18.908,18.633,20.216,19.512,19.064,19.639,20.668,18.607,19.811,19.209,18.819]}},{"framework":"redom-v3.29.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.794,17.743,17.6,17.965,16.745,17.298,17.424,18.142,17.11,16.758,16.847,18.439,17.17,17.688,17.772],"script":[0.585,0.593,0.675,0.845,0.401,0.695,0.616,0.608,0.643,0.605,0.284,0.677,0.583,0.595,0.693],"paint":[15.676,15.865,15.782,15.902,15.525,15.679,15.29,16.347,15.67,15.471,14.918,16.672,15.105,16.29,15.961]}},{"framework":"redom-v3.29.0-keyed","benchmark":"07_create10k","values":{"total":[470.793,472.23,473.914,472.245,475.096,472.531,475.737,472.267,470.77,469.424,467.725,476.168,469.392,471.73,473.828],"script":[102.478,100.667,101.76,101.09,103.131,102.109,103.221,104.596,104.826,100.688,101.251,100.406,102.847,100.335,104.466],"paint":[360.721,363.895,364.635,363.748,364.13,363.136,365.07,360.413,358.389,360.249,359.07,368.248,359.167,364.178,361.807]}},{"framework":"redom-v3.29.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.702,54.335,52.574,53.681,54.601,54.098,54.141,53.697,52.963,53.934,53.747,54.111,53.97,53.553,53.623],"script":[11.126,10.836,11.311,10.767,10.898,11.225,11.092,10.998,10.509,10.637,10.859,11.42,11.122,11.276,10.893],"paint":[40.632,42.505,40.069,41.951,42.752,41.594,41.862,41.71,41.431,42.304,41.882,41.729,41.835,41.314,41.743]}},{"framework":"redom-v3.29.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.26,15.435,15.07,14.528,15.687,15.829,15.375,15.639,16.058,15.805,15.378,16.015,15.417,14.987,15.271],"script":[13.744,12.708,12.829,12.858,13.132,13.051,13.453,13.944,13.905,13.407,13.491,14.07,12.97,13.293,12.661],"paint":[1.469,2.582,2.12,0.402,2.343,2.642,1.805,1.415,2.006,1.594,1.776,1.152,2.309,1.375,2.498]}},{"framework":"redom-v3.29.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49083709716796875]}},{"framework":"redom-v3.29.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.444089889526367]}},{"framework":"redom-v3.29.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.491100311279297]}},{"framework":"redom-v3.29.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.4030981063842773]}},{"framework":"redom-v3.29.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.284958839416504]}},{"framework":"redom-v3.29.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3]}},{"framework":"redom-v3.29.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.168]}},{"framework":"redom-v3.29.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.69599999999994]}},{"framework":"redom-v3.29.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.7607421875]}},{"framework":"redom-v3.29.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.4873046875]}},{"framework":"redom-v3.29.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.24609375]}},{"framework":"redom-v3.29.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[53.8]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"01_run1k","values":{"total":[43.916,43.725,43.817,43.7,45.131,44.499,43.174,43.358,44.724,43.589,44.55,44.236,44.536,45.003,43.062],"script":[7.371,7.527,7.359,7.231,7.568,7.774,6.818,7.303,6.966,7.411,6.85,7.451,6.986,7.773,6.837],"paint":[36.05,35.53,36.018,36.017,37.12,36.253,35.893,35.372,37.262,35.488,36.978,36.101,36.927,36.54,35.611]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"02_replace1k","values":{"total":[51.442,52.244,52.845,53.45,54.438,53.569,52.194,52.023,51.122,51.441,53.841,52.159,53.855,52.556,53.265],"script":[14.805,14.874,15.164,15.643,15.897,15.578,15.089,15.294,14.373,15.378,15.254,15.15,15.282,15.779,15.303],"paint":[35.9,36.617,36.961,37.335,38.052,37.534,36.437,35.985,36.283,35.598,37.91,36.534,38.103,36.32,37.217]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.954,20.523,21.52,21.509,22.431,21.495,19.437,23.024,20.064,20.6,22.218,20.716,21.13,20.392,21.392],"script":[2.788,2.722,3.433,3.82,3.457,3.075,3.174,3.11,2.69,2.818,3.858,2.798,3.432,2.921,3.544],"paint":[15.589,15.937,15.853,15.762,15.892,15.642,14.636,17.546,15.479,16.122,16.543,16.82,16.121,15.253,15.71]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"04_select1k","values":{"total":[5.318,4.161,5.404,3.684,5.038,4.34,3.946,4.886,4.658,4.275,4.461,5.019,4.672,4.359,4.383,4.402,4.709,5.105,5.622,5.081,5.124,4.323,5.534,4.741,4.181],"script":[2.21,1.722,2.244,1.504,2.18,2.106,1.475,1.806,2.283,1.549,1.046,1.622,1.247,1.344,1.355,1.623,1.635,2.314,1.871,1.879,2.064,1.151,1.363,1.84,1.426],"paint":[1.911,1.94,2.186,1.545,1.903,1.146,1.558,2.905,1.439,1.902,3.238,2.527,2.324,1.783,2.396,1.22,2.546,1.835,2.877,3.036,2.088,1.494,2.969,2.017,1.879]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"05_swap1k","values":{"total":[23.366,22.466,22.772,22.481,23.283,22.824,23.419,25.337,22.534,23.264,24.41,23.467,22.994,23.07,23.225],"script":[1.875,1.897,1.992,1.731,1.925,1.963,2.639,2.598,2.357,1.657,2.147,2.514,1.597,2.499,1.988],"paint":[20.006,18.228,18.049,19.391,19.325,19.49,18.734,21.153,18.371,19.644,19.737,19.664,19.63,20.196,18.362]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.768,17.972,18.818,17.648,17.436,17.798,17.884,17.747,17.649,18.268,17.462,17.876,17.204,19.16,17.772],"script":[1.12,0.754,0.967,1.155,0.775,1.16,0.756,1.157,1.128,1.13,0.867,1.017,0.766,1.121,1.245],"paint":[15.762,15.965,16.153,15.009,15.89,15.823,16.211,15.801,15.092,15.844,15.829,15.887,15.654,15.996,15.721]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"07_create10k","values":{"total":[460.217,450.441,460.304,461.668,458.808,455.306,459.668,458.474,453.627,454.278,453.856,457.13,442.627,460.107,451.526],"script":[88.205,87.58,87.331,88.108,87.945,87.13,88.417,86.839,88.741,86.554,85.33,87.252,86.661,89.086,86.342],"paint":[364.606,355.35,365.33,365.115,363.281,360.84,363.749,364.341,357.417,360.211,361.027,362.633,348.568,362.805,357.691]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.778,49.106,50.278,50.088,48.353,48.688,51.739,48.96,49.144,47.964,49.958,49.646,48.156,49.216,49.609],"script":[7.796,7.877,7.777,8.387,7.998,8.084,8.34,8.175,7.826,7.717,8.159,7.939,8.027,8.1,8.664],"paint":[40.768,40.204,41.229,40.488,39.419,39.677,42.544,39.598,40.094,39.269,40.612,40.51,39.233,39.925,40.122]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.821,17.31,16.985,16.877,16.049,16.629,17.753,17.154,17.891,17.852,16.41,16.826,16.234,17.159,14.805],"script":[14.893,14.659,14.484,14.819,13.588,14.621,14.422,14.856,15.563,15.275,14.313,14.748,14.116,15.227,12.852],"paint":[1.819,2.322,1.577,1.498,1.628,1.898,2.884,2.182,1.539,2.407,1.224,1.522,1.077,1.098,1.395]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4694023132324219]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.1207704544067383]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.2131567001342773]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8135366439819336]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[25.063830375671387]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.525]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.887999999999995]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.952]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.75390625]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[6.4794921875]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.861328125]}},{"framework":"rendrjs-v0.1.190-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[59.8]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"01_run1k","values":{"total":[45.838,45.925,45.156,48.461,45.74,45.769,45.93,46.817,45.807,46.222,46.105,46.133,47.884,44.723,45.701],"script":[11.19,10.127,10.469,10.452,10.556,10.402,10.374,10.654,10.917,11.09,10.369,10.716,10.325,10.274,11.043],"paint":[34.22,35.375,34.25,37.591,34.657,34.859,35.131,35.709,34.483,34.423,35.214,34.91,37.128,33.943,34.02]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"02_replace1k","values":{"total":[52.021,51.852,54.333,52.003,52.843,51.26,53.801,52.517,52.882,52.116,52.32,52.327,52.176,52.79,52.092],"script":[14.233,14.055,14.966,14.205,13.974,14.113,14.279,13.551,14.198,13.97,13.821,13.883,13.828,14.315,14.1],"paint":[37.268,37.321,38.652,37.069,38.396,36.362,38.783,38.226,38.213,37.676,38.087,37.929,37.889,37.742,37.485]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[32.605,32.965,32.965,32.94,31.552,32.319,31.655,31.749,32.881,33.84,32.411,31.251,32.071,32.143,32.367],"script":[14.641,15.13,15.391,15.909,14.175,14.738,14.39,14.75,14.706,15.432,15.192,14.688,14.657,14.411,13.684],"paint":[16.912,16.536,15.607,14.948,15.724,15.657,15.296,15.636,16.345,17.246,15.624,14.428,15.268,16.722,16.707]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"04_select1k","values":{"total":[14.849,16.553,15.96,14.856,15.866,15.581,15.074,15.444,15.397,14.972,15.768,16.428,16.58,13.749,16.252,14.555,14.769,14.911,15.792,14.151,15.548,15.351,14.996,15.411,14.758],"script":[11.144,11.963,12.062,11.724,12.195,11.978,11.944,11.831,11.23,11.422,11.706,11.275,12.693,10.64,12.791,11.188,10.598,11.313,12.478,11.41,11.059,11.369,11.524,11.905,12.266],"paint":[2.681,4.256,2.903,2.423,2.551,3.372,1.697,2.375,3.178,2.021,3.369,3.771,2.377,1.909,2.075,2.147,3.582,2.233,2.165,1.923,3.287,2.83,1.983,3.262,1.927]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"05_swap1k","values":{"total":[188.616,186.082,186.019,189.735,192.937,190.685,188.472,190.714,192.195,188.928,188.92,191.923,189.038,188.304,187.443],"script":[34.021,34.792,34.614,34.834,34.997,34.689,33.438,35.457,36.518,34.146,34.659,34.901,32.443,34.054,34.149],"paint":[152.569,148.815,149.093,152,155.569,153.871,152.605,152.113,153.399,152.707,152.138,155.308,154.506,151.753,150.766]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.092,24.367,23.96,24.54,23.814,24.385,24.444,25.964,25.173,23.93,24.04,24.092,24.344,23.729,24.904],"script":[6.876,6.881,6.875,6.933,6.859,6.844,7.261,7.515,7.257,6.948,6.908,6.856,6.866,7.207,6.861],"paint":[15.858,16.136,15.643,15.964,15.446,16.228,16.012,16.499,17.048,16.168,16.23,15.808,16.354,15.656,16.686]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"07_create10k","values":{"total":[630.478,632.081,637.338,631.718,615.555,632.029,637.492,630.593,632.695,635.297,636.475,635.28,633.418,629.8,615.223],"script":[254.792,254.974,252.944,256.879,252.604,253.024,253.958,252.459,253.147,253.664,253.767,258.289,256.158,248.25,252.901],"paint":[368.04,369.101,376.402,367.295,355.447,371.589,375.904,370.784,371.886,373.43,375.101,369.312,369.556,374.114,354.115]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.966,58.76,59.032,58.596,58.647,59.719,58.4,60.372,58.929,58.757,58.233,58.604,58.224,58.818,58.409],"script":[15.154,15.037,15.668,15.406,15.717,15.459,15.46,15.732,15.455,15.115,14.939,15.759,15.024,15.383,14.927],"paint":[41.974,42.467,42.214,41.858,41.622,43.039,41.849,43.412,42.505,42.536,42.187,41.596,42.304,42.473,42.241]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.012,15.411,16.225,15.894,15.294,15.617,16.086,16.416,15.577,15.416,16.629,15.405,15.764,15.079,15.005],"script":[13.994,13.359,13.697,14.007,13.453,13.131,13.229,13.822,13.385,12.917,13.768,13.249,13.961,12.908,13.384],"paint":[1.218,1.938,1.721,1.764,1.746,2.368,2.085,2.471,2.091,2.374,2.552,2.034,0.814,2.039,1.518]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9338855743408203]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.398731231689453]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.450067520141602]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.6907243728637695]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.059412956237793]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2551.75]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.136]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[169.21599999999995]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[270.95703125]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[132.6806640625]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[37.9970703125]}},{"framework":"rescript-react-v0.10.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[203.6]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"01_run1k","values":{"total":[42.774,48.708,46.939,47.739,48.498,47.831,47.922,47.334,46.621,46.561,46.453,47.316,47.821,49.806,48.089],"script":[8.397,10.403,10.437,11.295,10.723,10.309,10.736,10.499,10.581,10.644,10.433,10.611,10.541,10.893,11.221],"paint":[33.901,37.599,35.85,35.75,37.09,37.06,36.747,36.368,35.564,35.385,35.513,36.205,36.803,38.422,36.161]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"02_replace1k","values":{"total":[52.199,51.376,52.188,51.712,52.041,52.927,51.739,52.239,51.278,53.446,52.222,52.14,52.58,51.262,51.779],"script":[13.557,12.572,13.046,12.864,13.553,14.134,12.59,13.186,12.632,12.381,13.078,13.431,13.864,13.188,12.858],"paint":[38.141,38.304,38.626,38.37,38.003,38.26,38.618,38.422,38.178,40.308,38.534,38.249,37.976,37.582,38.406]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.877,19.486,19.942,19.516,19.208,19.333,19.599,19.939,19.308,20.15,19.584,19.336,20.702,20.955,19.701],"script":[3.054,2.071,2.58,2.392,1.986,2.608,2.621,2.868,2.763,2.152,2.451,2.549,2.788,2.43,2.572],"paint":[16.737,16.166,15.289,15.645,15.638,14.913,15.149,14.467,14.761,15.952,15.777,15.792,15.76,16.214,15.093]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"04_select1k","values":{"total":[4.274,4.329,3.582,4.286,4.112,4.628,3.485,3.867,4.287,3.438,3.83,4.645,3.522,4.482,3.962,3.758,3.97,5.095,4.372,5.199,3.619,3.805,4.504,4.529,3.155],"script":[1.683,1.289,0.953,1.252,1.138,1.31,1.291,1.355,1.343,1.044,1.514,1.506,1.528,1.473,0.951,1.202,1.388,0.918,1.299,1.991,1.254,1.011,1.388,0.955,0.599],"paint":[1.766,2.903,1.625,2.88,1.693,3.071,2.049,1.93,1.606,1.873,2.141,2.903,1.405,2.045,2.861,1.919,2.423,3.914,1.871,1.956,1.577,1.918,2.222,1.876,1.383]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"05_swap1k","values":{"total":[23.93,24.889,24.494,24.432,23.525,24.254,26.069,23.294,24.855,24.018,24.123,23.357,23.696,23.231,24.827],"script":[2.789,3.085,3.343,3.086,2.437,2.819,2.697,2.254,2.94,2.506,2.156,2.598,3.323,2.784,3.018],"paint":[19.223,20.372,19.519,19.901,19.468,20.031,20.023,18.824,19.541,19.012,20.326,19.349,18.793,18.425,19.968]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.355,18.877,19.713,19.511,18.432,19.114,18.455,19.784,18.801,18.939,18.845,17.78,19.119,19.088,18.16],"script":[1.447,1.329,1.237,1.219,1.273,1.336,1.32,1.279,1.283,1.563,1.303,1.236,1.505,1.279,1.248],"paint":[15.496,16.693,17.166,17.408,16.056,16.278,15.926,17.2,16.454,15.961,16.285,15.753,16.831,16.394,16.141]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"07_create10k","values":{"total":[471.859,464.539,462.182,472.655,477.249,468.757,477.527,473.625,470.285,469.639,484.895,464.85,477.451,463.786,476.527],"script":[102.269,104.823,101.425,103.569,105.173,102.07,104.625,107.27,109.943,103.542,106.59,102.787,102.575,102.699,105.517],"paint":[362.061,351.939,352.811,361.451,364.763,358.847,365.372,357.864,352.409,358.749,370.918,354.613,367.286,353.48,363.39]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.298,52.574,51.992,52.613,54.532,52.663,53.225,54.098,53.749,52.069,52.442,53.355,53.104,52.015,54.472],"script":[10.438,10.216,11.268,11.078,11.139,11.421,10.59,11.06,10.691,10.473,10.603,10.619,10.811,10.432,11.157],"paint":[40.88,41.144,39.498,40.342,42.107,40.273,41.575,42.044,41.787,40.642,40.65,41.735,41.058,40.353,42.066]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.305,12.996,12.571,13.327,12.798,12.727,14.122,12.402,13.35,12.725,13.247,12.834,13.113,12.825,14.629],"script":[10.995,10.447,10.119,10.845,10.732,10.014,11.117,10.586,10.855,10.843,11.523,10.347,10.405,10.866,12.352],"paint":[0.879,1.639,2.343,1.942,1.955,1.816,2.745,1.698,2.405,1.761,0.772,1.413,2.584,1.391,1.646]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5040292739868164]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.746363639831543]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.796839714050293]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9441671371459961]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.37677574157715]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.585]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[31.207999999999995]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[187.66799999999992]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.9189453125]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.6435546875]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.11328125]}},{"framework":"rezact-v1.0.15-beta.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[68.2]}},{"framework":"riot-v7.1.0-keyed","benchmark":"01_run1k","values":{"total":[50.762,51.553,50.774,49.771,50.706,51.697,52.114,48.699,50.303,50.491,52.487,51.869,49.096,49.45,50.028],"script":[13.662,13.093,13.269,13.174,12.977,13.078,12.678,12.322,13.236,13.092,13.694,13.191,13.303,12.974,13.019],"paint":[36.45,38.015,36.984,35.934,37.01,38.152,38.767,35.924,36.605,36.712,38.236,38.189,35.32,35.763,36.496]}},{"framework":"riot-v7.1.0-keyed","benchmark":"02_replace1k","values":{"total":[58.705,56.935,58.081,58.183,57.818,59.181,58.795,59.412,58.643,57.811,57.105,58.298,57.921,57.609,58.002],"script":[19.076,18.164,18.696,18.9,18.736,18.432,18.82,18.916,18.82,18.181,18.234,18.928,18.166,18.588,18.564],"paint":[39.144,38.292,38.622,38.83,38.585,39.998,39.259,39.817,39.302,38.918,38.365,38.834,39.256,38.28,38.949]}},{"framework":"riot-v7.1.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.296,22.867,23.016,22.761,23.879,23.012,22.937,23.382,25.916,23.261,23.687,23.911,24.939,24.548,22.416],"script":[6.26,5.73,5.836,6.127,5.951,6.699,5.684,6.595,5.843,6.732,6.271,6.126,6.608,6.761,5.451],"paint":[16.64,15.757,15.484,15.037,16.271,15.015,15.995,15.518,17.194,14.729,15.57,15.442,15.866,15.024,15.346]}},{"framework":"riot-v7.1.0-keyed","benchmark":"04_select1k","values":{"total":[9.955,9.322,9.576,8.67,8.876,9.639,10.168,8.533,9.769,10.098,9.386,10.257,9.478,10.042,9.675,9.09,10.06,9.535,10.296,9.977,10.16,9.023,9.032,8.709,10.765],"script":[5.73,6.789,6.474,5.685,6.037,6.392,6.529,5.478,6.687,7.1,6.655,6.732,5.944,7.234,6.575,6.222,7.086,7.083,6.527,6.761,6.436,5.961,6.198,6.081,7.395],"paint":[3.982,1.975,2.046,1.508,2.634,2.257,2.363,2.142,2.151,1.368,1.167,2.238,2.887,1.469,1.74,2.052,1.434,2.239,2.584,2.52,2.988,2.193,2.323,1.456,2.503]}},{"framework":"riot-v7.1.0-keyed","benchmark":"05_swap1k","values":{"total":[27.407,27.624,27.263,26.801,27.195,26.627,25.779,27.216,26.8,27.976,27.977,27.844,27.552,27.682,25.746],"script":[6.853,6.809,6.03,6.226,6.062,6.121,5.951,5.813,6.265,5.843,6.003,7.097,5.88,6.876,5.603],"paint":[18.223,18.991,20.453,18.676,19.383,18.97,18.572,20.258,18.564,20.657,20.251,19.427,19.643,18.869,18.209]}},{"framework":"riot-v7.1.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.259,20.391,20.481,21.707,19.879,19.401,19.597,19.342,19.922,20.007,20.349,19.808,20.241,19.848,20.281],"script":[3.051,3.09,3.095,3.2,3.221,2.539,3.044,2.964,3.054,2.998,3.029,3.148,3.153,3.18,3.621],"paint":[16.374,15.924,15.733,17.102,15.572,15.508,15.058,15.361,15.691,15.641,16.419,15.421,16.027,15.85,15.784]}},{"framework":"riot-v7.1.0-keyed","benchmark":"07_create10k","values":{"total":[501.418,501.503,508.514,498.581,503.306,499.87,516.056,508.455,509.397,506.224,506.141,503.462,500.18,496.061,506.689],"script":[129.608,131.335,131.167,130.949,130.904,129.544,130.712,130.698,131.972,131.444,130.968,129.832,129.386,127.575,131.951],"paint":[364.183,362.402,369.785,360.103,365.034,362.7,377.086,370.071,369.865,367.029,367.573,365.847,363.422,361.053,367.429]}},{"framework":"riot-v7.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.048,57.97,58.643,57.341,58.087,58.279,60.085,55.883,58.175,56.153,57.935,58.976,59.447,59.918,57.442],"script":[13.366,13.832,14.655,14.259,14.49,13.82,15,13.734,14.129,13.416,14.235,13.738,14.582,14.896,13.565],"paint":[43.371,43.128,42.864,42.036,42.585,43.53,43.71,41.141,42.789,41.771,42.698,43.942,43.901,43.77,42.876]}},{"framework":"riot-v7.1.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.753,27.235,26.287,24.56,24.936,26.371,25.496,27.008,26.22,26.931,26.752,25.583,25.7,24.043,23.501],"script":[22.786,25.606,23.253,22.249,22.594,23.631,23.163,24.511,23.28,24.689,24.271,23.143,23.223,21.375,21.096],"paint":[1.118,0.725,1.923,2.149,2.202,2.165,1.731,1.775,2.461,2.104,2.355,2.337,2.366,2.268,1.572]}},{"framework":"riot-v7.1.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5453424453735352]}},{"framework":"riot-v7.1.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.600916862487793]}},{"framework":"riot-v7.1.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.5956878662109375]}},{"framework":"riot-v7.1.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8421268463134766]}},{"framework":"riot-v7.1.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.134867668151855]}},{"framework":"riot-v7.1.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.7250000000001]}},{"framework":"riot-v7.1.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[10.572000000000001]}},{"framework":"riot-v7.1.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[136.86800000000005]}},{"framework":"riot-v7.1.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.203125]}},{"framework":"riot-v7.1.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.9287109375]}},{"framework":"riot-v7.1.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.4384765625]}},{"framework":"riot-v7.1.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[75.2]}},{"framework":"s2-v1.0.17-keyed","benchmark":"01_run1k","values":{"total":[46.341,47.321,46.554,47.672,47.496,47.238,47.13,47.11,47.074,47.729,46.961,47.985,46.856,48.323,46.221],"script":[10.161,9.953,9.9,10.812,10.406,10.547,10.651,10.099,10.242,10.471,9.974,10.638,10.205,10.536,10.101],"paint":[35.677,36.889,36.155,36.377,36.677,36.266,35.972,36.521,36.14,36.653,36.313,36.907,35.958,37.332,35.496]}},{"framework":"s2-v1.0.17-keyed","benchmark":"02_replace1k","values":{"total":[52.538,54.426,54.105,54.183,55.366,54.005,53.99,53.368,54.244,54.757,54.453,55.012,54.167,54.277,53.315],"script":[14.217,15.077,14.946,15.053,15.161,15.105,14.881,14.129,15.3,14.869,15.328,15.866,15.159,15.289,14.961],"paint":[37.755,38.635,38.687,38.638,39.711,38.382,38.383,38.473,38.218,39.153,38.412,38.398,38.568,38.479,37.876]}},{"framework":"s2-v1.0.17-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.304,19.377,19.167,18.894,19.243,19.771,19.398,22.185,19.263,19.38,18.984,18.757,19.814,19.594,18.641],"script":[1.964,1.52,1.326,1.15,1.216,1.728,1.277,2.299,1.535,1.248,0.983,1.721,1.365,1.866,1.249],"paint":[15.938,15.594,15.932,16.6,16.316,16.415,15.802,16.82,16.453,16.482,16.229,15.496,17.291,16.502,15.633]}},{"framework":"s2-v1.0.17-keyed","benchmark":"04_select1k","values":{"total":[3.187,2.969,3.372,2.901,3.836,3.316,3.417,3.489,3.636,2.354,3.417,3.46,4.036,2.481,3.637,3.283,3.823,2.427,3.829,3.385,3.761,3.031,4.407,4.079,3.171],"script":[0.064,0.13,0.991,0.067,0.045,0.053,0.269,1.089,0.758,0.253,0.298,0.057,0.606,0.058,0.057,0.623,0.079,0.066,0.068,0.434,0.045,0.052,0.068,0.065,0.044],"paint":[2.318,1.922,2.264,2.699,2.723,2.491,2.908,1.483,1.981,1.671,2.362,3.269,3.25,2.294,2.013,2.534,2.613,1.175,2.753,1.763,2.704,2.858,2.36,2.8,2.197]}},{"framework":"s2-v1.0.17-keyed","benchmark":"05_swap1k","values":{"total":[22.76,20.495,21.586,21.139,22.01,20.741,22.879,21.054,21.598,21.909,21.659,21.353,21.712,22.02,21.387],"script":[0.798,0.824,0.153,0.143,0.124,0.876,0.463,0.143,0.572,0.14,0.136,0.978,0.887,1.073,1.12],"paint":[20.496,18.727,19.162,19.562,20.783,18.324,20.498,19.856,18.847,20.176,20.062,18.758,19.718,19.39,18.687]}},{"framework":"s2-v1.0.17-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.807,17.219,17.375,17.68,18.105,17.937,17.265,17.635,17.744,17.652,17.445,17.349,16.74,17.321,17.843],"script":[0.127,0.116,0.117,0.343,0.085,0.081,0.102,0.449,0.107,0.1,0.409,0.099,0.096,0.154,0.096],"paint":[15.557,15.738,15.985,16.004,16.579,17.048,15.391,16.237,16.503,16.286,16.079,15.822,15.545,15.52,16.594]}},{"framework":"s2-v1.0.17-keyed","benchmark":"07_create10k","values":{"total":[493.059,494.437,498.92,495.831,493.095,499.729,503.527,493.292,489.831,503.217,502.33,493.383,500.241,486.81,494.474],"script":[112.845,116.629,118.082,117.061,115.049,118.829,117.393,117.123,115.233,120.278,118.837,116.226,117.197,113.097,113.934],"paint":[372.732,370.033,373.086,371.117,370.627,373.463,378.12,368.642,367.025,375.518,374.939,369.298,375.539,366.108,373.039]}},{"framework":"s2-v1.0.17-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.504,53.221,52.889,55.679,54.869,54.829,55.356,56.739,55.481,56.764,55.221,56.047,55.422,56.165,54.487],"script":[11.245,11.412,11.319,11.573,11.489,11.449,11.562,11.57,11.667,11.945,11.041,11.936,11.816,11.876,10.928],"paint":[41.312,40.851,40.612,42.878,42.126,42.152,42.83,44.172,42.589,43.857,43.208,43.137,42.387,43.296,42.577]}},{"framework":"s2-v1.0.17-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.568,20.253,19.645,20.207,21.439,20.274,20.145,18.844,19.981,20.253,20.429,19.641,20.498,20.54,20.496],"script":[18.263,17.924,17.832,17.835,19.22,18.055,18.202,16.168,17.757,18.358,17.985,17.655,18.165,18.338,18.354],"paint":[1.188,2.192,1.67,1.289,2.111,0.531,1.838,2.587,2.108,1.77,1.773,1.188,2.23,1.715,1.477]}},{"framework":"s2-v1.0.17-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5633344650268555]}},{"framework":"s2-v1.0.17-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.302617073059082]}},{"framework":"s2-v1.0.17-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.358637809753418]}},{"framework":"s2-v1.0.17-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1995916366577148]}},{"framework":"s2-v1.0.17-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[25.811098098754883]}},{"framework":"s2-v1.0.17-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.694]}},{"framework":"s2-v1.0.17-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[33.963999999999984]}},{"framework":"s2-v1.0.17-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.7560000000001]}},{"framework":"s2-v1.0.17-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[211.9326171875]}},{"framework":"s2-v1.0.17-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[73.3544921875]}},{"framework":"s2-v1.0.17-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.75]}},{"framework":"s2-v1.0.17-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[125.4]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"01_run1k","values":{"total":[45.583,46.158,44.726,45.422,44.682,46.332,45.556,44.947,44.87,45.411,44.319,44.706,45.497,45.512,45.253],"script":[8.956,8.561,9.021,9.012,8.435,8.668,9.504,8.736,8.856,8.712,8.798,8.37,9.408,8.942,8.367],"paint":[36.11,37.144,35.261,35.95,35.821,37.215,35.327,35.796,35.566,36.318,35.02,35.848,35.576,36.131,36.401]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"02_replace1k","values":{"total":[54.725,54.421,53.423,53.422,54.15,55.577,53.635,55.182,54.645,55.673,53.984,54.201,52.936,55.542,54.974],"script":[16.456,15.766,16.146,15.885,16.534,15.959,15.813,16.116,15.785,16.999,16.116,16.018,15.803,16.595,16.507],"paint":[37.795,37.874,36.801,37.05,37.151,39.143,37.317,38.581,38.125,38.014,37.405,37.707,36.676,38.2,37.948]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.907,20.252,22.172,22.371,21.879,23.29,23.288,21.58,22.443,21.744,21.563,20.922,21.304,23.537,20.911],"script":[3.935,4.101,4.138,4.499,3.919,4.105,4.751,4.295,3.901,4.189,3.335,4.202,3.868,4.266,3.48],"paint":[14.811,14.288,15.819,15.521,16.448,17.249,16.483,15.773,16.093,16.18,17.074,14.923,15.998,17.034,14.858]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"04_select1k","values":{"total":[5.942,5.1,4.994,4.942,5.829,4.55,5.386,5.297,5.939,4.791,4.404,4.865,4.655,4.354,6.18,5.208,4.472,4.49,5.187,4.692,4.418,4.861,4.612,5.015,4.708],"script":[2.425,1.814,1.556,2.524,2.425,1.269,1.919,2.441,1.553,1.999,1.56,2.091,1.862,1.303,2.253,1.952,2.158,2.018,2.047,1.885,1.891,1.4,1.832,1.7,1.816],"paint":[3.118,1.889,3.27,1.524,2.275,2.514,2.491,1.826,3.169,1.924,2.698,1.999,2.635,2.447,2.56,1.793,1.068,1.807,2.188,1.77,1.921,2.412,1.935,2.595,2.269]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"05_swap1k","values":{"total":[23.082,24.052,23.197,24.655,23.327,23.954,23.867,23.312,24.035,24.4,24.387,23.32,23.891,23.639,23.673],"script":[2.056,2.783,1.431,2.429,1.891,1.451,1.622,2.136,1.673,2.204,2.583,2.117,2.072,2.383,2.378],"paint":[18.944,19.447,19.97,20.622,19.991,20.714,19.929,20.132,20.532,20.001,19.677,19.442,20.408,18.967,19.951]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.738,18.703,18.352,19.677,17.94,18.353,17.834,17.861,17.537,18.217,17.724,17.75,17.728,18.213,18.209],"script":[0.71,0.68,0.76,1.2,0.681,0.95,0.689,1.026,0.894,1.081,0.944,0.77,1.064,0.696,0.959],"paint":[16.206,16.072,16.046,17.108,15.697,16.25,16.282,15.978,15.335,15.53,15.975,15.961,15.831,16.005,16.306]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"07_create10k","values":{"total":[487.864,494.557,492.593,486.743,487.638,485.988,488.538,487.427,487.751,493.995,484.335,488.33,483.595,487.17,488.821],"script":[114.659,112.244,112.166,110.852,108.856,114.739,112.111,113.947,116.044,112.22,112.314,114.855,109.882,114.711,109.97],"paint":[365.266,374.066,372.888,368.428,371.587,363.678,368.5,365.972,364.243,374.289,364.446,365.949,365.819,364.901,371.518]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.432,55.365,54.881,55.748,54.428,54.015,54.511,53.864,54.353,55.295,55.506,54.428,54.939,54.849,54.93],"script":[12.398,12.286,12.08,12.062,12.196,11.929,11.938,11.937,11.749,12.125,12.312,11.856,12.038,12.378,12.122],"paint":[41.786,42.131,41.547,42.833,41.248,41.118,41.352,40.704,41.654,42.082,41.935,41.6,41.921,41.497,41.58]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.988,25.937,24.228,25.03,24.535,24.371,24.123,26.166,25.221,24.485,25.796,24.589,24.209,23.901,24.661],"script":[21.712,23.999,22.005,22.408,22.242,22.183,21.597,23.589,22.298,21.915,22.856,22.434,21.959,21.727,22.202],"paint":[2.166,1.082,1.54,1.8,2.151,1.108,2.405,2.44,2.264,1.243,2.391,2.007,2,1.172,1.789]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8295497894287109]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.969491004943848]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.186429023742676]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1550636291503906]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[41.09930992126465]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2177.3950000000004]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.859999999999998]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.72799999999995]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[214.7236328125]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[76.447265625]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[19.0400390625]}},{"framework":"san-composition-v3.12.2 + 1.3.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[127.2]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"01_run1k","values":{"total":[46.619,42.013,43.866,50.238,41.078,43.336,48.298,43.187,44.296,43.995,43.337,41.541,41.824,43.931,41.813],"script":[5.647,5.773,7.818,7.696,6.176,7.545,5.865,7.824,7.448,7.842,7.705,6.048,5.947,6.487,5.85],"paint":[34.138,35.001,35.86,35.742,34.701,35.56,35.822,35.162,36.639,35.967,35.44,35.311,35.699,36.41,35.757]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"02_replace1k","values":{"total":[49.952,50.345,50.161,49.519,49.998,48.993,50.424,49.25,51.334,50.425,50.859,50.188,49.507,50.74,48.723],"script":[12.991,12.763,12.619,12.779,12.891,12.351,12.737,12.578,13.392,13.661,13.431,12.872,12.489,12.673,12.478],"paint":[36.625,37.378,37.154,36.391,36.92,36.459,37.481,36.475,37.616,36.573,37.112,37.119,36.846,37.853,36.067]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.677,23.11,26.532,23.167,23.545,25.219,25.844,25.527,44.598,45.758,45.782,24.079,20.46,44.231,45.244],"script":[3.883,5.599,4.82,5.371,4.068,4.037,4.955,3.78,4.061,4.892,4.548,5.031,4.534,4.5,5.345],"paint":[17.153,17.293,17.324,17.128,18.364,18.817,18.23,18.907,18.458,19.299,18.658,18.196,15.439,17.343,17.274]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"04_select1k","values":{"total":[16.376,8.356,11.986,11.566,16.23,11.399,12.341,14.103,13.862,19.247,12.696,14.936,8.507,14.664,17.29,10.601,17.28,16.358,13.048,9.118,8.043,14.733,15.907,9.606,9.297],"script":[2.858,2.151,2.099,2.855,1.911,3.034,2,2.524,3.094,2.308,2.401,2.896,2.808,1.842,3.449,2.962,1.962,1.832,2.887,3.954,2.133,3.069,1.877,2.947,3.285],"paint":[4.038,3.583,3.9,4.587,5.438,3.347,5.538,4.683,3.906,4.638,3.962,5.593,3.438,2.958,5.696,3.865,3.648,5.102,4.279,3.957,3.694,4.142,3.737,4.978,2.639]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"05_swap1k","values":{"total":[46.252,24.461,48.903,48.642,25.167,28.495,45.156,25.393,28.37,26.451,23.272,46.877,22.455,26.078,47.53],"script":[2.237,2.394,2.932,3.427,2.641,1.879,1.965,2.766,1.718,2.832,2.56,2.685,2.118,2.677,2.332],"paint":[21.743,21.249,22.832,21.213,21.193,21.835,20.751,21.46,23.392,22.723,19.841,21.26,19.715,20.976,19.962]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.192,17.783,21.069,20.336,20.318,21.737,19.781,21.021,20.78,21.64,18.13,21.506,21.425,20.383,20.48],"script":[1.251,1.45,1.3,1.259,1.35,1.462,1.331,1.358,1.643,1.374,1.512,1.268,1.587,1.108,1.333],"paint":[15.858,15.751,17.335,16.914,16.851,17.742,16.321,17.521,17.552,18.375,15.346,18.117,17.892,17.098,17.397]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"07_create10k","values":{"total":[424.309,426.419,440.979,440.755,442.582,443.83,446.519,442.903,442.019,441.127,441.911,441.361,438.807,436.577,434.269],"script":[76.175,78.153,83.45,83.229,81.551,81.053,82.449,82.659,79.596,79.49,83.804,82.337,80.789,80.049,78.241],"paint":[344.566,344.404,353.985,353.851,357.405,359.207,360.251,356.655,358.799,357.899,354.577,355.122,354.3,352.967,352.336]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.487,51.173,47.782,48.58,51.141,69.772,52.058,49.99,50.002,48.786,49.656,51.249,50.925,50.231,49.587],"script":[8.392,7.937,7.63,8.185,7.624,7.721,7.935,8.016,8.299,8.253,8.082,8.187,8.237,7.881,8.218],"paint":[40.782,42.869,39.811,40.055,43.06,41.469,42.407,40.886,41.353,40.195,41.182,42.707,42.338,41.165,41.054]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.092,18.849,19.243,20.176,19.624,19.875,19.602,20.118,20.314,19.81,21.112,20.15,19.441,19.677,20.033],"script":[15.538,14.588,15.12,15.331,14.976,14.636,14.838,15.036,15.535,15.161,15.793,15.249,14.383,15.25,15.023],"paint":[3.929,2.053,3.864,3.417,3.148,2.859,2.356,3.582,4.507,3.187,5.002,3.541,3.258,3.487,4.748]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8670501708984375]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.503875732421875]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.625302314758301]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.198786735534668]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.07330322265625]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.3549999999996]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.511999999999999]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.116]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[224.6513671875]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[86.3759765625]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.6728515625]}},{"framework":"san-store-v3.12.2 + 2.2.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[134.6]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"01_run1k","values":{"total":[70.917,76.728,69.987,74.58,73.045,74.177,75.633,73.46,74.795,74.75,75.726,71.686,70.816,75.921,71.705],"script":[34.815,38.522,34.197,38.322,37.001,37.933,39.194,37.755,38.567,38.608,38.769,35.129,34.503,37.784,35.61],"paint":[35.659,37.708,35.336,35.785,35.555,35.78,35.911,35.289,35.537,35.658,36.229,36.085,35.804,37.688,35.615]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"02_replace1k","values":{"total":[100.648,101.555,105.765,105.906,105.773,103.595,105.305,100.749,105.143,102.901,101.683,99.653,104.584,104.695,103.483],"script":[61.978,62.617,67.253,67.212,67.112,65.339,66.583,61.988,66.058,63.959,63.032,61.355,65.065,66.357,65.486],"paint":[38.149,38.221,38.041,38.178,38.019,37.779,38.239,37.962,38.591,38.269,37.905,37.816,39.086,37.929,37.521]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.275,27.036,26.119,31.575,27.686,27.778,27.782,29.095,29.242,26.342,27.345,29.538,28.183,27.812,29.449],"script":[10.052,9.336,9.4,10.066,9.551,9.022,10.074,9.411,10.801,9.201,9.167,9.751,10.026,9.334,9.26],"paint":[17.699,16.239,15.374,17.919,16.455,17.412,16.191,16.968,16.439,16.046,16.181,18.342,15.559,15.697,17.772]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"04_select1k","values":{"total":[10.551,10.467,11.74,11.422,10.958,11.06,11.161,10.078,12.037,10.531,10.385,10.099,10.631,10.181,11.208,10.495,10.93,11.158,11.432,10.067,10.397,10.147,10.916,11.021,10.719],"script":[7.372,7.85,7.708,7.477,7.235,7.87,7.418,7.422,8.438,6.812,7.451,7.234,8.124,7.468,7.821,7.652,6.931,6.991,8.095,7.484,7.26,7.128,7.461,7.303,7.951],"paint":[1.985,1.657,3.778,3.638,3.487,1.759,2.604,2.411,2.677,2.829,1.78,1.998,2.308,1.684,1.965,2.269,2.878,3.082,2.508,1.895,2.272,2.451,2.18,3.045,2.147]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"05_swap1k","values":{"total":[56.31,53.484,56.509,52.274,52.698,52.511,51.317,52.44,54.232,52.674,52.814,52.301,51.585,52.535,51.54],"script":[31.589,31.19,32.895,30.076,30.263,29.976,30.349,31.167,30.591,30.478,30.632,30.259,30.53,30.285,30.555],"paint":[21.413,20.828,21.194,20.329,20.487,21.457,18.883,19.203,21.373,20.346,19.741,19.914,19.449,20.443,19.057]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.037,20.388,20.458,21.989,20.987,20.867,22.923,20.664,21.826,21.241,22.878,21.418,21.946,20.775,20.294],"script":[3.739,3.27,3.581,3.539,3.446,3.666,3.724,3.386,3.628,3.637,3.758,3.753,3.695,3.815,3.589],"paint":[16.15,16.307,15.806,17.087,16.108,15.969,18.375,16.009,16.898,16.303,17.478,16.804,16.897,16.146,15.87]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"07_create10k","values":{"total":[990.063,985.37,968.406,955.212,977.813,990.94,996.291,972.782,962.345,976.211,955.032,989.43,976.429,980.121,973.338],"script":[597.859,598.284,586.391,568.722,577.12,585.965,597.964,580.521,574.67,589.527,568.437,595.573,584.674,590.137,580.079],"paint":[384.215,379.017,374.464,379.084,393.169,397.285,390.144,384.366,379.898,379.283,379.118,386.363,384.275,382.437,385.209]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[99.736,99.715,95.795,97.152,96.897,98.741,97.618,99.528,99.609,98.13,96.919,98.598,99.816,98.134,98.087],"script":[53.892,53.685,52.005,53.068,56.584,54.331,51.935,54.321,54.274,57.094,57.184,53.662,54.643,53.948,57.102],"paint":[44.87,44.867,42.799,43.029,39.308,43.419,44.644,44.169,44.204,39.973,38.371,43.558,43.977,43.251,39.983]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[45.984,42.793,46.935,46.394,45.958,43.753,45.419,44.102,45.042,43.439,44.05,45.892,46.226,45.937,46.38],"script":[43.281,40.744,44.214,43.818,43.895,41.474,43.268,42.537,42.558,41.142,41.445,43.565,43.733,43.413,43.511],"paint":[1.901,1.02,2.591,1.423,0.775,2.141,2.024,1.435,1.204,1.461,1.515,1.757,2.334,2.422,2.723]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6807327270507812]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.551046371459961]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[7.811396598815918]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.571228981018066]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[42.052062034606934]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.8600000000001]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[22.587999999999994]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[153.50400000000002]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[388.0185546875]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[249.458984375]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[75.6826171875]}},{"framework":"sauron-v0.57.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[468.4]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"01_run1k","values":{"total":[43.867,42.97,43.954,44.078,44.121,44.422,43.783,42.86,44.626,44.187,43.407,45.415,44.254,42.861,44.866],"script":[6.747,6.074,6.248,6.182,6.303,6.299,6.272,5.959,6.024,5.98,6.006,6.345,6.069,6.433,5.913],"paint":[36.503,36.421,37.018,37.353,37.18,37.668,36.917,36.375,38.13,37.536,36.862,38.412,37.759,35.87,38.313]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"02_replace1k","values":{"total":[49.983,50.005,49.555,50.067,48.66,48.984,49.554,50.078,50.398,49.762,49.69,50.469,49.683,48.731,48.978],"script":[10.232,10.334,10.351,10.717,9.788,9.815,10.385,10.277,10.46,10.357,10.288,10.471,10.377,9.848,9.564],"paint":[39.25,39.183,38.49,38.84,38.414,38.43,38.648,39.038,39.415,38.93,38.852,39.528,38.844,38.375,38.686]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.713,19.304,18.507,18.563,17.551,16.933,20.799,19.622,18.16,18.073,17.385,17.186,17.564,17.322,19.242],"script":[1.208,1.855,1.911,2.1,2.308,1.749,1.921,2.235,1.082,1.23,1.187,2.073,2.191,1.109,1.411],"paint":[15.238,16.782,14.626,15.925,15.114,15.053,18.746,17.252,15.147,15.581,14.548,14.273,14.321,16.091,16.374]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"04_select1k","values":{"total":[4.081,4.551,4.954,3.865,4.05,4.3,4.814,4.233,4.143,4.911,4.367,4.676,4.153,4.012,4.801,4.065,3.91,4.415,4.822,3.801,4.568,4.906,3.653,3.551,4.42],"script":[1.15,1.295,2.107,1.209,1.202,1.601,2.272,1.716,1.048,1.897,1.911,1.393,1.299,1.218,1.161,1.34,0.974,1.417,1.253,1.146,1.544,1.226,1.658,0.708,1.314],"paint":[2.274,2.14,1.944,2.532,2.363,1.56,2.393,1.723,2.936,1.707,2.304,2,2.708,2.275,3.508,2.601,2.265,2.335,3.036,1.442,2.533,3.526,1.877,1.2,1.973]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"05_swap1k","values":{"total":[23.639,20.904,22.154,22.125,22.722,21.785,21.83,21.4,21.865,21.718,22.024,21.319,21.623,22.993,21.555],"script":[1.19,0.697,0.851,0.912,1.036,1.176,0.577,0.954,0.943,1.014,1.288,0.227,0.225,0.822,0.916],"paint":[20.115,18.795,19.404,20.167,20.349,19.052,19.548,18.159,19.036,18.46,19.207,19.765,19.469,20.493,18.847]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.522,17.904,18.311,17.601,17.915,17.605,17.776,17.76,17.877,18.263,17.685,18.268,17.831,17.849,17.829],"script":[0.611,0.595,0.634,0.313,0.619,0.527,0.597,0.595,0.33,0.608,0.579,0.608,0.592,0.575,0.573],"paint":[16.579,15.859,16.405,16.097,16.432,16.135,16.397,15.753,16.705,16.693,16.336,16.428,16.205,15.661,16.087]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"07_create10k","values":{"total":[464.727,459.533,461.496,470.664,467.656,467.817,462.58,464.323,464.113,458.628,460.823,464.91,466.188,457.824,467.766],"script":[91.846,89.496,89.446,90.673,90.021,89.108,88.59,90.164,85.807,89.046,86.065,89.887,87.818,85.005,88.537],"paint":[365.414,362.521,364.541,372.426,370.093,370.842,366.496,366.726,370.755,362.053,367.331,367.031,370.668,365.263,371.199]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.934,52.089,50.743,51.18,50.496,50.317,51.681,50.533,50.333,51.263,51.735,51.425,50.788,51.342,51.28],"script":[7.144,6.75,6.923,6.918,6.969,6.976,6.963,6.794,7.072,6.901,7.064,7.091,6.992,7.081,6.906],"paint":[43.769,44.376,42.81,42.949,42.608,42.383,43.555,42.816,42.224,43.186,43.62,43.446,42.797,43.06,43.421]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.322,15.222,15.327,15.137,15.104,15.583,15.385,15.543,15.638,15.562,14.89,15.772,14.753,14.924,14.494],"script":[13.122,13.323,13.284,12.942,13.07,13.028,12.891,13.452,13.574,13.496,12.589,13.235,12.821,12.973,13.052],"paint":[1.739,1.791,1.745,2.093,1.034,2.405,1.792,1.328,1.124,1.184,2.068,1.754,1.19,1.161,0.396]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8366880416870117]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9048967361450195]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.01657772064209]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.255934715270996]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.266640663146973]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2405.71]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.883999999999999]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[178.83999999999997]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[255.7216796875]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[117.443359375]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[30.4462890625]}},{"framework":"scarlets-frame-v0.34.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[172.4]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"01_run1k","values":{"total":[43.026,43.967,43.106,44.894,43.422,43.191,44.142,43.456,43.036,43.945,43.189,43.025,44.239,42.868,43.993],"script":[6.593,6.923,6.55,6.532,6.505,6.229,6.642,6.968,6.165,6.524,6.361,6.52,6.341,6.353,6.463],"paint":[35.986,36.548,35.934,37.888,36.447,36.287,36.8,36.035,36.202,36.747,36.141,35.811,37.246,36.084,36.779]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"02_replace1k","values":{"total":[48.649,48.751,47.924,47.772,47.326,46.046,47.633,46.925,48.628,48.247,47.646,47.782,46.806,49.55,47.162],"script":[9.992,9.82,9.638,9.515,9.437,9.437,9.377,9.406,9.883,9.586,9.634,9.631,9.504,9.538,9.871],"paint":[38.198,38.465,37.616,37.804,37.409,36.202,37.75,37.048,38.059,37.93,37.476,37.652,36.841,39.553,36.584]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.595,18.094,17.85,19.516,18.307,17.68,20.258,17.867,18.497,18.888,19.366,17.851,20.364,18.232,18.578],"script":[0.89,1.422,1.831,1.466,1.285,1.089,1.323,1.044,0.952,0.563,1.231,1.023,1.548,1.406,0.934],"paint":[15.433,15.046,13.559,16.632,15.838,14.913,16.604,14.586,16.171,16.413,15.15,14.919,16.202,14.886,15.654]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"04_select1k","values":{"total":[4.677,3.778,4.224,3.547,3.863,3.953,3.661,3.955,4.465,4.475,4.321,3.641,3.679,4.05,3.912,4.209,3.422,4.222,3.659,3.976,4.752,3.758,3.624,3.772,3.777],"script":[1.702,1.114,0.943,0.701,0.188,1.215,0.621,1.111,1.209,1.133,0.971,0.855,0.211,0.975,1.045,0.915,0.206,0.992,0.293,1.175,1.054,0.191,0.284,0.993,0.912],"paint":[2.112,2.16,3.137,1.967,1.998,2.596,2.119,2.103,1.892,2.141,2.721,1.657,2.104,2.204,2.708,1.566,2.13,1.73,2.54,2.652,3.433,2.697,2.782,2.294,2.236]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"05_swap1k","values":{"total":[21.465,21.249,20.73,20.994,21.674,20.573,22.08,20.68,21.332,21.227,21.499,20.978,21.696,21.018,21.38],"script":[0.793,0.802,0.462,0.586,0.78,0.133,0.498,0.125,0.935,0.832,0.891,0.135,0.517,0.128,0.651],"paint":[19.313,19.19,18.749,18.343,19.089,19.082,20.129,19.302,19.215,18.832,19.052,19.417,18.952,19.514,18.363]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.591,16.989,17.276,16.516,17.185,18.472,17.545,16.623,16.277,16.911,17.306,17.304,17.183,17.139,17.852],"script":[0.153,0.121,0.358,0.466,0.116,0.496,0.466,0.118,0.251,0.507,0.185,0.521,0.307,0.5,0.537],"paint":[15.642,15.638,15.57,15.299,16.229,16.642,15.784,15.376,15.254,15.633,15.765,15.458,16.032,15.467,15.73]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"07_create10k","values":{"total":[450.547,457.098,449.012,451.846,457.387,452.245,454.298,445.723,452.988,446.491,444.709,450.194,446.747,444.792,443.895],"script":[84.777,85.382,86.683,83.513,82.616,80.619,86.818,83.188,87.777,82.762,83.961,84.287,82.719,83.291,83.667],"paint":[358.385,364.363,354.813,360.858,367.329,364.219,360.12,355.045,357.772,356.487,353.425,358.463,356.619,354.192,352.996]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.238,50.477,49.839,48.503,49.843,49.239,51.086,49.464,47.851,49.977,50.315,49.645,49.091,49.726,49.753],"script":[7.105,7.336,7.034,7.515,7.032,7.116,7.075,6.941,7.144,7.088,7.203,7.211,7.17,7.269,7.137],"paint":[40.223,42.195,41.596,39.975,41.632,40.95,42.816,41.313,39.838,41.961,42.292,41.489,40.943,41.502,41.704]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.555,15.092,14.676,14.843,15.146,15.293,15.148,14.622,15.021,15.419,14.208,15.341,14.74,15.599,15.087],"script":[13.158,13.149,12.358,12.574,12.838,13.126,12.965,12.381,12.318,12.929,12.297,13.021,12.58,13.447,12.45],"paint":[2.285,0.828,2.216,1.222,2.21,2.049,1.506,1.366,2.251,1.901,1.817,1.375,2.044,2.055,2.355]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6335220336914062]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7540531158447266]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.713435173034668]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.514897346496582]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.411705017089844]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.5549999999998]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[38.603999999999985]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.29200000000006]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[309.3173828125]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[170.7578125]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[46.126953125]}},{"framework":"silkenweb-v0.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[272.6]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"01_run1k","values":{"total":[41.467,42.257,42.512,41.531,41.734,41.219,40.808,40.505,41.586,42.184,39.941,42.406,41.431,41.412,43.027],"script":[5.302,5.393,5.348,5.357,5.27,5.03,5.261,5.412,5.407,5.069,5.239,4.894,5.416,5.308,5.079],"paint":[35.7,36.396,36.438,35.584,35.991,35.65,34.871,34.649,35.541,36.443,34.211,36.845,35.513,35.423,37.494]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"02_replace1k","values":{"total":[46.55,47.082,46.23,47.593,49.578,48.197,47.673,47.238,46.649,47.087,47.779,47.004,48.551,47.186,48.091],"script":[9.096,9.453,9.176,9.302,9.292,9.358,9.323,9.463,9.385,9.329,9.422,9.44,9.167,9.361,9.502],"paint":[36.923,37.14,36.571,37.767,39.533,38.11,37.732,37.319,36.815,37.225,37.618,37.065,38.909,37.336,38.113]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.296,18.995,18.302,18.313,18.614,18.035,17.536,16.98,18.044,18.463,17.798,17.876,20.449,19.952,18.707],"script":[1.508,0.929,0.936,0.975,1.138,1.214,1.026,0.879,1.525,1.186,0.965,1.001,0.921,1.313,0.999],"paint":[16.746,16.102,16.248,16.026,16.73,15.317,15.172,15.034,14.948,15.851,15.879,15.236,16.924,16.605,16.284]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"04_select1k","values":{"total":[3.092,2.59,3.764,3.277,3.185,2.954,2.837,2.929,3.465,3.39,3.484,4.201,3.715,3.304,3.258,3.674,2.538,4.403,4.261,3.524,3.137,3.418,2.83,3.846,3.403],"script":[0.074,0.803,0.063,0.071,0.078,0.08,0.071,0.066,0.645,0.625,0.066,0.885,1.094,0.719,0.076,0.908,0.074,0.074,0.935,0.09,0.857,0.059,0.563,0.076,0.056],"paint":[2.884,1.66,2.611,2.703,2.569,2.742,2.63,1.983,2.686,2.251,2.92,2.379,1.913,2.467,3.04,2.637,1.639,4.081,3.079,2.817,1.506,3.23,1.478,2.591,3.22]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"05_swap1k","values":{"total":[22.189,21.889,22.664,22.853,21.893,23.171,22.428,23.248,22.2,22.534,22.036,23.328,21.443,22.708,21.752],"script":[1.513,1.284,1.757,1.611,1.311,1.515,1.303,1.772,1.82,1.368,1.573,1.542,1.383,1.272,0.954],"paint":[18.714,19.193,19.544,19.638,19.339,19.494,20.091,20.018,18.966,19.312,18.147,19.896,17.881,19.673,19.123]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.069,17.681,17.5,17.182,17.23,17.098,17.383,17.377,17.169,17.229,16.748,17.292,17.615,17.8,17.418],"script":[0.446,0.568,0.348,0.211,0.309,0.203,0.238,0.373,0.542,0.537,0.511,0.458,0.559,0.582,0.34],"paint":[15.566,15.508,16.073,16.164,16.179,15.482,15.947,15.618,15.463,15.853,15.135,15.536,15.598,16.061,16.531]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"07_create10k","values":{"total":[439.954,450.461,442.248,451.861,443.615,448.05,444.304,448.44,448.247,441.19,442.872,453.558,446.473,448.235,453.662],"script":[77.491,79.358,78.105,79.43,77.604,78.161,77.044,77.675,78.184,78.33,78.838,78.622,77.966,78.613,79.411],"paint":[354.918,363.526,356.615,364.692,358.602,361.666,359.821,363.209,362.456,354.911,356.619,367.313,361.015,362.197,366.774]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.991,49.171,49.064,48.286,48.799,47.435,48.872,48.965,49.479,47.266,49.876,50.148,47.979,48.378,49.117],"script":[6.424,6.45,6.511,6.437,6.653,6.267,6.372,6.224,6.51,6.183,6.569,6.536,6.362,6.46,6.469],"paint":[42.317,41.873,41.61,40.988,40.854,40.21,41.513,41.866,41.757,40.115,42.019,42.653,40.607,40.744,41.699]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.271,13.434,12.644,13.116,12.987,12.686,12.67,13.162,13.493,12.171,13.008,12.38,12.784,12.689,12.896],"script":[11.455,11.443,10.576,10.374,10.933,11.173,10.673,11.169,11,10.538,10.796,10.683,10.898,10.301,10.899],"paint":[2.646,1.685,1.162,2.645,1.965,0.424,1.335,1.237,1.149,0.803,2.109,0.756,1.773,2.287,1.896]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4826946258544922]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6215829849243164]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6478776931762695]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8011083602905273]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.58952236175537]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3099999999997]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.284]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.46]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.71484375]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.44140625]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.7568359375]}},{"framework":"sinuous-v0.32.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[53.6]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"01_run1k","values":{"total":[51.097,50.781,50.007,48.831,49.742,50.089,51.903,51.315,50.179,51.017,50.507,51.588,51.11,50.755,50.625],"script":[14.055,13.839,13.238,13.027,13.629,14.12,13.658,13.67,13.685,13.598,13.459,14.159,13.747,13.968,13.788],"paint":[36.317,36.445,36.069,35.347,35.657,35.503,37.522,37.167,35.883,36.818,36.39,36.736,36.766,36.118,36.348]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"02_replace1k","values":{"total":[60.551,58.603,60.927,57.785,59.975,60.724,60.645,57.712,60.255,59.276,61.714,60.183,59.256,60.285,60.734],"script":[21.493,18.531,21.033,18.714,21.706,21.916,20.841,18.883,21.512,21.414,21.063,21.58,21.112,21.345,21.76],"paint":[38.313,39.565,39.146,38.524,37.81,38.333,39.079,38.29,38.258,37.398,40.152,37.975,37.699,38.199,38.514]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.205,22.987,22.801,23.887,24.232,22.204,22.907,22.814,21.88,21.52,23.273,22.343,23.039,22.167,22.408],"script":[5.714,5.536,5.23,5.8,6.278,5.003,4.956,5.657,4.934,5.17,5.559,5.208,5.242,5.461,4.974],"paint":[14.99,15.81,16.274,16.327,16.344,15.792,16.326,15.082,15.651,14.824,16.173,15.077,15.929,15.695,15.958]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"04_select1k","values":{"total":[7.605,6.507,6.252,7.456,5.72,6.563,5.699,7.316,7.254,6.258,6.233,6.056,6.788,6.523,6.164,5.561,5.798,6.041,6.659,5.982,6.836,6.296,5.881,6.159,6.615],"script":[4.131,4.22,3.161,3.722,2.925,3.463,3.338,4.271,3.826,3.452,3.207,3.335,4.087,3.413,3.728,2.774,3.254,2.95,3.932,3.083,3.369,3.411,3.375,3.376,3.551],"paint":[1.966,1.249,2.178,2.309,2.248,2.926,2.226,2.122,2.114,1.307,1.63,1.828,2.527,2.504,2.206,2.631,1.512,2.387,1.83,1.731,3.214,2.032,1.532,1.721,1.902]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"05_swap1k","values":{"total":[25.683,25.275,24.358,24.813,24.423,26.285,25.693,24.234,25.454,25.008,25.541,25.031,24.862,25.587,24.91],"script":[3.504,3.887,3.259,3.746,3.657,3.242,4.148,3.224,4.122,3.394,3.761,4.014,3.225,3.367,3.676],"paint":[20.039,19.57,19.757,19.261,19.312,19.455,19.944,19.303,20.029,20.213,20.42,19.927,19.258,19.766,19.332]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.418,19.475,19.14,19.342,18.959,18.639,18.347,19.079,19.301,18.562,18.602,19.023,18.427,19.324,19.17],"script":[1.785,1.899,1.849,2.084,1.841,1.756,1.776,1.809,1.78,1.445,1.528,1.993,1.42,1.846,1.718],"paint":[15.74,16.416,15.897,15.932,16.23,15.726,15.519,15.954,16.451,15.921,16.193,15.935,16.287,16.313,16.06]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"07_create10k","values":{"total":[538.081,525.554,523.469,516.429,516.746,515.948,539.951,524.227,523.065,512.638,527.532,519.857,510.053,512.37,516.403],"script":[142.984,142.341,142.732,137.077,137.207,143.349,139.96,142.934,140.792,137.513,146.161,139.665,134.485,139.072,139.756],"paint":[387.423,375.354,373.04,371.826,372.074,365.109,391.877,373.664,374.365,367.68,373.336,372.695,368.074,365.739,369.231]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.985,61.333,60.57,62.969,60.969,61.403,60.018,60.408,60.749,61.928,60.43,59.798,60.067,58.918,59.703],"script":[16.415,16.53,16.915,17.481,16.255,16.412,16.376,16.223,16.002,16.957,15.69,15.999,15.795,15.654,16.456],"paint":[42.612,43.615,42.441,44.48,43.432,43.758,42.677,43.016,43.471,43.766,43.736,42.805,43.315,42.024,42.289]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.053,14.63,14.715,14.499,14.042,14.301,13.667,13.721,14.372,14.654,14.048,15.103,14.652,13.814,14.172],"script":[12.545,11.782,11.857,12.231,11.83,11.748,12.134,11.533,12.286,12.68,11.94,12.947,12.439,11.776,11.63],"paint":[2.326,1.365,2.673,2.154,1.736,1.853,1.433,2.084,1.931,1.836,1.476,1.162,1.916,1.335,2.359]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.46128368377685547]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.992051124572754]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.0071563720703125]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9363079071044922]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.294761657714844]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.63]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.823999999999996]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.49599999999998]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[142.78125]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[4.5078125]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[1.8310546875]}},{"framework":"skruv-v0.6.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[52.1]}},{"framework":"solid-v1.8.0-keyed","benchmark":"01_run1k","values":{"total":[39.733,39.289,40.886,41.123,40.399,41.22,40.827,40.332,40.924,40.79,40.09,43.514,41.63,40.463,38.58],"script":[4.254,2.721,4.536,4.19,4.519,4.569,4.408,4.477,4.526,4.409,4.46,4.599,4.6,4.152,2.816],"paint":[34.978,36.141,35.857,36.419,35.425,36.172,35.719,35.386,35.94,35.849,35.163,38.366,36.58,35.83,35.114]}},{"framework":"solid-v1.8.0-keyed","benchmark":"02_replace1k","values":{"total":[47.324,43.307,45.765,47.611,46.206,46.935,45.717,46.523,46.002,46.166,45.992,48.264,46.876,46.307,46.345],"script":[8.908,7.827,8.038,8.537,8.675,8.788,8.746,8.799,8.264,8.635,8.061,8.848,8.929,8.716,8.708],"paint":[37.672,35.033,37.253,38.31,37.003,37.421,36.247,37.258,37.267,36.831,37.455,39.011,37.448,37.151,36.964]}},{"framework":"solid-v1.8.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.143,18.482,19.23,18.36,18.723,18.45,18.815,19.521,19.25,17.908,17.769,18.298,17.73,17.167,18.494],"script":[1.613,1.705,1.747,1.324,1.483,1.974,0.931,1.434,1.571,1.406,0.642,1.105,1.659,0.967,1.585],"paint":[15.155,15.709,16.287,15.893,15.107,14.195,14.791,15.907,15.602,14.46,14.74,15.324,15.013,14.798,15.07]}},{"framework":"solid-v1.8.0-keyed","benchmark":"04_select1k","values":{"total":[3.153,4.219,3.544,3.815,4.524,3.74,3.775,3.505,3.842,3.53,3.693,4.559,3.997,4.244,3.162,4.618,3.358,3.432,3.335,3.848,3.748,3.17,4.328,3.762,4.076],"script":[0.711,0.18,0.899,1.211,0.176,0.918,0.136,0.863,0.985,1.157,0.576,0.938,0.835,1.154,0.944,0.937,0.638,0.254,0.857,1.159,0.635,0.949,1.085,1.138,0.178],"paint":[1.809,2.523,0.892,2.038,3.074,2.665,3.507,1.533,2.729,2.235,2.328,2.393,2.163,2.086,1.323,2.505,2.569,2.934,1.517,2.516,1.778,2.088,2.051,2.496,2.741]}},{"framework":"solid-v1.8.0-keyed","benchmark":"05_swap1k","values":{"total":[22.239,22.651,22.233,25.1,22.797,22.768,22.915,22.578,22.452,22.234,24.921,22.042,23.109,22.845,23.57],"script":[1.868,1.483,1.761,1.965,0.695,1.233,1.845,1.656,1.841,1.824,1.735,0.944,1.889,1.95,1.784],"paint":[18.114,19.814,19.431,21.226,20.319,19.536,20.072,19.784,18.625,18.989,20.866,19.68,20.773,19.333,20.439]}},{"framework":"solid-v1.8.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.122,16.759,17.762,16.83,16.56,17.412,16.759,17.606,17.235,17.237,17.21,16.843,17.253,17.944,17.03],"script":[0.599,0.559,0.924,0.587,0.589,0.836,0.568,0.586,0.609,0.624,0.629,0.593,0.634,0.582,0.596],"paint":[15.895,15.502,15.772,15.428,15.233,15.578,15.443,15.828,15.517,15.797,15.801,15.278,15.721,16.545,15.186]}},{"framework":"solid-v1.8.0-keyed","benchmark":"07_create10k","values":{"total":[399.29,410.583,407.464,410.797,409.778,407.487,410.492,410.709,410.377,408.102,411.221,407.257,410.44,397.037,409.575],"script":[41.978,46.492,44.332,44.039,44.111,44.357,44.878,45.848,44.001,44.803,44.063,44.537,43.165,41.68,44.846],"paint":[349.909,356.58,355.63,359.206,358.067,355.749,358.396,357.529,358.822,355.981,359.867,355.257,359.981,348.005,357.374]}},{"framework":"solid-v1.8.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.329,46.675,46.39,47.007,45.533,47.584,48.592,47.271,47.585,46.25,48.116,46.988,45.946,48.42,48.129],"script":[4.71,4.984,4.98,5.096,4.73,4.909,4.938,4.924,4.961,4.801,4.998,4.874,4.754,4.972,4.996],"paint":[40.754,40.768,40.201,40.986,39.929,41.696,42.436,41.362,41.347,40.515,42.185,40.831,40.217,42.256,42.205]}},{"framework":"solid-v1.8.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.711,14.41,14.938,15.673,15.551,14.772,15.07,15.057,14.114,14.509,15.054,15.061,14.77,14.836,14.701],"script":[11.931,12.17,12.466,13.112,12.595,12.253,12.889,12.565,11.932,11.802,13.073,12.823,12.757,12.131,12.524],"paint":[2.697,2.115,2.376,1.641,2.847,1.984,0.981,2.184,2.047,2.28,1.165,2.137,1.554,1.832,1.69]}},{"framework":"solid-v1.8.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49106693267822266]}},{"framework":"solid-v1.8.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.5145950317382812]}},{"framework":"solid-v1.8.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.549534797668457]}},{"framework":"solid-v1.8.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7362499237060547]}},{"framework":"solid-v1.8.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.985623359680176]}},{"framework":"solid-v1.8.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2549999999999]}},{"framework":"solid-v1.8.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.439999999999998]}},{"framework":"solid-v1.8.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.73200000000008]}},{"framework":"solid-v1.8.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.0478515625]}},{"framework":"solid-v1.8.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.7734375]}},{"framework":"solid-v1.8.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.5400390625]}},{"framework":"solid-v1.8.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[81.7]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"01_run1k","values":{"total":[43.983,43.07,43.874,43.704,44.854,42.175,42.285,44.163,43.088,42.811,42.482,42.964,42.177,42.696,42.386],"script":[6.845,6.842,6.643,6.858,6.587,6.658,6.683,6.735,6.793,6.76,6.553,6.827,6.536,7.069,6.787],"paint":[36.72,35.538,36.498,36.187,37.579,35.105,34.973,36.73,35.765,35.577,35.465,35.465,35.231,35.167,34.911]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"02_replace1k","values":{"total":[48.359,47.207,47.928,49.727,49.339,47.003,48.286,47.211,47.907,48.479,47.093,49.282,47.521,48.071,47.881],"script":[10.556,10.263,10.564,9.983,10.676,10.337,10.47,10.308,10.644,10.377,10.237,10.934,10.353,10.642,10.227],"paint":[37.293,36.479,36.617,38.983,38.179,36.214,37.389,36.441,36.811,37.628,36.415,37.535,36.461,36.716,37.197]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.238,18.186,18.858,18.853,21.183,18.312,20.421,18.278,18.645,18.749,18.038,18.203,19.313,18.034,19.719],"script":[1.837,1.462,1.847,2.139,2.206,1.811,1.367,1.333,1.224,1.364,2.076,1.12,1.781,1.563,1.372],"paint":[13.444,15.283,15.635,15.322,16.765,14.758,17.439,15.693,16.096,15.047,14.469,15.683,15.388,14.6,16.893]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"04_select1k","values":{"total":[4.425,3.246,4.083,3.617,3.26,3.711,4.134,4.316,4.21,4.343,4.033,2.946,3.078,4.066,3.454,4.018,3.691,2.801,3.151,3.614,3.991,3.45,4.185,3.786,3.99],"script":[0.158,0.186,1.029,0.193,0.199,1.097,0.744,0.617,0.703,1.541,1.395,0.941,1.084,1.201,0.87,0.203,0.911,0.787,0.92,0.923,1.505,0.839,0.972,0.942,0.878],"paint":[3.129,2.569,1.729,2.867,2.562,1.657,2.09,2.793,3.074,2.081,1.623,1.181,1.876,2.414,1.272,3.66,1.946,1.106,2.106,1.848,1.849,2.474,3.076,1.938,2.117]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"05_swap1k","values":{"total":[24.582,24.221,25.219,24.239,24.709,25.038,24.734,25.754,24.512,23.886,24.563,24.239,25.752,25.549,24.877],"script":[3.596,3.082,4.022,3.824,3.911,3.945,3.37,3.996,3.647,3.626,3.404,3.216,3.725,4.231,3.742],"paint":[18.92,19.609,19.583,18.677,18.9,19.458,19.083,19.66,19.491,18.863,19.226,19.769,20.003,19.528,18.126]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.599,19.631,18.845,18.957,19.198,20.227,18.842,18.665,20.163,18.516,18.949,19.736,19.458,18.529,18.874],"script":[2.978,2.435,2.426,2.506,2.404,2.523,2.44,2.093,2.696,2.439,2.495,2.501,2.431,2.482,2.39],"paint":[16.279,16.251,15.969,14.984,16.058,16.843,15.636,15.759,16.718,15.035,15.671,16.237,15.494,15.308,16.092]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"07_create10k","values":{"total":[426.739,417.847,414.085,420.86,416.902,421.95,416.326,419.53,417.857,425.342,424.872,427.01,417.474,413.824,418.589],"script":[63.894,62.398,64.712,64.28,63.288,64.03,62.48,64.655,63.866,70.657,61.783,67.671,62.738,62.636,65.223],"paint":[355.015,348.152,342.034,349.306,346.19,350.158,346.505,347.571,346.724,347.461,355.477,352.074,347.123,343.724,345.787]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.662,49.221,50.802,49.805,49.683,52.135,50.271,50.184,49.756,49.746,50.029,49.872,51.102,49.126,50.666],"script":[7.982,7.98,8.067,7.565,8.226,7.846,7.997,7.735,7.938,7.971,7.887,7.768,7.641,7.91,7.698],"paint":[40.727,40.005,41.555,41.097,40.528,43.09,41.041,41.545,40.562,40.593,41.16,40.842,42.237,40.305,42.041]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.315,14.43,14.693,14.103,14.524,14.967,14.769,14.791,15.056,15.379,14.688,14.767,15.16,15.504,14.792],"script":[12.651,12.296,12.629,12.769,12.057,12.478,13.075,13.315,12.987,13.218,12.308,12.81,13.104,12.932,12.369],"paint":[0.708,2.003,1.491,0.616,2.346,1.765,1.387,1.395,1.175,1.603,2.273,1.852,1.967,1.834,2.012]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.48016834259033203]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7571334838867188]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.764756202697754]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8879022598266602]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.046137809753418]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.85]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[6.279999999999999]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[131.92000000000002]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[152.935546875]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.6611328125]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.46484375]}},{"framework":"solid-store-v1.5.4-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[76]}},{"framework":"spair-v0.0.8-keyed","benchmark":"01_run1k","values":{"total":[45.27,45.548,46.754,46.149,45.13,46.163,43.975,46.214,43.719,44.702,44.9,44.465,43.66,44.367,45.093],"script":[8.648,8.518,8.992,8.835,8.878,8.556,8.074,8.795,8.192,8.087,8.474,8.022,7.159,8.425,8.384],"paint":[36.175,36.356,37.085,36.783,35.762,36.883,35.162,36.758,35.089,36.148,36.026,35.972,35.835,35.471,36.015]}},{"framework":"spair-v0.0.8-keyed","benchmark":"02_replace1k","values":{"total":[50.327,53.296,50.836,51.487,53.326,50.331,51.957,51.744,53.375,52.138,53.443,53.007,52.648,53.106,52.107],"script":[12.628,14.074,12.669,13.304,13.688,12.758,13.295,13.271,13.486,13.39,13.362,13.647,13.427,13.768,13.446],"paint":[37.256,38.743,37.393,37.685,38.879,37.11,38.15,37.759,39.38,37.985,39.338,38.704,38.642,38.871,37.924]}},{"framework":"spair-v0.0.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.013,18.437,20.875,18.694,18.726,20.04,18.947,18.974,18.984,20.805,19.115,19.068,19.681,19.376,18.73],"script":[2.498,2.5,2.992,1.849,1.337,2.581,2.317,2.256,2.105,2.541,2.4,2.095,2.528,1.88,2.134],"paint":[15.335,14.566,16.287,15.452,16.016,15.188,15.264,15.236,15.225,15.823,15.36,15.49,15.166,16.114,15.265]}},{"framework":"spair-v0.0.8-keyed","benchmark":"04_select1k","values":{"total":[4.179,3.396,4.902,5.197,3.879,4.512,4.69,4.358,3.533,3.802,4.444,4.85,4.327,4.542,4.082,5.032,4.075,4.796,3.975,5.264,3.82,4.312,4.765,4.528,3.901],"script":[1.314,1.365,1.875,1.381,0.982,1.822,0.996,1.279,1.366,0.69,1.519,1.131,1.297,1.407,1.05,2.028,1.773,1.015,1.325,1.909,1.465,1.19,2.146,1.509,1.395],"paint":[1.886,1.146,2.467,3.14,1.446,2.537,2.519,2.558,1.35,3.001,2,2.119,1.845,1.828,2.181,2.144,2.158,2.626,2.203,1.946,2.227,2.266,1.907,2.869,1.878]}},{"framework":"spair-v0.0.8-keyed","benchmark":"05_swap1k","values":{"total":[23.706,22.611,22.437,22.001,23.19,21.555,22.639,24.76,21.902,22.811,21.837,22.987,23.327,22.26,21.806],"script":[1.004,1.809,1.297,1.473,1.656,1.48,1.48,1.716,1.42,1.825,1.309,1.969,0.975,1.214,0.661],"paint":[20.439,19.469,19.756,18.847,18.974,18.707,19.1,20.791,18.917,18.936,19.002,19.528,19.534,19.947,19.306]}},{"framework":"spair-v0.0.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.2,18.464,17.7,17.761,17.656,17.797,17.695,17.796,18.365,17.529,17.613,17.142,17.027,17.777,17.167],"script":[0.958,0.725,0.967,1.01,1.049,1.01,0.717,0.722,0.715,1.013,1.069,0.683,0.715,0.995,0.792],"paint":[15.202,16.511,15.946,15.358,15.788,15.479,16.158,16.183,16.436,15.497,15.348,15.399,15.571,15.87,15.279]}},{"framework":"spair-v0.0.8-keyed","benchmark":"07_create10k","values":{"total":[467.664,472.952,468.701,462.393,457.2,460.794,455.084,466.102,457.92,467.601,469.415,475.908,470.711,462.127,465.233],"script":[97.592,95.541,96.619,97.17,93.761,94.171,93.898,96.997,95.783,99.418,99.741,95.411,97.325,96.796,96.344],"paint":[362.702,370.057,364.677,357.909,355.922,358.916,353.778,360.872,354.499,360.724,362.08,371.358,364.61,357.968,361.45]}},{"framework":"spair-v0.0.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.845,52.414,52.101,50.365,51.203,50.874,50.372,51.583,52.045,53.039,51.822,52.089,51.363,51.671,52.069],"script":[9.05,9.522,9.382,9.445,9.629,9.418,9.637,9.433,9.729,9.869,9.376,9.253,9.293,9.394,9.338],"paint":[42.952,41.633,41.765,39.976,40.613,40.524,39.863,41.237,41.366,42.175,41.36,41.6,41.194,41.251,41.853]}},{"framework":"spair-v0.0.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.297,16.696,14.134,15.923,15.304,14.335,14.556,16.975,16.516,16.349,16.326,14.128,14.718,15.051,14.926],"script":[13.618,14.519,12.285,13.698,13.31,12.418,12.351,13.893,13.762,13.706,14.139,12.799,12.888,13.129,12.665],"paint":[1.588,1.362,1.112,1.57,1.885,1.786,1.109,1.757,2.277,2.388,1.126,1.236,1.711,1.828,1.156]}},{"framework":"spair-v0.0.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.640207290649414]}},{"framework":"spair-v0.0.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.00090217590332]}},{"framework":"spair-v0.0.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.022356986999512]}},{"framework":"spair-v0.0.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.47261905670166]}},{"framework":"spair-v0.0.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.177480697631836]}},{"framework":"spair-v0.0.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.2500000000002]}},{"framework":"spair-v0.0.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[41.29999999999998]}},{"framework":"spair-v0.0.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.32799999999997]}},{"framework":"spair-v0.0.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[239.96484375]}},{"framework":"spair-v0.0.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[101.40625]}},{"framework":"spair-v0.0.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[31.7783203125]}},{"framework":"spair-v0.0.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[189.3]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"01_run1k","values":{"total":[45.274,45.078,45.047,45.206,44.026,46.134,45.357,42.961,45.177,44.991,44.504,43.604,44.066,43.838,45.1],"script":[8.654,8.482,8.367,8.106,7.751,8.212,8.596,7.967,8.899,8.596,7.944,8.25,8.492,8.463,8.393],"paint":[36.113,36.176,36.203,36.413,35.74,37.466,36.056,34.563,35.799,35.931,35.874,34.898,35.116,34.671,36.025]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"02_replace1k","values":{"total":[49.565,48.819,49.78,50.326,51.303,50.875,49.849,51.548,48.559,49.71,50.299,49.946,50.368,49.666,48.683],"script":[11.798,11.612,11.577,11.688,11.722,11.576,11.675,11.877,11.045,11.79,11.863,11.544,11.857,11.492,11.788],"paint":[37.327,36.77,37.689,38.162,38.941,38.786,37.442,38.935,37.037,37.391,37.94,37.735,37.78,37.381,36.461]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.644,17.961,18.061,17.827,18.214,18.298,17.312,17.533,21.24,18.494,18.011,16.883,18.388,18.219,18.017],"script":[0.945,1.143,1.185,1.576,1.5,1.436,1.013,1.162,1.259,1.804,1.446,0.739,1.46,1.638,1.212],"paint":[15.226,15.666,15.395,14.421,14.044,15.096,14.388,15.091,17.428,14.893,13.791,14.462,15.973,14.988,15.156]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"04_select1k","values":{"total":[4.306,2.256,2.573,3.418,3.108,2.778,3.26,3.485,3.007,4.063,3.047,2.882,3.68,4.461,3.057,3.48,3.101,3.374,2.947,3.078,2.645,2.106,3.649,3.577,3.974],"script":[0.077,0.088,0.088,0.881,0.925,0.092,0.089,1.229,0.461,0.079,0.533,0.089,1.051,0.083,0.815,0.08,1.088,1.104,0.088,0.543,0.092,0.096,1.072,0.41,0.834],"paint":[3.237,1.589,1.933,1.953,2.046,1.782,2.976,1.577,1.577,2.617,1.766,2.692,2.495,3.153,1.447,3.263,1.16,1.107,1.206,1.705,1.638,0.999,1.577,1.934,2.349]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"05_swap1k","values":{"total":[21.578,21.619,21.837,21.926,20.791,20.896,20.215,21.717,21.152,21.988,21.14,21.465,22.347,21.14,20.266],"script":[0.139,0.132,0.549,0.784,0.591,0.147,0.625,0.573,0.794,0.857,0.464,0.931,0.854,0.948,0.133],"paint":[19.024,19.814,19.92,19.422,18.122,19.191,18.234,20.317,17.528,19.034,19.266,19.04,19.126,18.141,18.924]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.023,16.657,17.057,16.866,17.06,17.246,17.709,16.601,16.559,17.114,16.971,17.153,16.55,17.265,16.895],"script":[0.472,0.127,0.461,0.474,0.509,0.107,0.12,0.108,0.106,0.458,0.114,0.444,0.343,0.489,0.464],"paint":[15.119,15.74,15.767,15.18,15.515,16.133,16.422,15.353,15.473,15.895,15.965,15.405,14.856,15.669,15.6]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"07_create10k","values":{"total":[458.924,456.642,461.756,453.277,459.67,463.092,457.825,454.702,456.758,457.25,462.646,459.104,458.045,457.739,475.605],"script":[95.513,94.587,96.57,91.425,93.229,93.332,92.943,94.033,92.816,96.39,94.483,96.773,96.729,96.719,100.201],"paint":[355.952,354.525,357.757,354.564,359.017,362.331,357.556,353.326,356.45,353.348,360.884,353.801,353.996,353.659,367.675]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.252,51.825,50,50.955,51.581,51.213,52.58,51.885,51.589,51.215,52.091,50.473,52.224,51.53,53.216],"script":[8.366,8.675,8.459,8.246,8.849,8.743,9.142,9.146,8.912,8.849,8.79,8.984,8.388,9.109,9.43],"paint":[40.877,41.951,40.582,41.534,41.316,41.215,42.141,41.52,41.465,41.485,42.178,40.559,42.573,41.131,42.465]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.976,14.476,14.469,15.324,14.787,15.692,15.17,15.338,14.35,14.739,15.493,15.077,15.289,15.021,15.818],"script":[13.003,12.9,12.873,13.129,12.733,13.219,13.22,13.104,12.398,12.882,12.841,13.084,13.2,12.623,12.766],"paint":[1.616,0.85,1.462,1.431,1.193,1.688,1.813,2.143,1.122,1.761,2.55,1.896,0.996,1.785,2.918]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6221351623535156]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.483245849609375]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.50418758392334]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.009640693664551]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[29.73589515686035]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.07]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[38.871999999999986]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.16799999999998]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[229.2421875]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[90.68359375]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[27.787109375]}},{"framework":"spair-qr-v0.0.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[153.4]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"01_run1k","values":{"total":[51.086,49.16,49.277,47.965,49.012,51.292,49.582,49.889,49.834,49.842,48.832,49.442,49.923,48.795,50.258],"script":[13.098,12.78,12.875,11.819,12.51,13.27,13.041,13.29,12.766,12.883,13.056,12.831,13.399,13.093,13.461],"paint":[37.262,35.899,35.724,35.429,35.829,37.564,36.09,35.939,36.36,36.504,35.325,35.922,36.102,35.317,36.392]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"02_replace1k","values":{"total":[56.829,56.292,55.656,57.185,55.363,55.392,53.946,55.085,54.831,56.354,56.729,57.009,56.449,54.652,54.066],"script":[17.932,18.018,17.853,17.518,17.82,17.99,17.156,17.514,17.687,18.115,18.274,18.14,17.76,17.276,17.069],"paint":[38.422,37.8,37.049,38.912,37.06,36.671,36.323,36.905,36.7,37.779,38.014,38.394,38.285,36.93,36.537]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.988,18.543,18.424,17.514,18.647,19.608,18.645,18.139,18.383,18.086,18.513,18.902,18.028,18.162,17.854],"script":[2.043,1.231,0.939,0.894,1.113,1.746,1.289,1.172,0.926,0.916,0.902,1.196,0.841,1.195,0.893],"paint":[15.462,15.787,15.742,15.337,15.814,15.96,15.696,15.206,16.245,15.353,15.072,15.675,14.831,14.974,15.396]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"04_select1k","values":{"total":[3.327,3.94,2.679,3.893,2.72,3.535,3.14,3.472,4.034,3.397,3.618,2.873,2.832,2.747,4.041,3.2,4.017,3.827,4.071,3.341,3.373,4.576,3.454,4.678,3.929],"script":[0.59,1.178,0.145,0.137,0.117,0.13,0.21,0.136,0.971,0.91,0.096,0.125,0.565,0.635,0.098,0.094,1.066,0.68,1.102,0.788,0.814,0.866,0.869,0.088,0.779],"paint":[2.617,2.574,1.46,1.989,2.482,2.693,2.053,3.194,1.903,1.845,3.4,1.508,2.099,1.403,2.668,2.337,1.628,1.901,1.619,2.435,1.588,3.525,1.615,3.111,1.769]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"05_swap1k","values":{"total":[21.765,20.944,21.665,20.92,20.759,21.429,21.391,22.115,21.3,22.043,22.336,20.639,20.494,19.737,21.997],"script":[0.817,0.115,0.85,0.907,0.102,0.237,0.753,0.777,0.56,1.081,0.976,0.685,0.112,0.107,0.807],"paint":[18.91,19.373,18.109,18.418,19.668,19.672,19.062,19.985,18.791,19.221,19.96,18.878,18.658,17.578,19.738]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.77,16.616,17.741,16.755,16.546,17.6,18.615,16.535,16.949,17.153,16.395,17.526,17.038,17.06,17.132],"script":[0.337,0.219,0.549,0.207,0.476,0.526,0.543,0.565,0.34,0.544,0.198,0.516,0.528,0.511,0.379],"paint":[15.923,15.634,16.108,15.418,15.284,16.113,16.35,15.239,15.537,15.373,14.856,16.001,15.818,15.759,15.957]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"07_create10k","values":{"total":[469.67,463.361,469.11,471.723,467.782,470.666,470.602,467.258,483.022,467.285,462.61,464.753,470.448,460.275,467.211],"script":[101.512,102.841,100.333,100.485,99.903,102.135,103.64,102.395,101.791,106.669,101.068,99.729,101.802,97.887,101.436],"paint":[360.592,353.017,361.402,363.877,360.243,360.054,359.573,357.402,373.761,353.152,354.262,357.69,361.193,355.08,358.394]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.457,52.279,51.711,52.473,52.088,52.68,51.808,53.278,51.558,52.988,51.757,52.224,52.751,52.681,50.764],"script":[9.85,10.11,10.152,9.538,9.869,10.232,9.828,10.186,9.848,9.991,9.976,10.157,9.811,10.018,9.317],"paint":[41.418,41.311,40.639,41.641,41.009,41.512,41.055,41.894,40.807,41.76,40.874,41.267,41.722,41.457,40.547]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.012,19.549,19.865,19.112,20.061,19.761,19.53,21.595,18.706,19.086,18.587,20.279,20.509,19.622,18.87],"script":[17.893,17.286,17.473,16.463,17.498,17.527,16.936,19.395,16.227,17.479,16.831,18.306,17.981,17.506,16.991],"paint":[0.872,1.197,1.945,1.989,2.416,1.074,1.913,1.156,2.343,1.509,0.907,1.198,1.479,1.389,1.773]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6664037704467773]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.183037757873535]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.178781509399414]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.313180923461914]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.361523628234863]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.39]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[35.215999999999994]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[168.85200000000003]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[269.361328125]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[130.80078125]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[34.1728515625]}},{"framework":"stdweb-v0.4.17-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[86.4]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"01_run1k","values":{"total":[44.618,44.925,44.8,46.431,44.568,44.762,46.02,43.708,44.581,44.777,44.561,44.56,44.185,45.096,45.061],"script":[8.458,8.492,8.339,8.617,8.766,8.61,8.524,8.681,8.565,8.659,8.725,8.458,8.966,8.683,9.063],"paint":[35.449,35.965,35.952,37.292,35.291,35.435,36.751,34.577,35.514,35.43,35.373,35.382,34.768,35.969,35.509]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"02_replace1k","values":{"total":[58.923,59.287,59.185,59.677,59.96,59.795,57.991,56.971,57.204,58.327,56.947,58.213,58.593,57.527,57.195],"script":[19.455,19.479,19.635,19.831,20.505,19.571,19.434,18.518,18.974,19.631,19.302,19.042,19.945,19.301,18.838],"paint":[39.025,39.321,39.066,38.964,38.776,39.762,37.943,38.01,37.774,38.202,37.182,38.681,37.97,37.487,37.673]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[35.114,33.44,35.462,34.211,35.821,33.495,34.981,37.661,32.797,34.594,33.181,34.878,33.453,33.565,32.625],"script":[16.376,15.043,17.074,16.123,16.582,14.657,15.673,17.108,14.887,16.283,14.863,16.03,15.551,16.505,15.466],"paint":[16.456,16.386,16.556,16.826,15.78,17.777,17.905,18.237,16.299,17.069,15.951,17.611,15.017,15.491,15.857]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"04_select1k","values":{"total":[19.6,18.166,19.862,19.978,22.372,18.317,18.925,18.468,17.651,20.805,17.458,19.167,20.608,19.589,18.991,18.678,18.844,19.767,20.94,19.297,19.652,19.856,22.139,18.209,17.983],"script":[15.647,14.979,16.17,16.246,17.153,14.685,15.809,15.814,14.059,15.81,13.919,15.734,17.61,15.485,15.055,15.546,15.057,16.554,17.059,15.914,16.256,15.91,17.632,14.827,14.375],"paint":[3.339,1.757,3.112,2.186,2.932,1.838,2.872,1.685,3.32,3.433,2.346,3.207,1.974,3.18,2.923,2.05,3.54,2.442,3.608,2.447,3.126,2.743,2.904,2.786,1.957]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"05_swap1k","values":{"total":[37.869,39.221,37.725,38.333,37.923,38.826,36.696,39.675,38.362,36,38.887,37.737,38.333,38.159,37.739],"script":[15.701,16.492,15.983,15.987,16.459,16.693,15.529,17.593,16.681,15.374,15.172,16.594,15.496,16.295,15.669],"paint":[20.319,21.475,20.18,20.392,20.063,20.173,19.498,19.903,19.276,19.062,22.592,19.794,21.139,19.995,20.707]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[26.878,26.589,25.948,26.448,26.581,27.082,26.142,25.675,25.872,25.57,25.616,26,30.047,28.546,28.412],"script":[8.286,8.313,8.184,8.72,8.705,8.57,8.737,8.642,8.551,8.451,8.087,8.59,9.438,8.998,9.366],"paint":[17.068,17.022,16.35,16.152,16.527,17.15,16.481,16.256,16.318,16.284,16.706,15.943,18.803,18.043,18.177]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"07_create10k","values":{"total":[497.478,490.549,494.699,502.05,488.201,492.618,482.236,485.536,484.016,492.505,483.969,490.772,485.85,495.286,500.384],"script":[113.744,112.374,111.951,113.707,113.582,115.914,114.234,115.231,114.874,114.966,111.244,114.453,115.803,115.769,116.481],"paint":[375.186,369.622,374.593,380.326,367.004,368.642,360.54,362.628,361.572,369.869,365.347,368.759,362.305,371.699,376.391]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[62.507,60.733,63.348,62.254,59.15,61.956,61.011,64.035,59.576,62.071,61.053,59.89,61.812,61.111,60.954],"script":[16.606,15.709,16.019,16.399,15.787,16.274,15.504,16.706,15.402,16.115,15.898,15.322,15.948,16.088,15.591],"paint":[44.926,44.03,46.126,44.683,42.428,44.556,44.452,45.933,43.206,44.717,44.203,43.691,44.898,43.956,44.148]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.135,17.623,16.737,16.182,16.003,15.763,16.977,16.192,16.067,16.489,16.272,15.677,16.399,16.466,16.464],"script":[13.627,14.706,14.649,14.498,14.128,13.879,14.94,13.589,14.043,13.713,14.045,13.675,13.747,14.234,14.501],"paint":[2.398,2.749,1.991,1.538,1.767,1.007,1.928,2.485,1.931,2.199,2.099,1.889,2.127,2.117,1.123]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5150423049926758]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.3550968170166016]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.4641008377075195]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8300533294677734]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.985474586486816]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.452]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[30.931999999999995]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[172.72000000000006]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.791015625]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.916015625]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.9794921875]}},{"framework":"stencil-v4.4.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[72.7]}},{"framework":"strve-v6.0.2-keyed","benchmark":"01_run1k","values":{"total":[48.854,48.841,48.119,49.978,48.423,43.96,47.892,48.646,48.561,47.923,47.269,47.592,48.445,48.394,48.009],"script":[12.086,11.066,11.614,11.411,12.065,8.567,11.952,11.879,11.748,11.752,10.923,11.804,11.624,11.357,12.123],"paint":[36.261,37.291,35.977,38.138,35.621,34.944,35.449,36.24,36.111,35.5,35.906,35.083,36.297,36.566,35.42]}},{"framework":"strve-v6.0.2-keyed","benchmark":"02_replace1k","values":{"total":[52.348,52.593,51.471,52.949,52.072,52.314,52.093,52.422,52.019,51.697,52.208,53.808,53.872,52.151,51.116],"script":[14.368,15.303,13.899,15.053,14.347,15.048,14.456,13.553,14.043,13.902,14.191,15.052,14.712,13.456,13.967],"paint":[37.504,36.753,37.156,37.405,37.24,36.796,36.988,38.412,37.232,37.311,37.26,38.032,38.655,38.266,36.685]}},{"framework":"strve-v6.0.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[35.564,36.141,38.078,35.641,34.106,34.925,35.966,34.251,37.14,34.911,36.503,35.586,35.482,33.983,38.451],"script":[18.942,18.638,19.05,17.629,16.643,17.672,18.09,17.272,17.479,17.637,18.172,17.219,18.136,17.001,19.103],"paint":[15.306,15.705,17.419,16.415,16.134,15.467,16.012,15.259,17.711,15.243,17.216,15.934,16.407,15.579,17.96]}},{"framework":"strve-v6.0.2-keyed","benchmark":"04_select1k","values":{"total":[18.855,18.944,19.405,18.757,17.934,21.141,19.825,19.258,18.588,19.671,19.448,20.724,19.141,20.096,18.703,19.348,20.749,19.528,19.212,18.119,19.636,19.85,19.672,19.988,18.987],"script":[15.524,16.282,16.255,15.053,15.253,16.024,16.237,16.658,15.823,16.276,15.842,16.596,16.306,16.685,15.708,15.767,17.311,16.373,15.62,14.446,17.124,16.624,15.694,16.252,15.804],"paint":[1.728,1.531,2.112,3.087,1.216,4.051,1.921,1.472,1.571,2.366,2.706,3.387,2.608,2.096,1.993,2.715,2.174,2.418,2.585,2.672,1.799,1.475,2.742,3.51,2.96]}},{"framework":"strve-v6.0.2-keyed","benchmark":"05_swap1k","values":{"total":[38.342,37.072,38.418,38.222,39.289,36.287,38,39.2,38.502,37.21,36.354,38.048,37.849,37.746,37.703],"script":[17.511,17.31,17.211,17.294,17.481,15.636,16.76,17.46,17.408,16.718,16.03,17.961,16.637,15.952,16.021],"paint":[18.806,17.963,18.477,18.785,18.883,18.84,19.354,18.856,19.118,18.635,18.482,18.432,18.89,20.294,19.518]}},{"framework":"strve-v6.0.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[24.651,25.82,24.55,25.079,25.216,25.52,25.046,24.636,25.067,24.896,24.706,24.799,26.608,24.863,25.08],"script":[8.066,9.101,7.953,8.554,8.48,8.941,8.158,8.21,8.413,8.079,8.123,8.235,8.576,8.554,8.106],"paint":[15.749,15.886,15.778,15.723,15.438,15.706,15.665,15.316,14.987,15.671,15.451,15.431,16.723,15.487,15.637]}},{"framework":"strve-v6.0.2-keyed","benchmark":"07_create10k","values":{"total":[491.066,490.703,479.248,488.569,463.18,464.609,477.016,469.888,473.279,472.914,468.884,466.725,469.608,467.394,470.052],"script":[107.075,107.897,109.522,111.911,106.028,106.058,110.265,106.768,108.434,108.659,106.071,107.462,108.72,105.963,105.047],"paint":[375.348,375.204,361.958,369.241,349.872,351.285,359.281,355.594,357.426,356.807,355.354,351.583,353.552,354.17,357.595]}},{"framework":"strve-v6.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[58.218,59.271,60.507,59.544,59.537,60.155,60.421,60.479,60.172,61.006,58.967,60.792,59.972,58.248,59.076],"script":[16.189,16.103,16.501,15.625,16.161,16.011,16.133,16.359,16.746,16.386,15.93,15.828,16.338,15.958,16.038],"paint":[41.027,42.202,42.82,42.963,42.366,43.142,43.327,43.15,42.421,43.69,42.129,43.997,42.659,41.013,42.06]}},{"framework":"strve-v6.0.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.36,14.595,14.267,14.567,14.177,15.169,14.455,13.274,16.879,13.631,14.581,14.442,13.805,13.745,15.48],"script":[12.807,11.379,11.455,11.479,11.073,11.667,11.862,10.633,13.88,11.457,11.351,12.057,10.997,11.525,12.293],"paint":[2.432,2.515,2.037,2.822,2.991,3.397,1.975,1.605,2.575,2.09,1.793,2.292,2.721,1.744,2.925]}},{"framework":"strve-v6.0.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4785137176513672]}},{"framework":"strve-v6.0.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.4987354278564453]}},{"framework":"strve-v6.0.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.598451614379883]}},{"framework":"strve-v6.0.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7410345077514648]}},{"framework":"strve-v6.0.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.806987762451172]}},{"framework":"strve-v6.0.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.5549999999998]}},{"framework":"strve-v6.0.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.372]}},{"framework":"strve-v6.0.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.69999999999996]}},{"framework":"strve-v6.0.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.119140625]}},{"framework":"strve-v6.0.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.84375]}},{"framework":"strve-v6.0.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.033203125]}},{"framework":"strve-v6.0.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[69.3]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"01_run1k","values":{"total":[39.121,38.688,38.653,39.957,38.819,38.01,38.749,38.85,39.854,37.727,38.027,38.493,38.935,38.708,40.541],"script":[2.976,3.016,3.031,3.737,2.92,2.886,3.048,3.044,3.762,2.975,3.03,2.945,2.936,3.049,4.345],"paint":[35.733,35.063,35.161,35.558,35.428,34.662,35.035,35.082,35.565,34.042,34.601,35.107,35.566,35.186,35.536]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"02_replace1k","values":{"total":[45.353,44.358,44.821,44.627,44.06,45.007,44.676,45.767,44.314,45.135,45.002,44.774,44.516,45.214,46.681],"script":[7.837,7.58,7.539,7.637,7.503,7.801,7.8,7.525,7.53,7.667,7.893,7.858,7.521,7.866,8.3],"paint":[36.813,36.029,36.534,36.484,36.077,36.719,36.39,37.471,36.305,36.865,36.615,36.163,36.295,36.593,37.867]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.958,17.408,17.31,17.892,17.234,17.767,17.155,18.454,17.677,18.011,18.003,17.176,17.129,17.448,18.186],"script":[1.477,1.241,0.871,1.249,0.662,0.991,1.101,0.984,1.446,1.073,0.938,1.498,0.697,1.462,1.002],"paint":[15.382,14.806,15.326,14.634,15.403,15.477,13.898,15.018,14.582,15.358,14.719,14.449,14.892,14.621,15.597]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"04_select1k","values":{"total":[4.104,3.408,3.276,3.304,3.141,3.583,3.438,3.414,4.687,3.502,4.537,3.921,4.27,4.632,4.227,3.487,4.326,3.479,3.592,4.295,4.39,3.43,4.603,3.996,3.903],"script":[1.016,1.152,0.215,1.22,0.656,0.211,1.019,0.933,1.375,0.728,0.969,1.208,0.885,1.225,1.219,0.868,0.858,0.989,0.294,0.621,1.181,0.992,1.944,0.695,1.416],"paint":[2.01,2.127,2.784,1.945,2.109,3.208,2.286,1.525,3.182,2.621,3.381,2.573,2.857,3.292,2.391,1.662,2.78,2.365,3.143,3.433,2.229,1.804,1.843,2.386,2.027]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"05_swap1k","values":{"total":[21.288,22.885,21.426,21.444,23.532,25.691,23.032,24.554,21.073,22.212,22.578,21.106,21.808,22.071,20.997],"script":[1.05,0.642,1.162,1.219,1.244,1.543,1.069,0.921,1.201,0.615,1.275,1.281,0.98,1.514,1.366],"paint":[18.624,20.807,18.996,18.245,20.392,21.301,20.472,22.096,18.387,19.972,19.68,18.631,19.147,18.657,17.787]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.947,17.122,16.914,16.889,17.667,16.83,17.136,17.072,16.71,17.761,17.213,17.112,17.484,17.307,16.93],"script":[0.613,0.624,0.603,0.354,0.617,0.614,0.598,0.593,0.595,0.564,0.382,0.884,0.586,0.621,0.612],"paint":[15.558,15.391,15.304,15.573,16.061,15.08,15.721,15.141,15.353,15.744,15.453,15.395,15.876,15.681,15.344]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"07_create10k","values":{"total":[400.547,388.628,398.12,384.912,390.494,395.591,397.635,398.408,391.079,393.142,396.109,393.164,396.471,386.777,388.941],"script":[38.614,36.323,39.399,34.028,38.199,40.457,39.466,38.028,40.234,36.897,38.694,41.132,42.781,37.073,37.738],"paint":[354.416,345.04,351.43,343.513,344.413,347.213,350.858,353.025,343.528,348.768,350.173,344.775,346.118,342.422,343.66]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.827,46.383,46.233,46.188,46.376,46.458,46.74,47.004,45.22,47.282,46.518,45.999,46.161,47.582,45.681],"script":[3.625,3.743,4.287,3.637,3.627,3.536,3.743,3.76,3.568,3.775,3.724,3.574,3.754,3.577,3.52],"paint":[42.983,41.68,40.954,41.324,41.616,41.983,41.793,42.063,40.87,42.602,41.849,41.512,41.214,42.784,41.345]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.738,14.743,14.136,13.82,13.902,14.468,14.728,14.033,14.215,13.833,13.732,14.062,13.716,14.072,15.548],"script":[12.234,12.493,11.908,11.307,11.864,12.242,12.41,11.647,12.054,11.063,11.266,11.908,11.44,11.496,12.268],"paint":[1.716,2.12,1.864,1.76,1.7,2.103,2.194,1.842,1.221,1.944,1.897,2.024,2.165,2.133,2.79]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4926328659057617]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6993350982666016]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6164989471435547]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8696002960205078]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.300212860107422]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.0900000000001]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.156]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.48399999999998]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.466796875]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.1923828125]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.3857421875]}},{"framework":"svelte-v5.0.0-next.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[79.3]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"01_run1k","values":{"total":[38.379,38.662,39.031,39.337,38.708,38.743,37.47,40.099,40.579,38.993,40.318,39.771,41.066,40.552,39.92],"script":[3.064,2.794,4.158,2.959,4.067,4.108,2.94,4.291,4.199,3.069,4.366,4.357,4.108,4.46,4.318],"paint":[34.843,35.164,34.383,35.942,34.183,34.205,33.84,35.292,35.912,35.23,35.23,34.95,36.253,35.597,35.167]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"02_replace1k","values":{"total":[44.555,45.735,45.53,44.473,45.45,45.785,46.385,44.277,45.402,45.872,45.718,45.42,45.89,45.978,47.303],"script":[7.615,7.9,7.699,7.606,7.656,7.782,7.738,7.833,7.973,8.146,7.835,7.604,8.134,8.058,8.247],"paint":[36.409,37.398,37.242,36.327,37.341,37.536,37.951,35.715,36.719,37.207,37.196,37.32,37.242,37.458,38.283]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.564,18.743,17.868,18.289,18.34,17.882,17.971,18.749,17.497,20.052,18.651,18.467,17.849,19.615,18.06],"script":[2.102,1.172,1.586,1.737,1.735,1.011,1.665,1.707,1.384,1.823,1.561,1.303,1.64,1.582,1.858],"paint":[16.106,15.661,14.163,14.915,14.279,14.827,14.909,15.148,14.615,16.342,15.211,15.813,14.846,16.393,14.688]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"04_select1k","values":{"total":[3.276,3.512,3.433,4.987,5.006,4.204,4.915,3.608,4.955,3.128,3.438,3.578,2.986,4.856,5.062,4.667,3.697,3.405,4.23,3.588,4.177,3.983,3.864,4.108,4.667],"script":[0.997,0.721,1.14,1.521,1.335,1.184,0.984,1.173,1.195,0.865,0.906,1.251,0.959,1.312,0.93,1.779,1.548,0.861,0.241,0.856,1.161,1.122,1.043,1.052,0.975],"paint":[1.545,2.1,1.38,2.387,3.407,0.931,2.761,2.28,2.777,2.134,1.564,1.525,1.119,3.303,3.615,2.698,2.034,1.463,3.742,1.58,2.882,1.849,2.691,2.087,2.513]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"05_swap1k","values":{"total":[21.911,22.839,21.267,22.318,21.604,22.205,22.005,22.74,21.882,22.365,21.332,21.958,22.847,23.073,22.796],"script":[1.107,1.87,1.173,0.997,1.158,1.129,1.186,2.013,1.474,1.09,0.878,1.24,1.351,1.851,1.596],"paint":[19.43,18.909,18.06,19.303,19.092,19.491,19.313,18.551,19.663,19.014,18.113,18.576,20.48,19.949,18.513]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.656,17.019,16.776,16.97,17.894,17.462,16.841,16.567,16.603,16.161,17.178,17.108,16.492,17.494,16.537],"script":[0.572,0.52,0.563,0.366,0.586,0.542,0.31,0.528,0.535,0.547,0.597,0.32,0.464,0.335,0.557],"paint":[14.945,15.354,15.021,15.526,15.849,15.677,15.25,15.218,15.002,14.543,15.687,15.899,15.291,15.541,15.26]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"07_create10k","values":{"total":[386.235,404.034,389.128,387.861,395.948,392.568,395.629,400.298,400.409,394.918,396.916,399.637,393.067,401.921,395.697],"script":[36.214,42.608,41.314,37.396,42.645,38.247,37.772,41.521,39.007,37.395,41.255,42.65,37.65,42.721,42.345],"paint":[342.646,353.15,340.414,343.234,346.01,347.03,350.565,351.361,354.111,349.745,348.229,348.768,348.018,352.143,346.197]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.011,48.928,48.107,46.683,47.367,47.616,51.167,49.47,48.465,47.853,46.681,48.189,46.577,47.266,48.519],"script":[4.755,4.892,4.772,4.43,3.815,4.768,4.508,4.834,4.606,4.466,4.721,4.712,3.937,4.588,4.688],"paint":[43.025,43.114,42.43,41.418,42.665,41.855,45.686,43.684,42.919,42.17,40.954,42.221,41.474,41.76,42.606]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.452,13.801,13.529,14.784,12.993,14.036,13.905,13.813,13.971,13.823,14.081,13.144,14.118,13.988,14.373],"script":[12.36,11.32,10.741,12.278,10.474,11.984,11.583,11.863,11.444,11.379,12.168,11.157,11.297,11.962,12.213],"paint":[1.783,2.371,1.238,2.317,2.177,1.936,1.21,0.87,1.961,2.35,1.404,1.105,2.27,1.197,1.627]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.48548221588134766]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7369298934936523]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6343307495117188]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8050003051757812]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.550759315490723]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.355]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[18.568]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.58800000000005]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.6357421875]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.361328125]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.4677734375]}},{"framework":"svelte-classic-v5.0.0-next.8-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[73.6]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"01_run1k","values":{"total":[45.992,45.695,45.406,46.303,45.308,45.897,44.78,44.483,44.316,45.281,45.724,45.656,45.699,45.007,45.575],"script":[8.828,8.831,8.041,9.259,8.959,9.009,7.958,8.147,7.716,9.076,9.303,9.014,8.688,8.758,8.412],"paint":[36.475,36.183,36.824,36.565,35.912,36.405,36.292,35.829,36.115,35.501,35.993,36.172,36.589,35.565,36.464]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"02_replace1k","values":{"total":[55.068,55.377,53.076,53.947,54.226,56.541,55.322,55.628,55.154,54.978,57.242,53.162,55.61,55.028,55.614],"script":[15.909,16.62,15.473,16.006,16.057,16.144,16.614,16.486,16.207,16.056,16.443,15.936,16.778,16.098,16.106],"paint":[38.593,37.998,37.115,37.493,37.435,39.903,38.251,38.644,38.455,38.437,40.064,36.738,38.107,38.215,39.007]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.236,18.97,19.066,18.152,19.654,19.17,19.099,19.297,18.872,18.398,18.691,21.695,19.861,19.318,18.292],"script":[1.722,1.996,1.514,1.946,1.07,2.068,1.97,1.933,1.928,2.139,2.322,1.594,1.603,2.306,1.831],"paint":[15.19,15.105,16.814,14.724,17.16,15.705,15.664,16.067,14.813,14.157,14.019,17.376,16.819,15.365,14.23]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"04_select1k","values":{"total":[6.471,8.022,6.353,7.521,7.456,6.456,6.903,6.342,6.874,6.259,6.381,6.869,7.207,6.597,6.916,5.92,8.001,6.367,6.824,7.459,7.122,6.85,6.37,7.743,6.418],"script":[3.481,4.636,3.729,4.146,4.511,3.514,3.996,3.535,3.985,3.848,4.01,4.033,4.355,3.867,3.776,3.864,4.047,4.157,4.355,4.223,4.507,4.232,4.044,4.646,3.705],"paint":[2.332,2.529,1.609,2.299,2.072,2.138,1.852,2.644,1.91,1.986,1.56,2.286,1.612,2.57,2.299,1.954,3.032,2.1,1.479,2.233,1.522,1.735,1.74,2.632,1.803]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"05_swap1k","values":{"total":[21.056,22.789,22.748,24.688,22.599,22.482,21.977,22.581,21.916,22.288,23.101,21.759,22.411,23.071,23.67],"script":[1.244,1.58,0.989,0.653,1.445,0.981,1.837,0.939,1.681,1.142,1.297,1.07,1.594,1.352,1.841],"paint":[17.929,19.563,19.863,20.934,18.792,20.071,18.579,18.563,18.464,20.13,20.07,19.641,18.943,20.25,19.71]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.814,19.008,17.309,18.069,17.095,17.295,18.426,17.776,17.293,18.156,17.849,17.276,17.754,17.352,17.526],"script":[1.172,0.796,1.153,0.848,1.059,1.163,1.002,1.131,0.78,0.883,1.214,1.1,1.14,1.144,1.107],"paint":[15.385,16.743,14.999,15.903,15.653,15.35,16.167,15.84,15.397,15.932,15.741,15.031,15.448,14.734,14.99]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"07_create10k","values":{"total":[464.89,464.685,470.463,482.565,467.601,469.146,466.194,460.08,461.552,476.317,469.938,463.944,464.855,469.901,470.817],"script":[100.803,99.972,99.424,106.972,100.362,102.719,101.202,99.511,98.326,109.956,98.703,99.403,101.771,100.718,101.076],"paint":[356.53,357.292,363.221,368.117,359.578,359.019,357.642,352.705,354.863,358.977,363.771,356.681,355.757,361.851,362.378]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.017,53.448,52.358,52.652,52.843,52.508,51.955,53.931,52.481,52.089,52.966,50.299,52.225,52.724,52.368],"script":[10.031,10.069,10.099,9.947,10.016,10.021,9.548,9.934,9.744,9.591,10.056,9.522,9.962,10.103,10.046],"paint":[41.031,42.361,41.276,41.728,41.614,41.252,41.475,42.725,41.838,41.329,41.658,39.929,41.063,41.654,41.378]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.465,16.253,16.266,15.993,15.098,15.651,16.061,16.984,15.787,15.942,16.554,16.581,16.447,16.037,16.716],"script":[13.987,13.354,14.159,13.777,13.519,13.99,14.442,15.01,13.938,13.758,14.381,14.988,13.984,13.954,13.996],"paint":[2.363,2.77,1.496,2.099,0.84,0.83,1.528,1.839,1.297,1.181,1.755,1.479,2.316,1.967,2.304]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6485347747802734]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.742552757263184]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.713245391845703]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.4520034790039062]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.53064823150635]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1879.0300000000002]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[32.660000000000004]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[179.496]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[296.078125]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[157.5185546875]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[47.2265625]}},{"framework":"sycamore-v0.9.0-beta.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[263.7]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"01_run1k","values":{"total":[45.414,43.567,45.011,44.744,45.293,43.898,44.742,45.572,44.515,45.148,44.856,45.404,45.573,44.677,47.129],"script":[8.754,7.794,8.11,8.448,8.226,8.031,8.427,8.436,8.063,8.365,8.538,8.448,8.301,8.262,8.231],"paint":[36.197,35.312,36.198,35.585,36.379,35.39,35.851,36.407,35.944,36.316,35.895,36.49,36.801,35.932,38.193]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"02_replace1k","values":{"total":[52.095,49.589,51.744,51.384,50.416,50.614,50.719,49.477,51.389,49.901,49.473,50.025,51.231,50.002,49.794],"script":[12.8,11.805,12.145,12.234,11.721,12.769,12.268,11.829,12.219,12.447,11.659,11.593,12.458,11.432,12.579],"paint":[38.854,37.068,38.901,38.627,37.986,37.378,37.943,37.161,38.687,36.729,37.368,37.708,38.063,37.876,36.742]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.167,17.028,17.829,17.417,17.815,17.156,17.81,18.715,17.643,18.012,20.269,18.018,17.464,18.475,18.107],"script":[0.657,0.204,0.985,0.54,0.874,0.234,1.382,1.134,0.874,1.261,0.983,0.851,0.689,0.957,0.805],"paint":[16.368,15.767,15.454,14.96,15.399,16.001,15.032,15.58,15.34,15.435,16.73,15.311,14.084,15.616,15.69]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"04_select1k","values":{"total":[3.773,3.681,2.478,3.472,3.253,3.573,2.916,2.855,2.364,4.365,3.492,4.37,2.41,3.234,2.83,2.59,3.357,3.414,3.029,2.726,3.249,3.466,3.13,3.08,3.392],"script":[1.139,1.031,0.265,0.848,0.079,0.096,0.076,0.942,0.072,0.922,0.077,0.905,0.18,0.811,0.832,0.086,1.026,0.402,0.078,0.152,0.073,0.875,0.071,0.085,0.072],"paint":[1.766,2.519,2.074,1.748,1.826,2.225,2.715,1.781,1.458,2.424,2.381,2.498,1.437,1.674,1.099,1.305,1.502,1.521,2.011,1.48,3.042,2.032,2.493,2.006,2.607]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"05_swap1k","values":{"total":[29.1,28.993,29.405,28.817,28.583,32.651,30.633,29.491,29.681,29.687,28.549,27.443,31.27,28.902,27.675],"script":[8.06,7.443,7.7,7.827,7.684,9.832,8.893,8.67,7.763,7.704,7.866,7.2,8.772,7.599,7.703],"paint":[19.477,20.115,19.844,19.182,19.265,20.598,19.737,18.911,20.867,19.922,19.411,18.609,21.174,20.13,18.313]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.598,20.571,23.18,21.696,20.876,21.151,22.466,21.415,21.547,21.313,21.297,20.992,21.646,21.14,22.022],"script":[4.287,4.412,4.389,4.427,4.346,4.347,4.929,4.676,4.405,4.741,4.39,3.936,4.051,3.982,4.43],"paint":[15.951,15.062,17.454,15.357,15.757,15.528,16.748,15.571,15.379,15.633,16.061,16.049,16.674,16.044,16.703]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"07_create10k","values":{"total":[460.352,461.736,460.227,461.948,463.923,456.614,467.097,462.427,472.511,464.723,463.347,462.937,464.286,462.544,459.452],"script":[93.668,92.251,92.302,94.199,93.885,92.415,95.004,93.169,95.222,94.458,92.245,92.998,94.681,93.98,92.862],"paint":[359.122,361.474,360.471,360.207,362.503,356.724,364.596,361.782,369.608,362.13,363.307,362.265,362.067,360.656,359.086]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.071,57.265,54.213,54.144,54.874,55.179,54.433,56.909,55.753,56.049,54.574,53.074,56.336,57.413,55.04],"script":[10.795,11.507,11.566,11.127,11.523,10.735,10.838,12.135,10.515,10.844,11.026,10.576,10.573,11.521,11.078],"paint":[42.353,44.722,41.724,42.025,42.165,43.181,42.312,43.635,44.014,43.995,42.503,41.463,44.59,44.626,42.728]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.707,15.543,15.156,14.607,14.928,15.235,14.777,14.383,14.061,14.412,13.231,13.888,13.907,13.984,13.625],"script":[11.86,12.777,12.652,12.397,12.414,12.737,12.234,11.401,11.817,11.924,11.777,12.126,12.452,11.694,11.634],"paint":[1.754,2.016,1.392,1.101,1.464,1.002,2.261,2.04,1.29,1.987,0.403,0.826,0.405,2.161,1.654]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5281591415405273]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6572608947753906]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6827707290649414]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6924228668212891]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.978370666503906]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.395]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.239999999999998]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[198.08399999999995]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.1396484375]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.865234375]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.705078125]}},{"framework":"udomsay-esx-v0.4.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[96.2]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"01_run1k","values":{"total":[41.557,45.555,44.78,45.229,46.793,44.947,45.939,44.807,46.31,45.981,44.431,45.727,47.053,45.211,45.083],"script":[6.508,8.539,8.334,8.268,8.197,8.801,8.138,8.487,8.058,8.277,7.757,8.322,8.372,7.958,8.372],"paint":[34.646,36.56,36.029,36.489,38.135,35.644,37.3,35.826,37.511,37.23,36.205,36.881,38.055,36.777,36.261]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"02_replace1k","values":{"total":[53.528,50.991,52.632,50.992,51.662,51.899,50.587,51.324,51.259,52.632,53.115,52.597,52.306,52.103,51.964],"script":[14.161,13.149,13.558,12.903,12.888,12.813,12.951,12.708,13.087,13.921,13.543,13.506,13.939,12.798,13.11],"paint":[38.831,37.345,38.557,37.592,38.248,38.587,37.109,38.08,37.665,38.221,39.023,38.585,37.852,38.753,38.049]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.089,17.97,18.166,18.155,18.135,19.965,18.198,19.145,17.787,19.094,19.031,18.214,17.659,17.549,17.465],"script":[1.438,0.704,0.587,0.925,1.425,1.181,0.573,1.339,0.999,0.915,0.902,1.216,0.867,0.199,1.239],"paint":[15.05,15.913,16.061,15.107,15.263,17.291,16.142,16.306,13.555,15.451,16.979,15.5,13.794,14.959,14.685]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"04_select1k","values":{"total":[3.124,3.441,4.285,3.441,3.059,4.511,3.122,3.179,3.606,3.717,2.685,2.515,2.702,2.619,3.339,2.547,3.973,2.448,3.704,3.009,2.904,2.595,3.133,2.994,3.353],"script":[0.068,0.874,0.076,0.738,0.276,0.894,0.094,0.082,1.129,1.082,0.182,0.076,0.073,0.083,0.867,0.085,0.651,0.478,1.077,0.077,0.078,0.076,0.075,0.07,0.943],"paint":[2.34,1.494,2.997,1.397,2.649,3.047,1.552,1.993,1.927,1.658,1.703,2.31,2.53,1.569,2.348,2.361,2.699,1.172,1.211,1.627,1.672,1.473,2.852,2.821,1.513]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"05_swap1k","values":{"total":[27.822,29.226,29.629,30.123,29.461,30.023,29.217,30.429,30.057,29.52,28.213,31.243,28.395,29.265,27.164],"script":[7.707,8.285,8.803,7.999,8.642,8.947,7.437,8.321,7.709,8.846,7.777,8.375,7.163,8.593,7.283],"paint":[18.483,19.837,19.681,20.74,19.176,19.038,19.737,19.65,20.67,18.744,18.543,20.904,19.951,17.915,17.958]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.983,21.573,20.69,20.876,20.748,20.841,20.936,22.284,20.896,21.837,20.845,21.224,20.948,22.084,21.677],"script":[4.352,4.474,4.019,4.328,4.665,4.306,4.849,4.93,4.378,4.635,4.35,4.335,4.363,4.886,4.009],"paint":[15.795,16.251,15.829,15.139,14.987,15.698,15.319,16.516,15.691,15.801,15.341,15.432,15.143,16.432,16.852]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"07_create10k","values":{"total":[468.404,465.647,462.697,464.481,460.802,463.623,464.695,467.527,464.621,463.322,456.408,465.294,466.275,459.872,469.792],"script":[96.703,95.538,93.597,95.997,94.958,95.136,96.327,97.128,95.52,94.898,86.246,95.468,94.733,94.731,95.521],"paint":[363.928,362.564,361.538,360.285,357.833,360.974,360.826,362.62,361.588,360.822,362.644,362.214,363.854,357.563,366.775]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[55.699,56.153,56.112,55.215,53.922,56.605,55.526,54.704,54.915,54.771,55.153,54.336,55.286,55.351,54.008],"script":[10.853,10.988,11.668,10.543,10.498,11.809,10.78,10.685,10.702,10.809,10.993,10.829,11.258,10.787,11.122],"paint":[43.717,43.51,43.488,43.423,42.44,43.498,43.789,43.044,43.279,42.978,42.915,42.55,43.092,43.347,41.96]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.304,14.482,13.489,13.895,13.916,14.644,14.384,13.871,13.818,14.392,13.433,13.377,13.859,13.526,13.995],"script":[12.52,11.898,11.765,11.334,11.303,12.085,12.315,11.558,11.66,12.003,11.182,11.158,12.021,11.863,11.301],"paint":[0.793,2.467,0.773,1.815,2.251,2.467,1.739,2.216,2.062,2.276,2.157,1.571,1.745,1.575,2.59]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5821447372436523]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7318172454833984]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.75832462310791]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7784500122070312]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[22.066994667053223]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3249999999998]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[25.764000000000003]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[224.428]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.7060546875]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[13.431640625]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.2373046875]}},{"framework":"udomsay-tpl-v0.4.9-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[106]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"01_run1k","values":{"total":[43.745,42.01,43.492,43.285,42.304,42.757,42.315,42.832,43.471,43.054,42.654,43.014,42.196,42.394,42.77],"script":[5.148,4.948,5.237,5.18,5.004,5.162,5.34,5.487,5.245,5.117,5.149,5.112,5.056,5.275,5.561],"paint":[38.065,36.605,37.764,37.381,36.901,36.884,36.296,36.663,37.537,37.476,37.059,37.453,36.683,36.619,36.721]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"02_replace1k","values":{"total":[48.621,48.852,47.781,47.937,47.766,47.104,47.836,49.708,48.616,47.75,48.452,48.416,46.84,48.026,48.928],"script":[9.934,9.955,9.776,9.908,9.941,9.824,9.73,9.881,9.788,10.005,9.951,9.876,9.047,9.871,9.734],"paint":[37.989,38.239,37.294,37.527,37.327,36.764,37.387,39.394,38.332,37.214,38.009,37.786,37.026,37.642,38.693]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.475,18.726,18.621,17.666,18.917,19.022,18.432,19.648,20.079,18.964,21.198,20.956,19.181,18.792,21.057],"script":[2.604,1.332,1.224,1.419,1.755,1.996,2.328,2.154,1.814,1.437,1.846,2.169,1.657,1.728,2.258],"paint":[15.754,15.321,16.364,15.197,15.284,15.956,14.572,15.578,16.13,16.177,17.47,16.855,16.389,15.946,16.99]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"04_select1k","values":{"total":[2.981,2.835,3.677,3.322,3.855,2.285,2.994,3.21,3.315,3.107,2.889,3.103,3.05,2.916,4.205,3.12,2.023,2.542,3.458,2.84,2.471,2.759,3.32,2.718,2.45],"script":[0.064,0.054,0.057,0.064,0.048,0.058,0.052,0.795,0.851,0.057,0.056,0.071,0.831,0.067,1.013,0.445,0.064,0.659,0.076,0.573,0.466,0.592,0.06,0.068,0.056],"paint":[1.887,1.884,2.99,1.932,2.643,1.182,1.897,1.653,1.936,1.893,1.652,2.621,1.461,2.003,1.164,2.543,1.107,1.328,2.73,1.581,1.237,1.861,2.766,2.055,1.586]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"05_swap1k","values":{"total":[23.754,23.341,23.47,22.176,22.772,22.846,23.86,24.134,23.036,22.806,24.757,22.42,23.832,23.532,23.119],"script":[2.312,1.918,1.458,1.685,1.591,1.87,1.673,2.477,1.595,1.49,2.162,2.073,2.358,2.413,2.22],"paint":[19.775,19.287,20.454,18.286,19.764,19.422,19.875,20.575,19.645,19.763,19.826,18.836,19.998,19.729,19.318]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.129,19.424,18.723,17.526,18.508,18.541,18.883,17.772,17.357,18.117,18.316,17.885,18.258,18.037,19.034],"script":[0.913,1.189,1.236,0.954,0.976,1.172,1.193,0.963,1.13,0.979,1.158,1.18,1.134,0.785,0.995],"paint":[15.67,17.265,15.834,15.269,16.255,16.069,16.032,15.808,15.036,16.41,16.036,15.862,16.485,16.104,16.681]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"07_create10k","values":{"total":[458.458,454.184,460.105,459.525,455.675,459.873,460.054,457.017,457.842,454.525,452.093,461.652,462.041,454.639,453.191],"script":[85.521,84.551,85.731,82.606,84.941,83.175,85.295,85.884,85.423,80.099,83.717,84.527,83.109,84.381,81.004],"paint":[365.338,362.133,366.833,369.544,363.138,368.968,367.069,363.022,364.872,366.767,360.656,369.721,371.431,362.56,364.583]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[50.126,49.526,49.801,49.192,49.125,50.441,49.73,50.067,50.16,50.214,49.202,50.183,50.086,52.165,50.771],"script":[6.24,5.903,6.043,5.9,6.068,6.107,6.23,6.356,6.058,6.592,6.276,6.647,6.117,6.434,6.312],"paint":[42.902,42.617,42.402,42.293,42.053,43.317,42.208,42.815,43.151,42.609,41.906,42.291,42.707,44.428,43.457]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.408,14.559,14.468,14.123,14.312,14.28,14.148,14.573,14.307,14.537,14.226,14.179,14.893,14.628,14.039],"script":[12.185,11.909,12.121,11.295,12.403,12.093,12.513,12.2,11.96,12.196,12.106,12.07,11.985,12.123,12.153],"paint":[2.14,2.533,1.365,2.531,1.815,1.685,1.54,2.278,1.495,2.242,1.71,2.017,2.157,1.401,1.55]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49344825744628906]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.3285675048828125]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.3300275802612305]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6363115310668945]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[18.380372047424316]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.155]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.104000000000001]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.88399999999996]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.236328125]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.962890625]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.69921875]}},{"framework":"uhtml-v4.0.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[56.6]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"01_run1k","values":{"total":[46.782,43.677,42.751,42.968,45.209,55.011,44.674,42.562,45.534,50.304,51.163,53.533,43.185,46.937,45.989],"script":[6.653,6.851,7.052,7.3,6.588,6.97,6.459,6.474,6.519,6.866,6.884,7.076,7.395,7.005,7.052],"paint":[35.487,35.152,35.53,35.517,35.387,35.997,35.037,35.272,35.813,35.681,35.121,37.386,35.63,36.501,35.62]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"02_replace1k","values":{"total":[49.902,50.012,49.727,48.773,51.262,50.318,52.855,49.047,52.73,54.646,54.835,54.08,49.881,48.878,50.462],"script":[10.563,10.366,10.365,10.406,10.549,10.072,10.595,10.869,10.296,10.454,10.503,10.362,9.988,10.29,10.701],"paint":[39.186,37.385,38.747,38.188,37.077,37.646,37.458,38.005,37.688,37.219,37.35,36.748,38.748,36.618,37.016]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.811,20.233,18.911,19.754,19.721,18.92,19.861,19.623,21.194,19.559,18.536,19.689,20.792,19.122,19.64],"script":[3.408,2.759,2.932,2.958,2.756,2.405,3.35,3.024,3.301,3.7,2.856,3.942,3.216,3.131,3.47],"paint":[16.104,16.931,15.165,16.481,16.183,15.686,16.085,16.227,15.605,15.087,13.907,14.914,17.452,15.002,15.984]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"04_select1k","values":{"total":[6.834,6.431,6.164,6.341,6.399,6.104,6.97,6.931,6.471,6.333,5.956,7.398,6.724,6.224,6.762,5.954,7.132,6.307,6.197,6.734,7.119,7.095,7.122,5.669,7.47],"script":[4.413,2.394,3.438,3.218,2.768,3.077,3.539,3.572,3.42,2.412,2.32,3.954,3.33,2.313,2.963,3.89,3.547,3.636,3.142,3.338,3.95,3.939,4.087,2.868,4.175],"paint":[1.465,2.933,1.902,2.272,2.875,1.477,2.617,3.171,2.876,2.056,1.659,2.868,2.86,3.726,1.979,1.793,2.866,2.087,2.694,2.498,1.847,2.621,2.47,1.857,2.761]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"05_swap1k","values":{"total":[23.809,23.426,22.523,22.719,23.044,23.006,22.717,23.58,22.953,24.586,26.562,23.68,22.503,22.321,22.359],"script":[3.771,3.683,2.093,3.83,2.652,2.938,2.296,3.88,3.439,2.576,2.927,2.264,3.335,2.316,2.944],"paint":[19.909,19.608,19.452,18.417,20.271,18.194,19.579,19.583,18.94,21.876,20.362,20.392,19.054,19.466,18.652]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.634,16.54,17.833,17.008,16.096,16.948,16.365,17.334,17.999,20.356,17.902,17.318,16.962,16.131,16.968],"script":[1.327,1.742,1.497,1.735,1.669,1.571,1.557,1.263,1.093,1.296,1.395,1.414,1.739,1.495,1.503],"paint":[14.623,14.642,14.493,14.853,13.971,15.147,14.495,14.682,14.702,15.601,15.689,14.785,14.983,14.352,14.696]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"07_create10k","values":{"total":[459.588,451.248,434.441,437.414,461.778,436.308,450.387,435.74,452.938,459.843,442.794,445.915,433.083,436.193,451.509],"script":[77.404,77.089,78.416,77.414,80.594,78.877,78.127,76.452,72.946,80.796,77.942,79.816,75.907,76.939,75.056],"paint":[370.249,370.651,351.984,356.583,368.166,353.882,367.073,353.892,367.037,374.866,357.632,357.29,353.669,354.246,369.29]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[63.109,49.935,49.638,60.325,49.172,49.251,62.815,61.455,50.091,63.244,60.727,59.424,62.654,61.317,60.97],"script":[7.867,7.703,7.703,7.529,7.18,7.275,7.794,7.296,7.319,7.544,7.247,7.1,7.969,7.283,7.277],"paint":[43.027,41.94,41.609,41.646,41.694,41.673,43.06,42.423,42.117,43.702,40.755,41.245,42.364,42.083,41.471]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.071,18.37,15.47,15.312,16.555,15.431,15.512,16.522,15.954,16.011,16.521,17.031,15.768,15.311,15.921],"script":[14.13,15.438,12.948,13.307,13.925,13.189,13.41,13.649,13.302,12.673,14.3,14.729,13.852,13.253,14.599],"paint":[1.163,1.281,2.453,1.949,2.57,2.184,2.036,1.825,1.634,3.044,2.158,2.242,1.853,1.593,0.674]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6902389526367188]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.0312986373901367]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9957151412963867]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0889530181884766]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.889500617980957]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.0710000000004]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.788]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.248]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[187.2177734375]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[48.9423828125]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[14.69921875]}},{"framework":"ui5-webcomponents-v1.3.1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[95.2]}},{"framework":"unis-v1.2.2-keyed","benchmark":"01_run1k","values":{"total":[49.305,50.655,50.186,51.886,49.535,51.663,49.976,50.589,49.522,50.995,49.776,52.135,49.495,51.076,49.685],"script":[14.288,13.776,14.285,15.725,14.226,14.566,14.178,14.183,14.397,14.389,14.046,15.04,14.186,14.009,14.283],"paint":[34.552,36.435,35.212,35.698,34.856,36.509,35.192,35.679,34.638,35.889,35.063,36.382,34.584,36.605,34.954]}},{"framework":"unis-v1.2.2-keyed","benchmark":"02_replace1k","values":{"total":[64.036,63.399,63.94,63.084,63.54,63.921,62.71,63.802,64.241,64.389,64.7,64.545,65.201,64.253,63.885],"script":[24.08,23.254,23.498,23.928,23.291,24.279,23.212,23.926,23.803,23.725,23.673,23.38,24.699,24.154,23.773],"paint":[39.466,39.632,39.988,38.688,39.766,39.129,38.756,39.394,39.932,39.958,40.549,40.591,40.01,39.605,39.403]}},{"framework":"unis-v1.2.2-keyed","benchmark":"03_update10th1k_x16","values":{"total":[29.73,29.602,29.862,28.346,28.218,27.507,29.52,30.941,28.522,29.173,28.103,29.137,30.087,29.971,30.299],"script":[11.951,11.349,11.632,11.713,10.994,11.234,12.568,13.458,11.297,12.383,10.707,11.425,12.291,11.723,11.609],"paint":[15.677,16.473,16.802,14.829,15.02,14.902,15.328,16.342,14.95,15.239,15.747,16.953,16.265,15.898,16.115]}},{"framework":"unis-v1.2.2-keyed","benchmark":"04_select1k","values":{"total":[10.652,10.208,9.273,9.614,10.053,9.323,10.028,9.542,9.136,10.103,10.798,9.834,10.6,10.083,8.713,9.353,9.395,9.58,8.911,10.075,8.928,9.651,9.268,9.068,9.94],"script":[7.6,7.078,5.723,6.385,6.248,6.208,6.18,6.367,6.195,6.157,6.139,6.525,6.673,7.034,5.868,6.234,5.839,6.641,5.89,6.916,5.441,6.605,6.638,6.156,6.069],"paint":[2.139,2.146,3.331,2.353,2.65,2.375,2.123,2,1.879,3.091,3.732,1.949,2.837,2.82,2.643,2.928,2.337,2.003,2.637,2.196,2.419,2.106,1.407,1.658,2.976]}},{"framework":"unis-v1.2.2-keyed","benchmark":"05_swap1k","values":{"total":[27.516,27.32,28.862,28.33,28.378,27.707,27.845,27.62,27.416,29.791,26.571,27.91,27.392,27.702,28.263],"script":[6.275,6.475,6.735,6.97,7.156,5.942,7.042,6.475,6.791,7.511,6.082,6.524,6.662,6.774,6.563],"paint":[19.63,19.041,20.816,19.948,19.917,20.113,19.776,19.462,18.974,21.128,18.999,18.927,18.439,19.08,19.662]}},{"framework":"unis-v1.2.2-keyed","benchmark":"06_remove-one-1k","values":{"total":[21.057,22.2,20.965,20.693,21.015,20.819,21.104,20.898,21.899,20.295,20.126,20.94,20.882,21.351,20.569],"script":[3.853,4.331,3.831,3.769,3.807,3.802,3.755,3.745,3.997,3.608,3.664,3.618,3.699,3.682,3.773],"paint":[16.025,16.706,15.611,15.768,16.341,15.537,16.1,16.399,17.128,15.781,15.346,15.967,15.669,16.88,15.851]}},{"framework":"unis-v1.2.2-keyed","benchmark":"07_create10k","values":{"total":[544.493,545.682,530.854,552.705,555.051,542.071,543.022,543.535,527.251,524.369,550.039,528.683,547.756,539.787,540.223],"script":[151.779,156.318,150.719,159.499,156.72,158.079,156.779,154.473,164.569,154.913,157.282,154.846,155.404,159.114,155.173],"paint":[385.014,381.86,372.89,385.904,389.872,376.038,378.6,381.515,354.953,361.555,385.436,366.177,384.284,373.069,377.687]}},{"framework":"unis-v1.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.35,61.593,61.372,61.334,62.108,62.718,61.01,62.268,60.852,61.149,63.199,60.53,62.416,61.887,61.8],"script":[17.476,17.28,17.32,17.524,17.255,17.741,17.571,17.236,17.083,17.497,16.875,17.106,17.407,17.41,17.556],"paint":[42.937,43.391,43.139,42.903,43.752,44.09,42.295,44.069,42.821,42.721,45.159,42.472,43.846,43.55,43.31]}},{"framework":"unis-v1.2.2-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.191,19.118,17.296,17.554,19.669,19.762,21.441,20.91,19.12,19.664,19.11,18.812,20.575,19.137,20.679],"script":[16.853,16.87,15.238,15.108,17.582,17.455,18.858,18.462,17.459,17.888,17.15,17.204,19.125,16.692,18.326],"paint":[2.243,1.083,1.954,2.069,1.963,1.325,2.456,2.333,1.544,1.054,1.379,0.815,0.425,1.799,1.664]}},{"framework":"unis-v1.2.2-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6055583953857422]}},{"framework":"unis-v1.2.2-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.868898391723633]}},{"framework":"unis-v1.2.2-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.90192985534668]}},{"framework":"unis-v1.2.2-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.049668312072754]}},{"framework":"unis-v1.2.2-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[60.7683629989624]}},{"framework":"unis-v1.2.2-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.4800000000002]}},{"framework":"unis-v1.2.2-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.659999999999997]}},{"framework":"unis-v1.2.2-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.41199999999998]}},{"framework":"unis-v1.2.2-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[155.1640625]}},{"framework":"unis-v1.2.2-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.8896484375]}},{"framework":"unis-v1.2.2-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.3017578125]}},{"framework":"unis-v1.2.2-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[59.1]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"01_run1k","values":{"total":[52.641,50.531,52.45,51.925,53.016,50.979,51.493,51.668,51.481,51.505,51.887,52.133,50.997,51.198,53.454],"script":[16.843,15.496,16.454,16.877,16.96,15.937,16.805,16.712,16.881,16.514,16.939,16.444,16.431,16.473,17.654],"paint":[35.318,34.315,35.273,34.615,35.64,34.636,34.262,34.511,34.1,34.566,34.425,34.989,34.17,34.227,35.295]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"02_replace1k","values":{"total":[63.203,64.591,64.481,62.447,64.137,63.423,63.617,63.088,62.003,63.448,63.039,63.098,64.619,62.691,62.147],"script":[23.611,24.714,25.013,23.33,23.617,24.623,24.423,24.17,23.322,23.655,23.256,23.759,24.165,23.832,23.178],"paint":[39.101,39.149,38.947,38.629,40.011,38.223,38.719,38.398,38.225,39.284,39.044,38.845,39.98,38.378,38.491]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"03_update10th1k_x16","values":{"total":[36.274,35.313,34.253,35.965,34.753,34.638,36.074,35.02,34.521,35.446,36.589,37.429,35.524,35.131,35.465],"script":[18.325,17.72,17.277,18.269,17.545,17.635,17.256,17.226,17.833,18.33,18.355,18.8,18.106,17.594,18.151],"paint":[16.222,15.271,15.351,15.946,15.686,15.449,16.804,15.988,14.949,14.985,15.724,17.209,14.759,15.647,15.307]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"04_select1k","values":{"total":[11.939,12.787,12.781,12.709,12.491,11.901,12.877,13.939,13.675,12.494,11.458,12.95,12.355,13.323,13.199,12.125,12.843,12.329,12.783,12.656,12.862,11.459,12.863,14.242,13.222],"script":[9.356,9.366,9.63,9.343,8.757,8.988,10.187,10.293,9.459,9.481,8.807,9.475,9.502,9.58,9.534,8.681,9.498,8.702,9.082,9.775,8.933,9.124,9.596,9.592,9.506],"paint":[1.768,2.549,2.234,2.768,2.503,2.08,1.537,2.308,3.097,2.079,1.62,2.685,1.823,3.036,3.16,2.792,2.219,2.673,2.794,1.202,2.41,1.401,2.112,3.421,2.022]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"05_swap1k","values":{"total":[192.594,194.572,187.414,189.406,187.512,191.743,189.304,192.059,190.784,188.311,188.661,190.439,193.375,192.507,192.214],"script":[35.554,37.189,35.04,35.812,34.707,35.371,34.509,36.098,35.905,36.17,34.29,35.648,39.801,37.48,36.962],"paint":[154.6,154.985,149.903,151.64,150.86,154.412,153.242,153.599,152.278,148.804,151.779,152.089,151.072,152.133,153.399]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"06_remove-one-1k","values":{"total":[26.008,26.798,25.951,27.226,26.601,26.6,26.595,25.927,26.312,26.304,26.168,26.737,28.152,25.799,26.868],"script":[9.304,9.382,8.883,9.886,9.15,9.355,8.939,8.93,9.144,9.21,9.127,9.372,9.756,9.307,9.222],"paint":[15.852,16.22,15.928,15.88,15.978,15.868,16.785,15.862,15.396,15.875,15.866,16.135,16.984,15.698,16.796]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"07_create10k","values":{"total":[703.488,678.589,684.546,679.675,682.034,683.34,686.744,680.909,684.997,678.175,683.46,685.323,679.528,680.631,678.712],"script":[320.612,300.553,297.952,298.905,298.825,300.07,301.876,300.438,302.35,297.699,297.089,301.26,300.202,304.93,300.385],"paint":[375.09,369.048,378.525,373.357,375.602,375.495,377.043,372.924,374.975,373.044,378.621,376.326,371.944,368.324,370.312]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[67.708,67.26,66.406,67.109,68.086,66.944,66.791,67.314,67.253,68.258,66.526,67.281,67.203,67.452,68.581],"script":[23.811,23.773,23.78,23.615,24.634,24.048,23.687,24.359,23.883,25.474,23.83,23.557,24.536,23.861,24.162],"paint":[43.078,42.456,41.732,42.617,42.513,41.682,42.163,42.056,42.462,41.859,41.759,42.745,41.744,42.588,43.524]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.93,20.107,20.139,19.603,19.651,20.099,19.328,21.74,19.89,18.753,18.905,20.483,19.178,19.131,20.423],"script":[17.554,17.611,17.618,17.679,17.41,18.064,17.374,19.111,17.371,17.242,15.959,18.001,17.019,16.671,17.978],"paint":[1.289,2.365,1.146,1.817,2.115,1.914,1.848,1.481,2.104,0.386,2.508,1.721,1.518,1.435,2.332]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0108346939086914]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.91656494140625]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.62503719329834]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.5887203216552734]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.73329544067383]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2552.67]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.736]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[179.81599999999995]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[284.9931640625]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[146.716796875]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[41.5693359375]}},{"framework":"valtio-v18.2.0 + 1.10.3-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[222.8]}},{"framework":"vanillajs-keyed","benchmark":"01_run1k","values":{"total":[38.866,39.342,40.107,39.282,37.553,37.409,38.191,39.016,37.46,39.436,38.678,40.077,39.561,39.166,37.931],"script":[2.358,2.324,2.329,2.425,2.245,2.304,2.271,2.268,2.269,2.253,2.47,2.346,2.319,2.363,2.311],"paint":[35.844,36.548,37.148,36.379,34.842,34.67,35.474,36.308,34.475,36.711,35.733,37.064,36.543,36.294,35.185]}},{"framework":"vanillajs-keyed","benchmark":"02_replace1k","values":{"total":[42.244,43.536,42.506,42.699,40.815,40.704,42.92,41.842,41.266,43.048,42.804,43.087,42.527,42.928,41.685],"script":[4.893,4.889,4.816,4.806,4.673,4.774,4.784,4.782,4.863,4.9,4.881,4.822,4.868,4.641,4.705],"paint":[36.682,38.193,37.22,37.2,35.68,35.472,37.416,36.568,35.969,37.667,37.458,37.504,36.901,37.816,36.251]}},{"framework":"vanillajs-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.899,17.623,18.133,18.943,18.015,18.52,19.548,18.388,18.051,17.756,18.049,18.594,19.371,18.449,17.781],"script":[0.716,0.175,0.17,0.197,0.313,0.821,0.898,0.872,1.094,0.882,1.014,0.891,0.828,0.94,0.96],"paint":[15.532,15.75,15.686,16.58,15.807,16.03,16.354,16.137,15.925,15.521,15.623,15.579,16.89,15.905,15.073]}},{"framework":"vanillajs-keyed","benchmark":"04_select1k","values":{"total":[3.26,4.178,4.001,3.436,3.346,2.864,2.677,2.763,2.784,4.143,4.089,2.902,3.183,4.03,2.374,3.508,3.767,3.883,3.031,3.512,2.884,4.222,3.362,2.335,3.114],"script":[0.282,0.71,0.913,1.026,0.064,0.915,0.271,0.801,0.074,0.734,0.863,0.058,0.065,0.066,0.057,0.078,1.096,0.077,0.063,0.906,0.057,0.88,0.854,0.056,0.873],"paint":[2.049,3.258,2.312,2.27,1.326,1.488,2.282,1.145,2.581,2.043,1.454,1.8,2.547,3.119,2.19,3.265,2.544,2.866,1.615,2.324,1.955,1.953,1.865,2.154,1.59]}},{"framework":"vanillajs-keyed","benchmark":"05_swap1k","values":{"total":[20.736,21.111,20.771,20.42,20.207,21.262,21.298,21.268,20.412,21.006,22.329,21.348,20.531,20.554,22.331],"script":[0.857,0.74,0.075,0.082,0.083,0.079,0.713,1.015,0.533,0.081,0.083,0.585,0.076,0.676,0.079],"paint":[18.119,19.066,19.184,18.607,18.565,20.02,19.35,18.754,18.559,19.392,20.648,18.597,19.388,18.276,20.468]}},{"framework":"vanillajs-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.691,17.887,16.974,17.122,18.208,17.965,16.614,17.846,17.321,16.609,17.097,16.264,16.602,16.821,16.818],"script":[0.111,0.267,0.133,0.497,0.488,0.46,0.138,0.252,0.373,0.46,0.107,0.277,0.479,0.503,0.284],"paint":[15.8,16.428,15.87,15.632,16.475,16.137,15.023,16.047,16.045,15.272,16.217,15.194,15.334,14.821,15.653]}},{"framework":"vanillajs-keyed","benchmark":"07_create10k","values":{"total":[401.56,399.527,397.812,396.253,398.382,393.573,408.639,399.495,401.294,397.193,395.718,393.711,394.197,395.52,395.3],"script":[28.704,27.188,27.668,27.38,28.705,29.203,28.52,28.06,27.946,28.189,27.802,27.097,28.693,28.925,27.463],"paint":[365.223,364.9,362.591,361.388,362.108,356.72,372.742,363.301,366.033,361.306,360.598,359.171,358.02,359.091,359.908]}},{"framework":"vanillajs-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.681,43.841,44.165,42.3,44.634,43.441,45.559,43.114,43.51,43.354,44.046,44.423,42.765,44.455,43.975],"script":[2.311,2.325,2.353,2.303,2.342,2.369,2.322,2.356,2.414,2.37,2.363,2.358,2.367,2.336,2.357],"paint":[42.392,40.584,40.877,39.091,41.142,40.073,42.012,39.846,40.135,40.088,40.534,40.901,39.566,41.209,40.73]}},{"framework":"vanillajs-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.65,12.659,12.604,13.155,12.321,12.88,12.686,12.374,12.937,12.654,12.57,12.22,12.523,12.808,12.791],"script":[11.251,10.95,10.841,10.419,10.014,10.668,10.535,10.171,10.472,10.472,10.612,10.329,10.488,10.55,10.611],"paint":[0.37,1.599,1.66,1.843,1.102,2.125,1.015,2.078,2.359,2.082,1.121,1.214,1.951,1.122,2.104]}},{"framework":"vanillajs-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.45773887634277344]}},{"framework":"vanillajs-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.7510595321655273]}},{"framework":"vanillajs-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.6754779815673828]}},{"framework":"vanillajs-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5957546234130859]}},{"framework":"vanillajs-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[12.183977127075195]}},{"framework":"vanillajs-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.345]}},{"framework":"vanillajs-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[8.368]}},{"framework":"vanillajs-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[148.64]}},{"framework":"vanillajs-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.69921875]}},{"framework":"vanillajs-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.423828125]}},{"framework":"vanillajs-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.37109375]}},{"framework":"vanillajs-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[72.6]}},{"framework":"vanillajs-1-keyed","benchmark":"01_run1k","values":{"total":[39.755,38.388,39.369,38.735,38.338,39.747,38.43,38.767,39.034,39.026,36.597,38.675,39.581,39.773,38.836],"script":[2.397,2.386,2.339,2.399,2.458,2.217,2.51,2.397,2.371,2.369,2.315,2.458,2.37,2.367,2.386],"paint":[36.697,35.546,36.333,35.883,35.437,37.064,35.225,35.866,36.207,36.238,33.855,35.525,36.729,36.944,35.987]}},{"framework":"vanillajs-1-keyed","benchmark":"02_replace1k","values":{"total":[40.74,43.172,42.988,43.32,42.362,42.996,41.674,42.24,42.924,42.79,41.248,42.676,42.214,41.862,42.42],"script":[4.812,4.861,5.137,5.076,4.816,5.084,4.936,4.885,4.942,5.153,4.792,4.955,4.783,4.998,5.001],"paint":[35.477,37.594,37.369,37.758,37.073,37.444,36.287,36.631,37.428,37.188,35.992,37.241,36.935,36.395,36.666]}},{"framework":"vanillajs-1-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.579,18.274,17.373,17.627,17.719,17.362,17.383,16.329,18.059,17.313,17.54,17.289,17.536,19.565,17.207],"script":[0.939,0.188,0.189,0.563,0.856,0.168,0.174,0.901,0.817,0.676,0.957,0.168,1.106,1.195,0.515],"paint":[14.35,16.319,15.53,15.975,15.777,15.09,15.509,13.972,14.848,15.207,14.405,16.006,14.997,17.139,15.261]}},{"framework":"vanillajs-1-keyed","benchmark":"04_select1k","values":{"total":[4.105,2.667,3.505,3.559,2.03,2.386,2.82,2.806,3.361,4.594,4.176,2.519,3.406,2.524,3.161,3.617,3.277,3.261,2.593,3.063,2.631,3.311,3.455,2.795,2.73],"script":[0.078,0.471,0.055,0.918,0.061,0.066,0.061,0.057,0.067,0.93,0.584,0.055,0.053,0.059,0.08,0.058,0.059,0.063,0.075,0.06,0.067,0.954,0.056,0.067,0.071],"paint":[3.774,1.447,3.312,1.629,1.184,1.407,2.035,2.119,2.21,2.919,1.936,1.422,2.567,1.941,2.941,2.482,1.865,1.239,1.679,2.345,0.906,1.869,1.782,2.629,1.809]}},{"framework":"vanillajs-1-keyed","benchmark":"05_swap1k","values":{"total":[20.588,21.094,21.212,20.86,21.739,21.494,19.799,20.662,21.799,20.778,20.798,20.927,21.192,22.023,21.172],"script":[0.079,0.288,0.252,0.077,0.073,0.873,0.077,0.077,0.073,0.76,0.078,0.078,0.08,0.078,0.942],"paint":[19.572,19.682,17.255,19.487,20.033,18.408,18.772,19.078,19.072,18.551,18.478,19.826,19.65,20.243,19.175]}},{"framework":"vanillajs-1-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.493,17.118,16.12,17.02,16.698,17.011,16.884,18.626,16.685,16.642,16.705,17.19,16.5,16.881,16.581],"script":[0.435,0.443,0.097,0.099,0.096,0.407,0.106,0.074,0.097,0.35,0.091,0.093,0.094,0.261,0.259],"paint":[15.227,15.374,15.25,15.269,15.514,15.672,15.742,17.554,15.316,15.485,15.753,16.095,15.652,15.627,15.45]}},{"framework":"vanillajs-1-keyed","benchmark":"07_create10k","values":{"total":[401.767,397.113,397.582,397.995,396.849,397.893,394.709,397.336,396.508,392.494,397.561,396.146,396.366,393.632,395.238],"script":[26.385,26.471,26.648,26.695,25.695,25.584,25.765,26.824,25.798,25.603,26.006,27.346,26.69,26.752,25.965],"paint":[367.811,363.091,363.594,363.475,363.814,364.92,361.594,362.945,363.069,359.311,363.927,361.238,362.274,359.648,361.939]}},{"framework":"vanillajs-1-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[42.9,44.392,44.603,43.429,42.269,42.755,42.79,41.836,44.81,44.027,44.03,43.64,42.919,44.397,43.562],"script":[2.418,2.371,2.396,2.311,2.299,2.287,2.311,2.314,2.392,2.375,2.377,2.276,2.374,2.359,2.386],"paint":[39.539,41.057,41.023,40.193,39.163,39.317,39.583,38.664,41.435,40.502,40.751,40.419,39.661,41.151,40.222]}},{"framework":"vanillajs-1-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.851,12.914,12.707,12.81,12.947,12.948,12.844,12.413,13.252,13.608,13.088,12.776,13.036,12.535,12.691],"script":[10.787,10.897,10.75,10.977,10.453,10.967,10.885,10.626,11.06,10.913,10.979,10.929,10.592,10.375,10.612],"paint":[1.97,1.838,1.873,1.747,1.628,1.401,1.833,0.848,1.878,2.348,1.684,1.757,1.421,1.511,1.974]}},{"framework":"vanillajs-1-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4368772506713867]}},{"framework":"vanillajs-1-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.7193870544433594]}},{"framework":"vanillajs-1-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.7196598052978516]}},{"framework":"vanillajs-1-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5438814163208008]}},{"framework":"vanillajs-1-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[11.975950241088867]}},{"framework":"vanillajs-1-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1875.8749999999998]}},{"framework":"vanillajs-1-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.004000000000005]}},{"framework":"vanillajs-1-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.708]}},{"framework":"vanillajs-1-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.3359375]}},{"framework":"vanillajs-1-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.060546875]}},{"framework":"vanillajs-1-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.041015625]}},{"framework":"vanillajs-1-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[51.3]}},{"framework":"vanillajs-wc-keyed","benchmark":"01_run1k","values":{"total":[42.19,42.857,44.775,42.231,41.56,42.42,41.417,42.775,42.229,42.396,41.211,41.478,41.489,41.634,42.317],"script":[5.649,5.205,5.533,5.289,5.011,5.317,5.08,5.845,5.462,5.882,4.988,5.576,5.17,4.889,5.393],"paint":[36.096,36.949,38.778,36.283,36.087,36.375,35.637,36.467,36.112,35.853,35.53,35.511,35.765,36.286,36.443]}},{"framework":"vanillajs-wc-keyed","benchmark":"02_replace1k","values":{"total":[45.996,45.58,45.853,46.072,45.592,45.433,44.966,46.837,45.103,45.338,45.633,45.77,44.35,44.774,45.16],"script":[7.261,7.976,7.288,7.505,7.369,7.246,7.413,7.342,7.42,7.628,7.528,7.526,7.296,7.348,7.359],"paint":[38.269,37.116,38.083,37.829,37.762,37.691,37.056,38.759,37.202,37.216,37.368,37.749,36.588,36.949,37.323]}},{"framework":"vanillajs-wc-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.587,18.755,19.112,19.345,18.167,18.73,19.398,18.608,17.711,17.416,18.92,18.091,20.015,18.096,18.656],"script":[0.658,1.011,1.02,0.908,1.171,0.851,0.984,0.964,0.567,0.186,1.292,1.38,0.865,1.373,1.131],"paint":[17.362,16.459,15.936,16.902,14.694,15.782,17.109,16.175,15.624,15.398,15.842,14.691,16.874,15.455,16.45]}},{"framework":"vanillajs-wc-keyed","benchmark":"04_select1k","values":{"total":[3.514,3.372,2.525,2.572,3.082,3.235,3.838,2.919,4.109,3.037,3.747,2.594,2.923,4.74,3.059,2.984,3.132,4.016,3.251,2.84,3.559,2.684,2.931,3.023,2.745],"script":[0.063,0.875,0.064,0.074,0.482,0.07,0.061,0.066,1.02,0.069,0.076,0.095,0.416,1.075,0.927,0.065,0.084,0.876,0.092,0.083,0.074,0.369,0.079,0.064,0.087],"paint":[2.551,2.358,1.946,1.68,1.463,2.165,2.556,2.213,1.875,2.84,2.795,1.542,1.897,2.364,1.712,2.36,2.227,2.233,2.262,1.764,2.92,2.168,2.721,2.863,1.916]}},{"framework":"vanillajs-wc-keyed","benchmark":"05_swap1k","values":{"total":[21.358,22.079,21.466,22.666,21.598,21.029,21.913,21.848,20.933,20.525,21.078,21.559,22.418,20.429,20.408],"script":[0.093,0.091,0.083,0.781,0.091,0.094,0.51,0.651,0.097,0.09,0.486,0.433,0.095,0.229,0.212],"paint":[19.654,18.942,20.015,20.468,20.005,19.528,18.397,19.103,19.29,18.434,18.459,19.317,20.467,18.836,18.36]}},{"framework":"vanillajs-wc-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.531,17.976,17.484,16.606,17.71,17.27,16.594,16.525,17.698,17.005,16.577,16.793,17.038,17.566,16.493],"script":[0.479,0.295,0.448,0.131,0.44,0.504,0.141,0.126,0.379,0.495,0.387,0.206,0.13,0.443,0.262],"paint":[15.22,16.483,15.674,15.654,16.364,15.948,15.645,15.302,16.338,15.387,15.43,15.54,15.569,16.244,15.48]}},{"framework":"vanillajs-wc-keyed","benchmark":"07_create10k","values":{"total":[431.83,433.109,429.384,436.111,431.204,440.469,437.247,432.679,435.378,434.173,434.767,433.779,434.782,433.39,433.332],"script":[61.83,62.402,60.36,61.528,60.866,62.716,63.097,63.871,63.297,62.294,61.857,63.003,62.926,63.497,63.014],"paint":[362.495,363.293,361.476,366.677,362.835,369.914,366.862,361.452,364.476,364.538,365.328,363.182,364.497,362.52,362.984]}},{"framework":"vanillajs-wc-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.302,47.943,48.587,49.432,48.346,48.692,48.505,47.866,47.402,47.497,47.783,46.451,47.319,47.232,48.495],"script":[5.02,4.747,4.896,4.949,4.82,4.701,4.893,4.86,4.784,4.941,4.618,4.746,4.873,4.811,4.685],"paint":[43.424,42.287,42.762,43.255,42.599,42.664,42.683,41.84,41.683,41.638,41.92,40.853,41.538,41.524,42.623]}},{"framework":"vanillajs-wc-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.126,13.413,13.25,13.457,12.776,13.409,13.19,13.005,12.755,13.246,12.57,12.512,12.687,13.143,13.249],"script":[10.989,10.657,11.05,11.12,10.583,10.974,10.699,11.271,10.113,11.374,10.756,10.593,10.751,10.667,10.672],"paint":[1.977,2.584,2.116,1.273,1.136,1.12,1.281,1.624,2.073,1.525,1.302,1.804,1.839,1.407,2.47]}},{"framework":"vanillajs-wc-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.44600677490234375]}},{"framework":"vanillajs-wc-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.7787799835205078]}},{"framework":"vanillajs-wc-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.8064756393432617]}},{"framework":"vanillajs-wc-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6417255401611328]}},{"framework":"vanillajs-wc-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[13.532279968261719]}},{"framework":"vanillajs-wc-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.2]}},{"framework":"vanillajs-wc-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.56]}},{"framework":"vanillajs-wc-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.56799999999998]}},{"framework":"vanillajs-wc-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.07421875]}},{"framework":"vanillajs-wc-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.7998046875]}},{"framework":"vanillajs-wc-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.484375]}},{"framework":"vanillajs-wc-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.4]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"01_run1k","values":{"total":[50.477,51.806,50.679,50.902,50.547,51.385,48.967,49.308,50.795,50.303,50.07,52.726,50.992,50.364,51.356],"script":[10.101,10.624,10.491,10.368,9.93,10.616,9.667,10.02,10.006,10.286,10.101,10.685,10.464,10.168,10.694],"paint":[39.582,40.668,39.447,40.019,40.147,40.13,38.847,38.806,40.028,39.518,39.522,41.546,40.046,39.691,39.908]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"02_replace1k","values":{"total":[54.526,52.414,53.408,53.188,53.245,53.371,52.551,53.787,53.732,54.479,54.168,52.906,53.284,53.919,53.561],"script":[13.383,12.921,13.22,12.915,12.937,13.215,12.479,12.83,13.109,13.389,13.531,13.258,12.995,12.914,13.166],"paint":[40.67,38.984,39.679,39.789,39.813,39.661,39.599,40.428,40.108,40.607,39.947,39.141,39.759,40.494,39.882]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.036,40.803,21.135,42.59,18.89,21.374,27.429,21.097,42.123,43.193,17.741,20.05,42.958,18.104,17.925],"script":[1.079,1.947,1.613,1.381,1.694,1.645,2.163,1.611,1.881,1.084,1.496,1.834,2.382,1.246,0.708],"paint":[19.681,18.236,17.427,18.681,15.031,17.556,21.263,18.255,18.219,18.214,15.856,17.112,17.393,15.991,15.275]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"04_select1k","values":{"total":[4.072,3.112,2.697,2.787,3.145,2.965,3.134,3.122,3.2,3.037,3.366,2.912,2.886,2.531,4.607,3.149,2.847,3.353,2.986,2.513,3.333,3.898,4.023,4.142,2.803],"script":[0.927,0.085,0.104,0.636,0.109,0.204,0.084,0.36,0.111,0.593,0.073,0.081,0.28,0.08,0.929,1.123,0.072,0.068,0.794,0.075,0.088,1.028,0.064,0.078,0.323],"paint":[1.927,1.506,1.481,2.051,2.357,1.909,2.928,1.251,2.954,2.34,3.166,2,2.497,2.329,3.482,1.186,1.598,2.77,0.546,1.12,2.059,1.686,3.077,2.831,1.921]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"05_swap1k","values":{"total":[21.663,19.948,21.027,19.611,21.233,21.283,22.099,21.616,21.596,22.379,20.666,21.645,20.671,20.494,20.369],"script":[0.814,0.091,0.092,0.293,0.513,0.104,0.094,0.089,0.233,0.083,0.087,0.091,0.085,0.092,0.089],"paint":[18.742,18.872,19.448,18.01,19.07,18.73,19.945,19.58,18.949,20.357,18.785,19.566,18.548,18.698,19.334]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.483,17.221,20.56,19.663,17.766,20.575,19.195,19.611,19.055,19.852,19.075,20.623,17.202,17.1,21.67],"script":[0.352,0.567,0.59,0.561,0.479,0.538,0.818,0.534,0.476,0.469,0.148,0.572,0.464,0.527,0.841],"paint":[18.323,15.405,18.288,17.619,16.352,18.458,16.568,17.049,16.687,17.412,16.797,18.679,15.265,15.355,18.709]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"07_create10k","values":{"total":[500.021,499.946,491.902,490.652,486.882,496.917,493.649,489.661,496.677,490.877,498.457,486.841,503.382,500.681,497.095],"script":[113.131,111.852,109.738,108.951,109.226,113.514,112.556,108.892,112.99,109.139,110.586,108.29,109.742,112.892,111.778],"paint":[379.076,380.609,374.398,374.296,370.264,375.656,373.495,373.223,376.049,374.27,380.265,371.147,386.248,380.132,377.709]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.594,53.225,52.85,52.61,55.117,53.099,53.919,53.318,54.284,53.254,54.398,54.738,51.934,53.665,52.117],"script":[9.706,9.132,9.123,9.562,9.319,9.695,9.967,9.666,9.684,9.698,9.752,9.815,9.467,9.87,9.177],"paint":[42.925,43.113,42.797,42.098,44.564,42.157,42.999,42.698,43.301,42.365,43.436,43.954,41.581,42.814,41.997]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.93,13.083,13.538,12.925,13.344,14.257,13.494,14.852,12.957,12.96,13.527,14.522,13.238,13.913,12.923],"script":[10.495,11.168,11.604,11.085,11.215,11.77,11.052,12.103,11.313,11.043,11.024,12.191,11.381,12.37,10.75],"paint":[0.767,1.364,1.837,1.46,1.994,1.354,1.634,2.651,1.54,1.819,2.108,2.238,1.766,1.446,2.069]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4447050094604492]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.2111902236938477]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.3314809799194336]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6119251251220703]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.68523597717285]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.4800000000002]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.476]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.50400000000005]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[143.7421875]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[5.4677734375]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[1.9130859375]}},{"framework":"vanjs-v1.1.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[65.4]}},{"framework":"voby-v0.48.0-keyed","benchmark":"01_run1k","values":{"total":[40.85,39.9,39.405,39.904,40.865,40.374,41.084,41.862,40.752,41.481,40.869,40.404,41.508,40.822,42.19],"script":[5.427,5.353,5.435,5.325,5.743,5.54,5.378,6.684,5.885,6.66,5.543,5.527,5.589,5.445,5.763],"paint":[35.025,34.081,33.531,34.14,34.691,34.401,35.305,34.727,34.414,34.403,34.878,34.129,35.344,34.938,35.958]}},{"framework":"voby-v0.48.0-keyed","benchmark":"02_replace1k","values":{"total":[45.258,47.026,45.506,46.812,46.258,47.35,45.804,46.871,46.686,45.875,46.632,46.695,47.265,46.196,46.385],"script":[8.629,9.138,8.919,9.054,9.159,9.67,8.948,9.099,9.283,8.534,8.936,9.117,9.089,9.291,9.171],"paint":[36.172,37.435,36.144,37.297,36.631,36.935,36.407,37.257,36.93,36.864,37.234,37.103,37.676,36.229,36.763]}},{"framework":"voby-v0.48.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.92,19.544,18.116,18.979,17.983,17.564,18.381,18.284,17.535,16.975,17.662,19.035,17.266,18.026,18.277],"script":[2.162,1.296,1.224,1.584,1.675,1.281,1.306,1.19,1,1.002,1.265,0.965,1.158,1.915,1.794],"paint":[15.914,15.596,15.773,16.632,14.506,14.931,15.114,15.717,14.89,14.924,14.77,15.886,13.585,14.638,14.895]}},{"framework":"voby-v0.48.0-keyed","benchmark":"04_select1k","values":{"total":[3.598,4.377,3.588,3.908,3.697,3.327,3.773,2.831,3.424,3.113,3.235,4.13,3.242,3.515,3.699,3.89,4.548,3.671,3.692,3.779,3.583,3.155,3.394,3.32,4.106],"script":[0.907,0.973,0.188,0.976,1.128,0.884,1.165,0.818,0.909,0.644,0.639,0.971,1.004,0.917,0.876,1.191,1.165,0.929,0.861,0.159,0.191,0.796,0.538,0.153,1.036],"paint":[2.545,2.726,3.284,2.386,1.466,2.34,2.469,1.392,1.895,1.481,1.921,2.096,1.622,2.463,1.759,1.859,2.689,2.434,2.73,2.843,3.239,2.229,1.925,2.044,1.993]}},{"framework":"voby-v0.48.0-keyed","benchmark":"05_swap1k","values":{"total":[26.09,23.507,22.86,23.473,25.174,23.954,23.297,22.685,23.075,24.062,22.976,22.771,22.952,22.017,24.888],"script":[2.252,2.036,2.143,1.494,2.797,2.273,1.925,2.115,1.809,1.595,1.538,2.316,1.358,1.439,2.888],"paint":[21.093,19.99,19.392,20.575,19.993,20.043,19.17,18.502,19.464,20.951,19.963,18.621,19.793,19.022,20.438]}},{"framework":"voby-v0.48.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.944,19.146,18.228,18.353,18.374,18.014,19.195,17.753,17.859,17.943,18.876,17.873,20.254,17.888,18.288],"script":[1.178,1.093,0.962,1.149,1.129,0.921,1.124,1.147,1.163,1.135,1.256,1.122,1.088,1.151,1.165],"paint":[15.889,17.218,16.248,15.986,15.589,15.922,16.816,15.304,15.87,16,16.278,15.946,17.835,15.954,16.324]}},{"framework":"voby-v0.48.0-keyed","benchmark":"07_create10k","values":{"total":[418.766,419.137,415.628,417.999,420.336,414.584,416.752,412.39,412.786,421.711,409.221,417.531,408.266,417.215,416.968],"script":[62.349,61.537,60.697,62.08,65.651,62.25,61.997,60.47,60.761,61.911,60.386,63.191,61.467,60.638,59.842],"paint":[349.16,350.125,347.642,348.642,347.324,344.929,347.475,344.628,344.74,352.532,340.919,347.089,339.547,349.26,349.802]}},{"framework":"voby-v0.48.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[47.344,47.382,47.86,49.914,48.987,48.242,48.425,48.023,47.707,49.028,49.129,47.26,49.007,47.788,48.209],"script":[6.454,6.431,6.555,6.544,6.512,6.696,6.436,6.574,6.674,6.795,6.542,6.464,6.451,6.555,6.733],"paint":[39.861,39.957,40.161,42.145,41.458,40.666,40.757,40.535,40.078,40.98,41.59,39.939,41.75,40.306,40.525]}},{"framework":"voby-v0.48.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.907,14.817,14.748,14.547,14.588,14.556,15.72,14.091,14.856,15.555,14.481,14.072,14.729,14.561,14.982],"script":[12.937,13.165,12.404,12.224,12.807,12.608,13.773,11.47,12.521,13.202,12.504,11.937,12.55,12.504,12.58],"paint":[1.282,0.889,1.799,1.634,0.806,1.846,1.821,1.815,1.443,1.501,1.865,2.043,2.065,1.973,2.241]}},{"framework":"voby-v0.48.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6365537643432617]}},{"framework":"voby-v0.48.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.152432441711426]}},{"framework":"voby-v0.48.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.2083587646484375]}},{"framework":"voby-v0.48.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0673694610595703]}},{"framework":"voby-v0.48.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[23.2113094329834]}},{"framework":"voby-v0.48.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2028.1599999999999]}},{"framework":"voby-v0.48.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.652000000000001]}},{"framework":"voby-v0.48.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.20800000000003]}},{"framework":"voby-v0.48.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[171.9296875]}},{"framework":"voby-v0.48.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[33.6552734375]}},{"framework":"voby-v0.48.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.8427734375]}},{"framework":"voby-v0.48.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[80.3]}},{"framework":"vue-v3.3.6-keyed","benchmark":"01_run1k","values":{"total":[43.242,44.365,44.251,44.647,43.47,42.647,45.583,43.513,46.028,44.552,45.386,42.597,44.432,45.294,43.986],"script":[8.259,8.637,9.184,9.152,8.004,8.168,8.489,8.39,8.367,8.269,8.846,8.195,9.138,8.467,8.986],"paint":[34.513,35.23,34.647,35.07,34.965,34.011,36.676,34.632,37.124,35.787,36.141,34.002,34.488,36.131,34.577]}},{"framework":"vue-v3.3.6-keyed","benchmark":"02_replace1k","values":{"total":[53.133,51.914,52.21,51.499,52.617,52.753,52.537,53.081,52.591,53.032,53.137,52.78,52.416,51.961,53.043],"script":[13.223,12.66,12.593,12.973,12.86,13.036,12.51,12.76,12.431,13.201,12.791,12.967,12.604,12.645,12.817],"paint":[39.481,38.793,39.137,38.034,39.28,39.017,39.521,39.598,39.614,39.354,39.587,39.337,39.103,38.801,39.703]}},{"framework":"vue-v3.3.6-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.155,22.504,22.543,20.694,21.203,21.844,21.739,22.123,21.543,21.371,21.539,21.33,21.217,22.278,22.589],"script":[4.079,3.088,4.061,3.476,4.035,4.233,3.414,3.791,3.812,3.498,3.7,3.707,3.214,3.736,3.384],"paint":[16.208,17.536,16.34,15.585,16.461,14.702,16.443,15.214,16.163,15.829,16.256,16.252,16.76,16.477,16.562]}},{"framework":"vue-v3.3.6-keyed","benchmark":"04_select1k","values":{"total":[4.929,4.689,5.745,5.359,4.704,4.607,5.21,5.43,4.332,5.317,4.626,5.3,4.503,5.13,5.018,4.586,4.691,4.516,5.53,5.043,4.278,5.165,4.909,4.674,5.007],"script":[2.212,2.311,2.446,2.481,2.091,2.256,2.169,2.042,2.26,2.243,1.905,2.361,1.789,2.373,1.86,1.462,2.036,1.737,2.2,2.576,1.792,1.865,1.555,1.696,1.797],"paint":[1.945,1.643,3.127,1.334,2.463,2.054,2.89,2.394,1.928,2.456,2.559,2.012,1.425,1.868,1.214,2.995,1.54,2.636,2.387,2.194,1.454,2.101,3.203,2.825,1.655]}},{"framework":"vue-v3.3.6-keyed","benchmark":"05_swap1k","values":{"total":[23.982,24.091,24.289,27.141,23.51,22.99,22.703,22.837,24.746,23.16,23.002,22.95,23.167,23.357,22.776],"script":[2.845,1.969,2.846,2.526,2.081,2.201,2.2,2.245,2.667,2.143,1.841,2.126,2.546,1.832,2.388],"paint":[19.025,20.066,19.588,21.562,20.449,19.289,18.659,19.323,19.951,19.475,20.154,19.768,18.396,19.375,18.825]}},{"framework":"vue-v3.3.6-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.86,20.44,20.697,19.794,21.228,21.083,20.506,21.407,20.935,22.15,20.865,20.302,20.552,20.8,19.927],"script":[3.673,3.32,3.537,3.282,3.718,3.857,3.335,3.799,3.819,4.429,3.832,3.658,3.313,3.643,3.261],"paint":[16.321,15.819,15.869,15.796,15.827,16.098,16.217,16.321,15.96,16.5,16.234,15.747,16.356,16.148,15.501]}},{"framework":"vue-v3.3.6-keyed","benchmark":"07_create10k","values":{"total":[468.875,471.271,463.338,470.562,464.742,463.076,464.705,462.74,464.042,479.082,458.175,464.365,464.536,467.532,469.126],"script":[94.976,90.404,93.907,95.905,95.529,95.014,94.948,91.485,91.089,96.313,88.737,94.314,94.246,93.921,95.496],"paint":[366.391,372.735,362.157,366.987,361.973,360.802,362.715,364.019,365.578,375.445,362.065,362.618,363.049,366.336,366.363]}},{"framework":"vue-v3.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.547,53.062,53.436,51.997,52.277,53.409,52.74,51.169,53.163,52.492,52.498,52.962,53.337,52.988,53.193],"script":[9.146,9.483,9.741,9.164,9.396,9.48,9.307,9.317,9.806,9.186,9.856,9.708,9.716,9.136,9.682],"paint":[41.52,42.385,42.435,41.947,42.004,42.985,42.467,40.928,42.418,42.099,41.692,42.299,42.271,42.895,42.58]}},{"framework":"vue-v3.3.6-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.279,15.988,15.865,16.07,17.212,16.866,16.292,16.725,15.577,15.32,16.845,15.946,15.645,15.46,16.45],"script":[12.625,14.033,13.806,14.382,15.365,14.828,14.129,14.384,13.16,13.343,14.406,14.38,13.914,13.463,14.584],"paint":[2.483,1.065,1.3,0.77,1.717,1.921,2.059,2.249,1.311,1.88,1.888,0.813,0.779,1.068,1.736]}},{"framework":"vue-v3.3.6-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.693695068359375]}},{"framework":"vue-v3.3.6-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.6823692321777344]}},{"framework":"vue-v3.3.6-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.7014055252075195]}},{"framework":"vue-v3.3.6-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0768795013427734]}},{"framework":"vue-v3.3.6-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.239432334899902]}},{"framework":"vue-v3.3.6-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.41]}},{"framework":"vue-v3.3.6-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.280000000000001]}},{"framework":"vue-v3.3.6-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[156.49999999999994]}},{"framework":"vue-v3.3.6-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[197.552734375]}},{"framework":"vue-v3.3.6-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[59.27734375]}},{"framework":"vue-v3.3.6-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.080078125]}},{"framework":"vue-v3.3.6-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.2]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"01_run1k","values":{"total":[47.517,46.129,47.641,49.059,45.425,45.439,44.517,46.437,45.292,51.053,47.632,48.98,46.18,45.2,45.676],"script":[10.771,10.423,10.817,10.541,10.515,10.511,9.487,10.882,10.52,12.072,9.629,10.177,10.681,10.56,10.494],"paint":[36.029,35.187,36.388,37.784,34.385,34.481,34.553,35.123,34.059,38.277,37.599,38.009,35.045,34.181,34.694]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"02_replace1k","values":{"total":[54.286,54.309,54.941,54.242,54.886,53.906,55.102,54.078,54.607,53.708,54.119,53.801,54.5,54.755,53.934],"script":[14.767,15.309,15.92,14.947,15.598,15.308,15.45,15.004,14.712,14.915,14.995,14.416,14.339,15.147,14.779],"paint":[39.048,38.568,38.562,38.796,38.784,38.121,39.198,38.037,39.406,38.318,38.687,38.927,39.298,39.151,38.507]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.763,26.234,26.259,25.348,25.937,25.326,24.868,26.625,25.875,26.878,27.357,25.476,25.986,26.935,26.199],"script":[8.68,8.068,8.385,7.981,7.854,7.768,7.152,8.78,7.887,8.175,7.625,7.739,8.239,8.722,7.53],"paint":[15.713,16.474,16.053,15.578,16.914,15.349,16.153,16.002,16.334,15.846,16.962,16.736,16.422,16.405,16.735]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"04_select1k","values":{"total":[10.457,8.382,8.755,8.41,9.057,9.366,9.041,9.116,8.773,8.646,8.064,8.454,9.632,9.049,8.934,9.093,8.992,9.805,8.922,8.27,9.27,9.474,9.029,8.846,8.727],"script":[6.599,5.291,5.593,5.565,6.029,5.898,6.094,5.588,5.587,5.453,5.448,5.382,6.083,5.973,5.794,6.144,5.409,6.513,5.53,5.179,5.84,6.109,6.049,5.804,5.766],"paint":[2.841,2.402,2.576,2.645,2.049,2.504,2.04,2.143,2.985,1.483,1.648,1.788,2.369,2.214,2.389,2.072,2.992,2.411,2.077,2.17,3.249,2.163,2.023,1.243,1.948]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"05_swap1k","values":{"total":[28.067,28.042,27.663,27.247,25.806,27.065,26.982,27.08,27.127,29.65,28.818,27.195,26.862,26.75,26.984],"script":[6.003,6.361,6.199,5.923,6.031,6.414,6.298,6.177,5.51,6.086,6.457,6.114,6.009,5.969,6.039],"paint":[20.182,20.075,20.033,19.807,18.73,18.912,18.725,19.28,20.118,21.766,20.432,19.383,19.075,19.213,19.892]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"06_remove-one-1k","values":{"total":[25.361,26.258,24.228,24.113,25.495,24.607,24.159,25.06,24.763,24.652,25.189,24.606,24.614,24.43,24.601],"script":[7.813,7.547,7.115,7.365,7.693,7.332,7.369,7.372,7.573,7.495,7.998,7.478,7.48,7.242,7.432],"paint":[16.037,16.629,16.247,15.336,16.56,16.277,15.953,16.4,16.085,16.23,16.044,16.282,16.228,16.353,15.704]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"07_create10k","values":{"total":[483.869,480.051,482.749,481.242,487.911,490.127,483.998,484.578,483.987,488.785,491.012,486.635,484.147,486.589,486.984],"script":[114.141,112.984,111.857,112.895,113.805,115.118,113.133,112.953,114.857,112.987,116.907,114.913,113.431,113.759,114.479],"paint":[362.311,359.687,363.464,361.031,366.315,367.75,362.736,364.292,361.926,368.29,366.838,364.422,363.469,364.94,364.732]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.496,56.638,56.362,55.969,58.602,56.226,57.927,57.726,55.748,59.251,56.07,56.19,58.462,56.577,59.976],"script":[13.293,12.817,13.415,13.363,14.308,13.578,13.026,14.008,12.849,13.982,13.297,13.269,13.622,13.052,13.68],"paint":[43.36,42.288,42.06,41.731,43.077,41.479,43.751,42.505,41.985,44.065,41.806,42.027,44.005,42.423,45.021]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.421,19.044,19.381,18.926,19.4,18.764,17.444,19.34,19.194,19.389,18.698,19.227,20.191,18.409,19.693],"script":[15.296,16.878,17.081,16.72,16.886,17.169,15.569,17.07,16.55,16.966,16.198,17.037,17.992,16.874,17.801],"paint":[1.447,1.468,1.795,1.057,2.39,1.501,1.678,2.154,2.538,2.287,2.219,2.08,2.046,1.426,1.772]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8541173934936523]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.307738304138184]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.361128807067871]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4493675231933594]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.82841491699219]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2251.675]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.104]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.49999999999994]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[215.818359375]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[77.5419921875]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[26.8212890625]}},{"framework":"vue-pinia-v3.3.4 + 2.1.7-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[132.8]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"01_run1k","values":{"total":[40.24,40.061,40.285,41.473,40.325,40.581,40.555,40.801,39.441,41.21,39.957,40.322,40.216,40.855,39.903],"script":[4.571,4.566,4.444,4.08,4.67,4.58,4.428,4.74,4.649,4.598,4.141,4.764,4.563,4.534,4.816],"paint":[35.234,35.112,35.169,36.922,35.201,35.564,35.459,35.603,34.346,35.917,35.346,35.112,35.201,35.847,34.662]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"02_replace1k","values":{"total":[46.8,48.555,47.587,48.488,48.452,47.746,46.121,47.139,46.107,46.461,48.234,47.18,49.244,47.852,47.516],"script":[9.866,10.126,9.791,10.434,10.198,10.077,9.898,9.79,9.536,9.795,9.858,9.86,10.783,10.471,9.971],"paint":[36.2,37.725,37.342,37.336,37.536,36.921,35.714,36.92,35.872,35.894,37.641,36.829,38.042,36.929,36.825]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.274,20.338,18.366,20.655,18.962,19.699,17.91,18.262,19.46,19.575,19.283,19.064,20.015,18.913,19.531],"script":[2.322,1.89,2.139,2.078,2.194,2.079,1.099,1.845,1.835,2.095,2.445,2.128,2.421,1.705,2.043],"paint":[14.907,16.846,14.927,16.668,13.92,16.287,15.438,15.099,16.573,15.731,15.509,14.726,15.555,15.385,15.87]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"04_select1k","values":{"total":[3.086,3.427,3.193,2.575,4.783,4.574,3.338,3.432,3.077,3.197,3.09,2.776,2.881,4.046,3.131,3.946,3.895,3.618,3.629,4.583,4.062,3.113,4.171,3.55,4.001],"script":[0.619,0.994,0.146,0.133,0.964,1.075,0.151,1.223,0.126,0.755,0.856,0.576,0.144,0.866,0.154,0.633,1.27,1.133,0.914,1.179,1.191,0.813,0.144,0.145,0.771],"paint":[1.811,2.293,1.867,1.915,2.532,2.048,2.409,1.768,2.869,2.304,1.32,1.467,1.883,2.971,1.746,2.275,2.505,2.35,2.092,2.362,2.712,1.228,3.51,3.258,2.001]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"05_swap1k","values":{"total":[23.806,24.349,26.578,24.08,25.493,25.452,25.159,24.414,25.812,25.857,24.506,24.399,25.888,26.003,25.614],"script":[3.762,3.409,3.534,3.985,3.712,3.731,3.726,3.541,3.987,3.706,3.373,3.633,3.76,3.723,3.737],"paint":[18.274,18.875,21.377,18.161,20.612,19.59,18.904,19.413,20.307,20.274,20.057,19.414,20.337,19.733,20.436]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.354,18.993,18.245,18.447,19.553,20.8,18.841,18.328,18.821,18.441,18.94,19.076,18.823,18.949,20.263],"script":[1.808,1.774,1.785,1.809,1.818,2.131,1.764,1.765,1.782,1.5,1.78,1.779,1.777,1.853,1.808],"paint":[14.793,15.903,15.694,15.412,16.331,17.364,16.279,15.787,15.695,16.164,15.888,15.98,15.959,16.256,16.621]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"07_create10k","values":{"total":[438.072,442.992,434.082,431.252,431.946,436.364,434.611,438.521,433.217,437.928,437.047,433.653,435.591,427.507,431.482],"script":[69.615,68.225,66.823,69.536,66.773,69.285,70.179,70.014,68.564,68.12,67.499,67.428,68.857,67.587,68.408],"paint":[360.939,367.404,359.748,354.384,357.896,359.625,357.117,361.035,357.263,362.267,362.076,358.823,359.316,352.546,355.701]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.593,49.396,49.673,50.369,51.766,50.098,49.131,50.516,51.575,49.961,51.47,51.219,50.729,51.141,49.627],"script":[7.557,7.61,7.965,8,8.021,7.538,7.502,7.913,7.924,7.884,8.044,7.981,8.728,7.833,7.921],"paint":[41.18,40.89,40.699,41.147,42.817,41.601,40.634,41.405,42.842,41.206,42.488,41.902,41.028,42.084,40.793]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.019,15.111,15.079,14.573,14.426,14.573,14.935,13.992,15.022,15.49,14.854,14.749,16.39,15.662,14.101],"script":[12.801,12.889,13.195,12.333,12.766,12.753,12.81,12.285,12.918,12.874,12.842,12.821,13.801,13.673,12.525],"paint":[2.057,1.722,1.776,2.135,0.73,1.721,1.072,1.601,2.006,2.489,1.904,1.04,2.148,1.891,0.913]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5524082183837891]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.176118850708008]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.2266159057617188]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0348625183105469]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[24.844449996948242]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.25]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.968]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.008]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.3505859375]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.076171875]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.662109375]}},{"framework":"vuerx-jsx-v0.2.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.7]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"01_run1k","values":{"total":[40.54,43.747,40.422,40.733,41.253,42.326,41.158,41.055,41.469,40.445,40.018,41.019,41.035,41.284,41.273],"script":[4.177,4.848,4.515,4.392,4.831,4.505,4.745,4.573,4.546,4.479,4.494,4.366,4.911,4.458,4.563],"paint":[35.692,38.236,35.166,35.621,35.77,37.362,35.944,35.824,36.47,35.487,34.849,36.179,35.681,36.177,36.013]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"02_replace1k","values":{"total":[45.302,46.64,46.269,45.439,45.255,44.197,45.31,44.266,45.618,45.89,46.231,44.767,44.551,44.937,45.909],"script":[7.133,7.403,7.018,7.221,7.1,7.19,7.162,7.187,7.296,7.2,7.273,7.141,7.392,7.161,7.058],"paint":[37.696,38.779,38.722,37.555,37.691,36.525,37.695,36.625,37.825,38.125,38.476,37.196,36.727,37.324,38.408]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.147,18.344,18.46,18.47,17.872,18.464,18.162,18.011,17.512,17.962,19.384,18.019,18.171,18.86,19.089],"script":[1.463,1.701,0.963,1.346,0.95,1.408,0.244,0.965,0.703,1.099,1.237,1.217,0.883,0.942,1.431],"paint":[15.755,14.875,15,15.847,14.867,14.924,15.741,15.118,15.068,15.403,15.982,15.115,15.966,16.342,15.109]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"04_select1k","values":{"total":[3.562,3.443,3.481,4.116,3.584,2.874,3.493,2.855,3.514,2.133,3.813,3.818,3.382,3.039,3.483,3.352,3.101,2.611,2.831,4.224,3.154,3.577,2.851,2.803,3.837],"script":[0.079,1.022,0.089,0.102,1.014,1.09,0.092,0.482,0.923,0.328,0.096,0.086,0.087,0.095,0.078,0.809,0.93,0.311,0.082,0.875,0.087,0.879,0.809,0.634,0.102],"paint":[2.623,1.66,2.751,3.761,1.337,1.685,3.271,1.579,1.919,1.297,2.627,2.504,3.181,1.655,3.271,1.465,2.029,2.191,2.199,1.956,1.885,2.557,1.155,1.575,3.595]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"05_swap1k","values":{"total":[22.387,21.228,21.656,19.941,21.25,21.396,21.08,21.774,20.766,21.211,21.157,20.356,21.689,21.24,22.426],"script":[0.489,0.108,0.099,0.104,0.092,0.098,0.958,0.719,0.097,0.923,0.103,0.101,0.572,0.104,0.838],"paint":[19.594,19.535,19.939,18.948,20.138,19.835,18.823,19.369,19.245,18.261,18.721,18.972,19.458,18.824,19.839]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.016,16.467,16.983,17.055,16.979,17.64,16.975,16.532,17.043,16.612,16.838,16.528,17.837,17.302,17.005],"script":[0.342,0.124,0.458,0.473,0.281,0.437,0.122,0.352,0.446,0.387,0.266,0.446,0.272,0.336,0.11],"paint":[15.627,15.305,15.095,15.683,15.582,16.277,15.694,15.362,15.815,15.091,15.839,15.259,16.178,15.739,16.097]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"07_create10k","values":{"total":[424.197,418.595,422.147,423.712,429.226,415.174,414.505,421.349,426.065,421.758,430.823,419.441,421.452,424.303,430.231],"script":[51.588,49.043,49.328,51.837,49.419,51.106,46.973,52.025,51.137,49.405,52.967,48.153,49.975,50.68,51.91],"paint":[364.36,362.139,365.184,364.37,371.98,356.732,360.264,361.42,367.512,364.815,370.46,363.845,363.892,366.291,370.111]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[46.691,45.253,47.14,46.207,46.54,45.559,46.54,46.492,46.58,45.295,45.664,47.073,47.623,46.543,46.611],"script":[4.38,4.242,4.331,4.35,4.406,4.248,4.698,4.264,4.36,4.235,4.298,4.357,4.25,4.295,4.281],"paint":[41.359,40.048,41.597,40.667,40.909,40.439,40.617,41.234,41.182,40.175,40.18,41.405,42.166,41.039,41.124]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.774,12.317,12.636,12.864,12.734,12.443,12.689,13.515,13.44,12.747,13.449,12.616,13.426,13.621,12.872],"script":[11.085,10.432,10.922,10.253,10.116,10.464,10.466,10.491,11.225,10.771,11.467,10.538,11.221,11.021,10.418],"paint":[1.911,0.872,1.528,2.502,2.531,1.837,2.126,2.057,2.078,1.851,1.102,1.52,2.066,1.369,2.365]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.5977163314819336]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.7848501205444336]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.797544479370117]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.6974754333496094]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[13.252949714660645]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.6049999999998]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[30.367999999999995]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[172.69999999999993]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[185.5810546875]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[47.0224609375]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[14.453125]}},{"framework":"wasm-bindgen-v0.2.84-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[93.1]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"01_run1k","values":{"total":[57.305,57.254,55.204,56.72,55.421,55.211,56.029,56.277,55.266,57.652,54.87,55.537,55.54,55.118,56.351],"script":[17.25,16.728,16.548,17.783,16.864,16.79,16.866,17.189,16.448,17.672,16.409,16.996,16.71,16.648,17.216],"paint":[39.314,39.775,38.136,38.465,38.076,37.933,38.683,38.599,38.347,39.269,37.968,37.791,38.311,37.958,38.657]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"02_replace1k","values":{"total":[62.363,62.633,62.648,63.486,63.275,63.439,62.533,62.317,63.57,62.473,62.248,63.322,62.252,63.582,62.669],"script":[21.777,22.428,22.125,22.01,23.163,22.01,22.566,22.09,21.901,22.563,21.904,22.174,22.094,21.306,22.113],"paint":[39.817,39.661,39.954,40.982,39.625,40.673,39.438,39.739,41.149,39.362,39.851,40.683,39.661,41.563,40.024]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.337,26.801,27.723,27.253,27.576,26.301,26.673,24.64,27.946,25.142,25.714,27.044,26.977,28.457,28.349],"script":[9.837,8.751,9.45,9.802,8.683,8.866,9.192,7.784,9.787,8.576,8.853,9.295,9.225,10.406,9.146],"paint":[15.752,16.698,16.539,15.608,17.032,15.254,16.522,15.391,17.127,14.844,15.865,15.591,15.837,16.579,17.402]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"04_select1k","values":{"total":[5.728,4.845,4.709,4.567,6.223,6.208,4.895,5.844,4.492,6.124,5.618,5.289,4.771,5.29,4.588,4.927,5.376,5.339,5.617,5.399,5.263,4.935,4.696,5.466,5.061],"script":[1.817,2.829,2.052,2.071,2.744,2.807,2.141,2.457,2.58,2.543,2.354,2.064,2.002,2.623,2.43,2.365,2.67,2.628,2.706,1.889,2.768,2.434,1.547,2.387,1.602],"paint":[2.993,1.867,2.109,1.565,1.854,2.504,2.608,2.16,1.147,2.773,2.096,2.442,2.596,1.7,1.104,1.57,1.815,1.754,1.752,2.854,1.757,2.38,2.395,1.379,3.224]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"05_swap1k","values":{"total":[26.99,26.484,24.528,27.245,26.587,25.96,25.33,25.463,25.888,26.152,25.872,26.346,25.085,25.934,25.601],"script":[4.779,3.593,3.434,4.657,4.849,4.175,3.899,4.24,4.305,4.379,4.248,4.364,4.478,4.602,4.066],"paint":[20.154,20.957,19.279,20.345,19.906,20.423,20.393,19.35,20.13,20.305,20.108,20.884,19.012,18.822,20.451]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[19.55,19.723,18.628,19.117,18.959,19.576,18.413,19.476,18.785,19.014,19.843,18.878,19.026,18.901,18.892],"script":[1.809,2.032,1.821,1.484,1.781,1.888,1.695,1.809,1.847,1.555,1.472,1.627,1.687,1.739,1.648],"paint":[16.393,16.035,16.053,16.592,15.677,16.26,15.965,16.219,16.108,16.674,17.175,15.967,16.477,16.103,16.373]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"07_create10k","values":{"total":[589.375,589.647,591.175,590.016,578.872,594.355,593.716,557.813,580.88,584.105,568.773,584.066,584.365,580.571,586.549],"script":[179.447,179.216,178.336,180.88,180.341,178.649,182.418,179.88,179.15,177.986,178.825,178.148,177.496,175.336,181.098],"paint":[402.217,402.752,405.115,401.372,390.806,407.984,403.184,370.298,393.958,398.513,382.032,398.43,398.428,397.701,398.077]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.652,62.888,61.627,61.901,63.218,63.274,64.155,61.82,63.354,62.503,61.798,63.38,63.286,61.812,62.237],"script":[19.218,18.924,18.093,18.353,18.984,19.117,18.815,18.26,19.028,18.563,18.484,19.084,18.333,17.758,18.574],"paint":[44.514,42.971,42.565,42.605,43.249,43.218,44.115,42.606,43.291,42.942,42.386,43.074,44.018,43.083,42.733]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.717,16.864,18.203,17.037,18.304,18.274,19.485,19.302,18.889,19.496,18.684,17.829,17.843,17.465,19.268],"script":[16.287,15.417,15.3,14.398,15.601,15.833,16.949,16.25,15.934,17.127,16.169,15.944,15.334,14.731,17.178],"paint":[2.315,0.408,1.62,2.199,1.797,1.733,1.706,2.162,1.271,1.727,2.367,1.314,1.161,2.228,1.135]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6730613708496094]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.427678108215332]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.75793743133545]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.9813356399536133]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[74.4117841720581]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.39]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[30.348]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.79999999999993]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[174.404296875]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[36.12890625]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[10.9033203125]}},{"framework":"whatsup-v2.6.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[77.2]}},{"framework":"yew-v0.21.0-keyed","benchmark":"01_run1k","values":{"total":[59.928,58.533,59.768,58.352,57.11,59.362,60.004,59.319,59.256,54.618,58.29,58.41,58.695,58.991,57.998],"script":[20.122,20.215,20.275,19.943,18.91,20.286,19.677,20.34,19.504,18.181,20.35,19.604,20.429,20.259,20.371],"paint":[39.018,37.853,39.042,37.922,37.749,38.579,39.614,38.482,39.27,35.996,37.465,38.313,37.763,38.241,37.174]}},{"framework":"yew-v0.21.0-keyed","benchmark":"02_replace1k","values":{"total":[66.964,65.881,66.694,64.082,67.263,67.016,67.116,66.77,67.589,67.548,67.572,65.761,65.868,63.759,67.104],"script":[27.876,28.08,28.292,25.937,28.395,27.733,27.677,27.607,28.166,27.819,27.7,27.693,27.396,25.495,27.321],"paint":[38.355,37.189,37.939,37.665,38.127,38.835,38.959,38.65,38.749,39.044,39.278,37.671,38.02,37.788,39.287]}},{"framework":"yew-v0.21.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.867,21.389,21.656,21.641,23.621,23.488,21.446,24.402,23.095,23.568,22.689,22.407,23.319,23.306,72.187],"script":[4.559,4.72,4.23,4.194,5.232,5.007,4.54,5.3,5.214,5.172,4.822,4.591,5.2,4.65,5.44],"paint":[18.066,14.907,16.593,15.561,16.427,16.104,14.861,16.623,15.719,15.962,16.786,15.535,16.227,17.364,66.163]}},{"framework":"yew-v0.21.0-keyed","benchmark":"04_select1k","values":{"total":[5.215,5.89,4.942,5.388,4.875,5.831,5.272,4.766,5,5.415,4.442,5.099,5.595,6.712,5.872,5.555,4.344,4.63,6.272,4.962,4.937,5.577,4.588,4.942,5.552],"script":[2.393,2.818,2.965,1.964,2.38,2.579,2.707,2.34,2.336,2.857,2.483,2.4,2.78,3.086,2.654,2.658,2.107,2.191,2.826,2.972,2.164,2.446,2.057,2.668,2.709],"paint":[1.683,1.794,1.276,2.731,2.346,2.204,1.781,2.272,1.731,1.614,1.105,2.191,1.572,3.369,2.32,1.738,1.244,2.099,1.651,1.122,1.865,2.429,2.197,1.524,1.689]}},{"framework":"yew-v0.21.0-keyed","benchmark":"05_swap1k","values":{"total":[24.74,24.121,23.564,24.368,22.984,23.006,25.204,24.533,24.907,23.905,24.554,23.983,24.234,24.371,23.359],"script":[2.33,2.494,2.524,2.941,2.439,3.005,2.897,2.489,3.037,3.01,2.969,3.138,2.93,2.974,2.416],"paint":[20.248,19.724,19.748,19.899,18.781,17.827,20.236,19.684,19.655,18.585,19.702,19.402,19.81,19.18,19.684]}},{"framework":"yew-v0.21.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.401,18.459,18.918,18.202,17.948,18.045,17.82,17.796,18.296,18.951,17.965,17.83,18.246,18.975,17.821],"script":[1.221,1.293,1.507,1.255,1.209,1.22,1.281,1.217,1.533,1.321,1.316,1.213,1.216,1.327,1.22],"paint":[16.316,16.196,15.678,15.946,15.903,16.113,15.455,16.061,15.529,16.376,15.814,15.635,16.091,16.732,15.798]}},{"framework":"yew-v0.21.0-keyed","benchmark":"07_create10k","values":{"total":[741.334,729.451,733.795,718.849,726.037,716.808,716.568,742.876,739.526,723.62,732.034,737.738,724.025,710.032,723.316],"script":[321.923,317.712,319.637,307.231,316.181,306.77,307.136,325.959,326.031,311.29,318.577,317.965,310.645,304.831,312.914],"paint":[411.215,404.171,406.619,404.307,402.241,402.666,402.131,409.425,405.418,405.069,405.486,412.519,406.046,397.779,402.968]}},{"framework":"yew-v0.21.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[68.723,68.338,69.306,69.039,68.322,68.82,69.45,69.832,69.267,69.244,69.462,69.17,70.723,70.266,69.141],"script":[24.025,23.954,25.17,24.356,23.898,23.609,25.07,24.288,24.58,24.667,24.589,24.719,24.867,24.677,24.929],"paint":[43.442,43.493,43.177,43.668,43.467,44.002,43.409,44.567,43.747,43.309,43.947,43.489,44.886,44.668,43.309]}},{"framework":"yew-v0.21.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.4,24.487,27.496,24.874,25.147,25.954,27.25,25.039,27.022,26.184,26.984,25.391,24.196,23.931,26.613],"script":[24.814,22.536,24.841,22.592,23.27,23.611,24.505,22.522,24.514,23.372,24.633,23.63,22.589,21.778,24.599],"paint":[1.496,1.653,2.516,2.17,1.78,1.238,1.945,2.4,2.165,1.398,2,1.645,1.504,2.065,1.165]}},{"framework":"yew-v0.21.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6592836380004883]}},{"framework":"yew-v0.21.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.365996360778809]}},{"framework":"yew-v0.21.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.5348663330078125]}},{"framework":"yew-v0.21.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.880943298339844]}},{"framework":"yew-v0.21.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[47.51650047302246]}},{"framework":"yew-v0.21.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.775]}},{"framework":"yew-v0.21.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[31.648]}},{"framework":"yew-v0.21.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[172.11599999999999]}},{"framework":"yew-v0.21.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[345.9658203125]}},{"framework":"yew-v0.21.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[207.40625]}},{"framework":"yew-v0.21.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.5244140625]}},{"framework":"yew-v0.21.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[354.6]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"01_run1k","values":{"total":[58.184,58.009,55.589,56.658,52.468,57.333,59.577,59.004,58.193,58.866,58.474,58.864,57.933,56.723,57.828],"script":[19.997,20.313,18.758,18.682,18.155,19.105,20.145,20.606,19.961,20.382,20.068,20.286,20.26,19.26,19.845],"paint":[37.728,37.256,36.399,37.493,33.865,37.783,38.74,37.958,37.776,38.009,37.735,38.096,37.201,36.941,37.524]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"02_replace1k","values":{"total":[67.764,67.395,68.266,64.696,66.552,67.049,66.138,65.363,66.333,67.056,66.424,66.414,67.287,65.311,66.197],"script":[27.836,27.86,29.383,25.8,27.804,28.074,27.356,27.921,27.475,28.044,27.681,27.656,27.885,27.532,28.01],"paint":[39.22,38.83,38.149,38.332,38.288,38.253,38.319,36.938,38.148,38.533,38.288,38.31,38.974,37.039,37.734]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.803,34.259,30.613,30.779,32.175,30.627,30.513,30.585,30.988,33.61,32.196,32.033,30.767,30.505,31.304],"script":[13.733,13.455,13.688,13.186,14.046,13.315,13.282,13.513,13.551,13.886,14.083,13.82,13.559,13.728,13.221],"paint":[16.713,19.02,15.706,15.356,14.801,15.71,16.093,15.721,14.893,17.787,16.398,16.847,16.154,15.391,16.709]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"04_select1k","values":{"total":[15.514,15.974,15.599,16.223,16.293,15.593,15.692,16.601,14.92,15.909,15.342,13.889,15.612,14.779,16.088,14.954,15.632,17.633,14.891,15.639,15.367,15.715,15.313,15.876,15.171],"script":[11.767,12.925,12.635,12.392,12.532,12.384,12.556,13.092,12.04,12.588,11.774,11.633,11.639,11.93,12.939,12.055,11.939,13.25,11.865,11.938,12.22,12.031,11.899,12.579,12.521],"paint":[2.857,2.403,1.387,3.116,2.785,2.666,2.326,2.771,2.688,2.541,3.425,1.385,2.984,1.9,2.209,1.823,2.64,3.686,1.882,1.192,2.484,1.949,1.624,3.088,1.642]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"05_swap1k","values":{"total":[33.544,33.993,34.539,35.873,33.995,34.137,33.469,35.007,34.279,33.872,34.675,33.994,34.875,33.64,36.216],"script":[13.024,12.44,12.596,13.776,12.898,12.188,12.467,13.474,13.095,12.483,12.995,13.087,12.875,12.644,12.159],"paint":[18.725,19.719,20.283,20.753,18.406,20.214,19.618,20.12,19.359,19.566,20.381,19.067,19.313,19.65,22.189]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"06_remove-one-1k","values":{"total":[22.921,22.643,22.298,22.306,23.264,23.31,23.21,23.723,22.969,23.071,22.982,23.152,23.281,23.268,22.706],"script":[5.746,6.122,5.769,5.716,5.685,6.301,6.097,6.113,5.83,6.033,6.088,6.104,6.156,5.933,5.821],"paint":[16.009,15.759,15.404,15.468,16.112,15.893,16.235,16.779,15.628,16.201,16.102,15.838,15.955,16.844,15.982]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"07_create10k","values":{"total":[745.135,744.933,730.076,736.926,729.151,734.405,732.855,738.653,739.197,747.547,723.858,723.815,713.858,728.659,721.578],"script":[333.55,328.108,322.994,325.456,315.004,318.508,319.962,328.185,325.554,322.134,316.876,315.262,305.056,318.063,313.451],"paint":[403.932,409.255,399.933,404.187,406.388,408.608,405.609,402.908,405.869,418.108,398.999,400.915,401.479,403.002,400.869]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[71.019,71.547,71.779,71.42,71.302,70.125,70.266,71.497,71.882,71.415,71.439,72.821,72.44,71.598,71.694],"script":[26.814,26.904,26.889,26.438,26.69,26.341,25.897,26.738,27.184,27.294,26.449,26.725,27.579,27.399,27.487],"paint":[42.967,43.677,43.938,43.73,43.655,42.787,43.431,43.802,43.8,43.173,43.915,44.822,43.575,43.3,42.96]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.819,26.676,26.688,26.883,26.277,28.673,27.799,27.314,28.063,30.186,25.437,24.893,26.094,25.991,28.379],"script":[25.73,24.768,24.978,24.144,23.405,26.334,25.815,25.192,26.408,27.559,22.668,22.981,24.551,23.745,26.208],"paint":[1.291,1.221,0.768,2.636,2.762,2.22,1.867,1.237,1.545,2.322,2.665,1.435,0.914,1.595,2.043]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.657729148864746]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.483757972717285]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.744318008422852]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.048013687133789]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[48.766910552978516]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1878.4850000000001]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.824]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.564]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[350.466796875]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[211.9072265625]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[59.1962890625]}},{"framework":"yew-hooks-v0.21.0-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[351.6]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"01_run1k","values":{"total":[56.516,58.858,57.326,57.383,57.264,58.113,57.264,58.382,57.759,56.38,56.678,57.419,57.417,57.483,57.933],"script":[19.072,19.81,20.037,19.023,19.436,19.443,19.17,20.436,19.282,18.947,19.257,19.543,19.341,19.342,19.732],"paint":[36.749,38.518,36.81,37.895,37.366,38.161,37.572,37.46,37.987,36.944,36.682,37.286,37.311,37.68,37.714]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"02_replace1k","values":{"total":[22.894,21.854,22.303,22.699,21.282,22.993,21.262,22.196,23.122,21.536,22.693,21.798,22.296,22.454,22.626],"script":[6.419,5.867,6.056,6.214,5.479,6.397,5.692,6.2,6.495,5.701,5.988,6.114,5.725,6.281,6.284],"paint":[15.958,15.434,15.58,15.993,15.142,15.949,15.105,15.548,15.998,15.361,16.242,15.218,15.889,15.712,15.883]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.464,20.415,19.363,19.568,18.21,20.502,18.966,19.014,19.167,18.727,19.582,18.51,18.892,19.111,18.42],"script":[2.041,1.616,2.129,1.857,1.751,2.224,1.937,1.417,2.229,2.279,2.453,1.839,2.115,1.764,1.954],"paint":[16.155,16.671,15.422,16.28,15.379,16.905,15.701,16.288,15.538,14.941,15.711,15.36,15.718,15.49,15.346]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"04_select1k","values":{"total":[4.191,4.072,4.325,4.109,5.252,4.978,4.453,4.804,4.828,4.978,3.94,3.641,3.988,4.556,4.902,4.879,4.924,5.527,4.911,4.573,4.255,5.2,4.613,4.883,4.254],"script":[1.483,1.556,1.949,1.506,1.568,1.979,1.332,1.793,1.845,1.844,1.552,1.374,1.358,0.91,1.36,1.674,1.783,2.215,1.963,1.471,1.806,1.435,2.395,2.349,1.18],"paint":[2.539,1.177,2.219,1.492,3.432,2.357,2.36,2.083,2.111,2.276,1.907,1.247,1.71,2.584,1.978,2.278,2.978,2.067,2.124,2.839,2.284,2.652,1.549,1.703,2.959]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"05_swap1k","values":{"total":[12.304,12.463,13.165,13.295,12.525,13.407,12.849,13.61,12.281,12.807,13.262,12.481,12.541,12.068,13.485],"script":[0.603,0.132,0.521,0.13,0.911,0.853,0.993,0.142,0.116,0.125,1.126,0.801,0.786,0.123,0.815],"paint":[10.6,10.584,11.237,12.085,10.655,10.173,10.23,11.997,11.204,11.05,10.032,9.671,9.635,10.649,10.822]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.069,20.338,21.562,20.137,19.38,20.783,20.357,20.045,19.981,19.822,19.606,19.743,20.326,19.851,20.096],"script":[3.231,3.538,3.2,3.081,3.008,3.145,3.107,3.15,3.21,2.805,3.128,3.439,3.057,3.118,3.163],"paint":[15.968,15.694,16.681,16.012,15.107,16.115,15.905,16.117,16.06,15.995,15.609,15.438,16.285,15.899,15.777]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"07_create10k","values":{"total":[578.927,576.596,569.976,568.716,586.502,567.639,576.067,574.886,554.046,579.775,582.241,576.844,565.265,568.006,570.89],"script":[185.557,183.844,183.648,178.485,186.4,183.914,181.526,185.149,183.604,183.27,186.023,185.568,186.779,184.451,184.001],"paint":[385.413,385.129,378.764,382.572,392.323,376.181,387.049,382.171,362.812,389.137,387.786,383.558,370.687,375.676,378.762]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[62.808,61.91,63.222,62.403,62.049,63.494,62.881,64.004,62.801,63.257,62.941,62.312,62.947,63.214,64.468],"script":[18.215,18.944,18.84,19.013,18.713,18.504,18.747,20.27,18.346,18.622,18.697,18.689,18.471,18.548,19.441],"paint":[43.707,42.009,43.165,42.46,42.427,44.011,43.202,42.82,43.496,43.391,43.275,42.668,43.63,43.662,43.981]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.445,19.071,18.797,18.172,18.304,17.687,18.242,19.852,18.575,18.933,18.756,19.494,18.679,18.968,17.657],"script":[16.771,16.586,16.344,15.774,15.792,15.505,16.152,17.901,16.477,16.562,16.067,17.041,16.16,16.659,16.06],"paint":[0.888,2.336,2.354,2.29,2.381,2.068,1.093,1.803,1.989,2.256,2.571,2.317,2.077,2.18,1.482]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5589265823364258]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.368045806884766]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.402660369873047]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9194126129150391]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[45.83572864532471]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.345]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.831999999999999]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.32399999999996]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[162.767578125]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[24.4921875]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.87890625]}},{"framework":"alins-v0.0.34-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[72.5]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"01_run1k","values":{"total":[45.271,46.232,44.37,47.096,44.588,46.29,44.959,45.368,45.307,47.621,45.061,44.855,46.573,45.902,46.222],"script":[10.52,9.688,9.953,9.936,10.048,10.952,10.297,9.571,10.558,9.951,9.899,10.029,10.247,10.808,10.687],"paint":[34.349,36.102,33.985,36.679,34.06,34.578,34.109,35.313,34.261,37.159,34.462,34.32,35.859,34.494,34.792]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"02_replace1k","values":{"total":[25.892,27.851,27.563,27.644,27.951,28.121,25.859,27.712,28.495,26.984,27.636,28.337,28.429,28.021,29.538],"script":[10.523,11.428,10.985,11.183,11.383,11.289,10.25,11.547,11.901,11.022,11.187,11.612,11.737,11.36,11.527],"paint":[14.875,15.881,16.05,15.924,15.951,16.318,15.005,15.575,15.983,15.46,15.864,16.246,16.192,16.159,17.43]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[57.715,61.096,57.248,60.508,56.938,58.306,58.933,57.194,58.014,58.812,59.55,60.471,62.318,54.824,55.584],"script":[39.523,41.661,39.169,41.53,38.935,39.7,40.873,39.279,39.378,39.531,41.129,41.282,41.119,36.814,38.118],"paint":[15.899,16.923,16.409,17.315,14.956,17.188,16.054,15.669,16.468,17.477,16.04,17.7,18.963,16.045,15.537]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"04_select1k","values":{"total":[40.293,40.541,40.879,38.423,40.846,40.705,38.747,40.894,39.962,41.01,42.097,40.244,39.317,41.514,40.401,40.033,41.072,41.82,39.95,40.924,41.24,43.203,41.236,40.297,39.601],"script":[36.829,36.277,37.746,33.547,37.404,36.451,34.455,35.993,35.798,36.68,37.376,36.86,35.629,36.9,36.734,35.945,37.385,38.078,35.938,37.01,37.42,39.364,37.328,36.033,36.149],"paint":[2.476,3.687,1.905,2.167,2.273,2.773,3.092,2.846,1.394,2.247,3.712,2.693,1.956,3.37,3.404,3.382,2.147,2.439,2.63,3.233,3.077,2.627,2.623,2.562,2.179]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"05_swap1k","values":{"total":[52.388,49.017,49.761,48.46,53.044,47.814,49.678,49.169,48.68,48.846,49.702,50.769,50.752,46.723,49.181],"script":[38.221,34.828,35.712,35.695,39.192,35.673,36.333,35.833,35.685,36.073,36.305,37.351,37.297,33.946,36.652],"paint":[11.94,12.025,11.251,10.525,11.934,10.422,11.925,11.227,10.987,10.931,12.157,11.349,11.596,10.373,11.259]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[55.341,54.8,52.579,56.516,53.546,52.236,52.078,52.699,51.862,51.374,56.589,54.771,52.664,57.605,53.296],"script":[21.376,21.632,19.655,20.88,19.976,19.773,19.273,19.559,18.713,19.215,21.092,20.9,19.736,21.757,19.235],"paint":[32.661,32,31.776,34.456,32.222,31.207,31.314,31.825,32.294,30.881,34.283,32.46,31.739,34.812,33.2]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"07_create10k","values":{"total":[494.975,498.952,487.692,482.519,492.289,498.15,489.762,487.607,493.687,495.444,497.838,495.303,493.709,495.476,495.562],"script":[125.274,125.514,123.696,120.486,125.371,126.033,126.362,123.983,125.789,124.501,126.837,126.133,122.723,125.356,126.488],"paint":[362.231,365.846,356.308,354.701,359.184,364.527,355.852,356.302,360.536,363.511,363.351,361.798,363.533,362.407,361.617]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[65.813,64.907,66.105,63.432,64.095,65.72,66.031,64.754,66.152,64.832,65.102,65.446,65.856,65.813,65.787],"script":[22.443,21.509,22.722,21.407,21.779,22.448,22.415,21.379,21.822,21.981,22.589,21.863,21.697,22.48,22.323],"paint":[42.416,42.471,42.207,41.088,41.394,42.123,42.371,42.425,43.399,41.871,41.499,42.591,43.148,42.381,42.563]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.381,15.325,16.145,15.3,15.909,14.693,16.865,14.752,17.836,19.089,16.132,15.314,17.448,16.058,15.841],"script":[14.178,13.52,13.966,13.427,13.575,12.822,14.665,12.593,15.584,16.652,13.949,13.457,15.591,14.04,13.726],"paint":[1.053,1.717,1.51,1.427,1.199,1.109,2.088,2.044,1.405,1.984,2.062,1.734,0.914,1.205,2.015]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.548039436340332]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.529195785522461]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.800379753112793]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8963375091552734]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.72832679748535]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1875.96]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[30.236]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.88000000000008]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[156.4462890625]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[18.171875]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.8955078125]}},{"framework":"apprun-v3.30.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[76.9]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"01_run1k","values":{"total":[94.883,93.087,95.948,94.264,95.712,95.477,97.306,94.385,94.965,94.02,93.661,95.822,92.476,95.76,95.321],"script":[54.26,53.128,53.627,53.917,54.639,54.993,54.545,53.873,54.312,54.183,53.709,55.095,52.689,53.384,54.439],"paint":[40.278,39.598,42.047,39.962,40.791,40.257,42.458,40.188,40.435,39.568,39.723,40.5,39.42,42.103,40.528]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"02_replace1k","values":{"total":[100.577,102.199,98.788,103.045,101.5,103.764,99.752,99.893,98.416,100.663,100.093,99.095,100.545,99.965,101.725],"script":[59.402,60.612,58.76,60.502,60.338,60.534,59.283,59.601,58.009,59.511,59.27,59.286,59.968,59.339,60.549],"paint":[40.943,41.168,39.777,42.115,40.778,42.816,40.085,40.05,40.004,40.747,40.401,39.579,40.191,40.08,40.728]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[92.441,90.373,88.835,92.343,89.176,88.47,89.27,90.016,88.427,89.54,88.01,86.902,91.083,89.383,88.665],"script":[51.223,50.501,50.869,51.076,49.979,49.397,49.76,51.078,50.274,50.18,49.875,49.343,50.78,49.692,49.188],"paint":[39.947,37.662,35.721,39.248,38.881,36.819,37.346,37.835,36.61,37.279,37.519,36.64,39.117,38.485,36.767]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"04_select1k","values":{"total":[13.402,13.698,14.87,15.665,16.924,14.479,13.176,14.109,14.938,13.962,12.37,14.014,15.155,14.115,13.89,15.068,15.227,14.456,14.766,15.396,14.389,15.044,15.241,14.517,19.803],"script":[7.335,8.484,7.624,8.64,8.209,8.514,7.586,9.36,8.662,7.107,6.724,8.391,7.436,8.263,8.814,8.601,8.882,8.403,8.817,8.169,8.071,8.716,9.207,8.746,8.55],"paint":[3.978,3.621,4.279,5.115,5.166,2.802,3.986,2.839,3.636,4.455,3.815,5.177,4.538,3.503,4.122,5.113,3.937,4.832,3.149,3.8,4.995,3.304,4.552,4.022,4.138]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"05_swap1k","values":{"total":[55.297,54.384,53.407,54.203,54.064,55.818,54.643,52.263,53.124,55.07,56.244,53.419,55.174,52.944,53.688],"script":[28.067,30.122,28.591,30.09,29.72,31.562,30.063,28.956,28.532,29.673,27.782,28.434,30.733,28.598,29.191],"paint":[26.936,23.137,22.457,22.385,23.565,22.496,22.756,21.584,23.606,23.832,25.882,24.471,22.943,20.921,22.761]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[207.362,201.325,201.732,201.377,200.208,203.738,202.967,201.27,200.604,203.933,200.96,199.781,206.794,199.858,204.435],"script":[130.671,125.373,123.522,126.668,125.164,126.802,127.716,125.812,124.712,128.496,125.12,124.048,126.701,124.326,127.478],"paint":[74.47,74.737,76.028,72.916,73.492,74.828,73.101,73.35,73.815,73.576,74.63,74.087,78.202,73.815,75.26]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"07_create10k","values":{"total":[830.115,824.827,818.749,825.944,828.431,822.707,819.399,825.232,827.474,830.269,827.337,820.279,823.236,835.037,822.834],"script":[441.909,436.524,433.773,432.008,442.096,434.185,435.709,439.662,438.022,441.004,441.353,438.212,437.643,445.713,437.784],"paint":[384.197,384.235,380.794,389.866,382.384,384.554,379.637,381.609,385.244,385.146,381.911,378.136,381.654,384.739,381.21]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[111.398,109.327,108.412,110.236,111.8,108.477,110.847,112.067,110.241,109.139,108.558,113.071,111.039,109.796,108.466],"script":[69.147,62.32,63.094,69.038,68.591,62.619,67.78,64.748,68.415,64.107,63.439,69.002,64.97,63.709,63.274],"paint":[41.614,46.45,44.92,40.782,42.617,45.458,42.659,46.896,41.168,44.652,44.544,43.454,45.475,45.505,44.628]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.398,23.706,24.504,22.228,23.968,23.979,22.203,23.457,24.317,21.536,22.329,22.541,23.433,24.776,22.872],"script":[19.24,18.973,19.866,18.154,19.178,19.92,17.789,19.323,19.421,17.126,17.615,18.846,19.403,19.911,18.17],"paint":[3.919,4.33,3.643,3.835,3.624,3.798,2.248,3.862,3.511,3.393,4.486,1.745,2.974,3.631,3.365]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49822139739990234]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.453933715820312]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[15.23327922821045]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[43.397372245788574]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[89.84310340881348]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.64]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.212000000000003]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[167.70799999999997]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.1650390625]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.58984375]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.2705078125]}},{"framework":"arrowjs-v1.0.0-alpha.9-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[50.5]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"01_run1k","values":{"total":[46.691,46.337,43.584,43.776,42.219,47.008,43.818,46.091,48.226,43.538,43.52,44.707,44.01,43.331,44.019],"script":[8.692,10.023,8.079,8.148,7.925,10.475,8.22,9.885,10.822,8.084,8.169,8.183,8.18,8.06,8.115],"paint":[37.327,35.825,34.811,34.9,33.872,36.086,34.897,35.709,36.892,35.043,34.662,35.825,35.151,34.613,35.233]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"02_replace1k","values":{"total":[28.489,26.608,26.76,27.401,29.215,28.483,27.065,28.19,30.416,26.928,28.321,28.204,26.337,27.543,28.569],"script":[11.151,10.614,10.414,10.483,11.709,11.191,10.661,10.751,11.574,10.464,11.054,10.675,10.19,10.748,11.094],"paint":[16.866,15.53,15.896,16.256,16.794,16.641,15.925,16.738,18.137,15.942,16.609,17.024,15.672,16.325,16.854]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.199,23.349,23.451,23.651,24.609,24.045,23.256,24.213,23.443,23.412,23.238,24.579,23.185,23.234,23.53],"script":[6.896,6.285,6.666,6.795,7.091,6.819,6.308,7.063,6.562,7.247,6.78,6.974,6.51,6.506,6.649],"paint":[15.637,15.818,14.349,15.522,15.212,15.48,14.879,16.022,15.185,15.764,15.071,15.089,15.457,15.572,15.105]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"04_select1k","values":{"total":[5.578,4.905,4.66,6.197,6.808,4.725,6.281,6.731,5.668,4.712,7.12,5.347,5.714,5.633,5.769,5.943,6.139,6.297,5.86,5.241,6.069,4.914,5.869,5.499,5.375],"script":[3.062,1.87,2.18,3.054,3.609,2.117,2.808,2.821,3.05,1.967,3.504,2.435,2.571,2.828,2.038,2.996,2.826,2.999,2.48,2.803,2.71,2.495,3.137,2.48,2.043],"paint":[1.559,2.845,1.285,1.926,2.191,1.467,2.872,2.198,2.313,2.635,1.985,1.591,2.54,2.519,2.659,1.665,1.365,2.441,2.515,2.311,1.632,1.824,2.212,1.881,3.172]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"05_swap1k","values":{"total":[14.866,14.122,14.944,15.03,14.847,15.468,15.056,15.397,15.538,14.73,14.875,14.022,14.196,14.364,14.861],"script":[2.401,2.545,2.687,2.73,2.675,2.861,1.993,2.78,2.801,2.215,2.749,2.424,2.476,2.706,2.878],"paint":[11.125,9.296,10.45,10.244,10.223,10.889,11.968,10.545,11.062,10.936,10.13,10.359,10.036,10.606,9.521]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[52.775,52.37,52.878,53.135,53.101,53.375,53.341,53.038,55.608,53.89,55.914,54.783,53.398,53.555,52.36],"script":[18.599,18.433,18.648,19.073,18.93,19.888,18.665,18.645,19.407,19.844,19.21,19.956,19.083,19.232,18.643],"paint":[33.31,32.42,33.016,32.84,32.714,32.447,33.624,33.088,35.339,33.203,35.416,33.387,32.78,33.103,32.582]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"07_create10k","values":{"total":[461.228,451.922,474.002,460.714,460.303,459.944,462.53,460.982,460.558,461.672,457.328,466.844,470.309,462.165,472.131],"script":[99.852,94.245,100.72,99.834,101.028,97.492,96.974,98.681,98.309,99.345,98.726,100.916,98.8,97.252,101.27],"paint":[353.063,350.149,365.946,353.502,351.847,355.008,358.127,354.614,354.619,354.808,351.167,358.589,363.965,356.331,363.499]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.77,53.773,55.718,54.326,55.376,54.366,56.075,54.642,55.315,53.911,54.103,55.742,54.229,55.693,52.859],"script":[10.943,10.775,11.668,10.923,11.212,11.102,11.598,10.911,11.486,10.938,10.902,11.283,10.95,11.696,10.435],"paint":[42.808,42.058,43.068,42.487,43.156,42.434,43.4,42.799,42.549,41.999,42.271,43.463,42.295,42.756,41.469]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.595,13.101,14.299,13.25,12.901,13.81,13.143,13.604,13.523,13.97,12.977,13.209,13.394,13.649,14.582],"script":[11.318,10.555,11.602,11.334,11.463,10.905,11.451,11.384,11.152,11.5,11.452,11.053,10.678,11.682,12.316],"paint":[1.492,2.401,2.568,1.809,0.397,2.513,0.742,1.529,1.249,2.35,0.387,1.538,2.619,1.314,1.802]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.47675228118896484]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.7389307022094727]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.800856590270996]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7624044418334961]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[32.08341407775879]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.541]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[31.107999999999997]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.908]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.287109375]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.7119140625]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.2392578125]}},{"framework":"art-v0.1.7-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[56.9]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"01_run1k","values":{"total":[52.035,52.16,49.593,51.649,50.733,51.444,50.815,51.71,51.909,51.046,51.735,50.969,50.264,52.049,54.113],"script":[15.182,15.412,15.33,15.66,15.245,16.585,16.009,15.686,15.754,15.388,15.883,16.279,15.686,16.601,16.103],"paint":[36.428,36.159,33.765,35.223,35.042,34.22,34.16,35.421,35.487,35.207,35.256,34.071,34.103,34.9,37.377]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"02_replace1k","values":{"total":[20.669,20.936,20.48,20.564,19.958,21.121,20.423,20.064,20.782,21.072,19.772,20.951,20.89,21.063,19.733],"script":[4.502,4.562,4.429,4.692,4.423,4.469,4.803,4.454,4.386,4.642,4.301,4.163,4.284,4.255,4.538],"paint":[15.499,15.928,15.367,15.388,14.821,16.002,15.14,15.109,15.799,15.934,14.947,16.17,16.145,16.196,14.72]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.734,18.541,18.745,18.319,18.123,20.131,19.353,18.872,19.761,18.442,19.103,18.683,18.372,18.671,19.358],"script":[1.902,1.332,1.764,2.296,1.623,2.519,2.366,2.004,1.357,1.419,1.91,1.797,1.602,1.807,2.117],"paint":[15.655,15.494,15.554,14.268,14.328,14.739,14.871,15.502,17.091,14.618,15.797,15.758,14.373,16.095,15.019]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"04_select1k","values":{"total":[7.897,7.876,9.326,8.809,10.734,8.535,9.498,9.866,9.097,10.709,10.256,9.738,9.172,8.79,8.716,8.619,9.504,8.226,9.316,9.193,9.413,8.99,8.973,9.813,9.047],"script":[5.323,4.731,6.218,5.352,6.432,4.563,5.907,6.431,5.981,6.489,6.426,6.472,6.71,5.404,5.58,5.898,6.074,4.551,6.427,5.93,6.103,6.224,5.689,5.857,5.901],"paint":[2.444,2.964,2.901,2.778,3.066,2.327,2.105,1.748,1.934,3.963,2.548,2.348,2.241,2.388,2.933,1.673,2.497,2.735,1.934,2.185,2.31,1.84,2.155,2.883,2.391]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.439,14.037,13.658,15.184,14.77,13.954,13.275,12.692,13.378,13.722,14.267,14.753,13.37,13.782,15.003],"script":[1.818,1.328,1.016,1.32,1.802,2.113,1.322,1.061,1.367,1.858,1.813,1.743,0.964,1.244,1.498],"paint":[9.776,10.903,11.116,11.464,11.611,10.317,11.024,10.321,10.146,9.633,10.281,10.802,10.472,11.05,10.635]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[40.407,40.023,40.258,39.706,40.824,40.103,39.153,39.771,40.05,43.737,39.93,42.142,41.57,42.289,39.992],"script":[7.642,7.706,7.565,7.642,8.091,7.887,7.465,7.417,7.556,8.327,7.689,7.947,8.082,8.444,7.621],"paint":[31.875,31.124,31.463,31.138,31.685,31.013,30.949,31.322,31.622,34.262,30.728,32.769,32.099,32.601,31.028]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"07_create10k","values":{"total":[948.734,918.093,933.049,935.057,933.12,913.167,926.747,944.051,933.539,919.494,945.344,928.59,933.285,943.787,927.897],"script":[173.852,163.166,169.405,169.516,157.463,154.301,165.432,172.984,164.911,163.352,174.425,160.52,167.789,173.467,165.429],"paint":[378.332,375.834,379.936,378.93,382.991,379.358,383.644,380.27,380.613,377.905,381.857,377.076,381.482,378.934,385.116]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.415,64.206,64.823,64.897,63.695,64.487,64.512,86.596,63.778,63.596,62.851,64.258,64.796,64.871,86.968],"script":[21.532,21.57,21.645,22.438,21.477,21.955,21.937,22.497,21.515,21.45,21.149,21.735,21.682,21.795,22.934],"paint":[41.733,41.467,41.58,40.931,41.071,41.403,41.392,41.562,41.151,40.873,40.588,41.017,41.747,41.553,41.428]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.223,27.183,27.399,25.998,26.55,26.468,25.767,26.264,26.823,26.148,26.443,27.299,26.224,26.704,27.342],"script":[24.671,24.684,24.956,23.748,24.402,24.44,24.14,24.029,24.822,23.91,24.475,25.031,23.643,24.314,24.217],"paint":[1.404,1.159,2.26,2.122,1.593,1.898,1.498,2.115,1.884,2.125,0.836,1.2,2.066,2.262,2.996]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.0502071380615234]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.532136917114258]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.642468452453613]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.1247167587280273]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.66565227508545]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3323.392]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[95.13600000000005]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[244.73600000000002]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[438.9501953125]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[300.37109375]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[62.51171875]}},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[457.8]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"01_run1k","values":{"total":[46.679,47.576,47.566,49.547,46.838,46.912,47.225,46.603,47.242,46.411,46.702,46.541,47.198,47.682,47.238],"script":[11.6,12.114,12.242,12.285,12.024,11.848,11.732,11.504,11.857,11.376,12.018,11.988,11.871,12.267,12.362],"paint":[34.51,34.798,34.648,36.747,34.296,34.514,34.907,34.573,34.926,34.293,34.073,34.141,34.828,34.952,34.381]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"02_replace1k","values":{"total":[56.678,56.256,53.947,56.288,56.055,55.865,55.532,55.894,54.997,55.513,55.386,56.103,55.808,55.822,55.475],"script":[16.652,17.569,15.455,16.986,16.318,17.297,16.773,16.277,17.224,16.417,16.64,17.105,16.83,16.561,16.687],"paint":[39.353,38.159,37.837,38.758,38.976,38.04,38.233,39.119,37.235,38.574,38.082,38.161,38.443,38.738,38.296]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.959,20.816,19.499,19.839,22.904,19.282,20.964,20.325,19.367,18.874,20.39,20.178,20.182,20.368,20.214],"script":[1.765,2.827,2.715,2.46,3.051,2.804,3.105,2.871,2.851,2.087,2.809,2.741,2.715,2.278,2.335],"paint":[16.422,16.653,15.109,16.106,17.741,15.161,15.588,15.671,14.839,15.137,16.429,15.664,15.407,16.229,16.717]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"04_select1k","values":{"total":[4.864,4.745,3.93,5.179,5.328,3.753,5.476,5.725,5.729,3.776,5.396,5.557,4.444,4.157,4.422,4.731,5.751,4.663,4.834,5.052,4.707,4.784,5.559,5.895,5.112],"script":[1.259,2.388,0.817,2.352,2.896,1.758,2.708,1.764,1.446,2.019,2.208,2.399,1.955,1.432,1.518,2.454,2.678,2.305,2.35,2.351,1.943,1.487,2.542,2.229,2.492],"paint":[3.23,1.802,1.986,2.51,2.278,1.879,2.19,2.806,2.268,1.615,2.15,2.634,1.596,2.182,2.081,1.155,2.908,2.199,1.995,1.922,2.6,2.325,2.877,2.659,1.746]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"05_swap1k","values":{"total":[23.186,22.938,23.503,23.145,23.031,23.227,23.554,23.534,23.317,23.133,24.194,22.801,22.036,23.338,23.124],"script":[2.656,2.201,2.116,2.664,2.266,1.887,2.321,2.488,3.341,2.663,2.558,2.405,1.79,1.19,3.038],"paint":[18.562,18.987,19.525,19.062,19.336,20.023,19.367,18.304,18.765,18.899,20.614,19.152,18.809,19.761,18.989]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.379,17.859,17.815,17.464,17.314,18.126,17.183,17.727,17.877,17.263,17.92,17.413,17.707,18.896,17.905],"script":[1.002,1.195,1.127,0.847,0.74,1.137,0.964,0.62,0.756,0.76,0.77,0.767,0.453,1.125,0.889],"paint":[16.325,15.813,15.879,15.853,15.492,15.782,15.461,16.385,16.35,15.388,16.129,15.799,16.131,16.165,15.985]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"07_create10k","values":{"total":[501.862,510.365,504.673,505.039,509.298,503.362,514.475,512.523,508.172,506.653,508.778,507.439,517.538,513.131,509.87],"script":[134.794,138.857,137.917,137.109,138.654,137.762,138.867,137.999,139.191,140.353,139.911,138.216,139.394,138.737,140.785],"paint":[358.318,362.826,358.083,359.279,361.854,356.518,366.799,365.78,359.748,357.608,360.246,360.075,369.569,365.827,360.541]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.724,58.627,56.327,56.504,55.477,56.007,57.84,57.819,56.991,57.647,58.249,56.531,58.741,56.508,58.52],"script":[13.188,13.84,13.04,13.154,12.825,12.551,13.954,13.584,13.37,13.291,13.244,13.219,13.872,13.048,13.577],"paint":[42.258,43.652,42.199,42.395,41.545,42.35,42.933,43.02,42.409,43.383,43.815,42.215,43.527,42.191,43.72]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.17,15.037,16.099,14.989,14.718,15.64,14.405,13.53,14.472,15.079,14.594,14.887,15.606,14.617,14.327],"script":[11.886,12.838,13.041,13.606,12.778,13.854,11.287,12.395,12.479,13.008,12.449,12.94,13.052,12.588,12.068],"paint":[1.498,1.044,2.923,1.242,0.904,0.831,1.406,1.032,1.881,1.215,2.027,1.843,2.33,1.928,2.139]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4881124496459961]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.590829849243164]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.642928123474121]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.086843490600586]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[20.478832244873047]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.6149999999998]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[18.855999999999998]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[149.016]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[144.99609375]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[6.7216796875]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.0830078125]}},{"framework":"bau-v0.39.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[57.3]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"01_run1k","values":{"total":[63.259,64.253,62.787,64.019,63.653,63.742,64.587,65.39,63.685,63.992,64.525,63.855,64.296,61.69,62.507],"script":[27.33,27.212,27.258,27.281,26.823,26.427,27.861,27.77,27.111,27.659,27.929,27.046,27.672,26.09,26.666],"paint":[35.462,36.572,35.055,36.274,36.388,36.836,36.253,36.888,36.086,35.888,36.184,36.112,35.91,34.853,35.379]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"02_replace1k","values":{"total":[75.233,77.889,78.054,78.48,81.082,78.903,79.652,78.043,79.274,78.673,75.248,82.35,79.291,77.301,80.612],"script":[37.503,39.917,39.182,38.314,40.517,40.272,39.903,37.66,39.294,39.223,37.314,42.452,39.049,37.941,40.143],"paint":[37.272,37.47,38.419,39.677,40.055,38.174,39.05,39.749,39.512,38.731,37.471,39.426,39.707,38.593,39.769]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.127,21.52,21.625,23.076,22.604,22.328,21.508,20.893,21.305,22.099,21.703,21.507,22.746,21.995,21.835],"script":[4.321,4.641,4.56,4.838,4.824,4.062,3.908,4.307,4.122,5.04,4.449,3.802,4.056,4.861,4.782],"paint":[15.724,15.055,14.367,16.193,16.513,16.462,16.165,14.968,15.686,14.971,15.36,16.403,16.634,15.588,16.009]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"04_select1k","values":{"total":[7.858,8.866,8.9,7.799,7.324,8.614,8.566,8.977,8.92,7.853,8.208,9.451,8.67,7.862,6.903,7.93,7.813,8.493,7.813,8.678,8.302,8.421,8.361,7.793,7.533],"script":[5.001,5.843,5.269,5.436,4.84,5.195,5.521,5.716,4.228,4.682,4.605,5.536,5.634,4.483,4.567,5.076,4.416,5.059,4.241,5.439,5.999,5.116,4.546,5.288,4.887],"paint":[2.64,2.441,2.214,1.381,1.757,1.782,1.933,2.088,3.268,1.99,2.421,2.386,2.241,2.31,2.209,1.977,2.348,1.946,2.801,1.996,1.152,2.346,2.959,1.122,1.648]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"05_swap1k","values":{"total":[25.111,26.049,24.905,26.143,24.944,25.303,24.23,26.391,26.162,26.354,25.793,26.455,24.852,24.529,25.534],"script":[4.568,4.076,4.016,3.532,4.285,4.356,4.315,4.733,4.115,3.699,4.122,3.836,4.547,4.082,4.301],"paint":[18.521,20.328,19.364,20.32,18.974,19.623,18.252,20.262,19.86,20.344,20.13,20.591,18.951,19.455,20.086]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.118,18.351,18.883,18.407,18.083,18.93,18.255,17.468,17.289,18.936,17.884,17.793,18.178,17.794,18.994],"script":[1.72,1.711,1.782,1.449,1.591,1.789,1.671,1.385,1.344,1.694,1.393,1.719,1.598,1.532,1.646],"paint":[15.596,15.823,15.643,16.218,15.167,16.044,15.865,15.364,15.239,15.876,15.692,15.245,15.285,15.507,15.967]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"07_create10k","values":{"total":[593.936,598.338,588.276,600.206,591.233,598.699,596.748,596.256,595.242,588.582,596.54,601.578,597.294,593.626,596.352],"script":[201.88,218.865,201.885,211.692,206.246,217.682,212.825,210.496,207.137,206.143,207.711,209.073,214.293,211.885,207.578],"paint":[384.293,372.063,379.057,380.774,377.534,373.703,376.22,378.041,380.399,374.763,381.49,385.006,375.511,373.726,381.25]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[73.312,74.412,73.594,71.798,73.696,73.881,68.333,70.834,73.278,73.154,75.071,73.627,75.265,70.939,73.595],"script":[29.536,31.021,29.248,28.304,30.094,29.704,24.654,27.865,30.558,29.092,30.023,29.935,29.702,27.728,29.881],"paint":[42.916,42.496,43.101,42.546,42.421,43.239,42.757,42.063,41.795,43.15,43.868,42.803,44.36,42.334,42.455]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[37.255,37.262,35.891,38.023,35.041,33.782,36.133,36.72,36.61,36.454,34.253,36.182,36.872,32.623,35.129],"script":[34.295,34.513,32.643,35.338,32.608,31.171,33.498,34.092,34.052,33.688,32.326,33.864,34.089,30.376,32.365],"paint":[2.17,1.612,2.714,1.931,1.248,2.467,2.468,2.449,2.426,2.075,1.815,1.524,1.91,2.101,1.639]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.0430822372436523]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[10.295065879821777]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[10.390665054321289]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.1056928634643555]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[76.53444576263428]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3452.2545]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.444]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[193.98399999999992]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[423.052734375]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[284.4765625]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[44.84765625]}},{"framework":"binding.scala-v10.0.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[399.8]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"01_run1k","values":{"total":[43.169,41.717,43.134,42.983,42.911,42.842,42.665,42.57,43.152,43.048,43.105,45.316,41.976,42.89,42.27],"script":[6.957,6.924,7.136,6.957,7.431,7.074,6.942,6.869,7.165,6.943,7.082,7.113,7.17,7.101,7.234],"paint":[35.786,34.359,35.607,35.322,35.009,35.371,35.347,35.309,35.587,35.704,35.413,37.771,34.418,35.401,34.615]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"02_replace1k","values":{"total":[23.657,23.341,22.745,23.177,23.047,23.127,23.401,23.449,22.349,24.306,23.681,22.997,23.023,23.228,24.111],"script":[7.431,7.237,6.978,7.339,7.239,7.097,7.185,7.207,6.879,7.567,7.511,7.201,7.097,7.298,7.598],"paint":[15.581,15.665,15.162,15.374,15.312,15.404,15.606,15.606,15.003,16.106,15.709,15.351,15.49,15.452,16.043]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[36.081,35.952,36.541,36.295,35.846,35.919,35.845,36.266,35.076,37.493,35.465,35.99,35.139,36.472,36.805],"script":[18.242,17.71,18.299,19.133,17.228,19.03,18.169,17.895,17.587,19.041,17.973,18.755,18.216,19.053,18.757],"paint":[16.229,16.733,16.031,15.188,16.832,14.964,15.406,16.811,14.903,16.764,15.27,15.851,15.21,15.748,16.372]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"04_select1k","values":{"total":[22.315,21.615,21.535,22.269,21.392,21.394,22.439,22.014,21.628,21.145,22.096,21.038,21.911,22.955,21.943,21.332,21.664,21.528,20.778,19.534,22.33,22.256,22.151,21.099,20.462],"script":[17.727,18.42,17.775,18.241,17.44,18.22,18.182,18.538,18.43,16.538,19.246,17.608,17.979,19.052,18.19,17.904,18.226,17.592,16.412,15.608,18.523,18.797,18.474,17.416,18.09],"paint":[3.962,2.481,2.535,2.737,2.722,1.762,3.313,3.051,1.35,3.507,1.583,2.513,2.746,2.838,2.474,2.696,2.364,2.966,2.873,2.69,2.74,2,2.964,1.949,1.222]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"05_swap1k","values":{"total":[29.985,31.14,29.909,30.872,30.565,30.455,30.615,33.091,31.463,29.218,29.878,30.811,30.404,30.065,30.859],"script":[17.844,18.87,17.7,17.859,18.079,17.678,18.373,18.113,18.61,16.948,17.6,18.213,18.141,17.84,18.269],"paint":[10.742,10.337,10.394,11.105,11.232,10.715,10.391,12.678,11.418,10.618,10.94,9.555,11.156,11.006,11.211]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[44.149,45.327,45.227,44.9,45.762,44.343,48.942,45.977,49.485,45.296,47.621,44.364,49.245,44.766,46.713],"script":[11.79,12.508,11.819,12.544,12.994,12.291,13.398,12.924,13.615,12.428,13.16,12.383,14.205,11.736,13.117],"paint":[30.999,31.536,32.068,31.515,31.571,30.911,34.016,31.755,35.056,31.533,33.102,31.002,33.979,32.029,32.442]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"07_create10k","values":{"total":[481.976,467.319,478.95,470.594,467.895,460.51,475.765,469.958,473.095,458.004,480.558,472.376,471.527,469.189,468.061],"script":[118.135,103.281,112.503,109.705,105.041,100.912,112.973,109.587,109.057,101.09,110.896,108.821,109.794,107.295,110.357],"paint":[356.485,356.514,359.084,353.572,355.072,352.371,355.363,353.069,356.545,349.4,362.318,356.122,354.415,354.687,350.309]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.041,59.557,56.516,57.78,56.997,57.172,58.227,57.009,58.153,56.529,59.123,58.921,60.3,57.235,59.057],"script":[13.774,13.952,13.095,14.074,13.491,13.55,13.918,13.421,13.451,13.403,13.33,13.989,14.769,13.615,13.839],"paint":[42.061,44.741,42.571,42.489,42.282,42.406,43.109,42.581,43.768,42.222,44.532,43.991,44.612,42.583,44.042]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[21.666,21.845,23.01,23.244,22.692,21.749,20.218,20.406,21.569,21.618,21.331,21.584,21.66,20.669,22.343],"script":[19.218,19.67,20.565,20.53,20.219,19.22,18.107,18.027,19.933,18.642,18.738,19.224,19.828,18.204,20.056],"paint":[2.322,1.057,1.611,2.558,1.733,1.624,0.786,2.285,0.856,2.231,2.061,2.227,0.902,2.346,1.402]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8657665252685547]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.4833669662475586]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.527705192565918]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1564140319824219]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.02064609527588]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2251.165]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[0]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[141.72]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[221.630859375]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[83.35546875]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.55078125]}},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[138.8]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"01_run1k","values":{"total":[42.531,42.016,43.032,42.675,43.04,43.178,42.834,43.537,43.035,42.437,42.38,43.695,43.275,42.109,42.166],"script":[6.415,6.469,7.265,6.486,6.365,6.45,7.252,7.21,7.275,6.502,6.83,6.967,7.251,6.526,6.57],"paint":[35.646,35.085,35.286,35.674,36.007,36.015,35.124,35.851,35.307,35.276,35.077,36.196,35.396,35.128,35.135]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"02_replace1k","values":{"total":[19.66,19.261,17.931,17.587,19.481,19.454,18.865,20.408,17.973,18.348,19.468,19.618,20.672,19.576,19.392],"script":[3.15,3.02,2.988,3.01,3.283,3.17,2.931,3.429,2.969,3.248,3.041,3.059,3.273,3.159,3.07],"paint":[16.02,15.762,14.471,14.152,15.781,15.732,15.566,16.506,14.373,14.742,15.842,15.955,16.926,15.857,15.858]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.573,25.255,24.243,23.671,27.441,25.374,25.893,24.902,25.046,25.519,24.205,25.689,23.984,24.895,25.074],"script":[8.295,7.816,7.615,7.219,8.275,8.76,8.649,8.383,8.398,8.297,7.909,8.865,7.979,7.966,7.945],"paint":[14.515,15.051,15.624,16.121,17.462,14.687,15.074,15.008,15.142,15.066,15.244,15.046,14.937,15.14,15.579]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"04_select1k","values":{"total":[3.524,2.771,4.129,4.254,3.274,3.421,3.269,3.673,3.801,2.802,4.182,3.352,3.757,3.566,3.639,2.629,3.389,3.776,2.523,3.052,3.171,4.929,2.859,3.386,3.757],"script":[0.614,0.36,0.155,0.583,0.503,0.839,0.296,1.008,0.931,0.937,0.822,0.135,0.446,0.138,1.153,0.143,1.068,0.594,0.124,0.501,0.879,0.157,0.825,0.645,0.653],"paint":[2.045,2.03,3.63,2.637,1.934,0.934,2.453,1.992,2.653,1.295,2.356,2.724,2.09,2.414,1.537,1.932,2.204,2.13,1.954,1.487,1.431,2.839,1.928,2.606,2.876]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"05_swap1k","values":{"total":[18.757,18.377,18.974,19.395,20.474,18.907,19.098,19.418,18.932,19.411,18.887,19.657,19.389,19.062,18.973],"script":[7.175,7.151,7.674,7.397,7.619,7.283,6.701,7.56,6.959,7.658,6.689,6.948,7.477,7.021,6.978],"paint":[10.212,10.012,10.101,10.229,11.064,9.6,11.154,10.397,10.251,9.987,10.244,11.064,10.595,10.925,10.881]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[39.014,39.568,38.903,38.001,38.423,37.98,39.513,39.211,38.652,38.935,41.625,39.495,39.032,39.114,37.616],"script":[6.415,6.184,6.145,6.168,6.116,6.35,6.197,6.261,6.2,6.438,6.09,6.289,6.196,6.136,6.132],"paint":[31.465,31.988,31.752,30.714,31.127,30.192,32.209,31.853,31.082,31.55,33.527,31.648,31.183,31.744,30.453]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"07_create10k","values":{"total":[446.25,442.222,444.939,440.464,440.071,444.389,441.937,447.459,443.083,425.841,446.187,451.695,450.743,446.18,448.611],"script":[77.506,75.831,76.275,75.062,74.812,75.461,77.314,77.641,76.346,70.704,76.089,78.663,77.529,74.942,77.962],"paint":[361.093,358.723,361.085,357.877,357.764,361.106,357.06,361.923,359.275,347.759,362.308,365.717,365.715,362.863,362.995]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.553,51.968,50.843,51.814,51.188,50.323,50.806,50.023,50.963,50.037,50.364,50.194,50.926,51.46,49.801],"script":[8.088,8.329,8.468,8.519,8.442,8.57,8.698,8.334,8.01,8.353,8.447,8.487,8.276,8.279,8.167],"paint":[40.599,42.584,41.408,42.033,41.525,40.845,41.186,40.865,41.729,40.8,41.022,40.824,41.43,42.201,40.713]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.041,14.898,13.815,13.581,14.597,13.813,13.708,13.898,14.132,14.508,13.764,14.004,13.661,13.464,14.523],"script":[11.159,12.43,11.87,11.643,11.378,11.648,11.249,11.703,11.96,11.854,11.514,11.782,11.863,11.129,12.183],"paint":[1.12,1.945,1.834,1.189,3.071,1.506,2.336,2.094,1.216,2.551,1.897,1.272,1.653,2.228,1.845]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5176477432250977]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.252431869506836]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.2872085571289062]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7987232208251953]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.923885345458984]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.525]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.428]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.964]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.076171875]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.80078125]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.2451171875]}},{"framework":"cydon-v0.1.7-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[55.1]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"01_run1k","values":{"total":[40.866,41.567,40.588,41.527,41.909,44.79,41.79,42.195,41.749,41.113,40.783,41.775,41.659,42.193,42.077],"script":[5.094,5.303,5.211,5.798,5.251,5.638,5.365,5.597,5.374,5.602,5.055,5.121,5.591,5.405,5.551],"paint":[35.206,35.684,34.916,35.274,36.175,38.681,35.975,36.135,35.874,35.1,35.274,35.992,35.646,36.28,36.087]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"02_replace1k","values":{"total":[22.003,22.211,21.948,22.242,22.757,20.886,20.898,20.116,22.531,21.045,20.902,22.371,21.933,22.905,21.982],"script":[4.485,4.803,4.566,4.848,5.585,5.5,5.111,4.704,5.145,5.072,4.738,4.902,4.617,5.727,4.53],"paint":[16.887,16.782,16.893,16.747,16.691,14.967,15.334,14.969,16.912,15.296,15.734,16.985,16.685,16.694,16.947]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.044,18.561,18.507,18.107,20.185,18.394,17.48,18.254,18.831,17.915,18.121,17.789,17.791,18.423,17.491],"script":[1.39,0.993,1.026,0.997,0.883,0.932,0.55,0.223,1.098,1.062,0.918,0.99,1,1.069,0.709],"paint":[16.575,16.192,15.871,15.627,15.305,16.053,15.557,16.004,16.104,15.202,15.211,15.057,15.256,15.111,14.949]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"04_select1k","values":{"total":[2.856,2.536,3.497,3.327,2.684,2.364,2.396,3.422,3.626,4.255,2.862,4.043,3.091,2.777,2.999,2.989,2.98,2.826,3.591,3.523,2.309,2.788,2.373,3.655,2.965],"script":[0.867,0.07,0.974,0.058,0.065,0.065,0.068,0.58,0.071,0.057,0.953,0.899,0.078,0.063,0.062,0.073,0.065,0.061,0.061,0.073,0.075,0.172,0.475,0.051,0.06],"paint":[1.533,1.157,2.402,2.69,1.267,1.279,2.197,1.525,2.319,2.962,1.391,2.591,2.885,2.191,2.837,1.849,1.972,1.663,2.648,2.948,1.469,1.778,1.17,2.878,1.96]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.163,12.385,12.813,12.069,13.052,15.344,12.647,12.842,12.666,12.337,12.501,12.919,13.133,12.323,12.904],"script":[0.773,0.106,0.095,0.492,0.613,0.806,0.097,0.109,0.104,0.104,0.276,0.567,0.513,0.701,0.103],"paint":[10.946,10.652,11.008,9.737,10.653,12.591,11.408,11.659,11.093,10.644,10.614,11.189,10.342,10.491,11.399]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.025,17.635,17.125,17.131,16.567,16.845,16.794,17.818,17.174,16.609,17.178,17.806,17.048,16.759,17.05],"script":[0.102,0.094,0.429,0.342,0.431,0.296,0.233,0.111,0.337,0.451,0.264,0.095,0.352,0.271,0.431],"paint":[16.139,16.219,15.433,16.105,15.326,15.29,15.729,16.731,15.756,15.113,16.172,16.129,15.578,15.6,15.735]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"07_create10k","values":{"total":[441.813,436.925,433.93,434.319,435.136,436.272,443.649,439.389,443.756,436.384,441.109,435.528,440.267,432.033,441.572],"script":[59.449,60.293,56.673,61.621,59.851,62.826,59.817,64.622,62.587,59.025,63.972,58.815,60.149,62.396,63.245],"paint":[374.96,369.281,370.032,365.465,367.898,365.795,376.305,367.209,373.297,369.98,369.576,369.044,372.829,361.349,370.806]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.841,46.363,49.055,48.192,49.097,48.683,49.001,47.07,46.949,47.161,47.178,48.905,47.013,49.546,48.713],"script":[4.543,4.77,4.6,4.554,4.649,4.859,4.513,4.644,4.721,4.574,4.685,4.572,4.861,4.681,4.66],"paint":[40.322,40.67,43.213,42.69,43.242,42.768,43.216,41.501,41.303,41.71,41.608,43.059,41.236,43.644,43.103]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.047,13.505,14.095,14.095,13.626,14.292,14.898,13.044,13.088,13.847,13.045,13.583,13.457,13.943,14.181],"script":[11.492,11.604,11.744,11.8,11.198,11.733,11.859,11.461,11.234,11.873,10.828,11.529,11.674,11.342,12.053],"paint":[1.463,1.8,1.842,2.178,2.315,1.738,2.921,1.498,1.745,1.165,2.092,1.943,0.838,2.367,1.164]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.677271842956543]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.176791191101074]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.3050098419189453]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.9181556701660156]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[17.52348232269287]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1879.425]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[31.343999999999994]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[174.38799999999995]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[239.9912109375]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[101.130859375]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[36.1484375]}},{"framework":"delorean-v0.1.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[52.7]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"01_run1k","values":{"total":[45.134,46.796,43.962,44.457,43.772,44.993,47.629,46.368,46.573,46.977,44.633,46.384,46.642,45.242,46.972],"script":[9.368,9.404,8.495,9.131,8.706,9.353,9.359,9.542,9.399,9.359,8.822,9.407,9.523,9.368,9.185],"paint":[35.099,36.669,34.873,34.669,34.403,35.129,37.548,36.104,36.472,36.925,35.374,36.413,36.6,35.397,37.082]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"02_replace1k","values":{"total":[20.255,18.885,19.959,20.161,20.547,18.597,18.602,20.621,20.892,19.968,19.485,19.562,19.91,19.981,20.886],"script":[2.882,2.971,2.661,3.026,2.861,3.05,2.921,2.988,3.071,2.856,2.618,3.254,2.933,2.934,3.052],"paint":[16.757,15.528,16.784,16.659,17.096,15.169,15.316,17.151,17.317,16.496,16.381,15.822,16.478,16.517,17.217]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.083,23.369,24.962,25.947,23.417,23.908,24.806,27.08,24.997,25.124,28.479,25.678,23.76,26.107,25.049],"script":[6.868,6.107,6.539,7.679,5.909,6.141,6.768,8.782,6.352,8.782,8.843,8.619,6.378,7.023,5.89],"paint":[16.433,16.255,16.758,16.042,16.842,14.94,16.417,16.849,17.05,14.926,17.366,15.064,15.219,18.073,17.163]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"04_select1k","values":{"total":[4.023,4.284,4.051,3.292,3.07,4.073,4.317,3.738,4.798,4.271,3.757,3.351,4.1,3.555,4.467,3.677,3.424,2.794,4.613,3.191,2.77,3.077,3.654,3.952,3.897],"script":[0.864,1.151,1.172,1.009,0.747,1.155,0.718,0.958,1.016,0.173,0.625,0.717,1.229,0.115,0.889,0.919,1,0.649,1.059,0.122,0.146,0.786,1.218,0.115,0.116],"paint":[2.093,2.278,1.974,2.173,1.51,1.989,2.462,2.617,2.604,3.132,2.249,1.664,2.736,3.275,2.716,2.591,1.147,2.041,2.591,2.393,1.434,2.162,1.869,2.868,2.724]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"05_swap1k","values":{"total":[18.778,18.397,17.139,21.323,18.163,18.098,19.051,19.228,18.562,18.726,17.462,17.763,17.629,18.271,18.361],"script":[5.272,5.271,4.952,4.849,5.453,5.251,5.372,5.812,5.769,5.812,4.819,5.697,5.024,4.814,5.309],"paint":[11.89,11.11,10.084,12.048,10.918,10.875,11.07,11.952,11.398,11.739,11.098,10.429,11.435,12.009,11.482]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[41.394,39.33,40.582,40.309,39.627,39.083,41.354,39.283,39.714,39.92,39.34,41.048,41.749,40.559,42.855],"script":[6.113,5.59,6.025,5.528,5.898,5.763,5.979,5.636,5.902,5.539,5.509,6.135,6.086,5.853,6.058],"paint":[34.315,32.82,33.781,33.599,32.05,32.526,34.073,32.837,32.997,32.727,32.904,33.592,34.385,33.4,35.523]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"07_create10k","values":{"total":[474.974,476.448,476.597,477.741,483.04,474.106,478.309,476.646,476.448,473.217,473.261,483.295,481.668,486.585,473.914],"script":[114.874,115.445,112.047,113.672,114.07,111.858,112.947,112.061,114.561,111.412,111.858,113.487,114.414,116.482,113.725],"paint":[352.707,353.384,357.129,356.743,361.574,354.9,357.882,355.923,354.506,354.34,354.077,362.018,359.837,362.56,352.754]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.691,56.008,55.711,54.995,55.192,55.275,55.916,56.425,56.874,56.673,54.872,54.187,56.389,56.278,56.711],"script":[11.961,12.1,12.402,11.791,11.803,11.592,11.922,11.961,11.832,11.733,11.876,11.433,12.172,12.119,11.907],"paint":[41.784,42.957,42.373,42.237,42.435,42.742,42.838,43.533,43.856,43.698,42.087,41.844,43.036,43.331,43.632]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[25.461,25.399,25.919,25.684,26.647,27.03,26.507,25.56,26.52,25.913,26.069,23.966,26.67,26.412,25.388],"script":[23.736,23.143,22.707,23.512,24.024,24.735,24.048,23.498,24.371,23.533,24.31,21.768,23.948,23.667,22.526],"paint":[0.778,2.026,2.73,1.117,1.991,1.468,1.736,1.971,2.024,2.237,0.765,2.101,2.045,2.588,1.564]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5121164321899414]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.0842485427856445]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.083127021789551]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7723541259765625]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[34.90382671356201]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.49]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.62]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.86399999999998]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.2841796875]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.009765625]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.21484375]}},{"framework":"dlightjs-v0.10.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[82.8]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"01_run1k","values":{"total":[57.771,57.778,60.447,58.328,58.262,58.037,58.535,57.371,57.672,61.027,58.365,56.833,57.66,58.047,57.922],"script":[23.287,23.078,23.417,23.095,23.37,23.036,23.621,22.606,23.188,23.098,23.291,22.323,23.283,23.131,23.291],"paint":[34.026,34.229,36.542,34.488,34.453,34.239,34.436,34.298,34.067,37.47,34.616,34.096,33.935,34.455,34.237]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"02_replace1k","values":{"total":[42.023,41.241,41.357,42.137,42.247,39.979,40.696,40.734,41.103,40.505,42.834,40.326,40.429,40.035,41.877],"script":[24.791,24.299,24.617,24.466,25.342,24.126,24.432,24.784,24.708,24.154,25.059,24.207,24.401,24.397,24.951],"paint":[16.704,16.426,16.25,17.159,16.37,15.365,15.731,15.456,15.739,15.86,17.116,15.651,15.578,15.141,16.294]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.14,29.528,29.088,28.785,28,28.979,29.684,28.735,28.467,29.274,31.554,29.052,28.685,27.664,27.61],"script":[11.071,11.659,10.794,11.316,10.765,11.52,11.36,10.887,10.985,11.455,11.965,10.997,11.213,11.102,10.825],"paint":[16.586,16.629,16.077,15.666,15.366,15.713,15.021,16.074,15.566,15.628,17.241,16.387,15.39,14.732,15.317]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"04_select1k","values":{"total":[9.299,8.619,9.208,9.037,8.425,8.655,8.577,9.159,8.574,8.882,8.383,7.746,8.073,8.579,9.445,9.729,8.598,8.365,9.095,9.717,9.435,7.731,8.387,8.808,8.548],"script":[6.308,5.586,5.052,6.085,5.727,6.176,6.228,5.833,5.529,5.631,5.95,4.945,5.541,5.861,5.607,6.544,5.303,5.589,6.368,6.707,6.244,5.543,6.169,5.774,5.18],"paint":[2.118,2.497,3.28,2.35,1.873,2.312,1.229,2.09,2.445,2.671,2.113,2.309,2.42,2.132,2.086,2.223,2.768,1.659,1.72,2.414,2.921,2.076,2.005,2.87,2.688]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"05_swap1k","values":{"total":[18.456,17.55,17.502,18.303,18.318,17.609,17.843,17.027,18.812,18.842,17.529,17.891,17.951,17.795,18.413],"script":[5.812,5.592,5.662,5.365,5.402,5.891,5.789,5.551,5.86,5.808,5.554,5.533,5.762,5.218,5.844],"paint":[10.48,10.221,10.218,11.472,10.144,10.415,9.042,10.423,11.974,11.738,10.453,11.219,10.139,10.675,10.862]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[53.518,54.336,53.286,53.357,52.622,53.342,53.576,54.666,53.891,52.927,54.131,53.843,52.546,53.426,53.428],"script":[19.794,20.233,19.3,19.377,19.192,19.131,20.11,20.154,19.666,19.3,20.283,20.169,19.513,19.062,19.524],"paint":[32.402,33.17,32.82,32.18,32.315,32.471,32.287,33.227,32.6,32.457,32.602,32.655,32.231,33.463,32.598]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"07_create10k","values":{"total":[716.011,700.699,713.631,711.381,704.976,704.148,708.681,714.219,715.675,711.267,714.525,710.656,712.888,705.465,700.581],"script":[327.809,324.867,326.827,327.316,330.278,324.444,327.998,326.358,328.896,326.772,329.951,327.295,326.351,325.736,323.809],"paint":[380.587,368.306,379.087,376.745,367.354,372.129,373.228,380.369,379.259,377.197,376.959,375.853,379.001,372.243,369.551]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[83.015,82.336,84.295,83.275,83.7,83.487,83.037,83.868,83.387,85.744,83.54,82.151,83.65,83.414,86.945],"script":[41.216,40.706,41.01,40.606,41.2,41.135,40.568,41.119,41.129,41.214,40.546,40.547,41.067,41.069,42.416],"paint":[40.848,40.696,42.345,41.495,41.566,41.392,41.49,41.784,41.352,43.267,42.033,40.704,41.66,41.394,43.537]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.438,20.347,17.4,19.191,17.497,21.997,18.952,19.312,19.097,17.422,17.174,18.347,17.485,19.509,18.944],"script":[16.228,17.577,15.203,16.424,15.974,19.268,16.746,16.796,16.732,15.035,15.342,15.893,15.208,16.583,16.63],"paint":[1.679,1.999,1.43,2.508,0.441,1.837,1.367,1.402,1.563,2.293,1.635,1.123,2.125,2.389,1.792]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7649116516113281]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.333920478820801]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.965732574462891]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.529290199279785]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.71002197265625]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2260.0499999999997]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.508]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.70399999999998]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[215.52734375]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[77.251953125]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[19.8955078125]}},{"framework":"doz-v4.0.3-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[118.3]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"01_run1k","values":{"total":[38.652,39.015,39.203,39.951,37.57,38.072,37.674,38.953,37.66,39.708,39.159,39.434,38.953,39.117,39.297],"script":[2.316,2.07,2.177,2.187,2.229,2.266,2.209,2.099,2.292,2.154,2.145,2.171,2.026,2.02,2.044],"paint":[35.619,36.504,36.544,37.056,34.924,35.279,35.061,36.412,34.9,36.957,36.571,36.721,36.259,36.632,36.759]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"02_replace1k","values":{"total":[17.157,17.36,16.82,17.464,17.832,17.237,16.092,17.636,17.5,16.413,16.461,16.197,17.995,17.413,16.14],"script":[1.244,1.187,1.418,1.276,1.27,1.221,1.31,1.264,1.409,1.145,1.283,1.315,1.328,1.235,1.228],"paint":[15.312,15.679,14.947,15.676,15.899,15.361,14.399,15.754,15.604,14.885,14.734,14.433,16.217,15.741,14.551]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.263,17.876,17.865,19.175,18.638,19.016,19.762,18.445,19.259,18.707,17.818,17.242,19.281,17.811,17.804],"script":[0.708,1.159,1.268,0.952,1.716,0.962,1.53,1.234,0.95,1.698,1.182,1.317,1.536,0.888,0.934],"paint":[14.261,13.135,15.852,15.632,15.281,16.043,16.589,14.362,16.143,15.187,14.443,14.526,16.406,14.784,15.623]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"04_select1k","values":{"total":[3.204,2.687,2.664,2.735,3.229,2.294,2.591,3.788,3.626,3.873,2.903,3.47,3.433,3.701,3.648,4.497,2.603,3.388,3.293,3.947,3.289,3.847,3.553,4.201,3.394],"script":[0.101,0.114,0.121,0.48,0.11,0.11,0.1,0.118,0.81,1.2,0.093,0.452,1.048,0.424,1.111,0.912,0.098,0.662,0.623,1.025,0.493,1.112,0.09,1.114,0.13],"paint":[2.852,1.59,0.498,1.861,2.029,1.694,1.979,2.52,2.005,2.53,1.807,1.633,2.264,3.072,1.539,2.324,1.921,2.22,2.532,2.801,1.93,1.865,1.748,2.024,2.766]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"05_swap1k","values":{"total":[13.843,12.277,12.314,12.25,12.375,12.552,12.224,12.5,11.784,12.913,12.099,12.808,11.465,12.786,11.981],"script":[0.618,0.661,0.096,0.093,0.094,1.021,0.094,0.469,0.092,0.579,0.094,0.803,0.091,0.75,0.785],"paint":[11.703,10.025,9.527,9.86,11.323,9.931,10.294,10.348,10.205,11.347,10.694,10.635,10.107,10.418,9.676]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.556,17.491,16.691,17.252,16.865,16.562,17.123,17.485,17.027,17.631,16.653,17.08,17.021,17.232,16.627],"script":[0.454,0.13,0.13,0.252,0.123,0.123,0.541,0.511,0.456,0.13,0.125,0.445,0.122,0.444,0.123],"paint":[15.667,16.511,15.574,15.755,15.421,15.342,15.385,16.048,15.766,16.449,15.545,15.18,15.889,15.363,15.714]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"07_create10k","values":{"total":[526.345,514.212,516.445,527.415,546.482,508.228,523.803,521.884,507.178,512.977,511.698,513.481,510.562,520.982,511.577],"script":[143.258,145.364,145.846,148.003,147.758,142.994,147.34,144.999,139.562,142.47,144.134,145.312,144.721,144.968,143.995],"paint":[375.596,360.336,362.899,371.35,390.202,357.689,368.791,369.401,360.217,362.537,360.218,360.755,358.46,368.554,360.159]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.462,60.835,61.973,60.582,59.429,60.204,59.433,58.388,58.902,58.146,60.061,58.996,59.453,59.693,60.791],"script":[16.168,16.941,16.419,16.516,16.385,16.387,16.304,16.145,15.702,16.114,16.344,16.096,16.483,16.582,16.248],"paint":[43.088,42.99,44.517,43.087,42.093,42.817,42.197,40.995,42.269,41.119,42.769,41.993,42.016,42.195,43.644]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.571,19.194,18.758,17.72,16.961,18.34,17.763,19.411,18.39,17.226,18.831,19.037,17.826,18.647,18.754],"script":[15.34,16.951,16.551,15.839,15.352,15.465,16.16,16.564,15.924,14.865,16.632,16.281,15.903,16.991,16.596],"paint":[1.772,1.507,1.71,1.271,1.499,2.216,0.849,2.09,2.332,2.252,1.446,1.785,1.803,1.535,2.042]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5601911544799805]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.7610979080200195]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.70988655090332]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.652177810668945]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.70702075958252]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.5800000000002]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.98]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[152.62799999999996]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[163.6630859375]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[25.3876953125]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.2763671875]}},{"framework":"ef-js-v0.17.5-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[91.3]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"01_run1k","values":{"total":[44.28,51.013,44.066,49.033,42.849,41.444,42.84,44.862,43.705,42.89,49.05,50.249,54.895,44.27,44.439],"script":[7.611,7.61,7.634,8.732,7.31,7.214,7.578,7.6,6.905,7.563,7.659,8.71,7.914,7.359,7.33],"paint":[34.949,35.889,35.728,35.561,34.606,33.788,34.03,35.654,34.101,33.844,34.877,35.197,36.12,34.125,35.9]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"02_replace1k","values":{"total":[29.15,25.734,23.666,25.747,29.51,30.892,24.901,23.917,22.38,22.894,21.542,27.056,21.996,21.934,23.547],"script":[6.191,6.293,5.807,6.017,6.05,5.843,6.109,6.033,6.063,5.782,5.713,6.16,5.971,5.965,5.792],"paint":[14.892,16.546,15.16,17.007,15.373,15.05,16.764,16.575,15.305,15.091,15.386,15.331,15.33,14.951,15.127]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.874,22.731,22.712,21.732,22.779,23.667,21.368,22.671,22.701,22.493,22.468,21.641,22.286,22.673,22.741],"script":[5.098,5.091,5.144,5.602,4.938,5.201,3.615,5.904,5.137,5.435,4.678,4.699,4.618,4.408,5.309],"paint":[16.47,15.845,15.144,15.02,14.985,16.822,15.391,15.893,15.55,15.961,16.428,14.889,15.464,15.743,15.206]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"04_select1k","values":{"total":[4.979,4.23,4.261,4.818,4.833,5.256,4.534,6.015,4.586,4.464,5.802,4.103,4.559,5.862,4.413,5.539,4.543,5.991,5.036,4.339,4.379,4.811,5.431,4.144,5.493],"script":[2.117,1.627,1.645,1.933,1.975,2.386,1.126,2.012,2.278,0.352,2.673,0.33,1.793,2.507,1.06,2.198,2.081,2.002,1.139,0.345,1.691,2.108,2.143,0.348,2.181],"paint":[2.559,1.656,1.074,2.452,2.065,2.136,2.256,2.049,2.131,2.817,2.509,2.751,2.504,1.107,3.158,1.371,2.271,2.46,1.964,2.714,2.543,1.935,1.991,2.646,3.012]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"05_swap1k","values":{"total":[14.849,14.886,14.679,15.621,14.375,14.618,15.2,14.543,14.705,14.189,14.722,16.986,13.708,14.528,16.072],"script":[1.217,1.022,2.06,2.388,2.692,1.178,2.067,2.458,1.126,1.819,1.35,1.084,1.175,2.313,1.226],"paint":[12.064,10.894,10.715,11.369,10.475,11.033,10.632,10.925,10.291,10.379,11.343,10.383,10.397,11.15,11.292]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[41.479,40.01,41.136,41.112,41.319,41.192,41.612,41.182,41.894,41.096,44.552,41.806,39.887,42.269,40.731],"script":[8.367,8.037,8.033,7.24,7.676,8.557,7.895,7.928,8.674,7.884,8.832,7.679,8.067,8.232,7.983],"paint":[32.277,31.149,32.245,32.048,32.079,31.865,32.896,32.097,32.357,32.025,34.58,32.466,31.042,32.622,31.131]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"07_create10k","values":{"total":[460.38,467.68,454.815,467.783,452.051,453.177,465.677,458.489,455.89,479.827,457.693,453.185,453.452,458.819,462.378],"script":[90.033,94.329,90.705,94.21,89.565,90.146,94.914,94.007,90.206,86.834,88.837,90.397,89.606,90.574,90.911],"paint":[358.618,363.079,354.139,361.964,352.905,352.669,357.473,354.474,355.971,382.941,356.608,352.7,353.566,358.518,361.694]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.839,56.69,51.154,49.922,52.236,49.876,56.53,55.88,49.175,55.08,55.934,58.877,55.212,57.727,56.375],"script":[8.068,8.329,8.621,8.034,8.839,8.056,9.079,7.892,8.25,8.035,8.309,8.191,8.758,8.129,8.112],"paint":[41.735,40.763,41.581,41.05,42.417,40.853,40.591,40.575,40.031,39.989,40.765,40.789,39.959,40.525,41.21]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.102,14.048,13.447,13.085,13.909,14.506,13.585,14.696,14.816,13.676,13.92,12.8,12.642,14.985,14.466],"script":[11.793,10.724,11.213,10.792,11.69,10.978,11.391,12.171,12.351,11.65,10.684,10.731,10.66,11.577,12.536],"paint":[1.41,1.578,1.842,2.179,1.979,1.945,2.066,2.402,2.337,1.517,2.134,1.953,1.677,2.266,1.793]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.549072265625]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.6256303787231445]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.665212631225586]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9619121551513672]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.870488166809082]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.1699999999998]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[18.435999999999993]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.25599999999997]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[160.677734375]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[22.40234375]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.15234375]}},{"framework":"elm-v0.19.1-3-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[77.8]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"01_run1k","values":{"total":[49.476,44.672,45.568,43.008,47.97,44.288,41.603,41.121,44.762,50.151,42.417,40.955,44.967,42.981,49.486],"script":[2.913,2.922,2.795,2.864,2.823,2.745,2.895,2.671,2.897,2.815,2.919,2.933,2.764,2.765,2.794],"paint":[37.258,36.96,37.002,38.744,37.352,38.293,38.012,38.258,37.092,36.808,37.753,37.306,37.695,38.39,38.026]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"02_replace1k","values":{"total":[26.427,25.447,19.167,22.024,20.373,19.772,22.032,24.971,20.025,19.916,19.941,19.994,25.489,19.857,21.204],"script":[4.32,4.251,3.907,3.99,3.844,3.96,3.979,4.172,4.157,3.89,3.934,4.192,3.912,3.991,4.253],"paint":[15.817,15.901,14.66,16.302,15.602,15.668,15.207,15.324,15.464,15.384,15.342,15.649,14.72,15.721,15.597]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.239,19.69,19.485,20.756,20.001,20.298,20.593,21.336,20.21,20.662,20.169,21.635,21.836,20.797,21.459],"script":[4.736,3.902,3.479,4.301,3.915,4.41,4.052,3.691,4.148,4.413,3.878,3.558,3.244,4.442,2.61],"paint":[15.647,15.659,15.561,15.711,15.944,14.874,16.403,17.504,15.934,15.491,16.013,16.681,17.402,16.044,17.124]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"04_select1k","values":{"total":[8.415,9.078,9.358,17.131,8.579,8.594,9.964,8.337,8.27,8.42,9.69,8.215,9.634,8.321,8.749,8.351,10.26,9.482,8.549,8.012,8.258,9.528,9.146,8.488,9.422],"script":[5.994,6.395,6.371,5.899,5.611,5.503,6.925,4.986,5.976,5.963,5.788,5.077,5.813,6.026,6.044,6.213,6.202,6.202,6.027,5.288,5.305,6.546,5.737,6.009,6.62],"paint":[1.434,2.301,1.931,2.88,2.273,2.933,1.923,2.112,1.422,1.699,2.345,1.959,2.671,2.153,2.582,2.026,3.014,1.316,1.506,2.607,1.201,2.836,2.836,2.318,2.662]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"05_swap1k","values":{"total":[13.229,11.825,12.615,13.075,12.391,13.341,13.946,12.761,12.299,12.641,12.562,12.64,13.277,12.569,13.287],"script":[0.786,1.267,0.833,0.276,1.514,1.24,1.168,1.18,1.305,0.743,1.723,1.166,1.294,1.108,1.919],"paint":[12.319,10.445,11.275,11.955,10.552,11.965,11.817,11.448,10.873,10.975,10.712,10.845,11.661,10.4,11.223]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.514,16.995,17.874,17.123,17.537,17.114,17.086,19.142,17.413,16.948,17.993,17.613,17.86,16.882,17.007],"script":[1.679,1.596,1.081,1.54,1.582,1.686,1.41,1.462,1.6,1.545,1.774,1.78,1.438,1.418,1.405],"paint":[15.375,15.034,15.501,15.426,15.083,15.279,14.65,15.442,15.46,15.081,15.72,15.673,15.743,15.326,15.088]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"07_create10k","values":{"total":[514.328,503.255,500.536,504.674,511.505,516.065,516.282,519.104,515.863,499.271,520.422,516.897,518.205,538.888,509.014],"script":[137.699,134.195,134.199,136.428,136.751,132.027,125.28,133.287,146.728,133.903,146.548,145.608,137.899,146.696,135.805],"paint":[367.785,364.808,362.928,364.739,368.166,376.658,380.472,381.725,365.667,361.892,370.416,362.111,370.259,382.906,367.049]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[66.622,55.827,66.913,66.937,64.111,56.757,65.463,67.001,64.885,64.362,65.098,59.331,57.776,57.65,65.261],"script":[11.871,11.217,12.14,11.975,11.229,12.03,12.262,11.664,12.427,11.515,11.437,12.26,11.834,11.927,11.806],"paint":[45.247,43.94,45.068,45.228,44.113,44.4,44.456,45.683,42.986,43.328,44.639,46.698,45.618,45.416,44.127]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.962,17.415,17.397,16.535,16.913,17.789,16.743,18.149,17.42,17.266,16.056,16.154,17.48,17.229,16.851],"script":[15.336,16.245,15.403,14.934,15.312,15.917,14.967,15.678,14.415,15.182,14.656,14.679,15.132,14.565,15.111],"paint":[1.397,1.078,1.765,1.542,1.539,1.089,1.713,2.404,1.97,1.374,0.859,1.416,1.12,2.57,1.686]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6559524536132812]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.249980926513672]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.435310363769531]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.191774368286133]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[35.6560583114624]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.4850000000001]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[26.599999999999998]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.856]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[179.7216796875]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[41.4462890625]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[12.2041015625]}},{"framework":"fast-v2.0.0-beta.26-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[83.9]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"01_run1k","values":{"total":[49.857,47.463,46.355,51.053,50.805,49.912,51.061,46.789,47.135,47.485,49.654,48.303,47.444,49.687,48.376],"script":[14.528,11.706,12.376,14.874,15.139,14.869,14.507,12.346,13.054,12.619,14.172,12.528,13.182,14.83,12.518],"paint":[35.135,35.589,33.656,35.976,35.471,34.849,36.361,34.232,33.863,34.676,35.277,35.534,34.054,34.667,35.621]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"02_replace1k","values":{"total":[34.863,33.925,33.877,30.596,33.539,30.697,29.953,30.736,30.53,32.552,31.009,32.93,33.466,33.657,31.073],"script":[14.533,14.254,14.283,14.127,14.545,14.603,13.849,14.536,14.443,14.025,14.267,14.062,14.595,14.165,14.574],"paint":[17.451,16.649,16.422,16.084,16.034,15.626,15.722,15.825,15.622,16.104,16.214,15.764,16.134,16.909,15.957]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[31.824,31.59,31.941,33.165,32.013,54.225,33.114,52.274,32.718,31.401,31.795,53.22,53.815,32.063,34.824],"script":[12.081,13.514,12.295,12.783,11.981,13.222,12.953,13.038,13.035,13.196,12.94,12.771,12.557,12.727,12.855],"paint":[18.306,16.664,19.164,19.426,18.048,17.531,18.945,18.306,17.608,16.897,16.972,16.313,18.125,17.232,21.2]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"04_select1k","values":{"total":[16.149,16.012,13.584,10.039,11.112,14.356,13.507,11.29,10.273,10.039,13.796,14.649,10.743,14.141,14.728,12.756,15.852,11.573,11.2,11.294,11.009,9.717,12.47,10.543,12.094],"script":[7.543,5.841,5.208,5.399,4.74,5.326,5.773,5.314,5.337,5.227,5.033,4.72,5.334,5.008,5.756,4.008,7.084,5.609,5.77,5.174,4.794,4.766,5.837,4.988,5.711],"paint":[3.709,3.299,4.165,2.667,4.46,4.237,3.524,2.853,3.991,3.487,4.356,3.84,3.797,4.222,3.724,4.109,5.814,3.498,3.33,3.97,4.686,3.772,4.295,3.711,3.701]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"05_swap1k","values":{"total":[17.967,38.714,39.036,41.511,18.331,40.485,18.238,40.724,18.451,18.147,41.682,18.24,18.458,19.158,39.228],"script":[4.724,5.375,5.567,4.749,4.797,5.178,5.671,5.181,5.258,4.6,5.351,4.754,4.957,5.218,4.732],"paint":[11.409,11.453,12.773,12.357,12.999,13.202,11.467,12.279,12.822,11.704,14.253,12.715,12.51,13.237,12.977]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[63.497,63.328,63.665,64.222,68.015,62.9,63.656,61.402,63.382,64.934,62.548,68.341,62.207,63.929,63.509],"script":[28.145,28.862,28.914,29.243,58.453,28.268,27.966,52.569,29.217,29.548,28.378,58.144,28.185,54.509,28.903],"paint":[33.321,32.879,33.251,33.428,36.608,33.333,34.016,31.568,32.642,33.034,32.487,37.25,32.118,33.352,32.493]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"07_create10k","values":{"total":[513.156,501.028,512.015,506.71,504.538,504.478,515.242,504.728,500.353,504.723,507.643,500.787,497.709,498.83,500.985],"script":[133.917,135.945,144.921,132.922,130.576,142.313,145.477,138.091,132.688,142.006,143.735,134.267,131.106,130.306,140.517],"paint":[370.511,358.256,361.214,362.057,363.032,354.717,363.873,360.831,358.995,356.839,357.86,355.373,356.456,357.63,351.544]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[79.455,82.478,82.097,81.433,60.987,60.76,81.518,83.696,59.262,61.259,60.416,82.041,62.24,61.072,79.066],"script":[16.22,17.71,16.765,17.895,17.598,16.56,15.661,17.529,16.635,15.909,17.135,16.453,16.119,17.031,16.069],"paint":[42.184,42.55,43.668,43.149,42.648,37.326,43.122,43.573,41.99,43.647,42.718,42.968,43.845,43.335,41.896]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[31.552,29.439,33.016,34.061,32.84,32.257,33.344,35.152,33.901,34.677,32.882,33.487,35.014,32.627,33.677],"script":[27.081,27.87,28.57,28.917,28.448,27.164,28.749,29.915,28.666,30.55,29.149,29.477,29.805,28.315,29.049],"paint":[3.475,0.771,4.183,3.314,3.33,3.335,3.542,3.832,4.073,3.403,3.485,3.022,4.312,3.29,3.004]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5688142776489258]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.1097002029418945]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.24439811706543]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8746414184570312]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[43.73656368255615]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.525]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.351999999999997]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.336]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.8505859375]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.576171875]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.703125]}},{"framework":"frei-hooks-v1.0.18-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[78.5]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"01_run1k","values":{"total":[53.55,52.205,52.864,50.669,52.64,53.706,52.75,52.436,51.496,52.506,52.345,52.061,52.825,52.771,53.96],"script":[14.925,14.097,14.728,14.176,14.541,14.724,14.888,14.783,14.508,15.059,14.328,14.553,15.008,14.999,15.365],"paint":[37.897,37.539,37.66,36.03,37.595,38.489,37.397,37.16,36.491,36.992,37.356,37.023,37.336,37.272,37.874]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"02_replace1k","values":{"total":[24.916,26.247,26.09,24.409,24.909,25.262,24.517,24.305,26.649,26.081,26.014,26.188,26.222,24.637,26.15],"script":[8.9,9.194,9.084,8.893,8.839,8.937,8.802,8.574,9.411,9.026,9.731,9.205,9.545,8.752,9.722],"paint":[15.587,16.585,16.342,15.01,15.578,15.818,15.227,15.277,16.603,16.549,15.664,16.405,16.038,15.349,15.801]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[30.017,29.379,30.205,29.121,29.066,30.102,29.225,28.775,29.503,29.822,29.825,28.37,27.346,29.448,28.661],"script":[11.391,11.704,12.074,12.135,11.304,11.389,11.494,11.062,11.428,11.731,12.09,11.19,11.098,11.361,10.93],"paint":[16.592,15.841,16.52,15.189,16.011,16.442,16.018,15.812,16.678,16.605,15.68,15.243,15.505,16.708,16.608]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"04_select1k","values":{"total":[8.876,8.273,8.269,8.873,8.008,8.446,7.837,8.629,8.679,8.532,8.636,8.934,7.468,7.79,9.362,9.154,8.327,8.14,7.786,8.88,8.227,7.565,9.726,8.244,7.841],"script":[4.942,5.286,5.494,5.867,5.13,5.389,4.939,5.205,5.851,5.004,5.76,6.188,4.993,4.993,5.726,6.051,5.406,4.791,4.997,5.469,4.975,5.032,5.651,5.286,5.029],"paint":[3.016,2.862,1.886,2.205,1.999,2.354,1.546,3.058,2.14,2.138,1.528,2.552,2.339,1.326,2.27,2.903,1.745,1.54,1.857,2.284,2.564,1.552,2.872,1.889,1.672]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"05_swap1k","values":{"total":[17.611,17.789,17.183,16.802,17.2,17.607,17.612,17.563,17.048,17.709,17.391,17.437,18.177,17.462,17.276],"script":[4.983,5.259,5.2,5.299,4.632,5.617,4.869,5.182,5.005,5.754,4.903,4.744,5.068,5.504,4.718],"paint":[10.845,11.069,9.835,9.825,10.728,10.075,10.996,11.021,11.213,10.003,10.566,10.538,11.649,10.106,10.386]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[50.563,51.136,49.419,48.588,53.215,49.351,47.961,52.657,52.787,50.609,47.917,49.792,49.87,49.174,49.986],"script":[17.311,18.215,16.36,16.166,18.352,16.756,15.827,17.698,16.802,16.167,15.666,17.046,16.785,17.15,17.149],"paint":[32.213,31.749,31.438,31.262,33.63,31.734,31.106,33.704,34.294,33.149,31.048,31.699,31.863,31.137,31.696]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"07_create10k","values":{"total":[526.116,537.996,543.94,534.567,518.206,531.203,535.38,519.281,539.87,536.883,538.995,513.752,518.413,539.414,524.124],"script":[148.9,149.652,154.299,147.348,147.677,146.982,149.427,147.671,151.453,148.612,146.511,145.492,146.346,149.231,146.758],"paint":[369.214,380.811,382.251,379.517,363.027,376.863,377.813,364.238,380.707,380.889,385.057,360.908,364.48,382.55,369.128]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[62.779,63.663,61.845,62.422,66.033,63.71,63.511,63.524,62.79,63.236,63.841,64.4,62.181,61.824,62.92],"script":[18.537,19.4,18.5,18.126,19.741,18.704,18.709,18.496,18.365,18.227,18.26,18.796,18.59,18.365,18.462],"paint":[43.293,43.31,42.45,43.424,45.106,43.753,43.595,43.997,43.453,44.038,44.64,44.192,42.599,42.549,43.511]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[22.852,22.561,23.711,22.399,22.891,22.982,23.649,22.386,21.623,22.667,22.851,20.941,22.693,23.914,23.817],"script":[20.622,20.063,21.851,20.921,20.481,20.756,21.379,20.471,19.396,20.196,20.926,19.493,20.512,21.164,21.886],"paint":[1.572,2.406,1.758,0.4,2.277,1.673,1.568,0.735,1.684,2.368,1.094,0.421,1.623,1.938,1.317]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6318216323852539]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.917433738708496]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.185649871826172]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.260995864868164]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.072165489196777]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.785]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.124000000000002]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[162.14400000000006]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[201.3935546875]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[63.119140625]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[13.2578125]}},{"framework":"gyron-v0.0.16-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[107.5]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[52.158,51.886,50.393,52.14,54.057,50.95,51.197,51.322,50.965,50.296,49.561,51.132,50.503,52.434,51.451],"script":[12.177,12.459,11.997,12.363,13.626,12.728,12.525,12.288,12.204,12.372,11.821,12.425,11.431,12.57,12.825],"paint":[39.51,38.716,37.944,39.293,39.784,37.51,37.985,38.541,38.082,37.404,37.198,38.211,38.351,39.301,37.898]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[23.43,23.907,24.828,25.872,23.96,23.915,23.739,23.161,23.715,25.123,23.394,24.882,23.554,23.348,24.917],"script":[7.327,8.058,8.506,8.525,7.381,8.004,7.988,7.495,8.078,8.173,7.444,8.053,7.62,7.201,8.381],"paint":[15.604,15.376,15.815,16.639,16.084,15.36,15.275,15.181,14.964,16.34,15.473,16.198,15.457,15.665,15.91]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[45.956,43.822,44.693,43.966,43.611,46.963,42.11,44.841,45.919,45.996,42.42,46.701,43.189,45.128,42.017],"script":[27.832,25.735,27.445,25.461,26.089,28.102,24.566,27.199,27.203,26.945,24.973,27.985,25.548,26.197,24.335],"paint":[16.512,16.129,15.35,17.197,15.799,16.776,14.968,15.747,16.394,16.299,16.383,16.101,16.303,17.073,15.826]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[27.271,29.336,27.761,26.035,27.24,28.484,27.392,30.169,28.695,26.323,26.127,25.452,27.912,28.555,31.02,28.45,26.356,29.278,25.962,28.017,30.965,26.931,27.317,27.674,24.853],"script":[23.162,25.724,23.434,22.076,22.337,23.931,23.857,26.436,25.389,22.743,22.883,21.284,23.626,24.822,27.581,25.175,22.03,25.314,22.216,24.143,25.625,23.079,23.734,24.722,21.126],"paint":[3.2,2.99,2.366,2.716,2.759,3.099,2.299,2.5,1.934,2.929,1.703,2.677,3.036,2.632,2.467,2.308,3.053,1.714,2.551,2.073,3.587,2.87,1.953,1.954,2.464]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[38.157,36.632,37.674,36.659,38.688,36.435,36.239,37.194,36.556,36.079,37.484,37.89,35.706,35.739,36.988],"script":[23.909,23.914,24.279,23.075,24.939,23.793,23.096,24.071,23.041,23.426,24.242,24.308,22.582,22.878,24.111],"paint":[12.619,11.262,10.89,11.694,11.587,11.564,11.429,11.704,12.043,10.955,11.835,11.079,11.143,10.615,11.039]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[45.905,47.378,47.024,46.942,47.185,46.345,46.05,46.664,48.426,46.093,48.462,47.297,47.823,50.012,49.369],"script":[12.191,13.142,12.971,12.711,13.332,13.031,12.476,13.395,14.877,12.814,13.654,12.979,13.654,13.648,15.502],"paint":[32.267,33.006,32.809,33.072,32.533,32.032,32.276,32.384,32.099,32.392,33.495,32.856,32.648,35.546,32.465]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[523.446,524.806,519.554,535.794,537.65,524.336,522.466,543.866,509.209,524.965,506.617,509.506,523.061,546.607,537.465],"script":[130.935,133.502,132.48,130.349,131.933,131.47,134.256,134.447,133.765,133.279,130.328,134.446,131.212,135.207,132.906],"paint":[384.662,383.791,379.773,397.725,398.149,384.895,380.429,402.052,367.625,384.088,368.849,367.467,384.489,403.284,396.904]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[65.973,68.501,66.166,67.232,66.53,68.495,66.108,67.427,65.592,66.858,68.294,67.557,67.711,66.692,65.497],"script":[22.545,23.085,22.179,22.464,22.855,22.496,22.724,22.8,21.795,21.967,23.193,22.731,22.612,22.973,21.986],"paint":[42.456,44.403,42.673,43.81,42.69,44.76,42.386,43.387,42.883,43.937,44.135,43.885,43.887,42.732,42.58]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[27.487,27.126,26.924,28.238,26.846,27.923,27.356,27.478,25.963,26.629,26.092,27.212,24.891,25.818,25.318],"script":[25.004,24.913,25.196,26.06,24.823,25.577,24.075,24.785,23.641,24.106,23.915,25.303,22.441,23.596,23.463],"paint":[1.609,1.666,0.844,2.054,1.147,2.231,3.103,1.805,2.215,2.371,2.045,1.761,2.333,2.082,1.762]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8624038696289062]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.866366386413574]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.294651985168457]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.953431129455566]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[49.00720405578613]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.15]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[32.756]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[164.84799999999996]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[290.7119140625]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[152.435546875]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.8876953125]}},{"framework":"halogen-v7.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[216.9]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"01_run1k","values":{"total":[59.103,57.031,59.697,57.226,56.5,57.564,56.249,58.864,56.551,57.118,60.485,57.181,56.245,56.686,56.265],"script":[21.532,21.603,24.265,20.646,21.211,22.149,21.161,21.779,21.53,21.327,23.325,21.553,20.653,21.156,21.005],"paint":[37.154,35,34.964,36.097,34.841,34.909,34.618,36.592,34.572,35.279,36.437,34.892,35.156,35.11,34.793]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"02_replace1k","values":{"total":[29.092,28.942,26.573,27.044,28.603,28.982,28.108,27.257,29.887,27.91,28.106,28.715,27.188,29.346,28.374],"script":[12.922,12.705,11.803,12.112,12.577,12.854,12.12,12.285,12.831,12.026,12.315,12.632,11.853,12.915,12.867],"paint":[15.699,15.755,14.32,14.458,15.345,15.67,15.493,14.491,16.534,15.25,15.31,15.616,14.795,15.96,15.036]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.566,19.373,20.522,19.798,18.801,19.246,19.386,18.524,19.619,19.159,19.062,18.703,18.732,18.683,18.626],"script":[2.57,2.166,3.046,2.004,1.96,1.814,2.43,1.548,2.541,2.426,1.937,2.593,2.398,2.318,1.953],"paint":[15.646,15.619,15.242,16.111,14.854,15.606,15.17,15.691,15.763,15.973,15.316,15.02,14.77,15.267,14.873]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"04_select1k","values":{"total":[6.208,7.33,6.763,6.422,6.112,6.061,7.022,6.821,6.559,7.5,6.197,7.172,6.161,5.954,6.413,6.751,6.113,6.149,5.329,6.267,6.353,6.804,6.323,6.942,6.61],"script":[3.075,3.125,2.914,4.17,3.536,3.522,3.976,3.63,3.988,3.706,2.733,3.546,3.658,3.165,3.738,3.501,3.491,3.429,3.391,3.128,3.615,3.687,2.929,3.664,3.993],"paint":[2.583,3.429,3,1.435,1.574,1.063,2.006,1.837,1.986,2.9,2.785,1.931,2.302,2.643,2.086,1.996,2.472,1.896,1.604,1.962,1.798,2.422,2.512,2.064,1.907]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"05_swap1k","values":{"total":[12.843,13.052,12.757,12.322,11.781,12.873,12.75,12.853,13.004,13.166,12.423,13.088,13.055,12.82,13.092],"script":[0.133,0.135,0.77,0.59,0.132,0.988,0.341,0.859,0.134,0.66,0.131,0.884,0.898,0.141,0.828],"paint":[10.937,10.334,10.865,10.447,10.2,9.417,10.656,9.822,11.068,11.171,10.458,10.324,10.327,10.886,10.358]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[16.647,17.623,17.068,17.397,17.401,17.047,17.854,16.629,16.205,17.097,17.71,17.786,17.278,17.642,18.117],"script":[0.456,0.272,0.142,0.271,0.526,0.285,0.133,0.183,0.111,0.358,0.471,0.126,0.466,0.473,0.368],"paint":[15.346,15.889,15.811,15.768,15.722,15.959,16.511,15.109,15.304,15.811,15.8,16.06,15.967,16.252,16.723]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"07_create10k","values":{"total":[637.545,627.025,639.103,636.092,638.33,636.976,637.967,640.315,633.482,639.876,641.1,627.784,634.897,634.391,639.705],"script":[233.109,235.702,241.206,238.284,242.038,238.679,244.321,240.151,236.012,238.967,236.814,236.016,235.303,236.007,238.393],"paint":[396.953,383.162,390.282,390.36,388.823,390.827,385.849,391.815,390.1,393.531,396.734,383.896,392.124,390.588,393.554]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[74.527,72.083,74.65,73.432,74.56,75.231,71.409,75.398,73.249,73.767,74.884,72.456,72.845,72.902,74.811],"script":[31.708,29.243,29.691,30.453,30.392,30.761,28.878,30.703,29.922,29.944,30.008,28.691,29.025,29.731,30.758],"paint":[41.845,41.893,44.1,41.978,43.177,43.516,41.573,43.451,42.439,42.755,43.808,42.721,42.875,42.16,43.129]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.416,14.977,15.192,15.463,15.033,15.571,14.96,15.215,15.173,15.021,14.658,15.075,15.266,15.119,14.756],"script":[12.959,12.596,13.06,12.954,13.3,13.028,12.748,13.015,12.426,13.436,11.98,13.15,13.088,12.397,12.943],"paint":[1.629,1.857,2.009,1.494,1.379,2.446,2.107,2.063,1.992,1.471,2.508,1.823,1.03,2.578,1.708]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5006036758422852]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.947092056274414]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.036386489868164]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.232706069946289]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.689406394958496]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.535]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.328]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[163.1040000000001]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.0576171875]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.78125]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.0498046875]}},{"framework":"hydro-js-v1.5.14-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[74.6]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"01_run1k","values":{"total":[46.299,37.491,40.069,39.309,45.761,44.835,45.824,44.331,44.544,43.868,41.954,46.558,45.284,41.198,42.203],"script":[1.281,1.199,1.338,1.31,1.37,1.311,1.298,1.355,1.274,1.296,1.318,1.314,1.354,1.342,1.366],"paint":[35.686,35.259,35.436,34.931,35.363,37.33,35.4,35.303,35.488,34.878,36.138,36.165,36.394,36.69,37.643]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"02_replace1k","values":{"total":[23.343,18.716,23.948,16.206,16.49,16.242,17.42,17.434,16.522,16.619,18.213,24.307,19.039,16.236,16.795],"script":[1.108,1.066,1.064,1.064,1.066,1.035,1.095,1.064,1.056,1.11,1.117,1.206,1.106,1.063,1.086],"paint":[15.469,14.922,14.414,15.02,15.299,15.088,14.101,14.585,14.415,14.728,14.86,14.949,15.697,15.05,15.562]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.948,18.211,17.363,17.726,18.381,17.061,18.982,18.745,17.801,19.384,17.708,17.298,17.675,18.939,17.149],"script":[1.343,1.991,0.895,1.514,1.219,2.093,1.741,1.06,1.145,1.802,1.694,1.347,1.376,1.569,2.024],"paint":[15.968,14.834,15.503,16.065,16.156,14.861,16.943,17.384,16.372,16.883,15.905,15.807,15.558,16.433,14.774]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"04_select1k","values":{"total":[3.474,4.312,3.712,4.489,3.582,4.316,4.176,4.084,4.031,3.973,3.923,4.371,3.62,4.29,4.177,4.058,4.299,3.507,4.151,4.715,4.39,4.13,4.778,4.447,3.736],"script":[0.716,1.541,1.895,1.153,1.03,1.13,1.36,0.994,1.173,1.318,0.587,0.815,1.487,1.877,1.275,1.418,1.543,0.956,1.358,2.135,1.343,1.245,1.113,1.556,0.287],"paint":[2.151,2.144,1.68,2.43,2.402,1.837,2.496,2.678,2.265,2.205,2.364,2.902,1.826,1.633,2.72,1.555,2.593,1.769,1.957,2.413,2.876,2.722,2.418,2.722,2.559]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"05_swap1k","values":{"total":[12.315,12.028,12.021,12.824,12.421,12.078,11.947,13.179,12.929,14.817,13.315,11.654,13.122,12.814,12.738],"script":[0.905,0.654,0.852,2.125,1.704,0.582,1.747,1.661,0.612,1.095,1.109,0.661,0.272,1.96,0.927],"paint":[10.545,10.806,11.062,9.782,10.121,10.472,10.088,10.729,11.975,11.433,11.398,10.877,11.834,10.587,10.24]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[32.498,32.402,34.144,32.295,32.489,34.329,32.563,36.413,35.394,31.904,32.92,32.345,33.169,34.894,33.094],"script":[1.438,1.419,1.672,1.807,1.787,1.487,1.535,1.734,2.21,1.552,1.639,1.883,2.013,2.41,1.77],"paint":[30.55,30.464,32.099,30.352,30.278,32.362,30.887,34.523,32.729,29.733,31.144,30.305,30.993,32.314,31.113]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"07_create10k","values":{"total":[477.881,466.788,468.506,465.734,491.837,469.694,476.725,483.611,472.176,487.203,481.26,479.72,457.387,490.297,489.52],"script":[97.617,97.354,96.31,95.911,96.256,96.935,96.26,99.133,97.655,96.969,97.411,99.493,98.496,96.39,98.477],"paint":[376.557,363.532,368.646,362.896,383.728,368.423,376.905,374.691,370.913,379.941,380.263,376.709,355.33,388.566,387.307]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.13,56.483,50.427,57.124,57.348,52.067,58.833,51.026,57.516,60.893,58.857,51.897,51.221,57.285,52.316],"script":[11.258,9.745,9.515,9.82,9.739,10.155,10.107,9.924,9.964,10.065,9.74,9.964,9.897,10.197,10.041],"paint":[42.372,40.627,40.571,41.247,41.593,41.611,42.508,40.821,41.493,41.983,42.687,41.602,40.916,41.054,41.938]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.935,12.939,13.276,12.978,14.777,13.953,14.416,13.367,13.318,14.368,14.282,14.353,14.203,13.614,13.794],"script":[13.302,11.788,10.925,11.175,12.628,11.132,12.217,12.172,11.488,12.522,13.065,12.111,11.836,11.62,11.265],"paint":[0.759,1.098,1.312,1.741,2.089,1.615,1.002,1.129,1.767,1.678,1.155,2.183,2.298,1.933,1.742]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7539587020874023]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.5500259399414062]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.603738784790039]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[3.5029678344726562]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[27.28204917907715]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2177.96]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.395999999999997]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[151.82399999999996]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[202.3759765625]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[64.1015625]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.0302734375]}},{"framework":"imba-v1.5.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[112.9]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"01_run1k","values":{"total":[115.732,116.939,123.709,115.98,116.287,114.203,113.489,114.118,116.229,124.276,113.855,123.485,114.483,113.63,123.533],"script":[17.863,17.204,17.484,17.271,17.071,17.549,17.21,17.253,16.743,17.831,17.625,17.668,17.929,17.265,17.773],"paint":[31.61,32.027,35.547,31.886,32.804,31.924,33.288,34.702,32.04,32.165,31.859,32.059,31.818,33.243,32.229]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"02_replace1k","values":{"total":[88.676,90.334,88.714,86.882,88.011,88.514,88.676,88.513,87.821,88.226,88.358,90.032,88.664,90.35,88.717],"script":[17.755,17.727,17.824,17.774,15.947,17.675,17.623,18.438,18.012,17.922,17.685,17.698,17.896,18.453,17.726],"paint":[16.905,14.953,16.089,15.217,14.865,14.996,15.908,16.801,15.618,15.126,14.775,15.444,14.823,15.721,14.861]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[160.667,158.438,165.438,157.503,164.647,165.618,159,166.589,156.438,164.289,163.613,159.412,158.49,157.009,159.783],"script":[66.7,66.688,68.293,66.126,67.478,67.266,69.266,69.217,69.006,66.857,67.618,65.79,67.205,67.461,66.152],"paint":[16.114,17.148,16.867,17.28,17.66,17.785,15.806,17.448,15.662,16.987,17.369,17.113,16.583,16.818,17.145]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"04_select1k","values":{"total":[123.629,122.839,126.465,121.36,124.208,123.78,121.236,120.342,123.36,119.039,122.196,123.02,114.557,124.993,123.172,124.133,121.674,121.792,124.262,118.536,123.527,122.8,126.278,126.733,121.818],"script":[64.461,63.52,63.824,64.221,66.141,62.432,67.56,63.244,64.5,62.488,66.03,64.388,64.515,65.524,64.154,63.96,63.858,67,64.275,65.099,64.153,63.791,64.137,64.567,66.163],"paint":[3.11,3.114,2.907,3.546,3.843,3.415,2.609,3.042,3.525,4.216,3.195,2.615,2.784,3.454,2.316,4.455,3.359,3.203,3.646,2.684,4.156,3.319,3.056,4.127,3.541]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"05_swap1k","values":{"total":[159.338,159.037,162.958,158.759,158.493,159.411,159.677,165.118,161.465,159.264,158.749,160.763,160.206,157.277,153.113],"script":[66.691,65.941,66.066,65.736,63.965,63.828,66.638,66.577,65.316,67.826,63.858,67.777,68.163,65.585,62.85],"paint":[11.176,11.151,12.924,13.179,11.535,12.058,11.765,12.145,11.75,12.486,11.147,12.573,11.966,12.496,12.565]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[116.639,115.308,124.799,118.336,120.028,121.916,117.23,117.328,116.809,116.906,116.117,116.471,115.729,119.599,119.668],"script":[31.325,31.172,37.1,31.794,31.21,35.703,31.704,31.754,31.789,31.259,32.232,31.95,31.999,31.282,31.242],"paint":[31.886,31.553,32.186,31.221,33.795,31.575,31.63,32.165,33.067,31.147,32.983,31.57,31.789,32.92,31.735]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"07_create10k","values":{"total":[956.138,963.316,946.998,957.068,949.33,956.733,941.373,958.869,950.195,958.84,956.031,938.439,966.605,964.574,948.178],"script":[169.177,165.143,157.977,166.429,166.153,166.44,159.48,167.17,160.852,166.559,164.297,164.683,166.671,159.13,157.83],"paint":[369.943,374.154,369.41,368.492,365.028,366.268,368.337,369.169,364.409,366.834,374.874,362.486,377.234,370.147,374.559]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[146.72,147.229,147.625,145.965,145.623,148.315,147.122,146.648,147.421,145.754,146.774,147.603,147.541,146.649,141.044],"script":[32.362,33.37,32.516,32.893,31.62,33.033,32.01,33.45,33.01,31.91,32.228,31.69,33.118,32.515,32.297],"paint":[36.539,36.374,36.663,36.298,36.054,37.496,36.497,36.615,36.239,36.242,36.029,36.757,36.119,36.445,36.095]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[63.546,72.173,107.346,70.976,64.506,73.086,66.013,61.504,66.827,66.51,67.961,71.873,64.832,70.573,72.763],"script":[19.386,18.205,17.094,18.089,17.308,16.535,16.775,17.213,18.02,15.988,16.968,16.054,18.107,19.151,16.493],"paint":[1.204,1.935,2.662,1.263,1.637,2.499,1.969,1.883,1.714,3.218,1.968,1.722,1.413,2.539,2.105]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[5.281101226806641]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.964672088623047]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.190705299377441]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.863640785217285]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.352617263793945]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[6719.331999999999]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[671.5800000000008]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[973.1880000000004]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[1085.0537109375]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[946.77734375]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[243.220703125]}},{"framework":"incr_dom-v0.15.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[1492.4]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"01_run1k","values":{"total":[41.379,39.256,39.6,38.832,38.676,40.823,39.867,39.862,41.689,39.779,39.728,40.846,40.098,39.96,39.848],"script":[3.766,3.677,3.677,3.691,3.906,3.809,3.805,3.879,3.773,3.955,3.772,3.762,3.768,4.005,3.726],"paint":[36.93,34.904,35.196,34.692,34.326,36.328,35.386,35.306,37.219,35.095,35.534,36.426,35.858,35.52,35.505]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"02_replace1k","values":{"total":[16.814,16.767,16.635,16.422,16.874,16.29,17.527,17.021,17.108,17.788,16.601,17.627,18.083,18.088,16.454],"script":[1.262,1.297,1.513,1.411,1.297,1.426,1.444,1.387,1.324,1.348,1.3,1.303,1.413,1.498,1.241],"paint":[14.956,14.951,14.653,14.572,15.134,14.32,15.624,15.171,15.356,16.001,14.852,15.719,16.268,16.025,14.761]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.208,17.575,18.114,18.961,18.192,18.804,18.107,19.289,19.021,18.525,18.309,18.905,17.448,17.784,17.86],"script":[1.315,0.999,1.241,1.905,1.618,1.009,1.594,1.611,1.933,1.016,1.294,1.809,1.766,1.616,1.548],"paint":[15.624,14.992,14.692,14.984,15.359,16.117,15.099,15.2,14.85,15.905,15.729,15.21,14.335,14.21,14.487]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"04_select1k","values":{"total":[3.271,3.091,2.86,3.427,3.256,3.06,2.576,3.751,3.753,2.761,3.718,3.753,4.068,3.91,3.373,4.341,3.346,3.974,3.992,3.932,2.72,3.909,3.276,4.085,4.196],"script":[0.21,0.684,0.954,0.68,0.193,0.596,0.646,0.966,1.188,0.736,0.937,1.08,1.218,1.206,1.136,1.278,1.051,0.901,1.76,1.182,0.192,0.986,0.569,0.954,0.663],"paint":[2.912,2.3,1.69,2.235,1.938,1.241,1.825,2.654,1.375,1.897,1.942,2.535,2.713,1.836,1.119,2.212,2.165,1.931,1.273,1.61,2.375,2.794,1.804,2.476,2.275]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"05_swap1k","values":{"total":[12.59,12.148,12.273,12.917,12.872,12.885,15.269,12.664,13.239,12.668,12.566,13.616,13.793,14.553,12.755],"script":[1.033,0.897,1.108,1.183,0.989,1.061,0.991,0.193,0.837,0.734,0.976,1.208,0.913,1.247,0.919],"paint":[10.54,10.17,9.35,9.83,10.533,10.011,11.38,10.641,11.124,9.735,9.684,11.093,11.349,11.189,10.782]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.501,34.769,34.8,34.507,34.015,34.187,35.552,33.33,34.941,34.753,37.72,36.432,34.404,34.989,34.036],"script":[2.597,2.9,2.527,2.52,2.492,2.78,2.732,2.439,2.56,2.614,2.908,2.538,3.039,2.594,2.604],"paint":[31.421,31.062,30.675,31.003,30.572,30.649,32.011,30.018,31.058,30.535,33.511,32.595,30.501,31.233,30.468]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"07_create10k","values":{"total":[408.559,406.948,403.612,410.277,410.933,402.091,412.214,410.064,401.462,410.135,410.229,410.338,404.669,403.354,409.997],"script":[53.972,53.553,47.587,53.586,55.11,47.775,53.662,53.398,50.397,49.992,55.05,54.125,47.774,48.751,54.761],"paint":[346.378,345.989,348.35,349.272,348.277,347.061,351.121,349.194,343.871,352.776,347.77,348.741,349.762,347.225,347.876]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.003,48.373,48.503,47.051,48.351,47.82,47.049,48.785,48.499,47.164,48.827,48.066,47.49,48.404,47.13],"script":[5.482,5.886,5.548,5.639,5.632,5.654,5.61,5.656,5.731,5.121,5.685,5.504,5.66,5.575,5.613],"paint":[41.319,41.086,41.961,40.492,41.593,41.233,40.622,41.933,41.824,41.103,41.934,41.641,40.639,41.895,40.579]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.67,14.203,13.243,14.181,14.09,13.91,13.248,13.758,14.337,13.976,13.411,13.155,14.031,13.542,13.809],"script":[11.876,11.884,11.105,11.823,11.433,11.986,11.564,11.824,11.873,11.689,11.235,10.949,12.113,11.511,12.23],"paint":[2.162,2.184,2.046,1.544,1.956,1.08,1.584,1.083,1.936,1.647,1.511,1.6,0.974,1.911,1.478]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5238323211669922]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6792469024658203]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.727142333984375]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7926721572875977]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.125999450683594]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.3350000000003]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.972]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.42]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[165.4326171875]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[27.158203125]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.9365234375]}},{"framework":"inferno-v8.2.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[86.8]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"01_run1k","values":{"total":[43.23,44.212,43.006,42.482,43.012,43.543,43.438,43.24,44.013,42.247,44.035,43.99,43.235,43.433,43.558],"script":[6.215,6.139,5.832,6.179,6.201,6.149,6.085,6.311,6.197,5.801,5.931,6.136,5.997,6.177,5.876],"paint":[36.597,37.606,36.741,35.86,36.368,36.93,36.912,36.492,37.353,36.019,37.655,37.147,36.766,36.536,37.237]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"02_replace1k","values":{"total":[15.486,16.319,15.017,16.576,15.239,16.494,16.739,16.59,16.823,16.724,17.14,16.252,15.235,16.255,15.662],"script":[1.098,1.197,1.063,1.159,1.051,1.149,1.116,1.172,1.136,1.106,1.18,1.127,1.054,1.176,1.068],"paint":[13.95,14.512,13.458,14.835,13.75,14.737,15.124,14.976,15.258,15.135,15.496,14.767,13.759,14.725,14.149]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.316,15.997,17.642,17.243,18.54,18.425,19.021,18.347,16.865,17.413,17.611,16.725,19.242,17.871,17.676],"script":[0.933,0.525,0.547,1,1.03,0.782,0.2,0.833,0.546,0.53,0.925,0.936,0.533,0.188,0.838],"paint":[15.321,14.488,15.767,14.797,15.603,16.334,17.215,15.927,14.737,15.351,15.356,14.267,16.96,15.707,15.637]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"04_select1k","values":{"total":[2.48,2.864,2.512,2.436,3.544,2.707,4.495,3.079,2.998,3.083,2.875,2.87,2.859,3.402,3.916,3.699,2.982,3.977,3.526,2.445,2.947,2.882,3.123,3.378,3.628],"script":[0.069,0.073,0.062,0.713,0.766,0.064,0.063,0.067,0.062,0.837,0.062,0.074,0.895,0.062,0.081,0.072,0.716,1.034,0.096,0.061,0.73,0.074,0.62,0.906,1.117],"paint":[2.28,1.593,1.531,1.624,1.895,2.511,3.192,1.824,2.344,1.381,1.794,2.669,1.376,3.016,3.569,3.489,2.153,1.596,2.875,2.271,2.111,2.29,2.051,2.346,1.68]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"05_swap1k","values":{"total":[13.348,13.505,11.996,11.935,14.119,12.302,12.076,13.057,11.74,12.017,12.111,12.359,13.161,12.245,12.127],"script":[0.064,0.293,0.241,0.455,0.614,0.075,0.069,0.071,0.07,0.081,0.31,0.068,0.589,0.075,0.08],"paint":[11.593,10.425,9.851,9.969,11.637,11.04,10.292,10.814,10.387,10.878,10.495,11.067,10.34,10.841,10.794]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.277,34.166,35.366,35.7,34.172,33.305,34.046,34.479,33.958,34.121,34.236,34.326,34.356,33.85,34.305],"script":[2.374,2.36,2.336,2.549,1.906,1.918,2.216,1.972,2.057,2.348,2.316,1.972,2.144,2.337,2.102],"paint":[31.624,30.375,31.847,31.539,31.505,30.284,31.104,31.676,30.73,30.67,30.583,31.061,31.145,30.567,31.252]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"07_create10k","values":{"total":[445.605,448.787,439.596,442.403,439.327,442.834,445.873,442.676,445.882,448.403,446.19,444.095,441.654,447.693,449.399],"script":[73.796,73.647,73.026,71.376,71.049,72.237,71.701,70.82,73.682,74.092,73.077,70.851,70.469,72.832,73.504],"paint":[364.397,367.548,359.13,363.045,360.596,362.415,366.738,363.85,364.992,367.063,365.713,365.665,363.537,367.288,368.175]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.07,49.31,49.788,48.348,48.115,49.32,48.45,49.437,49.55,47.692,47.658,49.443,49.603,49.503,48.215],"script":[5.366,5.347,5.291,5.395,5.281,5.304,5.321,5.293,5.418,5.404,5.295,5.504,5.301,5.396,5.264],"paint":[42.668,42.897,43.272,41.742,41.926,43.086,42.222,42.946,43.337,41.403,41.399,42.692,43.082,42.889,42.143]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.525,13.539,13.703,13.863,14.028,13.866,13.962,12.456,14.304,14.016,13.305,14.165,13.545,14.086,13.967],"script":[11.81,11.695,11.495,11.683,11.892,11.584,11.549,10.822,11.745,11.862,11.829,11.55,11.128,12.012,11.651],"paint":[1.604,1.749,2.099,2.088,2.04,1.153,1.701,0.729,2.466,1.176,0.404,2.507,1.902,1.509,1.406]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6093759536743164]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.993886947631836]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.9823732376098633]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8629579544067383]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[15.572154998779297]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.5300000000002]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[33.89999999999999]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[165.088]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[164.6904296875]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[26.1337890625]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[9.73828125]}},{"framework":"kobold-v0.9.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[81.1]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"01_run1k","values":{"total":[58.554,61.228,61.234,59.891,61.261,62.736,59.905,60.393,62.572,62.436,62.59,63.725,61.323,59.09,62.38],"script":[22.376,22.637,23.709,22.026,22.318,23.568,21.757,22.276,23.551,23.803,23.29,23.818,23.231,21.797,23.521],"paint":[35.736,38.174,37.064,37.411,38.494,38.697,37.623,37.647,38.53,38.173,38.823,39.201,37.622,36.815,38.206]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"02_replace1k","values":{"total":[38.882,37.695,36.474,39.989,38.947,38.906,38.694,39.11,39.169,38.485,36.537,37.895,39.142,38.648,36.359],"script":[22.64,21.903,20.768,22.909,22.625,22.292,22.319,22.722,22.529,22.427,20.973,22.037,22.68,22.04,20.792],"paint":[15.594,15.256,15.226,16.672,15.841,15.942,15.748,15.905,16.144,15.58,15.092,15.339,15.995,16.118,15.061]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[75.437,72.228,77.311,73.627,76.743,72.483,73.14,71.498,76.714,71.738,73.984,70.746,71.963,72.946,75.184],"script":[57.224,54.509,58.761,54.747,56.816,54.724,55.684,54.449,57.435,53.978,55.644,53.937,53.85,55.349,55.637],"paint":[16.004,17.359,17.438,15.634,17.274,15.967,15.653,16.067,17.835,16.141,16.956,15.293,16.995,16.149,17.027]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"04_select1k","values":{"total":[55.03,55.037,54.591,55.09,55.274,55.522,55.972,56.916,57.78,54.455,54.678,56.604,54.823,57.569,56.39,58.011,54.831,55.031,55.063,53.959,59.948,55.681,55.182,56.068,55.551],"script":[51.284,51.817,51.434,51.498,51.644,52.111,52.256,51.942,52.958,51.39,50.956,52.481,51.541,53.665,53.692,52.864,51.16,51.415,51.859,51.501,55.676,51.432,51.689,51.449,51.391],"paint":[2.519,1.717,2.288,3.31,1.94,2.473,2.43,3.089,3.995,2.038,3.001,2.798,1.203,2.705,1.748,3.203,2.3,2.689,2.496,1.348,3.719,3.389,1.969,2.62,3.194]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"05_swap1k","values":{"total":[66.745,65.351,66.171,63.248,67.314,66.316,65.409,65.744,67.395,67.395,67.326,65.221,65.708,64.06,65.249],"script":[51.946,52.389,51.355,51.431,54.198,52.676,51.72,52.768,54.191,53.511,52.617,51.754,51.582,50.685,51.893],"paint":[13.062,10.771,12.585,11.132,11.176,11.739,10.669,11.815,11.374,11.825,11.524,11.285,11.836,10.8,11.13]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[79.903,81.929,79.991,76.709,81.138,78.603,79.004,79.562,82.761,78.939,78.984,79.8,78.883,79.704,81.549],"script":[45.688,46.544,45.21,42.338,45.09,44.674,44.776,45.357,45.957,44.955,44.082,45.588,44.114,45.344,46.988],"paint":[33.341,34.226,33.048,33.536,34.712,32.715,32.874,32.925,35.118,32.393,33.641,33.294,33.942,33.459,33.108]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"07_create10k","values":{"total":[811.589,824.296,801.811,812.918,785.497,794.177,799.059,783.02,801.801,816.997,809.775,830.409,814.436,807.843,815.615],"script":[402.81,412.072,397.205,405.274,378.173,387.039,394.096,376.209,392.689,405.501,396.853,417.622,400.928,396.635,407.114],"paint":[400.122,404.516,397.187,400.286,399.332,399.686,397.511,399.473,401.409,404.083,405.373,404.936,405.81,403.552,400.613]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[92.181,89.158,87.661,87.845,88.219,87.542,87.563,89.055,88.69,86.435,86.436,89.256,89.192,87.135,88.313],"script":[46.1,45.742,44.415,44.25,45.141,44.197,44.451,45.546,44.539,43.431,42.808,44.755,45.358,44.196,45.285],"paint":[44.79,42.415,42.245,42.607,42.038,42.103,42.061,42.601,43.14,42.028,42.642,43.473,42.834,41.973,42.02]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.982,24.649,26.191,23.749,25.885,24.983,23.852,22.915,23.582,27.388,26.085,24.257,25.767,25.796,24.713],"script":[22.727,22.86,23.211,21.872,23.787,22.265,21.96,20.906,21.792,24.139,23.531,21.852,23.594,23.271,22.796],"paint":[1.151,1.673,2.846,1.773,1.485,2.539,1.514,0.949,0.834,3.072,2.42,1.203,1.442,1.741,1.814]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.679764747619629]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[7.153017997741699]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.44131851196289]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.816965103149414]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[56.64471244812012]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.4250000000002]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[47.236000000000004]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[179.38799999999995]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[391.67578125]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[253.1162109375]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[59.880859375]}},{"framework":"korvin-v0.2.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[394.5]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"01_run1k","values":{"total":[52.644,51.741,50.098,49.869,49.545,49.129,52.051,49.77,49.116,49.202,51.358,50.151,50.062,48.965,49.329],"script":[15.205,15.157,15.142,15.197,15.027,14.377,16.391,15.264,14.726,14.578,15.296,15.356,15.046,14.43,14.224],"paint":[37.035,36.112,34.27,34.216,34.12,34.298,34.988,34.044,33.939,34.165,35.574,34.234,34.397,34.081,34.624]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"02_replace1k","values":{"total":[24.859,26.556,25.371,25.543,25.379,26.24,25.074,25.118,25.365,25.981,25.738,25.347,25.588,26.354,25.445],"script":[9.677,9.74,9.661,9.707,9.944,10.129,9.866,9.9,9.493,9.53,9.915,9.536,9.764,9.755,9.636],"paint":[14.722,16.171,15.242,15.353,14.934,15.583,14.757,14.753,15.399,15.982,15.33,15.353,15.417,15.987,15.238]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[25.592,24.329,25.808,24.423,25.575,25.688,24.796,23.745,26.195,23.961,23.398,25.032,25.236,24.679,24.337],"script":[8.599,7.063,6.302,7.139,7.135,8.007,7.168,6.783,8.697,8.479,7.021,7.641,7.654,6.942,7.624],"paint":[15.155,15.745,16.814,15.538,16.297,14.839,15.683,15.334,15.953,14.18,14.862,15.313,16.095,15.694,15.162]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"04_select1k","values":{"total":[5.499,6.295,6.543,5.418,6.004,4.664,6.281,6.111,5.331,5.944,5.643,5.51,5.414,5.703,5.182,6.449,4.706,6.287,6.322,4.771,5.509,6.294,5.34,6.694,5.926],"script":[2.858,2.032,3.086,2.455,2.176,2.617,2.931,2.52,2.441,2.262,2.558,2.368,2.545,2.57,2.605,2.804,2.489,2.505,1.963,2.432,3.207,3.281,2.01,2.92,1.965],"paint":[1.777,3.107,2.014,2.768,1.385,1.936,2.149,2.613,2.784,2.046,2.345,2.146,2.571,1.907,1.965,2.299,1.688,2.305,3.053,1.201,1.392,2.192,3.162,2.87,1.844]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"05_swap1k","values":{"total":[14.468,15.351,14.167,15.216,14.421,14.539,15.01,14.983,13.768,14.705,14.469,14.585,14.131,13.831,14.955],"script":[2.458,2.897,1.813,2.429,2.322,1.997,2.946,2.438,2.081,2.938,1.981,2.082,2.225,2.349,2.757],"paint":[10.615,10.995,11.001,9.984,10.738,10.758,10.502,11.282,9.844,10.333,11.02,11.143,10.92,9.161,10.86]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[20.833,19.655,19.702,20.157,20.769,19.667,19.841,19.827,19.833,19.996,20.327,20.289,19.372,19.789,20.013],"script":[3.142,3.105,3.469,3.111,3.206,3.153,3.19,3.189,3.151,3.129,3.25,3.151,2.88,3.08,3.116],"paint":[16.027,15.769,15.396,16.003,16.469,15.071,15.765,15.833,15.862,16.083,15.868,15.834,15.381,15.533,15.459]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"07_create10k","values":{"total":[640.85,640.243,638.186,638.287,641.329,646.343,648.506,651.756,634.272,639.191,636.221,642.571,640.196,644.909,631.597],"script":[262.197,262.9,265.346,263.736,262.9,264.948,264.747,265.213,261.152,259.18,262.563,264.549,264.56,264.586,257.934],"paint":[371.122,369.612,365.515,366.877,370.733,373.701,375.812,378.322,365.476,371.916,365.945,370.398,368.091,372.865,365.984]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[60.162,62.418,60.376,61.705,62.743,61.524,59.479,59.707,59.44,60.967,59.737,59.793,61.448,60.702,61.795],"script":[16.844,17.271,16.672,16.826,17.628,17.436,16.77,16.893,17.188,17.481,17.384,17.106,16.852,17.455,17.64],"paint":[42.016,44.119,42.739,43.613,44.098,43.026,41.724,41.84,40.972,42.528,41.384,41.36,43.404,42.293,42.973]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.672,17.615,17.812,15.984,17.883,17.556,16.461,19.637,16.21,16.305,19.682,17.764,17.136,16.574,15.136],"script":[16.144,15.884,15.915,14.418,15.404,15.705,14.449,16.894,14.523,14.407,17.229,15.898,15.167,14.605,12.264],"paint":[1.592,0.876,1.277,1.491,1.626,1.516,1.902,2.574,0.749,1.244,2.301,1.758,1.149,1.865,2.777]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.0316972732543945]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.717129707336426]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.2733869552612305]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.586382865905762]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[43.71147918701172]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2626.2000000000003]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.904]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[179.768]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[295.439453125]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[157.1630859375]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[45.197265625]}},{"framework":"legend-state-optimized-v18.2.0 + 2.1.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[244.4]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[42.449,43.138,42.557,47.249,45.349,41.694,41.145,42.135,44.073,42.987,41.72,44.118,42.424,44.341,43.307],"script":[5.817,6.822,6.353,6.871,7.031,6.323,5.728,6.437,7.163,6.54,5.682,6.971,6.458,6.597,6.497],"paint":[35.981,35.918,35.507,39.684,37.626,34.935,34.945,34.999,36.411,35.993,35.588,36.69,35.417,37.324,36.172]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[17.727,17.806,17.186,17.532,17.878,17.308,17.592,16.567,17.714,16.76,16.958,18.04,17.985,18.059,18.146],"script":[1.928,1.877,1.877,1.716,1.829,1.86,1.814,1.834,1.793,1.805,1.889,1.798,1.868,1.766,1.819],"paint":[15.312,15.471,14.61,15.319,15.452,14.944,15.375,14.249,15.531,14.497,14.659,15.623,15.647,15.691,15.838]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.322,19.535,19.017,19.649,19.082,18.722,19.546,18.886,18.929,18.391,17.969,19.01,18.677,19.825,18.799],"script":[1.829,1.661,1.611,2.068,1.504,1.411,1.883,1.846,1.598,1.578,1.422,1.449,2.049,1.472,1.073],"paint":[15.232,16.219,15.687,16.541,15.854,15.925,15.64,14.781,16.21,14.925,14.763,16.187,14.799,16.515,15.567]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[5.531,4.398,5.372,4.222,5.006,5.349,5.2,4.781,4.976,4.453,5.039,3.957,4.399,4.662,4.558,5.376,4.49,4.053,4.78,4.403,4.715,4.805,4.677,5.048,5.611],"script":[1.568,1.583,1.374,1.251,1.596,1.056,2.071,1.061,1.742,1.635,1.53,1.057,0.984,1.606,0.969,1.199,1.485,1.175,1.353,1.28,1.031,1.557,1.275,1.281,2.157],"paint":[2.84,1.896,2.779,2.108,2.27,3.639,2.227,2.803,2.624,2.626,2.262,2.143,2.586,2.407,3.423,3.142,2.161,2.064,2.303,2.948,2.805,2.46,2.542,2.74,2.537]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.355,14.421,13.192,14.151,13.501,13.379,15.774,14.661,13.785,13.86,14.275,13.216,13.989,13.734,14.1],"script":[1.853,1.828,1.472,1.813,1.742,1.619,1.984,1.748,1.24,1.928,1.833,1.705,1.782,1.824,1.483],"paint":[9.625,11.241,10.447,10.802,10.603,9.087,11.571,11.376,10.678,10.858,11.482,10.037,10.697,10.391,11.515]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.952,34.864,35.538,34.913,34.968,40.201,34.612,35.647,34.742,33.953,35.26,35.968,34.835,34.459,35.834],"script":[3.064,3.076,3.121,2.987,3.028,2.937,2.854,3.06,3.036,2.706,3.048,3.112,2.986,3.02,2.908],"paint":[31.995,30.973,31.448,30.719,31.08,36.158,30.787,31.242,30.362,30.537,30.804,31.7,30.709,30.629,31.854]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[456.861,454.68,452.97,454.579,455.577,433.171,456.232,424.368,434.268,435.924,443.361,450.98,439.293,449.633,452.958],"script":[81.658,81.078,80.061,81.317,82.106,73.859,81.299,73.278,75.005,72.745,78.04,80.146,76.013,78.843,81.662],"paint":[367.771,366.251,365.438,365.675,366.095,351.665,367.474,343.79,351.879,355.763,357.837,363.371,355.891,363.384,363.859]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.913,49.8,49.784,50.442,49.064,50.777,50.829,50.483,48.325,49.826,49.844,50.213,49.353,50.159,50.434],"script":[6.805,6.727,6.941,6.716,6.721,6.829,7.35,6.565,6.529,6.456,6.773,6.48,6.725,6.839,6.863],"paint":[41.905,41.878,41.626,42.518,41.387,42.689,42.495,42.929,40.873,42.45,41.854,42.796,41.664,42.389,42.633]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[16.448,16.532,17.58,16.99,16.247,16.205,14.675,16.581,16.144,17.093,16.756,15.927,16.875,17.679,14.811],"script":[13.972,14.598,15.196,14.698,14.251,14.021,12.495,14.182,14.129,15.499,14.885,14.554,14.249,14.675,12.89],"paint":[2.369,1.262,2.297,2.189,1.893,2.047,2.096,1.14,1.923,0.873,1.778,0.988,1.916,2.035,1.839]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6262502670288086]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.712569236755371]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.754484176635742]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.844202995300293]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.2202205657959]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.5030000000002]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[25.028]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.51199999999997]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.984375]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.7099609375]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.55078125]}},{"framework":"lit-v3.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[78.3]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[43.211,42.598,41.93,41.041,41.926,41.92,42.908,42.813,42.601,41.726,42.703,42.184,40.854,41.367,42.039],"script":[5.707,6.011,5.805,5.44,6.075,6.287,5.74,6.279,6.189,5.919,6.144,6.197,5.977,5.653,6.142],"paint":[37.025,36.133,35.697,35.154,35.202,35.179,36.479,36.045,35.981,35.375,35.849,35.568,34.462,35.261,35.199]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[16.595,18.237,16.729,17.593,18.246,17.145,16.894,16.328,17.085,18.438,17.582,16.412,16.1,16.177,16.117],"script":[1.432,1.304,1.201,1.256,1.338,1.294,1.312,1.29,1.423,1.354,1.289,1.299,1.307,1.277,1.258],"paint":[14.686,16.406,15.065,15.87,16.406,15.35,15.209,14.611,15.046,16.446,15.811,14.65,14.406,14.532,14.445]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.454,18.397,18.082,18.187,18.227,18.991,17.56,17.969,17.999,18.382,17.886,18.818,18.354,18.124,18.157],"script":[1.23,1.132,1.537,1.379,1.242,1.565,0.926,1.019,1.26,1.641,1.266,1.344,1.756,0.995,0.963],"paint":[16.177,15.443,15.081,15.185,15.253,15.572,15.238,14.833,15.729,15.126,14.196,16.331,14.642,15.447,16.109]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[3.427,2.898,3.761,4.566,3.077,4.232,3.435,3.753,3.62,2.855,4.468,4.372,4.06,4.429,4.572,3.731,4.503,5.12,4.053,4.197,4.708,4.585,4.438,4.729,4.118],"script":[0.896,0.589,0.201,1.184,0.505,0.188,0.206,0.191,0.617,0.511,0.924,0.211,0.847,0.943,1.242,0.171,1.386,0.924,1.137,1.181,0.858,1.018,1.101,1.201,0.203],"paint":[2.42,2.188,3.421,1.986,2.457,3.427,2.315,3.427,2.865,1.201,3.298,2.987,2.673,2.527,1.739,3.454,1.868,3.003,1.872,2.9,3.703,2.415,2.451,2.632,2.826]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.58,12.976,12.723,13.023,12.24,13.531,13.048,13.244,14.132,12.633,13.44,12.917,13.455,12.904,12.744],"script":[1.222,0.924,0.207,0.864,0.203,0.952,1.144,1.025,1.238,1.253,1.398,0.838,1.313,0.72,0.537],"paint":[10.443,9.883,9.502,10.745,10.433,11.519,10.806,9.932,10.587,10.11,10.622,10.388,10.317,10.663,11.111]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.508,34.254,34.336,33.71,33.652,34.744,34.954,36.181,34.341,34.772,34.508,34.28,35.59,36.226,34.7],"script":[1.902,2.297,1.945,1.929,2.127,2.066,2.101,2.225,2.247,1.959,2.107,2.152,2.03,1.924,1.978],"paint":[30.962,30.687,31.492,30.889,30.673,31.79,31.771,32.718,30.894,31.653,31.133,31.108,32.019,32.755,31.276]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[450.588,435.15,435.416,436.308,439.609,434.784,433.799,442.367,442.665,437.624,439.014,438.885,432.767,437.711,445.781],"script":[70.543,67.89,68.752,67.993,70.904,67.812,68.171,69.359,71.12,71.367,69.28,69.675,67.486,67.328,70.196],"paint":[372.448,359.306,358.953,360.698,360.847,358.674,357.662,365.425,363.998,358.323,362.192,361.095,357.338,362.85,367.681]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.921,48.755,48.418,47.639,48.928,47.893,48.579,49.071,48.456,48.498,49.32,48.69,49.154,49.057,50.595],"script":[5.718,5.673,5.69,5.496,5.853,5.546,5.731,5.712,5.538,5.732,5.552,5.646,5.665,5.65,5.685],"paint":[42.233,42.144,41.796,41.206,41.868,41.391,41.865,42.259,41.933,41.823,42.526,41.84,42.483,42.182,43.657]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.623,16.438,15.278,16.118,16.762,15.34,15.382,16.774,15.282,14.965,17.352,16.755,15.907,15.4,16.233],"script":[13.366,13.772,13.132,13.997,14.586,13.148,13.148,14.152,13.131,12.78,15.146,14.523,13.445,12.4,13.945],"paint":[2.023,2.558,1.045,1.116,1.051,2.097,1.556,1.884,0.789,1.885,2.084,1.464,1.574,1.749,1.297]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5057287216186523]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.4676876068115234]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.5116424560546875]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6779165267944336]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.461435317993164]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.11]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.991999999999999]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[151.292]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.015625]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.7421875]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.7734375]}},{"framework":"lit-html-v3.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[73]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"01_run1k","values":{"total":[45.618,44.984,45.645,45.602,45.838,45.246,50.283,44.969,45.584,44.548,45.658,46.53,45.585,44.699,45.785],"script":[7.974,7.832,7.928,8.375,8.306,8.78,9.839,8.219,8.669,8.496,8.354,8.483,8.774,8.486,8.493],"paint":[36.968,36.406,37.019,36.779,37.054,36.018,39.724,36.258,36.496,35.567,36.653,37.492,36.377,35.724,36.53]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"02_replace1k","values":{"total":[27.698,27.79,27.117,28.716,27.434,27.975,28.281,28.497,29.009,27.673,28.853,29.066,27.31,28.396,27.93],"script":[11.189,11.347,10.829,11.154,10.988,11.141,11.179,11.224,11.399,10.872,11.575,11.617,10.931,11.194,10.992],"paint":[15.845,15.951,15.776,16.882,15.995,16.311,16.565,16.725,17.067,16.3,16.657,16.859,15.854,16.562,16.429]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[50.268,51.063,52.496,50.03,51.566,54.59,51.223,52.125,51.358,50.655,49.36,50.532,50.99,53.969,54.112],"script":[31.208,32.056,33.364,31.815,32.44,35.95,32.689,32.305,32.473,30.852,30.603,31.323,32.627,34.35,33],"paint":[17.093,17.026,18.003,16.245,17.472,16.941,17.077,17.885,17.425,16.513,16.897,17.475,16.068,17.426,19.135]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"04_select1k","values":{"total":[31.808,31.17,30.509,31.541,31.69,31.258,28.923,30.371,30.094,32.108,31.288,31.502,31.673,31.681,30.897,31.371,32.292,30.777,29.704,30.284,31.686,29.919,30.007,29.827,32.272],"script":[28.034,27.398,26.22,27.045,27.893,27.782,25.69,26.75,26.044,27.891,26.292,26.731,27.395,27.908,27.707,27.474,28.223,26.925,26.059,26.676,27.596,27.044,25.951,26.491,27.31],"paint":[2.554,2.518,2.142,4.177,2.057,2.26,2.972,2.172,2.505,2.765,3.612,3.154,2.936,2.52,2.269,3.121,3.11,2.911,2.708,2.861,2.225,2.005,2.836,2.436,4.635]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"05_swap1k","values":{"total":[40.146,40.321,41.839,40.169,41.972,43.64,40.219,39.967,39.769,41.72,40.341,41.432,40.812,40.165,41.445],"script":[26.6,26.845,27.925,27.778,28.563,29.949,26.994,26.365,27.035,28.154,26.688,28.316,27.608,26.662,27.855],"paint":[12.408,11.965,12.083,10.463,10.593,11.752,11.699,11.732,11.522,10.726,10.923,11.201,10.81,10.248,11.944]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[55.698,54.898,56.273,58.308,56.257,56.415,53.741,57.064,54.228,57.27,58.305,56.269,55.777,55.302,57.621],"script":[20.747,20.099,20.781,22.131,20.619,20.852,19.52,20.761,19.362,22.343,21.65,20.679,20.284,20.519,21.953],"paint":[33.635,33.865,34.243,35.012,34.434,34.229,33.286,34.937,33.63,33.466,35.777,34.425,34.495,33.427,34.316]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"07_create10k","values":{"total":[501.421,492.728,495.832,491.347,485.687,499.775,495.667,478.627,494.325,495.935,487.915,500.768,495.741,491.392,483.297],"script":[107.835,107.084,105.926,103.422,98.981,104.369,107.513,103.201,100.972,104.54,103.168,105.697,102.441,102.612,102.17],"paint":[386.353,378.119,382.465,380.54,378.862,387.517,380.773,368.059,386.06,383.908,377.459,387.537,385.711,381.441,373.722]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[61.985,60.754,64.514,62.991,62.676,63.17,62.689,65.049,63.445,64.617,64.202,65.422,63.018,63.786,65.491],"script":[17.918,17.437,18.307,18.384,17.903,18.954,17.932,18.298,18.671,18.156,18.978,18.222,18.606,18.783,18.579],"paint":[43.152,42.437,45.218,43.616,43.577,43.362,43.778,45.508,43.85,45.252,43.929,46.243,43.424,44.045,46.039]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[18.4,17.958,17.448,19.203,19.261,18.348,19.471,18.891,17.741,18.983,18.367,17.713,17.996,20.373,18.462],"script":[16.37,15.484,15.602,17.046,16.765,15.817,17.072,16.755,15.153,16.724,16.22,15.568,15.986,17.981,16.269],"paint":[1.004,1.98,1.169,1.527,1.563,2.435,2.283,2.022,2.477,0.837,1.187,2.054,1.904,1.864,2.066]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5245370864868164]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.945026397705078]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.337890625]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6725921630859375]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[26.313881874084473]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1877.4950000000001]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[32.23199999999999]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.94799999999998]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[146.615234375]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.3408203125]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.927734375]}},{"framework":"literaljs-v7.0.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[63.7]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"01_run1k","values":{"total":[45.458,53.404,44.586,52.753,55.708,55.834,51.976,57.474,58.695,45.375,46.62,54.9,56.431,44.251,57.135],"script":[8.907,8.76,8.794,9.794,9.211,9.595,9.894,10.082,10.063,9.278,8.923,8.605,9.094,8.004,9.967],"paint":[34.868,37.032,35.614,35.192,35.855,36.895,35.783,36.627,37.753,35.848,37.493,35.55,36.485,35.938,36.497]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"02_replace1k","values":{"total":[58.826,57.184,56.804,66.293,62.048,57.063,65.884,68.673,58.971,57.748,64.089,56.896,58.316,57.637,57.484],"script":[19.572,19.298,18.771,19.127,19.282,18.836,19.416,20.802,19.923,19.458,19.427,19.171,19.114,18.912,19.296],"paint":[38.803,37.69,37.119,37.858,37.107,37.766,36.496,37.603,37.522,38.106,37.742,37.317,37.847,38.268,37.766]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.214,19.521,20.456,19.959,20.018,21.101,22.108,20.677,20.828,21.92,19.968,19.36,22.063,20.415,20.495],"script":[4.072,4.081,4.694,3.976,3.386,5.14,5.17,4.235,3.507,3.837,3.572,3.331,3.573,3.76,3.577],"paint":[16.018,15.32,14.928,15.861,15.561,15.837,16.82,16.322,16.567,17.174,15.559,15.289,17.914,15.586,16.103]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"04_select1k","values":{"total":[35.557,40.062,38.753,35.145,40.625,37.328,35.471,33.919,35.439,33.332,31.345,33.275,31.938,36.536,36.588,38.502,37.389,34.034,33.043,36.058,36.978,34.644,35.084,35.077,38.45],"script":[4.334,5.952,3.349,4.292,5.675,5.086,4.673,3.759,3.059,3.496,3.496,4.345,2.889,4.142,5.154,4.36,6.175,4.694,3.481,4.977,4.267,4.264,4.738,4.862,6.816],"paint":[22.902,24.571,24.438,23.992,24.76,23.422,23.065,24.393,22.591,23.111,21.492,21.625,22.969,24.11,25.292,23.112,23.35,22.861,23.232,21.785,21.393,23.084,22.698,23.682,23.797]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"05_swap1k","values":{"total":[207.611,211.693,215.114,217.074,203.201,207.196,201.865,197.932,207.578,199.38,204.09,200.047,199.101,200.631,199.45],"script":[49.469,52,51.778,48.099,46.686,45.311,45.45,47.213,48.346,47.58,47.526,46.914,45.553,47.697,47.125],"paint":[157.929,159.023,162.35,161.472,154.998,161.025,155.324,150.446,158.039,151.504,155.572,152.952,153.173,151.954,152.06]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[28.832,25.241,30.134,23.184,24.507,27.289,23.24,27.04,24.723,27.766,31.975,26.416,29.804,25.778,24.859],"script":[2.511,2.762,2.668,2.37,2.424,2.164,2.671,2.371,2.827,2.473,2.555,2.018,2.492,2.06,2.45],"paint":[17.613,16.209,17.029,17.366,17.103,17.629,17.665,16.985,16.469,17.092,16.913,16.285,16.797,17.655,16.704]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"07_create10k","values":{"total":[486.398,481.22,503.182,504.731,474.699,483.997,465.762,496.084,488.402,482.706,492.732,491.85,476.88,490.04,493.467],"script":[109.564,106.221,112.668,114.882,107.588,108.937,107.669,108.568,108.964,109.316,108.27,107.745,107.202,111.262,110.998],"paint":[372.424,362.463,377.254,378.217,360.436,371.637,354.544,378.011,372.774,369.886,378.699,376.55,356.159,372.639,374.175]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.573,60.923,58.928,59.295,58.269,57.525,58.693,58.925,57.955,59.087,57.906,52.225,54.914,58.893,52.637],"script":[11.367,11.616,11.852,11.063,11.333,10.863,10.985,11.183,11.435,11.174,11.054,11.264,11.9,11.428,11.186],"paint":[41.685,43.185,41.153,41.828,40.64,40.54,41.398,41.337,40.287,41.602,40.577,40.176,42.195,40.769,40.774]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.137,14.678,14.21,14.758,13.007,14.152,14.149,14.107,13.966,14.005,14.706,14.398,13.828,14.201,13.659],"script":[12.349,12.551,12.343,11.494,11.204,11.612,11.625,12.227,12.29,12.52,12.708,12.168,11.321,11.58,11.266],"paint":[1.725,2.043,1.806,3.174,1.74,1.691,2.464,1.228,1.425,1.429,1.942,2.132,1.704,2.561,2.331]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5126810073852539]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.783010482788086]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.7383947372436523]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8069496154785156]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.386878967285156]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.9850000000001]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[12.924]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[144.74399999999997]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[182.0732421875]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[43.798828125]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.3623046875]}},{"framework":"maquette-v3.3.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[77.8]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"01_run1k","values":{"total":[38.499,39.203,38.92,39.046,38.715,38.544,39.257,38.923,38.421,38.714,38.253,39.055,37.831,39.825,39.835],"script":[2.285,2.182,2.274,2.226,2.201,2.272,2.19,2.222,2.185,2.25,2.214,2.276,2.255,2.285,2.276],"paint":[35.551,36.592,36.005,36.163,35.889,35.833,36.38,36.245,35.794,35.811,35.604,36.323,35.137,36.85,37.085]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"02_replace1k","values":{"total":[15.829,16.758,15.322,15.128,16.042,16.166,15.737,15.902,15.606,16.042,16.207,16.49,15.256,16.436,15.796],"script":[0.638,0.635,0.673,0.638,0.638,0.627,0.676,0.645,0.673,0.667,0.636,0.696,0.66,0.686,0.652],"paint":[14.714,15.468,14.25,14.072,14.947,15,14.702,14.795,14.555,14.903,14.989,15.352,13.941,15.306,14.698]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[16.6,17.461,17.033,18.418,17.09,16.882,16.678,17.105,16.995,17.808,17.221,19.552,16.839,16.342,16.588],"script":[0.821,0.632,0.129,0.456,0.487,0.756,0.121,0.909,0.614,0.554,0.809,0.729,0.573,0.12,0.117],"paint":[14.344,15.533,14.353,16.047,15.558,14.542,15.223,14.574,14.228,14.836,15.728,15.929,14.533,14.653,15.19]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"04_select1k","values":{"total":[3.603,3.204,3.425,2.692,3.685,4.591,3.561,3.367,3.14,3.561,3.407,3.441,4.475,3.244,2.889,2.994,4.486,3.033,3.699,2.759,3.573,3.297,3.708,3.389,3.724],"script":[1.053,0.108,0.319,0.106,0.993,0.623,0.127,0.653,0.097,0.104,0.764,0.449,1.123,0.972,0.107,0.529,1.106,0.097,1.028,0.484,0.883,0.737,0.084,0.101,0.845],"paint":[2.413,2.102,2.131,1.324,2.092,3.016,2.747,2.038,1.66,2.414,1.634,2.871,2.62,1.023,1.927,1.355,2.391,1.916,2.421,1.382,2.503,2.445,2.687,2.398,2.034]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"05_swap1k","values":{"total":[12.646,11.978,11.812,12.845,11.706,12.623,11.659,11.686,11.935,12.037,11.472,12.147,12.587,12.789,11.903],"script":[0.755,0.058,0.057,0.766,0.058,0.065,0.99,0.057,0.528,0.065,0.053,0.986,0.688,0.062,0.055],"paint":[9.642,10.884,10.474,10.784,10.612,10.698,8.525,10.081,9.782,9.737,11.047,9.391,10.612,11.498,9.933]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.771,16.938,16.575,16.78,16.27,17.347,16.456,16.513,16.577,16.608,17.183,16.872,16.625,16.539,17.288],"script":[0.478,0.316,0.25,0.16,0.317,0.229,0.377,0.304,0.449,0.121,0.479,0.472,0.456,0.125,0.119],"paint":[15.832,15.492,15.324,15.929,15.19,15.571,15.332,15.279,14.738,15.356,15.393,15.256,15.444,15.597,15.992]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"07_create10k","values":{"total":[396.831,390.831,398.506,403.019,394.931,397.878,397.367,394.331,395.873,394.116,398.723,400.12,401.499,399.892,394.703],"script":[25.391,23.861,24.646,24.174,25.77,23.844,26.053,24.361,24.961,23.787,24.499,25.118,25.705,25.496,24.507],"paint":[363.847,359.582,366.234,371.037,361.807,366.454,363.405,362.673,363.333,363.068,366.576,367.733,368.28,366.973,362.806]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.215,44.869,46.115,44.454,44.225,45.103,43.241,45.262,43.495,44.941,45.108,42.699,43.067,44.214,45.04],"script":[2.336,2.342,2.369,2.328,2.355,2.359,2.343,2.462,2.312,2.33,2.306,2.319,2.333,2.414,2.344],"paint":[41.62,41.577,42.811,41.357,40.892,41.51,39.993,41.818,39.945,41.588,41.605,39.428,39.762,40.882,41.73]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[12.353,13.051,12.668,13.075,12.421,12.801,11.918,13.178,13.114,13.243,13.055,12.938,12.571,12.898,12.86],"script":[9.842,10.635,10.786,10.752,10.753,10.154,10.588,11.074,11.597,10.719,10.2,10.466,10.305,10.612,10.442],"paint":[2.404,2.319,1.792,1.227,1.579,1.238,0.912,1.1,1.394,2.402,2.758,1.946,1.242,1.909,2.305]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5207233428955078]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.7036056518554688]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.692458152770996]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.6863441467285156]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[11.423802375793457]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.085]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.804]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[158.11599999999999]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.626953125]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.3525390625]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.71484375]}},{"framework":"mikado-v0.7.64-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[52]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"01_run1k","values":{"total":[49.614,48.936,51.05,48.628,52.069,49.765,46.539,50.074,50.966,49.593,48.534,49.34,49.277,50.929,50.077],"script":[12.717,12.65,13.255,12.533,13.264,12.926,12.034,12.908,13.208,12.243,12.615,13.294,12.418,12.984,13.41],"paint":[36.392,35.578,37.09,35.549,38.072,36.38,34.073,36.347,37.002,36.8,35.44,35.571,36.366,37.462,35.97]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"02_replace1k","values":{"total":[30.815,31.115,29.812,28.493,29.739,28.191,30.68,30.622,29.63,29.256,29.659,30.127,30.04,29.914,29.178],"script":[13.693,14.33,13.476,12.978,13.217,12.427,13.87,14.135,13.668,13.644,13.659,13.901,13.866,13.005,13.407],"paint":[16.492,16.08,15.835,15.018,15.893,15.084,16.344,16.018,15.49,15.18,15.552,15.751,15.724,16.441,15.324]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.095,18.081,17.263,17.46,18.437,17.938,17.138,17.384,17.538,19.549,16.901,18.48,18.143,18.39,17.198],"script":[0.998,0.833,0.651,0.881,0.988,1.03,0.904,0.571,0.943,1.104,0.873,1.262,1.01,0.895,0.535],"paint":[15.487,15.553,15.178,15.259,14.807,15.531,14.346,15.774,15.835,15.662,14.085,14.859,14.88,15.503,14.695]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"04_select1k","values":{"total":[3.511,4.023,3.904,3.619,4.456,3.357,3.181,2.631,3.868,3.963,4.789,3.636,2.879,3.551,3.078,3.838,4.128,3.43,3.003,2.919,2.708,3.512,4.044,3.045,2.448],"script":[0.144,0.823,1.117,1.156,1.099,0.916,0.536,0.141,0.654,1.077,1.234,1.203,0.499,1.062,0.587,0.161,0.149,1.073,0.293,0.157,0.149,0.993,0.149,0.627,0.143],"paint":[2.835,2.998,1.814,1.465,2.049,2.171,2.474,2.382,2.337,1.769,3.421,1.778,2.222,1.898,1.546,2.488,3.025,2.255,2.598,1.341,1.478,2.408,2.652,1.738,1.157]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"05_swap1k","values":{"total":[14.54,12.859,13.398,13.786,13.732,13.625,13.228,13.567,13.508,12.984,14.164,12.373,12.916,14.316,13.424],"script":[0.974,0.854,1.012,0.974,1.055,0.996,1.246,1.71,1.386,0.976,1.26,0.943,1.029,1.393,1.176],"paint":[11.26,10.717,11.147,11.525,11.648,10.314,10.324,10.499,10.091,10.452,10.748,10.011,9.273,10.369,10.729]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.106,17.134,16.975,17.38,16.665,17.489,17.802,17.596,17.052,16.751,17.084,16.937,16.611,16.686,17.38],"script":[0.59,0.316,0.553,0.249,0.369,0.574,0.563,0.548,0.204,0.343,0.545,0.518,0.529,0.527,0.346],"paint":[15.571,15.661,15.37,16.094,15.14,15.218,15.603,15.731,16.028,15.6,15.656,15.354,15.298,15.408,15.995]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"07_create10k","values":{"total":[490.917,480.442,487.094,495.135,482.486,489.236,496.1,485.699,484.254,481.816,479.734,481.661,484.201,486.536,479.404],"script":[117.827,115.599,116.992,116.137,117.476,115.927,120.486,115.985,116.991,115.003,115.365,114.279,115.317,116.017,115.427],"paint":[364.883,357.454,362.367,371.386,357.713,365.91,368.29,362.428,359.947,359.405,356.695,359.483,361.425,362.752,356.611]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[57.247,54.551,53.813,56.329,56.825,54.365,55.424,54.593,55.596,55.718,56.137,54.469,54.866,56.136,56.968],"script":[12.374,11.304,11.168,11.983,12.402,11.314,11.659,11.612,11.607,12.291,11.587,11.543,11.734,12.377,12.557],"paint":[43.638,42.247,41.485,43.397,43.378,42.074,42.843,42.013,42.993,42.49,43.327,42.01,41.893,42.785,43.176]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.694,16.229,14.467,15.358,14.499,14.599,15.007,14.207,14.947,13.727,14.975,14.246,14.13,15.006,13.887],"script":[12.646,13.669,12.424,13.047,12.795,11.845,12.413,11.777,11.671,12.266,12.518,12.753,12.268,12.621,12.32],"paint":[1.932,1.37,1.024,1.317,0.779,2.633,1.754,1.55,3.099,0.43,1.835,0.413,1.758,2.27,1.171]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6491260528564453]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.9154834747314453]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.018976211547852]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.035593032836914]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.22505283355713]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2111.7000000000003]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.988]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[157.64000000000001]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[189.4306640625]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[51.15625]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.123046875]}},{"framework":"mimbl-v0.10.4-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[100.3]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"01_run1k","values":{"total":[69.732,63.067,63.609,65.053,65.255,64.41,64.535,64.285,63.376,63.347,63.738,64.762,62.664,62.056,63.739],"script":[26.266,26.574,26.991,27.317,27.331,27.44,26.878,26.766,26.758,26.649,26.443,27.027,26.202,26.155,27.837],"paint":[37.134,36.314,36.419,37.546,37.7,36.755,37.379,37.331,36.425,36.509,37.115,37.543,36.278,35.707,35.705]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"02_replace1k","values":{"total":[37.183,37.8,38.762,37.594,37.384,37.319,37.42,38.246,37.13,37.433,37.999,38.055,38.02,36.464,41.662],"script":[22.392,23.058,22.391,21.615,22.567,22.554,21.882,22.884,22.153,22.352,22.893,22.944,22.797,21.102,23.815],"paint":[14.612,14.576,16.185,15.811,14.635,14.588,15.362,15.165,14.78,14.9,14.928,14.94,15.038,15.175,15.909]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[71.985,69.107,67.385,69.22,68.374,68.201,66.434,68.878,68.836,70.819,70.783,69.149,66.476,70.747,66.987],"script":[52.654,48.673,50.087,50.007,49.255,48.406,50.06,49.345,50.795,52.078,52.452,53.259,49.39,51.124,47.749],"paint":[17.886,20.093,17.136,18.18,18.302,17.114,15.453,17.385,15.871,17.706,16.563,14.956,16.928,19.068,17.734]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"04_select1k","values":{"total":[54.884,53.172,52.421,51.82,53.616,55.931,53.012,53.72,54.587,54.706,56.29,53.225,52.566,51.884,56.47,53.318,56.014,55.587,53.181,51.962,53.12,54.286,53.855,60.732,51.969],"script":[48.32,45.993,44.991,44.445,46.963,48.052,47.238,47.425,45.531,48.7,48.46,45.735,44.842,44.649,48.277,45.989,48.068,48.393,45.42,43.887,46.489,47.456,47.087,53.404,46.028],"paint":[4.836,4.404,5.285,5.258,4.21,4.834,4.265,4.57,5.662,4.528,4.918,4.277,3.253,3.17,5.619,4.372,5.324,4.323,5.324,4.129,5.423,4.607,5.025,4.553,4.218]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"05_swap1k","values":{"total":[58.406,58.504,55.591,58.987,60.198,58.382,61.424,58.263,59.424,59.008,59.047,58.678,57.69,58.12,56.302],"script":[44.399,44.633,43.759,45.175,45.299,46.66,45.815,43.655,43.264,45.288,44.205,44.559,43.304,44.515,43.73],"paint":[12.899,12.96,11.006,11.859,12.703,11.558,13.804,12.774,13.172,13.412,14.207,13.823,12.764,11.664,11.738]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[63.255,62.564,57.324,64.134,55.535,60.596,56.513,59.101,64.743,57.705,60.341,57.995,61.618,58.42,57.265],"script":[24.145,23.946,24.185,24.136,23.033,23.917,23.314,24.598,25.778,24.247,24.304,23.863,25.765,24.757,24.497],"paint":[32.857,33.852,32.271,31.952,31.571,32.921,32.33,33.335,32.356,33.059,31.944,33.314,34.408,32.733,32.078]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"07_create10k","values":{"total":[646.496,629.528,634.482,634.667,632.893,642.928,633.313,642.638,640.901,636.713,632.826,640.263,634.854,635.669,642.301],"script":[271.397,255.331,256.731,257.979,253.074,263.068,253.054,259.089,262.115,260.039,256.045,262.149,258.435,255.667,258.979],"paint":[371.353,370.487,374.195,372.937,375.822,376.31,376.498,379.849,375.177,373.135,373.176,374.558,372.766,376.415,379.691]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[82.419,79.308,79.433,80.416,80.704,80.879,80.846,80.811,79.756,80.257,79.36,79.117,81.189,80.934,79.353],"script":[38.566,36.221,35.979,36.724,37.599,37.191,37.537,36.732,35.245,36.62,35.988,36.292,36.165,36.39,36.049],"paint":[43.456,42.75,42.994,43.208,42.773,43.218,42.964,43.601,44.002,43.246,42.892,42.484,44.501,44.203,42.919]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[35.652,38.994,34.469,67.729,34.342,63.21,61.814,35.608,37.665,32.17,36.496,27.932,32.398,30.719,66.956],"script":[30.378,34.767,28.56,36.519,30.781,32.986,30.164,30.887,33.877,26.803,31.766,23.628,25.834,25.846,31.513],"paint":[4.987,3.987,3.592,2.83,2.916,4.81,4.042,3.316,3.218,3.555,2.402,3.464,3.789,3.212,5.709]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.7776851654052734]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.393644332885742]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.769124984741211]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[8.414502143859863]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[50.68447494506836]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[4051.776]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[125.39199999999988]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[238.584]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[581.033203125]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[442.755859375]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[90.7958984375]}},{"framework":"miso-v1.4.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[669.5]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"01_run1k","values":{"total":[47.464,45.541,43.267,43.588,43.019,43.066,42.341,44.716,42.453,42.494,42.766,43.734,43.172,43.364,45.332],"script":[6.981,6.849,6.749,6.926,6.666,6.999,6.604,6.549,6.882,6.835,6.658,6.616,6.838,6.504,7.079],"paint":[39.725,37.976,36.021,36.212,35.884,35.611,35.344,37.708,35.144,35.205,35.451,36.663,35.945,36.389,37.537]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"02_replace1k","values":{"total":[48.835,50.005,47.32,49.786,48.051,47.379,47.148,49.12,46.759,49.647,49.386,48.998,47.613,48.904,47.448],"script":[10.092,10.764,9.949,10.573,10.154,10.43,10.082,10.494,10.053,10.917,10.294,9.965,10.104,10.284,10.028],"paint":[38.02,38.523,36.911,38.69,37.446,36.468,36.545,37.927,36.245,38.035,38.362,38.522,37.029,38.155,36.964]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.528,18.158,18.173,18.077,17.982,17.435,18.631,18.239,17.725,19.225,18.879,17.741,18.79,17.606,17.741],"script":[1.236,1.524,1.55,1.046,1.997,1.178,1.16,1.616,1.443,1.347,1.297,1.165,1.335,1.186,1.354],"paint":[14.814,15.468,15.031,15.406,14.449,14.609,15.811,15.227,14.662,16.013,15.993,14.706,16.074,14.523,15.035]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"04_select1k","values":{"total":[3.92,3.947,4.556,4.689,2.95,3.767,3.635,4.624,4.34,2.82,3.472,3.882,4.588,4.677,5.013,3.311,4.866,3.722,3.693,5.319,3.747,4.078,3.823,3.465,3.918],"script":[0.914,0.866,1.247,0.888,0.769,1.016,1.102,1.257,0.795,0.616,1.17,0.218,1.003,0.977,1.522,0.59,1.703,1.346,0.814,1.848,1.439,1.201,1.121,0.912,1.12],"paint":[1.838,1.988,2.828,3.618,1.661,2.64,1.868,2.775,3.297,2.095,1.286,3.443,2.633,2.652,3.25,1.786,2.111,2.083,1.765,3.124,1.403,0.899,1.704,0.885,2.45]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"05_swap1k","values":{"total":[12.194,12.029,12.512,12.877,12.231,12.51,12.287,12.676,12.82,12.875,12.577,12.461,12.302,12.303,12.343],"script":[0.595,0.462,0.53,0.956,0.508,0.12,0.705,0.965,0.967,0.501,0.927,0.112,0.111,0.928,0.683],"paint":[9.537,10.323,10.114,10.56,10.41,11.396,10.58,10.678,10.283,10.562,10.227,11.026,11.497,9.952,9.895]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.154,17.697,18.051,18.555,18.964,18.582,17.124,17.876,16.916,17.247,17.412,17.225,17.277,17.569,17.957],"script":[0.709,1.019,0.853,0.717,0.681,0.703,0.673,0.677,0.674,0.67,0.69,0.666,0.721,0.82,1.074],"paint":[16.072,15.843,16.421,16.544,16.501,16.485,15.324,16.117,15.365,15.862,15.933,15.535,15.62,15.669,15.529]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"07_create10k","values":{"total":[661.05,665.093,650.923,655.188,660.887,664.104,677.005,656.383,659.16,652.422,657.923,673.841,667.512,652.101,670.116],"script":[273.279,274.955,268.555,274.757,274.324,273.83,289.118,272.478,271.669,268.545,273.885,282.02,275.946,271.849,281.406],"paint":[380.317,382.404,375.05,372.93,379.172,382.562,380.1,376.582,380.122,376.232,376.705,384.41,384.076,372.86,381.282]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[79.221,81.408,79.279,79.978,79.848,79.891,80.578,81.921,79.691,80.673,78.157,81.234,81.045,81.248,80.548],"script":[35.53,35.779,35.586,36.269,35.987,35.537,36.864,36.006,35.544,35.255,35.616,36.586,35.89,37.396,35.245],"paint":[42.765,44.454,42.729,42.787,42.948,43.281,42.478,44.941,43.189,44.219,41.607,43.418,44.239,42.901,44.054]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[20.573,20.666,19.595,18.82,19.708,20.472,19.525,19.498,20.773,19.816,19.813,19.7,21.297,21.186,18.535],"script":[18.191,18.765,17.714,16.34,17.638,17.915,17.53,17.562,18.287,17.431,17.562,17.49,19.38,18.577,16.733],"paint":[0.957,1.135,1.759,2.348,1.938,2.392,1.622,1.246,2.347,2.277,1.601,1.314,1.24,2.485,0.9]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[2.7084169387817383]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[9.693031311035156]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[9.771502494812012]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[10.277709007263184]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[72.69158267974854]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.945]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[42.587999999999994]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[180.43999999999997]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[368.2001953125]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[229.640625]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[65.7919921875]}},{"framework":"mogwai-v0.6.5-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[389.7]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"01_run1k","values":{"total":[53.983,54.796,54.795,55.225,54.84,55.118,55.71,54.597,54.434,54.342,53.783,56.192,54.623,54.769,55.958],"script":[18.263,18.62,18.949,19.08,18.904,19.235,19.947,18.589,18.822,18.441,18.29,18.16,18.933,18.838,19.402],"paint":[35.243,35.651,35.408,35.61,35.217,35.409,35.288,35.53,35.127,35.448,35.035,37.6,35.233,35.483,36.085]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"02_replace1k","values":{"total":[71.568,74.202,71.965,72.334,72.101,72.423,72.375,72.337,72.563,72.741,72.676,72.315,71.86,73.789,71.644],"script":[30.297,33.184,30.717,31.358,31.393,30.995,30.798,31.324,31.01,30.647,31.864,31.812,32.058,30.692,30.164],"paint":[40.797,40.257,40.782,40.495,40.245,40.967,41.066,40.521,41.087,41.603,40.077,40.025,39.308,42.566,40.744]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[24.866,22.103,21.81,22.516,22.713,22.092,21.584,21.982,22.951,22.861,22.974,22.384,21.662,21.71,22.551],"script":[2.404,2.547,1.895,2.317,2.128,2.435,2.259,2.485,2.688,2.789,3.046,2.68,2.465,2.783,2.486],"paint":[20.445,17.09,18.928,17.451,18.148,18.361,17.731,17.928,18.347,18.248,18.11,17.525,17.926,16.839,17.811]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"04_select1k","values":{"total":[8.774,6.429,6.647,7.438,7.343,7.904,8.717,7.878,7.443,7.418,8.328,8.388,6.452,7.434,8.011,7.701,7.581,8.308,7.13,8.474,8.198,6.418,7.77,7.728,7.678],"script":[5.174,3.978,3.315,4.871,4.422,4.583,4.674,4.822,4.038,4.241,4.309,4.937,3.579,4.082,4.833,4.573,4.261,5.398,3.721,4.58,4.917,3.991,4.254,4.611,4.804],"paint":[2.652,2.318,1.937,2.394,1.753,3.148,3.033,2.153,3.03,2.22,2.852,3.28,1.203,2.453,1.606,2.188,2.526,1.929,2.421,3.313,3.1,2.307,2.635,2.458,2.206]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"05_swap1k","values":{"total":[23.222,25.072,24.648,23.268,23.863,25.82,24.027,24.389,24.063,24.566,22.948,24.111,23.628,24.507,24.324],"script":[0.777,0.994,0.737,1.171,0.885,1.321,0.653,1.387,1.794,0.904,0.622,1.027,1.069,1.236,1.518],"paint":[20.4,22.216,21.736,20.253,20.961,22.471,21.411,20.548,20.891,21.159,20.729,21.124,19.932,21.139,20.594]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[177.408,178.071,182.784,166.842,191.398,187.8,184.194,181.002,182.176,181.498,178.283,178.578,179.236,178.521,178.083],"script":[88.188,89.86,93.213,83.472,98.544,93.629,90.664,91.235,90.951,91.487,89.853,90.242,90.182,89.579,88.123],"paint":[87.836,86.829,87.637,81.941,91.095,92.568,91.92,88.126,90.105,88.408,86.621,86.657,87.422,87.364,88.961]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"07_create10k","values":{"total":[640.653,625.998,644.805,631.927,634.286,630.022,639.544,636.119,638.973,624.194,629.706,634.816,629.272,633.84,629.271],"script":[229.134,221.945,230.362,227.432,231.641,222.761,230.046,228.078,230.175,226.052,225.543,226.754,224.313,227.296,228.439],"paint":[403.734,396.534,406.965,396.724,394.382,399.723,401.54,400.329,400.404,390.645,396.706,400.339,397.203,398.876,393.179]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[67.55,66.359,66.611,68.406,67.128,67.457,66.03,65.31,65.696,65.17,66.678,65.593,66.425,67.709,67.137],"script":[21.583,21.188,21.395,21.294,21.716,21.286,21.397,20.25,21.458,20.797,20.713,21.442,21.418,21.23,21.628],"paint":[44.984,44.164,44.222,46.023,44.448,44.977,43.671,44.083,43.261,43.441,44.983,43.191,44.033,45.242,44.537]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[53.578,58.854,52.88,56.611,53.434,56.066,58.041,55.561,54.521,51.544,53.013,58.721,55.752,54.407,50.024],"script":[51.294,56.336,50.481,53.78,51.008,54.139,55.651,53.461,51.404,49.378,50.381,55.714,52.713,51.521,47.285],"paint":[2.129,1.269,1.721,1.668,2.305,0.753,1.464,1.295,2.387,2.06,2.487,2.836,2.669,1.961,1.48]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5551557540893555]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[5.749608039855957]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.870196342468262]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.5211620330810547]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[49.53264808654785]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.5479999999998]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.5]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[142.71599999999995]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[178.1875]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[57.7939453125]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.984375]}},{"framework":"mutraction-v0.24.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[91.9]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"01_run1k","values":{"total":[76.292,74.775,75.458,72.562,72.971,73.406,73.581,74.765,73.893,74.009,72.999,72.909,74.584,73.885,74.988],"script":[36.676,36.361,37.018,35.349,35.808,35.867,36.623,36.894,36.486,36.592,36.257,36.415,36.752,36.98,37.637],"paint":[38.984,37.908,37.921,36.682,36.653,36.997,36.444,37.192,36.914,36.607,36.263,35.977,37.059,36.41,36.572]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"02_replace1k","values":{"total":[41.212,42.962,41.255,42.283,41.495,41.762,39.853,42.748,40.229,41.12,40.795,42.203,41.848,42.419,41.8],"script":[24.562,25.129,24.408,25.504,25.023,25.753,24.249,25.157,24.587,24.943,25.333,24.66,25.157,24.686,25.054],"paint":[16.111,17.169,16.13,16.265,15.843,15.507,15.07,16.862,15.114,15.646,14.938,16.846,16.119,17.043,16.17]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.028,21.944,22.737,22.047,21.803,21.631,21.836,21.911,22.287,20.532,21.176,20.514,21.437,21.816,20.902],"script":[3.233,3.196,2.781,3.099,3.094,2.994,3.374,3.012,2.903,2.967,3.047,3.033,2.227,3.455,2.648],"paint":[17.79,16.941,17.272,17.466,16.852,16.992,16.887,16.942,17.147,15.897,15.905,16.167,18.055,16.986,16.553]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"04_select1k","values":{"total":[16.364,18.379,14.22,17.823,16.999,20.584,17.804,17.724,16.532,17.293,17.726,16.927,17.952,17.368,16.514,17.703,17.47,16.567,17.966,17.28,17.715,17.407,17.42,16.763,16.538],"script":[13.718,14.727,11.696,14.314,14.185,15.697,14.288,13.974,13.09,13.875,13.742,14.393,14.832,14.401,13.902,13.912,13.881,13.338,15.006,14.404,14.676,14.083,14.37,13.699,13.973],"paint":[1.524,2.5,2.033,2.653,1.659,3.27,2.269,2.53,2.523,2.48,3.202,1.261,1.99,2.784,1.598,2.734,2.408,2.516,2.309,2.04,2.498,2.209,2.237,1.889,1.988]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"05_swap1k","values":{"total":[70.545,72.263,71.993,71.254,71.901,71.09,69.391,71.426,71.021,68.244,71.337,72.597,69.255,74.469,69.095],"script":[55.003,57.528,55.725,57.433,57.796,56.479,55.571,55.858,57.07,53.853,57.022,58.842,55.592,59.14,53.987],"paint":[13.707,13.129,12.915,12.53,12.88,12.893,11.465,13.475,11.805,12.105,11.915,12.665,12.307,13.454,13.212]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[79.733,80.695,81.005,82.077,79.584,79.849,79.588,82.024,80.826,79.629,88.306,81.318,81.425,86.72,80.824],"script":[46.737,47.597,46.953,48.387,47.065,47.308,46.521,47.667,47.25,46.784,50.868,47.737,47.432,49.551,47.211],"paint":[31.2,31.855,32.484,32.432,31.326,31.32,31.834,33.06,32.183,31.661,36.08,32.353,33.053,35.883,32.294]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"07_create10k","values":{"total":[814.803,799.873,811.435,829.007,805.699,817.996,824.47,821.522,818.027,801.589,795.142,830.003,800.577,816.527,813.79],"script":[394.725,385.931,390.956,396.522,383.52,386.291,392.522,391.819,398.219,391.446,382.144,396.782,387.264,400.003,397.183],"paint":[412.365,406.371,412.707,424.816,414.651,424.161,424.169,422.027,411.985,402.231,405.441,425.311,405.757,408.965,408.854]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[99.808,95.398,90.262,97.87,100.341,96.9,95.388,97.352,95.983,94.929,95.676,95.542,96.209,95.249,95.038],"script":[50.274,46.779,44.592,47.904,49.048,48.279,47.545,48.563,47.046,46.02,46.93,46.699,47.831,46.54,46.983],"paint":[48.269,47.327,44.693,48.693,49.993,47.609,46.827,47.762,47.671,47.633,47.467,47.57,47.096,47.472,47.068]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[26.875,27.446,28.441,29.177,25.469,27.433,26.811,29.089,27.255,28.747,28.173,27.334,26.988,27.251,29.098],"script":[24.113,24.858,26.056,26.622,22.761,25.448,24.001,26.602,25.109,26.532,25.698,24.822,24.752,25.192,27.168],"paint":[2.246,2.48,2.242,1.932,1.781,1.202,2.304,2.107,1.419,1.091,1.832,1.379,2.114,1.449,0.919]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6081733703613281]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.742428779602051]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.781632423400879]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.4336843490600586]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[57.791297912597656]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.6899999999998]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.3]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.192]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[157.8857421875]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.609375]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[7.2255859375]}},{"framework":"petite-vue-v0.4.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[62.2]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"01_run1k","values":{"total":[47.755,47.771,48.397,47.759,48.016,47.465,47.951,48.189,46.605,48.77,49.989,46.947,47.909,49.114,48.564],"script":[10.68,10.01,10.517,10.356,10.34,10.543,10.266,10.542,9.924,11.044,9.911,10.487,10.489,10.311,10.967],"paint":[36.558,37.072,37.368,36.759,37.216,36.464,37.185,37.189,36.132,37.014,39.531,35.958,36.955,37.999,37.121]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"02_replace1k","values":{"total":[21.285,21.656,20.263,20.684,19.881,21.024,20.262,19.525,20.751,21.322,21.067,20.085,20.922,21.023,21.588],"script":[4.555,4.326,4.699,4.388,4.368,4.668,4.52,4.248,4.57,4.527,4.5,4.385,4.473,4.492,4.384],"paint":[16.216,16.757,15.006,15.819,15.008,15.714,15.232,14.839,15.669,16.36,15.926,15.123,15.949,15.89,16.572]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[21.671,22.353,21.557,23.584,22.228,22.444,23.087,20.952,21.173,22.298,20.823,21.84,22.541,21.663,22.079],"script":[3.748,4.014,3.467,3.781,3.832,4.271,4.024,3.376,3.206,3.372,3.636,3.25,3.706,3.557,3.998],"paint":[16.33,16.809,16.254,15.044,16.48,16.22,16.721,16.295,16.394,17.166,16.201,16.935,16.401,16.245,15.973]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"04_select1k","values":{"total":[4.7,4.769,3.828,4.895,4.355,5.301,4.364,4.519,6.143,4.697,4.486,3.987,4.928,4.468,5.081,5.538,4.932,4.843,3.599,4.641,4.57,4.253,4.623,5.033,4.617],"script":[1.333,1.574,1.045,1.683,1.906,1.59,1.935,0.975,2.147,2.089,1.6,0.612,1.527,1.582,1.49,1.56,1.019,1.54,1.116,1.782,1.723,1.341,1.156,1.662,1.306],"paint":[3.21,2.257,2.673,2.511,1.755,2.916,2.292,2.737,2.605,2.453,2.169,3.263,3.254,2.747,3.434,1.895,2.972,3.077,1.785,1.978,2.338,1.802,3.28,2.216,2.087]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"05_swap1k","values":{"total":[14.814,14.067,14.836,13.903,15.4,14.499,13.342,13.803,13.834,14.995,14.046,13.073,14.003,14.8,14.866],"script":[1.591,1.016,0.918,1.739,1.298,1.028,1.144,1.652,0.616,1.264,0.704,0.873,1.264,0.949,1.477],"paint":[11.345,11.396,11.985,10.734,12.987,11.633,10.241,10.691,11.619,11.828,11.215,11.145,10.627,11.932,12.018]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[43.835,43.548,41.618,41.992,41.105,43.188,41.702,41.899,43.632,43.243,42.171,42.235,41.586,42.107,42.559],"script":[9.081,8.16,8.647,8.878,7.979,9.2,8.496,8.773,8.698,8.894,8.572,8.566,8.646,8.543,9.023],"paint":[33.301,34.385,32.105,32.302,32.351,32.727,32.322,32.235,33.694,32.933,32.394,32.638,31.764,32.338,32.114]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"07_create10k","values":{"total":[615.795,617.494,604.413,601.883,599.058,610.661,598.652,605.79,609.57,609.474,605.051,598.78,599.458,607.912,612.583],"script":[212.829,214.522,208.117,209.293,205.694,207.851,205.412,207.63,208.746,210.964,208.914,205.749,208.173,209.689,211.266],"paint":[395.386,395.288,388.893,385.191,385.639,395.207,385.739,390.284,392.704,390.783,388.327,385.513,382.819,390.565,393.596]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[73.366,75.18,74.444,73.39,72.588,74.103,73.033,72.671,73.546,73.577,73.505,74.337,73.48,72.987,72.242],"script":[27.906,29.364,28.542,27.617,27.484,27.711,27.934,27.697,27.218,27.512,27.275,28.321,28.039,27.715,27.753],"paint":[44.455,44.774,44.958,44.568,44.11,45.406,44.112,44.024,45.308,45.019,45.066,44.835,44.451,44.27,43.524]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[24.969,23.928,22.801,25.049,25.877,23.981,25.862,25.027,26.455,26.079,23.54,23.059,23.5,25.378,22.905],"script":[22.325,21.381,20.315,22.623,23.585,21.882,23.65,22.891,24.25,23.926,21.17,21.552,20.967,23.334,20.454],"paint":[2.457,1.87,1.562,1.82,1.151,1.802,2.059,1.973,1.176,1.103,1.677,0.417,1.85,1.191,2.35]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8600292205810547]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.946889877319336]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.071710586547852]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.439663887023926]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[38.43599319458008]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2101.3140000000003]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[24.919999999999998]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.16400000000004]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[196.6845703125]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[57.80859375]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[15.017578125]}},{"framework":"quel-v0.9.51-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[99.7]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"01_run1k","values":{"total":[63.761,62.939,65.422,61.454,64.156,61.929,63.566,63.21,63.44,61.513,63.728,62.269,64.929,62.347,61.455],"script":[25.971,26.673,28.337,24.828,27.904,26.755,26.294,26.526,26.1,25.766,26.413,26.037,27.036,26.044,25.673],"paint":[37.15,35.796,36.625,36.135,35.544,34.744,36.818,36.229,36.872,35.309,36.653,35.782,37.155,35.84,35.335]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"02_replace1k","values":{"total":[19.273,18.447,19.431,18.167,18.195,18.14,19.458,18.036,19.339,18.933,17.988,18.119,19.182,19.478,19.039],"script":[2.728,3.139,2.936,3.068,2.829,3.07,3.014,3.025,2.884,2.888,2.965,3.044,2.868,2.916,2.837],"paint":[16.041,14.819,15.903,14.582,14.919,14.605,15.974,14.5,15.853,15.637,14.558,14.617,15.791,16.052,15.583]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.872,20.675,20.795,21.536,21.152,20.609,21.177,21.612,20.13,19.748,21.181,21.36,21.385,20.396,20.778],"script":[4.098,4.128,3.709,4.271,4.237,3.78,4.014,4.062,3.918,3.595,3.654,4.473,3.998,3.22,4.185],"paint":[14.604,15.177,14.991,15.918,14.843,15.505,16.072,15.969,14.939,14.925,15.6,15.539,15.97,16.028,15.597]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"04_select1k","values":{"total":[8.966,9.491,7.782,8.31,8.396,9.048,8.408,9.46,9.691,8.443,8.472,8.589,8.296,8.636,8.213,8.657,8.603,8.402,8.741,8.622,8.419,7.956,8.504,7.277,8.25],"script":[6.01,6.017,5.489,5.215,5.613,6.096,5.333,5.877,6.39,6.016,5.728,6.05,5.502,5.593,5.682,5.88,5.379,5.265,5.486,5.715,4.975,5.168,5.792,4.485,5.049],"paint":[1.663,2.286,1.484,2.91,1.816,1.493,2.363,2.931,2.259,2.249,2.556,1.349,1.783,1.565,1.712,2.204,3.03,2.278,2.099,2.71,2.255,1.103,1.397,2.303,2.251]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"05_swap1k","values":{"total":[14.174,15.252,14.662,14.383,13.605,14.441,14.769,13.977,14.48,13.667,13.982,13.594,15.175,14.098,14.209],"script":[1.959,2.077,1.745,2.199,1.113,1.875,2.088,1.869,2.093,2.217,2.405,1.379,2.324,1.942,1.963],"paint":[9.757,11.392,10.642,11.07,10.601,11.08,11.221,10.07,10.978,9.232,9.585,10.856,11.308,11.079,9.819]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[39.242,39.156,39.562,37.947,38.093,37.904,38.515,38.031,38.013,38.981,37.208,36.974,38.495,39.115,38.596],"script":[5.62,6.099,6.118,5.586,5.609,5.645,5.479,5.653,6.017,6.392,5.392,5.521,6.094,5.932,5.53],"paint":[32.496,31.776,31.953,31.529,31.401,30.838,31.804,31.495,31.203,31.264,30.716,30.523,31.571,31.581,31.817]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"07_create10k","values":{"total":[596.021,605.25,597.011,587.747,599.067,594.808,602.752,597.572,598.873,595.312,600.402,603.019,606.52,591.815,597.348],"script":[211.911,212.079,212.365,211.064,210.589,213.431,214.745,214.037,214.507,214.667,217.741,219.146,217.964,214.427,214.584],"paint":[376.562,385.601,376.039,368.893,380.936,373.949,380.65,376.16,376.963,372.823,375.252,376.427,380.855,370.159,374.062]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[67.892,65.014,66.676,65.61,66.62,64.772,64.893,64.565,67.52,64.318,65.874,68.172,65.968,66.73,66.765],"script":[23.537,22.661,23.278,22.704,22.814,23.081,23.038,22.602,23.46,22.396,23.325,24.213,23.139,24.517,23.184],"paint":[43.379,41.357,42.437,41.973,42.518,40.755,40.936,41.007,43.103,41.006,41.607,42.753,41.568,41.281,42.356]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[30.441,27.87,29.4,29.074,27.966,29.482,29.424,29.175,29.542,29.473,29.954,29.762,27.907,28.738,28.326],"script":[27.884,25.726,27.289,27.093,25.843,26.606,26.959,26.642,26.967,27.274,28.067,27.49,25.215,26.573,25.798],"paint":[1.541,0.897,1.976,1.265,2.01,1.951,1.67,2.346,2.02,1.252,1.547,2.148,2.288,1.251,2.414]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.1157951354980469]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[8.69643783569336]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[8.75512981414795]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.396930694580078]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[72.87113761901855]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[3001.46]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.26]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[172.16400000000002]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[362.345703125]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[224.068359375]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[58.767578125]}},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[312.5]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"01_run1k","values":{"total":[52.145,51.322,54.28,51.856,51.788,51.386,52.65,54.087,50.765,52.977,51.298,52.479,51.983,51.96,51.63],"script":[17.421,16.303,17.372,17.012,17.022,16.273,17.615,17.047,16.195,16.783,16.883,17.134,17.241,16.928,16.497],"paint":[34.197,34.535,36.459,34.163,34.262,34.683,34.592,36.588,34.122,35.697,33.929,34.865,34.256,34.595,34.598]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"02_replace1k","values":{"total":[22.284,22.491,22.995,22.675,23.264,22.07,21.966,22.134,22.549,22.611,23.009,22.269,21.935,24.788,24.389],"script":[6.15,7.117,7.333,7.424,7.243,6.458,6.557,6.751,7.175,7.044,7.256,6.821,6.478,7.813,7.113],"paint":[15.602,14.955,15,14.65,15.619,15.155,14.946,14.788,14.904,15.14,15.301,15.017,14.969,16.351,16.79]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[27.479,27.615,27.043,27.373,28.613,28.732,27.893,28.79,25.809,27.426,26.973,26.098,26.974,27.603,28.257],"script":[10.39,10.16,9.657,9.739,10.746,10.445,9.776,10.133,9.349,9.108,9.793,9.471,9.842,9.91,10.283],"paint":[14.939,15.039,15.052,16.044,15.016,16.54,16.713,16.929,14.833,16.436,15.552,14.947,15.322,16.199,16.25]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"04_select1k","values":{"total":[12.001,10.736,9.428,10.922,11.168,10.91,9.84,11.738,10.641,10.676,11.027,10.45,10.825,12.167,10.656,10.914,10.575,11.155,10.141,10.473,10.378,11.37,9.741,9.661,10.412],"script":[8.114,6.901,7.251,6.546,7.709,7.32,6.979,7.338,7.586,7.51,8.116,7.333,7.408,7.479,7.217,7.142,7.081,7.878,6.686,7.667,7.27,8.091,6.89,6.833,6.986],"paint":[3.251,3.257,1.631,4.137,3.235,2.613,1.992,3.11,2.207,1.666,1.784,2.103,2.405,4.443,2.468,1.906,1.82,2.419,2.433,1.422,2.455,2.33,2,2.132,2.709]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"05_swap1k","values":{"total":[20.15,19.789,18.47,19.636,20.341,19.98,18.877,19.736,19.122,18.803,20.73,19.645,20.057,20.384,19.274],"script":[7.745,7.333,6.851,6.085,7.242,7.143,6.276,6.777,6.825,6.207,7.435,7.07,7.413,6.422,6.662],"paint":[11.36,11.247,10.36,10.668,11.787,10.801,11.177,10.248,10.478,11.063,10.373,11.271,11.059,11.228,11.419]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[45.047,45.505,44.415,45.38,46.663,47.292,45.773,44.621,45.764,46.772,45.878,46.748,45.453,45.574,45.956],"script":[12.802,12.294,12.466,12.661,13.52,12.664,12.815,12.195,12.287,11.89,12.866,12.849,12.433,12.327,13.132],"paint":[30.982,31.961,30.805,31.533,31.629,33.356,31.776,31.199,32.109,34.064,31.643,32.346,31.5,32.228,31.247]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"07_create10k","values":{"total":[678.516,681.5,673.332,677.118,674.626,686.238,669.53,668.732,677.117,674.639,680.083,672.343,678.755,673.26,678.2],"script":[293.102,295.992,291.669,292.224,294.814,297.708,289.076,290.063,292.672,294.212,294.72,289.555,291.811,291.499,294.296],"paint":[377.671,377.788,373.926,377.175,372.281,380.695,373.232,371.26,377.013,373.094,377.743,374.55,379.377,374.396,376.368]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[64.176,64.267,62.648,63.612,62.162,63.184,62.553,62.826,62.238,63.194,63.555,62.523,64.012,62.945,63.598],"script":[19.861,19.736,18.865,19.149,19.225,18.702,19.097,19.262,18.963,18.901,19.484,18.933,20.387,19.101,19.473],"paint":[43.501,43.626,42.867,43.388,42.034,43.402,42.531,42.643,42.319,43.356,42.855,42.354,42.717,42.92,43.16]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.742,16.324,16.357,18.072,17.84,17.1,16.606,16.659,18.123,16.783,15.987,16.541,17.229,16.26,17.341],"script":[15.49,13.823,14.184,15.256,14.832,15.184,15.103,14.029,15.649,13.84,14.349,14.08,15.388,14.266,14.776],"paint":[2.153,2.374,1.039,2.695,2.845,1.335,0.424,2.525,1.6,2.142,1.521,2.347,1.751,1.878,2.444]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.9725799560546875]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.86480712890625]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[5.385912895202637]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.8445396423339844]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[36.26389122009277]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2476.785]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.864]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[172.64000000000001]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[281.5166015625]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[143.240234375]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[40.1767578125]}},{"framework":"react-classes-v18.2.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[212.6]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"01_run1k","values":{"total":[47.582,47.117,47.487,47.108,47.672,47.446,47.283,46.727,46.533,48.169,46.541,47.323,46.867,47.351,46.862],"script":[10.477,9.941,10.159,10.245,10.555,10.323,10.291,10.444,10.088,10.695,10.368,10.233,10.111,10.452,10.274],"paint":[36.635,36.724,36.636,36.34,36.719,36.656,36.554,35.827,35.994,36.859,35.734,36.65,36.306,36.458,36.185]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"02_replace1k","values":{"total":[18.311,16.903,18.806,18.623,18.19,17.829,17.89,18.415,18.01,18.027,17.043,17.324,17.26,17.416,18.787],"script":[1.498,1.543,1.5,1.492,1.553,1.608,1.528,1.456,1.468,1.553,1.486,1.588,1.517,1.467,1.526],"paint":[16.326,14.984,16.839,16.693,16.167,15.771,15.896,16.322,16.049,16.055,15.169,15.076,15.378,15.464,16.64]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.278,19.238,19.14,18.604,18.615,19.637,19.584,18.834,21.361,17.956,19.605,19.524,19.698,18.342,19.109],"script":[2.062,1.97,1.819,2.083,2.104,2.282,1.867,1.708,2.327,1.572,2.337,2.02,1.78,2.05,2.103],"paint":[15.077,16.102,16.002,14.741,14.872,15.742,15.834,15.385,17.869,15.064,15.468,16.031,15.909,14.225,15.593]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"04_select1k","values":{"total":[3.827,4.039,3.481,4.167,4.441,4.437,4.057,4.982,3.914,3.809,4.124,3.629,4.386,3.723,3.397,3.351,4.69,3.698,3.47,3.49,3.2,4.216,4.66,3.345,4.46],"script":[0.735,0.257,1.228,1.844,0.759,0.829,1.044,1.84,0.844,0.892,0.906,0.928,1.12,1.102,0.885,1.221,1.698,0.859,0.579,0.956,1.029,1.669,1.145,0.595,1],"paint":[1.899,2.746,0.994,2.218,3.111,3.438,2.452,1.93,1.865,1.653,2.969,2.101,2.05,1.792,1.922,1.63,1.941,2.663,1.674,2.431,2.041,2.392,2.248,2.625,2.207]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"05_swap1k","values":{"total":[14.124,13.476,13.673,15.096,13.437,13.125,13.572,13.657,13.588,14.765,12.643,12.702,13.865,14.669,12.93],"script":[0.578,0.642,1.197,1.706,1.288,1.259,0.939,1.012,1.488,1.24,0.908,0.969,1.278,1.583,1.005],"paint":[12.204,11.633,10.17,11.49,10.526,10.052,11.078,11.099,10.162,11.335,10.417,9.409,11.071,11.381,10.55]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.893,37.385,36.957,37.076,37.081,36.592,36.514,36.89,36.27,38.118,36.407,37.871,36.728,37.953,36.353],"script":[3.014,2.807,3.058,3.078,2.787,2.845,2.999,2.914,2.673,2.989,2.459,2.995,3.01,2.919,3.087],"paint":[33.649,33.16,32.951,32.936,33.123,32.737,31.912,32.871,32.389,33.945,33.056,33.647,32.883,33.905,32.493]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"07_create10k","values":{"total":[474.188,473.504,472.487,464.125,468.133,469.854,472.628,474.039,472.268,468.623,475.509,476.511,468.882,467.636,479.845],"script":[102.612,100.829,101.245,99.74,99.155,100.382,100.904,102.233,101.941,99.245,101.639,101.206,98.727,101.229,101.353],"paint":[364.07,365.311,363.935,356.994,361.576,362.17,364.399,364.414,362.764,362.165,366.414,367.889,362.771,359.062,370.777]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.224,51.674,51.839,53.798,54.266,54.802,54.066,52.565,53.315,52.806,53.36,52.79,53.788,53.495,54.727],"script":[10.577,10.612,10.722,10.984,10.566,10.442,10.773,10.948,10.86,10.659,10.54,10.678,11.08,10.643,10.973],"paint":[41.545,40.125,40.137,41.868,42.863,43.064,42.255,40.66,41.451,41.155,41.837,41.194,41.725,41.857,42.81]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.782,15.066,14.915,15.394,15.786,15.312,15.443,15.904,15.88,15.496,15.381,16.417,15.838,14.873,15.613],"script":[12.672,13.169,12.382,12.551,13.16,13.426,12.883,13.147,13.635,13.39,12.74,13.989,13.569,12.972,13.103],"paint":[1.156,1.798,2.41,2.081,1.731,1.785,2.424,1.182,2.114,1.258,1.759,2.172,1.097,1.453,2.246]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.48903656005859375]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.433950424194336]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.554104804992676]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.3856325149536133]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.10201358795166]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.395]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[24.747999999999998]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.30399999999997]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.7607421875]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[9.4873046875]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.2451171875]}},{"framework":"redom-v3.29.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[56]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"01_run1k","values":{"total":[131.946,131.662,129.004,130.192,126.407,126.999,132.381,124.467,126.203,129.965,130.772,123.904,127.54,124.525,132.869],"script":[92.272,92.369,90.351,91.025,88.473,88.832,92.143,86.673,87.848,90.957,88.824,85.54,90.178,87.002,92.604],"paint":[39.425,38.96,38.441,38.901,37.694,37.943,39.922,37.574,38.132,38.677,41.725,38.12,37.113,37.293,40.025]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"02_replace1k","values":{"total":[138.051,136.554,140.415,138.505,139.666,140.349,138.206,139.346,140.235,141.239,137.87,138.115,142.32,143.431,135.99],"script":[103.762,103.018,106.538,101.84,105.398,106.824,104.145,104.764,105.602,107.297,104.696,103.834,108.363,107.598,102.679],"paint":[34.044,33.316,33.648,36.423,34.041,33.302,33.691,34.309,34.178,33.695,32.937,33.85,33.736,35.603,33.084]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[85.132,83.87,84.949,86.249,88.01,86.394,85.345,86.393,86.436,82.571,82.917,83.904,85.031,86.162,85.464],"script":[46.968,45.935,47.837,47.926,48.993,47.636,47.946,46.653,47.982,45.375,46.998,46.71,47.164,47.417,47.431],"paint":[36.233,35.584,36.417,37.271,37.006,37.079,36.182,37.975,37.098,36.72,33.691,36.901,36.724,37.464,36.123]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"04_select1k","values":{"total":[54.923,40.465,45.113,40.672,45.963,52.691,47.137,40.366,49.381,42.558,40.816,39.181,47.511,40.745,41.73,51.768,45.397,40.872,54.274,43.048,45.053,50.345,46.03,49.63,39.212],"script":[8.996,7.468,7.138,6.331,9.101,8.29,8.606,7.238,7.545,6.915,7.027,5.627,7.091,6.821,6.702,9.661,7.157,6.951,6.482,7.132,7.607,7.769,7.437,7.127,7.245],"paint":[28.965,26.708,26.367,30.219,27.072,28.816,29.262,26.29,28.699,26.429,24.65,26.44,26.039,26.593,27.798,28.515,28.379,27.462,27.854,27.914,26.749,27.748,27.47,28.767,25.958]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"05_swap1k","values":{"total":[58.602,31.547,32.984,31.702,58.359,32.249,32.931,30.896,62.838,33.883,33.512,57.396,30.982,31.358,27.333],"script":[8.193,7.025,7.925,8.061,7.62,7.912,8.613,6.798,8.076,8.115,7.954,7.614,7.483,8.375,7.471],"paint":[22.637,21.87,24.743,22.593,22.975,23.23,23.542,22.292,22.864,24.223,23.845,22.302,22.188,22.214,18.989]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[30.123,31.954,36.671,31.506,30.168,30.785,31.141,34.694,34.873,26.068,35.035,36.819,36.579,41.827,31.487],"script":[2.874,3.11,2.632,2.895,2.08,2.942,3,2.583,2.7,2.389,2.346,2.294,2.267,2.93,2.631],"paint":[17.273,17.532,18.893,19.111,17.686,19.565,19.626,19.282,19.235,17.569,20.715,19.382,20.208,19.46,19.347]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"07_create10k","values":{"total":[996.049,1018.257,1020.716,1072.889,1024.996,1023.32,1031.906,1074.631,1058.844,1068.01,1055.383,1051.047,1062.342,1031.929,1069.9],"script":[649.905,657.558,661.992,671.399,660.196,656.289,625.771,669.047,650.769,667.586,654.742,651.092,662.371,657.257,664.928],"paint":[339.306,356.313,354.277,397.589,357.977,362.671,402.193,401.689,401.056,396.276,396.68,393.551,396.061,370.289,400.885]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[124.689,126.207,128.05,125.717,128.005,128.555,127.906,128.34,126.197,123.04,126.627,125.586,127.473,124.434,125.806],"script":[82.101,81.956,83.407,82.519,83.741,83.576,84.058,83.848,83.215,79.519,82.236,82.723,84.36,81.812,82.463],"paint":[42.078,43.864,44.106,42.693,43.742,44.62,43.308,44.118,42.49,42.993,44.025,42.514,42.734,42.216,42.984]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[88.085,92.036,89.005,85.562,92.349,90.582,91.27,90.001,89.38,88.591,91.566,93.174,89.392,91.706,91.717],"script":[83.301,86.111,84.87,80.931,86.974,86.11,85.792,84.781,84.417,83.378,86.218,88.187,83.797,85.839,86.423],"paint":[3.538,4.671,3.835,4.335,4.332,3.224,3.94,4.531,4.089,4.588,4.18,3.653,4.525,4.815,3.24]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[7.983440399169922]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[21.679731369018555]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[24.984617233276367]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[40.959442138671875]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[128.3046112060547]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[15602.568]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[243.7600000000002]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[402.0720000000002]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[2878.888671875]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[2739.7021484375]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[264.0654296875]}},{"framework":"reflex-dom-v0.4-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[3503.5]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"01_run1k","values":{"total":[48.655,49.304,44.605,49.692,50.303,49.653,51.818,50.642,49.946,49.778,51.476,49.198,50.085,50.847,49.242],"script":[12.88,12.192,9.521,13.069,13.657,12.626,13.26,12.593,13.32,13.054,13.186,13.073,12.171,12.963,13.193],"paint":[35.078,36.644,34.62,35.932,36.132,36.622,38.131,37.36,36.122,36.046,37.833,35.675,37.496,37.177,35.576]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"02_replace1k","values":{"total":[19.263,18.794,17.564,19.35,17.452,18.933,19.655,18.736,17.905,18.837,18.811,19.486,19.011,17.827,20.016],"script":[2.832,2.604,2.541,2.683,2.459,2.69,2.632,2.48,2.522,2.63,2.685,2.612,2.692,2.602,2.678],"paint":[15.828,15.727,14.566,16.207,14.531,15.778,16.386,15.641,14.716,15.792,15.69,16.497,15.864,14.553,16.859]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.799,23.738,24.173,23.169,23.778,23.417,25.925,23.305,23.286,22.796,22.743,24.877,23.979,23.77,22.726],"script":[5.821,5.901,5.775,6.425,6.083,6.823,6.832,6.12,6.889,6.452,6.081,6.827,6.823,6.754,6.103],"paint":[16.851,15.908,16.879,15.163,16.071,14.624,17.255,15.225,15.312,14.57,14.192,15.588,16.087,14.61,15.107]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"04_select1k","values":{"total":[8.666,9.472,8.869,9.796,7.841,9.085,8.619,8.458,11.08,8.299,10.477,9.243,9.862,9.694,9.14,9.098,8.867,9.229,10.511,9.702,7.843,10.045,9.563,9.554,9.436],"script":[5.594,6.43,5.65,6.009,5.198,6.35,5.778,5.721,6.808,5.83,6.615,6.589,6.357,5.918,6.196,6.43,6.375,5.812,6.618,6.661,5.367,6.332,5.997,6.853,6.312],"paint":[1.952,2.158,1.855,2.253,1.387,1.842,1.566,1.744,2.706,2.337,2.146,1.768,1.656,3.533,1.992,1.792,2.286,2.081,2.421,1.723,1.172,3.447,2.854,2.169,2.382]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"05_swap1k","values":{"total":[19.127,17.911,18.482,18.499,18.045,18.811,18.911,17.415,17.947,19.813,18.423,19.335,18.897,17.312,20.872],"script":[5.99,5.92,5.785,5.653,5.367,6.48,6.181,5.429,5.709,6.499,6.148,5.98,6.37,5.539,7.064],"paint":[10.827,10.206,11.244,10.515,10.959,10.609,10.359,10.337,10.339,11.454,10.966,11.13,10.968,10.335,11.592]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.256,38.11,37.035,37.095,36.598,36.58,39.109,37.265,36.771,38.628,40.926,39.76,36.861,40.331,36.781],"script":[4.52,4.459,4.574,4.562,4.425,4.274,4.346,4.941,4.399,4.99,4.525,4.38,4.314,4.868,4.288],"paint":[31.529,32.416,31.324,31.582,31.376,31.482,33.22,31.096,31.366,32.449,35.531,34.584,31.042,34.635,31.659]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"07_create10k","values":{"total":[523.951,500.365,513.137,499.476,509.068,503.419,501.9,514.601,503.88,507.778,498.323,503.472,511.107,503.251,511.911],"script":[132.984,131.444,130.247,128.905,132.115,132.62,130.942,129.465,130.551,129.937,128.973,132.964,130.306,130.488,126.968],"paint":[383.223,361.508,375.451,363.201,369.542,362.901,363.595,377.717,365.642,370.486,361.866,363.145,373.156,364.861,377.395]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[56.756,56.494,56.658,58.344,56.284,58.647,58.267,58.263,59.016,58.704,58.452,57.295,58.896,57.279,58.836],"script":[13.74,13.33,13.651,15.016,13.296,14.287,14.201,13.628,14.43,14.842,14.393,13.84,14.185,13.92,14.528],"paint":[42.041,42.18,42.088,42.363,41.927,43.315,43.091,43.548,43.474,42.771,42.819,42.49,43.732,42.378,42.9]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[23.527,23.277,22.088,24.459,24.888,26.393,22.772,25.205,22.769,23.453,23.822,24.779,25.856,23.894,25.038],"script":[20.879,20.543,20.204,22.957,22.919,23.817,21.174,22.488,20.609,20.813,21.517,22.269,23.329,21.904,22.235],"paint":[1.186,2.632,1.259,0.454,1.842,2.476,1.492,2.41,2.042,2.519,2.196,1.075,1.228,1.285,2.675]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5290765762329102]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.574573516845703]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.606602668762207]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9216423034667969]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[30.231066703796387]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3850000000002]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.291999999999998]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[152.86399999999995]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[158.177734375]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[19.9033203125]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[6.41796875]}},{"framework":"riot-v7.1.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[76.9]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"01_run1k","values":{"total":[41.628,42.146,41.936,42.361,40.926,40.614,42.237,41.328,42.079,42.399,42.074,41.194,41.124,41.58,41.881],"script":[5.932,5.615,5.295,5.629,5.342,5.429,5.576,5.464,5.755,5.553,6.639,5.491,5.424,5.522,5.457],"paint":[35.14,36.038,36.036,36.064,34.896,34.715,35.988,35.409,35.832,36.408,35,35.272,35.241,35.52,35.728]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"02_replace1k","values":{"total":[19.331,19.569,18.997,19.253,19.904,19.878,19.156,19.124,19.966,19.569,19.728,19.317,19.439,19.199,19.19],"script":[2.469,2.754,2.399,2.479,2.381,2.772,2.577,2.692,2.844,2.663,2.679,2.534,2.799,2.477,2.655],"paint":[16.202,16.351,16.156,16.34,17.056,16.498,15.976,15.976,16.485,16.279,16.402,16.298,16.211,16.265,16.07]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[20.388,19.081,21.264,20.036,19.023,20.3,21.173,19.214,19.848,19.262,19.377,18.81,19.788,19.635,19.218],"script":[3.005,2.608,2.834,3.218,2.611,3.163,2.382,2.781,2.488,2.792,2.269,2.606,2.939,3.064,2.991],"paint":[16.003,14.521,16.974,15.805,15.373,15.224,16.589,14.875,15.871,14.93,15.608,14.294,15.568,14.668,14.891]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"04_select1k","values":{"total":[4.089,3.884,3.888,4.275,3.732,4.596,4.274,3.348,4.595,3.974,4.44,3.831,4.288,4.257,4.995,3.76,4.346,5.172,4.833,4.233,4.289,4.202,3.752,3.552,3.294],"script":[1.283,1.597,0.849,0.963,1.715,1.239,1.338,1.189,1.648,1.066,1.309,1.509,1.515,1.756,0.942,1.061,1.804,2.117,1.78,0.884,1.639,1.782,1.756,0.924,0.994],"paint":[2.669,1.697,1.295,2.539,1.174,2.003,2.825,1.973,2.254,1.722,2.771,1.134,2.419,1.561,2.869,1.822,1.923,2.864,2.79,2.385,2.534,1.601,1.138,1.418,1.411]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"05_swap1k","values":{"total":[13.417,15.301,12.458,12.908,14.108,13.362,13.734,13.034,13.615,13.199,12.599,13.271,13.173,13.046,13.505],"script":[0.934,1.535,0.979,1.212,1.398,1.375,1.141,1.093,1.026,1.271,0.863,0.958,0.939,0.98,1.441],"paint":[11.017,11.515,9.546,10.631,10.75,10.174,11.535,11.204,10.743,10.926,10.215,10.116,10.444,10.553,10.657]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.187,37.953,37.464,37.586,37.717,36.052,37.458,40.725,40.445,38.172,38.176,38.088,37.773,37.538,37.54],"script":[4.916,5.426,4.976,4.976,4.593,4.391,4.693,4.676,4.798,5.444,5.523,5.348,5.263,4.962,5.081],"paint":[31.11,31.475,31.322,31.36,31.38,30.909,31.367,35.071,34.871,31.82,31.46,31.952,31.501,31.201,31.131]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"07_create10k","values":{"total":[438.343,443.453,438.352,443.723,440.78,437.239,441.574,446.606,443.317,435.642,438.226,439.544,444.844,440.571,448.533],"script":[74.149,72.989,73.123,74.918,75.551,74.764,72.735,75.725,77.29,73.221,71.901,74.909,76.839,76.73,75.427],"paint":[356.902,362.903,357.877,361.038,356.918,355.124,361.518,363.048,358.522,354.913,358.67,357.221,360.197,356.29,365.762]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[49.383,49.825,48.857,47.746,48.242,48.138,49.916,49.687,49.652,50.345,47.908,48.451,49.665,49.828,49.393],"script":[7.655,7.703,7.581,7.001,7.041,6.951,7.47,7.533,7.008,7.659,7.14,7.511,7.667,7.466,7.48],"paint":[40.722,41.189,39.974,39.904,40.009,40.316,41.191,41.125,41.428,41.498,39.868,40.034,40.65,41.237,40.999]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.668,16.903,16.802,16.789,16.979,17.016,16.79,17.024,17.113,17.102,17.814,17.992,17.254,16.643,16.592],"script":[15.101,14.366,14.018,14.798,14.387,14.731,15.069,14.802,14.457,15.077,15.538,15.343,14.566,14.796,15.093],"paint":[1.537,2.411,2.064,1.174,1.49,2.191,0.785,2.113,2.558,1.207,1.493,1.997,1.752,1.753,1.378]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.7897129058837891]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.414980888366699]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.53314208984375]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.093674659729004]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[25.949679374694824]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2176.505]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.884]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.496]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[209.3095703125]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[71.0341796875]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[17.8583984375]}},{"framework":"san-v3.12.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[111]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"01_run1k","values":{"total":[43.494,43.243,44.129,42.983,44.691,42.918,43.982,44.137,44.319,43.712,44.309,44.527,41.882,45.496,44.269],"script":[6.434,6.274,6.422,6.47,6.52,6.34,6.624,6.373,7.304,7.157,6.592,7.121,6.363,6.281,6.647],"paint":[36.375,36.567,37.225,36.021,37.655,36.125,36.903,37.279,36.325,36.076,37.212,36.911,34.992,38.749,37.012]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"02_replace1k","values":{"total":[17.902,18.65,15.937,26.091,18.48,22.053,20.495,22.404,24.9,25.701,19.303,22.741,17.304,26.234,20.21],"script":[1.687,1.571,1.53,1.859,1.866,1.741,1.565,1.675,1.755,1.79,1.545,1.767,1.579,1.665,1.594],"paint":[16.082,15.503,14.276,14.627,15.957,15.374,15.691,14.456,15.364,15.652,15.488,14.722,15.554,14.855,15.413]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.318,19.053,19.011,18.274,19.094,18.119,19.429,17.573,19.438,17.796,17.83,18.982,18.675,18.026,18.528],"script":[1.582,1.149,1.9,2.157,0.937,1.036,2.054,1.997,2.785,1.12,1.818,2.224,1.929,2.042,2.016],"paint":[15.17,16.745,16.214,15.907,17.76,16.144,17.237,15.448,15.754,16.15,15.69,16.62,16.262,15.308,16.38]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"04_select1k","values":{"total":[3.749,4.42,3.819,3.025,4.671,3.469,3.235,3.917,3.64,3.293,4.108,4.333,3.581,3.401,4.181,4.755,4.37,3.736,3.432,3.605,3.07,4.113,2.796,3.219,3.658],"script":[0.933,1.092,1.262,1.131,1.682,1.035,1.195,0.952,0.56,1.051,0.905,1.292,0.336,1.086,1.611,0.887,1.265,1.209,1.233,0.56,0.534,1.244,0.913,0.654,1.105],"paint":[2.668,1.885,0.925,1.35,2.012,1.837,1.335,1.731,2.956,2.103,2.237,1.876,2.469,1.164,2.431,3.533,2.124,2.42,2.066,2.071,1.496,2.747,1.379,2.453,1.752]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"05_swap1k","values":{"total":[12.847,12.866,12.068,11.63,12.637,11.623,12.875,12.034,12.882,12.261,12.846,12.921,28.278,12.027,12.227],"script":[0.933,1.208,0.202,0.595,0.214,0.625,1.66,0.863,1.098,1.199,1.452,1.055,0.941,0.213,0.868],"paint":[10.02,11.512,10.893,10.922,11.377,10.878,10.231,9.58,10.791,10.2,10.957,11.074,11.761,11.686,11.221]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[18.694,18.206,17.331,17.713,18.327,19.321,17.667,17.995,18.91,18.988,18.451,17.975,17.159,17.624,17.37],"script":[0.582,0.627,0.493,0.267,0.59,0.622,0.584,0.602,0.647,0.586,0.5,0.582,0.591,0.57,0.566],"paint":[16.609,16.195,16.038,16.609,16.398,17.354,15.819,15.954,17.018,17.049,16.614,16.316,15.747,15.949,15.45]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"07_create10k","values":{"total":[469.694,463.467,474.738,462.899,468.382,460.726,469.73,466.781,473.77,453.576,456.19,462.168,453.318,462.993,463.751],"script":[92.928,88.005,91.195,90.907,90.521,90.314,91.056,91.443,91.569,88.374,84.045,89.391,81.866,89.975,89.445],"paint":[368.191,367.892,375.95,364.624,370.495,362.93,371.071,367.876,374.448,357.266,364.748,365.261,364.132,365.463,366.946]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[52.716,52.508,52.029,51.481,51.347,53.086,52.22,51.989,51.84,52.409,51.541,51.571,52.823,50.34,51.427],"script":[7.35,7.311,7.373,7.37,6.877,7.352,7.435,7.431,7.363,7.415,7.56,7.363,7.441,7.396,7.434],"paint":[44.421,43.972,43.607,43.155,43.498,44.512,43.829,43.567,43.529,43.943,42.957,43.271,44.457,41.883,43.066]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.825,15.338,15.77,15.795,15.018,15.96,15.516,15.731,15.543,14.792,14.528,15.071,15.316,15.263,15.004],"script":[12.811,13.472,13.11,13.042,12.756,13.423,13.124,13.55,13.37,12.879,12.133,13.125,13.042,13.155,12.888],"paint":[1.883,1.765,2.024,2.655,2.163,2.42,1.31,1.444,1.324,1.809,1.45,1.839,2.162,1.89,2.025]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.8252668380737305]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.11723518371582]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.271631240844727]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.2304763793945312]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[31.62826633453369]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2405.7650000000003]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[13.511999999999999]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[176.78400000000002]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[255.880859375]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[117.6025390625]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[30.4853515625]}},{"framework":"scarlets-frame-v0.34.6-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[179.1]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"01_run1k","values":{"total":[60.914,55.12,61.162,62.913,61.898,61.714,61.794,62.882,62.605,61.497,62.596,55.685,61.469,61.97,61.081],"script":[22.806,20.06,22.314,23.604,22.827,23.466,22.962,22.967,24.402,22.738,23.632,19.921,23.255,23.443,22.753],"paint":[37.636,34.612,38.403,38.8,38.551,37.784,38.113,39.197,37.513,38.295,38.239,35.297,37.764,37.824,37.882]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"02_replace1k","values":{"total":[33.804,29.723,29.976,31.73,30.341,33.584,30.961,31.84,31.208,32.346,31.763,32.663,30.748,29.603,30.898],"script":[16.524,14.45,14.695,15.826,15.074,17.362,15.74,15.877,15.164,16.102,15.792,16.405,15.392,14.651,15.587],"paint":[16.848,14.812,14.715,15.234,14.794,15.817,14.806,15.269,15.562,15.719,15.49,15.55,14.911,14.508,14.928]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[69.471,69.893,71.513,69.411,70.216,69.803,68.727,73.238,70.078,69.979,69.094,70.65,71.821,71.547,69.133],"script":[51.562,52.161,51.929,51.106,52.622,51.444,51.642,56.022,52.761,51.518,51.131,52.451,52.574,53.751,51.61],"paint":[16.075,16.405,17.136,16.475,15.428,16.545,14.825,16.167,15.94,16.71,16.593,16.599,16.889,16.032,15.924]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"04_select1k","values":{"total":[54.563,55.601,54.821,54.566,63.244,54.081,55.296,56.9,55.825,54.514,55.036,56.146,55.197,53.605,56.093,56.578,54.844,60.938,60.461,55.512,56.729,55.453,56.29,57.925,56.967],"script":[50.489,51.009,50.753,49.864,58.571,50.021,51.485,52.271,51.605,50.16,50.945,52.399,51.061,49.973,51.314,51.389,50.814,57.16,56.841,51.265,51.667,50.563,52.29,53.317,51.754],"paint":[3.324,3.151,3.181,3.122,2.993,2.938,2.933,2.751,2.903,3.346,2.724,2.483,2.184,2.273,2.108,2.807,2.556,2.779,2.047,3.329,3.928,3.233,2.67,3.327,3.781]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"05_swap1k","values":{"total":[63.658,62.917,64.625,66.745,64.786,65.722,63.805,64.349,63.256,64.093,68.565,69.535,70.844,63.593,62.991],"script":[51.278,50.8,51.718,52.986,50.625,50.959,51.119,51.611,50.286,50.895,55.9,56.318,56.389,49.946,50.047],"paint":[10.458,11.09,11.57,11.323,10.806,12.301,11.901,11.738,11.631,11.083,11.07,8.887,11.726,10.905,12.113]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[61.363,62.443,62.09,60.754,62.165,62.281,61.023,62.675,61.683,61.336,62.453,61.568,61.536,60.413,61.025],"script":[28.956,29.174,29.666,28.832,29.5,29.304,28.724,29.646,29.19,29.949,29.897,29.599,28.938,28.66,28.906],"paint":[31.559,31.761,31.407,31.045,31.623,31.482,31.451,31.686,30.975,30.501,31.804,30.733,31.284,30.59,31.015]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"07_create10k","values":{"total":[676.439,676.415,679.771,675.186,689.673,673.076,670.066,667.172,670.284,671.892,665.501,652.265,678.856,661.493,669.298],"script":[284.598,285.439,287.06,286.147,287.921,282.179,282.181,280.604,285.08,283.165,278.973,270.263,286.102,277.894,282.598],"paint":[384.081,383.09,384.864,381.554,393.826,383.352,380.534,379.151,377.805,381.379,379.119,374.648,385.388,376.266,379.27]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[89.939,87.549,88.19,86.458,89.2,87.051,86.697,84.957,86.939,88.564,85.909,87.256,87.048,86.205,86.759],"script":[44.463,44.011,43.986,43.162,44.37,43.299,43.14,41.194,43.57,43.813,42.896,43.729,43.8,42.938,43.574],"paint":[44.469,42.278,43.197,42.359,43.82,42.821,42.358,42.848,42.049,43.457,41.753,42.289,41.969,42.333,42.205]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[28.912,29.046,28.102,29.781,30.399,29.201,29.428,29.858,31.899,30.078,29.162,28.971,28.905,30.305,30.482],"script":[26.527,26.894,25.027,27.528,27.904,26.97,27.177,27.616,28.962,27.84,26.708,26.312,26.264,27.541,27.432],"paint":[2.276,2.033,2.841,1.513,1.213,1.074,1.296,1.72,1.696,1.233,1.248,1.615,1.421,1.405,1.936]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.748642921447754]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[10.88054370880127]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[19.03076171875]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[10.133790969848633]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[93.2402172088623]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.995]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[60.040000000000006]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[185.52799999999993]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[575.3974609375]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[436.837890625]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[127.9482421875]}},{"framework":"seed-v0.8.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[768.8]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"01_run1k","values":{"total":[40.298,41.199,39.687,39.235,39.581,39.017,38.823,38.841,38.241,40.113,38.891,38.951,39.866,38.56,38.928],"script":[1.876,2.199,1.9,1.863,1.91,1.878,2.042,1.937,1.913,1.904,1.906,1.892,1.882,2.024,2.038],"paint":[37.732,38.572,37.016,36.697,37.152,36.687,36.313,36.449,35.889,37.694,36.55,36.431,37.512,36.032,36.416]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"02_replace1k","values":{"total":[17.646,18.6,17.786,16.708,18.624,17.903,17.609,16.535,18.816,16.761,18.156,18.514,18.876,17.392,17.353],"script":[1.337,1.379,1.384,1.554,1.452,1.367,1.432,1.417,1.466,1.559,1.568,1.447,1.328,1.427,1.367],"paint":[15.687,16.736,15.859,14.701,16.707,16.072,15.468,14.743,16.714,14.74,15.959,16.561,16.934,15.484,15.347]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.457,18.476,19.087,19.32,18.753,18.733,19.398,18.828,18.887,19.901,18.223,17.721,18.723,19.022,19.331],"script":[1.83,1.308,1.878,1.586,1.214,1.035,1.851,1.233,1.064,1.617,1.267,1.099,1.247,1.298,1.836],"paint":[15.183,15.094,15.269,15.788,16.581,15.368,14.973,16.007,15.621,16.28,14.763,15.663,16.132,15.824,15.666]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"04_select1k","values":{"total":[5.144,4.949,4.252,4.054,4.702,3.576,4.934,4.373,4.309,4.315,4.869,4.61,4.765,4.543,3.666,3.811,3.957,3.611,4.449,3.835,3.687,4.205,4.631,4.305,3.771],"script":[1.689,1.569,1.497,1.596,1.068,1.411,2.199,1.418,1.473,1.824,2.248,1.397,1.502,1.381,1.458,1.246,1.712,0.726,1.267,1.307,1.824,1.38,1.548,1.057,1.242],"paint":[2.399,3.205,2.097,1.615,2.25,2.017,1.863,2.787,1.708,2.331,2.074,1.957,2.106,2.351,2.096,1.485,1.42,2.763,2.863,2.365,1.31,2.636,2.079,3.088,1.432]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"05_swap1k","values":{"total":[13.073,13.511,13.011,12.682,13.193,13.114,12.803,12.655,12.973,13.511,14.218,12.862,12.08,13.237,12.889],"script":[1.169,0.598,0.136,0.958,0.746,0.906,0.649,0.15,0.54,0.132,0.124,0.105,0.101,0.922,1.016],"paint":[10.605,11.58,10.059,10.249,10.807,9.53,10.906,10.502,10.299,12.309,12.05,10.944,9.767,10.061,10.158]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.526,34.148,34.819,36.312,35.164,34.467,38.569,35.117,35.016,37.553,35.618,34.766,34.41,36.145,34.879],"script":[2.456,2.485,2.473,2.455,2.295,2.144,2.446,2.744,2.416,2.124,2.42,2.422,2.462,2.463,2.792],"paint":[31.167,30.857,31.62,32.566,31.798,31.245,34.791,31.245,30.966,34.279,31.843,31.3,30.976,32.642,31.212]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"07_create10k","values":{"total":[601.171,586.524,592.106,582.566,592.43,593.472,592.237,588.981,579.392,572.463,592.29,573.655,572.903,588.188,582.839],"script":[202.345,196.514,200.969,203.697,198.09,201.265,202.773,199.341,203.406,196.559,199.794,197.633,198.288,198.435,197.084],"paint":[390.756,382.621,383.611,371.304,386.966,384.614,382.083,382.19,368.594,368.562,385.041,368.609,367.273,382.212,376.127]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[67.795,65.996,67.503,67.384,69.324,67.146,69.655,69.232,69.438,68.332,70.338,69.851,69.074,70.363,68.051],"script":[23.764,22.392,22.726,22.789,24.191,22.408,24.781,24.197,23.841,24.419,24.724,24.444,24.314,24.827,24.002],"paint":[43.063,42.693,43.481,43.692,44.134,43.79,43.893,43.849,44.376,42.93,44.657,44.472,43.796,44.579,43.068]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.495,14.556,15.068,14.82,15.349,14.537,15.433,15.555,14.919,16.277,15.071,15.582,14.402,15.139,15.203],"script":[12.285,12.494,12.479,12.124,13.101,12.322,12.87,12.534,12.363,13.71,12.425,12.628,11.972,12.768,12.885],"paint":[1.595,1.928,2.414,1.58,2.129,2.057,1.628,2.804,2.347,1.52,1.632,2.043,2.292,1.254,1.174]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5508041381835938]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.937180519104004]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.982977867126465]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[4.041277885437012]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[33.63778305053711]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2180.6839999999997]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[27.336]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[168.9799999999999]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.859375]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[14.3828125]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.9580078125]}},{"framework":"slim-js-v5.0.8-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[90.6]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"01_run1k","values":{"total":[44.833,43.27,43.271,43.826,43.692,44.209,43.623,43.567,43.251,44.615,45.008,45.115,44.714,44.765,44.539],"script":[6.182,5.535,5.755,5.756,5.606,5.979,6.056,5.632,5.746,5.944,5.87,5.932,5.934,5.518,6.179],"paint":[37.984,37.28,37.06,37.632,37.65,37.531,37.093,37.49,37.089,38.218,38.602,38.65,38.097,38.766,37.812]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"02_replace1k","values":{"total":[19.586,21.659,20.783,20.821,19.348,21.02,21.835,21.183,19.828,20.43,20.963,19.212,21.091,22.043,21.778],"script":[3.605,3.389,3.239,3.262,3.449,3.446,3.524,3.496,3.354,3.144,3.522,3.344,3.494,3.478,3.436],"paint":[15.486,17.777,16.87,17.07,15.469,16.928,17.737,17.067,15.848,16.736,16.916,15.379,17.093,18.078,17.76]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[26.345,25.169,24.849,23.709,25.8,23.783,28.684,22.707,26.294,25.686,25.254,26.814,24.413,25.082,25.653],"script":[8.841,6.777,7.523,6.372,7.67,6.375,9.891,6.087,7.026,7.468,6.678,8.687,6.874,7.166,8.84],"paint":[16.337,16.881,15.736,15.801,16.319,16.089,17.052,15.022,16.996,16.582,17.162,16.83,16.369,14.509,15.439]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"04_select1k","values":{"total":[11.806,11.824,12.147,11.879,11.535,11.489,10.869,12.302,12.035,9.908,11.571,11.482,10.344,11.383,11.164,12.143,11.554,10.416,11.544,12.16,12.342,9.976,12.419,10.861,11.321],"script":[7.811,7.874,7.95,7.065,6.457,7.027,6.651,7.929,6.746,6.343,7.238,7.77,6.794,7.187,6.613,7.635,7.306,6.133,7.805,7.345,8.024,6.205,7.826,7.217,6.742],"paint":[3.076,3.723,3.155,2.956,3.482,3.864,3.106,4.15,4.273,2.558,3.386,2.696,2.714,3.197,3.051,3.245,3.983,4.085,2.19,3.516,3.049,3.095,3.389,2.384,3.074]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"05_swap1k","values":{"total":[19.599,18.81,18.753,19.312,20.084,22.587,19.316,20.891,19.187,21.569,21.218,18.666,17.994,21.524,19.042],"script":[6.441,6.05,5.849,5.88,8.215,9.084,6.52,8.726,5.916,8.891,7.831,6.074,5.832,8.933,6.189],"paint":[11.978,11.379,11.309,11.483,9.83,11.967,10.467,11.457,11.553,10.064,11.17,10.142,10.759,10.508,11.87]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[48.305,48.099,42.491,45.958,47.179,48.074,48.406,46.996,47.306,46.893,47.969,45.485,48.136,47.89,42.425],"script":[9.535,9.226,9.132,9.18,9.823,9.055,8.96,9.179,9.173,9.4,9.578,9.131,9.707,9.106,8.656],"paint":[37.852,37.3,31.847,35.521,35.385,37.438,37.61,36.459,36.742,35.692,36.562,35.089,37.169,37.179,32.291]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"07_create10k","values":{"total":[462.053,462.149,467.165,464.229,466.918,462.553,471.989,463.245,464.197,465.137,463.361,461.469,462.156,464.476,464.777],"script":[81.84,81.81,81.699,82.426,82.874,78.679,81.315,80.791,81.4,82.371,81.073,81.233,80.944,82.537,80.816],"paint":[372.495,372.782,378.011,374.156,376.565,376.558,383.115,375.059,375.378,375.3,374.767,372.661,373.839,374.531,376.329]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[53.86,56.146,53.933,53.821,54.35,52.96,52.915,53.679,54.592,54.817,54.233,55.607,53.96,54.465,54.55],"script":[8.903,9.226,8.417,8.351,8.795,8.86,8.471,8.431,8.917,9.082,8.515,8.978,8.37,8.96,9.046],"paint":[43.951,45.702,44.594,44.518,44.342,43.138,43.444,44.239,44.364,44.751,44.753,45.692,44.636,44.548,44.443]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.577,13.439,13.083,13.966,13.622,13.474,13.534,13.779,13.473,13.182,13.716,13.81,14.358,13.897,13.882],"script":[11.066,11.571,11.386,11.758,11.514,11.521,12.054,11.926,11.639,11.298,11.028,11.894,11.503,11.518,11.52],"paint":[1.459,1.768,1.366,1.295,2.01,1.062,0.4,1.741,1.729,1.089,2.565,1.06,2.086,2.059,2.268]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.508671760559082]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.9550609588623047]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.2132387161254883]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7508001327514648]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[14.052528381347656]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.4699999999998]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[11.576]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[143.568]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[167.2685546875]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[28.994140625]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[8.125]}},{"framework":"slingjs-v18.1.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[85.6]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"01_run1k","values":{"total":[62.215,62.683,63.694,63.076,64.323,62.709,63.034,63.249,63.496,62.108,63.185,61.957,63.211,63.855,62.248],"script":[23.578,23.569,24.47,23.93,25.245,23.469,23.518,24.102,23.742,23.291,24.278,23.435,24.184,23.954,24.137],"paint":[38.094,38.62,38.48,38.635,38.503,38.755,38.982,38.643,39.241,38.324,38.185,38.013,38.534,39.365,37.576]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"02_replace1k","values":{"total":[20.403,20.238,20.339,21.555,22.122,19.497,19.557,21.969,21.095,21.732,21.907,19.795,20.055,20.066,21.868],"script":[3.578,3.526,3.744,3.428,3.492,3.438,3.439,3.56,3.456,3.324,3.31,3.439,3.753,3.762,3.309],"paint":[16.274,16.176,15.916,17.4,18.086,15.598,15.632,17.863,16.958,17.797,17.894,15.888,15.756,15.764,17.941]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[22.751,22.41,20.583,20.526,20.253,22.079,20.203,22.33,21.86,19.959,21.276,20.764,20.649,19.953,20.477],"script":[2.343,2.194,1.693,2.376,1.7,2.005,1.851,2.485,2.218,1.921,1.821,1.859,1.994,1.545,1.822],"paint":[17.693,18.004,17.156,16.523,16.714,17.617,17.315,18.149,18.123,16.234,17.725,17.7,17.066,16.067,16.685]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"04_select1k","values":{"total":[10.97,11.082,10.561,10.566,10.311,10.34,9.672,10.973,10.619,10.473,11.757,10.875,11.025,11.449,10.795,10.711,11.319,10.801,10.173,10.357,10.194,11.411,11.12,9.538,10.326],"script":[6.856,7.653,7.463,7.038,7.167,7.145,6.915,7.703,7.419,7.257,7.087,7.803,7.078,7.002,7.804,7.561,7.03,7.707,7.34,6.666,6.813,8.142,7.162,6.964,7.016],"paint":[3.44,2.257,2.811,1.831,2.394,2.615,2.243,2.051,2.254,1.405,3.264,2.147,2.575,3.303,2.073,2.945,3.066,1.816,1.951,2.395,3.199,2.263,2.984,1.716,2.725]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"05_swap1k","values":{"total":[14.192,15.155,14.131,14.618,14.614,13.857,13.883,14.143,13.825,13.743,13.912,14.8,13.853,14.646,14.728],"script":[0.115,0.841,0.104,0.466,0.114,0.492,0.106,1.127,0.774,0.451,0.114,0.11,0.598,0.119,0.123],"paint":[12.158,12.716,12.227,12.491,11.866,11.559,12.112,11.829,12.085,11.853,12.121,12.78,11.145,13.134,12.996]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[43.286,42.213,43.996,44.707,42.267,42.969,44.501,41.882,42.015,41.126,41.8,42.828,40.506,40.906,43.395],"script":[6.765,7.268,7.177,7.139,6.822,7.359,6.755,7.174,7.238,6.388,6.535,7.244,6.201,6.652,6.744],"paint":[35.232,33.742,35.492,36.327,33.934,34.225,35.718,33.831,33.573,33.591,34.308,34.23,32.841,33.037,35.685]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"07_create10k","values":{"total":[710.608,703.201,714.899,700.733,711.409,696.668,695.295,700.953,718.959,708.327,696.166,703.162,698.795,706.136,698.323],"script":[268.43,270.517,274.955,266.989,275.702,261.5,264.89,266.622,279.429,274.467,263.07,274.034,278.003,273.696,262.549],"paint":[434.355,425.131,432.369,425.31,427.848,427.618,422.66,426.741,432.009,426.02,425.649,421.653,413.245,424.922,428.077]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[77.689,75.693,75.181,76.543,77.066,77.678,79.663,78.575,79.561,78.434,77.835,77.492,77.384,77.701,78.522],"script":[31.19,30.136,29.454,30.259,30.649,30.902,31.597,31.058,31.061,31.059,30.268,31.267,30.779,31.003,31.223],"paint":[45.468,44.624,44.651,45.022,45.412,45.521,47.048,46.435,47.549,46.313,46.38,45.185,45.598,45.69,46.019]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[29.876,30.789,31.547,29.484,31.581,30.716,29.177,28.75,30.248,29.487,30.269,31.5,30.063,30.278,30.032],"script":[27.798,27.869,29.014,27.346,28.837,27.92,27.306,26.271,27.582,27.446,28.342,28.702,27.872,28.412,27.94],"paint":[1.051,2.796,2.406,1.769,2.606,1.976,0.837,2.38,2.048,1.812,1.811,0.97,2.074,1.624,1.982]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5694646835327148]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[6.414483070373535]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[6.559830665588379]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9002017974853516]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[56.184282302856445]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1952.1779999999999]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[20.991999999999983]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.712]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[154.7109375]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[16.1337890625]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.57421875]}},{"framework":"sprae-v8.0.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[46.6]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"01_run1k","values":{"total":[48.741,50.1,48.693,49.573,49.55,48.893,48.701,50.832,49.726,50.786,51.51,49.298,50.772,49.015,49.058],"script":[12.493,13.207,12.346,13.29,13.137,12.986,13.333,12.721,13.171,13.117,13.001,12.533,12.784,13.046,12.099],"paint":[35.814,36.41,35.675,35.813,36.004,35.446,34.929,37.404,35.841,36.978,38.011,36.075,37.448,35.521,36.253]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"02_replace1k","values":{"total":[21.98,22.097,22.288,22.152,22.699,22.09,21.988,21.616,23.024,22.304,21.898,21.936,22.488,23.055,22.838],"script":[4.52,4.583,5.081,4.978,4.691,5.075,5.024,4.92,5.214,4.861,4.953,4.834,5.065,5.231,5.252],"paint":[16.863,16.909,16.619,16.723,17.541,16.589,16.315,16.208,17.154,16.931,16.455,16.626,16.763,17.325,17.133]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.162,18.636,18.64,19.278,18.572,17.51,17.808,19.023,18.276,18.901,18.346,19.623,18.28,18.886,17.428],"script":[1.275,0.932,1.309,0.895,1.521,0.605,0.997,1.097,0.278,1.019,1.444,1.564,0.59,0.936,0.68],"paint":[15.772,16.814,15.989,16.013,15.818,15.069,14.954,16.305,16.151,16.597,15.646,15.689,16.171,16.557,15.356]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"04_select1k","values":{"total":[3.386,4.515,3.145,3.196,3.375,3.556,4.025,4.236,3.771,3.006,4.068,3.088,2.905,3.441,3.092,3.217,3.452,3.166,4.066,3.215,3.591,2.583,3.708,3.43,2.737],"script":[0.778,0.878,0.118,0.098,1.151,0.139,0.621,0.673,0.62,0.551,0.437,0.774,0.112,1.18,0.129,0.132,0.512,0.134,0.963,0.138,0.867,0.116,1.126,0.827,0.573],"paint":[1.484,2.732,1.845,2.953,1.48,2.528,3.148,2.037,2.885,1.638,3.511,1.177,2.444,1.488,2.828,2.837,1.983,2.899,2.426,1.966,2.586,2.323,1.759,2.47,1.327]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"05_swap1k","values":{"total":[12.697,12.826,13.622,12.122,13.298,12.473,12.586,13.389,11.939,12.486,12.45,12.862,12.444,12.396,14.683],"script":[0.109,0.424,0.112,0.105,0.932,0.097,0.793,0.881,0.483,0.108,0.115,0.463,0.493,0.406,0.109],"paint":[9.712,10.83,10.969,10.623,10.929,11.064,10.071,10.966,10.481,10.826,11.012,11.076,10.6,10.79,13.368]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[47.847,42.86,39.927,43.636,42.675,45.225,42.462,43.302,42.932,43.268,41.324,44.22,41.889,45.738,41.563],"script":[11.61,9.188,7.413,7.592,9.379,9.688,8.076,9.292,9.683,9.756,7.746,9.943,8.19,10.998,8.437],"paint":[34.62,32.838,31.388,34.953,32.117,34.368,33.514,33.19,32.407,32.3,32.445,32.909,32.953,33.312,32.279]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"07_create10k","values":{"total":[468.873,471.29,462.762,466.782,472.564,471.159,482.794,465.408,469.957,469.691,463.999,464.768,475.648,465.625,466.229],"script":[101.773,101.415,99.968,102.367,104.435,103.683,104.867,98.574,101.999,103.519,100.576,99.876,105.383,101.143,97.264],"paint":[359.511,362.491,355.259,356.999,360.37,359.951,370.568,359.26,360.508,358.587,356.037,357.584,362.884,357.034,361.641]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.119,52.054,51.228,50.743,52.243,51.175,51.623,51.029,52.097,52.068,53.281,52.897,53.051,54.027,52.809],"script":[9.838,10.039,9.554,9.354,10.164,9.476,10.005,9.694,9.585,10.079,10.704,10.064,9.738,9.728,10.184],"paint":[43.337,41.07,40.771,40.459,41.108,40.834,40.424,40.442,41.636,41.043,41.667,41.587,42.095,43.017,41.417]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[19.924,19.394,18.514,18.7,18.421,19.025,19.29,19.276,19.427,20.542,18.943,18.784,19.964,18.707,19.554],"script":[17.348,17.349,15.959,16.519,16.498,16.682,17.498,17.002,16.271,19.001,16.75,16.793,17.827,16.807,17.464],"paint":[1.607,1.427,2.198,1.622,1.806,2.237,0.87,1.136,3.003,1.44,1.899,1.151,1.917,1.814,0.828]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[1.6641721725463867]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.1249475479125977]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.230348587036133]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[2.2725696563720703]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.483532905578613]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1951.5750000000003]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[67.05999999999999]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[200.26]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[261.90234375]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[123.3427734375]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[32.9970703125]}},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[89.4]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"01_run1k","values":{"total":[49.701,49.83,49.574,53.68,50.171,49.339,50.592,52.287,50.928,51.282,50.755,49.26,50.148,51.239,50.663],"script":[13.972,13.421,14.102,14.604,14.249,13.861,14.098,14.883,14.684,14.237,13.617,13.161,13.568,14.017,14.574],"paint":[35.321,35.929,34.931,38.67,35.219,35.047,36.026,36.936,35.56,36.512,36.696,35.482,35.836,36.75,35.396]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"02_replace1k","values":{"total":[28.061,30.546,27.417,27.496,27.57,29.917,29.421,29.493,30.528,29.414,28.135,28.788,28.987,26.968,28.689],"script":[11.435,12.23,10.915,11.504,11.167,11.776,12.4,12.271,12.124,12.291,11.55,12.046,11.887,10.968,11.685],"paint":[16.122,17.679,16.025,15.487,15.918,17.504,16.531,16.732,17.883,16.625,16.113,16.066,16.517,15.497,16.314]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[49.886,50.068,50.544,47.73,48.71,48.77,48.725,48.498,49.176,50.645,50.749,51.086,52.502,48.858,49.781],"script":[32.104,30.596,30.821,29.554,30.852,30.355,30.294,30.45,30.381,31.608,31.428,31.883,33.637,29.813,30.859],"paint":[15.499,16.977,16.458,16.476,14.727,16.73,17.148,16.398,16.342,17.283,17.861,15.906,16.791,17.124,17.039]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"04_select1k","values":{"total":[32.026,33.52,32.39,34.071,36.528,33.71,33.531,33.076,31.827,32.748,32.297,32.088,32.477,32.481,32.99,34.743,33.336,33.419,33.272,32.496,32.424,34.104,31.949,33.075,33.634],"script":[27.707,28.96,28.174,29.735,31.277,29.195,29.168,28.363,27.512,28.716,28.823,28.2,29.098,28.431,28.997,30.521,29.086,28.653,29.265,27.839,27.986,30.16,28.342,28.995,30.155],"paint":[2.623,2.734,2.99,2.495,3.699,2.841,3.016,3.301,3.392,3.125,2.515,3.61,2.431,2.174,2.185,3.07,2.66,3.492,2.543,3.058,3.798,2.656,2.581,2.899,2.428]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"05_swap1k","values":{"total":[41.386,43.82,44.455,43.513,41.693,40.921,41.919,42.411,42.68,42.401,43.246,42.562,42.132,42.771,41.758],"script":[29.194,30.257,30.726,29.931,28.908,27.942,28.819,28.742,29.779,29.277,29.248,29.116,28.933,30.405,28.813],"paint":[9.727,11.7,11.594,12.419,10.684,10.868,11.833,11.19,11.278,11.703,12.37,12.385,10.571,10.772,11.616]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[56.808,56.227,58.731,56.768,56.948,55.898,56.855,58.411,58.498,57.084,57.055,58.019,60.941,55.824,57.184],"script":[21.487,20.818,21.827,21.577,21.512,20.862,21.604,22.707,22.864,22.095,21.971,21.844,23.34,21.018,21.068],"paint":[33.779,33.647,35.557,34.062,34.56,33.84,34.1,34.418,34.431,34.091,33.718,34.632,36.624,33.541,34.593]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"07_create10k","values":{"total":[520.615,497.74,501.105,513.735,500.279,496.853,505.212,507.924,512.74,502.337,500.165,499.411,502.441,500.722,507.406],"script":[134.253,132.196,130.527,135.708,135.083,131.857,133.921,135.672,134.781,134.975,133.553,136.224,134.473,134.736,132.979],"paint":[378.893,357.102,363.231,369.686,357.974,357.551,363.103,364.628,370.002,359.936,359.251,355.699,360.619,358.468,367.188]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[65.555,66.419,64.356,63.982,65.416,65.843,63.495,65.036,65.647,64.174,63.416,63.987,65.785,66.897,66.405],"script":[20.96,21.946,20.999,20.859,21.439,21.481,20.824,21.343,21.704,20.977,20.772,21.101,21.414,22.04,21.897],"paint":[43.404,43.508,42.401,42.273,42.995,43.059,41.765,42.523,42.774,42.283,41.489,41.948,43.435,43.891,43.581]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.239,13.794,13.579,12.987,13.328,13.171,13.248,13.354,12.468,13.165,13.46,13.991,12.435,12.986,13.477],"script":[11.47,11.181,11.384,11.054,10.99,10.835,11.304,10.897,10.512,11.014,11.866,11.429,10.944,10.734,11.33],"paint":[0.82,1.369,0.939,1.098,2.217,1.256,0.817,1.968,1.841,2.024,1.491,1.92,0.412,1.621,2.01]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.49686145782470703]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6016244888305664]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.649080276489258]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.8184833526611328]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.76596736907959]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1875.9950000000001]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[9.399999999999999]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[147.23600000000002]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[149.3701171875]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.0947265625]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.9716796875]}},{"framework":"strve-v5.6.2-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[58.4]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"01_run1k","values":{"total":[38.508,38.24,38.811,40.423,38.706,37.225,40.938,39.579,37.679,37.651,37.987,39.139,40.289,38.659,41.657],"script":[2.728,3.008,2.783,4.122,2.974,2.865,4.379,4.217,3.013,2.976,2.857,2.781,4.223,2.909,4.405],"paint":[35.296,34.478,35.55,35.559,35.025,33.917,36.087,34.92,34.203,34.18,34.641,35.629,35.607,35.023,36.714]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"02_replace1k","values":{"total":[17.388,16.797,17.145,15.753,16.08,16.466,15.78,16.847,15.501,17.408,17.421,16.993,17.563,16.872,16.432],"script":[0.941,0.957,0.98,0.986,0.986,0.904,0.945,0.962,0.933,0.987,1.005,0.938,1.03,0.924,0.872],"paint":[15.985,15.369,15.539,14.297,14.688,15.078,14.196,15.411,14.099,15.801,16.026,15.409,16.103,15.512,15.082]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.376,18.843,18.452,18.686,18.879,18.672,18.927,18.997,19.039,18.758,19.147,19.366,18.487,18.072,19.076],"script":[1.885,2.351,2.228,1.815,1.334,2.099,1.45,2.449,2.072,1.509,1.979,2.461,1.544,1.897,1.484],"paint":[15.19,15.478,15.089,15.039,14.87,14.904,15.959,15.011,15.087,16.148,15.698,14.513,15.085,15.173,15.493]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"04_select1k","values":{"total":[3.31,4.86,3.737,4.584,4.323,3.617,4.402,3.729,3.148,5.233,3.584,3.042,4.191,3.895,3.936,4.046,4.877,4.262,4.344,3.559,4.775,5.07,3.642,2.884,3.711],"script":[0.945,1.576,0.753,1.015,1.67,1.223,1.41,1.358,0.924,1.294,1.521,0.992,1.551,1.182,0.273,1.246,0.692,1.223,1.29,1.247,1.361,0.896,0.909,0.912,0.958],"paint":[2.244,2.142,2.099,2.671,1.68,2.255,1.916,2.218,1.326,2.684,1.94,1.918,2.533,2.563,2.489,2.644,2.774,2.429,2.87,1.489,2.223,3.17,2.587,1.878,2.616]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"05_swap1k","values":{"total":[13.14,13.74,13.41,13.53,12.459,13.204,12.877,13.557,13.958,13.071,14.049,13.983,14.117,12.454,14.406],"script":[1.99,1.274,1.571,1.005,1.035,0.981,0.998,1.06,1.91,1.318,0.955,1.236,1.488,1.216,1.344],"paint":[10.128,10.892,10.265,11.202,9.808,10.349,11.218,11.242,10.694,10.703,11.692,9.989,10.33,10.38,10.968]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[34.387,37.485,34.108,33.957,33.699,33.759,34.284,34.6,32.936,33.98,33.413,33.114,34.89,33.53,34.822],"script":[1.439,1.465,1.65,1.384,1.624,1.754,1.587,1.601,1.695,1.829,1.631,1.662,1.59,1.826,1.802],"paint":[31.759,34.824,31.341,31.777,31.292,30.755,31.48,31.767,30.153,30.826,30.794,30.306,32.017,30.88,31.77]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"07_create10k","values":{"total":[395.491,389.856,391.3,393.339,392.886,389.779,386.681,394.545,396.903,404.806,388.828,389.414,402.452,393.588,392.948],"script":[35.763,35.916,35.417,36.203,39.574,38.685,38.043,41.321,40.897,44.277,35.692,35.705,40.896,36.194,40.53],"paint":[352.416,346.683,348.764,349.96,345.961,343.735,341.279,346.005,348.68,353.014,345.948,346.449,354.105,350.076,345.227]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.58,47.365,47.179,49.158,45.695,47.344,47.115,47.092,47.226,46.683,46.555,47.65,46.641,46.622,45.489],"script":[5.261,5.137,5.097,5.005,5.039,5.108,5.237,5.147,5.134,5.154,5.108,5.192,5.191,5.191,4.865],"paint":[42.366,40.994,41.138,43.36,39.774,41.264,40.908,41.034,41.157,40.346,40.478,41.529,40.559,40.479,39.67]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.476,13.794,13.275,14.154,14.391,14.035,13.262,13.601,13.213,13.679,13.363,13.829,13.19,13.186,14.092],"script":[11.336,11.861,11.761,11.833,12.191,11.874,11.768,11.437,11.18,11.229,11.483,11.327,10.649,10.52,11.371],"paint":[2.034,1.816,1.406,1.554,2.068,2.046,1.401,1.476,1.943,1.746,1.775,1.458,2.432,1.753,2.423]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5440273284912109]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.5911312103271484]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.693899154663086]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.9158220291137695]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[19.386024475097656]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.3649999999998]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.312]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.90799999999996]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[153.4912109375]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[15.216796875]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[5.87109375]}},{"framework":"svelte-classic-v5.0.0-next.8-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[64.2]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"01_run1k","values":{"total":[47.493,44.837,45.589,45.055,45.206,44.39,46.197,44.716,46.171,44.653,44.159,44.925,44.272,46.183,45.309],"script":[8.944,8.352,8.732,8.164,8.535,8.013,8.737,8.347,7.888,8.178,8.184,8.233,8.541,8.357,8.212],"paint":[38.057,35.752,36.346,36.399,36.23,35.897,36.982,35.903,37.808,35.776,35.494,36.219,35.283,37.36,36.556]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"02_replace1k","values":{"total":[22.204,20.601,21.708,21.233,21.314,21.138,21.102,22.67,21.637,22.538,22.079,22.074,21.434,20.967,21.37],"script":[5.473,4.763,4.804,4.936,5.004,4.938,5.066,5.143,5.056,5.212,4.936,5.052,5.042,5.001,4.873],"paint":[16.073,15.153,16.399,15.802,15.827,15.753,15.605,16.858,16.074,16.793,16.476,16.381,15.934,15.515,16.03]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.616,17.265,18.283,18.987,17.929,17.587,18.009,17.827,17.936,17.737,19.285,17.984,18.496,17.304,18.698],"script":[1.364,0.218,0.903,0.932,1.035,0.879,1.133,1.278,0.98,1.026,1.169,0.87,1.237,1.024,1.195],"paint":[16.1,14.916,15.549,16.378,14.884,15.569,15.585,14.371,14.654,15.28,15.976,15.568,15.388,14.621,16.106]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"04_select1k","values":{"total":[3.766,2.538,3.663,2.917,4.645,3.964,3.005,3.515,2.736,2.584,2.783,2.933,2.614,4.629,2.568,4.103,2.828,2.748,2.27,3.214,3.366,2.956,2.61,3.18,3.139],"script":[0.943,0.565,0.759,0.07,0.072,0.065,0.075,0.072,0.083,0.07,0.076,0.271,0.151,1.071,0.081,0.933,0.095,0.247,0.087,0.086,0.907,0.812,0.086,0.098,1.023],"paint":[2.708,1.121,2.768,2.491,3.127,3.395,1.936,2.973,1.843,1.622,2.59,2.528,1.613,2.159,1.597,2.914,2.602,1.906,2.081,1.603,2.113,1.413,1.566,2.535,1.995]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"05_swap1k","values":{"total":[21.4,21.419,21.402,20.422,21.678,21.263,20.638,20.989,20.922,22.492,23.175,20.886,24.1,22.92,19.522],"script":[8.371,8.339,8.173,7.595,8.784,7.155,7.354,8.408,8.172,8.464,8.454,7.617,8.29,8.6,7.571],"paint":[11.922,10.177,11.563,9.204,11.348,11.401,12.165,10.95,11.704,11.64,12.108,11.708,13.452,12.287,10.762]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[41.662,41.324,41.519,40.102,41.955,42.279,42.828,42.106,40.492,41.531,41.329,40.613,41.177,42.562,41.669],"script":[8.011,7.826,8.014,7.307,7.915,8.015,8.18,8.365,7.939,7.602,8.346,7.565,8.14,8.603,8.071],"paint":[32.389,32.211,32.415,32.022,33.125,33.024,33.795,32.839,31.711,32.22,31.834,31.611,31.781,32.704,32.346]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"07_create10k","values":{"total":[462.651,470.229,456.003,462.484,464.88,464.916,453.711,459.847,460.078,460.475,456.765,462.793,455.802,462.954,456.205],"script":[93.259,91.968,91.663,92.066,91.288,92.169,90.176,93.099,92.724,92.16,91.431,92.819,89.459,92.36,92.587],"paint":[361.765,370.72,356.957,362.713,366,365.178,356.011,359.219,359.844,360.72,357.686,362.303,358.722,363.055,355.839]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.703,54.956,53.407,54.072,56.292,53.356,55.312,55.883,55.609,53.687,54.323,55.016,55.674,54.86,54.874],"script":[11.152,11.67,10.708,11.011,11.742,10.898,12.065,12.061,11.693,11.127,10.592,11.917,11.791,10.849,11.773],"paint":[42.096,42.339,41.78,42.167,43.606,41.497,42.254,42.859,42.947,41.639,42.773,42.161,42.904,42.84,42.115]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.774,14.335,14.096,13.949,14.082,14.679,14.354,13.607,14.276,14.436,13.86,13.573,13.997,13.801,13.492],"script":[12.315,12.179,11.897,12.487,12.208,12.379,12.173,11.474,12.464,12.271,11.657,11.923,11.313,11.612,11.984],"paint":[1.375,0.939,2.059,1.361,1.77,1.831,2.067,1.967,1.716,1.652,2.112,1.5,2.54,2.045,1.376]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5248250961303711]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.6556901931762695]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.6824445724487305]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.706268310546875]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.8740291595459]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.745]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[16.392]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[217.75999999999996]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[151.1298828125]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[12.85546875]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[4.7021484375]}},{"framework":"udomsay-esx-v0.4.9-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[103.8]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"01_run1k","values":{"total":[41.848,40.053,40.592,40.404,40.846,40.747,40.694,39.951,40.846,41.026,40.276,40.103,41.054,40.921,40.129],"script":[4.026,3.905,4.217,4.354,4.045,4.229,4.045,4.133,3.918,4.018,3.833,4.26,4.005,4.082,4.235],"paint":[37.127,35.705,35.661,35.588,36.273,35.741,35.941,35.342,36.243,36.346,35.979,35.38,36.391,36.11,35.442]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"02_replace1k","values":{"total":[17.873,17.403,17.147,17.77,17.32,17.075,16.825,17.384,18.057,16.735,17.734,16.546,16.277,17.912,17.23],"script":[1.541,1.418,1.388,1.593,1.42,1.312,1.546,1.384,1.617,1.46,1.509,1.51,1.442,1.476,1.606],"paint":[15.706,15.513,15.254,15.761,15.411,15.3,14.604,15.407,15.926,14.901,15.598,14.592,14.38,15.997,15.227]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.558,18.545,19.536,20.316,20.04,18.637,19.383,18.152,19.557,19.393,20.276,18.726,20.654,18.82,21.464],"script":[2.071,1.85,2.468,1.697,2.403,1.461,2.406,1.759,1.604,2.594,2.411,2.138,1.705,2.308,2.665],"paint":[16.157,15.363,15.299,17.225,16.134,16.105,15.001,15.108,16.297,15.473,16.361,15.524,17.044,14.475,17.378]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"04_select1k","values":{"total":[4.663,5.576,5.098,5.26,4.603,4.868,5.032,5.004,5.595,4.564,4.837,4.242,4.771,4.995,5.534,5.497,5.654,5.41,4.499,5.512,4.197,5.365,5.732,5.479,4.963],"script":[1.84,2.14,1.939,2.135,2.07,1.808,2.456,2.073,2.554,1.405,2.088,1.694,1.64,2.331,2.373,2.676,2.197,2.296,2.009,2.544,1.598,2.629,2.691,2.203,2.566],"paint":[1.681,2.009,2.488,1.945,1.401,2.906,2.036,2.107,2.075,2.023,1.896,1.455,3.024,1.633,1.749,1.993,3.289,2.069,2.327,2.363,2.498,2.567,1.685,2.04,1.86]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"05_swap1k","values":{"total":[13.862,13.861,13.92,14.949,13.885,16.194,14.45,15.175,14.742,14.876,14.78,15.191,14.675,14.244,15.037],"script":[1.718,2.152,2.39,1.469,1.879,2.388,2.135,2.325,1.372,2.142,2.104,2.282,2.043,2.443,2.384],"paint":[9.789,10.646,9.801,12.039,10.135,11.23,10.592,11.085,10.992,11.258,11.065,11.283,11.606,10.144,11.32]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[35.582,36.84,34.4,36.034,34.866,33.714,34.464,34.004,34.749,34.25,34.621,34.497,34.769,34.996,34.665],"script":[2.486,2.485,2.213,2.481,2.449,2.383,2.475,2.292,2.451,2.485,2.181,2.234,2.518,2.466,2.764],"paint":[32.143,32.245,30.93,32.259,31.168,30.009,30.765,30.785,31.458,31.03,31.413,31.066,31.079,31.562,31.181]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"07_create10k","values":{"total":[432.286,441.75,436.376,435.634,446.668,432.844,434.173,435.293,430.813,430.622,441.485,432.408,439.194,431.108,438.652],"script":[65.083,66.002,64.832,61.542,65.425,60.723,60.838,64.51,64.451,63.298,65.36,64.643,66.228,65.037,66.658],"paint":[359.496,368.08,363.928,366.297,373.268,363.251,365.856,363.266,358.787,359.68,368.436,360.005,365.295,358.371,364.287]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[48.505,47.522,48.137,49.357,48.18,48.48,48.434,47.353,47.809,48.429,48.721,48.53,49.707,47.893,50.187],"script":[5.109,4.862,5.162,5.081,4.94,5.077,5.245,5.161,5.118,5.165,5.14,5.406,5.335,5.159,5.123],"paint":[42.424,41.671,41.965,43.185,42.014,42.094,42.186,40.923,41.763,42.214,42.294,42.125,43.373,41.731,43.793]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[14.629,14.309,14.99,12.354,13.95,14.292,13.875,15.051,14.423,14.621,14.375,14.069,14.246,14.12,13.906],"script":[11.951,11.932,12.556,10.476,11.851,12.607,11.605,12.459,11.924,11.897,12.219,11.731,12.312,12.59,11.688],"paint":[2.055,2.267,2.332,1.785,1.383,1.599,1.467,2.501,1.945,1.784,1.97,1.629,1.83,1.439,2.095]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.5115394592285156]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[2.197354316711426]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[2.1221513748168945]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.7247018814086914]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[16.09205150604248]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.81]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.932]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.39600000000004]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[147.181640625]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[8.908203125]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[3.681640625]}},{"framework":"uhtml-v4.0.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[54.8]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"01_run1k","values":{"total":[43.906,56.161,43.429,43.491,44.547,48.536,44.736,45.634,43.645,44.299,48.201,42.188,52.082,46.344,46.784],"script":[6.474,8.874,6.803,6.435,6.604,6.92,6.457,6.599,6.491,6.515,7.171,6.38,7.115,8.17,6.605],"paint":[36.274,36.592,35.239,35.363,36.026,36.784,35.271,35.52,36.071,37.592,37.772,35.383,35.827,36.509,38.306]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"02_replace1k","values":{"total":[17.777,18.364,17.216,17.545,22.583,22.701,18.644,23.825,18.784,22.509,17.666,18.505,20.325,23.002,17.871],"script":[2.036,2.068,2.013,2.161,2.357,2.156,2.141,2.187,2.271,2.251,1.931,2.113,2.078,2.012,2.021],"paint":[15.609,15.334,14.811,15.202,14.594,15.793,15.63,15.39,15.131,14.872,15.602,15.496,15.455,14.887,14.491]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.135,18.934,19.236,19.377,18.93,18.47,20.081,19.898,19.614,19.37,20.152,19.028,21.96,20.785,18.735],"script":[2.433,3.631,3.521,2.407,2.582,3.051,3.337,4.064,3.432,3.053,3.782,3.279,3.812,2.506,2.416],"paint":[15.616,14.871,14.213,15.551,16.229,15.316,16.367,15.719,16.058,15.439,15.924,15.255,16.619,17.893,15.825]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"04_select1k","values":{"total":[6.482,6.813,6.714,6.632,6.214,6.395,6.501,6.305,7.063,7.041,6.075,6.576,6.89,7.296,6.207,5.987,7.594,6.159,6.865,6.815,6.006,7.091,6.584,6.634,6.582],"script":[3.216,3.634,3.095,2.975,3.133,2.749,3.502,3.227,3.41,3.563,3.136,2.227,3.632,3.856,3.262,3.246,4.038,2.995,2.931,3.074,3.369,3.892,2.971,3.155,2.652],"paint":[3.068,2.418,2.991,2.61,1.554,1.906,2.379,1.911,3.181,2.93,2.764,3.254,2.628,2.24,2.565,2.045,3.324,2.971,2.081,3.481,1.769,2.425,2.624,2.63,2.246]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"05_swap1k","values":{"total":[14.3,14.818,13.779,14.63,16.899,14.871,14.555,15.009,15.798,14.765,15.068,14.171,15.681,14.439,14.923],"script":[2.91,3.35,3.242,2.558,2.308,3.546,2.519,3.181,4.189,3.314,3.272,2.929,2.455,2.365,2.82],"paint":[11.275,11.351,10.294,11.007,11.762,11.013,10.632,11.721,11.489,11.112,10.893,10.946,10.992,11.394,11.004]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[36.15,35.464,35.609,36.524,35.056,35.496,34.338,35.462,36.114,35.106,35.447,35.541,35.528,35.056,35.37],"script":[4.232,3.625,3.791,4.192,3.294,4.117,3.255,3.722,4.023,3.73,4.274,3.483,4.119,3.781,3.643],"paint":[31.397,31.383,31.495,31.867,31.181,30.889,30.535,31.589,31.38,31.149,30.931,30.942,30.61,31.123,31.574]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"07_create10k","values":{"total":[464.313,448.833,435.925,445.819,435.861,451.176,431.836,462.437,460.907,446.672,440.852,433.386,439.745,428.252,451.609],"script":[77.768,80.49,79.757,76.166,76.794,75.155,75.43,78.24,77.188,75.419,79.237,75.258,77.146,74.992,78.95],"paint":[375.563,355.024,352.601,360.999,354.737,368.787,351.565,370.617,374.843,367.526,356.366,354.347,356.967,349.069,369.124]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[59.475,59.789,49.959,51.703,62.044,60.477,61.13,60.656,62.768,49.583,60.839,59.665,49.857,50.604,60.762],"script":[7.174,7.329,7.812,7.975,8.275,7.613,7.259,7.297,8.261,7.27,7.387,7.238,7.65,7.472,7.195],"paint":[41.305,41.547,41.86,43.41,41.9,42.036,42.126,41.18,42.38,41.855,41.566,41.6,41.581,42.846,41.456]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.085,15.326,15.993,15.714,15.465,16.264,16.761,17.27,15.69,16.636,15.24,15.686,15.956,17.303,15.797],"script":[13.631,12.648,14.122,13.497,13.865,13.145,14.692,15.199,13.927,14.342,12.395,14.11,13.765,15.586,13.208],"paint":[0.914,2.615,1.086,2.143,0.902,2.145,1.865,2.015,1.699,2.042,2.342,1.517,2.138,1.636,1.858]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6992149353027344]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.0396060943603516]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.0032386779785156]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.0737972259521484]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[21.841883659362793]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1801.296]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[23.696]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[154.72399999999996]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[187.2099609375]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[48.9345703125]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[14.712890625]}},{"framework":"ui5-webcomponents-v1.3.1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[106.8]}},{"framework":"vanillajs-non-keyed","benchmark":"01_run1k","values":{"total":[39.617,39.28,38.711,39.354,39.084,38.554,39.465,38.191,39.52,39.745,39.898,38.76,36.847,38.096,39.15],"script":[2.287,2.331,2.262,2.256,2.228,2.328,2.276,2.272,2.281,2.361,2.294,2.277,2.26,2.308,2.286],"paint":[36.831,36.524,35.775,36.591,36.379,35.756,36.504,35.422,36.798,36.891,37.159,36.007,34.179,35.296,36.188]}},{"framework":"vanillajs-non-keyed","benchmark":"02_replace1k","values":{"total":[18.342,18.002,17.421,18.852,17.274,17.902,16.825,17.529,18.218,17.34,18.279,18.368,18.434,18.449,17.593],"script":[1.807,1.786,1.887,1.947,1.983,1.808,1.763,2.04,1.864,1.938,1.872,1.877,1.874,1.85,1.97],"paint":[15.888,15.736,15.122,16.5,14.812,15.611,14.656,14.83,15.872,14.894,16.028,16.001,16.07,16.012,15.16]}},{"framework":"vanillajs-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[17.983,17.878,16.915,17.405,18.14,17.934,18.43,17.817,18.349,18.455,18.595,17.556,18.598,19.192,18.171],"script":[0.809,0.909,1.001,0.183,0.599,0.948,0.535,0.855,1.361,0.175,0.169,0.64,0.807,0.507,0.992],"paint":[15.863,15.58,14.638,15.289,16.129,15.209,16.802,15.102,15.457,16.517,17.06,13.927,15.252,15.901,15.942]}},{"framework":"vanillajs-non-keyed","benchmark":"04_select1k","values":{"total":[2.761,4.652,5.214,3.348,3.235,2.531,3.866,2.629,2.466,2.765,3.844,2.791,2.779,3.108,3.519,2.845,3.58,2.589,3.604,3.754,2.844,2.424,4.037,2.321,2.611],"script":[0.053,0.048,0.058,0.622,0.078,0.058,0.883,0.057,0.801,0.793,0.721,0.065,0.771,0.061,0.053,0.064,0.109,0.062,0.531,0.863,0.056,0.074,1.199,0.059,0.06],"paint":[1.761,4.349,2.859,2.097,2.895,1.403,1.967,1.446,1.022,1.273,1.842,1.792,1.13,1.958,2.62,2.255,2.635,1.623,2.448,1.966,2.685,2.238,2.712,1.338,1.663]}},{"framework":"vanillajs-non-keyed","benchmark":"05_swap1k","values":{"total":[12.721,13.087,13.948,13.52,13.316,13.011,12.744,12.761,13.046,12.616,12.77,13.228,13.545,13.248,11.708],"script":[0.398,0.487,0.088,0.083,0.091,0.092,0.397,0.628,0.085,0.796,0.081,0.091,0.714,0.079,0.09],"paint":[10.071,10.832,12.36,11.266,11.235,11.847,10.821,9.994,10.977,10.236,10.59,10.501,11.574,10.873,9.877]}},{"framework":"vanillajs-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.372,37.284,39.589,37.403,36.719,36.743,36.794,37.508,36.754,37.249,36.303,37.342,38.552,36.236,37.593],"script":[3.533,3.13,3.698,3.341,3.153,3.022,3.214,3.351,3.098,3.163,2.98,3.568,3.245,3.027,3.663],"paint":[32.643,32.803,34.62,32.783,32.713,32.352,32.663,32.713,32.62,32.682,32.578,32.088,33.961,32.245,32.919]}},{"framework":"vanillajs-non-keyed","benchmark":"07_create10k","values":{"total":[393.176,397.774,390.58,393.887,394.111,392.898,402.15,397.357,398.943,398.936,403.307,399.331,398.299,398.505,404.511],"script":[27.25,26.932,26.872,27.697,26.855,26.985,27.124,27.158,28.15,28.084,27.524,29.3,27.2,27.354,28.054],"paint":[358.445,362.925,356.262,357.681,359.695,358.564,367.671,362.969,363.242,363.409,368.154,362.571,362.736,363.762,369.065]}},{"framework":"vanillajs-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[45.055,44.083,44.359,45.155,43.537,44.57,44.155,45.494,42.7,44.421,42.192,44.101,43.572,45.577,44.477],"script":[2.377,2.358,2.333,2.312,2.394,2.38,2.364,2.361,2.328,2.372,2.349,2.33,2.341,2.388,2.369],"paint":[41.5,40.828,41.146,41.965,40.228,40.999,40.599,42.341,39.517,40.893,38.963,40.847,40.308,41.995,40.934]}},{"framework":"vanillajs-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.714,12.68,12.536,12.704,12.889,12.307,12.548,13.012,12.825,12.414,12.301,12.076,12.789,12.494,12.332],"script":[11.678,10.437,10.536,10.904,11.287,9.949,10.659,10.509,10.298,10.814,10.1,10.892,10.638,10.522,10.459],"paint":[1.541,1.77,1.159,1.637,1.515,2.255,1.786,1.893,2.176,1.507,2.102,1.098,2.05,1.872,1.788]}},{"framework":"vanillajs-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4381980895996094]}},{"framework":"vanillajs-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.8076543807983398]}},{"framework":"vanillajs-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.7321357727050781]}},{"framework":"vanillajs-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5231819152832031]}},{"framework":"vanillajs-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[12.170560836791992]}},{"framework":"vanillajs-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.54]}},{"framework":"vanillajs-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[28.34]}},{"framework":"vanillajs-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[159.06799999999996]}},{"framework":"vanillajs-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[150.255859375]}},{"framework":"vanillajs-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[11.9794921875]}},{"framework":"vanillajs-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.4296875]}},{"framework":"vanillajs-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[58.2]}},{"framework":"vanillajs-1-non-keyed","benchmark":"01_run1k","values":{"total":[39.217,35.63,38.759,39.13,38.705,39.865,39.778,38.296,38.742,38.339,39.074,37.733,38.016,38.951,38.506],"script":[2.138,2.183,2.179,2.281,2.339,2.163,2.265,2.327,2.251,2.316,2.33,2.331,2.123,2.268,2.191],"paint":[36.574,33.008,35.898,36.126,35.842,37.003,37.038,35.454,35.876,35.581,36.021,34.908,35.442,36.067,35.663]}},{"framework":"vanillajs-1-non-keyed","benchmark":"02_replace1k","values":{"total":[17.819,17.913,17.737,17.984,16.746,18.002,17.731,17.719,17.157,17.669,17.951,16.672,17.587,18.059,18.244],"script":[1.535,1.56,1.382,1.694,1.538,1.474,1.577,1.516,1.601,1.302,1.531,1.445,1.462,1.529,1.589],"paint":[15.785,15.736,15.84,15.703,14.754,15.992,15.68,15.741,15.137,15.903,15.923,14.777,15.762,16.047,16.025]}},{"framework":"vanillajs-1-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[19.92,17.052,18.342,17.991,17.941,17.602,17.18,17.306,19.547,17.132,20.09,16.885,17.816,16.626,18.43],"script":[1.24,0.494,0.341,1.151,0.969,1.089,0.167,0.967,1.492,0.544,0.174,0.169,0.647,1.118,1.066],"paint":[17.34,15.158,16.025,15.201,15.372,14.697,15.217,14.715,15.538,15.272,18.363,15.482,15.7,14.472,15.029]}},{"framework":"vanillajs-1-non-keyed","benchmark":"04_select1k","values":{"total":[2.541,3.121,2.55,2.23,3.048,2.708,2.745,4.164,2.9,3.474,3.411,2.999,3.266,2.951,3.367,3.94,2.732,2.384,2.685,3.584,2.237,3.36,3.39,3.19,4.099],"script":[0.592,0.735,0.326,0.063,0.249,0.074,0.073,0.99,0.062,0.748,0.079,0.055,0.298,0.543,0.061,0.611,0.059,0.065,0.07,0.091,0.064,0.751,0.05,0.06,0.928],"paint":[1.317,2.257,1.412,1.399,2.151,1.517,1.526,1.922,2.149,1.545,2.73,2.308,1.771,1.789,1.545,3.068,1.426,2.182,1.479,2.098,2.062,1.661,2.42,2.467,3.008]}},{"framework":"vanillajs-1-non-keyed","benchmark":"05_swap1k","values":{"total":[12.352,12.824,12.648,12.283,12.432,12.67,13.4,13.423,13.217,12.316,14.043,12.955,13.351,13.959,12.817],"script":[0.158,0.163,0.125,0.142,0.902,0.132,0.164,0.172,0.131,0.463,0.782,0.807,0.132,0.844,0.877],"paint":[10.496,11.103,11.423,10.439,10.075,11.243,11.705,11.807,10.599,10.78,10.983,10.569,12.112,11.438,10.087]}},{"framework":"vanillajs-1-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[37.6,36.358,36.709,38.267,36.846,36.224,38.057,35.638,36.903,36.443,39.267,37.483,36.676,35.854,36.04],"script":[3.051,2.792,3.064,2.8,2.543,2.868,3.094,2.715,3.033,2.98,2.982,3.009,3.057,3.031,3.083],"paint":[33.132,32.361,32.698,33.759,33.496,32.319,33.574,32.066,32.507,32.178,35.298,33.31,32.516,31.853,31.72]}},{"framework":"vanillajs-1-non-keyed","benchmark":"07_create10k","values":{"total":[396.274,394.75,398.292,396.011,399.371,391.869,392.697,401.648,396.274,396.149,397.558,390.529,397.576,388.581,398.597],"script":[25.459,25.911,27.245,26.424,26.985,25.464,25.908,26.321,29.22,26.089,25.945,24.996,26.73,26.452,25.607],"paint":[363.54,361.42,363.41,362.224,365.039,359.007,359.431,367.951,359.678,362.53,364.153,358.287,363.243,355.093,365.579]}},{"framework":"vanillajs-1-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[44.533,42.675,42.724,44.18,43.557,42.459,42.298,43.618,43.221,43.413,43.743,44.173,44.324,45.695,44.164],"script":[2.452,2.43,2.317,2.407,2.388,2.344,2.348,2.359,2.342,2.389,2.385,2.386,2.332,2.346,2.463],"paint":[41.112,39.392,39.562,40.805,40.268,39.313,39.002,40.349,39.943,40.005,40.429,40.632,41.085,42.307,40.5]}},{"framework":"vanillajs-1-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[13.118,12.809,13.56,12.311,12.28,13.21,13.298,13.313,12.926,12.818,12.388,11.927,12.743,11.985,12.707],"script":[11.042,10.569,11.291,9.958,10.73,10.966,10.932,11,11.033,10.875,10.209,10.413,10.524,10.543,10.157],"paint":[1.981,2.117,1.964,0.893,1.442,1.119,1.25,2.215,1.776,1.852,1.476,0.772,1.165,0.383,1.836]}},{"framework":"vanillajs-1-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.4441213607788086]}},{"framework":"vanillajs-1-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[1.721968650817871]}},{"framework":"vanillajs-1-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[1.6501426696777344]}},{"framework":"vanillajs-1-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[0.5532808303833008]}},{"framework":"vanillajs-1-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[11.981400489807129]}},{"framework":"vanillajs-1-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[1876.315]}},{"framework":"vanillajs-1-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[15.268]}},{"framework":"vanillajs-1-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[160.03999999999996]}},{"framework":"vanillajs-1-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[148.2958984375]}},{"framework":"vanillajs-1-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[10.0205078125]}},{"framework":"vanillajs-1-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[2.1767578125]}},{"framework":"vanillajs-1-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[64.7]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"01_run1k","values":{"total":[37.178,39.467,39.692,37.371,38.819,37.375,37.906,39.262,39.924,39.817,39.789,37.836,39.605,39.102,39.381],"script":[2.69,2.439,2.701,2.581,2.73,2.724,2.714,2.793,2.561,2.455,2.606,2.719,2.602,2.333,2.587],"paint":[34.005,36.533,36.502,34.361,35.517,34.216,34.715,35.73,36.67,36.717,36.685,34.652,36.497,36.015,36.059]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"02_replace1k","values":{"total":[17.371,18.634,18.159,18.433,18.792,18.92,17.145,18.814,18.31,17.619,18.573,18.659,17.909,19.558,18.2],"script":[2.467,2.452,2.204,2.352,2.531,2.292,2.277,2.242,2.386,2.231,2.204,2.414,2.274,2.46,2.382],"paint":[14.439,15.509,15.505,15.627,15.822,16.185,14.492,16.129,15.287,14.869,15.701,15.811,15.181,16.439,15.402]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[18.754,17.898,18.535,18.239,18.172,18.475,18.127,19.172,18.723,17.651,17.991,18.105,18.653,18.602,19.81],"script":[1.828,1.468,1.845,1.795,1.012,1.484,1.859,1.632,1.494,1.009,1.347,1.598,1.816,2.359,1.292],"paint":[15.689,13.275,14.718,14.431,15.398,15.057,14.921,15.888,15.541,15.579,15.244,14.42,15.18,14.282,15.579]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"04_select1k","values":{"total":[3.72,4.069,3.757,4.658,4.382,5.103,4.308,3.891,4.784,3.96,4.044,5.313,4.404,3.711,5.421,4.353,4.261,3.825,3.177,4.908,4.36,4.197,3.217,3.954,4.642],"script":[1.403,1.492,1.09,1.276,1.3,2.373,1.293,1.527,1.586,2.061,2.035,1.278,1.332,0.985,1.254,0.664,1.446,1.253,0.991,2.05,1.545,2.12,1.082,1.741,1.815],"paint":[2.18,1.74,2.037,2.243,2.559,2.096,2.398,2.218,3.039,1.787,1.197,3.423,2.765,2.615,3.922,2.498,2.023,1.449,2.077,2.71,1.835,1.641,1.56,1.395,1.588]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"05_swap1k","values":{"total":[22.516,22.654,22.718,22.49,22.359,22.411,22.249,23.313,23.325,21.642,23.136,24.232,23.651,22.686,22.589],"script":[1.842,2,1.671,1.998,1.877,1.778,1.831,1.39,1.877,1.419,1.964,2.024,2.179,1.458,1.987],"paint":[19.116,19.071,19.856,19.13,19.109,19.098,19.061,20.096,19.543,18.932,20.126,20.835,19.205,19.768,19.1]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[17.737,17.345,17.227,17.688,17.789,18.233,18.333,18.175,17.849,17.711,17.732,17.751,17.679,17.148,17.333],"script":[1.125,0.761,1.005,1.071,0.784,1.058,0.802,1.068,1.059,1.059,1.056,0.968,0.949,0.986,0.911],"paint":[15.809,15.677,15.453,15.5,15.822,16.345,16.425,15.845,15.4,15.688,15.95,15.952,15.865,15.201,15.496]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"07_create10k","values":{"total":[455.849,452.646,442.456,456.695,450.4,445.043,452.034,456.297,455.469,447.624,453.571,458.007,449.252,443.173,441.567],"script":[94.975,93.681,86.436,95.166,94.511,87.342,93.834,95.173,94.817,92.28,94.8,95.589,93.12,84.677,85.043],"paint":[353.392,351.169,348.544,353.939,347.967,350.188,350.777,352.922,353.179,348.047,351.287,354.771,348.482,351.094,349.147]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[51.73,51.174,53.168,51.607,51.226,51.919,52.44,51.372,50.359,51.666,51.996,52.959,51.048,51.832,53.145],"script":[9.824,9.566,9.952,9.662,9.504,9.615,9.697,9.553,9.42,9.729,9.809,9.689,9.562,9.194,9.958],"paint":[40.87,40.644,42.233,41.025,40.481,41.326,41.71,40.534,39.725,41.014,40.941,42.343,40.522,41.644,41.938]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[17.025,16.296,14.936,16.086,16.275,15.781,15.916,15.809,17.114,15.93,15.98,15.798,15.141,15.474,14.988],"script":[14.008,14.074,12.904,13.512,13.879,13.048,13.761,13.991,14.414,13.937,13.3,13.416,12.625,12.918,13.077],"paint":[2.216,1.705,1.929,2.434,2.263,2.183,0.454,0.86,1.86,1.88,2.116,2.284,2.008,2.446,0.75]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6472539901733398]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[4.873818397521973]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[4.892901420593262]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[5.138923645019531]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[40.09242057800293]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2026.3]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[29.08]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[161.92000000000002]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[171.35546875]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[33.0810546875]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[11.67578125]}},{"framework":"voby-v0.48.0-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[86]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"01_run1k","values":{"total":[43.124,43.139,43.612,44.494,45.565,44.962,44.35,43.706,43.823,43.502,44.296,44.024,46.362,46.8,44.862],"script":[8.186,8.223,8.248,9.132,10.013,8.568,8.707,8.298,8.231,8.461,9.031,8.142,9.05,9.211,9.08],"paint":[34.493,34.451,34.866,34.935,35.087,35.917,35.171,34.785,35.171,34.544,34.558,35.419,36.81,36.91,35.043]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"02_replace1k","values":{"total":[21.462,20.597,21.172,20.707,20.978,21.325,21.38,20.128,22.887,21.884,22.369,21.753,20.789,20.739,21.142],"script":[5.187,4.736,5.058,4.874,4.957,4.977,5.145,4.691,5.266,5.091,5.505,5.321,4.776,4.88,4.672],"paint":[15.807,15.359,15.658,15.4,15.527,15.864,15.753,14.885,16.947,16.299,16.388,15.749,15.332,15.387,15.801]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"03_update10th1k_x16","values":{"total":[23.452,22.527,20.906,21.23,20.427,21.676,20.809,21.509,20.506,20.171,21.398,21,21.131,22.187,21.349],"script":[3.752,3.738,4.23,4.161,3.885,4.159,3.872,3.503,3.342,2.918,3.658,3.867,4.048,3.908,3.792],"paint":[17.242,16.662,14.848,16.149,15.201,16.373,14.362,16.947,15.867,16.259,16.35,16.335,15.254,17.33,16.047]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"04_select1k","values":{"total":[4.475,6.143,4.132,5.121,4.218,5.068,5.083,5.168,5.573,4.621,3.876,4.772,4.077,4.766,5.582,5.329,5.534,5.539,5.897,4.864,4.35,5.103,4.589,5.015,5.256],"script":[2.208,1.682,1.72,2.364,1.824,2.396,2.312,1.622,2.352,1.782,1.154,1.862,1.515,2.349,2.222,1.891,2.4,2.338,2.238,1.792,1.098,1.457,1.919,2.131,1.405],"paint":[1.547,3.709,1.457,0.517,2.288,1.994,1.734,2.937,1.993,1.744,2.016,2.364,2.421,2.254,2.144,2.425,2.092,2.228,2.854,1.897,3.111,2.278,1.767,1.732,2.788]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"05_swap1k","values":{"total":[14.773,13.973,13.907,15.078,13.998,14.202,13.855,13.751,14.75,14.372,14.672,14.721,14.686,14.09,14.276],"script":[2.135,1.449,1.902,2.151,1.966,1.592,1.133,1.229,2.222,1.757,1.267,2.149,2.565,1.712,1.805],"paint":[11.113,10.974,10.525,11.07,10.071,10.309,11.273,10.967,11.199,10.58,12.016,11.383,10.978,11.063,10.813]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"06_remove-one-1k","values":{"total":[41.791,41.239,40.416,41.066,41.89,40.995,44.994,43.385,40.695,41.047,41.119,43.747,42.6,41.099,41.266],"script":[7.994,7.544,7.439,7.517,7.387,7.518,8.474,7.695,7.52,7.541,7.999,7.629,8.048,7.922,8.049],"paint":[32.426,32.433,31.76,32.398,33.384,31.99,35.708,34.078,32.288,32.322,31.819,34.755,33.351,32.015,32.421]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"07_create10k","values":{"total":[462.443,464.021,470.246,470.193,461.556,474.717,463.811,463.374,464.678,461.75,467.587,466.761,468.38,464.96,462.404],"script":[94.591,94.13,94.849,97.127,90.442,96.021,94.662,91.546,94.451,93.295,92.247,93.443,96.747,93.882,93.752],"paint":[360.614,362.615,367.568,365.474,363.837,371.378,361.314,364.583,362.957,361.158,367.922,365.874,363.961,363.757,361.229]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":{"total":[54.097,52.635,52.256,51.771,53.743,51.223,53.274,54.052,51.358,52.811,52.343,54.216,53.736,53.308,52.381],"script":[9.65,9.663,9.242,9.696,9.871,8.838,9.873,9.871,9.136,9.508,9.223,9.796,9.807,9.662,9.177],"paint":[43.451,41.698,42.11,41.143,42.64,41.475,42.193,42.968,41.31,42.179,42.078,43.591,42.702,42.715,42.258]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"09_clear1k_x8","values":{"total":[15.005,15.891,16.799,15.674,16.491,18.273,16.039,15.821,14.856,16.222,15.98,16.546,16.792,16.338,15.277],"script":[13.263,13.711,14.804,13.591,13.787,15.324,13.761,13.379,12.639,13.716,14.444,14.266,14.561,14.631,13.168],"paint":[0.864,1.072,1.89,1.967,2.048,2.793,1.794,2.338,2.113,2.042,1.418,1.95,1.223,1.381,2.007]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"21_ready-memory","values":{"DEFAULT":[0.6811361312866211]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"22_run-memory","values":{"DEFAULT":[3.6700334548950195]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"23_update5-memory","values":{"DEFAULT":[3.6952896118164062]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"25_run-clear-memory","values":{"DEFAULT":[1.1488962173461914]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"26_run-10k-memory","values":{"DEFAULT":[28.187434196472168]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"31_startup-ci","values":{"DEFAULT":[2102.95]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"32_startup-bt","values":{"DEFAULT":[14.552000000000001]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"33_startup-mainthreadcost","values":{"DEFAULT":[155.74799999999993]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"34_startup-totalbytes","values":{"DEFAULT":[197.5400390625]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"41_size-uncompressed","values":{"DEFAULT":[59.2646484375]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"42_size-compressed","values":{"DEFAULT":[21.1171875]}},{"framework":"vue-v3.3.6-non-keyed","benchmark":"43_first-paint","values":{"DEFAULT":[117.8]}}] \ No newline at end of file diff --git a/webdriver-ts/src/benchmarksCommon.ts b/webdriver-ts/src/benchmarksCommon.ts index 53eb49569..633bb1df1 100644 --- a/webdriver-ts/src/benchmarksCommon.ts +++ b/webdriver-ts/src/benchmarksCommon.ts @@ -31,7 +31,6 @@ export interface SizeInfoJSON { size_uncompressed: number, size_compressed: number, fp: number, - fcp: number, } export interface SizeBenchmarkInfo extends BenchmarkInfoBase { diff --git a/webdriver-ts/src/benchmarksSize.ts b/webdriver-ts/src/benchmarksSize.ts index 1a34773d5..33aca67d7 100644 --- a/webdriver-ts/src/benchmarksSize.ts +++ b/webdriver-ts/src/benchmarksSize.ts @@ -35,20 +35,20 @@ export const benchFP: benchmarksCommon.SizeBenchmarkInfo = { fn: (sizeInfo) => Number(sizeInfo.fp.toFixed(1)), }; -export const benchFCP: benchmarksCommon.SizeBenchmarkInfo = { - id: "44_first-contentful-paint", - label: "first contentful paint", - description: () => - "first contentful paint", - type: BenchmarkType.SIZE, - fn: (sizeInfo) => Number(sizeInfo.fcp.toFixed(1)), -}; +// export const benchFCP: benchmarksCommon.SizeBenchmarkInfo = { +// id: "44_first-contentful-paint", +// label: "first contentful paint", +// description: () => +// "first contentful paint", +// type: BenchmarkType.SIZE, +// fn: (sizeInfo) => Number(sizeInfo.fcp.toFixed(1)), +// }; export const subbenchmarks = [ benchUncompressedSize, benchCompressedSize, benchFP, - benchFCP, + // benchFCP, ]; export class BenchmarkSize implements BenchmarkImpl { diff --git a/webdriver-ts/src/forkedBenchmarkRunnerSize.ts b/webdriver-ts/src/forkedBenchmarkRunnerSize.ts index 77663b685..5bc459e9a 100644 --- a/webdriver-ts/src/forkedBenchmarkRunnerSize.ts +++ b/webdriver-ts/src/forkedBenchmarkRunnerSize.ts @@ -71,7 +71,7 @@ async function runSizeBenchmark( let sizeInfo = (await sizeInfoResponse.json()) as SizeInfoJSON; console.log("sizeInfo", sizeInfo); sizeInfo.fp = paintEvents.find((e: any) => e.name === "first-paint").startTime; - sizeInfo.fcp = paintEvents.find((e: any) => e.name === "first-contentful-paint").startTime; + // sizeInfo.fcp = paintEvents.find((e: any) => e.name === "first-contentful-paint").startTime; results = benchmarks.subbenchmarks.map((b) => ({ benchmark: b, diff --git a/webdriver-ts/src/parseTrace.ts b/webdriver-ts/src/parseTrace.ts index 3b54c9d90..387267c03 100644 --- a/webdriver-ts/src/parseTrace.ts +++ b/webdriver-ts/src/parseTrace.ts @@ -5,14 +5,14 @@ import { computeResultsCPU, computeResultsJS, computeResultsPaint, parseCPUTrace async function debugSingle() { let values: number[] = []; - for (let i = 0; i < 15; i++) { + // for (let i = 0; i < 15; i++) { // const trace = `traces/anansi-v0.14.0-keyed_01_run1k_${i}.json`; // const trace = `traces/alpine-v3.12.0-keyed_07_create10k_${i}.json`; // const trace = `traces/alpine-v3.12.0-keyed_07_create10k_0.jsontraces/1more-v0.1.18-keyed_01_run1k_0.json`; // const trace = `traces/alpine-v3.12.0-keyed_07_create10k_0.json`; // const trace = `traces/arrowjs-v1.0.0-alpha.9-keyed_07_create10k_0.json`; // const trace = `traces/better-react-v1.1.3-keyed_04_select1k_1.json`; - const trace = `traces/malina-v0.7.3-keyed_01_run1k_${i}.json`; + const trace = `traces/openui5-v1.120.0-keyed_02_replace1k_0.json`; // const trace = `traces/vanillajs-keyed_01_run1k_0.json`; console.log("analyzing trace", trace); const cpuTrace = await computeResultsCPU(trace); @@ -23,7 +23,7 @@ async function debugSingle() { let resultPaint = await computeResultsPaint(cpuTrace, config, trace); console.log("resultPaint", resultPaint); // console.log(trace, await computeResultsJS(cpuTrace, config, trace, DurationMeasurementMode.LAST_PAINT)) - } + // } console.log(values); console.log(stats(values)); }