Hi, I'm trying to replicate the results in your paper. I've got the benchmark running without any errors on our lab's HTM + DAX machine.
Are these the correct commands to replicate the concurrent benchmarks?
Figure 8a (YCSB Workload A): ./benchmark -t 1 -n 24 -b 5 -w 0 -r 50
Figure 8b (YCSB Workload A): ./benchmark -t 1 -n 24 -b 5 -w 1 -S 0.8 -r 50
Figure 8c: ./benchmark -t 1 -n 24 -b 4 -w 1 -S 0.8 -r 90
I would of course run these with -t in {1, 2} (for the FPTree and RNTree, respectively), and -n in {1,2,4,8,16,24}.
Thanks!
Hi, I'm trying to replicate the results in your paper. I've got the benchmark running without any errors on our lab's HTM + DAX machine.
Are these the correct commands to replicate the concurrent benchmarks?
Figure 8a (YCSB Workload A):
./benchmark -t 1 -n 24 -b 5 -w 0 -r 50Figure 8b (YCSB Workload A):
./benchmark -t 1 -n 24 -b 5 -w 1 -S 0.8 -r 50Figure 8c:
./benchmark -t 1 -n 24 -b 4 -w 1 -S 0.8 -r 90I would of course run these with -t in {1, 2} (for the FPTree and RNTree, respectively), and -n in {1,2,4,8,16,24}.
Thanks!