1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 21:17:45 +00:00
Commit graph

9 commits

Author SHA1 Message Date
d5b3b8a468 Run cargo fmt 2024-04-20 13:18:03 -04:00
7c63474175 Replace/remove criterion, walkdir, and system-deps
These are giant dependencies that for some reason pull in winapi(???)
and we actually don't need all of their features.

Criterion can be replaced with brunch, a minimalist alternative.

walkdir is replaced with a single function.

system-dep can be replaced with a single line. Eventually I would like
to make it a little bit more than one line, but that's all we need for
now.
2024-04-20 11:13:45 -04:00
eeebc3e0f0 Fix benchmark compilation due to recent API changes 2024-04-16 21:26:01 -04:00
02d4a5e295 Fix benchmark not compiling, lock retail testing behind the flag 2024-04-15 17:52:05 -04:00
2000b978b3 Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
d9e79e563a Reformat code 2022-08-16 11:52:07 -04:00
c7184cb36f Fix Clippy warnings and errors 2022-08-16 11:50:18 -04:00
911f8b25c8 Remove unused import in benchmark code 2022-08-06 18:06:18 -04:00
389c3fe00b Add initial files 2022-07-19 19:29:41 -04:00