From 0b02a6d123b2014705998c94ddf3d460948d3eac Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 10 May 2016 17:26:44 -0700 Subject: initial sabre upgrade (needs lots of work - to wit: authentication, redo the browser interface, and rework event export/import) --- vendor/sabre/vobject/bin/bench.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/sabre/vobject/bin/bench.php') diff --git a/vendor/sabre/vobject/bin/bench.php b/vendor/sabre/vobject/bin/bench.php index b949c8ea4..807b40777 100755 --- a/vendor/sabre/vobject/bin/bench.php +++ b/vendor/sabre/vobject/bin/bench.php @@ -5,8 +5,8 @@ include __DIR__ . '/../vendor/autoload.php'; $data = stream_get_contents(STDIN); -$start = microtime(true); +$start = microtime(true); $lol = Sabre\VObject\Reader::read($data); -echo "time: " . (microtime(true)-$start) . "\n"; +echo "time: " . (microtime(true) - $start) . "\n"; -- cgit v1.2.3