-
Notifications
You must be signed in to change notification settings - Fork 810
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 eb3ca4f
- Loading branch information
github-action-benchmark
committed
Oct 23, 2024
1 parent
9047b80
commit d956180
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": 1729702472926, | ||
"lastUpdate": 1729702551497, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -17958,6 +17958,58 @@ window.BENCHMARK_DATA = { | |
"extra": "96 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "OpenTelemetry Bot", | ||
"username": "opentelemetrybot" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "eb3ca4fb07ee31c62093f5fcec56575573c902ce", | ||
"message": "chore: prepare next release (#5068)", | ||
"timestamp": "2024-10-23T14:30:12Z", | ||
"tree_id": "7400592636a46d04ec304c66a6eeecc844fe2dac", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/eb3ca4fb07ee31c62093f5fcec56575573c902ce" | ||
}, | ||
"date": 1729702550604, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 950727, | ||
"range": "±0.39%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11695, | ||
"range": "±0.33%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 677388, | ||
"range": "±0.48%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 661334, | ||
"range": "±0.28%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|