Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Mar 13, 2023
1 parent 6dc8d1c commit b5ed922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rspack_sources"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["h-a-n-a <andywangsy@gmail.com>", "ahabhgk <ahabhgk@gmail.com>"]
resolver = "2"
Expand Down

1 comment on commit b5ed922

@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: b5ed922 Previous: 6dc8d1c Ratio
benchmark_concat_generate_base64 25898 ns/iter (± 173) 25661 ns/iter (± 137) 1.01
benchmark_concat_generate_base64_with_cache 17752 ns/iter (± 86) 17728 ns/iter (± 77) 1.00
benchmark_concat_generate_string 11280 ns/iter (± 162) 11087 ns/iter (± 41) 1.02
benchmark_concat_generate_string_with_cache 2966 ns/iter (± 15) 2961 ns/iter (± 15) 1.00

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

Please sign in to comment.