Skip to content
Snippets Groups Projects
Commit a4d955aa authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Update README.md

parent ba56237a
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,9 @@ To generate 1GB of random data: ...@@ -24,6 +24,9 @@ To generate 1GB of random data:
$ ./random.x 1024 > randomdata $ ./random.x 1024 > randomdata
## Benchmark ## Benchmark
gcc version 4.8.5
$ gcc -O3 -fopenmp random.c -o random.x
$ time ./random_pcg.x 32768 > /dev/null
| Processor | random_hw.c [GB/s] | random_pcg.c [GB/s] | | Processor | random_hw.c [GB/s] | random_pcg.c [GB/s] |
|----------------------------|---------------------|---------------------| |----------------------------|---------------------|---------------------|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment