mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 22:34:46 -07:00
global: fixes
This commit is contained in:
@@ -18,7 +18,6 @@ def day1_metric():
|
||||
version=1,
|
||||
index="day1",
|
||||
type="n",
|
||||
total=100,
|
||||
start=0,
|
||||
end=5,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -33,7 +32,6 @@ def height_metric():
|
||||
version=1,
|
||||
index="height",
|
||||
type="n",
|
||||
total=1000,
|
||||
start=800000,
|
||||
end=800005,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -48,7 +46,6 @@ def month1_metric():
|
||||
version=1,
|
||||
index="month1",
|
||||
type="n",
|
||||
total=200,
|
||||
start=0,
|
||||
end=3,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -63,7 +60,6 @@ def hour1_metric():
|
||||
version=1,
|
||||
index="hour1",
|
||||
type="n",
|
||||
total=200000,
|
||||
start=0,
|
||||
end=3,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -78,7 +74,6 @@ def week1_metric():
|
||||
version=1,
|
||||
index="week1",
|
||||
type="n",
|
||||
total=800,
|
||||
start=0,
|
||||
end=3,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -93,7 +88,6 @@ def year1_metric():
|
||||
version=1,
|
||||
index="year1",
|
||||
type="n",
|
||||
total=20,
|
||||
start=0,
|
||||
end=3,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -108,7 +102,6 @@ def day3_metric():
|
||||
version=1,
|
||||
index="day3",
|
||||
type="n",
|
||||
total=2000,
|
||||
start=0,
|
||||
end=3,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
@@ -123,7 +116,6 @@ def empty_metric():
|
||||
version=1,
|
||||
index="day1",
|
||||
type="n",
|
||||
total=100,
|
||||
start=5,
|
||||
end=5,
|
||||
stamp="2024-01-01T00:00:00Z",
|
||||
|
||||
Reference in New Issue
Block a user