Skip to content

kirkconnell/RedGate-Performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Welcome to RedGate Performance Tests

The goal of this project is to gather performance information of a RedGate server. To do so this rails project defines two things:

== 1. A Test Message Receiver Web Server
A web server that exposes resources where the test messages will be stored. RedGate will send through ActiveRecord. The following resources will be available for storing test messages:

scalar_message => a single integer message
string_message => a single 20 char message
big_string_message => a single 255 char message

scalar_array_message => a message with 10 integer fields
string_array_message => a message with 10 20 char fields
big_string_array_message => a message with 10 255 char fields

scalar_big_array_message => a message with 100 integer fields
string_big_array_message => a message with 100 20 char fields
big_string_big_array_message => a message with 100 255 char fields


== 2. A Set of Rake Tasks for Sending Test Messages
A set of rake tasks will be added to connect through ActiveResource to RedGate and send the test messages.

About

Performance Testing for RedGate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published