-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for d286bf6
- Loading branch information
github-action-benchmark
committed
Dec 14, 2023
1 parent
99bdc8c
commit 5ba60d6
Showing
1 changed file
with
53 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": 1702519666096, | ||
"lastUpdate": 1702544351978, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1728,6 +1728,58 @@ window.BENCHMARK_DATA = { | |
"extra": "98 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mend Renovate", | ||
"username": "renovate-bot" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d286bf6498248136e59ab1c0efd4b5be8b4cefe8", | ||
"message": "fix(deps): update dependency import-in-the-middle to v1.7.1 (#4367)", | ||
"timestamp": "2023-12-14T09:57:42+01:00", | ||
"tree_id": "39aa1a5f7a5c0b114caef70e949bde435052bd09", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/d286bf6498248136e59ab1c0efd4b5be8b4cefe8" | ||
}, | ||
"date": 1702544351030, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 687105, | ||
"range": "±0.26%", | ||
"unit": "ops/sec", | ||
"extra": "100 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 7760, | ||
"range": "±0.26%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 669951, | ||
"range": "±0.69%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 649630, | ||
"range": "±0.22%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|