Skip to content

Create benchmarks to measure overhead of this against println! #20

Description

@killercup

This crate does some stuff on top of just writing to some output. We should write some benchmarks to figure out the performance cost of that.

  • Write bechmark to measure time to print n lines of example text (output.print("lorem ipsum") vs println!("lorem ipsum"))
    • to stdout using the "human" target
    • to stdout using the "human" target's test helper
    • to a file using the "json target
    • print to stdout using println!
    • print to stdout using writeln! on a locked stdout
    • print to stdout using writeln! on a buffered stdout

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions