nvzqz / divan

Fast and simple benchmarking for Rust projects
https://nikolaivazquez.com/blog/divan/
Apache License 2.0
849 stars 24 forks source link

Always use pre-`main` instead of `linkme` #32

Closed nvzqz closed 7 months ago

nvzqz commented 7 months ago

This approach is more portable and reliable.

nvzqz commented 7 months ago

It turns out that linkme also can fail linking in FreeBSD whereas this approach works.