Skip to content

Commit

Permalink
add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result …
Browse files Browse the repository at this point in the history
…for 4dbd64a
  • Loading branch information
github-action-benchmark committed Nov 10, 2023
1 parent 4db9a40 commit 0620db4
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Linux/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1699630874761,
"lastUpdate": 1699631311235,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -9368,6 +9368,72 @@ window.BENCHMARK_DATA = {
"extra": "57 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "4dbd64a33e03ce56d7e9940c0e8524705bdfca8f",
"message": "Merge remote-tracking branch 'origin/main' into sm/crdt-config",
"timestamp": "2023-11-10T09:43:16-06:00",
"tree_id": "b341e80b7c8fdbd43c7707a60d12fd1d1a0beacd",
"url": "https://github.com/forcedotcom/sfdx-core/commit/4dbd64a33e03ce56d7e9940c0e8524705bdfca8f"
},
"date": 1699631302306,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 371242,
"range": "±0.49%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Logging a string on root logger",
"value": 605872,
"range": "±13.05%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging an object on root logger",
"value": 319043,
"range": "±16.55%",
"unit": "ops/sec",
"extra": "57 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 168428,
"range": "±19.42%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 189699,
"range": "±20.66%",
"unit": "ops/sec",
"extra": "42 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 152232,
"range": "±20.57%",
"unit": "ops/sec",
"extra": "38 samples"
}
]
}
]
}
Expand Down

0 comments on commit 0620db4

Please sign in to comment.