boost/libs/sort/benchmark/parallel
2022-12-15 23:45:23 +08:00
..
benchmark_numbers.cpp 源码提交 2022-12-15 23:45:23 +08:00
benchmark_objects.cpp 源码提交 2022-12-15 23:45:23 +08:00
benchmark_strings.cpp 源码提交 2022-12-15 23:45:23 +08:00
file_generator.cpp 源码提交 2022-12-15 23:45:23 +08:00
README.txt 源码提交 2022-12-15 23:45:23 +08:00
runCLANG_benchmark_numbers.sh 源码提交 2022-12-15 23:45:23 +08:00
runCLANG_benchmark_objects.sh 源码提交 2022-12-15 23:45:23 +08:00
runCLANG_benchmark_strings.sh 源码提交 2022-12-15 23:45:23 +08:00
runGCC_benchmark_numbers.sh 源码提交 2022-12-15 23:45:23 +08:00
runGCC_benchmark_objects.sh 源码提交 2022-12-15 23:45:23 +08:00
runGCC_benchmark_strings.sh 源码提交 2022-12-15 23:45:23 +08:00

README.TXT
==============
If you want to do manually or with different compiler.

file_generator is a program which generte a file with random information 
               for to be used in the benchmark.
               After compiled the invocation is
               ./file_generator input.bin 1250000000
               
Now we have the data file and only need to compile and run the programs.
				benchmark_objects.cpp
				benchmark_strings.cpp
				benchmark_numbers.cpp

They show a detailed information on the screen in a compact mode