Skip to content

Commit b10bb79

Browse files
committed
Update stress test results
1 parent 628216e commit b10bb79

6 files changed

+18
-18
lines changed

stress/src/logs.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
Stress test results:
3-
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4-
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
3+
OS: Ubuntu 22.04.4 LTS (5.15.153.1-microsoft-standard-WSL2)
4+
Hardware: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz, 16vCPUs,
55
RAM: 64.0 GB
6-
69 M/sec
6+
~31 M/sec
77
*/
88

99
use opentelemetry_appender_tracing::layer;

stress/src/metrics_counter.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
Stress test results:
3-
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4-
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
3+
OS: Ubuntu 22.04.4 LTS (5.15.153.1-microsoft-standard-WSL2)
4+
Hardware: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz, 16vCPUs,
55
RAM: 64.0 GB
6-
35 M /sec
6+
~9.5 M /sec
77
*/
88

99
use lazy_static::lazy_static;

stress/src/metrics_histogram.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
Stress test results:
3-
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4-
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
3+
OS: Ubuntu 22.04.4 LTS (5.15.153.1-microsoft-standard-WSL2)
4+
Hardware: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz, 16vCPUs,
55
RAM: 64.0 GB
6-
4.6M /sec
6+
~1.8 M/sec
77
*/
88

99
use lazy_static::lazy_static;

stress/src/metrics_overflow.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
Stress test results:
3-
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4-
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
3+
OS: Ubuntu 22.04.4 LTS (5.15.153.1-microsoft-standard-WSL2)
4+
Hardware: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz, 16vCPUs,
55
RAM: 64.0 GB
6-
4.5M /sec
6+
~1.9 M/sec
77
*/
88

99
use lazy_static::lazy_static;

stress/src/random.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
Stress test results:
3-
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4-
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
3+
OS: Ubuntu 22.04.4 LTS (5.15.153.1-microsoft-standard-WSL2)
4+
Hardware: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz, 16vCPUs,
55
RAM: 64.0 GB
6-
1.25 B/sec
6+
~540 M/sec
77
*/
88

99
use rand::{

stress/src/traces.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
Stress test results:
3-
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4-
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
3+
OS: Ubuntu 22.04.4 LTS (5.15.153.1-microsoft-standard-WSL2)
4+
Hardware: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz, 16vCPUs,
55
RAM: 64.0 GB
6-
9 M/sec
6+
~6.5 M/sec
77
*/
88

99
use lazy_static::lazy_static;

0 commit comments

Comments
 (0)