Open pkp124 opened 10 months ago
I believe the easiest approach would be to a "thin python runner" (e.g. a subprocess
wrapper) which you can version and use via the regular ASV Python approach.
Documentation updates would be very welcome, but I'm not sure I have a full example in mind for this at the moment.
Hello,
We work with C++ applications meant to be run on target hardwares or simulators etc , and we are looking at some open source benchmark frameworks which help us track our various benchmark suites over different platforms and git branches. ASV seems very interesting, could you please help us in how to get started with ASV for C++ applications, where the benchmarks are run on different target hardware platforms. What would be the recommended way to use asv with C++ applications.
Thanks