Skip to content
Snippets Groups Projects
Commit e552cf67 authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: disabled bundle processor for performance test

parent 844f6571
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ import ( ...@@ -4,7 +4,6 @@ import (
"github.com/iotaledger/goshimmer/packages/node" "github.com/iotaledger/goshimmer/packages/node"
"github.com/iotaledger/goshimmer/plugins/analysis" "github.com/iotaledger/goshimmer/plugins/analysis"
"github.com/iotaledger/goshimmer/plugins/autopeering" "github.com/iotaledger/goshimmer/plugins/autopeering"
"github.com/iotaledger/goshimmer/plugins/bundleprocessor"
"github.com/iotaledger/goshimmer/plugins/cli" "github.com/iotaledger/goshimmer/plugins/cli"
"github.com/iotaledger/goshimmer/plugins/gossip" "github.com/iotaledger/goshimmer/plugins/gossip"
gossip_on_solidification "github.com/iotaledger/goshimmer/plugins/gossip-on-solidification" gossip_on_solidification "github.com/iotaledger/goshimmer/plugins/gossip-on-solidification"
...@@ -27,7 +26,7 @@ func main() { ...@@ -27,7 +26,7 @@ func main() {
gossip.PLUGIN, gossip.PLUGIN,
gossip_on_solidification.PLUGIN, gossip_on_solidification.PLUGIN,
tangle.PLUGIN, tangle.PLUGIN,
bundleprocessor.PLUGIN, //bundleprocessor.PLUGIN,
analysis.PLUGIN, analysis.PLUGIN,
gracefulshutdown.PLUGIN, gracefulshutdown.PLUGIN,
tipselection.PLUGIN, tipselection.PLUGIN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment