Skip to content

Commit 7903bd9

Browse files
committed
Update benchmarks
1 parent f3ad06d commit 7903bd9

File tree

3 files changed

+436
-2
lines changed

3 files changed

+436
-2
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ exclude = ["/.*"]
1818
# Adds support for executors optimized for use in static variables.
1919
static = []
2020

21+
[lib]
22+
bench = false
23+
2124
[dependencies]
2225
async-task = "4.4.0"
2326
concurrent-queue = "2.5.0"
@@ -44,5 +47,10 @@ name = "executor"
4447
harness = false
4548
required-features = ["static"]
4649

50+
[[bench]]
51+
name = "local_executor"
52+
harness = false
53+
required-features = ["static"]
54+
4755
[package.metadata.docs.rs]
4856
all-features = true

0 commit comments

Comments
 (0)