Skip to content

Commit

Permalink
uriInfo optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
patriot1burke committed Jan 26, 2014
1 parent 237f69b commit 63049e3
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -54,10 +54,10 @@ public void testUri() throws Exception
@Test
public void testCleartext() throws Exception
{
//final int WARMUP = 10;
//final int INTERATIONS = 100;
final int WARMUP = 1000;
final int INTERATIONS = 1000000;
final int WARMUP = 10;
final int INTERATIONS = 100;
//final int WARMUP = 1000;
//final int INTERATIONS = 1000000;

ResteasyDeployment deployment = new ResteasyDeployment();
deployment.start();
Expand Down

0 comments on commit 63049e3

Please sign in to comment.