Skip to content

Files

Latest commit

f78a34a · Mar 1, 2022

History

History
20 lines (14 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 461 Bytes

JSON Web Benchmark

This benchmark is designed to benchmark the speed of various JSON parsers when handling web requests.

Quickstart

docker compose run clang13
cmake --build /build

Subsequently, you only need to run cmake --build build to rebuild.

Visual Studio Code

If you are developing in Visual Studio Code, this project will start in a dev container with the environment all initialized.