Small changes to eliminate warnings, added Hello World example, bugfix in HashJoin benchmark.

This commit is contained in:
Jan Mühlig
2021-12-01 09:01:34 +01:00
parent 6b86efaf14
commit a58345de58
17 changed files with 212 additions and 106 deletions

View File

@@ -28,6 +28,10 @@ For detailed information please see README files in `src/application/<app>` fold
* [B Link Tree benchmark](src/application/blinktree_benchmark/README.md) (`src/application/blinktree_benchmark`)
* [Hash Join benchmark](src/application/hashjoin_benchmark/README.md) (`src/application/hashjoin_benchmark`)
## Example
We build a small `Hello World!` example, located in `src/application/hello_world`.
You might take a look to see how to use `MxTasking`.
### Simple example for B Link Tree
* Call `make ycsb-a` to generate the default workload
* Call `./bin/blinktree_benchmark 1:4` to run benchmark for one to four cores.