From 09847b16863bcf837574e814b1af287e96bdf465 Mon Sep 17 00:00:00 2001 From: antony_kartuzovi4 <166915691+AntenaKartuz@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:11:32 +0600 Subject: [PATCH] Update RELEASE.md add punctuation marks --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 86ad2d66f087f..ba86ccbdbee25 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -58,7 +58,7 @@ The aptos cli release tags are created to track the CLI versions for community t * For large-scale and chaos testing, we use a custom test harness called Forge. Forge orchestrates a cluster of nodes based on the recommended production configuration to simulate different deployment scenarios, and can then submit a variety of different client traffic patterns. It can also inject chaos such as latency, bandwidth, network partitions, and simulate real-world scenarios. It runs on every PR and continuously on main and release branches. * Performance tests run sequential and parallel execution benchmarks on an isolated machine. We verify the TPS (transactions per second) is within the target threshold range and watch for performance regressions. ### Framework -* Unit tests +* Unit tes. * Continuous replay-verify tests perform reconciliations in testnet and mainnet by executing all transactions and verifying the transaction results are correct and in agreement with state snapshots. * Smoke tests run end-to-end tests on a single machine and verify node operations work as intended. Examples of tests include peer-to-peer transfer and module publish. * Compatibility tests run multiple nodes with different versions to assert different framework versions can perform normal operations and participate in consensus.