-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
performanceMust go fasterMust go fasterregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
I ran with Firefox turned off, and all 16 virtual cores were idle when starting (strangely load still about "1,08"):
https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/binarytrees-julia-4.html
$ hyperfine '~/julia-1.6.0-rc1/bin/julia --startup-file=no -p4 -O3 bt.jl 21'
Benchmark #1: ~/julia-1.6.0-rc1/bin/julia --startup-file=no -p4 -O3 bt.jl 21
Time (mean ± σ): 16.958 s ± 0.412 s [User: 47.435 s, System: 2.919 s]
Range (min … max): 16.646 s … 17.780 s 10 runs
$ hyperfine '~/julia-1.5.1/bin/julia --startup-file=no -p4 -O3 bt.jl 21'
Benchmark #1: ~/julia-1.5.1/bin/julia --startup-file=no -p4 -O3 bt.jl 21
⠦ Current estimate: 11.319 s
https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/fasta-julia-7.html
$ hyperfine '~/julia-1.6.0-rc1/bin/julia --startup-file=no -t4 -O3 fasta.jl 25000000 > input25000000.txt'
Benchmark #1: ~/julia-1.6.0-rc1/bin/julia --startup-file=no -t4 -O3 fasta.jl 25000000 > input25000000.txt
Time (mean ± σ): 2.648 s ± 0.091 s [User: 4.712 s, System: 1.102 s]
Range (min … max): 2.535 s … 2.803 s 10 runs
$ hyperfine '~/julia-1.5.1/bin/julia --startup-file=no -t4 -O3 fasta.jl 25000000 > input25000000.txt'
Benchmark #1: ~/julia-1.5.1/bin/julia --startup-file=no -t4 -O3 fasta.jl 25000000 > input25000000.txt
Time (mean ± σ): 2.522 s ± 0.052 s [User: 6.041 s, System: 0.911 s]
Range (min … max): 2.435 s … 2.582 s 10 runs
Metadata
Metadata
Assignees
Labels
performanceMust go fasterMust go fasterregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version