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

sequelize-benchmark

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-benchmark

benchmark for sequelize orm

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Sequelize Benchmark

Benchmark which is used to record sequelize performance trends.

Config

It support all possible sequelize environment configuration. Following ENV varibales are available generally


`SEQ_USER`, Username for database
`SEQ_PW`, Password for database
`SEQ_DB`, Database name
`SEQ_HOST`, Host addresss
`SEQ_POOL_MAX`, Maximum concurrent connection
`SEQ_POOL_MIN`, Minimum concurrent connection
`DIALECT`, Dialect to use , `mysql` default

Usage

TLDR;

cd /path/to/sequelize
npm link
cd /path/to/sequelize-benchmark
npm link sequelize
npm run <test-mysql | test-pg | test-sqlite | test-pg-native | test-mssql>

STEPS

Open your local sequelize development path

  cd /path/to/sequelize

Link current repo with sequelize symlink

  npm link #may be --production as well

Clone the repository via

  git clone https://github.com/sushantdhiman/sequelize-benchmark

Open the sequelize-benchmark path

  cd /path/to/sequelize-benchmark

Install required node modules

  npm install

Now use the sequelize from your local path

  npm link sequelize #use your local sequelize

Run benchmark

  npm run <test-mysql | test-pg | test-sqlite | test-pg-native | test-mssql>

Keywords

FAQs

Package last updated on 28 May 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