Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

pulumi/python-concurrency-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Setup AWS Access:

export AWS_ACCESS_KEY_ID="XXXXXXX"
export AWS_SECRET_ACCESS_KEY="XXXXXX"
export AWS_SESSION_TOKEN="XXXXXX"

Dependencies

You will need to install Hyperfine and Pulumi.

Running the Experiments

Experiments are separated into subdirectories of /scripts. Each directory has its own run.sh file, which must be executed from the top level of this repo.

Download the Pulumi repo to $HOME/pulumi/pulumi.

  • automation: This experiment compares Python programs running Automation API to Python CLI programs.
  • ts-vs-py: This experiment compares TypeScript to Python performance using newer versions of Pulumi, where they should perform comparably.

To run all of the experiments, from this directory, execute:

$ ./scripts/run.bash

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published