Skip to content

remove bencher #951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Cargo.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ members = [
"asset-registry",
"auction",
"authority",
"bencher",
"bencher/test",
"benchmarking",
"currencies",
"gradually-update",
Expand All @@ -24,14 +22,10 @@ members = [
"xcm-support",
"unknown-tokens",
"build-script-utils",
"weight-gen",
"weight-meter",
"payments",
"parameters",
]

exclude = ["bencher/test"]

resolver = "2"

[profile.dev]
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ dev-check: Cargo.toml check

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

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

# run benchmarks via Acala node
benchmark-all:
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,8 @@ The Open Runtime Module Library (ORML) is a community maintained collection of S
- Used by multiple parachains for their XCM token transfer implementation.

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

## Example

Expand Down Expand Up @@ -100,7 +94,7 @@ _In alphabetical order_
- [HydraDX](https://github.com/galacticcouncil/hack.HydraDX-node)
- [Interlay and Kintsugi](https://github.com/interlay/interbtc)
- [InvArch and Tinkernet](https://github.com/InvArch/InvArch-Node)
- [KodaDot: MetaPrime Network](https://github.com/kodadot/metaprime.network)
- [KodaDot: MetaPrime Network](https://github.com/kodadot/metaprime.network)
- [Laminar Chain](https://github.com/laminar-protocol/laminar-chain)
- [Libra](https://github.com/atscaletech/libra)
- [Listen](https://github.com/listenofficial)
Expand Down
76 changes: 0 additions & 76 deletions bencher/Cargo.toml

This file was deleted.

18 changes: 0 additions & 18 deletions bencher/bencher-procedural/Cargo.toml

This file was deleted.

18 changes: 0 additions & 18 deletions bencher/bencher-procedural/src/lib.rs

This file was deleted.

192 changes: 0 additions & 192 deletions bencher/src/bench_ext.rs

This file was deleted.

Loading