This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
Ruby on Rails Polymorphic Relation Benchmarking Nick Gauthier (nick@smartlogicsolutions.com) I created this app to test the polymorphic relationships in rails. Specifically, I wanted to know if using strings for comparison was slower than using a manual linking table via integers. I created four linking tables, two with strings and two with integers. One of each type has an index on the type, the other does not. Please expand upon my benchmarks to find the fastest way possible to create and (more importantly) find these links. Edit the file test/test_helper.rb to set parameters. Run with "rake" -Nick








