Skip to content

Commit

Permalink
Update stress test results for eventheader (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Dec 12, 2024
1 parent 037f914 commit c6974fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
publish = false

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

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// To run the test, execute the following command in the stress directory as sudo:
// sudo -E ~/.cargo/bin/cargo rnu --bin user-events-enabled --release
// sudo -E ~/.cargo/bin/cargo run --bin eventheader --release -- <num-of-threads>

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

mod throughput;
use eventheader_dynamic::{Provider, ProviderOptions};
Expand Down

0 comments on commit c6974fb

Please sign in to comment.