Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

phatboyg/Benchmarque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarque - Benchmarking for .NET Applications

Building from Source

  1. Clone the source down to your machine. git clone git://github.com/phatboyg/Benchmarque.git
  2. Ensure Ruby is installed. RubyInstaller for Windows
  3. Ensure git is on your path. git.exe and git.cmd work equally well.
  4. Ensure gems are installed, run:
gem install albacore
gem install semver2
  1. Run rake

Note on Git Submodules

You need to ensure that the submodules are up-to-date. To do this, once you've cloned the project (using close --recursive), you can use the following command to update to the latest version of the submodules.

git submodule foreach git fetch origin
git submodule foreach git rebase origin/master

Contributing

  1. git config --global core.autoclrf false
  2. Hack!
  3. Make a pull request.

REQUIREMENTS

  • .Net 4.0

About

A comparative benchmarking library for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published