Skip to content

Commit

Permalink
change threads to 6 in stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ancavar committed May 31, 2024
1 parent ab03703 commit 499aaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions task1/src/test/kotlin/LockFreeStackTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ class LockFreeStackTest {
.iterations(50)
.invocationsPerIteration(1000)
.checkObstructionFreedom()
.check(this::class.java)
.check(this::class)

@Test
fun stressTest() =
StressOptions()
.threads(3)
.threads(6)
.actorsPerThread(3)
.actorsAfter(1)
.iterations(50)
Expand Down

0 comments on commit 499aaf1

Please sign in to comment.