jtmoon79 / super-speedy-syslog-searcher

Speedily search and merge log messages by datetime
MIT License
37 stars 1 forks source link

decrease `cargo test` time for git workflows #63

Open jtmoon79 opened 1 year ago

jtmoon79 commented 1 year ago

Problem

The time to complete cargo test is about 15 minutes long. It is run an additional time for grcov coverage report. That's at least 30 minutes per git push and git tag.

This is a long wait for every push and tag.

Solution

Decrease the time required somehow.

jtmoon79 commented 1 year ago

Current runtime from Run 4827538011

super_speedy_syslog_searcher run 4827538011 build times

jtmoon79 commented 10 months ago

Relates to #218