~tsubomi

har-remix

v8.0.0
Server HAR archive with loose matching and hooks to alter responses.

ember-vendor-split

v2.0.0
Splits the vendor.js into two files: dynamic (vendor.js) and static (vendor-static.js)

tracerbench

v8.0.1
CLI for TracerBench

@tracerbench/har

v8.0.0
HAR json typescript interfaces

@tracerbench/find-chrome

v2.0.0
Small wrapper for chrome-launcher to extract just finding chrome.

@tracerbench/message-transport

v2.0.0
Types only package that has the interfaces for connecting a message transport.

@tracerbench/protocol-transport

v2.0.0
Adapts a `AttachMessageTransport` function defined in `@tracerbench/message-transport` into an `AttachProtocolTransport<SessionId>` function which is used to create a send function.

@tracerbench/protocol-connection

v2.0.0
Adapts a message transport into a [devtools protocol](https://chromedevtools.github.io/devtools-protocol/) connection.

@tracerbench/spawn

v2.0.0
High level spawn API for spawning process with a connection to the DevTools protocol.

@tracerbench/spawn-chrome

v2.0.0
Spawn api for chrome that combines `@tracerbench/find-chrome` with the pipe message transport of `@tracerbench/spawn` and a tmp user data directory and some default chrome flags for automation.

@tracerbench/websocket-message-transport

v2.0.0
Adapts the `ws` node module into a message transport.

@tracerbench/core

v8.0.1
Benchmark runner for trace metrics

@tracerbench/stats

v8.0.1
Stats class written in TS-Node

@tracerbench/trace-event

v8.0.0
Chrome Trace Events interfaces

@tracerbench/trace-model

v8.0.0
Minimal model of Chrome TraceEvents