We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e279b commit 2823857Copy full SHA for 2823857
1 file changed
templates/keynote-2/spacetimedb-rust-client/src/main.rs
@@ -130,7 +130,7 @@ fn bench(cli: &Common, bench: &Bench) {
130
// Dump some config parameters.
131
let alpha = bench.alpha;
132
let accounts = cli.accounts;
133
- let amount = bench.amount as i64;
+ let amount = bench.amount;
134
if !cli.quiet {
135
println!("Benchmark parameters:");
136
println!("alpha={alpha}, amount = {amount}, accounts = {accounts}");
0 commit comments