Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 365 Bytes

read_excel

Benchmark Simple xlsx reader vs Creek

how does it works?

$ git clone https://github.com/JuIturra/read_excel.git
$ ruby ./read_excel/lib/main.rb

Benchmark

ruby: 3.0.3

            user     system      total        real
Simple:   4.311004   0.055678   4.366682 (  4.366800)
Creek :   3.110640   0.008020   3.118660 (  3.118712)