Fix TwoClientTest metric name
https://github.com/codex-storage/nim-codex/pull/603
This commit is contained in:
parent
e073f7a881
commit
807e8b7b5f
|
@ -9,7 +9,7 @@ namespace ContinuousTests.Tests
|
|||
{
|
||||
public class TwoClientTest : ContinuousTest
|
||||
{
|
||||
private const string BytesStoredMetric = "codexRepostoreBytesUsed";
|
||||
private const string BytesStoredMetric = "codex_repostore_bytes_used";
|
||||
|
||||
public override int RequiredNumberOfNodes => 2;
|
||||
public override TimeSpan RunTestEvery => TimeSpan.FromMinutes(2);
|
||||
|
|
Loading…
Reference in New Issue