Hi Jakob,

Thanks for your answer. Originally, I focused on the Telemetry testing 
framework, and the trace files, such as .html and .json files, were 
generated. But I need still to figure out the Javascript execution 
durations from the .html files. So I expect to get some pure JS on 
real-world websites. Thanks again. 

Best Regards,
Michael

On Wednesday, August 30, 2017 at 7:35:03 PM UTC+2, Jakob Kummerow wrote:
>
> Hi Michael,
>
> extracting JavaScript from websites is really difficult, due to the fact 
> that it usually interacts with the DOM and the network (as well as possibly 
> various browser APIs like Service Workers, IndexedDB, etc). If you find a 
> good way to do this, please let us know!
>
> The best solution we have so far is Web Page Replay 
> <https://github.com/chromium/web-page-replay>. It requires a full 
> browser, not just d8.
>
> Good luck!
>
> Jakob
>
> On Wed, Aug 30, 2017 at 8:42 AM, michael lee <ga9...@mytum.de 
> <javascript:>> wrote:
>
>> Hi guys,
>>
>> I am new to v8 and trying to test v8 javascript engine performance with 
>> the pure javascript on some top real-world websites, such as youtube, 
>> facebook, etc.
>> I know how to test v8 with octane benchmark suite, but expect to run some 
>> JS on real-world websites.
>> Very appreciate it.
>>
>> Best Regards.
>>
>> -- 
>> -- 
>> v8-users mailing list
>> v8-u...@googlegroups.com <javascript:>
>> http://groups.google.com/group/v8-users
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "v8-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to v8-users+u...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to