Skip to content

Commit 181bdbe

Browse files
committed
tracing: actually run global_subscriber benchmark
Seems like this was never actually being run due me being dumb and forgetting to add it to the Cargo.toml. Whoops!
1 parent 542c34d commit 181bdbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tracing/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ harness = false
7575
name = "no_subscriber"
7676
harness = false
7777

78+
[[bench]]
79+
name = "global_subscriber"
80+
harness = false
81+
7882
[badges]
7983
maintenance = { status = "actively-developed" }
8084

0 commit comments

Comments
 (0)