Skip to content

Commit

Permalink
more faster rand
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Mar 20, 2024
1 parent 6c1760a commit 02fcf09
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 110 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Throughput benchmarks
working-directory: ./bench
run: |
env writeratio=0.1 zipf=false go test -v -cpu=8 -run=none -bench=. -benchtime=5s -benchmem bench_test.go
env writeratio=0.01 zipf=true go test -v -cpu=8 -run=none -bench=. -benchtime=5s -benchmem bench_test.go
env writeratio=0.1 zipfian=false go test -v -cpu=8 -run=none -bench=. -benchtime=5s -benchmem bench_test.go
env writeratio=0.01 zipfian=true go test -v -cpu=8 -run=none -bench=. -benchtime=5s -benchmem bench_test.go
- name: Memory Usage
working-directory: ./bench
run: |
Expand Down
Loading

0 comments on commit 02fcf09

Please sign in to comment.