Skip to content

Commit

Permalink
Updated performance tests for the different iteration counts
Browse files Browse the repository at this point in the history
  • Loading branch information
wisebaldone committed Feb 10, 2024
1 parent 4ad1c16 commit b5cb22d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,17 @@ The fingerprint is a given pipe seperated seed for SpamHammer to generate a repo

## Performance Characteristics

These stats were made on a **t4g.micro** using:

todo(evan): Redo these recordings from last year.
These stats were made on a **t3.small** using:

```bash
psrecord "spamhammer ....." --log activity.txt --plot performance.png
```

| Type | Stats |
|---------------------------|------------------------------|
| Scan (sm) [12 iterations] | ![](performance/scan.png) |
| Scan (md) [16 iterations] | ![](performance/scan.png) |
| Scan (lg) [18 iterations] | ![](performance/scan.png) |
| Type | Stats |
|---------------------------|-----------------------------|
| Scan (sm) [12 iterations] | ![](performance/small.png) |
| Scan (md) [16 iterations] | ![](performance/medium.png) |
| Scan (lg) [18 iterations] | ![](performance/large.png) |

## Contributing

Expand Down
Binary file added performance/large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added performance/medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed performance/scan.png
Binary file not shown.
Binary file added performance/small+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added performance/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5cb22d

Please sign in to comment.