Skip to content

Commit

Permalink
Update results
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Jan 20, 2024
1 parent d526003 commit 4e8f293
Show file tree
Hide file tree
Showing 6 changed files with 2,313 additions and 1,201 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ make docker_build # optional
$ docker run --pull=always -ti --rm ghcr.io/skerkour/go-benchmarks:latest
```
<!--
apt update && apt upgrade -y && apt dist-upgrade -y
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y
curl -fsSL https://get.docker.com -o /tmp/get-docker.sh && sh /tmp/get-docker.sh
reboot
docker run --pull=always -d ghcr.io/skerkour/go-benchmarks:latest
Expand All @@ -41,8 +41,8 @@ ssh xx@xx -i xx 'docker logs xx'

amd64:
* [AMD EPYC 7543 (Scaleway POP2-8C-32G)](results/scaleway_POP2-8C-32G.txt)
* [AMD EPYC 7R13 (AWS EC2 c6a.4xlarge)](results/aws_c6a_4xlarge.txt)
* [Intel Xeon Platinum 8375C @ 2.90GHz (AWS EC2 c6i.4xlarge)](results/aws_c6i_4xlarge.txt)
* [AMD EPYC 9R14 (AWS EC2 c7a.4xlarge)](results/aws_c7a_4xlarge.txt)
* [4th Generation Intel Xeon Scalable 8375C @ 2.90GHz (AWS EC2 c7i.4xlarge)](results/aws_c7i_4xlarge.txt)

arm64:
* [Ampere Altra Max Neoverse-N1 (Scaleway COPARM1-8C-32G)](results/scaleway_COPARM1-8C-32G.txt)
Expand Down
Loading

0 comments on commit 4e8f293

Please sign in to comment.