LLT21 a5a20f958f More generic naming + dispose ADO connection (#7284) 3 gadi atpakaļ
..
src a5a20f958f More generic naming + dispose ADO connection (#7284) 3 gadi atpakaļ
README.md 6196a47d2d appMpower version 1.0 (#6614) 4 gadi atpakaļ
appmpower-ado-pg.dockerfile 9dc889e9b4 Add Npgsql in natively compiled mode without metadata (#7014) 3 gadi atpakaļ
appmpower-odbc-my.dockerfile 29844ce3af Upgrade to .NET 6 and PostgreSQL 14 + implementation of cached-worlds (#6950) 3 gadi atpakaļ
appmpower-odbc-pg.dockerfile 4d03083f8b More standard connection handling + no custom pooling for ADO (#7230) 3 gadi atpakaļ
appmpower.dockerfile 29844ce3af Upgrade to .NET 6 and PostgreSQL 14 + implementation of cached-worlds (#6950) 3 gadi atpakaļ
benchmark_config.json 9dc889e9b4 Add Npgsql in natively compiled mode without metadata (#7014) 3 gadi atpakaļ
config.toml 9dc889e9b4 Add Npgsql in natively compiled mode without metadata (#7014) 3 gadi atpakaļ
odbcinst.ini 4d03083f8b More standard connection handling + no custom pooling for ADO (#7230) 3 gadi atpakaļ

README.md

appMpower(.Net) Benchmarking Test

This includes tests for plaintext, json, db, queries, updates and fortune.

appMpower is a nativily compiled (AOT) .NET implementation. The native compilation is done with reflection disabled; because the most used PostgreSQL .NET library is not reflection free, the PostgreSQL ODBC driver is used instead.

Infrastructure Software Versions

Language

  • C# 7.0

Platforms

  • .NET Core (Windows and Linux)

Web Servers

Web Stack

  • ASP.NET Core

Paths & Source for Tests