MiccWan / ncn-db-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncn-db-playground

A simple repository for performance testing purpose.

Simple Setup

  1. Clone the repository
git clone https://github.com/MiccWan/ncn-db-playground.git
cd ncn-db-playground
  1. Prepare your .env file

Run command below to create a .env file

cp .env.defaults .env

Then modify DATABASE_URL field to your postgresql server URL.

  1. Install required dependencies
yarn
  1. Run the test
node ./src/main.test.js

About


Languages

Language:JavaScript 100.0%