Skip to content

Instantly share code, notes, and snippets.

View InKolev's full-sized avatar

Ivan Kolev InKolev

  • Bulgaria
View GitHub Profile

Load/Stress testing

Netling is a load tester client for easy web testing. It is extremely fast while using little CPU or memory.

Quick and easy URL and load testing for your Web applications.
West Wind WebSurge is a Windows application that helps you to easily capture and play back URL requests, either individually for easy application, service and API testing scenarios, or under heavy load for stress testing scenarios. WebSurge makes it easy to save, share and reuse URL sessions you have created, so you can easily start up sessions again on your own or somebody else's machine.

// Place your settings in this file to overwrite default and user settings.
{
"terminal.external.windowsExec": "git-bash",
"eslint.enable": true,
"eslint.options": {
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "es6",
"env": {
"es6": true
$(function () {
// TODO: expand
const filetypeMap = {
'javascript': 'js',
'haskell': 'hs'
};
const $fetchBtn = $('#fetch-btn'),
$container = $('#paste-details');
@InKolev
InKolev / Latencies.txt
Last active February 3, 2017 17:02 — forked from jboner/latency.txt
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers
--------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD
@InKolev
InKolev / 0_reuse_code.js
Last active August 29, 2015 14:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console