https://github.com/kris701/qcomp
A simple tool to quickly compare the performance differences of current and previous binaries.
https://github.com/kris701/qcomp
performance-testing visual-studio
Last synced: about 1 year ago
JSON representation
A simple tool to quickly compare the performance differences of current and previous binaries.
- Host: GitHub
- URL: https://github.com/kris701/qcomp
- Owner: kris701
- License: mit
- Created: 2024-06-04T12:35:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T13:09:03.000Z (about 2 years ago)
- Last Synced: 2025-06-20T23:06:17.265Z (about 1 year ago)
- Topics: performance-testing, visual-studio
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Quick Compare - QComp
QComp is a Visual Studio Extension that allows you to quickly compare performance differnces between current and older versions of your project.
## How to use?
Firstly, install the extension by finding it on the [Visual Studio Markedplace](https://marketplace.visualstudio.com/items?itemName=KristianSkovJohansen.qcomp).
When you have installed it, you should be able to see a new tool window under View in Visual Studio:

If you click on this menu item, the QComp tool window will appear, looking like this:

You can then save your current binary (both works in Debug and Release mode), by giving it a name and clicking the save button.
You should then be able to see the saved binary in the dropdown menu:

If you then select that binary and clicks compare (you can also set different arguments and rounds under the `Arguments` menu), QComp will run both binaries in the background.
In the end, you are given a table with some general information, as well as a scatter plot of the runtime differences of the two binaries:

And thats is! You can have as many binaries as you want saved, and compare them against you current build any time!