Skip to content

Commit

Permalink
Update Log benchmarks (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Aug 28, 2024
1 parent 7ad7ab3 commit 7d47bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-appender-tracing/benches/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| noop_layer_disabled | 12 ns |
| noop_layer_enabled | 25 ns |
| ot_layer_disabled | 19 ns |
| ot_layer_enabled | 203 ns |
| ot_layer_enabled | 196 ns |
*/

use async_trait::async_trait;
Expand Down
4 changes: 2 additions & 2 deletions opentelemetry-sdk/benches/log_exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
RAM: 64.0 GB
| Test | Average time|
|--------------------------------|-------------|
| LogExporterWithFuture | 280 ns |
| LogExporterWithoutFuture | 255 ns |
| LogExporterWithFuture | 122 ns |
| LogExporterWithoutFuture | 89 ns |
*/

use std::sync::Mutex;
Expand Down

0 comments on commit 7d47bf2

Please sign in to comment.