mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
fixed example and bench
This commit is contained in:
@@ -52,11 +52,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
int howmany = 1048576;
|
||||
int threads = 10;
|
||||
<<<<<<< HEAD
|
||||
bool auto_flush = false;
|
||||
=======
|
||||
bool auto_flush = false;
|
||||
>>>>>>> cppformat
|
||||
int file_size = 30 * 1024 * 1024;
|
||||
int rotating_files = 5;
|
||||
|
||||
|
Reference in New Issue
Block a user