mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Add graphs for each function name (#4214)
This commit is contained in:
@@ -26,8 +26,8 @@ async fn randomness() {
|
||||
let random = rand::thread_rng().gen_range(0.0, 1000.0);
|
||||
|
||||
record_metrics!(
|
||||
"random data" => random,
|
||||
"random^2" => random * random
|
||||
"random data".to_owned() => random,
|
||||
"random^2".to_owned() => random * random
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user