-
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 104a5e8
- Loading branch information
github-action-benchmark
committed
Dec 6, 2023
1 parent
2b89d03
commit 3c623d3
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": 1701787580599, | ||
"lastUpdate": 1701854150001, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1156,6 +1156,58 @@ window.BENCHMARK_DATA = { | |
"extra": "99 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Siim Kallas", | ||
"username": "seemk" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "104a5e88673f52af76383665b5157c1c81316d7b", | ||
"message": "fix(api-logs): allow passing in TimeInput for LogRecord (#4345)\n\n* fix: allow passing in TimeInput for LogRecord\r\n\r\n* chore: update changelog", | ||
"timestamp": "2023-12-06T10:14:24+01:00", | ||
"tree_id": "d26c6fa8c879eb49abf80ea2ddc2ec3ac5734feb", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/104a5e88673f52af76383665b5157c1c81316d7b" | ||
}, | ||
"date": 1701854149142, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 696900, | ||
"range": "±0.29%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 8434, | ||
"range": "±0.17%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 660332, | ||
"range": "±0.45%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 640835, | ||
"range": "±0.49%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|