test/jdk/java/net/httpclient/MappingResponseSubscriber.java
branchhttp-client-branch
changeset 56775 cc4918aedfe7
parent 56771 73a6534bce94
child 56795 03ece2518428
equal deleted inserted replaced
56774:51005613a367 56775:cc4918aedfe7
    86     String http2URI_fixed;
    86     String http2URI_fixed;
    87     String http2URI_chunk;
    87     String http2URI_chunk;
    88     String https2URI_fixed;
    88     String https2URI_fixed;
    89     String https2URI_chunk;
    89     String https2URI_chunk;
    90 
    90 
    91     static final int ITERATION_COUNT = 10;
    91     static final int ITERATION_COUNT = 3;
    92     // a shared executor helps reduce the amount of threads created by the test
    92     // a shared executor helps reduce the amount of threads created by the test
    93     static final Executor executor = Executors.newCachedThreadPool();
    93     static final Executor executor = Executors.newCachedThreadPool();
    94 
    94 
    95     @DataProvider(name = "variants")
    95     @DataProvider(name = "variants")
    96     public Object[][] variants() {
    96     public Object[][] variants() {