Skip to content

Instantly share code, notes, and snippets.

@taeguk
Created June 25, 2017 19:44
Show Gist options
  • Save taeguk/e40b628fefe025aa3ffc1335bbeed4ee to your computer and use it in GitHub Desktop.
Save taeguk/e40b628fefe025aa3ffc1335bbeed4ee to your computer and use it in GitHub Desktop.
aaaa.txt
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 16
-------------- Benchmark Config --------------
seed : 1498419087
vector_size : 100000000
test_count : 10
os threads : 16
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.171813(sec)
partition_copy (seq) : 0.186475(sec)
partition_copy (par) : 0.240662(sec)
partition_copy (par_unseq) : 0.2393(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 16
-------------- Benchmark Config --------------
seed : 1498419114
vector_size : 100000000
test_count : 10
os threads : 16
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.285095(sec)
partition_copy (seq) : 0.271881(sec)
partition_copy (par) : 0.331259(sec)
partition_copy (par_unseq) : 0.309906(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 16
-------------- Benchmark Config --------------
seed : 1498419138
vector_size : 100000000
test_count : 10
os threads : 16
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.340075(sec)
partition_copy (seq) : 0.337351(sec)
partition_copy (par) : 0.393144(sec)
partition_copy (par_unseq) : 0.383127(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 16
-------------- Benchmark Config --------------
seed : 1498419163
vector_size : 100000000
test_count : 10
os threads : 16
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.123161(sec)
partition_copy (seq) : 0.133435(sec)
partition_copy (par) : 0.239996(sec)
partition_copy (par_unseq) : 0.238308(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 8
-------------- Benchmark Config --------------
seed : 1498419184
vector_size : 100000000
test_count : 10
os threads : 8
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.216651(sec)
partition_copy (seq) : 0.221688(sec)
partition_copy (par) : 0.273113(sec)
partition_copy (par_unseq) : 0.257301(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 8
-------------- Benchmark Config --------------
seed : 1498419207
vector_size : 100000000
test_count : 10
os threads : 8
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.213607(sec)
partition_copy (seq) : 0.219308(sec)
partition_copy (par) : 0.269476(sec)
partition_copy (par_unseq) : 0.2541(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 8
-------------- Benchmark Config --------------
seed : 1498419260
vector_size : 100000000
test_count : 10
os threads : 8
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.387354(sec)
partition_copy (seq) : 0.384218(sec)
partition_copy (par) : 0.451506(sec)
partition_copy (par_unseq) : 0.439615(sec)
----------------------------------------------
[tkwon@bob1 bin]$ ./benchmark_partition_copy --vector_size 100000000 --hpx:threads 8
-------------- Benchmark Config --------------
seed : 1498419312
vector_size : 100000000
test_count : 10
os threads : 8
----------------------------------------------
* Preparing Benchmark...
* Running Benchmark...
--- run_partition_copy_benchmark_std ---
--- run_partition_copy_benchmark_seq ---
--- run_partition_copy_benchmark_par ---
--- run_partition_copy_benchmark_par_unseq ---
-------------- Benchmark Result --------------
partition_copy (std) : 0.107082(sec)
partition_copy (seq) : 0.128836(sec)
partition_copy (par) : 0.22562(sec)
partition_copy (par_unseq) : 0.226074(sec)
----------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment