Sha256: 456972ad3141757e101c03f2859a24c50ebe2ba23495345949aa49f27e41cec3
Contents?: true
Size: 321 Bytes
Versions: 7
Compression:
Stored size: 321 Bytes
Contents
# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved. # This is free software with ABSOLUTELY NO WARRANTY. # You can redistribute it and/or modify it under the terms of the GNU GPL 2. require 'md5' require 'benchmark' Benchmark.bm {|x| x.report { 100000.times { t = MD5.hexdigest('t') } } }
Version data entries
7 entries across 7 versions & 2 rubygems