Skip to content

Commit

Permalink
Adding coalton-based benchmark system
Browse files Browse the repository at this point in the history
  • Loading branch information
Izaakwltn committed Oct 10, 2024
1 parent 194c079 commit 22ff8c4
Show file tree
Hide file tree
Showing 19 changed files with 1,205 additions and 377 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ web-docs:
bench:
COALTON_ENV=release sbcl --noinform \
--non-interactive \
--eval "(ql:quickload :coalton/benchmarks :silent t)" \
--eval "(sb-ext::without-gcing (coalton-benchmarks:run-benchmarks))"
--eval "(ql:quickload :coalton/benchmarks :silent t)" \
--eval "(coalton-benchmarks:run-coalton-benchmarks)"

.PHONY: parser-coverage
parser-coverage:
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/README.md → benchmarking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

`(in-package #:coalton-benchmarks)`

`(run-benchmarks)`
`(run-coalton-benchmarks)`
Loading

0 comments on commit 22ff8c4

Please sign in to comment.