-
Recent Posts
Top Posts & Pages
- Testing time-dependent features in JavaScript
- Swearing in Unicode
- When to hard-code
- API testing with Cucumber
- UX Fails: Mac OS app switcher (and how to fix it)
- CoffeeScript vs. TypeScript vs. Dart
- Complex plurals
- Benchmarking AWS t2 instances
- Documenting Cucumber steps
- setImmediate, MessageChannel, postMessage broken on Internet Explorer 10
Tags
- Follow Code for Hire on WordPress.com
Tag Archives: performance
Benchmarking AWS t2 instances
A couple of years ago I did some benchmarking on the AWS t1.micro instances. The t1.micro was AWS’s first performance burstable instance type, which are appropriate for non-continuous CPU usage. The CPU allocation of the t1.micro is not specified anywhere. In practice the throttling … Continue reading