Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 497 Bytes

CaseWhenEnumVsCaseWhenString

Benchmark to compare the performance difference between case when checking an enum value, as compared to case when checking a string. This is a benchmark script using https://crystal-lang.org/

Usage

  • crystal benchmark.cr --release

Current Results

Contribution

Feel free to contribute to make the benchmark better! All PRs are welcome.

Thanks for reading, and have a wonderful day!