-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Tansu benchmarks (customBiggerIsBetter) benchmark result for cf9f6b5
- Loading branch information
github-action-benchmark
committed
Dec 4, 2024
1 parent
70985e7
commit a2ecd2f
Showing
1 changed file
with
255 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1731415633772, | ||
"lastUpdate": 1733309340634, | ||
"repoUrl": "https://github.com/AmadeusITGroup/tansu", | ||
"entries": { | ||
"Tansu benchmarks": [ | ||
|
@@ -305,6 +305,260 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "divdavem", | ||
"username": "divdavem" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "cf9f6b55a0a862e43be0f5a03c6acca71d1442a0", | ||
"message": "Rewriting tansu with a signal-first approach (#139)", | ||
"timestamp": "2024-12-04T11:43:37+01:00", | ||
"tree_id": "31b412190af9c31b7f26756a3ae9b153e3ffe0db", | ||
"url": "https://github.com/AmadeusITGroup/tansu/commit/cf9f6b55a0a862e43be0f5a03c6acca71d1442a0" | ||
}, | ||
"date": 1733309340281, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/basic.bench.ts > creating base stores > writable", | ||
"value": 7439157.821460682, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > creating base stores > readable", | ||
"value": 9271767.258251756, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > creating base stores > new StoreClass", | ||
"value": 6272062.406906209, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > creating derived stores > computed", | ||
"value": 5581450.280931595, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > creating derived stores > derived", | ||
"value": 3617575.7323009763, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > creating derived stores > new DoubleStoreClass", | ||
"value": 4097221.950828744, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > updating derived stores > computed", | ||
"value": 1526399.0658459598, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > updating derived stores > derived", | ||
"value": 1890695.640769963, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > updating derived stores > DoubleStoreClass", | ||
"value": 1719444.4421849097, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > updating writable stores > without subscriber", | ||
"value": 10474974.554426346, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/basic.bench.ts > updating writable stores > with subscriber", | ||
"value": 5850879.52021435, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/cellxBench.bench.ts > cellx1000", | ||
"value": 52.9198874224651, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/cellxBench.bench.ts > cellx2500", | ||
"value": 19.70220953541785, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/cellxBench.bench.ts > cellx5000", | ||
"value": 5.950615596003414, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/dynamic.bench.ts > dynamic simple component", | ||
"value": 0.42852158218189385, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/dynamic.bench.ts > dynamic dynamic component", | ||
"value": 0.8027865899744268, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/dynamic.bench.ts > dynamic large web app", | ||
"value": 0.3438927500997979, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/dynamic.bench.ts > dynamic wide dense", | ||
"value": 0.3237694388409725, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/dynamic.bench.ts > dynamic deep", | ||
"value": 0.9853366011402945, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/dynamic.bench.ts > dynamic very dynamic", | ||
"value": 0.7365527145544603, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/molBench.bench.ts > molBench", | ||
"value": 1.432502713710221, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > onlyCreateDataSignals", | ||
"value": 747.2870045015625, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations0to1", | ||
"value": 166.22802027491903, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations1to1", | ||
"value": 47.349555930414, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations2to1", | ||
"value": 165.86250761086572, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations4to1", | ||
"value": 194.6528268612702, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations1000to1", | ||
"value": 437.9267024560973, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations1to2", | ||
"value": 55.78716982719706, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations1to4", | ||
"value": 122.89622476276517, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations1to8", | ||
"value": 128.99679809307457, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > createComputations1to1000", | ||
"value": 130.4218785752382, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations1to1", | ||
"value": 44.94415351844195, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations2to1", | ||
"value": 83.23322589205398, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations4to1", | ||
"value": 134.60920557318786, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations1000to1", | ||
"value": 158.2901491754495, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations1to2", | ||
"value": 45.74206643384855, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations1to4", | ||
"value": 47.353044148450635, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/sBench.bench.ts > updateComputations1to1000", | ||
"value": 43.40620159949573, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/avoidable.bench.ts > avoidablePropagation", | ||
"value": 90.99646585947701, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/broad.bench.ts > broad", | ||
"value": 220.4708639143062, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/deep.bench.ts > deep", | ||
"value": 581.1620306043399, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/diamond.bench.ts > diamond", | ||
"value": 152.14900901704766, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/mux.bench.ts > mux", | ||
"value": 381.2870572591513, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/repeated.bench.ts > repeated", | ||
"value": 808.9868217959587, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/triangle.bench.ts > triangle", | ||
"value": 613.48610477553, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "benchmarks/js-reactivity-benchmarks/kairo/unstable.bench.ts > unstable", | ||
"value": 1454.1730671171986, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|