mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Dev, dev and dev. Also, docs, docs and docs.
This commit is contained in:
15
benchmark/scripts/run.php
Normal file
15
benchmark/scripts/run.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
$opt = getopt("", array(
|
||||
"engine:",
|
||||
"template:",
|
||||
"data:",
|
||||
"double",
|
||||
"message:"
|
||||
));
|
||||
|
||||
require_once __DIR__.'/bootstrap.php';
|
||||
|
||||
extract($opt);
|
||||
|
||||
Benchmark::$engine($template, json_decode(file_get_contents($data), true), isset($double), $message);
|
Reference in New Issue
Block a user