ecs_bench_suite icon indicating copy to clipboard operation
ecs_bench_suite copied to clipboard

Benchmark compile times

Open Ralith opened this issue 5 years ago • 1 comments

Given rust's reputation in this area, it would be useful to publish how long both clean (fresh checkout) and incremental (touch every .rs file but don't change anything) builds of the suite take. This could be accomplished by feature-guarding each lib, and for maximum clarity in the results, omitting tests that pull in heavy deps like serde which might otherwise be avoided.

Ralith avatar Aug 24 '20 20:08 Ralith

I strongly agree! It'd be great if compile times were included in most Rust benchmarks. It's an important factor to weigh when evaluating a Rust library.

kettle11 avatar Aug 25 '20 08:08 kettle11