Open mkrielza opened 1 year ago
The solution here is to run caliper but ensure it skips the install phase, you can do this by either skipping the phase or only running a specific phase (Caliper has 5 phases which admittedly are poorly documented). To skip the install phase and thus work with an already deployed contract use the --caliper-flow-skip-install
option when launching caliper.
see #1589 for more details on skipping install
Please share the technical limitation of Caliper that you encountered.
Running benchmarks against an already deployed contract was not possible without changing the Ethereum connector.
Please detail your feature idea that could alleviate the limitation.
Allow for the case where no smart contracts need to be deployed by adding a contract address to the network configuration file.
Please share some details about your use case if possible, and how the new feature would make Caliper a better performance benchmarking framework.
It would allow the Ethereum connector to use an already deployed contract when running a benchmark.
Please share any suggestions about the new feature's code/configuration API (using formatted YAML segments or pseudo-code).