cosmoss-jigu / memtis

Tiered memory management
50 stars 16 forks source link

Build benchmarks instead of adding binaries #1

Open multics69 opened 1 year ago

multics69 commented 1 year ago

Instead of adding benchmark binaries, it is better to include the benchmark source code (git subtree?) and build them from the top makefile. This way, we can remove the version dependencies between benchmark binaries and Linux distros. But it is not an urgent task.

./userspace
├── bench_bin
│   ├── btree_mt
│   ├── graph500
│   └── XSBench