jsbench 0.2.1 copy "jsbench: ^0.2.1" to clipboard
jsbench: ^0.2.1 copied to clipboard

Dart 1 only

Dart->JS Size and Performance Tool

0.2.1 #

  • Supports reading from the .tar file format when --archive=tar is passed.

This is an experimental feature that has only been tested on UNIX systems; it allows listing and reading files from within supported archive formats as-if the archive was just a folder on disk. Imagine the following:

output/
  bar.dart.js
  build.tar

Previously, jsbench would only "see" output/bar.dart.js.

Now, jsbench --archive=tar would also read the contents of build.tar and process as-if build.tar was actually the name of a folder. So, if there was a .dart.js file in, it would also be found and processed by jsbench.

0.2.0 #

  • Collapses libraries from a package. Use --no-collapse-package to opt-out.

0.1.0 #

  • Initial commit. See README.md for example usage.
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Dart->JS Size and Performance Tool

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

archive, args, glob, kilobyte, path

More

Packages that depend on jsbench