PHP Class PhpBench\Benchmark\Baseline\Baselines

See also: PhpBench\Benchmark\BaselineManager
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
fwriteFread ( $revs ) Open a file, write a string to it $revs times, then read each line back.
md5 ( $revs ) Calculate an md5 hash.
nothing ( $revs ) Do nothing.

Method Details

fwriteFread() public static méthode

Open a file, write a string to it $revs times, then read each line back.
public static fwriteFread ( $revs )

md5() public static méthode

Calculate an md5 hash.
public static md5 ( $revs )

nothing() public static méthode

Do nothing.
public static nothing ( $revs )