Add a set of self-microbenchmarks (#51)

Co-authored-by: Lauri Kasanen <cand@gmx.com>
This commit is contained in:
mmcclaskey
2021-09-09 12:46:57 -04:00
committed by GitHub
parent 91eb953f62
commit dc21d5f97c
9 changed files with 223 additions and 7 deletions

View File

@@ -74,6 +74,7 @@ namespace rfb {
static BoolParameter detectScrolling;
static BoolParameter detectHorizontal;
static BoolParameter ignoreClientSettingsKasm;
static BoolParameter selfBench;
static PresetParameter preferBandwidth;
};