Skip to content

Commit

Permalink
fix speculator pointer (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduminuc committed May 5, 2023
1 parent 0e63a42 commit 26129dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/openclarity/apiclarity/api v0.0.0
github.com/openclarity/apiclarity/api3 v0.0.0
github.com/openclarity/apiclarity/plugins/api v0.0.0
github.com/openclarity/speculator v0.3.1
github.com/openclarity/speculator v0.3.2
github.com/openclarity/trace-sampling-manager/manager v0.0.0-20221102085432-8b13cda89225
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
github.com/rs/cors v1.8.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ github.com/onsi/gomega v1.15.0 h1:WjP/FQ/sk43MRmnEcT+MlDw2TFvkrXlprrPST/IudjU=
github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0=
github.com/openclarity/speculator v0.3.1 h1:SoU9OnfNjNluigzf8s4LnHPmHq+Z+5F+h8VlDR/dl6U=
github.com/openclarity/speculator v0.3.1/go.mod h1:oaNhO8FQkC05J1YDwrudXTZHDOJLFKjCeKjq94dZK+I=
github.com/openclarity/speculator v0.3.2 h1:CAoeLF2Kg5TaLbR+GCLOwlsno5xCwKCU5XF+IWNKNwg=
github.com/openclarity/speculator v0.3.2/go.mod h1:oaNhO8FQkC05J1YDwrudXTZHDOJLFKjCeKjq94dZK+I=
github.com/openclarity/trace-sampling-manager/api v0.0.0-20221102085432-8b13cda89225 h1:VNC2Q4Jq2CdTAB+ybTgAq3qdFtB72Ubd7Z59GXsadhw=
github.com/openclarity/trace-sampling-manager/api v0.0.0-20221102085432-8b13cda89225/go.mod h1:Uu4QcN+EcNvtjs9gLfAk2edIMxBCCbz16wJq7I/f6ds=
github.com/openclarity/trace-sampling-manager/manager v0.0.0-20221102085432-8b13cda89225 h1:595J8F5ekCS4gMSmMYWIqXbojQZTSDk5JK4TUcOc0FI=
Expand Down
4 changes: 2 additions & 2 deletions backend/pkg/modules/internal/bfla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The process consists of two phases
2. Detection phase

## Learning
The learning phase begins upon user request or it can be configured to start as soon as a user uploads or reconstructs a spec for a given API.
By default, the learning lasts for 100 API calls (for an API), the learning can be stopped, reset or prolonged for a longer period.
The learning phase begins upon user request. Once the learning is in progress the user can stop it (and after that resume it).


![img.png](../../assets/bfla/images/img_1.png)

Expand Down

0 comments on commit 26129dd

Please sign in to comment.