Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
石蒙 committed Aug 11, 2022
1 parent b8ce396 commit 627c971
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-darwin-arm64",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-darwin-x64",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-freebsd-x64",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-linux-arm-gnueabihf",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-linux-arm64-gnu",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-linux-arm64-musl",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-linux-x64-gnu",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-linux-x64-musl",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-win32-arm64-msvc",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-win32-ia32-msvc",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi-win32-x64-msvc",
"version": "0.9.3",
"version": "0.9.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy-js/speedy-napi",
"version": "0.9.3",
"version": "0.9.4",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

1 comment on commit 627c971

@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: 627c971 Previous: b8ce396 Ratio
Babel 455 ops/sec (±4.87%) 493 ops/sec (±4.83%) 1.08
Rust 9260 ops/sec (±0.31%) 9170 ops/sec (±0.43%) 0.99
Wasm 1210 ops/sec (±0.32%) 1228 ops/sec (±0.28%) 1.01

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

Please sign in to comment.