-
Notifications
You must be signed in to change notification settings - Fork 837
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 a82d875
- Loading branch information
github-action-benchmark
committed
May 6, 2024
1 parent
8263976
commit d1d18b4
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": 1714984232577, | ||
"lastUpdate": 1714984531445, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -8286,6 +8286,58 @@ window.BENCHMARK_DATA = { | |
"extra": "97 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Aksel Allas", | ||
"username": "AkselAllas" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a82d8758631ae1bd13e270919fe48bea30883a24", | ||
"message": "fix(exporter-metrics-otlp-grpc) Add explicit otlp-exporter-base depen… (#4678)\n\n* fix(exporter-metrics-otlp-grpc) Add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc\r\n\r\n* Update CHANGELOG.md\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Pichler <[email protected]>", | ||
"timestamp": "2024-05-06T10:34:17+02:00", | ||
"tree_id": "00ba7bee5a367996a0ee3b89c8d08a216db038fd", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/a82d8758631ae1bd13e270919fe48bea30883a24" | ||
}, | ||
"date": 1714984530564, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 961313, | ||
"range": "±0.44%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11684, | ||
"range": "±0.18%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 685740, | ||
"range": "±0.19%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 651863, | ||
"range": "±0.25%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|