Giter Club home page Giter Club logo

unittestperf's Introduction

UnitTestPerf

Some projects used to demonstrate the performance of different unit testing frameworks for .NET Core.

Currently includes xUnit and NUnit. There are 1000 tests per project (despite the names saying 10k...).

Test Results

19 Feb 2019 running VS 2017 v15.9.7 From a fresh start (launch VS, open project, Test -> Run All Tests)

Test Discovery Times (seconds)

Framework   1        2        3        Avg
NUnit       2.846    1.946    1.946    2.25
xUnit       2.988    2.177    2.261    2.48   10% longer
Diff        0.142    0.231    0.315    0.23

Test Run Time (seconds)

Framework   1        2        3        Avg
NUnit       1.658    1.353    1.343    1.45
xUnit       1.828    1.769    1.864    1.82   25% longer
Diff        0.170    0.416    0.521    0.37

Currently the difference between xUnit and NUnit from a fresh start is 600ms longer for xUnit for 1000 tests. This shouldn't be noticeable under most circumstances, especially where tests are actually performing real work.

unittestperf's People

Contributors

ardalis avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.