You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deprecated/stately-collections/src/commonTest/kotlin/co/touchlab/stately/collections/SharedLinkedListTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,8 @@ class LinkedListTest {
308
308
309
309
@Test
310
310
funmtNodeAdd() {
311
-
valLOOPS=100
312
-
valDOOPS=100
311
+
valLOOPS=20
312
+
valDOOPS=20
313
313
val ll =SharedLinkedList<ListData>().freeze()
314
314
val nodeList = mutableListOf<AbstractSharedLinkedList.Node<ListData>>()
Copy file name to clipboardExpand all lines: deprecated/stately-collections/src/commonTest/kotlin/co/touchlab/stately/collections/SharedLruCacheTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ class SharedLruCacheTest {
283
283
@Test
284
284
funmtPutStress() {
285
285
valCACHE_SIZE=100
286
-
valLOOPS=5000
286
+
valLOOPS=100
287
287
288
288
val count =AtomicInt(0)
289
289
val ops =ThreadOperations<SharedLruCache<String, MapData>> {
0 commit comments