Bug #12763
Updated by shyouhei (Shyouhei Urabe) about 8 years ago
Before https://github.com/ruby/ruby/commit/b402cc7 ``` total: 2 trial(s) (2 trial(s) for 1 benchmark(s)) .. ----------------------------------------------------------- benchmark results: Execution time (sec) name ruby 2.4.0dev (2016-05-10 trunk 54967) [x86_64-linux] Posting results to Web UI.... securerandom 0.069 Log file: bmlog-20160915-094027.12689 total: 2 trial(s) (2 trial(s) for 1 benchmark(s)) securerandom: rss_kb=11104.0 securerandom: rss_kb=10988.0 ----------------------------------------------------------- benchmark results: Execution time (sec) name ruby 2.4.0dev (2016-05-10 trunk 54967) [x86_64-linux] ``` After ``` total: 2 trial(s) (2 trial(s) for 1 benchmark(s)) .. ----------------------------------------------------------- benchmark results: Execution time (sec) name ruby 2.4.0dev (2016-05-10 trunk 54968) [x86_64-linux] Posting results to Web UI.... securerandom 0.213 Log file: bmlog-20160915-094321.12723 total: 2 trial(s) (2 trial(s) for 1 benchmark(s)) securerandom: rss_kb=11136.0 securerandom: rss_kb=10896.0 ----------------------------------------------------------- benchmark results: Execution time (sec) name ruby 2.4.0dev (2016-05-10 trunk 54968) [x86_64-linux] ``` Do feel free to let me know if you need more information :)