@bunchmark/web
v1.0.0-pre-15
Published
The bunchmark web-related routines.
Downloads
21
Readme
@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
}
)