Skip to content

Commit

Permalink
add Benchmark.js Benchmark (benchmarkjs) benchmark result for d55fc73
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 29, 2020
1 parent d55fc73 commit d33cbfd
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": 1588192478602,
"lastUpdate": 1588193109028,
"repoUrl": "https://github.com/dritter/extended-table",
"entries": {
"Benchmark.js Benchmark": [
Expand Down Expand Up @@ -268,6 +268,51 @@ window.BENCHMARK_DATA = {
"extra": "35 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Dominik Ritter",
"username": "dritter"
},
"committer": {
"email": "[email protected]",
"name": "Dominik Ritter",
"username": "dritter"
},
"distinct": true,
"id": "d55fc739b6fe9f20da259edb1a8691fa158e9e88",
"message": "Test Publish to NPM workflow",
"timestamp": "2020-04-29T22:43:59+02:00",
"tree_id": "fb102ed0022e53d79ac8a5afdfdf566e6a15fb1e",
"url": "https://github.com/dritter/extended-table/commit/d55fc739b6fe9f20da259edb1a8691fa158e9e88"
},
"date": 1588193109010,
"tool": "benchmarkjs",
"benches": [
{
"name": "default rendering",
"value": 149,
"range": "±11.31%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "slot rendering",
"value": 150,
"range": "±6.30%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "sorting",
"value": 15.59,
"range": "±2.95%",
"unit": "ops/sec",
"extra": "35 samples"
}
]
}
]
}
Expand Down

0 comments on commit d33cbfd

Please sign in to comment.