Skip to content

Commit 3dad4a1

Browse files
committed
Micro benchmarks removed from Tako
1 parent 1f521d3 commit 3dad4a1

File tree

8 files changed

+0
-620
lines changed

8 files changed

+0
-620
lines changed

crates/tako/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,5 @@ derive_more = { version = "2", features = ["add", "add_assign", "sum"] }
4949
env_logger = { workspace = true }
5050
criterion = { workspace = true }
5151

52-
[[bench]]
53-
name = "benchmark"
54-
harness = false
55-
56-
# Workaround for Criterion (https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options)
57-
[lib]
58-
bench = false
59-
6052
[lints]
6153
workspace = true

crates/tako/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ Tako is derived from our previous work on https://github.com/It4innovations/rsds
55
by stripping down Dask-related parts and making the core more generic.
66

77
Tako is a backend library for "tool builders" and is not intended to be directly used by end-users.
8-
9-
## Local development
10-
### Run benchmarks
11-
```bash
12-
$ cargo bench
13-
```

crates/tako/benches/benchmark.rs

Lines changed: 0 additions & 12 deletions
This file was deleted.

crates/tako/benches/benchmarks/core.rs

Lines changed: 0 additions & 154 deletions
This file was deleted.

crates/tako/benches/benchmarks/mod.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/tako/benches/benchmarks/scheduler.rs

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)