Skip to content

Instantly share code, notes, and snippets.

@technicaldogsbody
technicaldogsbody / README.md
Last active November 27, 2018 07:56
Sitemap driven load test

Sitemap Driven Load Test

A Taurus script that will take a sitemap.xml url and use it to randomly load test pages from the xml.

This will only work on Linux (including Bash for Windows).

Install Taurus

version: '3.9'
services:
mssql:
image: mcr.microsoft.com/azure-sql-edge
environment:
ACCEPT_EULA: "Y"
SA_PASSWORD: "0pti_R0cks"
ports:
- '1433:1433'
volumes:
@technicaldogsbody
technicaldogsbody / index.html
Last active October 18, 2023 05:45
Download PDF
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Download PDF JQuery</title>
</head>
<body>
<a target="_blank" href="sample.pdf">Donec non enim</a><br />