Skip to content

Commit

Permalink
ci: Update Go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sp301415 committed Aug 14, 2024
1 parent ceeeb31 commit c6a4d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.22' ]
go: [ '1.18', '1.23' ]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ All benchmarks were measured on a machine equipped with Intel Xeon Platinum 8268

|Operation|TFHE-go|TFHE-rs (v0.7.1)|
|---------|-------|-------|
|Gate Bootstrapping|9.03ms|15.03ms|
|Programmable Bootstrapping (6 bits)|20.41ms|111.33ms|
|Gate Bootstrapping|9.36ms|15.03ms|
|Programmable Bootstrapping (6 bits)|20.66ms|111.33ms|

You can use the standard go test tool to reproduce benchmarks:
```
Expand Down

0 comments on commit c6a4d3e

Please sign in to comment.