Cara-cara:
- Siapkan mesin baru
- Backup data dari mesin lama
- Restore data ke mesin baru
- Done
$ rvm install 3.4.4
ruby-3.4.4 - #removing src/ruby-3.4.4 - please wait
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/15.5/arm64/ruby-3.4.4.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Installing requirements for osx.
Updating system - please wait
Neon (Heroku, US-West)
puts Benchmark.measure { ActiveRecord::Base.connection.execute('select 1') }
0.000000 0.000000 0.000000 ( 0.013791)
RDS (AWS, US-West)
puts Benchmark.measure { ActiveRecord::Base.connection.execute('select 1') }
0.000374 0.000145 0.000519 ( 0.001340)
All sizes:
512mb
s-1vcpu-1gb
1gb
s-1vcpu-2gb
s-1vcpu-3gb
s-2vcpu-2gb
s-3vcpu-1gb
2gb
class ReadFile { | |
void readFile(String fileName) { | |
Files.readAllLines(Paths.get(fileName), StandardCharsets.UTF_8); | |
} | |
} |