tests: remove "make check-speed" in favor of "make bench"
commit8e19c0098c290e2dea060eec113c4bf104b1f82c
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Mar 2021 16:46:12 +0000 (10 17:46 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 14:46:30 +0000 (12 15:46 +0100)
tree4ba29932b4215024a331962d4bf5e48d041329a0
parent342409564ca6fec299cea3cb618156c649748a4c
tests: remove "make check-speed" in favor of "make bench"

"make check-speed" has been broken since the removal of ninja2make
last October.  It was just a backwards-compatibility alias for
"make bench-speed", which in turn is in principle a subset of
"make bench".  Advertise the latter and drop "make check-speed"
completely since no one has noticed.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210310164612.285362-1-pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/Makefile.include