aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorparadust7 <102263465+paradust7@users.noreply.github.com>2022-05-06 13:17:16 -0700
committerGitHub <noreply@github.com>2022-05-06 21:17:16 +0100
commit87472150bcb83e9cbad2f567ac536de0456ceb70 (patch)
tree027a80a417245989764c45d6923e9c81c7785805 /README.md
parent45d318a77300b014b13366ee9fa4cfc69e08f360 (diff)
downloadhax-minetest-server-87472150bcb83e9cbad2f567ac536de0456ceb70.tar.gz
hax-minetest-server-87472150bcb83e9cbad2f567ac536de0456ceb70.zip
Add benchmarks for json string serialize/deserialize (#12258)
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6fdd0faf..b6b545a22 100644
--- a/README.md
+++ b/README.md
@@ -240,6 +240,7 @@ General options and their default values:
BUILD_CLIENT=TRUE - Build Minetest client
BUILD_SERVER=FALSE - Build Minetest server
BUILD_UNITTESTS=TRUE - Build unittest sources
+ BUILD_BENCHMARKS=FALSE - Build benchmark sources
CMAKE_BUILD_TYPE=Release - Type of build (Release vs. Debug)
Release - Release build
Debug - Debug build