Search code examples
javaprogramming-languagesjrubyperformance-testingmicrobenchmark

How to get jruby benchmark tests and frameworks for "Compute Language Benchmark Game"


I built a Java package for JDK and the API aims to improve the some dynamic type language interpreters, e.g., JRuby. I want to have the general performance improvement by this package. Therefore, some benchmark tests are important.

I google the and find there is one benchbark: Computer Language Benchmark Game. From the webpage, there are some performance comparision for the JRuby vs Ruby. But when i searched the benchmark tests, nothing JRuby test cases are found. There is only test frameworks (no JRuby test): https://github.com/kragen/shootout and Benchmarks

Anyone can provide information how to get ALl source code (both bencher framework and JRuby tests cases)? Thanks /


Solution

  • all source code

    bencher framework