Skip to content

Instantly share code, notes, and snippets.

@shellac
Created August 15, 2011 21:08
Show Gist options
  • Save shellac/1147866 to your computer and use it in GitHub Desktop.
Save shellac/1147866 to your computer and use it in GitHub Desktop.
Stress fuseki a little
10000.times do |i|
print '.'
result1 = system './s-put', 'http://localhost:3030/ds', 'http://example.com/graph', 'D.nt'
result2 = system './s-delete', 'http://localhost:3030/ds', 'http://example.com/graph'
if (!result1 || !result2) then
STDERR.puts '\nFailed'
exit 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment