浏览代码

back to development

Nicola Murino 5 年之前
父节点
当前提交
790c11c453
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/release.yml
  2. 1 1
      docs/performance.md
  3. 1 1
      version/version.go

+ 1 - 1
.github/workflows/release.yml

@@ -19,7 +19,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
         with:
           tag_name: ${{ github.ref }}
           tag_name: ${{ github.ref }}
-          release_name: Release ${{ github.ref }}
+          release_name: ${{ github.ref }}
           draft: false
           draft: false
           prerelease: false
           prerelease: false
 
 

+ 1 - 1
docs/performance.md

@@ -32,7 +32,7 @@ Ethernet| Mellanox ConnectX-3 40GbE|
 ### Test configurations
 ### Test configurations
 
 
 - `Baseline`: SFTPGo version 0.9.6.
 - `Baseline`: SFTPGo version 0.9.6.
-- `Devel`: SFTPGo commit b0ed1905918b9dcc22f9a20e89e354313f491734, compiled with Golang 1.14.2 .
+- `Devel`: SFTPGo commit b0ed1905918b9dcc22f9a20e89e354313f491734, compiled with Golang 1.14.2. This is basically the same as v1.0.0 as far as performance is concerned.
 - `Optimized`: Various [optimizations](#Optimizations-applied) applied on top of `Devel`.
 - `Optimized`: Various [optimizations](#Optimizations-applied) applied on top of `Devel`.
 - `Balanced`: Two optimized instances, running on localhost, load balanced by HAProxy 2.1.3.
 - `Balanced`: Two optimized instances, running on localhost, load balanced by HAProxy 2.1.3.
 - `OpenSSH`: OpenSSH_7.9p1 Debian-10+deb10u2, OpenSSL 1.1.1d  10 Sep 2019
 - `OpenSSH`: OpenSSH_7.9p1 Debian-10+deb10u2, OpenSSL 1.1.1d  10 Sep 2019

+ 1 - 1
version/version.go

@@ -2,7 +2,7 @@ package version
 
 
 import "strings"
 import "strings"
 
 
-const version = "1.0.0"
+const version = "1.0.0-dev"
 
 
 var (
 var (
 	commit = ""
 	commit = ""