├── LICENSE ├── README.md ├── Speakers.md ├── live-sessions └── jmeter │ └── 2022 │ └── september │ └── contributing-bug-reporting-jmeter.md ├── resources └── banner.jpeg └── transcripts ├── A Day in SRE's Life.txt ├── Automating Performance Test Results and Analysis.txt ├── Collaboration in Performance Testing.txt ├── Evolution of Chaos Engineering.txt ├── Global Last-Mile Load Testing.txt ├── JMeter Productivity Hacks.txt ├── Let Us Observe.txt ├── Performance Test Report.txt ├── Performance Testing Certifications.txt ├── Recording and Scripting Challenges.txt └── The Hitchhiking Guide To Load Testing Projects.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/README.md -------------------------------------------------------------------------------- /Speakers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/Speakers.md -------------------------------------------------------------------------------- /live-sessions/jmeter/2022/september/contributing-bug-reporting-jmeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/live-sessions/jmeter/2022/september/contributing-bug-reporting-jmeter.md -------------------------------------------------------------------------------- /resources/banner.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/resources/banner.jpeg -------------------------------------------------------------------------------- /transcripts/A Day in SRE's Life.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/A Day in SRE's Life.txt -------------------------------------------------------------------------------- /transcripts/Automating Performance Test Results and Analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Automating Performance Test Results and Analysis.txt -------------------------------------------------------------------------------- /transcripts/Collaboration in Performance Testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Collaboration in Performance Testing.txt -------------------------------------------------------------------------------- /transcripts/Evolution of Chaos Engineering.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Evolution of Chaos Engineering.txt -------------------------------------------------------------------------------- /transcripts/Global Last-Mile Load Testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Global Last-Mile Load Testing.txt -------------------------------------------------------------------------------- /transcripts/JMeter Productivity Hacks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/JMeter Productivity Hacks.txt -------------------------------------------------------------------------------- /transcripts/Let Us Observe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Let Us Observe.txt -------------------------------------------------------------------------------- /transcripts/Performance Test Report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Performance Test Report.txt -------------------------------------------------------------------------------- /transcripts/Performance Testing Certifications.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Performance Testing Certifications.txt -------------------------------------------------------------------------------- /transcripts/Recording and Scripting Challenges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/Recording and Scripting Challenges.txt -------------------------------------------------------------------------------- /transcripts/The Hitchhiking Guide To Load Testing Projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAInsights/Performance-Engineers-Clubhouse/HEAD/transcripts/The Hitchhiking Guide To Load Testing Projects.txt --------------------------------------------------------------------------------