]> Repositorios git - scryer-prolog.git/commit
Add benchmarks using library interface
authorinfogulch <[email protected]>
Sat, 11 Nov 2023 17:22:02 +0000 (11:22 -0600)
committerJoe Taber <[email protected]>
Sat, 11 Nov 2023 19:32:34 +0000 (13:32 -0600)
commit8570f119c0283fd414ed35514e9ee86e11e41cce
tree97f2f7310681d36f052c7b8c768db1b0e189f6e9
parent1656d9d7ad25b8b098e11a871ee7b487a928e215
Add benchmarks using library interface
12 files changed:
.github/actions/setup-rust/action.yml
.github/actions/setup-rust/cleanup.sh [new file with mode: 0755]
.github/workflows/ci.yml
Cargo.lock
Cargo.toml
benches/README.md [new file with mode: 0644]
benches/edges.pl [new file with mode: 0644]
benches/numlist.pl [new file with mode: 0644]
benches/run_criterion.rs [new file with mode: 0644]
benches/run_iai.rs [new file with mode: 0644]
benches/setup.rs [new file with mode: 0644]
src/machine/lib_machine.rs