Skip to content

Commit 9bab0ce

Browse files
committed
remove bencher
1 parent 5680303 commit 9bab0ce

37 files changed

+1
-3315
lines changed

Cargo.dev.toml

-6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ members = [
33
"asset-registry",
44
"auction",
55
"authority",
6-
"bencher",
7-
"bencher/test",
86
"benchmarking",
97
"currencies",
108
"gradually-update",
@@ -24,14 +22,10 @@ members = [
2422
"xcm-support",
2523
"unknown-tokens",
2624
"build-script-utils",
27-
"weight-gen",
28-
"weight-meter",
2925
"payments",
3026
"parameters",
3127
]
3228

33-
exclude = ["bencher/test"]
34-
3529
resolver = "2"
3630

3731
[profile.dev]

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ dev-check: Cargo.toml check
4444

4545
dev-check-tests: Cargo.toml
4646
cargo check --tests --all
47-
cargo check --tests --features=bench --package=orml-weight-meter --package=orml-bencher-test
4847

4948
dev-test: Cargo.toml
5049
cargo test --all --features=runtime-benchmarks
51-
cargo test --features=bench --package=orml-weight-meter --package=orml-bencher-test
5250

5351
# run benchmarks via Acala node
5452
benchmark-all:

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,8 @@ The Open Runtime Module Library (ORML) is a community maintained collection of S
4747
- Used by multiple parachains for their XCM token transfer implementation.
4848

4949
#### Benchmarking
50-
- [bencher](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/bencher)
51-
- Benchmarking tool using cargo bench for benchmarking
5250
- [benchmarking](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking)
5351
- Fork of frame-benchmarking in Substrate to allow implement runtime specific benchmarks
54-
- [weight-gen](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/weight-gen)
55-
- Weight meter file generation
56-
- [weight-meter](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/weight-meter)
57-
- A low overhead dynamic weight meter
5852

5953
## Example
6054

@@ -100,7 +94,7 @@ _In alphabetical order_
10094
- [HydraDX](https://github.com/galacticcouncil/hack.HydraDX-node)
10195
- [Interlay and Kintsugi](https://github.com/interlay/interbtc)
10296
- [InvArch and Tinkernet](https://github.com/InvArch/InvArch-Node)
103-
- [KodaDot: MetaPrime Network](https://github.com/kodadot/metaprime.network)
97+
- [KodaDot: MetaPrime Network](https://github.com/kodadot/metaprime.network)
10498
- [Laminar Chain](https://github.com/laminar-protocol/laminar-chain)
10599
- [Libra](https://github.com/atscaletech/libra)
106100
- [Listen](https://github.com/listenofficial)

bencher/Cargo.toml

-76
This file was deleted.

bencher/bencher-procedural/Cargo.toml

-18
This file was deleted.

bencher/bencher-procedural/src/lib.rs

-18
This file was deleted.

bencher/src/bench_ext.rs

-192
This file was deleted.

0 commit comments

Comments
 (0)