-
Notifications
You must be signed in to change notification settings - Fork 0
Practic 1
Ilgar Shahbazov edited this page Oct 17, 2017
·
3 revisions
Task: Practik1.pdf
Just run Benchmarks.java!
Hardware: Intel Core i7-2640M 2.80GHz, 8GB.
- Number of elements = 10_000
- Number of threads = 7
| Benchmark | Cnt | Score | Error | Units |
|---|---|---|---|---|
| Benchmarks.m1_easy_sequential | 5 | 0,763 | 0,011 | ms/op |
| Benchmarks.m1_hard_sequential | 5 | 3746,792 | 22,925 | ms/op |
| Benchmarks.m2_easy_parallel | 5 | 1,026 | 0,054 | ms/op |
| Benchmarks.m2_hard_parallel | 5 | 1365,372 | 119,358 | ms/op |
| Benchmarks.m3_easy_circular | 5 | 1,058 | 0,071 | ms/op |
| Benchmarks.m3_hard_circular | 5 | 1115,664 | 74,199 | ms/op |
| Benchmarks.m4_easy_stream | 5 | 0,781 | 0,662 | ms/op |
| Benchmarks.m4_hard_stream | 5 | 3773,188 | 133,688 | ms/op |