coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.12k stars 67 forks source link

Benchmark sanitization and minor additions #1207

Open Izaakwltn opened 1 month ago

Izaakwltn commented 1 month ago

Addressing issue #1204, this sanitizes the directory while we figure out how to replace trivial-benchmarks.

This also adds two benchmarks from the Benchmarks Game, with hopeful additions coming soon.

I think next steps (for future PR(s)) should include a simple Coalton benchmarking framework, ideally without external dependencies, and incorporation of benchmarks into CI.

Izaakwltn commented 1 month ago

Whoops, I thought I marked it as a draft