sort/benchmark/parallel
2017-07-21 12:14:14 +02:00
..
benchmark_numbers.cpp Add files via upload 2017-07-21 11:09:35 +02:00
benchmark_objects.cpp Add files via upload 2017-07-21 11:09:35 +02:00
benchmark_strings.cpp Add files via upload 2017-07-21 11:09:35 +02:00
file_generator.cpp Add files via upload 2017-07-16 20:38:39 +02:00
README.txt Add files via upload 2017-07-16 20:38:39 +02:00
runCLANG_benchmark_numbers.sh delete namespace parallel 2017-07-21 12:14:14 +02:00
runCLANG_benchmark_objects.sh delete namespace parallel 2017-07-21 12:14:14 +02:00
runCLANG_benchmark_strings.sh delete namespace parallel 2017-07-21 12:14:14 +02:00
runGCC_benchmark_numbers.sh delete namespace parallel 2017-07-21 12:14:14 +02:00
runGCC_benchmark_objects.sh delete namespace parallel 2017-07-21 12:14:14 +02:00
runGCC_benchmark_strings.sh delete namespace parallel 2017-07-21 12:14:14 +02: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