Skip to content

Commit

Permalink
add Benchmark.js Benchmark (benchmarkjs) benchmark result for 4ce4c4b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 6, 2023
1 parent 4ce4c4b commit d709375
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1685993630717,
"lastUpdate": 1686079998649,
"repoUrl": "https://github.com/dritter/extended-table",
"entries": {
"Benchmark.js Benchmark": [
Expand Down Expand Up @@ -808,6 +808,51 @@ window.BENCHMARK_DATA = {
"extra": "32 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Dominik Ritter",
"username": "dritter"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4ce4c4b8d6c4cd022ccfc6f36020ba00c2c57236",
"message": "Merge pull request #17 from dritter/remove-stickybits-artifacts\n\nRemove artifacts from stickybits",
"timestamp": "2023-06-06T21:32:13+02:00",
"tree_id": "6084cdb6e2fb1075764cb3ffed3e0bc51b8ac8d2",
"url": "https://github.com/dritter/extended-table/commit/4ce4c4b8d6c4cd022ccfc6f36020ba00c2c57236"
},
"date": 1686079998618,
"tool": "benchmarkjs",
"benches": [
{
"name": "default rendering",
"value": 144,
"range": "±7.88%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "slot rendering",
"value": 139,
"range": "±10.12%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "sorting",
"value": 15.85,
"range": "±3.04%",
"unit": "ops/sec",
"extra": "35 samples"
}
]
}
]
}
Expand Down

0 comments on commit d709375

Please sign in to comment.