https://github.com/danieldantasdev/perfomance_console_concatenation-string_dotnet-7.0.2_csharp-11
Este repositório é dedicado para testar a perfomance de diferentes métodos de concatenação de String com Benchmark, utilizando a linguagem de programação C#.
https://github.com/danieldantasdev/perfomance_console_concatenation-string_dotnet-7.0.2_csharp-11
benchmark csahrp dotnet
Last synced: about 2 months ago
JSON representation
Este repositório é dedicado para testar a perfomance de diferentes métodos de concatenação de String com Benchmark, utilizando a linguagem de programação C#.
- Host: GitHub
- URL: https://github.com/danieldantasdev/perfomance_console_concatenation-string_dotnet-7.0.2_csharp-11
- Owner: danieldantasdev
- Created: 2023-07-16T02:12:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T03:47:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T20:43:11.423Z (4 months ago)
- Topics: benchmark, csahrp, dotnet
- Language: C#
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Rodar comando na pasta do dotnet
```shell
sudo ./dotnet run --project /home/danieldantasdev/RiderProjects/PerfomanceConcatenation.Application/PerfomanceConcatenation.Application
```# Tabela
# References
- [benchmarkdotnet](https://benchmarkdotnet.org/articles/guides/getting-started.html)
- [codemag](https://www.codemag.com/Article/2209061/Benchmarking-.NET-6-Applications-Using-BenchmarkDotNet-A-Deep-Dive)