Shopify / yjit-bench

Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.
MIT License
87 stars 22 forks source link

Skip set_bench_config for Intel if already set #263

Closed k0kubun closed 10 months ago

k0kubun commented 10 months ago

pstate doesn't need to be modified if it's already in the desired state. Similarly to AMD https://github.com/Shopify/yjit-bench/pull/198, this PR skips it for Intel if it doesn't need to be modified.