Skip to content

Commit

Permalink
Bump version to 9.0.0-beta.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Feb 25, 2022
1 parent 4c2001a commit 47cc40a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0-beta.1
9.0.0-beta.2
2 changes: 1 addition & 1 deletion licenses/BSL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Parameters

Licensor: Rocicorp, LLC

Licensed Work: Replicache 9.0.0-beta.1
Licensed Work: Replicache 9.0.0-beta.2
The Licensed Work is (c) 2020 Rocicorp, LLC.

Additional Use Grant: You may make use of the Licensed Work, provided you
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "replicache",
"description": "Realtime sync for any backend stack",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"repository": "github:rocicorp/replicache",
"license": "BSL-1.1",
"scripts": {
Expand Down

1 comment on commit 47cc40a

@arv
Copy link
Contributor

@arv arv commented on 47cc40a Feb 25, 2022

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 47cc40a Previous: 4c2001a Ratio
writeSubRead 1MB total, 64 subs total, 5 subs dirty, 16kb read per sub 2.8999996185302734 median ms (±1.0%) 1.3000011444091797 median ms (±2.4%) 2.23
writeSubRead 4MB total, 128 subs total, 5 subs dirty, 16kb read per sub p95 11.100000381469727 p95 ms (±8.6%) 4.200000762939453 p95 ms (±1.7%) 2.64
writeSubRead 16MB total, 128 subs total, 5 subs dirty, 16kb read per sub p95 99.20000076293945 p95 ms (±96.3%) 5.100000381469727 p95 ms (±2.2%) 19.45

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

Please sign in to comment.