spring-concurrency-thread

codecov

Spring Boot Java Gradle JUnit5 JaCoCo Codecov GitHub Actions

관심사

정보

Counter-implementation Benchmark

name nThreads time (ms) memory (KB)
AtomicBatch 4 12 480
Atomic 1 14 318
AtomicBatch 1 30 240
Lock 1 61 241
Synchronized 1 61 241
Polling 1 78 463
CompletableFuture 1 158 25710

AtomicBatch vs Atomic

name nRequests time (ms) memory (KB)
AtomicBatch 2^21 - 1 12 480
AtomicBatch 2^22 - 1 24 538
AtomicBatch 2^23 - 1 42 572
AtomicBatch 2^30 - 1 5695 511
AtomicBatch 2^31 - 1 11621 294
Atomic 2^21 - 1 14 318
Atomic 2^22 - 1 27 244
Atomic 2^23 - 1 55 344
Atomic 2^30 - 1 7178 103
Atomic 2^31 - 1 14377 266