5 Commits

Author SHA1 Message Date
b44a0a5ef3 Execute each benchmark as individual program
- Client now produces one binary per benchmark
2025-09-08 16:35:04 +02:00
2d88a8539f Move install nyx functionality from build script to runtime
It did not make a lot of sense to have that in the buildscript, as that will make nyx_runner dependent on the target directory.
This also allows specifying a binary to trace at runtime
2025-09-07 14:36:02 +02:00
57ff2f187c Add embench
for now, compile all benchmarks (except one) and run serially
2025-09-06 17:12:01 +02:00
109091c087 Simplify client, no need for hypercalls anymore 2025-09-03 11:47:56 +02:00
e46e0fbacc Automatically build the client
This makes it possible to just type `cargo run` and always get the up to date client
2025-07-31 15:45:58 +02:00