All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nuggets.benchmark.Test Maven / Gradle / Ivy

The newest version!
package nuggets.benchmark;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;

import nuggets.Nuggets;

/**
 *  Testcases for writer and reader.
 */
public class Test //extends TestCase
{
	//-------- methods --------
	
	/**
	 *  Main for testing single methods.
	 */
	public static void main(String[] args)
	{
		Test t = new Test();
		
		try
		{
			int cnt = 1000;
			long start = System.currentTimeMillis();
			for(int i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy