Skip to content

Instantly share code, notes, and snippets.

@Neal-liu
Created August 12, 2015 13:53
Show Gist options
  • Save Neal-liu/76f5b88e2348aa2ccea3 to your computer and use it in GitHub Desktop.
Save Neal-liu/76f5b88e2348aa2ccea3 to your computer and use it in GitHub Desktop.
run bionic benchmarks results on manta.
iterations ns/op
BM_math_fpclassify_INFINITE 500000000 6
BM_math_fpclassify_NAN 500000000 6
BM_math_fpclassify_NORMAL 500000000 6
BM_math_fpclassify_ZERO 500000000 6
BM_math_isinf_INFINITE 500000000 6
BM_math_isinf_NAN 500000000 6
BM_math_isinf_NORMAL 500000000 6
BM_math_isinf_ZERO 500000000 6
BM_math_log10 10000000 164
BM_math_logb 50000000 54
BM_math_sin_fast 10000000 284
BM_math_sin_fesetenv 5000000 624
BM_math_sin_feupdateenv 2000000 801
BM_math_sqrt 2000000 755
BM_property_find/1 5000000 711
BM_property_find/4 2000000 778
BM_property_find/16 2000000 883
BM_property_find/64 1000000 1034
BM_property_find/128 1000000 1150
BM_property_find/256 1000000 1274
BM_property_find/512 1000000 1391
BM_property_get/1 2000000 836
BM_property_get/4 2000000 925
BM_property_get/16 1000000 1044
BM_property_get/64 1000000 1194
BM_property_get/128 1000000 1312
BM_property_get/256 1000000 1438
BM_property_get/512 1000000 1570
BM_property_read/1 20000000 104
BM_property_read/4 20000000 121
BM_property_read/16 20000000 141
BM_property_read/64 20000000 147
BM_property_read/128 20000000 149
BM_property_read/256 10000000 152
BM_property_read/512 10000000 164
BM_property_serial/1 100000000 12
BM_property_serial/4 100000000 12
BM_property_serial/16 100000000 12
BM_property_serial/64 100000000 12
BM_property_serial/128 100000000 12
BM_property_serial/256 100000000 12
BM_property_serial/512 100000000 13
BM_pthread_getspecific 100000000 10
BM_pthread_mutex_lock 10000000 175
BM_pthread_mutex_lock_ERRORCHECK 10000000 186
BM_pthread_mutex_lock_RECURSIVE 10000000 186
BM_pthread_once 50000000 59
BM_pthread_self 100000000 17
BM_semaphore_sem_getvalue 100000000 13
BM_semaphore_sem_wait_sem_post 10000000 245
BM_stdio_fread/1 10000000 280 3.56 MiB/s
BM_stdio_fread/2 10000000 281 7.11 MiB/s
BM_stdio_fread/3 10000000 282 10.63 MiB/s
BM_stdio_fread/4 10000000 285 14.00 MiB/s
BM_stdio_fread/8 10000000 290 27.52 MiB/s
BM_stdio_fread/16 5000000 308 51.78 MiB/s
BM_stdio_fread/32 5000000 327 97.84 MiB/s
BM_stdio_fread/64 5000000 364 175.48 MiB/s
BM_stdio_fread/512 2000000 899 569.14 MiB/s
BM_stdio_fread/1K 1000000 1538 665.40 MiB/s
BM_stdio_fread/4K 500000 5139 796.96 MiB/s
BM_stdio_fread/8K 200000 9627 850.89 MiB/s
BM_stdio_fread/16K 100000 19081 858.63 MiB/s
BM_stdio_fread/64K 20000 74651 877.89 MiB/s
BM_stdio_fwrite/1 10000000 276 3.62 MiB/s
BM_stdio_fwrite/2 10000000 271 7.37 MiB/s
BM_stdio_fwrite/3 10000000 287 10.45 MiB/s
BM_stdio_fwrite/4 10000000 277 14.40 MiB/s
BM_stdio_fwrite/8 5000000 282 28.30 MiB/s
BM_stdio_fwrite/16 10000000 277 57.64 MiB/s
BM_stdio_fwrite/32 10000000 287 111.49 MiB/s
BM_stdio_fwrite/64 10000000 277 230.40 MiB/s
BM_stdio_fwrite/512 10000000 271 1886.97 MiB/s
BM_stdio_fwrite/1K 10000000 285 3581.90 MiB/s
BM_stdio_fwrite/4K 10000000 277 14751.03 MiB/s
BM_stdio_fwrite/8K 10000000 284 28817.47 MiB/s
BM_stdio_fwrite/16K 10000000 286 57103.73 MiB/s
BM_stdio_fwrite/64K 10000000 273 239918.34 MiB/s
BM_string_memcmp/8 50000000 46 172.22 MiB/s
BM_string_memcmp/64 20000000 92 688.52 MiB/s
BM_string_memcmp/512 2000000 917 557.88 MiB/s
BM_string_memcmp/1K 1000000 1840 556.36 MiB/s
BM_string_memcmp/8K 200000 14801 553.45 MiB/s
BM_string_memcmp/16K 100000 29606 553.40 MiB/s
BM_string_memcmp/32K 50000 59192 553.58 MiB/s
BM_string_memcmp/64K 10000 127084 515.69 MiB/s
BM_string_memcpy/8 100000000 17 455.14 MiB/s
BM_string_memcpy/64 50000000 33 1888.08 MiB/s
BM_string_memcpy/512 10000000 166 3077.89 MiB/s
BM_string_memcpy/1K 10000000 269 3794.59 MiB/s
BM_string_memcpy/8K 1000000 1655 4948.69 MiB/s
BM_string_memcpy/16K 500000 4100 3995.49 MiB/s
BM_string_memcpy/32K 200000 8254 3969.89 MiB/s
BM_string_memcpy/64K 100000 24165 2711.93 MiB/s
BM_string_memmove/8 50000000 51 155.43 MiB/s
BM_string_memmove/64 10000000 281 227.58 MiB/s
BM_string_memmove/512 1000000 1968 260.09 MiB/s
BM_string_memmove/1K 500000 3899 262.61 MiB/s
BM_string_memmove/8K 50000 30896 265.14 MiB/s
BM_string_memmove/16K 50000 61752 265.32 MiB/s
BM_string_memmove/32K 10000 123483 265.36 MiB/s
BM_string_memmove/64K 10000 246952 265.38 MiB/s
BM_string_memset/8 100000000 17 455.18 MiB/s
BM_string_memset/64 100000000 28 2212.65 MiB/s
BM_string_memset/512 20000000 89 5743.80 MiB/s
BM_string_memset/1K 10000000 205 4973.38 MiB/s
BM_string_memset/8K 1000000 1326 6177.41 MiB/s
BM_string_memset/16K 500000 2630 6228.03 MiB/s
BM_string_memset/32K 500000 5228 6266.97 MiB/s
BM_string_memset/64K 200000 10538 6218.76 MiB/s
BM_string_strlen/8 100000000 21 374.82 MiB/s
BM_string_strlen/64 50000000 59 1084.57 MiB/s
BM_string_strlen/512 5000000 390 1311.33 MiB/s
BM_string_strlen/1K 5000000 724 1413.58 MiB/s
BM_string_strlen/8K 500000 5400 1516.98 MiB/s
BM_string_strlen/16K 200000 11509 1423.55 MiB/s
BM_string_strlen/32K 100000 22960 1427.13 MiB/s
BM_string_strlen/64K 50000 42849 1529.46 MiB/s
BM_time_clock_gettime 1000000 1506
BM_time_clock_gettime_syscall 1000000 1506
BM_time_gettimeofday 1000000 1506
BM_time_gettimeofday_syscall 1000000 1506
BM_time_time 1000000 1536
BM_unistd_getpid 100000000 20
BM_unistd_getpid_syscall 5000000 504
BM_unistd_gettid 100000000 15
BM_unistd_gettid_syscall 5000000 554
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment