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

figure out how to run sbt run-main more quietly #5

Open
gkthiruvathukal opened this issue Feb 14, 2015 · 0 comments
Open

figure out how to run sbt run-main more quietly #5

gkthiruvathukal opened this issue Feb 14, 2015 · 0 comments
Assignees

Comments

@gkthiruvathukal
Copy link
Member

When doing actual runs, it would be nice if we can figure out a way to suppress the [info] and [success] lines.

For example:
List Performance reps=10000 size=10000
[info] Loading global plugins from /Users/gkt/dot-sbt/0.13/plugins
[info] Set current project to cs2-listperformance-scala (in build file:/Users/gkt/Work/cs2-listperformance-scala/)
[info] Running Performance 10000 10000
ArrayBuffer fixture creation (size = 10000) = 17 ms
ArrayBuffer reps = 10000 fixture size = 10000 random access = 4 ms
ArrayBuffer reps = 10000 fixture size = 10000 random add/remove = 54 ms
[success] Total time: 0 s, completed Feb 14, 2015 1:27:13 PM

is better as

List Performance reps=10000 size=10000
ArrayBuffer fixture creation (size = 10000) = 17 ms
ArrayBuffer reps = 10000 fixture size = 10000 random access = 4 ms
ArrayBuffer reps = 10000 fixture size = 10000 random add/remove = 54 ms

In my next hack, I may try to output regular CSV and pass it onto something like gnuplot so the performance can be visualized.

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