dongjinBaek / swpp202101-team2

1 stars 0 forks source link

Final benchmark results (updated on 6/16) #29

Open whnbaek opened 3 years ago

whnbaek commented 3 years ago
benchmark reduced by benchmark reduced by benchmark reduced by
anagram 62.95% collatz 63.50% merge_sort 32.85%
binary_tree 30.77% floyd 42.04% prime 40.51%
bitcount1 21.05% gcd 10.72% quick_sort 39.06%
bitcount2 18.76% jenkins_hash 49.93% radix_sort 63.13%
bitcount3 12.44% matmul1 15.81% rmq1d_naive 26.72%
bitcount4 79.07% matmul2 32.47% rmq1d_sparsetable 57.57%
bitcount5 77.69% matmul3 13.45% rmq2d_naive 20.03%
bubble_sort 29.43% matmul4 46.23% rmq2d_sparsetable 56.36%

The reduction percent is calculated as arithmetic mean of all testcases of the benchmark. The actual score would be quite different from these indicators.

Our score: 246.45 (1st) 2nd highest team: 218.63 mean: 194.44 (except one team with some failures)

Great Job!