Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
asg0451 committed Mar 18, 2024
1 parent a5be1b8 commit 90ce246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ measurements.txt
measurements_*.txt
*.prof
trace.out
*.txt.gz
*.txt.xz
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type stats struct {
min, max, sum, count float32
}

// invocation: $ go build -o bin/ ./1brc && GOGC=off hyperfine -w1 ./bin/1brc
// invocation: $ go build -o bin/ . && GOGC=off hyperfine -w1 ./bin/1brc

// (for 100m rows)
// 12.338 s ± 0.026 s - start
Expand Down

0 comments on commit 90ce246

Please sign in to comment.