Skip to content

Commit

Permalink
feat: add antithesis-sdk::antithesis_init (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Dec 23, 2024
1 parent 92f7f04 commit 1aebab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/antithesis-bot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const fn default_bot_count() -> u32 {
pub async fn start(args: LaunchArguments) -> eyre::Result<()> {
const UNUSUALLY_HIGH_BOT_THRESHOLD: u32 = 1_000;

antithesis_sdk::antithesis_init();

tracing::info!("args = {args:?}");

let LaunchArguments { ip, bot_count } = args;
Expand Down

0 comments on commit 1aebab9

Please sign in to comment.