-
Notifications
You must be signed in to change notification settings - Fork 833
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 1c6e8b2
- Loading branch information
github-action-benchmark
committed
May 13, 2024
1 parent
fb4ec4f
commit 28495ed
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": 1715591413135, | ||
"lastUpdate": 1715591553188, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -8702,6 +8702,58 @@ window.BENCHMARK_DATA = { | |
"extra": "94 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Amir Blum", | ||
"username": "blumamir" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1c6e8b2531f5d7f65448c8f307e05c62282a2fb9", | ||
"message": "fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface (#4694)\n\n* chore: CHANGLOG\r\n\r\n* fix(instrumentation): remove unused property from instrumentations\r\n\r\n* chore: CHANGELOG\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Pichler <[email protected]>", | ||
"timestamp": "2024-05-13T11:10:57+02:00", | ||
"tree_id": "1802d7e6e1c39dcbad762f711d07b61ec5019e66", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/1c6e8b2531f5d7f65448c8f307e05c62282a2fb9" | ||
}, | ||
"date": 1715591552331, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 928154, | ||
"range": "±0.39%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11653, | ||
"range": "±0.28%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 653210, | ||
"range": "±0.59%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 633546, | ||
"range": "±0.67%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|