Skip to content

alexellis/autoscaling-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoscaling-functions

bcrypt

Designed to stress the CPU.

export PLAINTEXT=test
export HASHED=$(curl -s http://127.0.0.1:8080/function/bcrypt \
--data $PLAINTEXT)
echo Hash: $HASHED

echo Hash validates against plaintext? $(curl -s http://127.0.0.1:8080/function/bcrypt/decode --data "$PLAINTEXT $HASHED")

sleep

Configure via sleep_duration environment variable.

Ideal for testing capacity based scaling.

cows

Fast Node.js function ideal for testing RPS-based scaling.

About

Test functions for autoscaling

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages