summaryrefslogtreecommitdiff
path: root/bench/bench_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* RUBY_ENGINE is defined since Ruby 1.9, no need to check if defined?()Benoit Daloze2020-03-291-2/+1
* ffi C extension is only required on MRILars Kanis2020-03-281-1/+2
* Fix C extension filename in bench_helper.rb for other platformsBenoit Daloze2019-02-021-1/+2
* Share code to compile libtest and require it from benchmarks tooBenoit Daloze2019-02-021-1/+3
* Make sure the C extension is compiled before running benchmarksBenoit Daloze2019-02-021-1/+8
* Fix bench_helper to use FFI from the repository and not the gemBenoit Daloze2019-02-021-3/+5
* Fix path to libtest in benchmarksBenoit Daloze2019-01-311-1/+1
* Use a st_table for struct field lookup instead of rb_hash methods to gain abo...Wayne Meissner2010-08-201-1/+1
* Update & tweak some benchmarksWayne Meissner2009-09-141-0/+1
* Fixup for api changesWayne Meissner2009-08-201-7/+0
* move the call[0,1,2,3] monkey patching into bench_helper.rbWayne Meissner2008-11-211-1/+8
* Add more benchmarksWayne Meissner2008-11-191-0/+5