chore: add TinyTUI benchmark pressure scenarios

- add benchmark project for rendering text overlay markdown and image-line paths

- document benchmark usage in README

- include benchmark project in solution
This commit is contained in:
chuan
2026-06-04 10:06:22 +08:00
Unverified
parent 602e271f6c
commit d930e46bd3
5 changed files with 328 additions and 1 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\TinyTUI\TinyTUI.csproj" />
</ItemGroup>
</Project>