mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 19:58:29 +00:00
Add 1000-concurrency-result report
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <thread>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(void) {
|
||||
cout << std::thread::hardware_concurrency() << endl;
|
||||
}
|
||||
Reference in New Issue
Block a user