-
Notifications
You must be signed in to change notification settings - Fork 832
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 44b0b29
- Loading branch information
github-action-benchmark
committed
Feb 13, 2024
1 parent
6a824b5
commit 9639d7b
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": 1707740551931, | ||
"lastUpdate": 1707813332081, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4594,6 +4594,58 @@ window.BENCHMARK_DATA = { | |
"extra": "97 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "44b0b29dea98217130bc4e68d6c9b6901e75aef7", | ||
"message": "Merge pull request #4477 from MikeShi42/patch-1\n\ndocs: Update getting started link in README", | ||
"timestamp": "2024-02-13T09:33:49+01:00", | ||
"tree_id": "59eabc174e9b73a721f0a33172c6de50b41278b3", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/44b0b29dea98217130bc4e68d6c9b6901e75aef7" | ||
}, | ||
"date": 1707813331265, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 959116, | ||
"range": "±0.54%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 12167, | ||
"range": "±0.18%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 655123, | ||
"range": "±0.61%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 680878, | ||
"range": "±0.13%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|