Skip to content

Commit ffd2a46

Browse files
committed
chore: remove iota-benchmark
1 parent e4a05e1 commit ffd2a46

65 files changed

Lines changed: 14 additions & 11243 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.config/nextest.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ threads-required = "num-test-threads"
3939
retries = 4
4040
filter = '''
4141
(package(iota) and (test(test_faucet_batch) or test(test_faucet_batch_concurrent_requests)))
42-
or (package(iota-benchmark) and (test(test_simulated_load_restarts) or test(test_simulated_load_rolling_restarts_all_validators) or test(test_simulated_load_shared_object_congestion_control)))
4342
or (package(iota-e2e-tests) and (test(test_reconfig_with_committee_change_stress_determinism) or test(test_full_node_load_migration_data) or test(test_full_node_sync_flood_determinism) or test(test_passive_reconfig_determinism) or test(test_hash_collections) or test(test_net_determinism) or test(test_apy) or test(test_fullnode_traffic_control_spam_delegated)))
4443
or (package(iota-graphql-rpc) and test(test_epoch_data))
4544
or (package(iota-network-stack) and test(ip6))

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
/crates/iota-analytics-indexer-derive/ @iotaledger/infrastructure
1212
/crates/iota-archival/ @iotaledger/node
1313
/crates/iota-authority-aggregation/ @iotaledger/node @iotaledger/consensus
14-
/crates/iota-benchmark/ @iotaledger/node
1514
/crates/iota-cluster-test/ @iotaledger/infrastructure
1615
/crates/iota-common/ @iotaledger/core-protocol
1716
/crates/iota-config/ @iotaledger/node

.github/crates-filters.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ iota-archival:
1010
- "crates/iota-archival/**"
1111
iota-authority-aggregation:
1212
- "crates/iota-authority-aggregation/**"
13-
iota-benchmark:
14-
- "crates/iota-benchmark/**"
1513
iota-cluster-test:
1614
- "crates/iota-cluster-test/**"
1715
iota-common:

.github/workflows/_rust_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@ jobs:
246246
steps:
247247
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
248248

249-
- name: benchmark (smoke)
250-
run: |
251-
cargo run --package iota-benchmark --bin stress -- --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 24 --num-transfer-accounts 2 bench --target-qps 100 --num-workers 10 --transfer-object 50 --shared-counter 50 --run-duration 10s --stress-stat-collection
252-
253249
- name: doctests
254250
run: |
255251
cargo test --doc

.github/workflows/crate_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
2424
with:
2525
command: doc
26-
args: --workspace --exclude "iota-benchmark" --no-deps
26+
args: --workspace --no-deps
2727

2828
- name: Deploy documentation
2929
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0

Cargo.lock

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ members = [
6868
"crates/iota-analytics-indexer-derive",
6969
"crates/iota-archival",
7070
"crates/iota-authority-aggregation",
71-
"crates/iota-benchmark",
7271
"crates/iota-cluster-test",
7372
"crates/iota-common",
7473
"crates/iota-config",
@@ -386,7 +385,6 @@ iota-analytics-indexer = { path = "crates/iota-analytics-indexer" }
386385
iota-analytics-indexer-derive = { path = "crates/iota-analytics-indexer-derive" }
387386
iota-archival = { path = "crates/iota-archival" }
388387
iota-authority-aggregation = { path = "crates/iota-authority-aggregation" }
389-
iota-benchmark = { path = "crates/iota-benchmark" }
390388
iota-cluster-test = { path = "crates/iota-cluster-test" }
391389
iota-common = { path = "crates/iota-common", default-features = false }
392390
iota-config = { path = "crates/iota-config" }

crates/iota-benchmark/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/iota-benchmark/Cargo.toml

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

crates/iota-benchmark/build.rs

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

0 commit comments

Comments
 (0)