Skip to content

Commit

Permalink
Loosen bench requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
kj415j45 committed Aug 9, 2023
1 parent 58ab9b4 commit 0909c3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const databases: {
} = {
mongo: new MongoDB(),
redisJson: new RedisJson(),
redisGeohash: new RedisGeohash()
redisGeohash: new RedisGeohash(),
};

let data: Array<TestData>;
Expand Down Expand Up @@ -124,7 +124,6 @@ new Promise<void>(async (resolve, reject) => {
title,
b.configure({
cases: {
minSamples: 20,
minTime: 5,
maxTime: 20,
},
Expand Down Expand Up @@ -163,7 +162,6 @@ new Promise<void>(async (resolve, reject) => {
title,
b.configure({
cases: {
minSamples: 20,
minTime: 5,
maxTime: 20,
},
Expand Down Expand Up @@ -207,7 +205,6 @@ new Promise<void>(async (resolve, reject) => {
title,
b.configure({
cases: {
minSamples: 20,
minTime: 5,
maxTime: 20,
},
Expand Down

0 comments on commit 0909c3e

Please sign in to comment.