Add benchmark tool

This commit is contained in:
yhirose
2024-09-05 12:22:46 -04:00
parent b4989130da
commit c75d071615
6 changed files with 14388 additions and 0 deletions

3
.gitignore vendored
View File

@@ -21,6 +21,8 @@ test/test.xcodeproj/*/xcuser*
test/*.o
test/*.pem
test/*.srl
benchmark/server
benchmark/server-crow
*.swp
@@ -34,6 +36,7 @@ Release
*.db
ipch
*.dSYM
*.pyc
.*
!/.gitattributes
!/.travis.yml