Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxelr/insight.database.benchmark
Benchmarks for the Micro-ORM Insight.Database using BenchmarkDotNet
https://github.com/jaxelr/insight.database.benchmark
benchmark dotnet insight-database orm
Last synced: about 2 months ago
JSON representation
Benchmarks for the Micro-ORM Insight.Database using BenchmarkDotNet
- Host: GitHub
- URL: https://github.com/jaxelr/insight.database.benchmark
- Owner: Jaxelr
- License: mit
- Created: 2019-11-21T21:04:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T12:55:18.000Z (7 months ago)
- Last Synced: 2024-06-09T14:01:17.522Z (7 months ago)
- Topics: benchmark, dotnet, insight-database, orm
- Language: C#
- Homepage:
- Size: 320 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Insight.Database.Benchmarks
![.NET](https://github.com/Jaxelr/Insight.Database.Benchmark/workflows/.NET/badge.svg?branch=master)
These are benchmark scenarios for the ORM library [Insight.Database](https://github.com/jonwagner/Insight.Database) under various providers
- [Sql Server benchmarks](benchmarks/Insight.Database.Benchmarks.SqlServer/README.md)
- [Postgres benchmarks](benchmarks/Insight.Database.Benchmarks.Postgres/README.md)
- [MySql benchmarks](benchmarks/Insight.Database.Benchmarks.MySql/README.md)
- [Sqlite benchmarks](benchmarks/Insight.Database.Benchmarks.Sqlite/README.md)## Contributing
Check the [guidelines](.github/CONTRIBUTING.md) for details on how you could contribute.