Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile / benchmarking Auxin. #6

Open
itdaniher opened this issue Oct 4, 2021 · 2 comments
Open

Profile / benchmarking Auxin. #6

itdaniher opened this issue Oct 4, 2021 · 2 comments

Comments

@itdaniher
Copy link
Contributor

We want to compare CPU and memory utilization (time to first byte?) for Signal-CLI and Auxin.

@NotGyro
Copy link
Contributor

NotGyro commented Oct 8, 2021

It might be worth looking at Criterion although this looks like it's designed for CPU-heavy tasks and I'm not sure how well it would interact with IO-bound / network code.

@itdaniher
Copy link
Contributor Author

itdaniher commented Oct 19, 2021

auxin:

time ./test_with_echobot.sh

________________________________________________________
Executed in    1.12 secs   fish           external 
   usr time  126.93 millis    0.00 micros  126.93 millis 
   sys time   15.97 millis  1248.00 micros   14.72 millis 

time ./test_with_echobot.sh signal-cli

________________________________________________________
Executed in   10.15 secs   fish           external 
   usr time    4.80 secs  968.00 micros    4.80 secs 
   sys time    0.09 secs  153.00 micros    0.09 secs 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants