Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820587
bench.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
229 B
Subscribers
None
bench.php
View Options
#!/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
"
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 6:16 AM (4 d, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915427
Default Alt Text
bench.php (229 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment