Skip to content

Commit

Permalink
chore: updated readme and added more stats to loadgen
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik151192 committed Aug 2, 2023
1 parent 65dff02 commit 3479dde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/MomentoLoadGen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Momento.Sdk;
using Momento.Sdk.Auth;
using Momento.Sdk.Config;
using Momento.Sdk.Config.Transport;
using Momento.Sdk.Exceptions;
using Momento.Sdk.Responses;

Expand Down Expand Up @@ -70,7 +69,6 @@ public class CsharpLoadGenerator
{
const int CACHE_ITEM_TTL_SECONDS = 60;
const string CACHE_NAME = "dotnet-momento-loadgen";
const int NUM_REQUESTS_PER_OPERATION = 2;

private readonly ILoggerFactory _loggerFactory;
private readonly ILogger<CsharpLoadGenerator> _logger;
Expand Down

0 comments on commit 3479dde

Please sign in to comment.