create account

RE: Hive-Engine Node Benchmark Report - 2025-04-18 by forykw

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @nectarflower/hive-engine-benchmark-20250418

· @forykw ·
$0.42
Interesting... didn't know about this. Some feedback!

- Can you please indicate where you are making the calls (IP or country perhaps)... all benchmarks are relative to sources.
- "were processed by the node within the specified time." - How much is this *specified* time?
- It says "The following data shows trends over the past 7 days:" but then the number of runs shows 1... should it be instead the number of total successful runs in the 7 days divided by the total number of runs planned to do in 7 days?
- Can you add the command being used to get "Latency" results? I am assuming it's just getStatus, but it's nice to have it clear. Same sort of thing for the other results.

Anyhow, my diagonal. Let me know what you think.
👍  , , , , , , , , , ,
properties (23)
authorforykw
permlinkre-nectarflower-suxw2a
categoryhive-engine
json_metadata{"tags":["hive-engine"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-04-19 00:30:12
last_update2025-04-19 00:30:12
depth1
children10
last_payout2025-04-26 00:30:12
cashout_time1969-12-31 23:59:59
total_payout_value0.210 HBD
curator_payout_value0.210 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length732
author_reputation93,070,466,206,267
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,181,791
net_rshares1,212,668,645,950
author_curate_reward""
vote details (11)
@ecotheexploiter · (edited)
$0.07
This is fantastic feedback!!!!!

(Its very new still, but will fill out 7 days...over next 7 days 😅)
👍  , , , ,
properties (23)
authorecotheexploiter
permlinkre-forykw-suxwg4
categoryhive-engine
json_metadata{"tags":"hive-engine"}
created2025-04-19 00:38:30
last_update2025-04-19 00:39:09
depth2
children2
last_payout2025-04-26 00:38:30
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation294,106,913,118
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,181,864
net_rshares207,773,811,201
author_curate_reward""
vote details (5)
@forykw ·
$0.07
Going to run from my server to see the difference... I was just watching the repo code now... and I think a couple of things will be massively different because of the total timeout being a limit on calls.

But hey, this is really cool! Love benchmarks because it's part of what I do in real life.
👍  , , , , ,
properties (23)
authorforykw
permlinkre-ecotheexploiter-suxwmy
categoryhive-engine
json_metadata{"tags":["hive-engine"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-04-19 00:42:36
last_update2025-04-19 00:42:36
depth3
children1
last_payout2025-04-26 00:42:36
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length297
author_reputation93,070,466,206,267
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,181,893
net_rshares206,190,012,820
author_curate_reward""
vote details (6)
@ecotheexploiter ·
$0.10
We also accept PRs!!!  But I know GM will check out your feedback tomirrow!
👍  , , ,
properties (23)
authorecotheexploiter
permlinkre-forykw-suxyo5
categoryhive-engine
json_metadata{"tags":["hive-engine"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-04-19 01:26:33
last_update2025-04-19 01:26:33
depth4
children0
last_payout2025-04-26 01:26:33
cashout_time1969-12-31 23:59:59
total_payout_value0.048 HBD
curator_payout_value0.048 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation294,106,913,118
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,182,245
net_rshares283,402,246,715
author_curate_reward""
vote details (4)
@thecrazygm · (edited)
$0.39
I'll try to answer the questions in order.
- Frankfurt Germany - Digital Ocean Droplet
- It should state that, since it's variable it was vague, but I'll clarify, but the standard tests are 30 second timeout / time limit
- I was originally running it on my dev machine, That was the first run from the server, it should populate over the week. If it's still not right this time next week, will adjust as needed, but you are probably right, I wasn't sure exactly how I wanted the trends section to be, so if any of them need it badly, that's one that will get refactored.
- Latency is the average time of 5 samples of:
```python
start_time = time.time()
# Make a simple query to measure latency - use a lightweight call
api.find("tokens", "tokens", {"symbol": "SWAP.HIVE"}, limit=1)
latency = time.time() - start_time
```

---

I would love some more input, kind of went into this blindly, and the original intent was to do what we did with @nectarflower with @flowerengine, which was run a benchmark every hour and store the results in the account metadata.
```bash
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.find_accounts", "params": {"accounts":["flowerengine"]}, "id":1}' https://api.hive.blog | jq '.result.accounts[0].json_metadata | fromjson' | jq '.nodes[]'
```

---

@nectarflower runs on the :00 minute mark, and @flowerengine runs on the :30 minute mark, to avoid clash. Both benchmarks take ~10 minutes to do all the servers.

---

Would absolutely be thrilled to get a PR if you see something that could be done better. Also, I am aware the head section of this post was printed twice, that should be fixed on the next run, don't know how I didn't catch that the first 20 times I ran it.
👍  , , , ,
properties (23)
authorthecrazygm
permlinkre-forykw-suylaj
categoryhive-engine
json_metadata{"tags":"hive-engine"}
created2025-04-19 09:35:09
last_update2025-04-19 09:37:18
depth2
children5
last_payout2025-04-26 09:35:09
cashout_time1969-12-31 23:59:59
total_payout_value0.194 HBD
curator_payout_value0.194 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,713
author_reputation96,874,069,685,390
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,186,662
net_rshares1,125,567,155,814
author_curate_reward""
vote details (5)
@forykw ·
$0.08
Thanks for the answers. I would love to do more PR's, but lately, time to reply is already a luxury. I will keep giving this a watch and provide any feedback, and if I find anyone keep on helping out, will point he/she in your direction.

I have noticed also you guys used python 3.13 (which is very recent). Would be nice to support older versions, but its not a problem if not. As in a few months, all pythons everywhere will be supporting 3.13 anyhow.

Just a thought.
👍  , , ,
properties (23)
authorforykw
permlinkre-thecrazygm-suzwew
categoryhive-engine
json_metadata{"tags":["hive-engine"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-04-20 02:32:57
last_update2025-04-20 02:32:57
depth3
children4
last_payout2025-04-27 02:32:57
cashout_time1969-12-31 23:59:59
total_payout_value0.038 HBD
curator_payout_value0.038 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length471
author_reputation93,070,466,206,267
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,199,373
net_rshares219,653,979,921
author_curate_reward""
vote details (4)
@thecrazygm ·
$0.39
I appreciate the feedback just as much as a pull requests.

It just happens to be the version i'm using, there is no 3.13 specific features being used, should work without problems back several versions (i've tested 3.11, and 3.12)
👍  , , , ,
properties (23)
authorthecrazygm
permlinkre-forykw-sv0bhv
categoryhive-engine
json_metadata{"tags":["hive-engine"],"app":"peakd/2025.4.6"}
created2025-04-20 07:58:45
last_update2025-04-20 07:58:45
depth4
children3
last_payout2025-04-27 07:58:45
cashout_time1969-12-31 23:59:59
total_payout_value0.196 HBD
curator_payout_value0.195 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation96,874,069,685,390
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,202,518
net_rshares1,124,027,467,630
author_curate_reward""
vote details (5)
@topcomment ·
<center>
**Your comment is upvoted by [@topcomment](https://peakd.com/@topcomment)**
<center>
**[Info](https://peakd.com/hive-148441/@topcomment/rewarding-meaningful-comments-with-topcomment) - [Support](https://peakd.com/hive/@topcomment/support-topcomment-a-delegation-and-earn-80percent-curation-rewards) - [Discord](https://discord.gg/u7ebA2QKCd)**
</center>
[![image.png](https://files.peakd.com/file/peakd-hive/topcomment/EpGRgMJ92JzvktbWphJhBiKrsNYoqLrXvTGH5yP9offkMeLLFZ7PrCbT1T4SfMDC5NS.png)](https://peakd.com/@topcomment)<hr><center><b>Curated by <a href="/@friendlymoose">friendlymoose</a></b></center>
properties (22)
authortopcomment
permlinkre-forykw-1745039452
categoryhive-engine
json_metadata"{"tags": ["hive-engine"], "app": "HiveDiscoMod"}"
created2025-04-19 05:10:51
last_update2025-04-19 05:10:51
depth2
children0
last_payout2025-04-26 05:10:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length614
author_reputation7,519,598,631,993
root_title"Hive-Engine Node Benchmark Report - 2025-04-18"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,184,313
net_rshares0