Package jetbrains.buildServer.agent.impl
Class CpuBenchmarkCalculator
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.CpuBenchmarkCalculator
-
public class CpuBenchmarkCalculator extends Object
Computes performance index based on benchmark called "Mandelbrot". The code is taken from: http://www.stefankrause.net/wp/?p=4 based on benchmark written in C++: http://shootout.alioth.debian.org/gp4/benchmark.php?test=mandelbrot&lang=all
-
-
Constructor Detail
-
CpuBenchmarkCalculator
public CpuBenchmarkCalculator(BuildAgent agent)
-
-