nvzqz / divan

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

Fix using LLD as linker for Linux #12

Closed nvzqz closed 11 months ago

nvzqz commented 11 months ago

Fixes #11. Linux (including Android) now uses the same pre-main approach as Windows.

nvzqz commented 11 months ago

@thomcc I plan to make a change that removes the linkme dependency in favor of this. I wanted to fix #11 first.