6 Commits

Author SHA1 Message Date
57ff2f187c Add embench
for now, compile all benchmarks (except one) and run serially
2025-09-06 17:12:01 +02:00
c2e432c219 Benchmark nyx and baseline 2025-09-05 15:00:47 +02:00
f072c0ce53 Use correct conversion for time values
Two errors I made:
* cycle durations are not constant, their value relies on the cbr
* tsc frequency was not exactly 2.7Ghz, now calculated at runtime
2025-09-04 18:11:20 +02:00
109091c087 Simplify client, no need for hypercalls anymore 2025-09-03 11:47:56 +02:00
6afa71cc35 Use ptwrite to capture runtime more accurately 2025-08-20 14:15:46 +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