Skip to content

Commit

Permalink
fix badgerbadger test and remove outdated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Dec 10, 2024
1 parent 0e9e2f8 commit 07c9968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions layer2/badgerbadger/tester/badgerbadger.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ func main() {
// test.
path := "./badgerbadgertest"
os.RemoveAll(path)
b1 := ratel.GetBackend(c, &wg, true, units.Gb, lol.Error, 4*units.Mb,
b1 := ratel.GetBackend(c, &wg, true, true, units.Gb, lol.Error, 4*units.Mb, "none",
TotalSize, LW, HW, 2)
// create L2 with no cache management
b2 := ratel.GetBackend(c, &wg, false, units.Gb, lol.Trace, 4*units.Mb)
b2 := ratel.GetBackend(c, &wg, false, true, units.Gb, lol.Trace, 4*units.Mb, "none")
// Respond to interrupt signal and clean up after interrupt or end of test.
// defer chk.E(os.RemoveAll(path))
interrupt.AddHandler(func() {
Expand Down
5 changes: 0 additions & 5 deletions realy/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion realy/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.3
v1.3.4

0 comments on commit 07c9968

Please sign in to comment.