Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
1b66b819
Commit
1b66b819
authored
Nov 24, 2014
by
gabime
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/gabime/spdlog
parents
68ee9a7a
7a554b4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
run_all.sh
bench/run_all.sh
+1
-1
No files found.
README.md
View file @
1b66b819
...
...
@@ -37,7 +37,7 @@ Just copy the files to your build tree and use a C++11 compiler
Below are some
[
benchmarks
](
bench
)
comparing the time needed to log 1,000,000 lines to file under Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz:
|threads|boost log|glog|g2log|spdlog|spdlog
<sup>
async mode
</sup>
|
|threads|boost log|glog|g2log|spdlog|spdlog
<sup>
async mode
</sup>
|
|-------|:-------:|:-----:|------:|------:|------:|
|1|4.779s|1.109s|3.155s|0.947s|1.455s
|10|15.151ss|3.546s|3.500s|1.549s|2.040s|
...
...
bench/run_all.sh
View file @
1b66b819
#~/bin/bash
echo
"Running benchmakrs (all with 1000,000 writes to the logs folder"
echo
"Running benchmakrs (all with 1000,000 writes to the logs folder
)
"
echo
echo
"boost-bench (single thread).."
time
./boost-bench
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment