@bunchmark/web

1.0.0-pre-15 • Public • Published

@bunchmark/run

This contains the Web-related routines. At this point just an iframe-based task compiler.

// for client-side code:
import {run} from '@bunchmark/core'
import {compiler} from '@bunchmark/web'

await run(
    {
        tasks: [/*see the core documentation*/],
        compiler // this will sandbox the benchmark code in an iframe,
        html
    }
)

Package Sidebar

Install

npm i @bunchmark/web

Weekly Downloads

8

Version

1.0.0-pre-15

License

ISC

Unpacked Size

4.91 kB

Total Files

6

Last publish

Collaborators

  • pygy