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 <ga94...@mytum.de> 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-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.
>

-- 
-- 
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