-
Notifications
You must be signed in to change notification settings - Fork 833
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 73b4466
- Loading branch information
github-action-benchmark
committed
Nov 7, 2023
1 parent
3d78c5a
commit 6a409e7
Showing
1 changed file
with
32 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": 1699349194151, | ||
"lastUpdate": 1699352786261, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -622,6 +622,37 @@ 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": "73b446688f10fd8dc4cf403a085f0a39070df7b4", | ||
"message": "chore: release API 1.7.0/Core 1.18.0/Experimental 0.45.0 (#4254)", | ||
"timestamp": "2023-11-07T11:25:24+01:00", | ||
"tree_id": "56dec4f7498b184237894a0494a9c41383ba2658", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/73b446688f10fd8dc4cf403a085f0a39070df7b4" | ||
}, | ||
"date": 1699352785356, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 720305, | ||
"range": "±0.59%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|