Skip to content

Releases: wbotelhos/rspeed

v0.7.0

08 Feb 16:12
Compare
Choose a tag to compare

v0.7.0

News

  • Prints pipe info into a table on the console;
  • The previous result is keeped alive for further checks;
  • Adds final report show actual, added and removed;

v0.6.0

07 Feb 20:17
Compare
Choose a tag to compare

v0.6.0

Break Change

  • Drops RSPEED_RESULT_KEY key in favor of RSPEED_NAME;
  • Renames env RSPEED_NAME to RSPEED_APP;

News

  • Adds env RSPEED_SPEC_PATH to indicate the spec folders path;
  • Saves pipes and profiles with a zero at the beginning;
  • Makes sure examples is unique;

v0.5.2

07 Feb 02:14
Compare
Choose a tag to compare

v0.5.2

Fix

  • Avoid duplicate entries in the consolidated result;

Update

  • CSV dependency dropped;
  • Drops tmp key in favor of profile keys fetch;

v0.5.1

05 Feb 23:15
Compare
Choose a tag to compare

Fix

  • Only pipe number 1 will warm up avoiding duplicated spec entries;

v0.5.0

06 Dec 15:45
Compare
Choose a tag to compare

Fix

  • Add env RSPEED_NAME to specify the application name and avoid result conflicts between multiple runs;
  • No more depends on pipe sequence to generate ou aggregate the resul;
  • rake rspeed:install;

Update

  • The result of the pipes are no more saved on Redis. It's now calculated based on result key rspeed;