Skip to content

Latest commit

 

History

History

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Benchmark

Insert and search benckmark were creaeted to test and validate the r-tree implementation.

Running the tests

it is possible to run the benchmarks using the following command:

$ chmod +x run.sh
$ ./run.sh

By using this command, the entire project will be compiled, and the test batteries will be executed.

Utilities

If required, the tools used for the preparation and visualization of the test data can be accessed in the geometry directory. Performance evaluation graphs are available in the visual_profiler directory.