ncatelli / spasm

An experimental multi-target assembler.
Apache License 2.0
4 stars 0 forks source link

Implement Benchmarking via criterion similarly to ncatelli/parcel #13

Closed ncatelli closed 4 years ago

ncatelli commented 4 years ago

Before #12

It would be nice to implement benchmarking, leveraging a similar style to the benchmarking from parcel to make it easier to assess the changes in resources between the two changes, especially if the compiler is smart enough to optimize in this same way.

ncatelli commented 4 years ago

I'm going to leave this out for now. This will pull in a bunch of build dependencies that aren't really necessary now.