From 2b89d03b5cd850eaedae5bf66dba30b122aaf529 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 5 Dec 2023 14:46:20 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for dcf93e85065a2cb2d255278421d39a7b57941b72 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index a04182d6e6..8f8de61ca5 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701455526644, + "lastUpdate": 1701787580599, "repoUrl": "https://github.com/open-telemetry/opentelemetry-js", "entries": { "Benchmark": [ @@ -1104,6 +1104,58 @@ window.BENCHMARK_DATA = { "extra": "93 samples" } ] + }, + { + "commit": { + "author": { + "email": "hyunnoh01@gmail.com", + "name": "Hyun Oh", + "username": "HyunnoH" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "dcf93e85065a2cb2d255278421d39a7b57941b72", + "message": "feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord (#4289)\n\n* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord\r\n\r\n* chore: check droppedAttributesCount value in test case\r\n\r\n* feat(otlp-transformer): make toLogRecord() use ReadableLogRecord.droppedAttributesCount\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Pichler ", + "timestamp": "2023-12-05T08:48:21-05:00", + "tree_id": "5171e97169b8460b78430d8196e538b73c9ec8ef", + "url": "https://github.com/open-telemetry/opentelemetry-js/commit/dcf93e85065a2cb2d255278421d39a7b57941b72" + }, + "date": 1701787579679, + "tool": "benchmarkjs", + "benches": [ + { + "name": "transform 1 span", + "value": 698146, + "range": "±0.20%", + "unit": "ops/sec", + "extra": "98 samples" + }, + { + "name": "transform 100 spans", + "value": 7585, + "range": "±0.21%", + "unit": "ops/sec", + "extra": "99 samples" + }, + { + "name": "create spans (10 attributes)", + "value": 693755, + "range": "±0.16%", + "unit": "ops/sec", + "extra": "97 samples" + }, + { + "name": "BatchSpanProcessor process span", + "value": 645495, + "range": "±0.65%", + "unit": "ops/sec", + "extra": "99 samples" + } + ] } ] }