Skip to content
/ pspec Public

Improvement of parallel_spec gem for PostgreSQL database

Notifications You must be signed in to change notification settings

FUT/pspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pspec

This gem depends on parallel_tests. Check it's page for installation instructions.

Gem pspec determines optimal processors count ( OPC ) as processors count - 1

Install

Add to your Gemfile inside development group. gem 'pspec'

Usage

rake pspec

Runs pspec:prepare and pspec:run consequentially.

rake pspec:full_prepare

Migrates your database, prepares your test database, clones your test database OPC times.

rake pspec:prepare

Clones your test database OPC times.

rake pspec:run

Runs your specs in parallel using OPC processors.

About

Improvement of parallel_spec gem for PostgreSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages