From 5876c723b827a1a07ab202e21a2a7e747ee25d80 Mon Sep 17 00:00:00 2001 From: Liang Geng Date: Sun, 8 Oct 2023 15:36:15 -0400 Subject: [PATCH] Change readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e39a9..501e996 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ Just use the script shp2cdb.py, which is under "RayJoin/misc/". Example: `python ./polyover_exec -poly1 dataset1.cdb \ -poly2 dataset2.cdb \ -mode=rt \ - -grid_size=20000 \ + -warmup=5 \ # warmup rounds + -repeat=5 \ # number of rounds to evaluate. Average time is reported -xsect_factor=0.5 ```