Skip to content

Commit 266e21f

Browse files
author
github-action-benchmark
committed
add Benchmark.js Benchmark (benchmarkjs) benchmark result for a053049
1 parent a053049 commit 266e21f

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

dev/bench/data.js

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1621985632640,
2+
"lastUpdate": 1685831126651,
33
"repoUrl": "https://github.com/dritter/extended-table",
44
"entries": {
55
"Benchmark.js Benchmark": [
@@ -718,6 +718,51 @@ window.BENCHMARK_DATA = {
718718
"extra": "33 samples"
719719
}
720720
]
721+
},
722+
{
723+
"commit": {
724+
"author": {
725+
"email": "dritter03@googlemail.com",
726+
"name": "Dominik Ritter",
727+
"username": "dritter"
728+
},
729+
"committer": {
730+
"email": "dritter03@googlemail.com",
731+
"name": "Dominik Ritter",
732+
"username": "dritter"
733+
},
734+
"distinct": true,
735+
"id": "a05304977eb6a1e6799756dd518013c4c385252c",
736+
"message": "Let benchmark tests run on newer node version",
737+
"timestamp": "2023-06-03T23:45:07+02:00",
738+
"tree_id": "716175ae1f96626da1416de63772d5c3899ea6d2",
739+
"url": "https://github.com/dritter/extended-table/commit/a05304977eb6a1e6799756dd518013c4c385252c"
740+
},
741+
"date": 1685831126629,
742+
"tool": "benchmarkjs",
743+
"benches": [
744+
{
745+
"name": "default rendering",
746+
"value": 221,
747+
"range": "±8.67%",
748+
"unit": "ops/sec",
749+
"extra": "65 samples"
750+
},
751+
{
752+
"name": "slot rendering",
753+
"value": 222,
754+
"range": "±0.98%",
755+
"unit": "ops/sec",
756+
"extra": "57 samples"
757+
},
758+
{
759+
"name": "sorting",
760+
"value": 13.89,
761+
"range": "±2.03%",
762+
"unit": "ops/sec",
763+
"extra": "31 samples"
764+
}
765+
]
721766
}
722767
]
723768
}

0 commit comments

Comments
 (0)