commit vendor
This commit is contained in:
12
vendor/sabre/vobject/bin/bench.php
vendored
Normal file
12
vendor/sabre/vobject/bin/bench.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
include __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
$data = stream_get_contents(STDIN);
|
||||
|
||||
$start = microtime(true);
|
||||
|
||||
$lol = Sabre\VObject\Reader::read($data);
|
||||
|
||||
echo 'time: '.(microtime(true) - $start)."\n";
|
||||
Reference in New Issue
Block a user