Skip to content

Commit

Permalink
Revert "add docs"
Browse files Browse the repository at this point in the history
This reverts commit b409f7a.
  • Loading branch information
lalitb committed Aug 7, 2024
1 parent b409f7a commit 0395198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opentelemetry-appender-tracing/benches/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ fn benchmark_with_noop_layer(c: &mut Criterion, enabled: bool, bench_name: &str)
}

fn criterion_benchmark(c: &mut Criterion) {
//benchmark_no_subscriber(c);
benchmark_no_subscriber(c);
benchmark_with_ot_layer(c, true, "ot_layer_enabled");
//benchmark_with_ot_layer(c, false, "ot_layer_disabled");
//benchmark_with_noop_layer(c, true, "noop_layer_enabled");
//benchmark_with_noop_layer(c, false, "noop_layer_disabled");
benchmark_with_ot_layer(c, false, "ot_layer_disabled");
benchmark_with_noop_layer(c, true, "noop_layer_enabled");
benchmark_with_noop_layer(c, false, "noop_layer_disabled");
}

#[cfg(not(target_os = "windows"))]
Expand Down

0 comments on commit 0395198

Please sign in to comment.