Skip to content

Commit

Permalink
bench: !
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Feb 9, 2024
1 parent 576f6b4 commit 305b0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/storages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ define_bench!("postgres", {
PostgresStorage::new(pool)
});
define_bench!("mysql", {
let pool = MySqlPool::connect(env!("POSTGRES_URL")).await.unwrap();
let pool = MySqlPool::connect(env!("MYSQL_URL")).await.unwrap();
let _ = MysqlStorage::setup(&pool).await.unwrap();
MysqlStorage::new(pool)
});
Expand Down

0 comments on commit 305b0c2

Please sign in to comment.