Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Utility to run benchmarks outside Visual Studio #2

Open
arepetti opened this issue May 3, 2016 · 0 comments
Open

Utility to run benchmarks outside Visual Studio #2

arepetti opened this issue May 3, 2016 · 0 comments

Comments

@arepetti
Copy link
Owner

arepetti commented May 3, 2016

Currently to execute a benchmark you need Visual Studio (where you write and compile code). A small utility where you can write benchmark code (without Intellisense but with syntax highlighter) and run/view test results may be useful.

Same utility may also benchmark a set of given already compiled assemblies eventually selecting specific methods to test. It may work also simply generating benchmark code to invoke those methods - if public - because for this kind of tests we.assume that function call overhead is almost negligible.

Command line support would also be a nice feature (for example as a simple msbuild support).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant