Skip to content

Commit 442c137

Browse files
committedFeb 20, 2023
chore: pulish version
1 parent d954a57 commit 442c137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rspack_sources"
3-
version = "0.1.19"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["h-a-n-a <andywangsy@gmail.com>", "ahabhgk <ahabhgk@gmail.com>"]
66
resolver = "2"

1 commit comments

Comments
 (1)

github-actions[bot] commented on Feb 20, 2023

@github-actions[bot]

Benchmark

Benchmark suite Current: 442c137 Previous: d954a57 Ratio
benchmark_concat_generate_base64 25958 ns/iter (± 139) 25951 ns/iter (± 482) 1.00
benchmark_concat_generate_base64_with_cache 17672 ns/iter (± 76) 17675 ns/iter (± 124) 1.00
benchmark_concat_generate_string 11281 ns/iter (± 43) 11217 ns/iter (± 61) 1.01
benchmark_concat_generate_string_with_cache 2958 ns/iter (± 43) 2993 ns/iter (± 34) 0.99

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

Please sign in to comment.