Refactoring code
Abierto
Suggestion
- Lenguaje dominante
- Ruby
- Estrellas
- 5.7k
- Forks
- 371
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I noticed that many examples in `code/` do not match the template.
```ruby
require "benchmark/ips"
def fast
end
def slow
end
Benchmark.ips do |x|
x.report("fast code description") { fast }
x.report("slow code description") { slow }
x.compare!
end
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.