Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aasseman committed Apr 23, 2021
1 parent 299b825 commit e7495e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stresstest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function get_rand_query(
depthProbability: 0.5,
breadthProbability: 0.5,
ignoreOptionalArguments: true, // In our case, only `id`
providerMap: providermap,
providerMap: providermap_reduced,
providePlaceholders: true,
};

Expand Down

0 comments on commit e7495e9

Please sign in to comment.