Skip to content

Commit

Permalink
More notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Aug 14, 2021
1 parent 4c74010 commit 2864a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is for benchmarking different key-value stores and databases. For the redis benchmarks, a local redis server must be installed.
This is for benchmarking different key-value stores and databases. For the redis benchmarks, a local redis server must be installed. If anyone has any tips for tuning or improving the performance of the dbs in this benchmarks, would be happy to include that for the sake of fair comparison.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ cleanup(async function (err) {
defer: true,
fn: setData
});
suite.add('get', getData);
suite.add('get', getData);
suite.add('plainJSON', plainJSON);
suite.add('getBinary', getBinary);
suite.add('getBinaryFast', getBinaryFast);
Expand Down

0 comments on commit 2864a75

Please sign in to comment.