Skip to content

Commit

Permalink
update fmt submodule version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rao Meng committed May 20, 2021
1 parent 4dc329a commit ab0dff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/bench.cc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include <bits/stdc++.h>
#include <chrono>

#include "../fmtlog.h"
#include "spdlog/spdlog.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/async.h"
#include "../fmtlog.h"
#include "NanoLog/runtime/NanoLogCpp17.h"

namespace GeneratedFunctions {
Expand Down
1 change: 1 addition & 0 deletions clear.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm fmtlog.txt spdlog.txt nanalog.bin compressedLog

0 comments on commit ab0dff0

Please sign in to comment.