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

Refactor: disabled gossip for performance test

parent e552cf67
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ import ( ...@@ -6,7 +6,6 @@ import (
"github.com/iotaledger/goshimmer/plugins/autopeering" "github.com/iotaledger/goshimmer/plugins/autopeering"
"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"
"github.com/iotaledger/goshimmer/plugins/gracefulshutdown" "github.com/iotaledger/goshimmer/plugins/gracefulshutdown"
"github.com/iotaledger/goshimmer/plugins/metrics" "github.com/iotaledger/goshimmer/plugins/metrics"
"github.com/iotaledger/goshimmer/plugins/statusscreen" "github.com/iotaledger/goshimmer/plugins/statusscreen"
...@@ -24,7 +23,7 @@ func main() { ...@@ -24,7 +23,7 @@ func main() {
cli.PLUGIN, cli.PLUGIN,
autopeering.PLUGIN, autopeering.PLUGIN,
gossip.PLUGIN, gossip.PLUGIN,
gossip_on_solidification.PLUGIN, //gossip_on_solidification.PLUGIN,
tangle.PLUGIN, tangle.PLUGIN,
//bundleprocessor.PLUGIN, //bundleprocessor.PLUGIN,
analysis.PLUGIN, analysis.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