Skip to content

Instantly share code, notes, and snippets.

@Kerollmops
Created February 3, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kerollmops/699c52da7f2cd36ab306e48976a286e5 to your computer and use it in GitHub Desktop.
Save Kerollmops/699c52da7f2cd36ab306e48976a286e5 to your computer and use it in GitHub Desktop.
Corona benchmark result sorted (thanks to https://stackoverflow.com/a/9471139/1941280)
test async ... bench: 25,129,522 ns/iter (+/- 1,948,456)
test async_cpupool ... bench: 13,895,220 ns/iter (+/- 2,412,441)
test async_cpupool_cpus ... bench: 16,449,300 ns/iter (+/- 7,062,024)
test async_cpupool_many ... bench: 14,118,352 ns/iter (+/- 3,170,100)
test async_cpus ... bench: 11,057,663 ns/iter (+/- 1,546,785)
test async_many ... bench: 14,304,595 ns/iter (+/- 1,966,185)
test corona ... bench: 34,898,721 ns/iter (+/- 204,006,257)
test corona_blocking_wrapper ... bench: 35,851,174 ns/iter (+/- 76,716,240)
test corona_blocking_wrapper_cpus ... bench: 12,601,478 ns/iter (+/- 1,368,466)
test corona_blocking_wrapper_many ... bench: 20,098,071 ns/iter (+/- 84,982,750)
test corona_cpus ... bench: 12,483,281 ns/iter (+/- 1,547,974)
test corona_many ... bench: 19,673,364 ns/iter (+/- 2,028,918)
test futures ... bench: 27,259,033 ns/iter (+/- 3,447,498)
test futures_cpupool ... bench: 14,161,521 ns/iter (+/- 3,190,636)
test futures_cpupool_cpus ... bench: 16,162,328 ns/iter (+/- 204,181,954)
test futures_cpupool_many ... bench: 14,398,131 ns/iter (+/- 2,722,364)
test futures_cpus ... bench: 17,100,394 ns/iter (+/- 207,223,624)
test futures_many ... bench: 16,857,098 ns/iter (+/- 3,664,201)
test may ... bench: 17,407,826 ns/iter (+/- 204,029,107)
test may_cpus ... bench: 16,940,574 ns/iter (+/- 3,652,612)
test may_many ... bench: 17,976,177 ns/iter (+/- 2,738,411)
test threads ... bench: 22,011,601 ns/iter (+/- 1,645,368)
test threads_cpus ... bench: 26,045,198 ns/iter (+/- 5,311,040)
test threads_many ... bench: 22,439,402 ns/iter (+/- 2,497,508)
test async_cpus ... bench: 11,057,663 ns/iter (+/- 1,546,785)
test corona_cpus ... bench: 12,483,281 ns/iter (+/- 1,547,974)
test corona_blocking_wrapper_cpus ... bench: 12,601,478 ns/iter (+/- 1,368,466)
test async_cpupool ... bench: 13,895,220 ns/iter (+/- 2,412,441)
test async_cpupool_many ... bench: 14,118,352 ns/iter (+/- 3,170,100)
test futures_cpupool ... bench: 14,161,521 ns/iter (+/- 3,190,636)
test async_many ... bench: 14,304,595 ns/iter (+/- 1,966,185)
test futures_cpupool_many ... bench: 14,398,131 ns/iter (+/- 2,722,364)
test futures_cpupool_cpus ... bench: 16,162,328 ns/iter (+/- 204,181,954)
test async_cpupool_cpus ... bench: 16,449,300 ns/iter (+/- 7,062,024)
test futures_many ... bench: 16,857,098 ns/iter (+/- 3,664,201)
test may_cpus ... bench: 16,940,574 ns/iter (+/- 3,652,612)
test futures_cpus ... bench: 17,100,394 ns/iter (+/- 207,223,624)
test may ... bench: 17,407,826 ns/iter (+/- 204,029,107)
test may_many ... bench: 17,976,177 ns/iter (+/- 2,738,411)
test corona_many ... bench: 19,673,364 ns/iter (+/- 2,028,918)
test corona_blocking_wrapper_many ... bench: 20,098,071 ns/iter (+/- 84,982,750)
test threads ... bench: 22,011,601 ns/iter (+/- 1,645,368)
test threads_many ... bench: 22,439,402 ns/iter (+/- 2,497,508)
test async ... bench: 25,129,522 ns/iter (+/- 1,948,456)
test threads_cpus ... bench: 26,045,198 ns/iter (+/- 5,311,040)
test futures ... bench: 27,259,033 ns/iter (+/- 3,447,498)
test corona ... bench: 34,898,721 ns/iter (+/- 204,006,257)
test corona_blocking_wrapper ... bench: 35,851,174 ns/iter (+/- 76,716,240)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment