Michael Hixson 510f09f224 Port mono tests to docker (#3448) 7 年之前
..
NancyModules ba86655810 Update CSharp/Nancy 9 年之前
lib 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 年之前
src 510f09f224 Port mono tests to docker (#3448) 7 年之前
README.md 3aa1fb4424 Add information to Nancy readme, including link for discussion, Resolves #877 10 年之前
benchmark_config.json 510f09f224 Port mono tests to docker (#3448) 7 年之前
nancy.dockerfile 510f09f224 Port mono tests to docker (#3448) 7 年之前
nginx.conf 510f09f224 Port mono tests to docker (#3448) 7 年之前
run.sh 510f09f224 Port mono tests to docker (#3448) 7 年之前
source_code 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 年之前

README.md

Nancy on Mono and Windows Benchmarking Test

The information below contains information specific to Nancy on Mono and Windows. For further guidance, review the documentation. Also note the additional information provided in the CSharp README.

This is the Nancy on Mono and Windows portion of a benchmarking test suite comparing a variety of web platforms.

Infrastructure Software Versions

Language

  • C# 5.0

Platforms

  • .NET Framework 4.5 (Windows)
  • Mono 3.0.X (Linux)

Web Servers

  • IIS 8 (Windows)
  • nginx 1.4.0 & XSP FastCGI (Linux)

Web Stack

Databases

  • MySQL Connector/Net

Developer Tools

  • Visual Studio 2012

Paths & Source for Tests

Nancy - Dapper (ORM)

Add a New Test for Nancy

Mono Installation

sudo apt-get install build-essential autoconf automake libtool zlib1g-dev git

git clone git://github.com/mono/mono
cd mono
git checkout mono-3.0.10
./autogen.sh --prefix=/usr/local
make get-monolite-latest
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe
sudo make install

cd ..

git clone git://github.com/mono/xsp
cd xsp
git checkout 3.0
./autogen.sh --prefix=/usr/local
make
sudo make install

Get Help

Experts

There aren't any experts listed, yet. If you're an expert, add yourself!

Community

  • Chat in the #NancyFX room on JabbR.
  • #NancyFx on Twitter.

Resources