Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azk-benchmark

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azk-benchmark

azk's benchmarking tool

  • 0.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Weekly downloads
 
Created
Source

azk-benchmark

azk's benchmarking tool

Features

  • Choose which azk version to use.
  • Uses azkdemo as default project but this is configurable
  • Provision execution
  • Benchmarks several azk commands
  • Can send all results to some Keen.IO repo

Install

npm install azk-benchmark -g

Run

  $ azk-benchmark             # will run with default azk binary
  $ azk-benchmark azk         # will run with azk
  $ azk-benchmark azk --send  # run and send to Keen.IO

  # you can customize all configuration, like this:
  $ azk-benchmark azk --git-repo=azukiapp/azkdemo \
                      --dest-path=/tmp/azkdemo_benchmark \
                      --git-ref=benchmark  \
                      --send
Verbose level
  $ azk-benchmark azk       # just show results table
  $ azk-benchmark azk -v    # shows each result
  $ azk-benchmark azk -vv   # shows each result and spawn output

Configure Keen.IO keys

You can also create a .env file

export AZK_BENCHMARK_KEEN_IO_PROJECTID=qweasd
export AZK_BENCHMARK_KEEN_IO_WRITEKEY=qweasd

Test and run locally

npm test
node ./bin/azk-benchmark.js -h

Keywords

FAQs

Package last updated on 11 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc