i ran this single_node_performance.py by the script π
./testsuite/performance_benchmark.sh --short
however, this makes an error looks like:
WARNING: using uncalibrated TPS for RunGroupKey(transaction_type='coin_transfer_connected_components', module_working_set_size=1, executor_type='sharded')
Testing RunGroupKey(transaction_type='coin_transfer_connected_components', module_working_set_size=1, executor_type='sharded')
Traceback (most recent call last):
File "./testsuite/single_node_performance.py", line 804, in <module>
raise Exception(f"executor type not supported {test.key.executor_type}")
Exception: executor type not supported sharded
At my glance,
line 282 to 291 in testsuite/single_node_performance.py includes tests with executor_type="sharded"
but from line 784 to 801 does not includes the executor type "shared"
Maybe it seems shared test is deprecated.