aboutsummaryrefslogtreecommitdiff
path: root/tests/qht-bench.c
AgeCommit message (Expand)Author
2019-01-14tests: use g_usleep instead of rem = sleep(time)Alex Bennée
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota
2018-12-17qht-bench: document -p flagEmilio G. Cota
2018-09-26qht-bench: add -p flag to precompute hash valuesEmilio G. Cota
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota
2018-06-15qht: require a default comparison functionEmilio G. Cota
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova
2016-10-24qht-bench: relax test_start/stop atomic accessesEmilio G. Cota
2016-06-16clean-includes: run it once morePaolo Bonzini
2016-06-11qht: add qht-bench, a performance benchmarkEmilio G. Cota