Skip to content

Commit

Permalink
Summarize documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJGapCR committed Oct 29, 2023
1 parent c3479a5 commit d867e8c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/performance-testing/RND-644.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ It's escentially a **t2.2xlarge** on AWS:
Storage: SSD with 80Gb.
Memory: 32 Gb.

## Base code

Before running performance tests based on the new approach: Materialize the conflict; we need to run tests based on the base code.
In other words, to come to a more solid conclusion we need to run performance tests based on the 2 approaches:

Expand All @@ -32,3 +30,16 @@ Ran the tests/profiling/AutocannonSchools.ts script for 160 seconds, with 1 conn
| 25 Connections | 2745.6 | 0 | 1327.276 | 17.162 | 5990.28 |

### Materialized conflict approach

#### Bulk Load tool

AVG time: 03:24:406

#### AutoCannon

Ran the tests/profiling/AutocannonSchools.ts script for 160 seconds, with 1 connection and then with 25 connections.

| | 2xxx | Non-2xxx | AVG Latency | AVG Request | AVG Throughput |
|------------------|----------|------------|-------------|-------------|----------------|
| 1 Connection | 11191.4 | 0 | 13.79 | 69.952 | 24411.984 |
| 25 Connections | 933.8 | 0 | 2440.736 | 5.84 | 2037.554 |

0 comments on commit d867e8c

Please sign in to comment.