All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add bisect.py script
@ 2020-07-21 23:15 Ahmed Karaman
  2020-07-21 23:15 ` [PATCH 1/1] scripts/performance: " Ahmed Karaman
  0 siblings, 1 reply; 9+ messages in thread
From: Ahmed Karaman @ 2020-07-21 23:15 UTC (permalink / raw)
  To: qemu-devel, aleksandar.qemu.devel, philmd, alex.bennee, eblake,
	ldoktor, rth, ehabkost, crosa
  Cc: Ahmed Karaman

Hi,

This series adds the new bisect.py script introduced in report 5 of
the "TCG Continuous Benchmarking" GSoC project.

The script is used for locating the commit that caused a performance
degradation or improvement in QEMU using the git bisect command
(binary search).

To learn more about how the script works and how it can be used for
detecting two commits, one that introduced a performance degradation
in PowerPC targets, and the other introducing a performance
improvement in MIPS, please check the
"Finding Commits Affecting QEMU Performance" report.

Report link:
https://lists.nongnu.org/archive/html/qemu-devel/2020-07/msg05769.html

Best regards,
Ahmed Karaman

Ahmed Karaman (1):
  scripts/performance: Add bisect.py script

 scripts/performance/bisect.py | 374 ++++++++++++++++++++++++++++++++++
 1 file changed, 374 insertions(+)
 create mode 100755 scripts/performance/bisect.py

-- 
2.17.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-27 22:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 23:15 [PATCH 0/1] Add bisect.py script Ahmed Karaman
2020-07-21 23:15 ` [PATCH 1/1] scripts/performance: " Ahmed Karaman
2020-07-25  2:11   ` John Snow
2020-07-25 12:31   ` Aleksandar Markovic
2020-07-25 12:58     ` Ahmed Karaman
2020-07-25 19:48       ` Aleksandar Markovic
2020-07-25 20:48         ` Ahmed Karaman
2020-07-27 19:11     ` John Snow
2020-07-27 22:05       ` Aleksandar Markovic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.