Skip to content

Commit

Permalink
exclude unnecessary directories from publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Apr 24, 2023
1 parent bb68354 commit 8c93b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ readme = "README.md"
description = "Machine Generated Art. CLI app for generating algorithmic art"
keywords = ["cli", "terminal", "graphics", "image", "cgi"]
repository = "https://github.com/jofas/mgart"
exclude = ["/examples", "/docs", "/jsonnet"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

1 comment on commit 8c93b49

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 8c93b49 Previous: bb68354 Ratio
buddhabrot 3706840287 ns/iter (± 29392808) 4401611235 ns/iter (± 92140008) 0.84
clahe 4140592128 ns/iter (± 27505601) 4940318876 ns/iter (± 49632504) 0.84
nlm 2155422155 ns/iter (± 8314346) 2555252326 ns/iter (± 14084078) 0.84
buddhabrot kde sampler 3363810447 ns/iter (± 58791791) 4018231089 ns/iter (± 65706674) 0.84

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.