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

org.ligoj.bootstrap.dao.system.BenchResult Maven / Gradle / Ivy

There is a newer version: 3.1.22
Show newest version
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.bootstrap.dao.system;

import lombok.Getter;
import lombok.Setter;

/**
 * Bench result.
 */
@Getter
@Setter
public class BenchResult {

	/**
	 * Bench duration.
	 */
	private long duration;

	/**
	 * Managed entries.
	 */
	private int entries;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy