Skip to content

Commit c6974fb

Browse files
authored
Update stress test results for eventheader (#140)
1 parent 037f914 commit c6974fb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

stress/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55
publish = false
66

77
[[bin]] # Bin to run the metrics stress tests for Logs UserEvent Exporter
8-
name = "user-events-enabled"
9-
path = "src/user_events_enabled.rs"
8+
name = "eventheader"
9+
path = "src/eventheader.rs"
1010
doc = false
1111

1212
[dependencies]

stress/src/user_events_enabled.rs renamed to stress/src/eventheader.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// To run the test, execute the following command in the stress directory as sudo:
2-
// sudo -E ~/.cargo/bin/cargo rnu --bin user-events-enabled --release
2+
// sudo -E ~/.cargo/bin/cargo run --bin eventheader --release -- <num-of-threads>
33

4-
// TODO : Add stess result here.
4+
// Conf - AMD EPYC 7763 64-Core Processor 2.44 GHz, 64GB RAM, Cores:8 , Logical processors: 16
5+
// Number of threads 1: 231,423,880 iterations/sec
6+
// Number of threads 2: 27,482,150 iterations/sec
7+
// Number of threads 16: 26,651,534 iterations/sec
58

69
mod throughput;
710
use eventheader_dynamic::{Provider, ProviderOptions};

0 commit comments

Comments
 (0)