Skip to content

Commit

Permalink
update readme + fix benchmark sync
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Sto committed May 2, 2020
1 parent 091b4e6 commit 57543b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/bench/bench.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package bench
2 changes: 1 addition & 1 deletion test/bench/dumpsecrets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func BenchmarkProgram(t *testing.B) {
//dr := ditreader.New("../big/registry/SYSTEM", "../big/Active Directory/ntds.dit")
//handle any output
dataChan := dr.GetOutChan()

go dr.Dump()
for range dataChan {

}
Expand Down

0 comments on commit 57543b0

Please sign in to comment.