summaryrefslogtreecommitdiff
path: root/bench/bench_struct_field.rb
Commit message (Expand)AuthorAgeFilesLines
* Namespace all benchmarks since they are loaded into one processLars Kanis2020-01-091-65/+67
* Use require_relative 'bench_helper' for all benchmarksBenoit Daloze2019-02-021-3/+1
* update/correct benchmarkstduehr2014-06-241-13/+0
* Unroll some benchmark loopsWayne Meissner2012-09-151-5/+20
* Convert some benchmarks to use a loop instead of a block - block dispatch ove...Wayne Meissner2012-04-211-7/+26
* Use a st_table for struct field lookup instead of rb_hash methods to gain abo...Wayne Meissner2010-08-201-1/+1
* Fix namespace issuesWayne Meissner2009-03-191-3/+3
* Split the Struct field accesses benchmarks out into a separate benchmark scriptWayne Meissner2009-01-161-0/+56