Improved Hypervel vs Octane benchmarks #115
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @binaryfire, the thread count here is for the In our benchmark testing for Hypervel, we set the wrk thread number to 16 because during the one-second simulated I/O request tests, the wrk tool itself encounters performance bottlenecks. Therefore, we need to increase wrk's thread count to enable it to send more requests. In the case of Octane, regardless of how many threads wrk uses, the test results will always be limited by the number of workers that Octane itself starts. |
Beta Was this translation helpful? Give feedback.
Hi @binaryfire, the thread count here is for the
wrk
tool. The number of workers for Octane and Hypervel is the same (8 workers).In our benchmark testing for Hypervel, we set the wrk thread number to 16 because during the one-second simulated I/O request tests, the wrk tool itself encounters performance bottlenecks. Therefore, we need to increase wrk's thread count to enable it to send more requests. In the case of Octane, regardless of how many threads wrk uses, the test results will always be limited by the number of workers that Octane itself starts.