This repository was archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
Benchmark alpha 0 tip selection performance #1567
Comments
This was referenced Aug 15, 2019
When changing in IRI do the following changes: In if (Collections.EMPTY_MAP.equals(ratings)) {
int randApprover = random.nextInt(approversSet.size() + 1);
.... One needs of course to convert the approver set to array, or iterate the set |
Test setupDB: https://dbfiles.iota.org/mainnet/1.7.0/db-1072888.tar At Rest/Pre Test Operational RequirementsCPU: ~3% |
Can you please:
|
|
3 tasks
@DyrellC |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
We want to benchmark tipselection with alpha set to 0 to set some good baseline to reflect upon.
Reuse JMeter tests. https://github.com/iotaledger/iri-regression-tests/tree/master/Nightly-Tests/Jmeter-Tests
We should also use the profiler.
Motivation
Have a [naive] baseline for tipsel improvements.
Requirements
The text was updated successfully, but these errors were encountered: