From 945730b227c3e92498020fa2aff542a5ea8c1859 Mon Sep 17 00:00:00 2001 From: bugRanger Date: Tue, 30 Jun 2026 15:00:28 +0700 Subject: [PATCH 1/2] Add CI status in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83ac55a..03597e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![Alt text](./images/logo.png) +[![build](https://github.com/bugRanger/EasyTrace/actions/workflows/ci.yml/badge.svg)](https://github.com/bugRanger/EasyTrace/actions/workflows/ci.yml) + # EasyTrace A lightweight project for tracing high-load systems. From 40cf21d0979f1d82fd22af23bab2a02c0da40a97 Mon Sep 17 00:00:00 2001 From: bugRanger Date: Tue, 30 Jun 2026 15:01:31 +0700 Subject: [PATCH 2/2] Fix benchmark results as code block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03597e8..af5b842 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ AMD Ryzen 7 5700G with Radeon Graphics 3.80GHz, 1 CPU, 16 logical and 8 physical .NET SDK 10.0.103 [Host] : .NET 9.0.13 (9.0.13, 9.0.1326.6317), X64 RyuJIT x86-64-v3 DefaultJob : .NET 9.0.13 (9.0.13, 9.0.1326.6317), X64 RyuJIT x86-64-v3 -``` + | Method | Iterations | ParallelLimit | IsExporter | Mean | Error | StdDev | Gen0 | Gen1 | Allocated | |----------------- |----------- |-------------- |----------- |------------:|-----------:|-----------:|----------:|--------:|------------:| | ActivitySource | 1000 | 4 | False | 43.92 us | 0.876 us | 1.580 us | 0.3052 | - | 2.48 KB | @@ -26,6 +26,7 @@ AMD Ryzen 7 5700G with Radeon Graphics 3.80GHz, 1 CPU, 16 logical and 8 physical | TraceActivityRef | 10000 | 4 | False | 138.12 us | 2.759 us | 3.388 us | 0.2441 | - | 2.49 KB | | ActivitySource | 10000 | 4 | True | 7,750.68 us | 153.829 us | 307.214 us | 5882.8125 | 46.8750 | 47502.54 KB | | TraceActivityRef | 10000 | 4 | True | 3,394.63 us | 65.616 us | 67.382 us | - | - | 2.52 KB | +``` ## 💡 Usage