mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Renamed these tests to a shorter name so the test output still looks clean
This commit is contained in:
parent
f4f4b8a26b
commit
735921cd6f
@ -1,6 +1,6 @@
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class AtomicIntegerConcurrentTest {
|
||||
public class AtomicIntegerTest {
|
||||
private static void runTest(final boolean increment,
|
||||
final int threadCount,
|
||||
final int iterationsPerThread) {
|
@ -1,6 +1,6 @@
|
||||
import java.util.concurrent.atomic.AtomicLong;
|
||||
|
||||
public class AtomicLongConcurrentTest {
|
||||
public class AtomicLongTest {
|
||||
private static void runTest(final boolean increment,
|
||||
final int threadCount,
|
||||
final int iterationsPerThread) {
|
@ -1,7 +1,7 @@
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class AtomicReferenceConcurrentTest {
|
||||
public class AtomicReferenceTest {
|
||||
private static void runTest(final int threadCount,
|
||||
final int iterationsPerThread) {
|
||||
// we assume a 1ms delay per thread to try to get them all to start at the same time
|
Loading…
Reference in New Issue
Block a user