Skip to content

Commit 57db258

Browse files
committed
chore: adjust report styling
1 parent a798937 commit 57db258

12 files changed

+18
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
At [Softnetics Team](https://www.softnetics.tech/), we specialize in building software using TypeScript. Data validation is a crucial part of our work, as we need to verify and convert user input into the correct format. Initially, we chose [Zod](https://zod.dev/) as our schema validation library. However, as our applications grew larger, we noticed high CPU and memory usage during TypeScript compilation, particularly in development. Our research revealed that these performance issues stemmed from the validation library itself. This led us to conduct a benchmark study comparing CPU and memory usage across different schema validation libraries.
44

5+
# NOTE
6+
7+
> [!WARNING]
8+
> The summary will be updated in the future (due to the upcoming release of Zod 4).
9+
510
# Table of Contents <!-- omit in toc -->
611

12+
- [NOTE](#note)
713
- [Environment](#environment)
814
- [System Information](#system-information)
915
- [Library Version](#library-version)

reports/__assets__/check_time.png

-23.2 KB
Loading

reports/__assets__/files.png

-25.7 KB
Loading

reports/__assets__/i_o_read_time.png

-19.7 KB
Loading

reports/__assets__/identifiers.png

-30.2 KB
Loading

reports/__assets__/memory_used.png

-29.3 KB
Loading

reports/__assets__/parse_time.png

-22.8 KB
Loading

reports/__assets__/program_time.png

-26.3 KB
Loading

reports/__assets__/symbols.png

-24.5 KB
Loading

reports/__assets__/total_time.png

-26 KB
Loading

0 commit comments

Comments
 (0)