GitXplorerGitXplorer
c

perf-testing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
7e0194f4decb9a37a052ca5f06fcb6e3225513f9

Add README, link sections to suggestion numbers

ccodebycaleb committed 3 years ago
Unverified
f51ef749e9bc1c78a3b45a6f152d9932ea96b1aa

Document methodology a bit more

ccodebycaleb committed 3 years ago
Unverified
2808018275b784944269003c5ca31515dbb39a39

Use markdown for table

ccodebycaleb committed 3 years ago
Unverified
ca9d69a94a2cf596b8cd8ec0b6fbee4acfff05ae

Report results

ccodebycaleb committed 3 years ago
Unverified
dd523b07da9ae34847b7ff1a7ed9cc4776eaa21d

Initial commit

ccodebycaleb committed 3 years ago

README

The README file for this repository.

Hey! If you want to test out logging performance, look no further! This repo has a test set up to capture how long a perform takes (also noting how long the actual post_poll function runs, so you can do the math to see how long we spend logging).

To run the test yourself, clone the repo. Then install via yarn. I linked mine to a local zapier-platform clone via yarn link so I could test out different branches etc. Finally, all tests were run via yarn test --timeout=60000 and I copied the perf_test output generated via test/triggers/perf_test.js.