From 7257f9ea2d68d1c072601867ae3d11968015a7a4 Mon Sep 17 00:00:00 2001 From: Agorguy <133174068+Agorguy@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:07:22 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 208ae58a22..e53d2c08ba 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ Fastjson is a Java library that can be used to convert Java Objects into their J * Eishay benchmark https://github.com/eishay/jvm-serializers/wiki * fastjson2 benchmark [https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark](https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark) +## Recommended Test Environment + +To avoid intermittent test failures (i.e., flaky tests), it is recommended to have a machine or virtual machine with the following specifications: +* Minumum of 2CPUs. +* Minimum of 2Gb of RAM. ## Download