File tree Expand file tree Collapse file tree 6 files changed +447
-540
lines changed
tx_pool_throughput_analysis Expand file tree Collapse file tree 6 files changed +447
-540
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ import (
3838 runtaskoptions "github.com/noku-team/assertoor/pkg/coordinator/tasks/run_task_options"
3939 runtasks "github.com/noku-team/assertoor/pkg/coordinator/tasks/run_tasks"
4040 runtasksconcurrent "github.com/noku-team/assertoor/pkg/coordinator/tasks/run_tasks_concurrent"
41- txpoollatencyanalysis "github.com/noku-team/assertoor/pkg/coordinator/tasks/tx_pool_latency_analysis"
42- txpoolthroughputanalysis "github.com/noku-team/assertoor/pkg/coordinator/tasks/tx_pool_throughput_analysis"
43- txpoolclean "github.com/noku-team/assertoor/pkg/coordinator/tasks/tx_pool_clean"
4441 sleep "github.com/noku-team/assertoor/pkg/coordinator/tasks/sleep"
42+ txpoolclean "github.com/noku-team/assertoor/pkg/coordinator/tasks/tx_pool_clean"
43+ txpoolthroughputanalysis "github.com/noku-team/assertoor/pkg/coordinator/tasks/tx_pool_throughput_analysis"
4544)
4645
4746var AvailableTaskDescriptors = []* types.TaskDescriptor {
@@ -80,7 +79,7 @@ var AvailableTaskDescriptors = []*types.TaskDescriptor{
8079 runtaskoptions .TaskDescriptor ,
8180 runtasks .TaskDescriptor ,
8281 runtasksconcurrent .TaskDescriptor ,
83- txpoollatencyanalysis .TaskDescriptor ,
82+ txpoolthroughputanalysis .TaskDescriptor ,
8483 txpoolthroughputanalysis .TaskDescriptor ,
8584 txpoolclean .TaskDescriptor ,
8685 sleep .TaskDescriptor ,
Original file line number Diff line number Diff line change 1- package txpoollatencyanalysis
1+ package txpool_latency_analysis
22
33type Config struct {
44 PrivateKey string `yaml:"privateKey" json:"privateKey"`
You can’t perform that action at this time.
0 commit comments