Add links to test run outputs
This commit is contained in:
parent
9b93e7b372
commit
b6ed944dc1
@ -22,6 +22,11 @@ This directory contains pre-generated data and outputs from simulation test runs
|
||||
|
||||
## Overview
|
||||
|
||||
This directory contains the following simulation test runs with pre-generated data and test suite outputs:
|
||||
- run1: [run1/output.log](./run1/output.log)
|
||||
- run2: [run2/output.log](./run2/output.log)
|
||||
- run3: [run3/output.log](./run3/output.log)
|
||||
|
||||
To reproduce the results from any one of the test runs, follow these steps to run through the simulation with existing generated data.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
LOCKDROP ALLOCATION COMPARISON TESTS
|
||||
================================================================================
|
||||
test_0_star_allocations (test_allocations.AllocationTest.test_0_star_allocations)
|
||||
Test star allocations for all lock periods ...
|
||||
Test star allocations for all lock periods ...
|
||||
STAR ALLOCATIONS COMPARISON
|
||||
+---------------+---------+-----------------------------------------------+--------------------+--------------------+--------------+
|
||||
| Lock Period | Point | Zenith Address | Notebook ($sZ) | zenithd ($sZ) | Difference |
|
||||
@ -21,7 +21,7 @@ STAR ALLOCATIONS COMPARISON
|
||||
|
||||
ok
|
||||
test_1_galaxy_allocations (test_allocations.AllocationTest.test_1_galaxy_allocations)
|
||||
Test galaxy allocations for all lock periods ...
|
||||
Test galaxy allocations for all lock periods ...
|
||||
GALAXY ALLOCATIONS COMPARISON
|
||||
+---------------+---------+-----------------------------------------------+-------------------+-------------------+--------------+
|
||||
| Lock Period | Point | Zenith Address | Notebook ($sZ) | zenithd ($sZ) | Difference |
|
||||
@ -40,7 +40,7 @@ GALAXY ALLOCATIONS COMPARISON
|
||||
|
||||
ok
|
||||
test_2_total_allocations (test_allocations.AllocationTest.test_2_total_allocations)
|
||||
Test total allocations for all participants ...
|
||||
Test total allocations for all participants ...
|
||||
TOTAL ALLOCATIONS COMPARISON
|
||||
+------------+--------------------------+
|
||||
| Source | Total Allocation ($sZ) |
|
||||
@ -55,7 +55,7 @@ TOTAL ALLOCATIONS COMPARISON
|
||||
|
||||
ok
|
||||
test_unlock_schedule_calculation (test_unlock_schedule.UnlockScheduleTest.test_unlock_schedule_calculation)
|
||||
Test unlock schedule calculations for all lock periods ...
|
||||
Test unlock schedule calculations for all lock periods ...
|
||||
UNLOCK BLOCKS COMPARISON
|
||||
+---------+---------------+---------------------+-------------------+------------------+--------------+
|
||||
| Point | Lock Period | Start Time | Expected Blocks | zenithd Blocks | Difference |
|
||||
@ -109,7 +109,7 @@ INITIAL UNLOCK AMOUNTS COMPARISON
|
||||
|
||||
ok
|
||||
test_accrual_state_calculation (test_accrual_state.AccrualStateTest.test_accrual_state_calculation)
|
||||
Test accrual state calculations after some blocks ...
|
||||
Test accrual state calculations after some blocks ...
|
||||
TOTAL UNLOCKED AT BLOCK 168
|
||||
+---------+---------------+----------------+--------------------+-------------------+-------------------+--------------+
|
||||
| Point | Lock Period | Block Height | Last Unlocked At | Expected ($sZ) | zenithd ($sZ) | Difference |
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
LOCKDROP ALLOCATION COMPARISON TESTS
|
||||
================================================================================
|
||||
test_0_star_allocations (test_allocations.AllocationTest.test_0_star_allocations)
|
||||
Test star allocations for all lock periods ...
|
||||
Test star allocations for all lock periods ...
|
||||
STAR ALLOCATIONS COMPARISON
|
||||
+---------------+---------+-----------------------------------------------+-------------------+-------------------+--------------+
|
||||
| Lock Period | Point | Zenith Address | Notebook ($sZ) | zenithd ($sZ) | Difference |
|
||||
@ -21,7 +21,7 @@ STAR ALLOCATIONS COMPARISON
|
||||
|
||||
ok
|
||||
test_1_galaxy_allocations (test_allocations.AllocationTest.test_1_galaxy_allocations)
|
||||
Test galaxy allocations for all lock periods ...
|
||||
Test galaxy allocations for all lock periods ...
|
||||
GALAXY ALLOCATIONS COMPARISON
|
||||
+---------------+---------+-----------------------------------------------+-------------------+-------------------+--------------+
|
||||
| Lock Period | Point | Zenith Address | Notebook ($sZ) | zenithd ($sZ) | Difference |
|
||||
@ -40,7 +40,7 @@ GALAXY ALLOCATIONS COMPARISON
|
||||
|
||||
ok
|
||||
test_2_total_allocations (test_allocations.AllocationTest.test_2_total_allocations)
|
||||
Test total allocations for all participants ...
|
||||
Test total allocations for all participants ...
|
||||
TOTAL ALLOCATIONS COMPARISON
|
||||
+------------+--------------------------+
|
||||
| Source | Total Allocation ($sZ) |
|
||||
@ -55,7 +55,7 @@ TOTAL ALLOCATIONS COMPARISON
|
||||
|
||||
ok
|
||||
test_unlock_schedule_calculation (test_unlock_schedule.UnlockScheduleTest.test_unlock_schedule_calculation)
|
||||
Test unlock schedule calculations for all lock periods ...
|
||||
Test unlock schedule calculations for all lock periods ...
|
||||
UNLOCK BLOCKS COMPARISON
|
||||
+---------+---------------+---------------------+-------------------+------------------+--------------+
|
||||
| Point | Lock Period | Start Time | Expected Blocks | zenithd Blocks | Difference |
|
||||
@ -109,7 +109,7 @@ INITIAL UNLOCK AMOUNTS COMPARISON
|
||||
|
||||
ok
|
||||
test_accrual_state_calculation (test_accrual_state.AccrualStateTest.test_accrual_state_calculation)
|
||||
Test accrual state calculations after some blocks ...
|
||||
Test accrual state calculations after some blocks ...
|
||||
TOTAL UNLOCKED AT BLOCK 84
|
||||
+---------+---------------+----------------+--------------------+------------------+-----------------+--------------+
|
||||
| Point | Lock Period | Block Height | Last Unlocked At | Expected ($sZ) | zenithd ($sZ) | Difference |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user