1.0.0-pre-15 • Published 2 months ago

@bunchmark/web v1.0.0-pre-15

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

@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
    }
)
1.0.0-pre-12

2 months ago

1.0.0-pre-14

2 months ago

1.0.0-pre-13

2 months ago

1.0.0-pre-15

2 months ago

1.0.0-pre-10

2 months ago

1.0.0-pre-9

2 months ago

1.0.0-pre-8

2 months ago

1.0.0-pre-7

2 months ago

1.0.0-pre-11

2 months ago

1.0.0-pre-6

3 months ago

1.0.0-pre-5

3 months ago

1.0.0-pre-4

4 months ago

1.0.0-pre-2

4 months ago

1.0.0-pre-1

4 months ago