Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ChristopherRabotin
/
sg
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
8
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 28, 2016
Merge pull request #20 from ChristopherRabotin/issue-19
Show description for 467eb88
ChristopherRabotin
authored
467eb88
Copy full SHA for 467eb88
Removed commented lines.
ChristopherRabotin
committed
cbb0f97
Copy full SHA for cbb0f97
Added goreport badge.
ChristopherRabotin
committed
4760738
Copy full SHA for 4760738
Removed go < 1.7 support. Fixed typo.
Show description for 734f4e9
ChristopherRabotin
committed
734f4e9
Copy full SHA for 734f4e9
Cleaned up based on GoReportCard. Added go v1.6-7
ChristopherRabotin
committed
09e4472
Copy full SHA for 09e4472
Commits on Sep 29, 2015
Merge pull request #17 from ChristopherRabotin/issue-19
Show description for c7fb06b
ChristopherRabotin
committed
c7fb06b
Copy full SHA for c7fb06b
Added go 1.5 to travis (and removed tip).
ChristopherRabotin
committed
8898fe4
Copy full SHA for 8898fe4
Set gresp to nil. Possibly not very useful.
ChristopherRabotin
committed
18badf7
Copy full SHA for 18badf7
Rewrote the Response struct to store everything.
Show description for 1ab1541
ChristopherRabotin
committed
1ab1541
Copy full SHA for 1ab1541
Commits on Sep 24, 2015
Minor changes in timing, but does not resolve the issue.
ChristopherRabotin
committed
91e9c59
Copy full SHA for 91e9c59
Commits on Sep 15, 2015
Merge pull request #14 from ChristopherRabotin/issue-13
Show description for 054bae8
ChristopherRabotin
committed
054bae8
Copy full SHA for 054bae8
Re-enabled removal of test output file. Minor consistency change in XSL.
ChristopherRabotin
committed
310243b
Copy full SHA for 310243b
Updated XSL to add a ToC of the tests.
ChristopherRabotin
committed
f8afbb0
Copy full SHA for f8afbb0
Commits on Sep 11, 2015
Update README.md
ChristopherRabotin
committed
1ef821b
Copy full SHA for 1ef821b
Merge pull request #12 from ChristopherRabotin/issue-5
Show description for de76b8c
ChristopherRabotin
committed
de76b8c
Copy full SHA for de76b8c
Implements #5: numerical values are now the min and max integer values instead of the power of those values.
ChristopherRabotin
committed
31ce347
Copy full SHA for 31ce347
Commits on Sep 10, 2015
Merge pull request #11 from ChristopherRabotin/issue-8
Show description for 20793b5
ChristopherRabotin
committed
20793b5
Copy full SHA for 20793b5
XML output is now directly readable into a browser.
ChristopherRabotin
committed
533e1bc
Copy full SHA for 533e1bc
The sg_output_test....xml file is an example of a working embed. This is the template for the rest.
ChristopherRabotin
committed
75a1d22
Copy full SHA for 75a1d22
HTML output now has a table of contents.
ChristopherRabotin
committed
4cefa56
Copy full SHA for 4cefa56
Commits on Sep 9, 2015
Stylesheet actually starts to look good. TODO: Add link in XML output for auto transform in browser.
ChristopherRabotin
committed
827f5e2
Copy full SHA for 827f5e2
State is now correctly set in output XML.
ChristopherRabotin
committed
e156fdb
Copy full SHA for e156fdb
Refactored Percentages for better clarity and less code repetition.
ChristopherRabotin
committed
25b212e
Copy full SHA for 25b212e
Commits on Sep 8, 2015
Result is now correctly set for the StressTest instead of only in the Request.Result.
ChristopherRabotin
committed
047b7bf
Copy full SHA for 047b7bf
Added State to Duration object.
ChristopherRabotin
committed
bb736d8
Copy full SHA for bb736d8
Commits on Sep 7, 2015
Initial work on the stylesheet. Must change Times format to save whether within constraints.
ChristopherRabotin
committed
ae3ea20
Copy full SHA for ae3ea20
Merge pull request #10 from ChristopherRabotin/issue-9
Show description for 2c12f11
ChristopherRabotin
committed
2c12f11
Copy full SHA for 2c12f11
Fixes #9: adds custom user-agent.
ChristopherRabotin
committed
17b5e11
Copy full SHA for 17b5e11
Commits on Sep 3, 2015
Merge pull request #7 from ChristopherRabotin/develop
Show description for 59d1a64
ChristopherRabotin
committed
59d1a64
Copy full SHA for 59d1a64
wg.Add is now done out of a loop. All bodies are closed ASAP.
ChristopherRabotin
committed
aec79ee
Copy full SHA for aec79ee
Merge pull request #6 from ChristopherRabotin/develop
Show description for 29a3436
ChristopherRabotin
committed
29a3436
Copy full SHA for 29a3436
Minor comment change.
ChristopherRabotin
committed
ef7f60e
Copy full SHA for ef7f60e
Fixes #2.
ChristopherRabotin
committed
05e346f
Copy full SHA for 05e346f
Fixes #4.
ChristopherRabotin
committed
969c2bb
Copy full SHA for 969c2bb
Attempted to close bodies faster. Moved URL generation in go routine to make sure to generate a new URL at every request.
ChristopherRabotin
committed
bc17c70
Copy full SHA for bc17c70
Pagination
Previous
Next
You can’t perform that action at this time.