Reduce number of runs to 1
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
4d01cbfb62
commit
e0b72ba049
@ -939,7 +939,7 @@ func testCompetitiveMessageSelection(t *testing.T, rng *rand.Rand, getPremium fu
|
|||||||
totalOptimalCapacity := 0.0
|
totalOptimalCapacity := 0.0
|
||||||
totalOptimalReward := 0.0
|
totalOptimalReward := 0.0
|
||||||
totalBestTQReward := 0.0
|
totalBestTQReward := 0.0
|
||||||
const runs = 50
|
const runs = 1
|
||||||
for i := 0; i < runs; i++ {
|
for i := 0; i < runs; i++ {
|
||||||
// 2. optimal selection
|
// 2. optimal selection
|
||||||
minersRand := rng.Float64()
|
minersRand := rng.Float64()
|
||||||
|
Loading…
Reference in New Issue
Block a user