/* public domain rewrite of finite(3) */ int finite(n) double n; { return !isnan(n) && !isinf(n); } ef='https://git.ruby-lang.org/ruby.git/atom/benchmark/vm_mutex.yml?h=v3_3_0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/benchmark/vm_mutex.yml
AgeCommit message (Expand)Author
2020-04-13Unify vm benchmark prefixes to vm_ (#3028)Takashi Kokubun