RESOLVED - # 99: Change StringBuffer deleteCharAt() to integer

http://bugs.koc.se/view.php?id=99
This commit is contained in:
Ziver Koc 2011-09-20 17:18:25 +00:00
parent a1acca0545
commit e46ecc1dca
10 changed files with 99 additions and 66 deletions

View file

@ -5,18 +5,13 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
import com.carrotsearch.junitbenchmarks.AbstractBenchmark;
import com.carrotsearch.junitbenchmarks.BenchmarkOptions;
import zutil.parser.DataNode;
import zutil.parser.json.JSONParser;
public class JSONTest extends AbstractBenchmark{
public static final int ITERATION = 200;
public class JSONTest{
@Test
@BenchmarkOptions(benchmarkRounds = ITERATION)
public void JSONParser() {
JSONParser parser = new JSONParser();