feat: use tracing crate to measure cpu time

This commit is contained in:
YetAnotherMinion 2021-12-10 00:18:01 +00:00 committed by nobody
commit 0a5e25e4f0
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
8 changed files with 289 additions and 104 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# generate a 10MB test file
< /dev/urandom tr -dc "[:alnum:]" | head -c10000000 > file.txt