Moves the Mode field out of the Key. The existing yaml benchmark results can be fixed with the following script:
shell #!/bin/bash readonly FILE=$1 readonly MODE=latency # Change to uops to fix a uops benchmark. cat $FILE | \ sed "/^\ \+mode:\ \+$MODE$/d" | \ sed "/^cpu_name.*$/i mode: $MODE"