Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Mar 22, 2021
1 parent 2e536ad commit 7d171bf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions bench_wizard/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@
# TODO: need as configurable option
DIFF_MARGIN = 10 # percent

COMMAND = [
"cargo",
"run",
"--release",
"--features=runtime-benchmarks",
"--manifest-path=node/Cargo.toml",
"--",
"benchmark",
"--chain=dev",
"--steps=5",
"--repeat=20",
"--extrinsic=*",
"--execution=wasm",
"--wasm-execution=compiled",
"--heap-pages=4096",
]


class Benchmark:
""" Represents single benchmark"""
Expand Down

0 comments on commit 7d171bf

Please sign in to comment.