-
Notifications
You must be signed in to change notification settings - Fork 825
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 95471d1
- Loading branch information
github-action-benchmark
committed
Nov 2, 2023
1 parent
e4ba5b2
commit aa285dd
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": 1698884177685, | ||
"lastUpdate": 1698894559044, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -436,6 +436,37 @@ window.BENCHMARK_DATA = { | |
"extra": "94 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Martin Kuba", | ||
"username": "martinkuba" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "95471d1cce457bf3880caef56fe6f960336217cd", | ||
"message": "docs: fixed link to benchmark results (#4233)\n\nCo-authored-by: Chengzhong Wu <[email protected]>", | ||
"timestamp": "2023-11-02T11:08:17+08:00", | ||
"tree_id": "9aa54c64c5e9760a1dde73c348ff8fc8e4ea9fe9", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/95471d1cce457bf3880caef56fe6f960336217cd" | ||
}, | ||
"date": 1698894558212, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 749805, | ||
"range": "±0.21%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|