Small update to async bench
This commit is contained in:
		@@ -94,6 +94,7 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
                spdlog::info("Line count OK ({:n})\n", count);
 | 
					                spdlog::info("Line count OK ({:n})\n", count);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        spdlog::shutdown();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    catch (std::exception &ex)
 | 
					    catch (std::exception &ex)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
@@ -101,6 +102,7 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
        perror("Last error");
 | 
					        perror("Last error");
 | 
				
			||||||
        return 1;
 | 
					        return 1;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return 0;
 | 
					    return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user